1. cd818a3 i2c: rcar_i2c: Fix order of restart and clear status by Nobuhiro Iwamatsu · 10 years ago
  2. 6dd38cc drivers/i2c/fsl_i2c: Change CONFIG_I2C_TIMEOUT to 100ms by Shaveta Leekha · 10 years ago
  3. b97cd68 ppc4xx: Handle i2c stuck on combined xfer by Dirk Eibach · 10 years ago
  4. 7e78f7a ppc4xx: Fix i2c repeated start by Dirk Eibach · 10 years ago
  5. 625509a Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 10 years ago
  6. d5325ef Merge git://www.denx.de/git/u-boot-sunxi by Tom Rini · 10 years ago
  7. 44fd591 dm: sunxi: Request USB vbus gpio by Hans de Goede · 10 years ago
  8. 967325f dm: sunxi: Request card detect gpio by Hans de Goede · 10 years ago
  9. 1a81cf83 dm: sunxi: Add support for serial using driver model by Simon Glass · 10 years ago
  10. 7aa9748 dm: sunxi: Modify the GPIO driver to support driver model by Simon Glass · 10 years ago
  11. ed41e62 sunxi: Use CONFIG_MACH_SUN?I from Kconfig instead of CONFIG_SUN?I by Ian Campbell · 10 years ago
  12. 2dbbda0 Merge git://git.denx.de/u-boot-sh by Tom Rini · 10 years ago
  13. 94a255d serial: add prototypes for init functions by Jeroen Hofstee · 10 years ago
  14. 13a8b7a i2c: use __weak by Jeroen Hofstee · 10 years ago
  15. 0798082 Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · 10 years ago
  16. 4dc9492 usb: ehci: rmobile: Collect up address data by Nobuhiro Iwamatsu · 10 years ago
  17. a3058c0 usb: ehci: rmobile: Add support R8A7793 by Nobuhiro Iwamatsu · 10 years ago
  18. 8460b89 usb: Make pollable int support available outside of ehci-hcd.c by Hans de Goede · 10 years ago
  19. 8aa26b8 usb: ehci: Move cache invalidation to poll_int_queue by Hans de Goede · 10 years ago
  20. bd818d8 usb: ehci: Move interrupt packet length check to create_int_queue by Hans de Goede · 10 years ago
  21. 32f2eac usb: ehci: Do not disable an already disabled periodic schedule by Hans de Goede · 10 years ago
  22. f7ca1f7 net: sh-eth: Add cache writeback control after setting bit of DMA descriptor by Nobuhiro Iwamatsu · 10 years ago
  23. 000889c net: sh-eth: Use memalign instead of orignal memroy alignment function by Nobuhiro Iwamatsu · 10 years ago
  24. 703949e net: sh-eth: Remove definition of RX_DESC_SIZE and TX_DESC_SIZE by Nobuhiro Iwamatsu · 10 years ago
  25. a3cc41b serial: sh: r8a7794: Add support external clock by Nobuhiro Iwamatsu · 10 years ago
  26. a341b7e net: sh-eth: Add support R8A7793 by Nobuhiro Iwamatsu · 10 years ago
  27. 04dba86 serial: sh: Add support R8A7793 by Nobuhiro Iwamatsu · 10 years ago
  28. a8b972b Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · 10 years ago
  29. 130aec7 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 10 years ago
  30. 2ed8c87 twl4030: VMMC2 3.2V enable on MMC init by Paul Kocialkowski · 10 years ago
  31. f9cfe17 mtd: nand: mxs: Add ECC geometry for 2048b/112b NAND by Marek Vasut · 10 years ago
  32. d9bc8fd serial: UniPhier: add static to locally used functions by Masahiro Yamada · 10 years ago
  33. bb72148 serial: UniPhier: add .pending handler by Masahiro Yamada · 10 years ago
  34. 678398b i2c: designware: Convert driver to multibus/multiadapter framework by Stefan Roese · 10 years ago
  35. 318a9ce i2c: mxs: Add support for I2C 1 on i.MX28 by Marek Vasut · 10 years ago
  36. 58a7d1c i2c: mxs: Pass the i2c_adapter around by Marek Vasut · 10 years ago
  37. 1fa96e8 i2c: mxs: Add basic support for i2c framework by Marek Vasut · 10 years ago
  38. 9536099 i2c: mxs: Consolidate hard-coded bus address by Marek Vasut · 10 years ago
  39. 0029d6c dwc_ahsata: use bitwise operator in sata_port_status by Nikita Kiryanov · 10 years ago
  40. 93575c3 Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  41. 6c499ab e1000: add i211 and unprogrammed i210/i211 support by Marcel Ziswiler · 10 years ago
  42. 3f3c13a mmc: s5p: set SD detection pin as input by Przemyslaw Marczak · 10 years ago
  43. 17da712 e1000: fix sw fw sync on igb i210/i211 by Marcel Ziswiler · 10 years ago
  44. 76f8cdb net/e1000: Fix EEPROM access error by York Sun · 10 years ago
  45. 027a9a0 SPI: mxc_spi: delay initialisation until claim bus by Markus Niebel · 10 years ago
  46. ba3451d SPI: mxc_spi: remove second reset from ECSPI config handler by Markus Niebel · 10 years ago
  47. cdcdad8 spi: altera: Move the config options to the top by Marek Vasut · 10 years ago
  48. bc76b82 spi: altera: Clean up the use of variable d by Marek Vasut · 10 years ago
  49. 80d7333 spi: altera: Zap endless loop by Marek Vasut · 10 years ago
  50. 37dcc13 spi: altera: Clean up most checkpatch issues by Marek Vasut · 10 years ago
  51. 2e13da1 spi: altera: Clean up bit definitions by Marek Vasut · 10 years ago
  52. eef6702 spi: altera: Use struct-based register access by Marek Vasut · 10 years ago
  53. 0cf8761 Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx by Tom Rini · 10 years ago
  54. 03b0040 PowerPC: drop some 74xx_7xx boards and related code by Wolfgang Denk · 10 years ago
  55. 0ce4af9 Merge branch 'master' of git://git.denx.de/u-boot-imx by Tom Rini · 10 years ago
  56. 5aa7bec Merge branch 'master' of git://git.denx.de/u-boot-ti by Tom Rini · 10 years ago
  57. d0796de Merge http://git.denx.de/u-boot-sunxi by Tom Rini · 10 years ago
  58. 1fba907 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 10 years ago
  59. 84a6df0 Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  60. c69ecd9 i2c: designware: add an implement i2c protos by Jeroen Hofstee · 10 years ago
  61. ee3fad8 net: davince: add missing include by Jeroen Hofstee · 10 years ago
  62. 7432194 mmc: bcm2835_sdhci: add missing include by Jeroen Hofstee · 10 years ago
  63. c5fe253 video: ipu: prevent warnings with W=1 by Jeroen Hofstee · 10 years ago
  64. 19d7bf3 tegra: make local functions static by Jeroen Hofstee · 10 years ago
  65. 654f8d0 serial: make local functions static by Jeroen Hofstee · 10 years ago
  66. 6588c78 sdhci: make local functions static by Jeroen Hofstee · 10 years ago
  67. 4415297 omap_gpmc: fix warnigs with W=1 by Jeroen Hofstee · 10 years ago
  68. 84f64c8 net: fec_mxc: make local functions static by Jeroen Hofstee · 10 years ago
  69. 2115d89 gpio: make local functions static by Jeroen Hofstee · 10 years ago
  70. 2d17b48 ehci-hcd.c: make local functions static by Jeroen Hofstee · 10 years ago
  71. 69d2754 video: use __weak by Jeroen Hofstee · 10 years ago
  72. 3dd80aa usb: use __weak by Jeroen Hofstee · 10 years ago
  73. 7b19fd6 pci: use __weak by Jeroen Hofstee · 10 years ago
  74. 3c6928f net: phy: fix warnings with W=1 by Jeroen Hofstee · 10 years ago
  75. 00dcb07 cti_flash.c: use __weak when requested for flash_(read|write){8,16,32,64} by Jeroen Hofstee · 10 years ago
  76. e637b30 mmc: sunxi: Add support for sun8i (A23) by Chen-Yu Tsai · 10 years ago
  77. e79c7c8 sunxi: When we've both mmc0 and mmc2, detect from which one we're booting by Hans de Goede · 10 years ago
  78. cd82113 sunxi: Add mmc card-detect functionality by Hans de Goede · 10 years ago
  79. 1d1bd42 ARM: sunxi-mmc: Add mmc support for sun6i / A31 by Hans de Goede · 10 years ago
  80. a3e8c22 mmc: sunxi: add SDHC support for sun6i/sun7i/sun8i by Wills Wang · 10 years ago
  81. c2ded96 serial: remove uniphier_serial_initialize() call by Masahiro Yamada · 10 years ago
  82. ff247b7 serial: uniphier: move CONFIG_UNIPHIER_SERIAL to Kconfig by Masahiro Yamada · 10 years ago
  83. d064cbf dm: serial: use Driver Model for UniPhier serial driver by Masahiro Yamada · 10 years ago
  84. da333ae dm: add entries to Kconfig by Masahiro Yamada · 10 years ago
  85. eea5a4c dm: serial: consolidate common code more by Masahiro Yamada · 10 years ago
  86. 52a0a6f dm: serial: remove unnecessary casting by Masahiro Yamada · 10 years ago
  87. bac6446 dm: serial: fix console putc by Masahiro Yamada · 10 years ago
  88. 3fdd0bb serial: add static directive to local functions by Masahiro Yamada · 10 years ago
  89. 86256b7 dm: move platform data headers to include/dm/platform_data by Masahiro Yamada · 10 years ago
  90. e98a03c dm: x86: Convert coreboot serial to use driver model by Simon Glass · 10 years ago
  91. 7414112 dm: x86: Convert Intel ICH6 GPIO driver to use driver model by Simon Glass · 10 years ago
  92. 1f77690 dm: serial: ns16550: Add a cast to the I/O operations by Simon Glass · 10 years ago
  93. c65dd44 dm: gpio: imx: Drop request()/free() in the driver by Simon Glass · 10 years ago
  94. 6227fb8 dm: gpio: exynos: Drop request()/free() in the driver by Simon Glass · 10 years ago
  95. 3dd2d48 dm: gpio: rpi_b: Drop request()/free() in the driver by Simon Glass · 10 years ago
  96. 5aff3ac dm: gpio: omap3: Drop request()/free() in the driver by Simon Glass · 10 years ago
  97. 57d99d3 dm: gpio: tegra: Drop request()/free() in the driver by Simon Glass · 10 years ago
  98. d44f597 dm: gpio: Add gpio_requestf() helper for printf() strings by Simon Glass · 10 years ago
  99. 5e0bbd6 dm: gpio: sandbox: Drop request()/free() in the driver by Simon Glass · 10 years ago
  100. 62cb89d dm: gpio: sandbox: Implement the remove() method by Simon Glass · 10 years ago