Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | memory: da8xx-ddrctl: drop the call to of_flat_dt_get_machine_name() | Bartosz Golaszewski | 2016-11-23 | 1 | -3/+1 |
| | | | | | | | | In order to avoid a section mismatch drop the call to of_flat_dt_get_machine_name() when printing the error message. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com> | ||||
* | memory: davinci: add support for da8xx DDR2/mDDR controller | Bartosz Golaszewski | 2016-11-14 | 1 | -0/+175 |
Create a new driver for the da8xx DDR2/mDDR controller and implement support for writing to the Peripheral Bus Burst Priority Register. Reviewed-by: Kevin Hilman <khilman@baylibre.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> [nsekhar@ti.com: subject line adjustment] Signed-off-by: Sekhar Nori <nsekhar@ti.com> |