All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Add a driver for the atmel ram controller
@ 2014-07-07 15:19 ` Alexandre Belloni
  0 siblings, 0 replies; 28+ messages in thread
From: Alexandre Belloni @ 2014-07-07 15:19 UTC (permalink / raw)
  To: Nicolas Ferre
  Cc: Jean-Christophe Plagniol-Villard, Boris Brezillon, linux-kernel,
	linux-arm-kernel, 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 management driver.

Alexandre Belloni (5):
  memory: add a driver for atmel ram controllers
  ARM: at91: select ATMEL_RAMC when using OF
  ARM: at91/dt: sama5d3: define mpddr clock and ramc clocks
  ARM: at91/dt: at91sam9: use ddrck in ramc
  clk: at91: remove the useless CLK_IGNORE_UNUSED flag

 .../devicetree/bindings/arm/atmel-at91.txt         |  1 +
 arch/arm/boot/dts/at91sam9n12.dtsi                 |  2 +
 arch/arm/boot/dts/at91sam9x5.dtsi                  |  2 +
 arch/arm/boot/dts/sama5d3.dtsi                     |  9 +-
 arch/arm/mach-at91/Kconfig                         |  4 +
 drivers/clk/at91/clk-system.c                      |  8 +-
 drivers/memory/Kconfig                             |  8 ++
 drivers/memory/Makefile                            |  1 +
 drivers/memory/atmel-ramc.c                        | 96 ++++++++++++++++++++++
 9 files changed, 123 insertions(+), 8 deletions(-)
 create mode 100644 drivers/memory/atmel-ramc.c

-- 
1.9.1


^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2014-07-08  7:55 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-07 15:19 [PATCH 0/5] Add a driver for the atmel ram controller Alexandre Belloni
2014-07-07 15:19 ` Alexandre Belloni
2014-07-07 15:19 ` [PATCH 1/5] memory: add a driver for atmel ram controllers Alexandre Belloni
2014-07-07 15:19   ` Alexandre Belloni
2014-07-07 15:46   ` Boris BREZILLON
2014-07-07 15:46     ` Boris BREZILLON
2014-07-07 17:56     ` Alexandre Belloni
2014-07-07 17:56       ` Alexandre Belloni
2014-07-07 18:33   ` Jean-Christophe PLAGNIOL-VILLARD
2014-07-07 18:33     ` Jean-Christophe PLAGNIOL-VILLARD
2014-07-07 19:44     ` Alexandre Belloni
2014-07-07 19:44       ` Alexandre Belloni
2014-07-07 15:19 ` [PATCH 2/5] ARM: at91: select ATMEL_RAMC when using OF Alexandre Belloni
2014-07-07 15:19   ` Alexandre Belloni
2014-07-07 15:19 ` [PATCH 3/5] ARM: at91/dt: sama5d3: define mpddr clock and ramc clocks Alexandre Belloni
2014-07-07 15:19   ` Alexandre Belloni
2014-07-07 18:32   ` Jean-Christophe PLAGNIOL-VILLARD
2014-07-07 18:32     ` Jean-Christophe PLAGNIOL-VILLARD
2014-07-07 19:55     ` Alexandre Belloni
2014-07-07 19:55       ` Alexandre Belloni
2014-07-08  7:51       ` Maxime Ripard
2014-07-08  7:51         ` Maxime Ripard
2014-07-07 15:19 ` [PATCH 4/5] ARM: at91/dt: at91sam9: use ddrck in ramc Alexandre Belloni
2014-07-07 15:19   ` Alexandre Belloni
2014-07-07 15:19 ` [PATCH 5/5] clk: at91: remove the useless CLK_IGNORE_UNUSED flag Alexandre Belloni
2014-07-07 15:19   ` Alexandre Belloni
2014-07-07 17:03 ` [PATCH 0/5] Add a driver for the atmel ram controller Boris BREZILLON
2014-07-07 17:03   ` Boris BREZILLON

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.