On Wed, 26 Feb 2025 12:30:22 -0500, Greg Malysa wrote: > This series adds all of the supported peripheral drivers for the sc5xx > series of SoCs from Analog Devices and other drivers that are used by > the evaluation kits, such as a GPIO expander used by the EZLITE carrier > boards. This series passes gitlab CI tests. > > Changes in v3: > - Add check if PORT peripheral base address was mapped successfully > - replace read*/write* with ioread* and iowrite* and friends across all > drivers > - update for compatibility with changes to dwc qos driver between 2024.04 > and 2025.01 > - (spi) Primarily addressed issues identified in earlier feedback: > - Removed unused pins and memory_map priv members > - Added __iomem to device mmio pointers > - Replaced readl/writel calls with iowrite32/ioread32 and friends > - Added map_sysmem() call to prepare device mmio pointer > - (sdhci) Removed struct adi_sdhc and replaced with the struct that was its > only member > > [...]
Applied to u-boot/next, thanks! [01/12] pinctrl: Add support for ADI SC5XX-family pinctrl commit: 79ccd6c7dc7055d5bbe375fddef925d7986c204d [02/12] doc: Add dt-bindings and descriptions for ADI SC5xx-family pinctrl commit: a0ffd8d7cd8efb8b348c07fa18a610a4534f9bea [03/12] gpio: Add support for SC5XX-family processor GPIO driver commit: 1e87f0ed79100d915540658eda76e4e125713323 [04/12] gpio: Add support for ADI ADP5588 GPIO expander chips commit: 446179627fcac2e99aaa329a1d6cf49805482c6b [05/12] usb: musb-new: Add support for Analog Devices SC5xx SoCs commit: 2f6a86a6125645ef818dd0d4c0bfc1f77c73e31f [06/12] i2c: Add support for ADI SC5XX-family I2C peripheral commit: 7f99650bb8f592827fc687022f4238ffdd4fde3e [07/12] net: Add support for ADI SC5xx SoCs with DWC QoS ethernet commit: df831ebf6114c5f534f774c8b5b6998d328d0101 [08/12] watchdog: Add support for ADI SC5XX-family watchdog peripheral commit: cbc0dfd424caabaa9f2a1fee911940c7f65666e2 [09/12] dma: Add driver for ADI SC5xx-family SoC MDMA functionality commit: 072320d9215641dd30c5697a6b479ad46f05f2f9 [10/12] remoteproc: Add in SHARC loading for ADI SC5XX-family processors commit: d3bfe577880d20a19f155cf2bd33c5545c72cf6f [11/12] spi: Add support for ADI SC5XX-family processor SPI peripherals commit: 7535a9280be1fc81b280517c7c44b5f1c2efc0ba [12/12] mmc: Add support for ADI SC5XX-family processor SDHCI peripherals commit: 036118ebd81e6b2c593d5ea6dc0056b34931c870 -- Tom