Skip to content
Snippets Groups Projects
  1. Jan 22, 2016
  2. Jan 21, 2016
  3. Jan 12, 2016
  4. Dec 16, 2015
  5. Nov 30, 2015
  6. Nov 25, 2015
  7. Nov 20, 2015
    • Simon Glass's avatar
      video: input: Clean up after i8042 conversion · 39f615ed
      Simon Glass authored
      
      Now that i8042 uses driver model, adjust other mentions of it and remove old
      code that is no-longer used. Update the README and unify the keyboard text
      into one place.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
      39f615ed
    • Simon Glass's avatar
      video: Drop unused console functions · 7fe0933c
      Simon Glass authored
      
      CONFIG_CONSOLE_CURSOR, CONFIG_SYS_CONSOLE_BLINK_COUNT and
      CONFIG_CONSOLE_TIME are not used by any board. The implementation is not
      great and stands in the way of a refactor of i8042. Drop these for now.
      They can be re-introduced quite easily later, perhaps with driver-model
      real-time-clock (RTC) support.
      
      When reintroducing, it might be useful to make a few changes:
      - Blink time would be more useful than blink count
      - The confusing #ifdefs should be avoided
      - The time functions should support driver model
      - It would be best keyed off console_tstc() or some similar idle loop
          rather than a particular input driver (i8042 in this case)
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
      7fe0933c
  8. Nov 12, 2015
  9. Nov 05, 2015
  10. Nov 01, 2015
  11. Oct 21, 2015
  12. Oct 20, 2015
  13. Oct 11, 2015
  14. Sep 11, 2015
  15. Sep 02, 2015
  16. Aug 31, 2015
  17. Aug 30, 2015
  18. Aug 26, 2015
Loading