1. 4a03000 power: regulator: tps65941: add regulator support by Keerthy · 5 years ago
  2. a36bb3c power: pmic: tps65941: Add support for tps65941 family of PMICs by Keerthy · 5 years ago
  3. fda68e4 misc: k3_avs: Add j721e support by Keerthy · 5 years ago
  4. daec341 power: regulator: tps6236x: add support for tps6236x regulators by Tero Kristo · 5 years ago
  5. 280d7a8 clk: clk-ti-sci: Notify AVS driver upon setting clock rate by Keerthy · 5 years ago
  6. 887dde5 misc: k3_avs: add driver for K3 Adaptive Voltage Scaling Class 0 by Tero Kristo · 5 years ago
  7. 615e3b5 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx by Tom Rini · 5 years ago
  8. 7593603 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 5 years ago
  9. d647b46 pci: add DM based mpc85xx driver by Heiko Schocher · 5 years ago
  10. d7689fa mmc: fsl_esdhc_imx: Update compatible string for imx8m by Peng Fan · 5 years ago
  11. 2cdf52b mmc: fsl_esdhc_imx: drop redundant clock settings by Peng Fan · 5 years ago
  12. 4fc9333 mmc: fsl_esdhc: clean up DM and non-DM code by Yangbo Lu · 5 years ago
  13. f3bcc83 mmc: fsl_esdhc: always check write protect state by Yangbo Lu · 5 years ago
  14. 9fed28d mmc: fsl_esdhc: drop redundant code for non-removable feature by Yangbo Lu · 5 years ago
  15. b64dc8d mmc: fsl_esdhc: convert to use fsl_esdhc_get_cfg_common() by Yangbo Lu · 5 years ago
  16. 501e3a5 mmc: fsl_esdhc: clean up bus width configuration code by Yangbo Lu · 5 years ago
  17. 63267b4 mmc: fsl_esdhc: fix voltage validation by Yangbo Lu · 5 years ago
  18. d17d260 mmc: fsl_esdhc: drop controller initialization in fsl_esdhc_init() by Yangbo Lu · 5 years ago
  19. a3ec535 Merge tag 'u-boot-imx-20191104' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  20. 752b309 Merge branch '2019-11-04-ti-imports' by Tom Rini · 5 years ago
  21. 133dd1c net: ti: cpsw: convert to use dev/ofnode api by Grygorii Strashko · 5 years ago
  22. 6fc5ae1 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 5 years ago
  23. c5540137 nand: mxs_nand: add API for switching different BCH layouts by Igor Opaniuk · 5 years ago
  24. e5e9109 mach-imx: Adding new argument for SIP call interface by Ye Li · 5 years ago
  25. 9c3193b power: pmic: Kconfig: add CONFIG_SPL_DM_PMIC_BD71837 by Peng Fan · 5 years ago
  26. 449dc04 pmic: bd71837: drop DEBUG macro by Peng Fan · 5 years ago
  27. eb9b6a8 video: mxsfb: set gd->fb_base by Sébastien Szymanski · 5 years ago
  28. edc1d15 watchdog: imx: Use immediate reset bits for expire_now by Robert Hancock · 5 years ago
  29. d00a0b1 watchdog: imx: Add DT ext-reset handling by Robert Hancock · 5 years ago
  30. bf45d9b net: ti: am65x-cpsw: fix mac tx internal delay for rgmii-rxid mode by Grygorii Strashko · 5 years ago
  31. 40b346d net: ti: cpsw: fix mac tx internal delay for rgmii-rxid mode by Grygorii Strashko · 5 years ago
  32. e32ed8c net: ti: cpsw: add support for standard eth "max-speed" dt property by Grygorii Strashko · 5 years ago
  33. 68e313e net: ti: cpsw: move parsing of dt port's parameters in separate func by Grygorii Strashko · 5 years ago
  34. 63bba7e net: ti: cpsw: enable 10Mbps link speed support in rgmii mode by Grygorii Strashko · 5 years ago
  35. ed10a4f x86: timer: Use a separate flag for whether timer is inited by Simon Glass · 5 years ago
  36. 4a1050e x86: timer: Set up the timer in timer_early_get_count() by Simon Glass · 5 years ago
  37. 37ad0fe spi: Add support for memory-mapped flash by Simon Glass · 5 years ago
  38. 4ff7fe9 Merge tag 'arc-fixes-for-2020.01-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-arc by Tom Rini · 5 years ago
  39. 062da42 ARC: HSDK: introduce reset driver by Eugeniy Paltsev · 5 years ago
  40. 6f5056f Merge tag 'efi-2020-01-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 5 years ago
  41. ba1e61b Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dm by Tom Rini · 5 years ago
  42. eae1eeb drivers: phy: Handle gracefully NULL pointers by Jean-Jacques Hiblot · 5 years ago
  43. da326dd ata: ahci allow 64-bit DMA for SATA by Roman Kapl · 5 years ago
  44. 968854f nvme: use page-aligned buffer for identify command by Patrick Wildt · 5 years ago
  45. 95f4aba nvme: flush dcache on both r/w, and the prp list by Patrick Wildt · 5 years ago
  46. 393e746 virtio: pci: use correct type in virtio_pci_bind() by Heinrich Schuchardt · 5 years ago
  47. 569c2a5 usb: ehci-hcd: Keep async schedule running by Marek Vasut · 5 years ago
  48. 773771f dfu: add callback for flush and initiated operation by Patrick Delaunay · 5 years ago
  49. 2111e3c dfu: add DFU virtual backend by Patrick Delaunay · 5 years ago
  50. cb47cb0 dfu: add partition support for MTD backend by Patrick Delaunay · 5 years ago
  51. f7aee23 dfu: add backend for MTD device by Patrick Delaunay · 5 years ago
  52. 7ef8436 dfu: allow read with no data without error for EOF indication by Patrick Delaunay · 5 years ago
  53. 0616403 dfu: allow to manage DFU on several devices by Patrick Delaunay · 5 years ago
  54. 0f8fad8 dfu: prepare the support of multiple interface by Patrick Delaunay · 5 years ago
  55. bdc0f12 dfu: sf: add partition support for nor backend by Patrick Delaunay · 5 years ago
  56. ae224c3 dfu: cosmetic: cleanup sf to avoid checkpatch error by Patrick Delaunay · 5 years ago
  57. c6de6cf dwc3: flush cache only if there is a buffer attached to a request by Marek Szyprowski · 5 years ago
  58. f937824 dfu: mmc: add support for in-partition offset by Marek Szyprowski · 5 years ago
  59. d2c7607 gadget: f_thor: properly enable 3rd endpoint defined by the protocol by Marek Szyprowski · 5 years ago
  60. 756d9e1 dfu: dfu_nand: reduce verbosity by Ralph Siemsen · 5 years ago
  61. e9310fc dwc3-generic: Don't fail probe if clk/reset entries are absent by Vignesh Raghavendra · 5 years ago
  62. d9951c9 gpio: da8xx_gpio: Fix the _gpio_direction_output function by Keerthy · 5 years ago
  63. fb8dc39 Merge tag 'u-boot-clk-23Oct2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-clk by Tom Rini · 5 years ago
  64. 09ba4ea blk: set log2blksz in blk_create_device() by Heinrich Schuchardt · 5 years ago
  65. a50965c Merge tag 'mmc-10-29-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 5 years ago
  66. f211cc3 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 5 years ago
  67. 4ee9b86 mmc: fsl_esdhc: drop i.MX DDR support code by Yangbo Lu · 5 years ago
  68. d385697 mmc: fsl_esdhc: remove redundant DM_MMC checking by Yangbo Lu · 5 years ago
  69. 77f2632 mmc: fsl_esdhc: make BLK as hard requirement of DM_MMC by Yangbo Lu · 5 years ago
  70. 487f917 fdt: Fix alignment issue when reading 64-bits properties from fdt by Jean-Jacques Hiblot · 5 years ago
  71. 5f09a2d dm: core: Update log method for uclass_find_device_by_seq by Kever Yang · 5 years ago
  72. 56bed2a dm: regmap: Fix mask in regmap_update_bits() by Simon Glass · 5 years ago
  73. aae1e58 Merge tag 'mips-pull-2019-10-25' of git://git.denx.de/u-boot-mips by Tom Rini · 5 years ago
  74. e7c456e Merge branch '2019-10-24-ti-imports' by Tom Rini · 5 years ago
  75. 521a4ef ram: k3-j721e: Add support for J721E DDR controller by Kevin Scholz · 5 years ago
  76. 2c85dfd1 ram: k3-am654: Do not rely on default values for certain DDR register by James Doublesin · 5 years ago
  77. b6a19f0 ram: k3-am654: add support for LPDDR4 and DDR3L DDRs by James Doublesin · 5 years ago
  78. 56d31ae Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 5 years ago
  79. 510adb3 Merge tag 'u-boot-atmel-2020.01-b' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel by Tom Rini · 5 years ago
  80. cd48940 Merge tag 'xilinx-for-v2020.01-part2' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 5 years ago
  81. 399e4af mmc: mtk-sd: add a dts property cd-active-high for builtin-cd mode by developer · 5 years ago
  82. 607faf7 mmc: mtk-sd: add support for MediaTek MT7620/MT7628 SoCs by developer · 5 years ago
  83. 33272b6 net: mt7628-eth: add support to isolate LAN/WAN ports by developer · 5 years ago
  84. ba57a6b net: mt7628-eth: free rx descriptor on receiving failure by developer · 5 years ago
  85. a564411 net: mt7628-eth: make phy link up detection optional via DT by developer · 5 years ago
  86. e4387bd net: mt7628-eth: remove hardcoded gpio settings and regmap-based phy reset by developer · 5 years ago
  87. 065e7dd phy: mt76x8-usb-phy: add slew rate calibration and remove non-mt7628 part by developer · 5 years ago
  88. 074393a reset: add reset controller driver for MediaTek MIPS platform by developer · 5 years ago
  89. e194781 pinctrl: add support for MediaTek MT7628 by developer · 5 years ago
  90. a546d15 spi: mt7621-spi: restore default register value after each xfer by developer · 5 years ago
  91. fe93f59 spi: mt7621-spi: remove data cache and rewrite its xfer function by developer · 5 years ago
  92. 7ad7bee spi: mt7621-spi: use clock frequency from clk driver by developer · 5 years ago
  93. 2bef3c5 clk: add clock driver for MediaTek MT76x8 platform by developer · 5 years ago
  94. 77c7c73 serial: serial_mtk: add non-DM version for SPL by developer · 5 years ago
  95. 67d2b61 serial: serial_mtk: enable FIFO and disable flow control by developer · 5 years ago
  96. 1100e49 drivers: nand: brcmnand: fix nand_chip ecc layout structure by William Zhang · 5 years ago
  97. d9f9bfc nand: brcm: add BCM6368 support by Álvaro Fernández Rojas · 5 years ago
  98. 7d252f4 spi-nor-ids: Add support for Adesto AT25SL321 by Fabio Estevam · 5 years ago
  99. d7be62c mtd: spi: Clean up usage of CONFIG_SPI_FLASH_MTD by Frieder Schrempf · 5 years ago
  100. 4973621 spi-nor: spi-nor-ids: Add USE_FSR flag for mt25q* and n25q* entry by Vignesh Raghavendra · 5 years ago