[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180417102917.7794-1-brgl@bgdev.pl>
Date: Tue, 17 Apr 2018 12:29:13 +0200
From: Bartosz Golaszewski <brgl@...ev.pl>
To: Sekhar Nori <nsekhar@...com>, Kevin Hilman <khilman@...nel.org>,
Russell King <linux@...linux.org.uk>,
Santosh Shilimkar <ssantosh@...nel.org>
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Bartosz Golaszewski <bgolaszewski@...libre.com>
Subject: [RESEND PATCH v2 0/4] ARM: davinci: remove the mach-specific aemif driver - part 1
From: Bartosz Golaszewski <bgolaszewski@...libre.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.17.0
Powered by blists - more mailing lists