Re: [PATCH v2 1/2] clk: at91: cleanup PMC header file for PCR register fields

2015-06-17 Thread Boris Brezillon
On Wed, 17 Jun 2015 14:40:38 +0200 Nicolas Ferre wrote: > Add _MASK and _OFFSET values and cleanup register fields layout. > > Signed-off-by: Nicolas Ferre Acked-by: Boris Brezillon > --- > drivers/clk/at91/clk-peripheral.c | 8 > include/linux/clk/at91_pmc.h | 14

[PATCH v2 1/2] clk: at91: cleanup PMC header file for PCR register fields

2015-06-17 Thread Nicolas Ferre
Add _MASK and _OFFSET values and cleanup register fields layout. Signed-off-by: Nicolas Ferre --- drivers/clk/at91/clk-peripheral.c | 8 include/linux/clk/at91_pmc.h | 14 ++ 2 files changed, 10 insertions(+), 12 deletions(-) diff --git

[PATCH v2 1/2] clk: at91: cleanup PMC header file for PCR register fields

2015-06-17 Thread Nicolas Ferre
Add _MASK and _OFFSET values and cleanup register fields layout. Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com --- drivers/clk/at91/clk-peripheral.c | 8 include/linux/clk/at91_pmc.h | 14 ++ 2 files changed, 10 insertions(+), 12 deletions(-) diff --git

Re: [PATCH v2 1/2] clk: at91: cleanup PMC header file for PCR register fields

2015-06-17 Thread Boris Brezillon
On Wed, 17 Jun 2015 14:40:38 +0200 Nicolas Ferre nicolas.fe...@atmel.com wrote: Add _MASK and _OFFSET values and cleanup register fields layout. Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com Acked-by: Boris Brezillon boris.brezil...@free-electrons.com ---