Re: [PATCH v3 0/8] ARM: sunxi: Add Reduced Serial Bus support

2015-08-20 Thread Mark Brown
On Thu, Aug 20, 2015 at 09:59:27AM +0800, Chen-Yu Tsai wrote: > On Thu, Aug 20, 2015 at 12:32 AM, Mark Brown wrote: > > This is flagged as something that is specific to the Allwinner SoCs. > > Why add generic regmap support rather than just implement the regmap > > reg_read() and reg_write() in a

Re: [PATCH v3 0/8] ARM: sunxi: Add Reduced Serial Bus support

2015-08-19 Thread Chen-Yu Tsai
On Thu, Aug 20, 2015 at 12:32 AM, Mark Brown wrote: > On Wed, Aug 19, 2015 at 12:20:01PM +0800, Chen-Yu Tsai wrote: >> Hi everyone, >> >> This is my third attempt at adding support for Allwinner's Reduced >> Serial Bus (RSB), which is used to communicate with PMICs and other >> peripherals on thei

Re: [PATCH v3 0/8] ARM: sunxi: Add Reduced Serial Bus support

2015-08-19 Thread Mark Brown
On Wed, Aug 19, 2015 at 12:20:01PM +0800, Chen-Yu Tsai wrote: > Hi everyone, > > This is my third attempt at adding support for Allwinner's Reduced > Serial Bus (RSB), which is used to communicate with PMICs and other > peripherals on their newer SoCs, such as the A23/A33/A80. This is flagged as