Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1558176
| From | Bartosz Golaszewski <bgolaszewski@baylibre.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH RESEND 0/2] ARM: davinci: improve the nand clock lookup |
| Date | 2017-01-13 11:10 +0100 |
| Message-ID | <sZ6Y1-80h-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Greg, Santosh acked patch 1/2, but suggested that it go through your tree. Can you pick it up for 4.11? Sekhar, will you pick up patch 2/2 for the davinci tree or should it go together with 1/2? --------- This is a follow-up to the series fixing the da850 clocks. Instead of having a half-measure of leaving out the dev_id from the clock lookup table, make the aemif driver capable of accessing it over platform data. Tested with da850-lcdk. Bartosz Golaszewski (2): memory: aemif: allow passing device lookup table as platform data ARM: da850: add the nand dev_id to the clock lookup table arch/arm/mach-davinci/da850.c | 10 +--------- arch/arm/mach-davinci/da8xx-dt.c | 12 +++++++++++- drivers/memory/ti-aemif.c | 8 +++++++- include/linux/platform_data/ti-aemif.h | 23 +++++++++++++++++++++++ 4 files changed, 42 insertions(+), 11 deletions(-) create mode 100644 include/linux/platform_data/ti-aemif.h -- 2.9.3
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH RESEND 0/2] ARM: davinci: improve the nand clock lookup Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2017-01-13 11:10 +0100
[PATCH RESEND 1/2] memory: aemif: allow passing device lookup table as platform data Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2017-01-13 11:10 +0100
Re: [PATCH RESEND 1/2] memory: aemif: allow passing device lookup table as platform data Santosh Shilimkar <santosh.shilimkar@oracle.com> - 2017-01-13 17:40 +0100
[PATCH RESEND 2/2] ARM: da850: add the nand dev_id to the clock lookup table Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2017-01-13 11:10 +0100
csiph-web