1. 96e230b dm: serial: ns16550: Add a cast to the I/O operations by Simon Glass · 10 years ago
  2. a223d5e dm: gpio: imx: Drop request()/free() in the driver by Simon Glass · 10 years ago
  3. 8e5f623 dm: gpio: exynos: Drop request()/free() in the driver by Simon Glass · 10 years ago
  4. 859896c dm: gpio: rpi_b: Drop request()/free() in the driver by Simon Glass · 10 years ago
  5. 46715a8 dm: gpio: omap3: Drop request()/free() in the driver by Simon Glass · 10 years ago
  6. 7fcb5fe dm: gpio: tegra: Drop request()/free() in the driver by Simon Glass · 10 years ago
  7. 1b27d60 dm: gpio: Add gpio_requestf() helper for printf() strings by Simon Glass · 10 years ago
  8. ca5f8d2 dm: gpio: sandbox: Drop request()/free() in the driver by Simon Glass · 10 years ago
  9. a367f1d dm: gpio: sandbox: Implement the remove() method by Simon Glass · 10 years ago
  10. 3204863 dm: gpio: sandbox: Implement the get_function() method by Simon Glass · 10 years ago
  11. 6b1ef59 dm: Move the function for getting GPIO status into the uclass by Simon Glass · 10 years ago
  12. 6e5e6dd dm: gpio: Add gpio_get_function() and friends by Simon Glass · 10 years ago
  13. 0f4517d dm: gpio: Implement GPIO reservation in the uclass by Simon Glass · 10 years ago
  14. db252e3 dm: omap: serial: Add driver model support by Simon Glass · 10 years ago
  15. 1a96d7f dm: omap: gpio: Support driver model by Simon Glass · 10 years ago
  16. ba33a3f dm: omap: gpio: Put _get_gpio_value() logic into its own function by Simon Glass · 10 years ago
  17. bc5aa99 dm: serial: Support CONFIG_CONS_INDEX if available by Simon Glass · 10 years ago
  18. 3bf04f3 dm: ns16550: Correct the probe logic for platform data by Simon Glass · 10 years ago
  19. 2546394 dm: ns16550: Use an address instead of a pointer for the uart base by Simon Glass · 10 years ago
  20. ddb958c dm: serial: ns16550: Correct logic for checking for character by Simon Glass · 10 years ago
  21. 5c60b2a dm: serial: Reset the watchdog while waiting in getc() by Simon Glass · 10 years ago
  22. 43b2e1a dm: gpio: Support numbered GPIOs by Simon Glass · 10 years ago
  23. bc810dc Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 10 years ago
  24. 54cd2b2 i2c: mvtwsi: Add support for Marvell Armada XP by Stefan Roese · 10 years ago
  25. 3e10381 net: mvneta.c: Add support for the ethernet controller of the Marvell Armada XP SoC by Stefan Roese · 10 years ago
  26. 1b258d5 spi: kirkwood_spi.c: Change KW_SPI_BASE to MVEBU_SPI_BASE by Stefan Roese · 10 years ago
  27. 2a88a53 spi: kirkwood_spi.c: Compile MPP (pin-mux) only for kirkwood SoC's by Stefan Roese · 10 years ago
  28. 2da296f arm: marvell: Move arch-kirkwood/spi.h to arch-mvebu/spi.h by Stefan Roese · 10 years ago
  29. c243784 arm: marvell: Move arch/kirkwood.h to arch/soc.h by Stefan Roese · 10 years ago
  30. 56b661f Merge git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  31. a1a3430 x86: cros_ec: Update LPC driver for new cros_ec header by Simon Glass · 10 years ago
  32. 3ad93fe dm: serial: Support driver model in pl01x driver by Simon Glass · 10 years ago
  33. f35484d dm: serial: Tidy up the pl01x driver by Simon Glass · 10 years ago
  34. 7480762 dm: rpi: Convert GPIO driver to driver model by Simon Glass · 10 years ago
  35. 599447c dm: core: Add support for simple-bus by Simon Glass · 10 years ago
  36. 8bc8519 dm: imx: serial: Support driver model in the MXC serial driver by Simon Glass · 10 years ago
  37. 2772b4d dm: imx: gpio: Support driver model in MXC gpio driver by Simon Glass · 10 years ago
  38. 73285a2 dm: serial: Put common code into separate functions by Simon Glass · 10 years ago
  39. ffae791 dm: exynos: cros_ec: Move cros_ec_spi to driver model by Simon Glass · 10 years ago
  40. ff425d8 dm: sandbox: cros_ec: Move sandbox cros_ec to driver module by Simon Glass · 10 years ago
  41. 44569b5 dm: cros_ec: Add support for driver model by Simon Glass · 10 years ago
  42. 1121b1b dm: tegra: spi: Convert to driver model by Simon Glass · 10 years ago
  43. 0186238 dm: sf: sandbox: Convert SPI flash driver to driver model by Simon Glass · 10 years ago
  44. 6f7d259 dm: Convert spi_flash_probe() and 'sf probe' to use driver model by Simon Glass · 10 years ago
  45. d6eedf7 dm: sf: Add a uclass for SPI flash by Simon Glass · 10 years ago
  46. c10c3d4 spi: Use error return value in sf_ops by Simon Glass · 10 years ago
  47. d34b456 sf: Tidy up public and private header files by Simon Glass · 10 years ago
  48. ca7eafe dm: exynos: Convert SPI to driver model by Simon Glass · 10 years ago
  49. 456dd7c dm: spi: Add soft_spi implementation by Simon Glass · 10 years ago
  50. 43d4a54 dm: spi: Remove SPI_INIT feature by Simon Glass · 10 years ago
  51. 6fd26bc dm: spi: Rename soft_spi.c to soft_spi_legacy.c by Simon Glass · 10 years ago
  52. 95429fe dm: sandbox: spi: Move to driver model by Simon Glass · 10 years ago
  53. def9215 dm: Add spi.h header to a few files by Simon Glass · 10 years ago
  54. 10a4a33 dm: sandbox: Add a SPI emulation uclass by Simon Glass · 10 years ago
  55. dd82d44 dm: spi: Add a uclass for SPI by Simon Glass · 10 years ago
  56. 1586a84 dm: core: Allow parents to pass data to children during probe by Simon Glass · 10 years ago
  57. 44da735 dm: core: Add functions for iterating through device children by Simon Glass · 10 years ago
  58. 767e737 dm: exynos: Move serial to driver model by Simon Glass · 10 years ago
  59. 9b4e0e8 dm: exynos: gpio: Convert to driver model by Simon Glass · 10 years ago
  60. 4f83d3d dm: exynos: Make sure that GPIOs are requested by Simon Glass · 10 years ago
  61. 3898ab7 dm: exynos: Tidy up GPIO defines by Simon Glass · 10 years ago
  62. 37f1162 dm: exynos: Tidy up GPIO headers by Simon Glass · 10 years ago
  63. 94b83d6 dm: simplify the loop in lists_driver_lookup_name() by Masahiro Yamada · 10 years ago
  64. 892e38c dm: do not check the existence of uclass operation by Masahiro Yamada · 10 years ago
  65. 9ddceb6 tegra: gpio: fix null label regression by Marcel Ziswiler · 10 years ago
  66. e1207e9 mmc: Tegra: Fix timeout issue seen on certain eMMC parts by Marcel Ziswiler · 10 years ago
  67. c7ae09b Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 10 years ago
  68. 4345a57 crypto/fsl: Add command for encapsulating/decapsulating blobs by Ruchika Gupta · 10 years ago
  69. ac1b269 fsl_sec: Add hardware accelerated SHA256 and SHA1 by Ruchika Gupta · 10 years ago
  70. 9cf0e2d video: ipu_disp: remove pixclk fixup by Jeroen Hofstee · 10 years ago
  71. 9827621 video: ipu: fix debug and comment by Jeroen Hofstee · 10 years ago
  72. 88ccfd8 sunxi: axp152: dcdc3 scale is 50mV / step not 25mV / step by Hans de Goede · 10 years ago
  73. c8ac489 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  74. ab43536 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  75. d43a89a macb: simplify gmac initialisation by Andreas Bießmann · 10 years ago
  76. 4c4150c serial-uclass: Fix compilation error by Hans de Goede · 10 years ago
  77. 6057854 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · 10 years ago
  78. 26dc25b ahci: Don't start command DMA engine before buffers are set by Roger Quadros · 10 years ago
  79. b5a9992 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  80. b692b3f mtd: denali: support NAND_CMD_RNDOUT command by Masahiro Yamada · 10 years ago
  81. 40525e2 mtd: denali: fix NAND_CMD_PARAM command by Masahiro Yamada · 10 years ago
  82. cfb8ff2 Merge remote-tracking branch 'u-boot-imx/master' by Albert ARIBAUD · 10 years ago
  83. 96aa072 samsung: Enable device tree for s5p_goni by Simon Glass · 10 years ago
  84. 7a5a79f cros_ec: exynos: Use the correct tps65090 driver in each case by Simon Glass · 10 years ago
  85. f46fc92 cros_ec: power: Add a tunnelled version of the tps65090 driver by Simon Glass · 10 years ago
  86. 428ea9e Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  87. 2cfb0c7 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 10 years ago
  88. 700dc65 Merge branch 'topic/arm/socfpga-20141006' of git://git.denx.de/u-boot-socfpga by Tom Rini · 10 years ago
  89. 3d626cd usb: gadget: fastboot: terminate commands with NULL by Eric Nelson · 10 years ago
  90. ed4262c usb: musb-new: core: set MUSB_POWER_HSENAB in MUSB_POWER for host mode by Daniel Mack · 10 years ago
  91. c721380 arm: socfpga: fpga: Add SoCFPGA FPGA programming interface by Pavel Machek · 10 years ago
  92. 51d2113 arm: socfpga: mmc: Pick the clock from clock manager by Pavel Machek · 10 years ago
  93. 99f0c22 Merge branches 'topic/drivers/fpga-20141006', 'topic/drivers/mmc-20141006', 'topic/drivers/net-20141006', 'topic/tools/mkimage-20141006' and 'topic/arm/cache-20141006' into HEAD by Marek Vasut · 10 years ago
  94. 1519304 net: dwc: Make the cache handling less cryptic by Marek Vasut · 10 years ago
  95. 16ef0a8 net: dwc: Fix cache alignment issues by Marek Vasut · 10 years ago
  96. 5f02211 net: phy: Cleanup drivers/net/phy/micrel.c by Pavel Machek · 10 years ago
  97. a425f5d mmc: dw_mmc: cleanups by Pavel Machek · 10 years ago
  98. f5d25e4 fpga: altera: Turn the switches into table lookup by Marek Vasut · 10 years ago
  99. b9d4df3 fpga: altera: Make altera_validate return normal values by Marek Vasut · 10 years ago
  100. ff4072c fpga: altera: Move altera_validate to the top by Marek Vasut · 10 years ago