1. a46fb39 pinctrl: stm32: Add get_pin_muxing() ops by Patrice Chotard · Wed Oct 24 14:10:20 2018 +0200
  2. 881e867 pinctrl: stm32: Add get_pin_name() ops by Patrice Chotard · Wed Oct 24 14:10:19 2018 +0200
  3. aaf68e8 pinctrl: stm32: Add get_pins_count() ops by Patrice Chotard · Wed Oct 24 14:10:18 2018 +0200
  4. 4dff178 dm: uclass: Add uclass_next_device_err() to return a valid device by Patrice Chotard · Wed Oct 24 14:10:15 2018 +0200
  5. fbf8082 dm: pinctrl: Add pinctrl_get_pin_name and pinctrl_get_pins_count by Patrice Chotard · Wed Oct 24 14:10:14 2018 +0200
  6. 74ba3f2 dm: pinctrl: Add get_pin_muxing() ops by Patrice Chotard · Wed Oct 24 14:10:13 2018 +0200
  7. 2e461ef w1-eeprom: Add support for Maxim DS2502 add only memory by Martin Fuzzey · Wed Oct 24 10:21:19 2018 +0200
  8. 9abf625 mtd: nand: lpc32xx slc: disable DMA support in SPL builds by Vladimir Zapolskiy · Fri Oct 19 03:21:18 2018 +0300
  9. 5670237 mtd: nand: lpc32xx mlc: predefine number of NAND chips to support by Vladimir Zapolskiy · Fri Oct 19 03:21:05 2018 +0300
  10. fd8caa3 gpio: pca953x: Clear the polarity invert register at init by Ye Li · Thu Oct 18 16:16:46 2018 +0200
  11. 89d1b08 clk: Allow clock defaults to be set also during re-reloc state by Andreas Dannenberg · Wed Oct 17 13:43:14 2018 +0530
  12. 0371dec serial: bcm6858: add serial support by Philippe Reynes · Thu Oct 11 18:31:57 2018 +0200
  13. 0509c4e arm: at91: wdt: Convert watchdog driver to dm/dt by Prasanthi Chellakumar · Tue Oct 09 11:46:40 2018 -0700
  14. b559d75 Merge tag 'pull-14nov18' of git://git.denx.de/u-boot-dm by Tom Rini · Fri Nov 16 08:37:50 2018 -0500
  15. 6a5dc98 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · Wed Nov 14 18:25:34 2018 -0500
  16. dd29425 watchdog: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · Wed Oct 24 06:36:39 2018 -0700
  17. 162c29a video: simplefb: Remove DM_FLAG_PRE_RELOC flag by Bin Meng · Wed Oct 24 06:36:38 2018 -0700
  18. 8204f50 sysreset: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · Wed Oct 24 06:36:37 2018 -0700
  19. bdb33d8 serial: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · Wed Oct 24 06:36:36 2018 -0700
  20. c96bebd timer: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · Wed Oct 24 06:36:35 2018 -0700
  21. f15d6e5 ram: bmips: Remove DM_FLAG_PRE_RELOC flag by Bin Meng · Wed Oct 24 06:36:34 2018 -0700
  22. c2908c6 pinctrl: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · Wed Oct 24 06:36:33 2018 -0700
  23. 793260a mmc: omap: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL check by Bin Meng · Wed Oct 24 06:36:32 2018 -0700
  24. a61b962 i2c: omap24xx: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL check by Bin Meng · Wed Oct 24 06:36:31 2018 -0700
  25. b508ee5 gpio: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · Wed Oct 24 06:36:30 2018 -0700
  26. c826a09 clk: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · Wed Oct 24 06:36:29 2018 -0700
  27. e559cd6 serial: ns16550: fix debug uart putc called before init by Simon Goldschmidt · Thu Aug 09 21:04:19 2018 +0200
  28. 6f38622 uclass: Use uclass_foreach_dev() macro instead of open coding by Liviu Dudau · Fri Sep 28 14:12:55 2018 +0100
  29. 51a2e0e virtio: Add a Sandbox transport driver by Bin Meng · Mon Oct 15 02:21:25 2018 -0700
  30. 422b34d virtio: net: Support non-legacy device by Bin Meng · Mon Oct 15 02:21:24 2018 -0700
  31. c85a5be virtio: pci: Support non-legacy PCI transport device by Bin Meng · Mon Oct 15 02:21:23 2018 -0700
  32. b59b369 test: dm: pci: Add cases for finding next PCI capability APIs by Bin Meng · Mon Oct 15 02:21:22 2018 -0700
  33. 631f348 dm: pci: Add APIs to find next capability and extended capability by Bin Meng · Mon Oct 15 02:21:21 2018 -0700
  34. a8cfa46 virtio: Add virtio over pci transport driver by Bin Meng · Mon Oct 15 02:21:17 2018 -0700
  35. 2b3b9e9 virtio: Add block driver support by Tuomas Tynkkynen · Mon Oct 15 02:21:11 2018 -0700
  36. d458006 blk: Introduce IF_TYPE_VIRTIO by Tuomas Tynkkynen · Mon Oct 15 02:21:10 2018 -0700
  37. fd5eda7 blk: Make blk_next_free_devnum() public by Bin Meng · Mon Oct 15 02:21:09 2018 -0700
  38. e086801 blk: Drop blk_prepare_device() by Bin Meng · Mon Oct 15 02:21:08 2018 -0700
  39. cbc3da8 blk: Call part_init() in the post_probe() method by Bin Meng · Mon Oct 15 02:21:07 2018 -0700
  40. 311f800 sandbox: blk: Switch to use platdata_auto_alloc_size for the driver data by Bin Meng · Mon Oct 15 02:21:05 2018 -0700
  41. e98c833 virtio: Add net driver support by Tuomas Tynkkynen · Mon Oct 15 02:21:03 2018 -0700
  42. 5c1a3e6 virtio: Add virtio over mmio transport driver by Bin Meng · Mon Oct 15 02:21:02 2018 -0700
  43. d58269f virtio: Add codes for virtual queue/ring management by Tuomas Tynkkynen · Mon Oct 15 02:21:01 2018 -0700
  44. db7ca2e dm: Add a new uclass driver for VirtIO transport devices by Bin Meng · Mon Oct 15 02:21:00 2018 -0700
  45. 30569cf dm: core: Allow uclass to set up a device's child after it is probed by Bin Meng · Mon Oct 15 02:20:57 2018 -0700
  46. e5a3d5b regmap: Add endianness support by Mario Six · Mon Oct 15 09:24:14 2018 +0200
  47. 2f00997 regmap: Support reading from specific range by Mario Six · Mon Oct 15 09:24:11 2018 +0200
  48. a4fd59e regmap: Add raw read/write functions by Mario Six · Mon Oct 15 09:24:10 2018 +0200
  49. 6e96ba2 regmap: Add error output by Mario Six · Mon Oct 15 09:24:08 2018 +0200
  50. 5159c0c regmap: Introduce init_range by Mario Six · Mon Oct 15 09:24:07 2018 +0200
  51. 95e885d core: ofnode: Fix mem leak in error path by Mario Six · Thu Oct 04 09:22:24 2018 +0200
  52. 1a9d43f misc: Add IHS FPGA driver by Mario Six · Thu Oct 04 09:00:55 2018 +0200
  53. 8862f45 misc: Add gdsys_soc driver by Mario Six · Thu Oct 04 09:00:54 2018 +0200
  54. bceb7bc misc: Sort Makefile entries by Mario Six · Thu Oct 04 09:00:53 2018 +0200
  55. 1232116 regmap: Improve error handling by Mario Six · Thu Oct 04 09:00:43 2018 +0200
  56. 0aa5299 regmap: Add documentation by Mario Six · Thu Oct 04 09:00:42 2018 +0200
  57. 19f88b2 timer: Sort Kconfig driver entries by Bin Meng · Wed Oct 10 22:07:02 2018 -0700
  58. c596a59 dm: core: Mirror the chosen node parse logic in the livetree scanning by Bin Meng · Wed Oct 10 22:07:00 2018 -0700
  59. 9a9b074 dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt() by Bin Meng · Wed Oct 10 22:06:58 2018 -0700
  60. dddc3a8 dm: util: Add a livetree equivalent API of dm_fdt_pre_reloc() by Bin Meng · Wed Oct 10 22:06:57 2018 -0700
  61. a8fa410 cpu: mpc83xx: Remove unnecessary characters in the description string by Bin Meng · Wed Oct 10 22:06:56 2018 -0700
  62. ed2dd4e Merge branch 'next' by Tom Rini · Wed Nov 14 11:30:07 2018 -0500
  63. 313d9e3 gpio: pca953x_gpio: fix DT GPIO flags translation by Anatolij Gustschin · Thu Oct 18 16:15:39 2018 +0200
  64. 05e7220 sunxi: use 6MHz PLL_VIDEO step for DE2 for higher resolution LCD by Icenowy Zheng · Sun Oct 28 14:26:12 2018 -0700
  65. e0b2260 dm: video: bridge: don't fail to activate bridge if reset or sleep GPIO is missing by Vasily Khoruzhick · Mon Nov 05 20:24:29 2018 -0800
  66. 57789d6 mmc: sunxi: add support for automatic delay calibration by Vasily Khoruzhick · Mon Nov 05 20:24:28 2018 -0800
  67. fe656dd mtd: Drop duplicate MTD_PARTITIONS Kconfig option by Boris Brezillon · Tue Nov 13 12:43:13 2018 +0100
  68. 41fc0ad dfu: nand: Add missing dependency on CMD_MTDPARTS by Boris Brezillon · Tue Nov 13 12:43:10 2018 +0100
  69. 7899afc mtd: Use default mtdparts/mtids when not defined in the environment by Boris Brezillon · Tue Nov 13 12:43:09 2018 +0100
  70. a6d9199 mmc: dw_mmc: Add RCRC handling by Marek Vasut · Tue Nov 06 23:42:11 2018 +0100
  71. 84139bc dm: Fix typo - missed semicolon by Andy Shevchenko · Mon Nov 05 18:24:03 2018 +0200
  72. a2c2e4a driver: net: ti: keystone_net: switch to use common mdio lib by Grygorii Strashko · Wed Oct 31 16:21:45 2018 -0500
  73. eae545a driver: net: ti: cpsw: switch to use common mdio lib by Grygorii Strashko · Wed Oct 31 16:21:44 2018 -0500
  74. cf56fb7 driver: net: ti: introduce common mdio support library by Grygorii Strashko · Wed Oct 31 16:21:43 2018 -0500
  75. 39b014a driver: net: ti: cpsw: update to use SPDX identifier by Grygorii Strashko · Wed Oct 31 16:21:42 2018 -0500
  76. 6519ea6 drivers: net: keystone_net: drop non dm code by Grygorii Strashko · Wed Oct 31 16:21:41 2018 -0500
  77. f69821b configs: net: convert DRIVER_TI_KEYSTONE_NET kconfig by Grygorii Strashko · Wed Oct 31 16:21:40 2018 -0500
  78. 5693dee driver: net: consolidate ti's code in separate folder by Grygorii Strashko · Wed Oct 31 16:21:39 2018 -0500
  79. 8234639 net: phy: mscc: add support for VSC8574 PHY by Quentin Schulz · Wed Oct 31 11:20:39 2018 +0100
  80. ac98da1 net: phy: mscc: factorize part of config function for VSC8584 by Quentin Schulz · Wed Oct 31 11:20:38 2018 +0100
  81. 88767f3 net: phy: mscc: add support for VSC8584 PHY by Quentin Schulz · Wed Oct 31 11:20:37 2018 +0100
  82. d7f3789 aspeed: ast2500: fix D2-PLL clock setting in RGMII mode by Cédric Le Goater · Mon Oct 29 07:06:41 2018 +0100
  83. 35efcbb net: ftgmac100: Add support for the Aspeed SoC by Cédric Le Goater · Mon Oct 29 07:06:38 2018 +0100
  84. 62b4bfd aspeed: ast2500: fix missing break in D2PLL clock enablement by Cédric Le Goater · Mon Oct 29 07:06:37 2018 +0100
  85. 6afa3f1 net: ftgmac100: add clock support by Cédric Le Goater · Mon Oct 29 07:06:36 2018 +0100
  86. 9bcb665 net: ftgmac100: handle timeouts when transmitting by Cédric Le Goater · Mon Oct 29 07:06:35 2018 +0100
  87. 3174dfb net: ftgmac100: convert the RX/TX descriptor arrays by Cédric Le Goater · Mon Oct 29 07:06:34 2018 +0100
  88. 7f8482a net: ftgmac100: add MDIO bus and phylib support by Cédric Le Goater · Mon Oct 29 07:06:33 2018 +0100
  89. cef951c net: ftgmac100: use setbits_le32() in the reset method by Cédric Le Goater · Mon Oct 29 07:06:32 2018 +0100
  90. 38b33e9 net: ftgmac100: convert to driver model by Cédric Le Goater · Mon Oct 29 07:06:31 2018 +0100
  91. 5757c0c net: ftgmac100: use the aligned() macro by Cédric Le Goater · Mon Oct 29 07:06:30 2018 +0100
  92. 2581696 net: ftgmac100: use the BIT() macro by Cédric Le Goater · Mon Oct 29 07:06:29 2018 +0100
  93. f994768 net: Add MT7628 ethernet driver by Stefan Roese · Fri Oct 26 14:53:27 2018 +0200
  94. 052e95f Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · Sun Nov 04 08:12:21 2018 -0500
  95. da4873d mmc: tmio: sdhi: Merge DTCNTL access into single register write by Marek Vasut · Wed Jun 13 08:02:55 2018 +0200
  96. 576a6d9 mmc: tmio: sdhi: Implement waiting for DAT0 line state by Marek Vasut · Sun Oct 28 19:28:56 2018 +0100
  97. efea7a8 mmc: tmio: sdhi: Clear HS400 settings when resetting SCC by Marek Vasut · Wed Jun 13 08:02:55 2018 +0200
  98. 3577380 mmc: tmio: sdhi: Touch SCC only when UHS capable by Marek Vasut · Sun Oct 28 15:30:06 2018 +0100
  99. e139ab2 mmc: tmio: Preinitialize regulator to 3.3V by Marek Vasut · Wed Jun 13 08:02:55 2018 +0200
  100. bfe04e0 mmc: tmio: Configure clock before any other IOS by Marek Vasut · Wed Jun 13 08:02:55 2018 +0200