1. 0f2194d power: regulator: fixed: get_enable should return integer by Keerthy · 7 years ago
  2. 06bdf60 regulator: Change get_enable return type to integer from bool by Keerthy · 7 years ago
  3. 343749c mmc: rpmb: update size format for write_counter by Kever Yang · 7 years ago
  4. 39632b4 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 7 years ago
  5. e14b116 Merge git://www.denx.de/git/u-boot-marvell by Tom Rini · 7 years ago
  6. 552a848 imx: reorganize IMX code as other SOCs by Stefano Babic · 7 years ago
  7. f34ccce mmc: fsl_esdhc: drop CONFIG_SYS_FSL_ESDHC_FORCE_VSELECT by Peng Fan · 7 years ago
  8. 4483b7e dm: mmc: fsl_esdhc: handle vqmmc supply by Peng Fan · 7 years ago
  9. 32a9179 mmc: fsl_esdhc: introduce vs18_enable for 1.8V fix I/O by Peng Fan · 7 years ago
  10. a1d1fdc mx6: soc: Move mxs_dma_init() into the mxs nand driver by Fabio Estevam · 7 years ago
  11. 306dd7d net: fec_mxc: fix PHY initialization bug with CONFIG_DM_ETH by Lothar Waßmann · 7 years ago
  12. 61366b7 serial: mxc: Add debug uart support by Jagan Teki · 7 years ago
  13. 52c14ca serial: mxc: Code cleanup by Jagan Teki · 7 years ago
  14. 45d9751 serial: mxc: Move common baud gen into _mxc_serial_setbrg by Jagan Teki · 7 years ago
  15. 97548d5 serial: mxc: Move common init into _mxc_serial_init by Jagan Teki · 7 years ago
  16. 57d3e98 serial: mxc: Move cr1 and cr2 write to mxc_serial_setbrg by Jagan Teki · 7 years ago
  17. 62af03e serial: mxc: Use RFDIV in dm-code by Jagan Teki · 7 years ago
  18. ffa8bcd serial: mxc: Add common mxc_uart reg space by Jagan Teki · 7 years ago
  19. aa5eb9a drivers/misc: Add basic support for ATSHA204A Crypto module by Marek Behún · 7 years ago
  20. 8e6eda7 drivers/i2c/muxes/pca954x: Add pca9547 I2C mux support by Marek Behún · 7 years ago
  21. 2ab7704 orion_wdt: Support for the Orion Watchdog by Marek Behún · 7 years ago
  22. 90bcc3d driver/ddr: Add support for setting timing in hws_topology_map by Marek Behún · 7 years ago
  23. 7a9dfe7 mtd: nand: make nand_info array static by Grygorii Strashko · 7 years ago
  24. 88b81bf mtd: nand: drv: use get_nand_dev_by_index() by Grygorii Strashko · 7 years ago
  25. 750b34c net: fm: use get_nand_dev_by_index() by Grygorii Strashko · 7 years ago
  26. 1ceac70 net: phy: cortina: use get_nand_dev_by_index() by Grygorii Strashko · 7 years ago
  27. 1652018 dfu: dfu_nand: use get_nand_dev_by_index() by Grygorii Strashko · 7 years ago
  28. ad92dff cmd: nand: abstract global variable usage for dm conversion by Mugunthan V N · 7 years ago
  29. 8d3a256 Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago
  30. d43ef73 Merge branch 'master' of git://git.denx.de/u-boot-rockchip by Tom Rini · 7 years ago
  31. 8c9eaad dm: ofnode: use fdt32_t for DT property value to fix sparse warning by Masahiro Yamada · 7 years ago
  32. fce136a dm: include <dm/util.h> from driver/core/dump.c by Masahiro Yamada · 7 years ago
  33. b2ec7ea dm: ofnode: simplify ofnode_read_bool() by Masahiro Yamada · 7 years ago
  34. 61e51ba dm: ofnode: rename ofnode_read_prop() to ofnode_get_property() by Masahiro Yamada · 7 years ago
  35. cb7dbe1 dm: ofnode: simplify ofnode_read_prop() by Masahiro Yamada · 7 years ago
  36. 252510a dm: ofnode: use ofnode_read_bool() to check property existence by Masahiro Yamada · 7 years ago
  37. 766c28a dm: include <dm/util.h> from drivers/core/util.c by Masahiro Yamada · 7 years ago
  38. f93472a dm: serial: Add livetree support by Simon Glass · 7 years ago
  39. d096085 dm: serial: Separate out the core serial-device finding code by Simon Glass · 7 years ago
  40. db9f8f6 dm: serial: ns16550: Convert to livetree by Simon Glass · 7 years ago
  41. 1a9f3da video: simple-panel: Add a little more debugging by Simon Glass · 7 years ago
  42. 7cf208d dm: video: Update pwm_backlight to support livetree by Simon Glass · 7 years ago
  43. fb0b709 dm: video: Sync display on backspace by Simon Glass · 7 years ago
  44. 23acc48 tegra: video: Time the LCD init by Simon Glass · 7 years ago
  45. 878d68c dm: core: Add functions to obtain node's address/size cells by Simon Glass · 7 years ago
  46. f7d6fcf dm: core: Add dev_read_enabled() to check if a device is enabled by Simon Glass · 7 years ago
  47. a448101 dm: core: Add dev_read_resource() to read device resources by Simon Glass · 7 years ago
  48. 8c293d6 dm: core: Add ofnode_read_string_count() by Simon Glass · 7 years ago
  49. 7337fcd dm: scsi: Drop scsi_init() when driver model is used by Simon Glass · 7 years ago
  50. 681357f dm: ahci: Add a driver for SCSI on AHCI by Simon Glass · 7 years ago
  51. 5c56176 dm: scsi: Split out the bus scanning code by Simon Glass · 7 years ago
  52. f6580ef dm: scsi: Adjust return value of scsi_exec() by Simon Glass · 7 years ago
  53. f6ab5a9 dm: scsi: Add operations for SCSI devices by Simon Glass · 7 years ago
  54. 4e74901 dm: ahci: Create a local version of two SCSI functions by Simon Glass · 7 years ago
  55. 8eab1a5 dm: scsi: Document and rename the scsi_scan() parameter by Simon Glass · 7 years ago
  56. 4682c8a dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset() by Simon Glass · 7 years ago
  57. 4279efc dm: ahci: Drop use of probe_ent by Simon Glass · 7 years ago
  58. 7cf1afc dm: ahci: Unwind the confusing init code by Simon Glass · 7 years ago
  59. 62b4ec8 dm: ahci: Move common code for starting ports into a function by Simon Glass · 7 years ago
  60. 099c239 dm: scsi: Indent the confusing #ifdefs by Simon Glass · 7 years ago
  61. 225b1da dm: ahci: Refactor to avoid static variables by Simon Glass · 7 years ago
  62. 4b62b2f dm: sata: Move ataid into struct ahci_uc_priv by Simon Glass · 7 years ago
  63. 2c9f9ef dm: ahci: Rename struct ahci_probe_ent by Simon Glass · 7 years ago
  64. 1dc64f6 dm: scsi: Use the uclass platform data by Simon Glass · 7 years ago
  65. b9560ad dm: scsi: Drop the ccb typedef by Simon Glass · 7 years ago
  66. aae5ec3 dm: scsi: Rename struct SCSI_cmd_block to struct scsi_cmd by Simon Glass · 7 years ago
  67. 0fcd48f scsi: Move drivers into new drivers/scsi directory by Simon Glass · 7 years ago
  68. f2105c6 sata: Move drivers into new drivers/ata directory by Simon Glass · 7 years ago
  69. 10e40d5 Kconfig: Add CONFIG_SATA to enable SATA by Simon Glass · 7 years ago
  70. a6fb185 scsi: Drop scsi_print_error() by Simon Glass · 7 years ago
  71. b8beb6b scsi: Drop sym53c8xx driver by Simon Glass · 7 years ago
  72. fedb428 Convert CONFIG_SCSI to Kconfig by Simon Glass · 7 years ago
  73. 95ce385 dm: core: Add uclass_first/next_device_check() by Simon Glass · 7 years ago
  74. 30a570a dm: core: Clarify uclass_first/next_device() comments by Simon Glass · 7 years ago
  75. 2454b71 rockchip: rk3288: Add pinctrl support for the gmac ethernet interface by Sjoerd Simons · 7 years ago
  76. fe45089 rockchip: pinctrl: rk3328: use gpio instead of sdmmc-pwren by Kever Yang · 7 years ago
  77. ad98f88 power: regulator: rk8xx: Allow input current/charger shutdown configuration by Wadim Egorov · 7 years ago
  78. 8926c2f power: regulator: rk8xx: Build get_ldo_reg only for SPL by Wadim Egorov · 7 years ago
  79. dd22bac usb: dwc2: use dev_read_bool() instead of fdt_getprop() by Meng Dongyang · 7 years ago
  80. 4ac72f5 usb: Kconfig: migrate USB_DWC2 to Kconfig by Philipp Tomsich · 7 years ago
  81. 26a8b80 usb: host: xhci-rockchip: use fixed regulator to control vbus by Meng Dongyang · 7 years ago
  82. e85f00a usb: Kconfig: config USB_XHCI_ROCKCHIP depends on DM_REGULATOR and DM_USB by Meng Dongyang · 7 years ago
  83. 0c6d52b rockchip: video: mipi: Modify format type for debug message by eric.gao@rock-chips.com · 7 years ago
  84. 0c9eceb rockchip: video: mipi: Modify variable type for arm32 compatibility by eric.gao@rock-chips.com · 7 years ago
  85. 419b080 Revert "mmc: dw_mmc: rockchip: select proper card clock" by Kever Yang · 7 years ago
  86. 8093529 rockchip: dwmmc: use max-frequency when OF_PLATDATA enabled by Kever Yang · 7 years ago
  87. a21e132 rockchip: rk322x: add sysreset driver by Kever Yang · 7 years ago
  88. 5cc9d31 rockchip: rk322x: add pinctrl driver by Kever Yang · 7 years ago
  89. 045029c rockchip: rk322x: add clock driver by Kever Yang · 7 years ago
  90. 3d40479 rockchip: ns16550: dm: convert fdt_get to dev_read by Philipp Tomsich · 7 years ago
  91. 7ad326a rockchip: net: dm: convert fdt_get to dev_read by Philipp Tomsich · 7 years ago
  92. fd1bf8d rockchip: mmc: dm: convert fdt_get to dev_read by Philipp Tomsich · 7 years ago
  93. f2708c9 rockchip: xhci: dm: convert fdt_get to dev_read by Philipp Tomsich · 7 years ago
  94. 6c65577c rockchip: spi: dm: convert fdt_get to dev_read by Philipp Tomsich · 7 years ago
  95. 9f4f914 rockchip: pinctrl: dm: convert fdt_get to dev_read by Philipp Tomsich · 7 years ago
  96. 6b26aae pipe3: Fix broken dependency by Jean-Jacques Hiblot · 7 years ago
  97. c5c1756 mtd: stm32: use parameter instead of default value by Patrice Chotard · 7 years ago
  98. fc50a6c driver: mmc: update debug info by Jorge Ramirez-Ortiz · 7 years ago
  99. bb44b96 pinctrl: stm32: add set_state ops by Christophe Kerello · 7 years ago
  100. ad0376e pinctrl: stm32: handle a configuration list by Christophe Kerello · 7 years ago