Re: [PATCH v1 2/2] mtd: mtk-nor: add suspend/resume support

2017-10-24 Thread Cyrille Pitchen
Le 21/09/2017 à 14:45, Guochun Mao a écrit : > Abstract functions of clock setting, to avoid duplicated code, > these functions been used in new feature. > Implement suspend/resume functions. > > Signed-off-by: Guochun Mao Applied to the spi-nor/next branch of l2-mtd

Re: [PATCH v1 2/2] mtd: mtk-nor: add suspend/resume support

2017-10-24 Thread Cyrille Pitchen
Le 21/09/2017 à 14:45, Guochun Mao a écrit : > Abstract functions of clock setting, to avoid duplicated code, > these functions been used in new feature. > Implement suspend/resume functions. > > Signed-off-by: Guochun Mao Applied to the spi-nor/next branch of l2-mtd Thanks! > --- >

Re: [PATCH v1 2/2] mtd: mtk-nor: add suspend/resume support

2017-10-10 Thread Guochun Mao
gentle ping... On Thu, 2017-09-21 at 20:45 +0800, Guochun Mao wrote: > Abstract functions of clock setting, to avoid duplicated code, > these functions been used in new feature. > Implement suspend/resume functions. > > Signed-off-by: Guochun Mao > --- >

Re: [PATCH v1 2/2] mtd: mtk-nor: add suspend/resume support

2017-10-10 Thread Guochun Mao
gentle ping... On Thu, 2017-09-21 at 20:45 +0800, Guochun Mao wrote: > Abstract functions of clock setting, to avoid duplicated code, > these functions been used in new feature. > Implement suspend/resume functions. > > Signed-off-by: Guochun Mao > --- > drivers/mtd/spi-nor/mtk-quadspi.c |

[PATCH v1 2/2] mtd: mtk-nor: add suspend/resume support

2017-09-21 Thread Guochun Mao
Abstract functions of clock setting, to avoid duplicated code, these functions been used in new feature. Implement suspend/resume functions. Signed-off-by: Guochun Mao --- drivers/mtd/spi-nor/mtk-quadspi.c | 70 ++--- 1 file changed,

[PATCH v1 2/2] mtd: mtk-nor: add suspend/resume support

2017-09-21 Thread Guochun Mao
Abstract functions of clock setting, to avoid duplicated code, these functions been used in new feature. Implement suspend/resume functions. Signed-off-by: Guochun Mao --- drivers/mtd/spi-nor/mtk-quadspi.c | 70 ++--- 1 file changed, 58 insertions(+), 12