Re: [PATCH v2 1/6] ARM: at91: add TCB registers definitions

2018-01-07 Thread Philippe Ombredanne
On Fri, Jan 5, 2018 at 3:30 PM, Alexandre Belloni wrote: > Add registers and bits definitions for the timer counter blocks found on > Atmel ARM SoCs. > > Signed-off-by: Alexandre Belloni > --- >

Re: [PATCH v2 1/6] ARM: at91: add TCB registers definitions

2018-01-07 Thread Philippe Ombredanne
On Fri, Jan 5, 2018 at 3:30 PM, Alexandre Belloni wrote: > Add registers and bits definitions for the timer counter blocks found on > Atmel ARM SoCs. > > Signed-off-by: Alexandre Belloni > --- > include/soc/at91/atmel_tcb.h | 229 > +++ > 1 file changed,

[PATCH v2 1/6] ARM: at91: add TCB registers definitions

2018-01-05 Thread Alexandre Belloni
Add registers and bits definitions for the timer counter blocks found on Atmel ARM SoCs. Signed-off-by: Alexandre Belloni --- include/soc/at91/atmel_tcb.h | 229 +++ 1 file changed, 229 insertions(+) create mode

[PATCH v2 1/6] ARM: at91: add TCB registers definitions

2018-01-05 Thread Alexandre Belloni
Add registers and bits definitions for the timer counter blocks found on Atmel ARM SoCs. Signed-off-by: Alexandre Belloni --- include/soc/at91/atmel_tcb.h | 229 +++ 1 file changed, 229 insertions(+) create mode 100644 include/soc/at91/atmel_tcb.h diff