|
|
Subscribe / Log in / New account

da850: DDR2/mDDR memory controller driver

From:  Bartosz Golaszewski <bgolaszewski-AT-baylibre.com>
To:  Kevin Hilman <khilman-AT-baylibre.com>, Michael Turquette <mturquette-AT-baylibre.com>, Sekhar Nori <nsekhar-AT-ti.com>, Rob Herring <robh+dt-AT-kernel.org>, Frank Rowand <frowand.list-AT-gmail.com>, Mark Rutland <mark.rutland-AT-arm.com>, Peter Ujfalusi <peter.ujfalusi-AT-ti.com>, Russell King <linux-AT-armlinux.org.uk>
Subject:  [RFC] da850: DDR2/mDDR memory controller driver
Date:  Mon, 24 Oct 2016 18:46:35 +0200
Message-ID:  <1477327596-16060-1-git-send-email-bgolaszewski@baylibre.com>
Cc:  LKML <linux-kernel-AT-vger.kernel.org>, arm-soc <linux-arm-kernel-AT-lists.infradead.org>, linux-drm <dri-devel-AT-lists.freedesktop.org>, linux-devicetree <devicetree-AT-vger.kernel.org>, Jyri Sarha <jsarha-AT-ti.com>, Tomi Valkeinen <tomi.valkeinen-AT-ti.com>, David Airlie <airlied-AT-linux.ie>, Laurent Pinchart <laurent.pinchart-AT-ideasonboard.com>, Bartosz Golaszewski <bgolaszewski-AT-baylibre.com>

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



Copyright © 2016, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds