Re: [PATCH 0/5] Add a driver for the atmel ram controller

2014-07-07 Thread Boris BREZILLON
Hello Alexandre, On Mon, 7 Jul 2014 17:19:10 +0200 Alexandre Belloni wrote: > 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

[PATCH 0/5] Add a driver for the atmel ram controller

2014-07-07 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

[PATCH 0/5] Add a driver for the atmel ram controller

2014-07-07 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: [PATCH 0/5] Add a driver for the atmel ram controller

2014-07-07 Thread Boris BREZILLON
Hello Alexandre, On Mon, 7 Jul 2014 17:19:10 +0200 Alexandre Belloni alexandre.bell...@free-electrons.com wrote: 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