Re: [PATCH 05/49] ARM: ux500: regulators: Add mask for configuration

2013-02-07 Thread Linus Walleij
On Wed, Feb 6, 2013 at 11:53 AM, Lee Jones wrote: > There is already before a register mask in the regulator driver > to allow some bits of a register to be initialized. The register > value is defined in the board configuration. This patch puts a > mask in the board configuration to specify whic

Re: [PATCH 05/49] ARM: ux500: regulators: Add mask for configuration

2013-02-07 Thread Mark Brown
On Wed, Feb 06, 2013 at 10:53:27AM +, Lee Jones wrote: > There is already before a register mask in the regulator driver > to allow some bits of a register to be initialized. The register > value is defined in the board configuration. This patch puts a > mask in the board configuration to speci

[PATCH 05/49] ARM: ux500: regulators: Add mask for configuration

2013-02-06 Thread Lee Jones
There is already before a register mask in the regulator driver to allow some bits of a register to be initialized. The register value is defined in the board configuration. This patch puts a mask in the board configuration to specify which bits should actually be altered. The purpose with this pat