Re: [PATCH V2] regmap: of_regmap_get_endian() cleanup

2014-08-27 Thread Mark Brown
On Wed, Aug 27, 2014 at 03:14:21PM +0200, Geert Uytterhoeven wrote: > This morning I was greeted by some crashes, as your spi/for-next branch > has just pulled in spi/topic/fsl-dspi, which contains regmap/dt-endian, but > not the fixes :-( Yes, probably. signature.asc Description: Digital

Re: [PATCH V2] regmap: of_regmap_get_endian() cleanup

2014-08-27 Thread Geert Uytterhoeven
Hi Mark, On Tue, Aug 19, 2014 at 11:17 PM, Mark Brown wrote: > On Tue, Aug 19, 2014 at 10:49:07AM -0600, Stephen Warren wrote: >> From: Stephen Warren >> >> Commit d647c199510c ("regmap: add DT endianness binding support") had >> some issues. Commit ba1b53feb8ca ("regmap: Fix DT endianess

Re: [PATCH V2] regmap: of_regmap_get_endian() cleanup

2014-08-27 Thread Geert Uytterhoeven
Hi Mark, On Tue, Aug 19, 2014 at 11:17 PM, Mark Brown broo...@kernel.org wrote: On Tue, Aug 19, 2014 at 10:49:07AM -0600, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com Commit d647c199510c (regmap: add DT endianness binding support) had some issues. Commit ba1b53feb8ca

Re: [PATCH V2] regmap: of_regmap_get_endian() cleanup

2014-08-27 Thread Mark Brown
On Wed, Aug 27, 2014 at 03:14:21PM +0200, Geert Uytterhoeven wrote: This morning I was greeted by some crashes, as your spi/for-next branch has just pulled in spi/topic/fsl-dspi, which contains regmap/dt-endian, but not the fixes :-( Yes, probably. signature.asc Description: Digital

Re: [PATCH V2] regmap: of_regmap_get_endian() cleanup

2014-08-20 Thread Javier Martinez Canillas
Hello Stephen, On 08/19/2014 06:49 PM, Stephen Warren wrote: > From: Stephen Warren > > Commit d647c199510c ("regmap: add DT endianness binding support") had > some issues. Commit ba1b53feb8ca ("regmap: Fix DT endianess parsing > logic") fixed the main problem. This patch fixes the other. > >

Re: [PATCH V2] regmap: of_regmap_get_endian() cleanup

2014-08-20 Thread Javier Martinez Canillas
Hello Stephen, On 08/19/2014 06:49 PM, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com Commit d647c199510c (regmap: add DT endianness binding support) had some issues. Commit ba1b53feb8ca (regmap: Fix DT endianess parsing logic) fixed the main problem. This patch fixes the

Re: [PATCH V2] regmap: of_regmap_get_endian() cleanup

2014-08-19 Thread Mark Brown
On Tue, Aug 19, 2014 at 10:49:07AM -0600, Stephen Warren wrote: > From: Stephen Warren > > Commit d647c199510c ("regmap: add DT endianness binding support") had > some issues. Commit ba1b53feb8ca ("regmap: Fix DT endianess parsing > logic") fixed the main problem. This patch fixes the other.

[PATCH V2] regmap: of_regmap_get_endian() cleanup

2014-08-19 Thread Stephen Warren
From: Stephen Warren Commit d647c199510c ("regmap: add DT endianness binding support") had some issues. Commit ba1b53feb8ca ("regmap: Fix DT endianess parsing logic") fixed the main problem. This patch fixes the other. Specifically, restore the overall default of REGMAP_ENDIAN_BIG if none of

Re: [PATCH V2] regmap: of_regmap_get_endian() cleanup

2014-08-19 Thread Mark Brown
On Tue, Aug 19, 2014 at 10:49:07AM -0600, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com Commit d647c199510c (regmap: add DT endianness binding support) had some issues. Commit ba1b53feb8ca (regmap: Fix DT endianess parsing logic) fixed the main problem. This patch fixes the

[PATCH V2] regmap: of_regmap_get_endian() cleanup

2014-08-19 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com Commit d647c199510c (regmap: add DT endianness binding support) had some issues. Commit ba1b53feb8ca (regmap: Fix DT endianess parsing logic) fixed the main problem. This patch fixes the other. Specifically, restore the overall default of REGMAP_ENDIAN_BIG