All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] da850: DDR2/mDDR memory controller driver
@ 2016-10-24 16:46 ` Bartosz Golaszewski
  0 siblings, 0 replies; 24+ messages in thread
From: Bartosz Golaszewski @ 2016-10-24 16:46 UTC (permalink / raw)
  To: Kevin Hilman, Michael Turquette, Sekhar Nori, Rob Herring,
	Frank Rowand, Mark Rutland, Peter Ujfalusi, Russell King
  Cc: LKML, arm-soc, linux-drm, linux-devicetree, Jyri Sarha,
	Tomi Valkeinen, David Airlie, Laurent Pinchart,
	Bartosz Golaszewski

This is a follow-up for the series[1] adding new bus and memory drivers
to better support the TI LCD controller on the da850-lcdk board.

The general consensus of the discussion that followed was that DT is
not the right tool for this kind of SoC performance tweaks.

In order to avoid committing to stable DT bindings, we only introduce
two common properties (compatible and reg) while the configuration
register values are hard-coded for each board (currently only lcdk).

I'm sending a single patch this time as RFC to get some reviews and
see it the approach is viewed as correct.

[1] https://lkml.org/lkml/2016/10/17/613

Bartosz Golaszewski (1):
  ARM: memory: da8xx-ddrctl: new driver

 .../memory-controllers/ti-da8xx-ddrctl.txt         |  20 +++
 drivers/memory/Kconfig                             |   8 +
 drivers/memory/Makefile                            |   1 +
 drivers/memory/da8xx-ddrctl.c                      | 187 +++++++++++++++++++++
 4 files changed, 216 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/memory-controllers/ti-da8xx-ddrctl.txt
 create mode 100644 drivers/memory/da8xx-ddrctl.c

-- 
2.9.3

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

end of thread, other threads:[~2016-10-25 10:17 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-24 16:46 [RFC] da850: DDR2/mDDR memory controller driver Bartosz Golaszewski
2016-10-24 16:46 ` Bartosz Golaszewski
2016-10-24 16:46 ` Bartosz Golaszewski
2016-10-24 16:46 ` [RFC] ARM: memory: da8xx-ddrctl: new driver Bartosz Golaszewski
2016-10-24 16:46   ` Bartosz Golaszewski
2016-10-24 16:46   ` Bartosz Golaszewski
2016-10-24 17:00   ` Mark Rutland
2016-10-24 17:00     ` Mark Rutland
2016-10-24 17:00     ` Mark Rutland
2016-10-24 17:35     ` Kevin Hilman
2016-10-24 17:35       ` Kevin Hilman
2016-10-24 17:35       ` Kevin Hilman
2016-10-24 17:42       ` Mark Rutland
2016-10-24 17:42         ` Mark Rutland
2016-10-24 17:42         ` Mark Rutland
2016-10-24 18:41         ` Kevin Hilman
2016-10-24 18:41           ` Kevin Hilman
2016-10-24 18:41           ` Kevin Hilman
2016-10-24 18:52           ` Kevin Hilman
2016-10-24 18:52             ` Kevin Hilman
2016-10-24 18:52             ` Kevin Hilman
2016-10-25 10:17     ` Bartosz Golaszewski
2016-10-25 10:17       ` Bartosz Golaszewski
2016-10-25 10:17       ` Bartosz Golaszewski

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.