1. 53a85ad eeprom: Zap CONFIG_SPI_X by Marek Vasut · 9 years ago
  2. b7b2e3f eeprom: Zap eeprom_probe() by Marek Vasut · 9 years ago
  3. ec7012e eeprom: Zap CONFIG_SYS_EEPROM_X40430 by Marek Vasut · 9 years ago
  4. e4f65d0 eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS by Marek Vasut · 9 years ago
  5. 4f296d0 eeprom: Shuffle code around by Marek Vasut · 9 years ago
  6. 8961dac tricorder: rewrite tricordereeprom command by Andreas Bießmann · 9 years ago
  7. 7ec2328 ARM: keystone2: configs: Correct burn_uboot_sp erase size by Cooper Jr., Franklin · 9 years ago
  8. bc62296 ARM: dra7x/am57x: Remove pin input/output config from WAKEUP pins by Cooper Jr., Franklin · 9 years ago
  9. 2f3a5fe nios2: 10m50: change to ns16550 uart by Thomas Chou · 9 years ago
  10. 9e39003 ns16550: move CONFIG_SYS_NS16550 to Kconfig by Thomas Chou · 9 years ago
  11. 4fb6055 ns16550: zap CONFIG_NS16550_SERIAL by Thomas Chou · 9 years ago
  12. c7b9686 ns16550: unify serial_omap by Thomas Chou · 9 years ago
  13. 1874626 ns16550: unify serial_tegra by Thomas Chou · 9 years ago
  14. ace59da ns16550: unify serial_dw by Thomas Chou · 9 years ago
  15. fcd3367 ns16550: unify serial_keystone by Thomas Chou · 9 years ago
  16. 98a51fc ns16550: unify serial_rockchip by Thomas Chou · 9 years ago
  17. f27445c ns16550: unify serial_ppc by Thomas Chou · 9 years ago
  18. 81cd63a ns16550: unify serial_x86 by Thomas Chou · 9 years ago
  19. 8e62d32 ns16550: add generic binding to unify the drivers by Thomas Chou · 9 years ago
  20. 77d7b5c ns16550: change map_sysmem to map_physmem by Thomas Chou · 9 years ago
  21. b1e361b debug_uart: restore ns16550 as default by Thomas Chou · 9 years ago
  22. 1d149ed dm: Add timeline and guide for porting serial drivers by Simon Glass · 9 years ago
  23. bff1a71 dm: test: usb: sandbox: Add keyboard tests for sandbox by Simon Glass · 9 years ago
  24. 460a717 sandbox: Enable USB keyboard by Simon Glass · 9 years ago
  25. d8a26f0 usb: sandbox: Add a USB emulation driver by Simon Glass · 9 years ago
  26. b70a3fe usb: sandbox: Add support for interrupt operations by Simon Glass · 9 years ago
  27. 2cdb58e usb: Avoid open-coded USB constants in usb_kbd.c by Simon Glass · 9 years ago
  28. 1762760 usb: Drop unused code in usb_kbd.c by Simon Glass · 9 years ago
  29. cd71637 dm: test: usb: Add a test for device reordering by Simon Glass · 9 years ago
  30. 431cbd6 dm: test: usb: Add tests for the 'usb tree' command by Simon Glass · 9 years ago
  31. eae11be dm: usb: Remove inactive children after a bus scan by Simon Glass · 9 years ago
  32. e8ea5e8 dm: usb: Deprecate usb_get_dev_index() by Simon Glass · 9 years ago
  33. 79725ca Revert "dm: Export device_remove_children / device_unbind_children" by Simon Glass · 9 years ago
  34. ba94e83 Revert "dm: usb: Use device_unbind_children to clean up usb devs on stop" by Simon Glass · 9 years ago
  35. 1b6a1df Revert "dm: usb: Rename usb_find_child to usb_find_emul_child" by Simon Glass · 9 years ago
  36. af9c7c1 sandbox: usb: Allow finding a USB emulator for a device by Simon Glass · 9 years ago
  37. 80438a6 sandbox: usb: Allow up to 4 emulated devices on a hub by Simon Glass · 9 years ago
  38. c487632 sandbox: usb: Allow dynamic emulated USB device descriptors by Simon Glass · 9 years ago
  39. 7aeac5b dm: core: Add safe device iteration macros by Simon Glass · 9 years ago
  40. 45bfa47 usb: Refactor USB tree output code for testing by Simon Glass · 9 years ago
  41. 9ce8b40 test: Record and silence console in tests by Simon Glass · 9 years ago
  42. 61b4d35 sandbox: Enable console recording and silent console by Simon Glass · 9 years ago
  43. 9854a87 console: Add a console buffer by Simon Glass · 9 years ago
  44. b7b6509 Add a circular memory buffer implementation by Simon Glass · 9 years ago
  45. 7d94c49 Drop config.h header from display_options.c by Simon Glass · 9 years ago
  46. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  47. 3884c98 dm: usb: Avoid time delays in sandbox tests by Simon Glass · 9 years ago
  48. 9723563 sandbox: Add a way to skip time delays by Simon Glass · 9 years ago
  49. 3f51a77 sandbox: cros_ec: fix uninitialized use of len by Daniel Schwierzeck · 9 years ago
  50. b6ff6ce x86: qemu: Convert to use driver model keyboard by Bin Meng · 9 years ago
  51. 60fe101 x86: crownbay: Convert to use driver model keyboard by Bin Meng · 9 years ago
  52. e5f330c input: Ban digit numbers if 'Num Lock' is not on by Bin Meng · 9 years ago
  53. 377a069 input: Change LED state bits to conform i8042 compatible keyboard by Bin Meng · 9 years ago
  54. cd81091 input: Call keyboard's update_leds() method when the LEDs change by Bin Meng · 9 years ago
  55. 533c81a input: Save keyboard's LED state to correct place by Bin Meng · 9 years ago
  56. 91f8154 input: Convert 'keyboard' driver to use input library by Simon Glass · 9 years ago
  57. 39f615e video: input: Clean up after i8042 conversion by Simon Glass · 9 years ago
  58. 011d89d i8042: Handle a duplicate power-on-reset response by Simon Glass · 9 years ago
  59. dcbf825 input: Convert i8042 to driver model by Simon Glass · 9 years ago
  60. 51a8a72 Drop CONFIG_ISA_KEYBOARD by Simon Glass · 9 years ago
  61. 6b44ae6 x86: Add an i8042 device for boards that have it by Simon Glass · 9 years ago
  62. b0abfef input: Add a Kconfig option for the i8042 keyboard by Simon Glass · 9 years ago
  63. 2ec739d input: i8042: Convert to use the input library by Simon Glass · 9 years ago
  64. 3b5f6f5 input: Allow updating of keyboard LEDs by Simon Glass · 9 years ago
  65. ba42034 input: Handle caps lock by Simon Glass · 9 years ago
  66. a683d0d input: Adjust structure of code in process_modifier() by Simon Glass · 9 years ago
  67. b1d7a18 input: Support the German keymap by Simon Glass · 9 years ago
  68. 9961a0b sandbox: add a sandbox timer and basic test by Thomas Chou · 9 years ago
  69. 6752195 common/board_f.c: move mark_bootstage after arch_cpu_init_dm by Thomas Chou · 9 years ago
  70. 0b186c0 input: Allow repeat filtering to be disabled by Simon Glass · 9 years ago
  71. 3a85e43 input: Add a function to add a keycode to the existing set by Simon Glass · 9 years ago
  72. 77c7f04 input: Add a few more keyboard keycodes by Simon Glass · 9 years ago
  73. 2e5513b input: Correct keycode for Ctrl-Y by Simon Glass · 9 years ago
  74. c5d257f i8042: Adjust keyboard init to assume success by Simon Glass · 9 years ago
  75. 4f087ba i8042: Adjust kbd_reset() to collect all failures by Simon Glass · 9 years ago
  76. 31d38ee i8042: Use functions to handle register access by Simon Glass · 9 years ago
  77. 7fe0933 video: Drop unused console functions by Simon Glass · 9 years ago
  78. 1fa4bfd dm: cros_ec: Convert cros_ec keyboard driver to driver model by Simon Glass · 9 years ago
  79. f77f5e9 dm: tegra: Convert keyboard driver to driver model by Simon Glass · 9 years ago
  80. b206cd7 dm: stdio: Plumb in the new keyboard uclass by Simon Glass · 9 years ago
  81. 745009c cros_ec: Use udevice instead of cros_ec_dev for keyboard functions by Simon Glass · 9 years ago
  82. 66877b0 input: Add the keycode translation tables separately by Simon Glass · 9 years ago
  83. 92778b2 input: Return -ENOSPC when there is not space by Simon Glass · 9 years ago
  84. c9cac4c input: Add a device pointer to the input config by Simon Glass · 9 years ago
  85. e84421d dm: input: Create a keyboard uclass by Simon Glass · 9 years ago
  86. 34ab37e dm: usb: Add support for USB keyboards with driver model by Simon Glass · 9 years ago
  87. 2b24e09 rockchip: Turn on CONFIG_DEBUG_UART_NS16550 in defconfigs by Ariel D'Alessandro · 9 years ago
  88. 05bfe13 LCD: Add an option to skip registration as an stdio output by Stephane Ayotte · 9 years ago
  89. 9ef671c Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 9 years ago
  90. aa7077f Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 9 years ago
  91. 4c60850 Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 9 years ago
  92. bdaeb8f common: mii: Do not allow to exceed max phy limit by Michal Simek · 9 years ago
  93. f3bd728 zynq: sdhci: Define max clock by macro by Michal Simek · 9 years ago
  94. 6777f38 net: zynq: Fix MDC setting for zynq by Michal Simek · 9 years ago
  95. 2889659 net: zynq: Remove unused MDCCLKDIV2 macro by Michal Simek · 9 years ago
  96. 242b154 net: zynq: Fix mdc clock division setting for 100Mbit/s by Michal Simek · 9 years ago
  97. e4d2318 net: zynq: Wait till packet is sent by Michal Simek · 9 years ago
  98. 603ff00 net: zynq: Disable secondary queues by Edgar E. Iglesias · 9 years ago
  99. 23a598f net: zynq: Add dummy packet to fix packet duplication issue by Michal Simek · 9 years ago
  100. 081dc2f net: zynq: Do not report TX underrun by Michal Simek · 9 years ago