1. a683d0d input: Adjust structure of code in process_modifier() by Simon Glass · 9 years ago
  2. b1d7a18 input: Support the German keymap by Simon Glass · 9 years ago
  3. 9961a0b sandbox: add a sandbox timer and basic test by Thomas Chou · 9 years ago
  4. 0b186c0 input: Allow repeat filtering to be disabled by Simon Glass · 9 years ago
  5. 3a85e43 input: Add a function to add a keycode to the existing set by Simon Glass · 9 years ago
  6. 77c7f04 input: Add a few more keyboard keycodes by Simon Glass · 9 years ago
  7. 2e5513b input: Correct keycode for Ctrl-Y by Simon Glass · 9 years ago
  8. c5d257f i8042: Adjust keyboard init to assume success by Simon Glass · 9 years ago
  9. 4f087ba i8042: Adjust kbd_reset() to collect all failures by Simon Glass · 9 years ago
  10. 31d38ee i8042: Use functions to handle register access by Simon Glass · 9 years ago
  11. 7fe0933 video: Drop unused console functions by Simon Glass · 9 years ago
  12. 1fa4bfd dm: cros_ec: Convert cros_ec keyboard driver to driver model by Simon Glass · 9 years ago
  13. f77f5e9 dm: tegra: Convert keyboard driver to driver model by Simon Glass · 9 years ago
  14. 745009c cros_ec: Use udevice instead of cros_ec_dev for keyboard functions by Simon Glass · 9 years ago
  15. 66877b0 input: Add the keycode translation tables separately by Simon Glass · 9 years ago
  16. 92778b2 input: Return -ENOSPC when there is not space by Simon Glass · 9 years ago
  17. e84421d dm: input: Create a keyboard uclass by Simon Glass · 9 years ago
  18. 9ef671c Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 9 years ago
  19. aa7077f Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 9 years ago
  20. f3bd728 zynq: sdhci: Define max clock by macro by Michal Simek · 9 years ago
  21. 6777f38 net: zynq: Fix MDC setting for zynq by Michal Simek · 9 years ago
  22. 2889659 net: zynq: Remove unused MDCCLKDIV2 macro by Michal Simek · 9 years ago
  23. 242b154 net: zynq: Fix mdc clock division setting for 100Mbit/s by Michal Simek · 9 years ago
  24. e4d2318 net: zynq: Wait till packet is sent by Michal Simek · 9 years ago
  25. 603ff00 net: zynq: Disable secondary queues by Edgar E. Iglesias · 9 years ago
  26. 23a598f net: zynq: Add dummy packet to fix packet duplication issue by Michal Simek · 9 years ago
  27. 081dc2f net: zynq: Do not report TX underrun by Michal Simek · 9 years ago
  28. 45c0774 net: zynq: Setup BD when structures are filled by Michal Simek · 9 years ago
  29. ff47587 net: zynq: Allocate BD_SPACE in connection to RX_BUF by Michal Simek · 9 years ago
  30. 2588f2d dm: sf: Add support for all targets which requires MANUAL_RELOC by Michal Simek · 9 years ago
  31. 31e1029 dm: core: Add missing entries for manual relocation by Michal Simek · 9 years ago
  32. 281f156 dm: spi: Add support for all targets which requires MANUAL_RELOC by Michal Simek · 9 years ago
  33. 0ebf404 net: zynq: Fix clearing statistic by Michal Simek · 9 years ago
  34. 97a51a0 net: zynq: Extend register description with offsets by Michal Simek · 9 years ago
  35. 16ce6de net: zynq: Add support for different PHY interface types by Michal Simek · 9 years ago
  36. 198e9a4 net: zynq: Add debug message to phyread/phywrite by Michal Simek · 9 years ago
  37. 721aed7 net: phy: Add support for Texas Instruments DP83867 by Edgar E. Iglesias · 9 years ago
  38. 36afd45 spl: change return values of spl_*_load_image() by Nikita Kiryanov · 9 years ago
  39. 079bfc5 altera_pio: change ioremap to map_physmem by Thomas Chou · 9 years ago
  40. 8ed38fa altera_qspi: change ioremap to map_physmem by Thomas Chou · 9 years ago
  41. e2b259f altera_tse: change ioremap to map_physmem by Thomas Chou · 9 years ago
  42. 9cbb923 altera_sysid: change ioremap to map_physmem by Thomas Chou · 9 years ago
  43. 7313e21 altera_spi: change ioremap to map_physmem by Thomas Chou · 9 years ago
  44. 4c26ec1 altera_timer: change ioremap to map_physmem by Thomas Chou · 9 years ago
  45. 1ec60b9 altera_uart: change ioremap to map_physmem by Thomas Chou · 9 years ago
  46. 18c3f27 altera_jtag_uart: change ioremap to map_physmem by Thomas Chou · 9 years ago
  47. 3e56ece sf: Correct flash->flags for SST flash by Bin Meng · 9 years ago
  48. a21b4f0 arm: mvebu: Fix SAR1_CPU_CORE_MASK by Dirk Eibach · 9 years ago
  49. 544acb0 arm: mvebu: a38x: Remove unsupported topologies by Kevin Smith · 9 years ago
  50. a668a16 spi: sf_ops: Check the return value from spi_flash_cmd_read_status() by Fabio Estevam · 9 years ago
  51. 5168721 sf: Add lock ops for SST SPI NOR flash by Fabio Estevam · 9 years ago
  52. 7693fb3 sf: Remove eeprom_m95xxx test driver by Jagan Teki · 9 years ago
  53. 857db48 spi: ti_qspi: Add dummy readl for bus sync by Vignesh R · 9 years ago
  54. 98e73c8 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  55. 618a51e Merge branch 'series1_v2' of git://git.denx.de/u-boot-sparc by Tom Rini · 9 years ago
  56. 439fcb9 sf: Fix NULL pointer exception for flashes without lock methods by Bin Meng · 9 years ago
  57. e43ce3f sparc: leon3: Add debug_uart support to LEON3 serial driver. by Francois Retief · 9 years ago
  58. f2879f5 sparc: leon3: Moved GRLIB core header files to common include/grlib directory by Daniel Hellstrom · 15 years ago
  59. 898cc81 sparc: leon3: Reimplemented AMBA Plug&Play scanning routines. by Daniel Hellstrom · 15 years ago
  60. bc80109 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 9 years ago
  61. 5ea667e pengwyn: nand and ethernet fixes by Vincent BENOIT · 9 years ago
  62. 4408248 block: ahci: Remove dead code by Fabio Estevam · 9 years ago
  63. daa75b3 i2c: Fix pca953x endianess issue by Dirk Eibach · 9 years ago
  64. 37b3325 i2c: soft_i2c: Fix bus indizes by Dirk Eibach · 9 years ago
  65. 5c3b6dc hrcon: Add fan controllers by Dirk Eibach · 9 years ago
  66. 7ed45d3 hrcon: Add support for the DH variant by Dirk Eibach · 9 years ago
  67. 4574915 i2c: ihs_i2c: Fix hold_bus control by Dirk Eibach · 9 years ago
  68. 3af0cdb i2c: ihs_i2c: Use macro bestpractices by Dirk Eibach · 9 years ago
  69. 071be89 i2c: ihs_i2c: Dual channel support by Dirk Eibach · 9 years ago
  70. 5b47d40 driver: net: Fix pointer conversion warnings for xilinx_zynqmp_ep by Prabhakar Kushwaha · 9 years ago
  71. b30dc57 driver: usb: Fix pointer conversion warnings for hikey by Prabhakar Kushwaha · 9 years ago
  72. 41f7be3 driver: dwmmc: Fix pointer conversion warnings for hikey by Prabhakar Kushwaha · 9 years ago
  73. 3526285 pci: fix checking PCI_REGION_MEM in pci_hose_phys_to_bus() by Cheng Gu · 9 years ago
  74. bf8940d fastboot: Implement NAND backend by Maxime Ripard · 9 years ago
  75. 6c9e00e fastboot: Implement flashing session counter by Maxime Ripard · 9 years ago
  76. 3c8f98f fastboot: Move fastboot response functions to fastboot core by Maxime Ripard · 9 years ago
  77. 10b6971 mtd: uboot: Add meaningful error message by Maxime Ripard · 9 years ago
  78. a3c252d video: mxsfb: introduce lcdif_power_down by Peng Fan · 9 years ago
  79. 95ae700 mxs: add parameter base_addr for mxs_set_lcdclk by Peng Fan · 9 years ago
  80. 4e675ff Tegra: T210: Add QSPI driver by Tom Warren · 9 years ago
  81. d9eda6c pci: tegra: add/enable support for Tegra210 by Stephen Warren · 9 years ago
  82. a02e263 pci: tegra: call tegra_pcie_board_init() earlier by Stephen Warren · 9 years ago
  83. 514e191 pci: tegra: implement PCA enable workaround by Stephen Warren · 9 years ago
  84. 223ddbc pci: tegra: use #address-/size-cells from DT by Stephen Warren · 9 years ago
  85. bec0524 pci: tegra: clip RAM size to 32-bits by Stephen Warren · 9 years ago
  86. 5f5620a Merge git://git.denx.de/u-boot by Stefano Babic · 9 years ago
  87. e3e8726 net: altera_tse: add mSG-DMA support by Thomas Chou · 9 years ago
  88. 38fa4ac net: altera_tse: add priv ops to prepare msgdma support by Thomas Chou · 9 years ago
  89. 577662f net: altera_tse: wait sgdma in altera_tse_recv by Thomas Chou · 9 years ago
  90. acd71c3 net: altera_tse: factor out stop mac func by Thomas Chou · 9 years ago
  91. 38a0f36 mtd: add altera quadspi driver by Thomas Chou · 9 years ago
  92. f105691 cfi_flash: convert to driver model by Thomas Chou · 9 years ago
  93. d858799 dm: implement a MTD uclass by Thomas Chou · 9 years ago
  94. da58dec Various Makefiles: Add SPDX-License-Identifier tags by Tom Rini · 9 years ago
  95. 4ca0c3c Merge branch 'master' of git://git.denx.de/u-boot-nios by Tom Rini · 9 years ago
  96. 75199d6 net: altera_tse: get numbers of fdt address and size cells by Thomas Chou · 9 years ago
  97. 4c8df1d net: altera_tse: use BIT macro by Thomas Chou · 9 years ago
  98. 14fb536 net: altera_tse: remove the useless parenthesis by Thomas Chou · 9 years ago
  99. 13146ec net: altera_tse: fix packed and aligned attribute by Thomas Chou · 9 years ago
  100. 2cd0a52 net: altera_tse: use data type u32 for regs and desc by Thomas Chou · 9 years ago