Re: [PATCH v3] mtd: atmel_nand: move the hsmc_clk from nfc node to nand node

2016-02-25 Thread Alexandre Belloni
On 25/02/2016 at 10:31:39 -0800, Brian Norris wrote : > + devicetree, Boris > > Convenient you left devicetree off, since I expect you'd get a hearty NAK > from them... > > On Tue, Feb 23, 2016 at 11:49:31AM +0100, Nicolas Ferre wrote: > > Le 23/02/2016 07:00, Wenyou Yang a écrit : > > > From: Jo

Re: [PATCH v3] mtd: atmel_nand: move the hsmc_clk from nfc node to nand node

2016-02-25 Thread Brian Norris
+ devicetree, Boris Convenient you left devicetree off, since I expect you'd get a hearty NAK from them... On Tue, Feb 23, 2016 at 11:49:31AM +0100, Nicolas Ferre wrote: > Le 23/02/2016 07:00, Wenyou Yang a écrit : > > From: Josh Wu > > > > For SAMA5D3, SAMA5D4 SoC family, PMECC becomes a part

Re: [PATCH v3] mtd: atmel_nand: move the hsmc_clk from nfc node to nand node

2016-02-23 Thread Nicolas Ferre
Le 23/02/2016 07:00, Wenyou Yang a écrit : > From: Josh Wu > > For SAMA5D3, SAMA5D4 SoC family, PMECC becomes a part of HSMC, they > need the HSMC clock enabled to work. > The NFC is a sub feature for current nand driver, it can be disabled. > But if HSMC clock is controlled by NFC, so disable NF

[PATCH v3] mtd: atmel_nand: move the hsmc_clk from nfc node to nand node

2016-02-22 Thread Wenyou Yang
From: Josh Wu For SAMA5D3, SAMA5D4 SoC family, PMECC becomes a part of HSMC, they need the HSMC clock enabled to work. The NFC is a sub feature for current nand driver, it can be disabled. But if HSMC clock is controlled by NFC, so disable NFC will also disable the HSMC clock. then, it will make