Re: [PATCH v7 2/6] mfd: syscon: add a DT property to set value width

2015-12-08 Thread Lee Jones
On Tue, 08 Dec 2015, Lee Jones wrote: > On Mon, 07 Dec 2015, Damien Riegel wrote: > > > On Mon, Dec 07, 2015 at 09:40:20AM +, Lee Jones wrote: > > > On Mon, 30 Nov 2015, Damien Riegel wrote: > > > > > > > Currently syscon has a fixed configuration of 32 bits for register and > > > > values

Re: [PATCH v7 2/6] mfd: syscon: add a DT property to set value width

2015-12-08 Thread Lee Jones
On Mon, 07 Dec 2015, Damien Riegel wrote: > On Mon, Dec 07, 2015 at 09:40:20AM +, Lee Jones wrote: > > On Mon, 30 Nov 2015, Damien Riegel wrote: > > > > > Currently syscon has a fixed configuration of 32 bits for register and > > > values widths. In some cases, it would be desirable to be

Re: [PATCH v7 2/6] mfd: syscon: add a DT property to set value width

2015-12-08 Thread Arnd Bergmann
On Monday 07 December 2015 14:42:18 Damien Riegel wrote: > Good to see this patch applied. What's going on now with the other > patches of this serie ? How should I handle them ? I don't see any build-time dependencies between the patches, so please submit them to the respective maintainers.

Re: [PATCH v7 2/6] mfd: syscon: add a DT property to set value width

2015-12-08 Thread Arnd Bergmann
On Monday 07 December 2015 14:42:18 Damien Riegel wrote: > Good to see this patch applied. What's going on now with the other > patches of this serie ? How should I handle them ? I don't see any build-time dependencies between the patches, so please submit them to the respective maintainers.

Re: [PATCH v7 2/6] mfd: syscon: add a DT property to set value width

2015-12-08 Thread Lee Jones
On Mon, 07 Dec 2015, Damien Riegel wrote: > On Mon, Dec 07, 2015 at 09:40:20AM +, Lee Jones wrote: > > On Mon, 30 Nov 2015, Damien Riegel wrote: > > > > > Currently syscon has a fixed configuration of 32 bits for register and > > > values widths. In some cases, it would be desirable to be

Re: [PATCH v7 2/6] mfd: syscon: add a DT property to set value width

2015-12-08 Thread Lee Jones
On Tue, 08 Dec 2015, Lee Jones wrote: > On Mon, 07 Dec 2015, Damien Riegel wrote: > > > On Mon, Dec 07, 2015 at 09:40:20AM +, Lee Jones wrote: > > > On Mon, 30 Nov 2015, Damien Riegel wrote: > > > > > > > Currently syscon has a fixed configuration of 32 bits for register and > > > > values

Re: [PATCH v7 2/6] mfd: syscon: add a DT property to set value width

2015-12-07 Thread Damien Riegel
On Mon, Dec 07, 2015 at 09:40:20AM +, Lee Jones wrote: > On Mon, 30 Nov 2015, Damien Riegel wrote: > > > Currently syscon has a fixed configuration of 32 bits for register and > > values widths. In some cases, it would be desirable to be able to > > customize the value width. > > > > For

Re: [PATCH v7 2/6] mfd: syscon: add a DT property to set value width

2015-12-07 Thread Lee Jones
On Mon, 30 Nov 2015, Damien Riegel wrote: > Currently syscon has a fixed configuration of 32 bits for register and > values widths. In some cases, it would be desirable to be able to > customize the value width. > > For example, certain boards (like the ones manufactured by Technologic >

Re: [PATCH v7 2/6] mfd: syscon: add a DT property to set value width

2015-12-07 Thread Lee Jones
On Mon, 30 Nov 2015, Damien Riegel wrote: > Currently syscon has a fixed configuration of 32 bits for register and > values widths. In some cases, it would be desirable to be able to > customize the value width. > > For example, certain boards (like the ones manufactured by Technologic >

Re: [PATCH v7 2/6] mfd: syscon: add a DT property to set value width

2015-12-07 Thread Damien Riegel
On Mon, Dec 07, 2015 at 09:40:20AM +, Lee Jones wrote: > On Mon, 30 Nov 2015, Damien Riegel wrote: > > > Currently syscon has a fixed configuration of 32 bits for register and > > values widths. In some cases, it would be desirable to be able to > > customize the value width. > > > > For

Re: [PATCH v7 2/6] mfd: syscon: add a DT property to set value width

2015-12-04 Thread Arnd Bergmann
On Wednesday 02 December 2015 18:21:02 Damien Riegel wrote: > Lee, Arnd, > > I had to make changes in this patch to address Rob's comments. > reg-io-width is now in bytes while bus-width was a value in bits. Could > you please review this patch ? Ok, that's fine. > > On Mon, Nov 30, 2015 at

Re: [PATCH v7 2/6] mfd: syscon: add a DT property to set value width

2015-12-04 Thread Arnd Bergmann
On Wednesday 02 December 2015 18:21:02 Damien Riegel wrote: > Lee, Arnd, > > I had to make changes in this patch to address Rob's comments. > reg-io-width is now in bytes while bus-width was a value in bits. Could > you please review this patch ? Ok, that's fine. > > On Mon, Nov 30, 2015 at

Re: [PATCH v7 2/6] mfd: syscon: add a DT property to set value width

2015-12-02 Thread Damien Riegel
Lee, Arnd, I had to make changes in this patch to address Rob's comments. reg-io-width is now in bytes while bus-width was a value in bits. Could you please review this patch ? Thanks, Damien On Mon, Nov 30, 2015 at 01:00:15PM -0600, Rob Herring wrote: > On Mon, Nov 30, 2015 at 10:59:47AM

Re: [PATCH v7 2/6] mfd: syscon: add a DT property to set value width

2015-12-02 Thread Damien Riegel
Lee, Arnd, I had to make changes in this patch to address Rob's comments. reg-io-width is now in bytes while bus-width was a value in bits. Could you please review this patch ? Thanks, Damien On Mon, Nov 30, 2015 at 01:00:15PM -0600, Rob Herring wrote: > On Mon, Nov 30, 2015 at 10:59:47AM

Re: [PATCH v7 2/6] mfd: syscon: add a DT property to set value width

2015-11-30 Thread Rob Herring
On Mon, Nov 30, 2015 at 10:59:47AM -0500, Damien Riegel wrote: > Currently syscon has a fixed configuration of 32 bits for register and > values widths. In some cases, it would be desirable to be able to > customize the value width. > > For example, certain boards (like the ones manufactured by

[PATCH v7 2/6] mfd: syscon: add a DT property to set value width

2015-11-30 Thread Damien Riegel
Currently syscon has a fixed configuration of 32 bits for register and values widths. In some cases, it would be desirable to be able to customize the value width. For example, certain boards (like the ones manufactured by Technologic Systems) have a FPGA that is memory-mapped, but its registers

[PATCH v7 2/6] mfd: syscon: add a DT property to set value width

2015-11-30 Thread Damien Riegel
Currently syscon has a fixed configuration of 32 bits for register and values widths. In some cases, it would be desirable to be able to customize the value width. For example, certain boards (like the ones manufactured by Technologic Systems) have a FPGA that is memory-mapped, but its registers

Re: [PATCH v7 2/6] mfd: syscon: add a DT property to set value width

2015-11-30 Thread Rob Herring
On Mon, Nov 30, 2015 at 10:59:47AM -0500, Damien Riegel wrote: > Currently syscon has a fixed configuration of 32 bits for register and > values widths. In some cases, it would be desirable to be able to > customize the value width. > > For example, certain boards (like the ones manufactured by