1. 8de5ae8 i2c: designware_i2c: Do more in the probe() method by Simon Glass · Thu Jan 23 11:48:26 2020 -0700
  2. c529419 i2c: designware_i2c: Separate out the speed calculation by Simon Glass · Thu Jan 23 11:48:25 2020 -0700
  3. b4544bd i2c: designware_i2c: Move dw_i2c_speed_config to header by Simon Glass · Thu Jan 23 11:48:24 2020 -0700
  4. 4564922 i2c: designware_i2c: Add support for fast-plus speed by Simon Glass · Thu Jan 23 11:48:23 2020 -0700
  5. f0c99c5 i2c: Update drivers to use enum for speed by Simon Glass · Thu Jan 23 11:48:22 2020 -0700
  6. e8e01cc i2c: stm32: Update to use standard enums for speed by Simon Glass · Thu Jan 23 11:48:21 2020 -0700
  7. ed0a60a i2c: omap: Update to use standard enums for speed by Simon Glass · Thu Jan 23 11:48:20 2020 -0700
  8. 24f8c0e i2c: kona_i2c: Update to use standard enums for speed by Simon Glass · Thu Jan 23 11:48:19 2020 -0700
  9. ac77bae i2c: designware_i2c: Update to use standard enums for speed by Simon Glass · Thu Jan 23 11:48:18 2020 -0700
  10. 712e149 i2c: ast_i2c: Update to use standard enums for speed by Simon Glass · Thu Jan 23 11:48:17 2020 -0700
  11. c38e2b3 i2c: designware_i2c: Add spike supression by Simon Glass · Thu Jan 23 11:48:15 2020 -0700
  12. c718110 i2c: designware_i2c: Rewrite timing calculation by Simon Glass · Thu Jan 23 11:48:14 2020 -0700
  13. 245ec0b i2c: designware_i2c: Put hold config in a struct by Simon Glass · Thu Jan 23 11:48:13 2020 -0700
  14. 60e0c3a i2c: designware_i2c: Drop scl_sda_cfg parameter by Simon Glass · Thu Jan 23 11:48:12 2020 -0700
  15. 9e5d174 i2c: designware_i2c: Read device-tree properties by Simon Glass · Thu Jan 23 11:48:11 2020 -0700
  16. 333dadd i2c: designware_i2c: Use an accurate bus clock instead of MHz by Simon Glass · Thu Jan 23 11:48:09 2020 -0700
  17. 6ed44ae i2c: designware_i2c: Use an enum for selected speed mode by Simon Glass · Thu Jan 23 11:48:08 2020 -0700
  18. f5ef101 i2c: designware_i2c: Rename 'max' speed to 'high' speed by Simon Glass · Thu Jan 23 11:48:07 2020 -0700
  19. 9b7af64 i2c: designware_i2c: Include clk.h in the header file by Simon Glass · Thu Jan 23 11:48:06 2020 -0700
  20. 8553e9b i2c: designware_i2c: Don't allow changing IC_CLK by Simon Glass · Thu Jan 23 11:48:05 2020 -0700
  21. 4bca051 i2c: designware_i2c: Add more registers by Simon Glass · Thu Jan 23 11:48:04 2020 -0700
  22. 2c54cf5 common: fix regression on block cache init by Angelo Durgehello · Sun Jan 26 19:31:22 2020 +0100
  23. 2288efd arm: mvebu: fix A38x breakage from commit bb872dd930cc by Joel Johnson · Sun Jan 26 09:48:58 2020 -0700
  24. 45a77a5 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · Sun Jan 26 12:05:11 2020 -0500
  25. 529ea1c Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · Sat Jan 25 12:20:51 2020 -0500
  26. 3d8e4c1 common: add blkcache init by Angelo Durgehello · Tue Jan 21 10:37:27 2020 +0100
  27. 8f92694 net: macb: Drop local cache flush by Vignesh Raghavendra · Thu Jan 16 14:23:48 2020 +0530
  28. dd62b9a mtd: denali: Drop custom dma mapping functions by Vignesh Raghavendra · Thu Jan 16 14:23:47 2020 +0530
  29. 0892e71 mmc: tmio-common: Drop custom dma mapping functions by Vignesh Raghavendra · Thu Jan 16 14:23:46 2020 +0530
  30. 6a10556 fastboot: mt85xx: add command to flash/erase emmc hwpart by developer · Thu Jan 16 16:11:42 2020 +0800
  31. 64800e0 usb: musb-new: mt85xx: add musb-new gadget driver. by developer · Thu Jan 16 16:11:37 2020 +0800
  32. c75f853 crypto: make mod_exp_sw() static by Heinrich Schuchardt · Sun Jan 19 19:48:04 2020 +0100
  33. b2e67a2 lib: Kconfig dependencies for pseudo-random library by Heinrich Schuchardt · Sun Jan 19 19:28:12 2020 +0100
  34. 47d4997 phy: sun4i-usb: Add Allwinner R40 support by Andre Przywara · Wed Jan 01 23:44:48 2020 +0000
  35. 65c4759 common: Move hang() to the same header as panic() by Simon Glass · Sat Dec 28 10:45:07 2019 -0700
  36. a07a6f2 common: Move RAM-sizing functions to init.h by Simon Glass · Sat Dec 28 10:45:05 2019 -0700
  37. a7ec4d6 common: Rename and move source() by Simon Glass · Sat Dec 28 10:45:04 2019 -0700
  38. 0c715a2 common: Move the image globals into image.h by Simon Glass · Sat Dec 28 10:45:03 2019 -0700
  39. 38cce70 image: Rename load_addr, save_addr, save_size by Simon Glass · Sat Dec 28 10:45:02 2019 -0700
  40. 1f911d4 common: Move reset_cpu() to the CPU header by Simon Glass · Sat Dec 28 10:45:01 2019 -0700
  41. bd2ce1b common: Move get_tbclk() to time.h by Simon Glass · Sat Dec 28 10:44:59 2019 -0700
  42. 0eb84bf common: Move clock functions into a new file by Simon Glass · Sat Dec 28 10:44:58 2019 -0700
  43. d0e1c34 common: Move ll_boot_init() to init.h by Simon Glass · Sat Dec 28 10:44:56 2019 -0700
  44. 0e4868f common: Drop floppy disk support by Simon Glass · Sat Dec 28 10:44:47 2019 -0700
  45. 7e1bda9 serial: ns16550: Use old baud rate divisor for flushing if not given by Patrik Dahlström · Sat Dec 21 17:25:12 2019 +0100
  46. 67e8817 remoteproc: elf_loader: fix program header parsing by Fabien Dessenne · Wed Sep 04 09:53:22 2019 +0200
  47. afad2d0 drivers: net: fsl_enetc: fix SXGMII MAC configuration by Alex Marginean · Fri Jan 10 23:32:20 2020 +0200
  48. 70bec5c pci: layerscape: device tree fixup based on SoC and by Wasim Khan · Mon Jan 06 12:06:00 2020 +0000
  49. 9d3d230 pci: layerscape: Move streamId allocation to common device tree fixup by Wasim Khan · Mon Jan 06 12:05:59 2020 +0000
  50. 54e44ef pci: layerscape: Common device tree fixup for NXP SoCs by Wasim Khan · Mon Jan 06 12:05:57 2020 +0000
  51. 1d3e24f drivers: net: fsl_enetc: add write_hwaddr() for LS1028A by Michael Walle · Fri Dec 20 14:16:48 2019 +0100
  52. 8c7188e drivers: net: fsl_enetc: use write_hwaddr() by Michael Walle · Fri Dec 20 14:16:47 2019 +0100
  53. cf51ce8 pci: layerscape: Fix the BARs disable function by Hou Zhiqiang · Tue Dec 17 10:10:43 2019 +0000
  54. ca3815d pci: layerscape: Fix the disabling of Expansion ROM BAR by Hou Zhiqiang · Tue Dec 17 10:10:40 2019 +0000
  55. 805b859 drivers: net: fsl_enetc: Pass on primary MAC address to Linux by Alex Marginean · Tue Dec 10 16:55:39 2019 +0200
  56. bcef763 gpio: bcm6345: allow to use this driver on arm bcm68360 by Philippe Reynes · Tue Jan 07 20:14:15 2020 +0100
  57. 3907a50 led: bcm6858: allow to use this driver on arm bcm68360 by Philippe Reynes · Tue Jan 07 20:14:14 2020 +0100
  58. 74ead74 nand: brcmnand: add bcm68360 support by Philippe Reynes · Tue Jan 07 20:14:13 2020 +0100
  59. e14c085 spi: bcm63xx-hsspi: allow to use this driver on arm bcm68360 by Philippe Reynes · Tue Jan 07 20:14:12 2020 +0100
  60. 09b864c watchdog: bcm6345: allow to use this driver on arm bcm68360 by Philippe Reynes · Tue Jan 07 20:14:11 2020 +0100
  61. 7b0c1c5 timer: Add driver for Nomadik Multi Timer Unit (MTU) by Stephan Gerhold · Sat Jan 04 18:45:15 2020 +0100
  62. 0f40fc2 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Tue Jan 21 18:10:28 2020 -0500
  63. 24a1d13 ddr: marvell: a38x: allow board specific clock out setup by Baruch Siach · Mon Jan 20 14:20:06 2020 +0200
  64. 3a7cb13 Merge tag '2020-01-20-ti-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · Mon Jan 20 14:54:55 2020 -0500
  65. 74fc6b8 clk: sci-clk: add slack to clk-set-rate passed to firmware by Lokesh Vutla · Fri Jan 17 11:57:30 2020 +0530
  66. 77be8b2 phy: omap-usb2-phy: Add support for AM654 USB2 PHY by Vignesh Raghavendra · Mon Dec 09 10:37:31 2019 +0530
  67. b566ead phy: omap-usb2-phy: Fix warnings when built for ARM64 by Vignesh Raghavendra · Mon Dec 09 10:37:30 2019 +0530
  68. c628295 dwc3-generic: Add support for AM654 USB controller by Vignesh Raghavendra · Mon Dec 09 10:37:29 2019 +0530
  69. cdd05ef power: regulator: tps62360_regulator: Convert ofdata_to_platdata to the missing probe by Keerthy · Fri Jan 10 14:52:05 2020 +0530
  70. 8cc051e mmc: am654_sdhci: Add Support for configuring PHY in J721e by Faiz Abbas · Thu Jan 16 19:42:19 2020 +0530
  71. dc2bcc2 mmc: am654_sdhci: Get Xin clock by name by Faiz Abbas · Thu Jan 16 19:42:18 2020 +0530
  72. ce43141 dma: ti: k3-udma: Fix build warnings when building for 32 bit platforms by Vignesh Raghavendra · Mon Dec 09 10:25:39 2019 +0530
  73. fc7a33f dma: ti: k3-udma: Fix ring push operation for 32 bit cores by Vignesh Raghavendra · Mon Dec 09 10:25:38 2019 +0530
  74. 0fe24d3 dma: ti: k3-udma: Switch to exposed ring mode by Vignesh Raghavendra · Mon Dec 09 10:25:37 2019 +0530
  75. c223799 dma: ti: k3-udma: Fix debug prints during enabling MEM_TO_DEV transfers by Vignesh Raghavendra · Mon Dec 09 10:25:36 2019 +0530
  76. 05b711f dma: ti: k3-udma: Remove coherency check for cache ops by Vignesh Raghavendra · Mon Dec 09 10:25:35 2019 +0530
  77. e414d15 soc: ti: k3-navss-ringacc: Get SYSFW reference from DT phandle by Vignesh Raghavendra · Mon Dec 09 10:25:34 2019 +0530
  78. 197e5c2 soc: ti: k3-navss-ringacc: Flush/invalidate caches on ring push/pop by Vignesh Raghavendra · Mon Dec 09 10:25:33 2019 +0530
  79. c410686 dma: ti: k3-udma: Query DMA channels allocated from Resource Manager by Vignesh Raghavendra · Mon Dec 09 10:25:32 2019 +0530
  80. a7bf4dc thermal: ti-bandgap: Fix adc value datatype by Faiz Abbas · Mon Nov 11 15:15:30 2019 +0530
  81. f11478f common: Move hang() to the same header as panic() by Simon Glass · Sat Dec 28 10:45:07 2019 -0700
  82. 8e16b1e common: Move RAM-sizing functions to init.h by Simon Glass · Sat Dec 28 10:45:05 2019 -0700
  83. 606f09b common: Rename and move source() by Simon Glass · Sat Dec 28 10:45:04 2019 -0700
  84. 85f1378 common: Move the image globals into image.h by Simon Glass · Sat Dec 28 10:45:03 2019 -0700
  85. 892265d image: Rename load_addr, save_addr, save_size by Simon Glass · Sat Dec 28 10:45:02 2019 -0700
  86. afb0215 common: Move reset_cpu() to the CPU header by Simon Glass · Sat Dec 28 10:45:01 2019 -0700
  87. a9dc068 common: Move get_tbclk() to time.h by Simon Glass · Sat Dec 28 10:44:59 2019 -0700
  88. 85d6531 common: Move clock functions into a new file by Simon Glass · Sat Dec 28 10:44:58 2019 -0700
  89. da25eff common: Move ll_boot_init() to init.h by Simon Glass · Sat Dec 28 10:44:56 2019 -0700
  90. 1f26500 common: Drop floppy disk support by Simon Glass · Sat Dec 28 10:44:47 2019 -0700
  91. 7b15721 Merge tag 'mmc-1-16-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · Thu Jan 16 13:20:51 2020 -0500
  92. 91366e2 Merge tag 'xilinx-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · Thu Jan 16 09:45:40 2020 -0500
  93. 837d334 mmc: add mmc and sd support for MT7622 by developer · Fri Jan 10 16:30:32 2020 +0800
  94. e7cceca power: domain: add power domain support for MT7622 by developer · Fri Jan 10 16:30:31 2020 +0800
  95. 65da8e7 clk: mediatek: fix clock-rate overflow problem by developer · Fri Jan 10 16:30:30 2020 +0800
  96. dea5651 clk: mediatek: add driver for MT7622 by developer · Fri Jan 10 16:30:29 2020 +0800
  97. 74d6901 pinctrl: mediatek: add support for different pinctrl by developer · Fri Jan 10 16:30:28 2020 +0800
  98. 2a2b17f pinctrl: mediatek: add driver for MT7622 by developer · Fri Jan 10 16:30:27 2020 +0800
  99. 4660341 phy: phy-mtk-tphy: make ref clock optional by developer · Thu Jan 09 11:35:10 2020 +0800
  100. 7409978 phy: phy-mtk-tphy: remove the check of -ENOSYS by developer · Thu Jan 09 11:35:09 2020 +0800