From: brgl@bgdev.pl (Bartosz Golaszewski)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/4] ARM: davinci: remove the mach-specific aemif driver - part 1
Date: Mon, 19 Mar 2018 16:33:10 +0100 [thread overview]
Message-ID: <20180319153314.26120-1-brgl@bgdev.pl> (raw)
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
This is the first part of changes required to remove duplicate aemif
support from mach-davinci.
I actually noticed that one of my previous changes from 2017 broke nand
in legacy mode - the clock lookup no longer works. This series addresses
it as well.
First patch just uses a static string for the ti-aemif driver name.
The second adds support for board files to the aemif driver.
Last two add nand support to da850-lcdk in legacy mode and make
da850-evm use the platform driver instead of the mach-specific one.
If these patches get accepted, I'll prepere a follow-up moving all
other boards to the new platform driver.
This series applies on top of v8 of David Lechner's CCF series.
v1 -> v2:
- drop the first two patches, which are no longer needed with David's
psc driver
Bartosz Golaszewski (4):
memory: aemif: don't rely on kbuild for driver's name
memory: aemif: add support for board files
ARM: davinci: add aemif & nand support to da850-lcdk in legacy mode
ARM: davinci: use aemif platform driver in legacy mode for da850-evm
arch/arm/mach-davinci/board-da850-evm.c | 93 +++++++++++---------
arch/arm/mach-davinci/board-omapl138-hawk.c | 132 ++++++++++++++++++++++++++++
drivers/memory/ti-aemif.c | 59 ++++++++-----
include/linux/platform_data/ti-aemif.h | 9 ++
4 files changed, 230 insertions(+), 63 deletions(-)
--
2.16.1
next reply other threads:[~2018-03-19 15:33 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-19 15:33 Bartosz Golaszewski [this message]
2018-03-19 15:33 ` [PATCH v2 1/4] memory: aemif: don't rely on kbuild for driver's name Bartosz Golaszewski
2018-03-19 15:33 ` [PATCH v2 2/4] memory: aemif: add support for board files Bartosz Golaszewski
2018-03-19 15:33 ` [PATCH v2 3/4] ARM: davinci: add aemif & nand support to da850-lcdk in legacy mode Bartosz Golaszewski
2018-03-19 15:33 ` [PATCH v2 4/4] ARM: davinci: use aemif platform driver in legacy mode for da850-evm Bartosz Golaszewski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180319153314.26120-1-brgl@bgdev.pl \
--to=brgl@bgdev.pl \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).