Re: [PATCH 1/2] ARM: memory: da8xx-ddrctl: new driver

2016-10-30 Thread Rob Herring
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 > --- > .../memory-controllers/ti-da8xx-ddrctl.t

Re: [PATCH 1/2] ARM: memory: da8xx-ddrctl: new driver

2016-10-27 Thread Kevin Hilman
Bartosz Golaszewski writes: > 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 [...] > + for (; setting->name; setting++) { > + knob = da8xx_ddrctl_ma

[PATCH 1/2] ARM: memory: da8xx-ddrctl: new driver

2016-10-26 Thread Bartosz Golaszewski
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 --- .../memory-controllers/ti-da8xx-ddrctl.txt | 20 +++ drivers/memory/Kconfig | 8 +