1. e7ab1cb Merge tag 'for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2c by Tom Rini · 4 years, 10 months ago WIP/29Jan2020
  2. 3e12744 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-samsung by Tom Rini · 4 years, 10 months ago
  3. 86e42b3 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 4 years, 10 months ago WIP/27Jan2020
  4. 7ae22d8 power: regulator: add driver for Dialog DA9063 PMIC by Martin Fuzzey · 4 years, 11 months ago
  5. 483880c power: pmic: add driver for Dialog DA9063 PMIC by Martin Fuzzey · 4 years, 11 months ago
  6. e1d26a7 rtc: s35392a: encode command correctly by Ian Ray · 4 years, 11 months ago
  7. daa9405 spi: cadence-qspi: Add compatible for TI AM654 by Vignesh Raghavendra · 5 years ago
  8. 0f24784 spi: cadence-qspi: Add support for Cadence Octal SPI controller by Vignesh Raghavendra · 5 years ago
  9. 658df8b mtd: spi-nor-core: Add octal mode support by Vignesh Raghavendra · 5 years ago
  10. ffab212 spi: cadence-qspi: Add direct mode support by Vignesh Raghavendra · 4 years, 10 months ago
  11. d640772 spi: cadence_qspi: Move to spi-mem framework by Vignesh Raghavendra · 4 years, 10 months ago
  12. 370d33b mtd: spinand: winbond: Add support for W25N01GV by Robert Marko · 4 years, 10 months ago
  13. 5502c88 spi: ti_qspi: Add support for CS other than CS0 by Vignesh Raghavendra · 5 years ago
  14. f7dd537 spi: prevent overriding established bus settings by Marcin Wojtas · 5 years ago
  15. 7bacce5 dm: spi: Check cs number before accessing slaves by Bin Meng · 5 years ago
  16. 383fded spi: nxp_fspi: new driver for the FlexSPI controller by Michael Walle · 5 years ago
  17. 051e03c Merge tag 'u-boot-clk-26Jan2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-clk by Tom Rini · 4 years, 10 months ago
  18. 2034f6c i2c: designware_i2c: Do more in the probe() method by Simon Glass · 4 years, 10 months ago
  19. 23ad52e i2c: designware_i2c: Separate out the speed calculation by Simon Glass · 4 years, 10 months ago
  20. a8d2b51 i2c: designware_i2c: Move dw_i2c_speed_config to header by Simon Glass · 4 years, 10 months ago
  21. d96440d i2c: designware_i2c: Add support for fast-plus speed by Simon Glass · 4 years, 10 months ago
  22. f3d4615 i2c: Update drivers to use enum for speed by Simon Glass · 4 years, 10 months ago
  23. b0a22d0 i2c: stm32: Update to use standard enums for speed by Simon Glass · 4 years, 10 months ago
  24. 4bef536 i2c: omap: Update to use standard enums for speed by Simon Glass · 4 years, 10 months ago
  25. ab723b7 i2c: kona_i2c: Update to use standard enums for speed by Simon Glass · 4 years, 10 months ago
  26. 54290c6 i2c: designware_i2c: Update to use standard enums for speed by Simon Glass · 4 years, 10 months ago
  27. 642400c i2c: ast_i2c: Update to use standard enums for speed by Simon Glass · 4 years, 10 months ago
  28. 96fe11c i2c: designware_i2c: Add spike supression by Simon Glass · 4 years, 10 months ago
  29. e71b6f6 i2c: designware_i2c: Rewrite timing calculation by Simon Glass · 4 years, 10 months ago
  30. 31adb87 i2c: designware_i2c: Put hold config in a struct by Simon Glass · 4 years, 10 months ago
  31. d22409e i2c: designware_i2c: Drop scl_sda_cfg parameter by Simon Glass · 4 years, 10 months ago
  32. 80a03db i2c: designware_i2c: Read device-tree properties by Simon Glass · 4 years, 10 months ago
  33. dd3c160 i2c: designware_i2c: Use an accurate bus clock instead of MHz by Simon Glass · 4 years, 10 months ago
  34. 65190d1 i2c: designware_i2c: Use an enum for selected speed mode by Simon Glass · 4 years, 10 months ago
  35. 6db7943 i2c: designware_i2c: Rename 'max' speed to 'high' speed by Simon Glass · 4 years, 10 months ago
  36. afb8865 i2c: designware_i2c: Include clk.h in the header file by Simon Glass · 4 years, 10 months ago
  37. 25eb0fb i2c: designware_i2c: Don't allow changing IC_CLK by Simon Glass · 4 years, 10 months ago
  38. 0fd05c9 i2c: designware_i2c: Add more registers by Simon Glass · 4 years, 10 months ago
  39. 041b06a clk: imx: pllv3: fix potential 'divide by zero' in av_set_rate() by Giulio Benetti · 4 years, 10 months ago
  40. d37ecab clk: imx: pllv3: fix potential 'divide by zero' in av_get_rate() by Giulio Benetti · 4 years, 10 months ago
  41. 3391e77 clk: imx: pllv3: fix potential 'divide by zero' in sys_get_rate() by Giulio Benetti · 4 years, 10 months ago
  42. c05b38d common: fix regression on block cache init by Angelo Durgehello · 4 years, 10 months ago
  43. 080dbc6 arm: mvebu: fix A38x breakage from commit bb872dd930cc by Joel Johnson · 4 years, 10 months ago
  44. 0b23b0d Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 4 years, 10 months ago
  45. 90cbfa5 clk: Fix error checking of dev_read_addr_ptr by Sean Anderson · 5 years ago
  46. efbdad3 clk: uclass: clk_get_by_name() must not be available if CONFIG_OF_PLATDATA is enabled by Giulio Benetti · 5 years ago
  47. 5dcac2b clk: show more error info when uclass_get_device_by_name by Peng Fan · 5 years ago
  48. 832685f clk: mediatek: use unsigned type for returning the clk rate by Fabien Parent · 5 years ago
  49. 40521a6 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years, 10 months ago
  50. 1526bcc common: add blkcache init by Angelo Durgehello · 4 years, 10 months ago
  51. 5cde44e net: macb: Drop local cache flush by Vignesh Raghavendra · 4 years, 10 months ago
  52. 6fff562 mtd: denali: Drop custom dma mapping functions by Vignesh Raghavendra · 4 years, 10 months ago
  53. eaa8b04 mmc: tmio-common: Drop custom dma mapping functions by Vignesh Raghavendra · 4 years, 10 months ago
  54. 1fdbad0 fastboot: mt85xx: add command to flash/erase emmc hwpart by mingming lee · 4 years, 10 months ago
  55. 7d017d6 usb: musb-new: mt85xx: add musb-new gadget driver. by mingming lee · 4 years, 10 months ago
  56. 94a8e83 crypto: make mod_exp_sw() static by Heinrich Schuchardt · 4 years, 10 months ago
  57. 1611235 lib: Kconfig dependencies for pseudo-random library by Heinrich Schuchardt · 4 years, 10 months ago
  58. a2f729f phy: sun4i-usb: Add Allwinner R40 support by Andre Przywara · 5 years ago
  59. 29a4a9f common: Move hang() to the same header as panic() by Simon Glass · 5 years ago
  60. 91527c9 common: Move RAM-sizing functions to init.h by Simon Glass · 5 years ago
  61. f329349 common: Rename and move source() by Simon Glass · 5 years ago
  62. ea18895 common: Move the image globals into image.h by Simon Glass · 5 years ago
  63. e7f0ec0 image: Rename load_addr, save_addr, save_size by Simon Glass · 5 years ago
  64. 657afb1 common: Move reset_cpu() to the CPU header by Simon Glass · 5 years ago
  65. 98c338b common: Move get_tbclk() to time.h by Simon Glass · 5 years ago
  66. b63ff2a common: Move clock functions into a new file by Simon Glass · 5 years ago
  67. cc3ac11 common: Move ll_boot_init() to init.h by Simon Glass · 5 years ago
  68. f9aaf98 common: Drop floppy disk support by Simon Glass · 5 years ago
  69. 1c16606 serial: ns16550: Use old baud rate divisor for flushing if not given by Patrik Dahlström · 5 years ago
  70. 83b539c remoteproc: elf_loader: fix program header parsing by Fabien Dessenne · 5 years ago
  71. b8e4eec drivers: net: fsl_enetc: fix SXGMII MAC configuration by Alex Marginean · 4 years, 11 months ago
  72. 9c2969e pci: layerscape: device tree fixup based on SoC and by Wasim Khan · 4 years, 11 months ago
  73. d20eb7a pci: layerscape: Move streamId allocation to common device tree fixup by Wasim Khan · 4 years, 11 months ago
  74. 1185b22 pci: layerscape: Common device tree fixup for NXP SoCs by Wasim Khan · 4 years, 11 months ago
  75. 42c66f0 drivers: net: fsl_enetc: add write_hwaddr() for LS1028A by Michael Walle · 5 years ago
  76. ee5c70b drivers: net: fsl_enetc: use write_hwaddr() by Michael Walle · 5 years ago
  77. 282d992 pci: layerscape: Fix the BARs disable function by Hou Zhiqiang · 5 years ago
  78. f8203e3 pci: layerscape: Fix the disabling of Expansion ROM BAR by Hou Zhiqiang · 5 years ago
  79. 9c2aee1 drivers: net: fsl_enetc: Pass on primary MAC address to Linux by Alex Marginean · 5 years ago
  80. 17f34ca gpio: bcm6345: allow to use this driver on arm bcm68360 by Philippe Reynes · 4 years, 11 months ago
  81. 5602e21 led: bcm6858: allow to use this driver on arm bcm68360 by Philippe Reynes · 4 years, 11 months ago
  82. 1453301 nand: brcmnand: add bcm68360 support by Philippe Reynes · 4 years, 11 months ago
  83. 34fdacb spi: bcm63xx-hsspi: allow to use this driver on arm bcm68360 by Philippe Reynes · 4 years, 11 months ago
  84. d0edec6 watchdog: bcm6345: allow to use this driver on arm bcm68360 by Philippe Reynes · 4 years, 11 months ago
  85. e27108c mmc: s5p_sdhci: Read generic MMC properties from DT by Marek Szyprowski · 4 years, 10 months ago
  86. 057b613 timer: Add driver for Nomadik Multi Timer Unit (MTU) by Stephan Gerhold · 5 years ago
  87. 75dd530 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 4 years, 10 months ago
  88. d67b98e ddr: marvell: a38x: allow board specific clock out setup by Baruch Siach · 4 years, 10 months ago
  89. 07add22 Merge tag '2020-01-20-ti-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 4 years, 10 months ago WIP/20Jan2020
  90. ea67b26 clk: sci-clk: add slack to clk-set-rate passed to firmware by Lokesh Vutla · 4 years, 10 months ago
  91. 779f40b phy: omap-usb2-phy: Add support for AM654 USB2 PHY by Vignesh Raghavendra · 5 years ago
  92. d35f2cf phy: omap-usb2-phy: Fix warnings when built for ARM64 by Vignesh Raghavendra · 5 years ago
  93. cab4e27 dwc3-generic: Add support for AM654 USB controller by Vignesh Raghavendra · 5 years ago
  94. 17aaa42 power: regulator: tps62360_regulator: Convert ofdata_to_platdata to the missing probe by Keerthy · 4 years, 11 months ago
  95. a20008e mmc: am654_sdhci: Add Support for configuring PHY in J721e by Faiz Abbas · 4 years, 10 months ago
  96. fe0e30c mmc: am654_sdhci: Get Xin clock by name by Faiz Abbas · 4 years, 10 months ago
  97. f03cb5c dma: ti: k3-udma: Fix build warnings when building for 32 bit platforms by Vignesh Raghavendra · 5 years ago
  98. b0ab008 dma: ti: k3-udma: Fix ring push operation for 32 bit cores by Vignesh Raghavendra · 5 years ago
  99. ce1a307 dma: ti: k3-udma: Switch to exposed ring mode by Vignesh Raghavendra · 5 years ago
  100. c16cdd4 dma: ti: k3-udma: Fix debug prints during enabling MEM_TO_DEV transfers by Vignesh Raghavendra · 5 years ago