1. 80333fd rockchip: i2c: use named constant when appropriate by John Keeping · 8 years ago
  2. 41d1258 net: asix: Fix AX88772B when used with DriverModel by Joshua Scott · 8 years ago
  3. 16f4166 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  4. 7302fbb regulator: fixed: obey startup delay by John Keeping · 8 years ago
  5. cfe2556 meson: odroid-c2: enable Ethernet support through the device tree by Beniamino Galvani · 8 years ago
  6. 677b535 pinctrl: add driver for meson-gxbb pin controller by Beniamino Galvani · 8 years ago
  7. 2c93637 pinctrl: generic: scan for "pins" and "groups" properties in sub-nodes by Beniamino Galvani · 8 years ago
  8. 601147b serial: bcm283x_mu: Detect disabled serial device by Alexander Graf · 8 years ago
  9. 04a993f bcm2835_gpio: Implement GPIOF_FUNC by Alexander Graf · 8 years ago
  10. 2a83c95 mtd: nand: mxs: fix cache alignment for cache lines >32 by Stefan Agner · 8 years ago
  11. 8b7d512 nand: Fix some more NULL name tests by Scott Wood · 8 years ago
  12. 91395b5 mtd: nand: pxa3xx: use nand_set_controller_data by Chris Packham · 8 years ago
  13. ff62bdf Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · 8 years ago
  14. 85dc2fe ARM: uniphier: change UNIPHIER_SERIAL to default y option by Masahiro Yamada · 8 years ago
  15. 4a89a24 mmc: uniphier-sd: just return if already set to desired clock rate by Masahiro Yamada · 8 years ago
  16. 8be12e2 mmc: uniphier-sd: return error code if unsupported width is given by Masahiro Yamada · 8 years ago
  17. 4eb0084 mmc: uniphier-sd: move uniphier_sd_init() below by Masahiro Yamada · 8 years ago
  18. 3937404 mmc: uniphier-sd: migrate to CONFIG_DM_MMC_OPS by Masahiro Yamada · 8 years ago
  19. 4a70d26 mmc: uniphier-sd: add static qualifiers to probe and remove callbacks by Masahiro Yamada · 8 years ago
  20. 421c98d sunxi: display: Use PWM to drive backlight where applicable by Hans de Goede · 8 years ago
  21. da968c7 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 8 years ago
  22. 03d6cd9 i2c: mvtwsi: Fix order of address bytes (high to low) by Stefan Roese · 8 years ago
  23. 4832c7f spi: tegra: fix hang in set_mode() by Stephen Warren · 8 years ago
  24. 6002c75 ARM: tegra: remove stale nvidia, bpmp I2C DT property by Stephen Warren · 8 years ago
  25. eb3f68a ARM: tegra: fix Tegra186 SDHCI clock/reset names by Stephen Warren · 8 years ago
  26. b4ee081 ARM: tegra: fix Tegra186 I2C clock name by Stephen Warren · 8 years ago
  27. 05237f7 net: davinci_emac: Restore the internal MDIO accessors return values by karl beldan · 8 years ago
  28. c23c7d4 net/fm: Remove unused code of FMan QMI by Hou Zhiqiang · 8 years ago
  29. a51897b net: davinci_emac: Invalidate only the received portion of a buffer by karl beldan · 8 years ago
  30. 6202b8f net: davinci_emac: Round up top tx buffer boundaries for dcache ops by karl beldan · 8 years ago
  31. a02c232 net: davinci_emac: Remove useless dcache ops on descriptors by karl beldan · 8 years ago
  32. c98b171 Merge branch 'rmobile' of git://git.denx.de/u-boot-sh by Tom Rini · 8 years ago
  33. f835706 pinctrl: fix typos in comment blocks of pinconfig_post_bind() by Masahiro Yamada · 8 years ago
  34. e016f0b fastboot: implement Kconfig by Steve Rae · 8 years ago
  35. 6f107e4 arm: rmobile: Add BLANCHE board support by masakazu.mochizuki.wd@hitachi.com · 8 years ago
  36. 7593194 mmc: rmobile: add a compiler barrier by Yannick Gicquel · 8 years ago
  37. d6ee8ce serial: sh: Add support R8A7795 by Hiroyuki Yokoyama · 8 years ago
  38. 1cc95f6 ARM: Rmobile: Rename CONFIG_RMOBILE to CONFIG_ARCH_RMOBILE by Nobuhiro Iwamatsu · 9 years ago
  39. 793fd86 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 8 years ago
  40. ca6c5e0 i2c: intel_i2c: SMBus driver PCI addition (e.g. BayTrail) by Stefan Roese · 8 years ago
  41. 4cf9e46 misc: Add simple driver for some Nuvoton NCT6102D devices by Stefan Roese · 8 years ago
  42. 177381a mmc: mmc_legacy: fix the compiler error with disabled CONFIG_DM_MMC_OPS by Jaehoon Chung · 8 years ago
  43. d188b11 mmc: send CMD0 before CMD1 for some MMC cards by Yangbo Lu · 8 years ago
  44. 4de2de5 drivers: mmc: omap_hsmmc: fix build breakage by Sekhar Nori · 8 years ago
  45. 7e270ec xtensa: add support for the 'xtfpga' evaluation board by Chris Zankel · 8 years ago
  46. 0fcb9f0 Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · 8 years ago
  47. a0d0d86 mmc: atmel_sdhci: Convert to the driver model support by Wenyou Yang · 8 years ago
  48. 17b68b5 dm: atmel: Add driver model support for the ehci driver by Wenyou Yang · 8 years ago
  49. ac72e17 pinctrl: at91-pio4: Add pinctrl driver by Wenyou Yang · 8 years ago
  50. ee3311d gpio: atmel_pio4: Rework to support DM & DT by Wenyou Yang · 8 years ago
  51. 46ed938 gpio: atmel_pio4: Move PIO4 definitions to head file by Wenyou Yang · 8 years ago
  52. 2ef98d3 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 8 years ago
  53. dfcc496 net: mii: Changes not made by spatch by Joe Hershberger · 8 years ago
  54. 875e0bc net: mii: Fix changes made by spatch by Joe Hershberger · 8 years ago
  55. 5a49f17 net: mii: Use spatch to update miiphy_register by Joe Hershberger · 8 years ago
  56. 9e5935c clk: at91: Add clock driver by Wenyou Yang · 8 years ago
  57. 03dcd41 tpm: atmel_twi: Make compatible with DM I2C busses by mario.six@gdsys.cc · 8 years ago
  58. 8800e0f i2c: atmel: add i2c driver by Songjun Wu · 8 years ago
  59. 0d0779c net/ethoc: implement MDIO bus and support phylib by Max Filippov · 8 years ago
  60. 59b7dfa net/ethoc: support private memory configurations by Max Filippov · 8 years ago
  61. 02a888b net/ethoc: don't mix virtual and physical addresses by Max Filippov · 8 years ago
  62. 2de18c8 net/ethoc: support device tree by Max Filippov · 8 years ago
  63. 5d43fea net/ethoc: add CONFIG_DM_ETH support by Max Filippov · 8 years ago
  64. a84a757 net/ethoc: use priv instead of dev internally by Max Filippov · 8 years ago
  65. f072712 net/ethoc: add Kconfig entry for the driver by Max Filippov · 8 years ago
  66. eb4e8ce net: e1000: Fix the build with driver model and SPI EEPROM by Alban Bedel · 8 years ago
  67. 70f1463 net: smsc95xx: Use correct get_unaligned functions by Chris Packham · 8 years ago
  68. a212b66 net: macb: Fix build error for CONFIG_DM_ETH enabled by Wenyou Yang · 8 years ago
  69. 3c27fa2 i2c: tegra: add standardized clk/reset API support by Bryan Wu · 8 years ago
  70. bbc5b36 pci: tegra: port to standard clock/reset/pwr domain APIs by Stephen Warren · 8 years ago
  71. c049307 mmc: tegra: port to standard clock/reset APIs by Stephen Warren · 8 years ago
  72. 34f1c9f i2c: add Tegra186 BPMP driver by Stephen Warren · 8 years ago
  73. 24cdf1a power domain: add Tegra186 driver by Stephen Warren · 8 years ago
  74. 4dd99d1 reset: add Tegra186 reset driver by Stephen Warren · 8 years ago
  75. d9fd700 clock: add Tegra186 clock driver by Stephen Warren · 8 years ago
  76. 73dd5c4 misc: add Tegra BPMP driver by Stephen Warren · 8 years ago
  77. f4b0df1 Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  78. b647f55 misc: add "call" uclass op by Stephen Warren · 8 years ago
  79. aa26776 power: pmic: act8846: add missing newline to debug statements by John Keeping · 8 years ago
  80. 65f89be power: regulator: act8846: fix reading values by John Keeping · 8 years ago
  81. 6e06acb fdt: allow fdtdec_get_addr_size_*() to translate addresses by Stephen Warren · 8 years ago
  82. ab65006 kconfig: use bool instead of boolean for type definition attributes by Masahiro Yamada · 8 years ago
  83. 1f01962 drivers: net: cpsw: always flush cache of size aligned to PKTALIGN by Lokesh Vutla · 8 years ago
  84. b25732c drivers/sysreset: group sysreset drivers by Max Filippov · 8 years ago
  85. 2651a05 i2c: Drop redundant platform data setting in drivers by Simon Glass · 8 years ago
  86. 2f1eb66 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 8 years ago
  87. 76b2fad eth: asix88179: Add support for the driver model by Alban Bedel · 8 years ago
  88. 620452e eth: asix88179: Prepare supporting the driver model by Alban Bedel · 8 years ago
  89. 95def3c i2c: i2c-uclass-compat: avoid any BSS usage by Vignesh R · 8 years ago
  90. a61f6a5 drivers: net: keystone_net: add support for multi slave ethernet by Mugunthan V N · 8 years ago
  91. 1610a92 drivers: net: keystone_net: fix line termination with semi-colon by Mugunthan V N · 8 years ago
  92. 2e205ef net: cpsw: Add support to drive gpios for ethernet to be functional by Vignesh R · 8 years ago
  93. 5746b0d gpio: Add driver for TI PCF8575 I2C GPIO expander by Vignesh R · 8 years ago
  94. 50f5bb2 eth: asix88179: Fix receiving on big endian system by Alban Bedel · 8 years ago
  95. 652b269 eth: asix88179: Add VID:DID for Cypress GX3 USB Ethernet Adapter by Alban Bedel · 8 years ago
  96. 707c866 usb: xhci: fsl: Add code to use CONFIG_DM_USB by Rajesh Bhagat · 8 years ago
  97. ba699a5 usb: ehci: fsl: Add code to use CONFIG_DM_USB by Rajesh Bhagat · 8 years ago
  98. 1e61ce9 drivers: usb: fsl: Make function for initialization to use in CONFIG_DM_USB by Rajesh Bhagat · 8 years ago
  99. 2b58e1b usb: add (move) CONFIG_USB_HOST to Kconfig by Masahiro Yamada · 8 years ago
  100. 96d8284 usb: add CONFIG_USB_UHCI_HCD in Kconfig by Masahiro Yamada · 8 years ago