Re: [PATCHv2 0/6] Add a driver for the atmel ram controller

2014-07-08 Thread Nicolas Ferre
On 08/07/2014 18:21, Alexandre Belloni : > The atmel ram controller needs one or more clocks to work. For now the > CLK_IGNORE_UNUSED flag is used on those clocks. This patch set introduce a > driver that will take care of taking those clocks. > > The final goal is also to move the ioremap done

[PATCHv2 0/6] Add a driver for the atmel ram controller

2014-07-08 Thread Alexandre Belloni
The atmel ram controller needs one or more clocks to work. For now the CLK_IGNORE_UNUSED flag is used on those clocks. This patch set introduce a driver that will take care of taking those clocks. The final goal is also to move the ioremap done in mach-at91 to that driver with a proper power

[PATCHv2 0/6] Add a driver for the atmel ram controller

2014-07-08 Thread Alexandre Belloni
The atmel ram controller needs one or more clocks to work. For now the CLK_IGNORE_UNUSED flag is used on those clocks. This patch set introduce a driver that will take care of taking those clocks. The final goal is also to move the ioremap done in mach-at91 to that driver with a proper power

Re: [PATCHv2 0/6] Add a driver for the atmel ram controller

2014-07-08 Thread Nicolas Ferre
On 08/07/2014 18:21, Alexandre Belloni : The atmel ram controller needs one or more clocks to work. For now the CLK_IGNORE_UNUSED flag is used on those clocks. This patch set introduce a driver that will take care of taking those clocks. The final goal is also to move the ioremap done in