Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1512314 > unrolled thread
| Started by | Rob Herring <robh@kernel.org> |
|---|---|
| First post | 2016-10-31 05:30 +0100 |
| Last post | 2016-10-31 05:30 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 1/2] ARM: memory: da8xx-ddrctl: new driver Rob Herring <robh@kernel.org> - 2016-10-31 05:30 +0100
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Date | 2016-10-31 05:30 +0100 |
| Subject | Re: [PATCH 1/2] ARM: memory: da8xx-ddrctl: new driver |
| Message-ID | <sycop-5Ta-3@gated-at.bofh.it> |
On Wed, Oct 26, 2016 at 07:35:54PM +0200, Bartosz Golaszewski wrote: > Create a new driver for the da8xx DDR2/mDDR controller and implement > support for writing to the Peripheral Bus Burst Priority Register. > > Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> > --- > .../memory-controllers/ti-da8xx-ddrctl.txt | 20 +++ Acked-by: Rob Herring <robh@kernel.org> > drivers/memory/Kconfig | 8 + > drivers/memory/Makefile | 1 + > drivers/memory/da8xx-ddrctl.c | 175 +++++++++++++++++++++ > 4 files changed, 204 insertions(+) > create mode 100644 Documentation/devicetree/bindings/memory-controllers/ti-da8xx-ddrctl.txt > create mode 100644 drivers/memory/da8xx-ddrctl.c
Back to top | Article view | linux.kernel
csiph-web