Message ID | 20200116105154.7685-1-faiz_abbas@ti.com (mailing list archive) |
---|---|
Headers | show |
Series | Port am335x and am437x devices to sdhci-omap | expand |
On Thu, 16 Jan 2020 at 11:50, Faiz Abbas <faiz_abbas@ti.com> wrote: > > The following add driver patches for porting TI's am335x and am437x devices to > the sdhci-omap driver. > > Patches 1-4 Add Support for external DMA to the sdhci driver. > > Patches 5-7 refactor the sdhci_set_timeout() function and use it disable > data timeout interrupt for erase commands > > Patches 8-9 add new compatibles for am335x and am43xx devices to the > sdhci-omap driver. > > Patch 10 implements special reset required for am335x and am437x > devices. > > DT changes will be posted as a separate series. > > Tested on: am335x-evm, am335x-boneblack, am335x-bonegreen-wireless, > am335x-sk, am335x-bone, am437x-idk, am43xx-gp-evm, am43xx-epos-evm. > > v5: > 1. Patch 3 now uses the dma_submit_error() API instead of checking the > cookie on its own. > 2. Dropped the patch adding ti,needs-special-reset property to > sdhci-omap. Using a flag in the driver instead. > 3. Minor spacing changes. Applied for next, thanks! [...] Kind regards Uffe