1. 642400c i2c: ast_i2c: Update to use standard enums for speed by Simon Glass · 4 years, 9 months ago
  2. 96fe11c i2c: designware_i2c: Add spike supression by Simon Glass · 4 years, 9 months ago
  3. e71b6f6 i2c: designware_i2c: Rewrite timing calculation by Simon Glass · 4 years, 9 months ago
  4. 31adb87 i2c: designware_i2c: Put hold config in a struct by Simon Glass · 4 years, 9 months ago
  5. d22409e i2c: designware_i2c: Drop scl_sda_cfg parameter by Simon Glass · 4 years, 9 months ago
  6. 80a03db i2c: designware_i2c: Read device-tree properties by Simon Glass · 4 years, 9 months ago
  7. dd3c160 i2c: designware_i2c: Use an accurate bus clock instead of MHz by Simon Glass · 4 years, 9 months ago
  8. 65190d1 i2c: designware_i2c: Use an enum for selected speed mode by Simon Glass · 4 years, 9 months ago
  9. 6db7943 i2c: designware_i2c: Rename 'max' speed to 'high' speed by Simon Glass · 4 years, 9 months ago
  10. afb8865 i2c: designware_i2c: Include clk.h in the header file by Simon Glass · 4 years, 9 months ago
  11. 25eb0fb i2c: designware_i2c: Don't allow changing IC_CLK by Simon Glass · 4 years, 9 months ago
  12. 0fd05c9 i2c: designware_i2c: Add more registers by Simon Glass · 4 years, 9 months ago
  13. 041b06a clk: imx: pllv3: fix potential 'divide by zero' in av_set_rate() by Giulio Benetti · 4 years, 9 months ago
  14. d37ecab clk: imx: pllv3: fix potential 'divide by zero' in av_get_rate() by Giulio Benetti · 4 years, 9 months ago
  15. 3391e77 clk: imx: pllv3: fix potential 'divide by zero' in sys_get_rate() by Giulio Benetti · 4 years, 9 months ago
  16. c05b38d common: fix regression on block cache init by Angelo Durgehello · 4 years, 9 months ago
  17. 080dbc6 arm: mvebu: fix A38x breakage from commit bb872dd930cc by Joel Johnson · 4 years, 9 months ago
  18. 0b23b0d Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 4 years, 9 months ago
  19. 90cbfa5 clk: Fix error checking of dev_read_addr_ptr by Sean Anderson · 4 years, 10 months ago
  20. efbdad3 clk: uclass: clk_get_by_name() must not be available if CONFIG_OF_PLATDATA is enabled by Giulio Benetti · 4 years, 10 months ago
  21. 5dcac2b clk: show more error info when uclass_get_device_by_name by Peng Fan · 5 years ago
  22. 832685f clk: mediatek: use unsigned type for returning the clk rate by Fabien Parent · 5 years ago
  23. 40521a6 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years, 9 months ago
  24. 1526bcc common: add blkcache init by Angelo Durgehello · 4 years, 9 months ago
  25. 5cde44e net: macb: Drop local cache flush by Vignesh Raghavendra · 4 years, 9 months ago
  26. 6fff562 mtd: denali: Drop custom dma mapping functions by Vignesh Raghavendra · 4 years, 9 months ago
  27. eaa8b04 mmc: tmio-common: Drop custom dma mapping functions by Vignesh Raghavendra · 4 years, 9 months ago
  28. 1fdbad0 fastboot: mt85xx: add command to flash/erase emmc hwpart by mingming lee · 4 years, 9 months ago
  29. 7d017d6 usb: musb-new: mt85xx: add musb-new gadget driver. by mingming lee · 4 years, 9 months ago
  30. 94a8e83 crypto: make mod_exp_sw() static by Heinrich Schuchardt · 4 years, 9 months ago
  31. 1611235 lib: Kconfig dependencies for pseudo-random library by Heinrich Schuchardt · 4 years, 9 months ago
  32. a2f729f phy: sun4i-usb: Add Allwinner R40 support by Andre Przywara · 4 years, 10 months ago
  33. 29a4a9f common: Move hang() to the same header as panic() by Simon Glass · 4 years, 10 months ago
  34. 91527c9 common: Move RAM-sizing functions to init.h by Simon Glass · 4 years, 10 months ago
  35. f329349 common: Rename and move source() by Simon Glass · 4 years, 10 months ago
  36. ea18895 common: Move the image globals into image.h by Simon Glass · 4 years, 10 months ago
  37. e7f0ec0 image: Rename load_addr, save_addr, save_size by Simon Glass · 4 years, 10 months ago
  38. 657afb1 common: Move reset_cpu() to the CPU header by Simon Glass · 4 years, 10 months ago
  39. 98c338b common: Move get_tbclk() to time.h by Simon Glass · 4 years, 10 months ago
  40. b63ff2a common: Move clock functions into a new file by Simon Glass · 4 years, 10 months ago
  41. cc3ac11 common: Move ll_boot_init() to init.h by Simon Glass · 4 years, 10 months ago
  42. f9aaf98 common: Drop floppy disk support by Simon Glass · 4 years, 10 months ago
  43. 1c16606 serial: ns16550: Use old baud rate divisor for flushing if not given by Patrik Dahlström · 4 years, 10 months ago
  44. 83b539c remoteproc: elf_loader: fix program header parsing by Fabien Dessenne · 5 years ago
  45. b8e4eec drivers: net: fsl_enetc: fix SXGMII MAC configuration by Alex Marginean · 4 years, 10 months ago
  46. 9c2969e pci: layerscape: device tree fixup based on SoC and by Wasim Khan · 4 years, 10 months ago
  47. d20eb7a pci: layerscape: Move streamId allocation to common device tree fixup by Wasim Khan · 4 years, 10 months ago
  48. 1185b22 pci: layerscape: Common device tree fixup for NXP SoCs by Wasim Khan · 4 years, 10 months ago
  49. 42c66f0 drivers: net: fsl_enetc: add write_hwaddr() for LS1028A by Michael Walle · 4 years, 10 months ago
  50. ee5c70b drivers: net: fsl_enetc: use write_hwaddr() by Michael Walle · 4 years, 10 months ago
  51. 282d992 pci: layerscape: Fix the BARs disable function by Hou Zhiqiang · 4 years, 10 months ago
  52. f8203e3 pci: layerscape: Fix the disabling of Expansion ROM BAR by Hou Zhiqiang · 4 years, 10 months ago
  53. 9c2aee1 drivers: net: fsl_enetc: Pass on primary MAC address to Linux by Alex Marginean · 4 years, 11 months ago
  54. 17f34ca gpio: bcm6345: allow to use this driver on arm bcm68360 by Philippe Reynes · 4 years, 10 months ago
  55. 5602e21 led: bcm6858: allow to use this driver on arm bcm68360 by Philippe Reynes · 4 years, 10 months ago
  56. 1453301 nand: brcmnand: add bcm68360 support by Philippe Reynes · 4 years, 10 months ago
  57. 34fdacb spi: bcm63xx-hsspi: allow to use this driver on arm bcm68360 by Philippe Reynes · 4 years, 10 months ago
  58. d0edec6 watchdog: bcm6345: allow to use this driver on arm bcm68360 by Philippe Reynes · 4 years, 10 months ago
  59. e27108c mmc: s5p_sdhci: Read generic MMC properties from DT by Marek Szyprowski · 4 years, 9 months ago
  60. 057b613 timer: Add driver for Nomadik Multi Timer Unit (MTU) by Stephan Gerhold · 4 years, 10 months ago
  61. 75dd530 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 4 years, 9 months ago
  62. d67b98e ddr: marvell: a38x: allow board specific clock out setup by Baruch Siach · 4 years, 9 months ago
  63. 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, 9 months ago
  64. ea67b26 clk: sci-clk: add slack to clk-set-rate passed to firmware by Lokesh Vutla · 4 years, 9 months ago
  65. 779f40b phy: omap-usb2-phy: Add support for AM654 USB2 PHY by Vignesh Raghavendra · 4 years, 11 months ago
  66. d35f2cf phy: omap-usb2-phy: Fix warnings when built for ARM64 by Vignesh Raghavendra · 4 years, 11 months ago
  67. cab4e27 dwc3-generic: Add support for AM654 USB controller by Vignesh Raghavendra · 4 years, 11 months ago
  68. 17aaa42 power: regulator: tps62360_regulator: Convert ofdata_to_platdata to the missing probe by Keerthy · 4 years, 10 months ago
  69. a20008e mmc: am654_sdhci: Add Support for configuring PHY in J721e by Faiz Abbas · 4 years, 9 months ago
  70. fe0e30c mmc: am654_sdhci: Get Xin clock by name by Faiz Abbas · 4 years, 9 months ago
  71. f03cb5c dma: ti: k3-udma: Fix build warnings when building for 32 bit platforms by Vignesh Raghavendra · 4 years, 11 months ago
  72. b0ab008 dma: ti: k3-udma: Fix ring push operation for 32 bit cores by Vignesh Raghavendra · 4 years, 11 months ago
  73. ce1a307 dma: ti: k3-udma: Switch to exposed ring mode by Vignesh Raghavendra · 4 years, 11 months ago
  74. c16cdd4 dma: ti: k3-udma: Fix debug prints during enabling MEM_TO_DEV transfers by Vignesh Raghavendra · 4 years, 11 months ago
  75. c0b9490 dma: ti: k3-udma: Remove coherency check for cache ops by Vignesh Raghavendra · 4 years, 11 months ago
  76. ec0aeac soc: ti: k3-navss-ringacc: Get SYSFW reference from DT phandle by Vignesh Raghavendra · 4 years, 11 months ago
  77. 9d32a94 soc: ti: k3-navss-ringacc: Flush/invalidate caches on ring push/pop by Vignesh Raghavendra · 4 years, 11 months ago
  78. a8837cf dma: ti: k3-udma: Query DMA channels allocated from Resource Manager by Vignesh Raghavendra · 4 years, 11 months ago
  79. 2695584 thermal: ti-bandgap: Fix adc value datatype by Faiz Abbas · 5 years ago
  80. db41d65 common: Move hang() to the same header as panic() by Simon Glass · 4 years, 10 months ago
  81. 9b4a205 common: Move RAM-sizing functions to init.h by Simon Glass · 4 years, 10 months ago
  82. 220a3a4 common: Rename and move source() by Simon Glass · 4 years, 10 months ago
  83. 8e8ccfe common: Move the image globals into image.h by Simon Glass · 4 years, 10 months ago
  84. bb872dd image: Rename load_addr, save_addr, save_size by Simon Glass · 4 years, 10 months ago
  85. 9a3b4ce common: Move reset_cpu() to the CPU header by Simon Glass · 4 years, 10 months ago
  86. 049f8d6 common: Move get_tbclk() to time.h by Simon Glass · 4 years, 10 months ago
  87. d96c260 common: Move clock functions into a new file by Simon Glass · 4 years, 10 months ago
  88. 35a3f87 common: Move ll_boot_init() to init.h by Simon Glass · 4 years, 10 months ago
  89. 015e334 common: Drop floppy disk support by Simon Glass · 4 years, 10 months ago
  90. d7bb6ac Merge tag 'mmc-1-16-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 4 years, 9 months ago
  91. 92329e2 Merge tag 'xilinx-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 4 years, 9 months ago
  92. 25273db mmc: add mmc and sd support for MT7622 by Sam Shih · 4 years, 10 months ago
  93. abb65f1 power: domain: add power domain support for MT7622 by Sam Shih · 4 years, 10 months ago
  94. d8588ba clk: mediatek: fix clock-rate overflow problem by Sam Shih · 4 years, 10 months ago
  95. 72ab603 clk: mediatek: add driver for MT7622 by Sam Shih · 4 years, 10 months ago
  96. cf400b6 pinctrl: mediatek: add support for different pinctrl by Sam Shih · 4 years, 10 months ago
  97. a430149 pinctrl: mediatek: add driver for MT7622 by Sam Shih · 4 years, 10 months ago
  98. ce0069e phy: phy-mtk-tphy: make ref clock optional by Chunfeng Yun · 4 years, 10 months ago
  99. 3b6351a phy: phy-mtk-tphy: remove the check of -ENOSYS by Chunfeng Yun · 4 years, 10 months ago
  100. 6bf6d81 clk: fixed_rate: add dummy enable() function by Chunfeng Yun · 4 years, 10 months ago