1. 2b6bd38 efi_loader: efi_set_virtual_address_map_runtime() by Heinrich Schuchardt · Fri Jul 12 22:41:43 2019 +0200
  2. 422f673 efi_selftest: do not call CloseEvent() after ExitBootServices() by Heinrich Schuchardt · Fri Jul 12 12:55:32 2019 +0200
  3. d680e9a efi_loader: use predefined constants in crt0_*_efi.S by Heinrich Schuchardt · Thu Jul 11 06:39:32 2019 +0200
  4. 8e4f895 efi_loader: duplicate IMAGE_SUBSYSTEM_EFI_APPLICATION by Heinrich Schuchardt · Thu Jul 11 06:07:40 2019 +0200
  5. 329957f Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · Mon Jul 15 18:56:24 2019 -0400
  6. 1676dfb net: macb: Add support for 1000-baseX by Radu Pirea · Fri Jun 07 14:18:36 2019 +0300
  7. 015800c net: macb: Fixed reading MII_LPA register by Radu Pirea · Fri Jun 07 14:18:35 2019 +0300
  8. 1cb3879 configs: am65x_evm_a53: enable networking by Grygorii Strashko · Tue Jul 09 10:30:37 2019 +0530
  9. 0851239 arm64: dts: k3-am654-base-board: add mcu cpsw nuss pinmux and phy defs by Grygorii Strashko · Tue Jul 09 10:30:36 2019 +0530
  10. b33dd70 arm64: dts: ti: k3-am65: add mcu cpsw node by Grygorii Strashko · Tue Jul 09 10:30:35 2019 +0530
  11. a00b95c net: ethernet: ti: Introduce am654 gigabit eth switch subsystem driver by Keerthy · Tue Jul 09 10:30:34 2019 +0530
  12. 21deb9b driver: net: ti: cpsw-mdio: use phys_addr_t for mdio_base addr by Keerthy · Tue Jul 09 10:30:33 2019 +0530
  13. 5092a16 net: phy: cortina: Use block layer to read from mmc by Yinbo Zhu · Tue Jun 11 14:29:03 2019 +0800
  14. 6fbf161 net: mscc: refactor mscc_miim by Horatiu Vultur · Sun Jun 09 15:27:29 2019 +0200
  15. 0daa53a test: dm: add MDIO test by Alex Marginean · Mon Jun 03 19:12:28 2019 +0300
  16. 1a5b098 net: introduce MDIO DM class for MDIO devices by Alex Marginean · Mon Jun 03 19:10:30 2019 +0300
  17. 0f6b0ab net: mscc: serval: Remove delay when serdes is configured by Horatiu Vultur · Thu May 23 21:45:33 2019 +0200
  18. b0a86e5 net: phy: ti: Fix clock output DT property by Trent Piepho · Fri May 10 17:49:08 2019 +0000
  19. 19d7aee net: phy: ti: Use default values for tx/rx delay and fifo size by Trent Piepho · Thu May 09 19:41:51 2019 +0000
  20. 1661ee0 cmd: mii: Add the standard 1000BASE-T registers by Trent Piepho · Thu May 09 19:23:47 2019 +0000
  21. 1934582 cmd: mii: Refactor some of the MII reg dump code by Trent Piepho · Thu May 09 19:23:39 2019 +0000
  22. 2586f15 Merge tag 'mmc-2019-7-15' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · Mon Jul 15 09:42:41 2019 -0400
  23. 3dbea59 mmc: fsl_esdhc_imx: enlarge mmc timeout by Peng Fan · Wed Jul 10 09:35:30 2019 +0000
  24. 457fe96 mmc: fsl_esdhc_imx: add i.MX8QM compatible by Peng Fan · Wed Jul 10 09:35:28 2019 +0000
  25. 69b9d3a mmc: fsl_esdhc_imx: add HS400 Enhanced strobe support by Peng Fan · Wed Jul 10 09:35:26 2019 +0000
  26. 3766a48 mmc: fsl_esdhc_imx: use mmc_of_parse to set host_caps by Peng Fan · Wed Jul 10 09:35:24 2019 +0000
  27. b01c773 mmc: Parse no-1-8-v DT property by Peng Fan · Wed Jul 10 09:35:20 2019 +0000
  28. fb96879 mmc: Parse HS400 Enhanced strobe DT properties by Peng Fan · Wed Jul 10 09:35:18 2019 +0000
  29. eede83b mmc: support hs400 enhanced strobe mode by Peng Fan · Wed Jul 10 14:43:07 2019 +0800
  30. 7aa20fd mmc: fsl_esdhc_imx: fix config check issue when building in SPL by Ye Li · Thu Jul 11 03:29:02 2019 +0000
  31. 9f7793d cmd: Remove mmc_spi command by Anup Patel · Mon Jul 08 04:10:55 2019 +0000
  32. a1afe25 mmc: mmc_spi: Re-write driver using DM framework by Bhargav Shah · Mon Jul 08 04:10:48 2019 +0000
  33. d9c92c7 mmc: skip select_mode_and_width for MMC SPI host by Anup Patel · Mon Jul 08 04:10:43 2019 +0000
  34. faf5c95 mmc: retry a few times if a partition switch failed by Jean-Jacques Hiblot · Tue Jul 02 10:53:58 2019 +0200
  35. e8a626d mmc: do not change mode when accessing a boot partition by Jean-Jacques Hiblot · Tue Jul 02 10:53:57 2019 +0200
  36. 5a7cf40 mmc: During a switch, poll on dat0 if available and check the final status by Jean-Jacques Hiblot · Tue Jul 02 10:53:56 2019 +0200
  37. 7f5b169 mmc: When switching partition, use the timeout specified in the ext_csd by Jean-Jacques Hiblot · Tue Jul 02 10:53:55 2019 +0200
  38. 201559c mmc: use the generic timeout for cmd6 (SWITCH) provided in the ext_csd by Jean-Jacques Hiblot · Tue Jul 02 10:53:54 2019 +0200
  39. 4f04a32 mmc: if possible, poll the busy state using DAT0 by Jean-Jacques Hiblot · Tue Jul 02 10:53:53 2019 +0200
  40. 443edbe mmc: add mmc_poll_for_busy() and change the purpose of mmc_send_status() by Jean-Jacques Hiblot · Tue Jul 02 10:53:52 2019 +0200
  41. 4527b50 mmc: omap_hsmmc: provide wait_dat0 even if UHS modes are not supported by Jean-Jacques Hiblot · Tue Jul 02 10:53:51 2019 +0200
  42. a26ed26 Revert "mmc: Add a new callback function to perform the 74 clocks cycle sequence" by Jean-Jacques Hiblot · Tue Jul 02 10:53:50 2019 +0200
  43. 6574396 mmc: omap_hsmmc: don't fill the send_init_stream callback by Jean-Jacques Hiblot · Tue Jul 02 10:53:49 2019 +0200
  44. a1e7a4d mmc: omap_hsmmc: reset FSM for DAT and CMD lines if needed before a new command by Jean-Jacques Hiblot · Tue Jul 02 10:53:48 2019 +0200
  45. 7e40f41 mmc: rpmb: fix response type of CMD25 by Akio Hirayama · Fri Jun 28 21:16:25 2019 +0900
  46. c8a0ec0 mmc: sdhci: Implement SDHCI card detect by T Karthik Reddy · Tue Jun 25 13:39:04 2019 +0200
  47. 3863f7e mmc: sdhci: Read cd-gpio from devicetree by T Karthik Reddy · Tue Jun 25 13:39:03 2019 +0200
  48. d0bb516 mmc: Read sd card detect properties from DT by T Karthik Reddy · Tue Jun 25 13:39:02 2019 +0200
  49. f9055f4 mmc: mvebu: Remove unused MMC_CAP.. macros by T Karthik Reddy · Tue Jun 25 13:39:01 2019 +0200
  50. 31e872e Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Sun Jul 14 09:09:49 2019 -0400
  51. febb8de Merge branch '2019-07-12-master-imports' by Tom Rini · Sun Jul 14 09:05:20 2019 -0400
  52. 3e3f9f5 test: Disable pci_ep test for now by Tom Rini · Sat Jul 13 21:18:37 2019 -0400
  53. 6f06fac ARM: dts: logicpd som-lvs and torpedos: Shrink SPL DTB by Adam Ford · Wed Jun 12 15:26:26 2019 -0500
  54. d033cbf regulator: Allow autosetting fixed regulators by Sven Schwermer · Wed Jun 12 08:32:38 2019 +0200
  55. 39cb340 gpio: add gpio-hog support by Heiko Schocher · Wed Jun 12 06:11:46 2019 +0200
  56. 67cf448 ARM: dts: logicpd-som-lv: Resync with Kernel 5.1.9 by Adam Ford · Tue Jun 11 20:40:42 2019 -0500
  57. b9ecb0b ARM: dts: da850: Resync with Linux 5.1.9 by Adam Ford · Tue Jun 11 20:28:44 2019 -0500
  58. aff27e1 ARM: davinci: da850: Manual pinmux only when PINCTRL not available by Adam Ford · Mon Jun 10 13:25:08 2019 -0500
  59. 6305a5c pinctrl: pinctrl-single: Add 'pinctrl-single, bits' support by Adam Ford · Mon Jun 10 13:15:55 2019 -0500
  60. d0502b7 configs: Make USE_TINY_PRINTF depend on SPL||TPL and be default by Tom Rini · Sat Jun 08 12:46:18 2019 -0400
  61. fb04390 power: regulator: Kconfig: Add SPL_DM_REGULATOR configs for palmas/lp873x/lp87565 by Keerthy · Thu Jun 06 16:06:56 2019 +0530
  62. a23e47e power: pmic: Kconfig: Add SPL_PMIC configs for palmas/lp873x/lp87565 by Keerthy · Thu Jun 06 16:06:55 2019 +0530
  63. d395185 ARM: am335x: Add phyCORE AM335x R2 support by Niel Fourie · Mon Jun 03 15:31:17 2019 +0200
  64. 0380914 ARM: legoev3: convert to driver model by David Lechner · Tue May 28 20:56:42 2019 -0500
  65. 2febcea rtc: add Microcrystal RV-8803 driver by Michael Walle · Wed May 29 01:29:58 2019 +0200
  66. 3f12cf1 usb: musb-new: omap2430: Fix compilation warning with USB_MUSB_GADGET by Derald D. Woods · Mon May 27 21:22:00 2019 -0500
  67. 764fe5e ARM: omap3: evm: Enable DM_USB in defconfig by Derald D. Woods · Mon May 27 21:20:50 2019 -0500
  68. 75d66e2 ARM: dts: omap3-evm: Sync dts(i) files from Linux 5.1.5 by Derald D. Woods · Mon May 27 21:19:38 2019 -0500
  69. 2e819b4 rtc: ds1307: add support for m41t11 by Heiko Schocher · Mon May 27 08:13:41 2019 +0200
  70. 8967664 mmc: Register only the first MMC device on MMC_TINY by Ezequiel Garcia · Sat May 25 19:25:22 2019 -0300
  71. 6698318 spl: Move SPL_MMC_TINY option to appear under SPL menu by Ezequiel Garcia · Sat May 25 19:25:21 2019 -0300
  72. 7450b87 cmd: nvedit: Add sub-command 'env info' by Leo Ruan · Fri May 24 17:20:19 2019 +0200
  73. 26d68b2 drivers: core: use strcmp when find device by name by Peng Fan · Wed May 22 07:08:14 2019 +0000
  74. e702810 test: dm: usb: use the real device name by Peng Fan · Wed May 22 07:08:12 2019 +0000
  75. 2c1f296 test: dm: adc: use the real device name by Peng Fan · Wed May 22 07:08:09 2019 +0000
  76. 5df208d pci: ensure enumeration of all devices in pci_init by Marek Behún · Tue May 21 12:04:31 2019 +0200
  77. ec4631f board: pm9263: Convert to CONFIG_DM_USB and CONFIG_DM_VIDEO by Ilko Iliev · Mon Mar 11 13:06:25 2019 +0100
  78. 269a823 board: pm9261: Convert to CONFIG_DM_USB and CONFIG_DM_VIDEO by Ilko Iliev · Mon Mar 11 13:06:24 2019 +0100
  79. 33cfadc board: st: add missing gpio_request() for stm32f429-discovery by Patrice Chotard · Wed Jun 26 10:26:41 2019 +0200
  80. 1b1f3fb gpio: stm32: Remove .ofmatch callback by Patrice Chotard · Fri Jun 21 15:39:25 2019 +0200
  81. d57ddde ARM: dts: stm32: Remove useless "st, stm32-gpio" compatible string by Patrice Chotard · Fri Jun 21 15:39:24 2019 +0200
  82. 05a9319 pinctrl: stm32: update .bind callback by Patrice Chotard · Fri Jun 21 15:39:23 2019 +0200
  83. daf1a59 gpio: stm32: Rename stm32f7_gpio to stm32_gpio by Patrice Chotard · Fri Jun 21 15:39:22 2019 +0200
  84. 5043c4b spi: stm32: Fix warnings when compiling with W=1 by Patrick Delaunay · Fri Jun 21 15:26:58 2019 +0200
  85. 9e2a8bc cmd: pinmux: Fix warnings when compiling with W=1 by Patrick Delaunay · Fri Jun 21 15:26:56 2019 +0200
  86. 0250207 spi: stm32_qspi: avoid warnings when building with W=1 option by Patrick Delaunay · Fri Jun 21 15:26:55 2019 +0200
  87. 804858a mtd: rawnand: stm32_fmc2: avoid warnings when building with W=1 option by Patrick Delaunay · Fri Jun 21 15:26:54 2019 +0200
  88. 0e6f013 power: stpmic1: Fix warnings when compiling with W=1 by Patrick Delaunay · Fri Jun 21 15:26:53 2019 +0200
  89. 4c11a11 pinctrl: pinctrl_stm32: Fix warnings when compiling with W=1 by Patrick Delaunay · Fri Jun 21 15:26:52 2019 +0200
  90. 6abbd35 ram: stm32mp1_ram: Fix warnings when compiling with W=1 by Patrick Delaunay · Fri Jun 21 15:26:51 2019 +0200
  91. f81ddc1 misc: stm32_fuse: Fix warnings when compiling with W=1 by Patrick Delaunay · Fri Jun 21 15:26:50 2019 +0200
  92. 5a10c75 power: regulator: stm32: Fix warnings when compiling with W=1 by Patrick Delaunay · Fri Jun 21 15:26:49 2019 +0200
  93. 942ee23 clk: clk_stm32mp1: Fix warnings when compiling with W=1 by Patrick Delaunay · Fri Jun 21 15:26:48 2019 +0200
  94. 6f4f912 i2c: stm32f7_i2c: Fix warnings when compiling with W=1 by Patrick Delaunay · Fri Jun 21 15:26:47 2019 +0200
  95. 2a6c7ad gpio: stm32_gpio: Fix warnings when compiling with W=1 by Patrick Delaunay · Fri Jun 21 15:26:46 2019 +0200
  96. 69c04e9 adc: stm32: Fix warnings when compiling with W=1 by Patrick Delaunay · Fri Jun 21 15:26:45 2019 +0200
  97. 35fc48d adc: stm32-adc: Fix warnings when compiling with W=1 by Patrick Delaunay · Fri Jun 21 15:26:44 2019 +0200
  98. 4c7c074 stm32mp1: bsec: Fix warnings when compiling with W=1 by Patrick Delaunay · Fri Jun 21 15:26:43 2019 +0200
  99. 2961b21 mmc: stm32_sdmmc2: avoid warnings when building with W=1 option by Patrick Delaunay · Fri Jun 21 15:26:42 2019 +0200
  100. 3f4afd3 serial: stm32: Fix warnings when compiling with W=1 by Patrick Delaunay · Fri Jun 21 15:26:41 2019 +0200