Re: [PATCH 2/3] mtd: brcmnand: Request and enable the clock if present

2015-12-02 Thread Brian Norris
Hi Simon, On Wed, Dec 02, 2015 at 11:42:44PM +, Simon Arlott wrote: > Attempt to enable a clock named "nand" as some SoCs have a clock for the > controller that needs to be enabled. > > Signed-off-by: Simon Arlott > --- > drivers/mtd/nand/brcmnand/brcmnand.c | 69 >

[PATCH 2/3] mtd: brcmnand: Request and enable the clock if present

2015-12-02 Thread Simon Arlott
Attempt to enable a clock named "nand" as some SoCs have a clock for the controller that needs to be enabled. Signed-off-by: Simon Arlott --- drivers/mtd/nand/brcmnand/brcmnand.c | 69 1 file changed, 54 insertions(+), 15 deletions(-) diff --git a/drivers/mt