1. e2ad779 usb: dwc2: Add function for session B check by Patrick Delaunay · Fri Mar 29 15:42:18 2019 +0100
  2. 0c42d1d usb: dwc2: Add force-b-session-valid support by Patrick Delaunay · Fri Mar 29 15:42:17 2019 +0100
  3. 9e4abe3 usb: dwc2: force reset assert before to probe the driver by Patrick Delaunay · Fri Mar 29 15:42:16 2019 +0100
  4. 7515054 usb: dwc2: convert driver to DM_USB_GADGET by Patrick Delaunay · Fri Mar 29 15:42:15 2019 +0100
  5. 6a1b77e usb: dwc2: remove unused variable regs_otg by Patrick Delaunay · Fri Mar 29 15:42:14 2019 +0100
  6. 733b316 phy: usbphyc: increase PLL wait timeout by Patrick Delaunay · Fri Mar 29 15:42:13 2019 +0100
  7. 1effca2 phy: usbphyc: move vdda1v1 and vdda1v8 in phy_init by Patrick Delaunay · Fri Mar 29 15:42:12 2019 +0100
  8. 6ba88cd phy: usbphyc: Binding update of vdda supply by Patrick Delaunay · Fri Mar 29 15:42:11 2019 +0100
  9. 2ad166e phy: usbphyc: update xlate with DT binding by Patrick Delaunay · Fri Mar 29 15:42:10 2019 +0100
  10. f9c6b08 phy: usbphyc: remove unused variable index by Patrick Delaunay · Fri Mar 29 15:42:09 2019 +0100
  11. 8eba90b fastboot: Improve error reporting on 'getvar partition-{size, type}' by Eugeniu Rosca · Thu Mar 28 14:31:33 2019 +0100
  12. 2ef97cf fastboot: getvar: correct/rename "has_slot" to "has-slot" by Eugeniu Rosca · Tue Mar 26 17:46:14 2019 +0100
  13. e8d02b6 usb: Select USB_MUSB_DSPS with USB_MUSB_TI by Alex Kiernan · Thu Apr 18 11:10:50 2019 +0000
  14. e1269f4 configs: Migrate USB_MUSB_DISABLE_BULK_COMBINE_SPLIT to Kconfig by Alex Kiernan · Fri Apr 12 10:51:05 2019 +0000
  15. 6932e45 Merge tag 'arc-for-2019.07' of git://git.denx.de/u-boot-arc by Tom Rini · Thu Apr 18 12:12:16 2019 -0400
  16. b050c2c ARC: dwmmc: Adding DesignWare MMC driver support for ARC devboards by Eugeniy Paltsev · Mon Feb 25 18:35:28 2019 +0300
  17. 6c1568b Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Wed Apr 17 09:21:32 2019 -0400
  18. 315ac0f Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · Wed Apr 17 09:19:45 2019 -0400
  19. d7b01ef Merge tag 'xilinx-for-v2019.07' of git://git.denx.de/u-boot-microblaze by Tom Rini · Wed Apr 17 09:19:13 2019 -0400
  20. 6f9efcf spi: ti_qspi: Convert to spi-mem ops by Vignesh Raghavendra · Tue Apr 16 21:32:00 2019 +0530
  21. f3603b8 spi: ti_qspi: Drop non DM code by Vignesh Raghavendra · Tue Apr 16 21:31:59 2019 +0530
  22. 0931e37 sunxi: update SATA driver to always use DM_SCSI by Andre Przywara · Fri Apr 12 16:28:54 2019 +0530
  23. cb63d28 net: sun8i_emac: Add CLK and RESET support by Jagan Teki · Thu Feb 28 00:26:58 2019 +0530
  24. 1cfc64c net: sun8i_emac: Retrieve GMAC clock via 'syscon' phandle by Jagan Teki · Thu Feb 28 00:26:51 2019 +0530
  25. a959cdc net: sunxi_emac: Add CLK support by Jagan Teki · Thu Feb 28 00:26:50 2019 +0530
  26. fc22820 clk: sunxi: r40: Fix GMAC reset reg offset by Jagan Teki · Mon Apr 15 16:42:16 2019 +0530
  27. 168cf70 net: gem: Remove phy autodetection code by Michal Simek · Fri Mar 29 09:25:09 2019 +0100
  28. 1220350 net: zynq_gem: Modify phy supported features after max-speed was set by Siva Durga Prasad Paladugu · Wed Mar 27 17:39:59 2019 +0530
  29. 9bf652d arm: zynq: Add an info message about post config by Siva Durga Prasad Paladugu · Sat Mar 23 16:01:36 2019 +0530
  30. c5d9879 ARM: zynq: Add missing i2c get_rate for fixing i2c SPL by Hannes Schmelzer · Thu Feb 14 08:54:42 2019 +0100
  31. 05ddbdf spi: zynqmp_gqspi: Fix tap delay values at 100MHz and 150MHz by Siva Durga Prasad Paladugu · Thu Mar 07 16:08:48 2019 +0530
  32. 3b45f6b fpga: Replace char * with const char * for filename by Tien Fong Chee · Fri Feb 15 15:57:07 2019 +0800
  33. 036697a Merge tag 'u-boot-imx-20190415' of git://git.denx.de/u-boot-imx by Tom Rini · Mon Apr 15 07:31:14 2019 -0400
  34. ee2c10b Merge tag 'video-for-2019.07-rc1' of git://git.denx.de/u-boot-video by Tom Rini · Mon Apr 15 07:30:07 2019 -0400
  35. 24db29d sunxi: allow boards to de-select SYS_WHITE_ON_BLACK font scheme by Andre Przywara · Sat Mar 23 01:30:02 2019 +0000
  36. de86baf video/console: Factor out actual character output by Andre Przywara · Sat Mar 23 01:29:59 2019 +0000
  37. 918622a video/console: Implement ANSI clear line command by Andre Przywara · Sat Mar 23 01:29:58 2019 +0000
  38. d4a294c video/console: Implement relative cursor movement ANSI handling by Andre Przywara · Sat Mar 23 01:29:57 2019 +0000
  39. 4ed5bc8 video/console: Implement reverse video ANSI sequence for DM_VIDEO by Andre Przywara · Sat Mar 23 01:29:56 2019 +0000
  40. 22b4f01 video/console: Fix DM_VIDEO font glyph array indexing by Andre Przywara · Sat Mar 23 01:29:55 2019 +0000
  41. a7bec41 video: backlight: Parse PWM polarity cell by Stefan Mavrodiev · Fri Apr 12 08:56:27 2019 +0300
  42. d5cdfd5 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Sun Apr 14 00:03:06 2019 -0400
  43. f221314 configs: move CONFIG_MXC_OCOTP to Kconfig by Marcel Ziswiler · Mon Mar 25 17:24:57 2019 +0100
  44. 31f4495 configs: move CONFIG_USB_EHCI_VF to Kconfig by Marcel Ziswiler · Mon Mar 25 17:24:54 2019 +0100
  45. 79eb296 Add missing space in comment by Marcel Ziswiler · Mon Mar 25 17:24:51 2019 +0100
  46. 411e73d video: move ipuv3 files to subdirectory by Anatolij Gustschin · Mon Mar 18 23:29:32 2019 +0100
  47. 983e2f2a video: ipuv3: add DM_VIDEO support by Anatolij Gustschin · Mon Mar 18 23:29:31 2019 +0100
  48. 5569bbd ata: dwc_ahsata: Add ahci driver model support by Soeren Moch · Fri Mar 01 13:10:59 2019 +0100
  49. 71657f1 ata: dwc_ahsata: Fix sector reports for large disks by Soeren Moch · Fri Mar 01 13:10:58 2019 +0100
  50. b007f97 net: Kconfig: FEC: Add dependency on VF610 by Lukasz Majewski · Wed Feb 13 22:46:39 2019 +0100
  51. 6b94b0e net: FEC: Add compatible for vybrid (vf610) to reuse fec_mxc.c driver by Lukasz Majewski · Wed Feb 13 22:46:38 2019 +0100
  52. 8540b63 Merge tag 'pull-12apr19' of git://git.denx.de/u-boot-dm by Tom Rini · Sat Apr 13 08:27:35 2019 -0400
  53. ef92bfc Merge tag 'mips-pull-2019-04-12' of git://git.denx.de/u-boot-mips by Tom Rini · Sat Apr 13 08:27:26 2019 -0400
  54. 5f6830d Merge tag 'u-boot-stm32-20190412' of https://github.com/patrickdelaunay/u-boot by Tom Rini · Fri Apr 12 15:43:19 2019 -0400
  55. 39595ff Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · Fri Apr 12 15:43:04 2019 -0400
  56. 162c38e Merge git://git.denx.de/u-boot-marvell by Tom Rini · Fri Apr 12 12:34:44 2019 -0400
  57. 67e02df phy: Add USB PHY driver for the MT76x8 (7628/7688) SoC by Stefan Roese · Fri Apr 05 13:44:43 2019 +0200
  58. 295e5b9 net: Add MSCC ServalT network driver. by Horatiu Vultur · Mon Apr 08 10:31:36 2019 +0200
  59. 43be197 net: Add MSCC Jaguar2 network driver. by Horatiu Vultur · Wed Apr 03 19:54:45 2019 +0200
  60. 968203d gpio: bcm6345: allow this driver on ARCH_BCM63158 by Philippe Reynes · Thu Mar 07 11:36:40 2019 +0100
  61. b4c5ae3 gpio: bcm6345: allow this driver on ARCH_BCM6858 by Philippe Reynes · Thu Mar 07 11:36:35 2019 +0100
  62. a8e2133 gpio: bcm6345: switch to raw I/O functions by Philippe Reynes · Thu Mar 07 11:36:31 2019 +0100
  63. 51ef2e7 ag7xxx: add initial support for s17 by Rosy Song · Sat Mar 16 09:24:50 2019 +0800
  64. d7b5932 dma: bcm6348: check if driver is enabled before send/recv by Álvaro Fernández Rojas · Fri Mar 22 18:22:31 2019 +0100
  65. 941654e net: mscc: ocelot: Fix reset of the phys by Horatiu Vultur · Wed Mar 27 10:16:18 2019 +0100
  66. 361c69e drivers: add ethernet support for qca953x in ag7xxx driver by Rosy Song · Tue Feb 05 17:50:44 2019 +0800
  67. bc63b8e drivers: fix typo for pinctrl qca953x by Rosy Song · Tue Feb 05 17:49:43 2019 +0800
  68. da14168 mtd: rawnand: stm32_fmc2: add STM32 FMC2 NAND flash controller driver by Christophe Kerello · Fri Apr 05 11:41:50 2019 +0200
  69. 6958a0d spi: stm32_qspi: move to exec_op by Christophe Kerello · Fri Apr 05 11:46:50 2019 +0200
  70. d65291b pinctrl: Add STMFX GPIO expander Pinctrl/GPIO driver by Patrick Delaunay · Mon Mar 11 11:13:15 2019 +0100
  71. d592d13 stpmic1: add NVM update support in fuse command by Patrick Delaunay · Mon Feb 04 11:26:22 2019 +0100
  72. 537581d pmic: stpmu1: add power switch off support by Patrick Delaunay · Mon Feb 04 11:26:19 2019 +0100
  73. 880f29b stpmic1: update register names by Patrick Delaunay · Mon Feb 04 11:26:18 2019 +0100
  74. d79218f power: rename stpmu1 to official name stpmic1 by Patrick Delaunay · Mon Feb 04 11:26:17 2019 +0100
  75. 91be594 power: stpmu1: rename files to stpmic1 by Patrick Delaunay · Mon Feb 04 11:26:16 2019 +0100
  76. e719108 regulator: stpmu1: update buck1 range by Patrick Delaunay · Mon Feb 04 11:26:15 2019 +0100
  77. 5d06141 stm32mp1: add trusted boot with TF-A by Patrick Delaunay · Tue Feb 12 11:44:39 2019 +0100
  78. 3f83d7d mtd: spi-nor-ids: Add Gigadevice gd25lq128 ID by Neil Armstrong · Fri Apr 12 11:50:10 2019 +0200
  79. fc1ad62 mmc: omap_hsmmc: Set 3.3V for IO voltage by Faiz Abbas · Fri Apr 05 14:18:46 2019 +0530
  80. 0b9f5d8 ARM: dts: dra7: Change pbias voltage to 3.3V by Faiz Abbas · Fri Apr 05 14:18:44 2019 +0530
  81. 2786626 board: ti: am335x: Add platdata for cpsw in SPL by Faiz Abbas · Mon Mar 18 13:54:37 2019 +0530
  82. d852b94 net: ti: cpsw: Enable DM_FLAG_PRE_RELOC by Faiz Abbas · Mon Mar 18 13:54:36 2019 +0530
  83. 687e80e net: ti: cpsw: Block off ofdata_to_platdata with OF_CONTROL by Faiz Abbas · Mon Mar 18 13:54:35 2019 +0530
  84. 8ecdffe net: ti: cpsw-common: Isolate getting syscon address from assigning macid by Faiz Abbas · Mon Mar 18 13:54:34 2019 +0530
  85. 5e3d77f net: ti: cpsw: Convert cpsw_platform_data to a pointer in cpsw_priv by Faiz Abbas · Mon Mar 18 13:54:33 2019 +0530
  86. 5b5dc0f net: ti: cpsw: Move cpsw_phy_sel() to _probe() by Faiz Abbas · Mon Mar 18 13:54:32 2019 +0530
  87. 032dce8 firmware: Add support for querying msmc memory by Lokesh Vutla · Fri Mar 08 11:47:32 2019 +0530
  88. 3c79648 net: netcp: add support for phy with rgmii ids by Murali Karicheri · Thu Feb 21 12:02:03 2019 -0500
  89. fa19c65 dm: spi: Read default speed and mode values from DT by Patrick Delaunay · Wed Feb 27 15:36:44 2019 +0100
  90. 0a77676 mtd: spi: Replace ad-hoc default implementation with spi_mem_op by Marek Vasut · Tue Apr 02 02:52:53 2019 +0200
  91. 0d8cdcb spi: fsl_dspi fix to stop extra transmissions by Jared Bents · Fri Mar 22 09:46:52 2019 -0500
  92. e8c3d1b spi: spi-mem: Check if exec_op function is set before calling it by Bernhard Messerklinger · Tue Mar 26 10:01:24 2019 +0100
  93. 3a3146c mtd: fix Coverity integer handling issue by Miquel Raynal · Sun Nov 18 21:11:47 2018 +0100
  94. 942a420 mtd: spi: Add Macronix MX66U2G45F device by Marek Vasut · Thu Mar 07 23:27:46 2019 +0100
  95. 94c53b7 mtd: sf_probe: remove spi-flash compatible by Neil Armstrong · Sun Feb 10 10:16:22 2019 +0000
  96. 50aad82 mtd: add spi flash id s25fl064l by Heiko Schocher · Fri Feb 08 11:03:39 2019 +0100
  97. 584957a mtd: spinand: Sync GigaDevice GD5F1GQ4UExxG with latest Linux version by Stefan Roese · Thu Jan 24 17:18:19 2019 +0100
  98. 0898799 spi: cadence_qspi: Add quad write support by Ley Foon Tan · Wed Feb 27 13:36:14 2019 +0800
  99. a8f845e arm: mvebu: Add Marvell's integrated CPUs by Chris Packham · Thu Apr 11 22:22:50 2019 +1200
  100. 99e92d9 sata: sata_mv: add orion-sata compatible string by Michael Walle · Wed Apr 03 23:28:30 2019 +0200