[RESEND PATCH v2 0/3] add regmap & indirect access support

2020-06-18 Thread Xu Yilun
Updated the regmap & indirect access support for spi-altera. Patch #1 is an 1:1 replacement of of readl/writel with regmap_read/write Patch #2 introduced a new platform_device_id to support indirect access as a sub device. Patch #3 is a minor fix. Main changes from v1: - Split the regma

Re: [RESEND PATCH v2 0/3] add regmap & indirect access support

2020-06-19 Thread Mark Brown
On Fri, 19 Jun 2020 09:43:38 +0800, Xu Yilun wrote: > Updated the regmap & indirect access support for spi-altera. > > Patch #1 is an 1:1 replacement of of readl/writel with regmap_read/write > Patch #2 introduced a new platform_device_id to support indirect access as > a sub device. > Pa