Re: [U-Boot] [PATCH v2] kirkwood_nand: claim MPP pins on the fly

2016-04-06 Thread Stefan Roese
On 05.04.2016 00:48, Scott Wood wrote: On 03/24/2016 03:40 AM, Stefan Roese wrote: On 02.02.2016 00:35, Chris Packham wrote: Claim the MPP pins for the NAND flash controller only when it's actually being used. This allows the pins to be shared with the SPI interface which already supports an eq

Re: [U-Boot] [PATCH v2] kirkwood_nand: claim MPP pins on the fly

2016-04-04 Thread Scott Wood
On 03/24/2016 03:40 AM, Stefan Roese wrote: > On 02.02.2016 00:35, Chris Packham wrote: >> Claim the MPP pins for the NAND flash controller only when it's actually >> being used. This allows the pins to be shared with the SPI interface >> which already supports an equivalent on-access MPP reconfigu

Re: [U-Boot] [PATCH v2] kirkwood_nand: claim MPP pins on the fly

2016-03-24 Thread Stefan Roese
On 02.02.2016 00:35, Chris Packham wrote: Claim the MPP pins for the NAND flash controller only when it's actually being used. This allows the pins to be shared with the SPI interface which already supports an equivalent on-access MPP reconfiguration. Reviewed-by: Mark Tomlinson Signed-off-by:

[U-Boot] [PATCH v2] kirkwood_nand: claim MPP pins on the fly

2016-02-01 Thread Chris Packham
Claim the MPP pins for the NAND flash controller only when it's actually being used. This allows the pins to be shared with the SPI interface which already supports an equivalent on-access MPP reconfiguration. Reviewed-by: Mark Tomlinson Signed-off-by: Chris Packham --- I haven't wrapped this wi