Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1512314
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/2] ARM: memory: da8xx-ddrctl: new driver |
| Date | 2016-10-31 05:30 +0100 |
| Message-ID | <sycop-5Ta-3@gated-at.bofh.it> (permalink) |
| References | <swAlb-6WH-3@gated-at.bofh.it> <swAlb-6WH-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH 1/2] ARM: memory: da8xx-ddrctl: new driver Rob Herring <robh@kernel.org> - 2016-10-31 05:30 +0100
csiph-web