linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] memory: aemif: add support for machine code
@ 2018-04-19 15:12 Bartosz Golaszewski
  2018-04-19 15:12 ` [PATCH v2 1/2] memory: aemif: don't rely on kbuild for driver's name Bartosz Golaszewski
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Bartosz Golaszewski @ 2018-04-19 15:12 UTC (permalink / raw)
  To: Sekhar Nori, Kevin Hilman, Santosh Shilimkar
  Cc: linux-arm-kernel, linux-kernel, Bartosz Golaszewski

From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

This is a follow-up to the series that contained both changes to the
aemif driver and platform code. It contains only the driver changes.

As the first step in removing duplicate support for aemif from the
kernel we need to add support for board files to the aemif memory
driver.

First patch just uses a static string for the ti-aemif driver name.

The second adds support for board files to the aemif driver.

This series includes changes requested by Sekhar in his code review:
- made aemif the parent of each sub-device before registering it
- documented the new members in aemif_platform_data

v1 -> v2:
- actually iterate over abus entries instead of always accessing the
  first one

Bartosz Golaszewski (2):
  memory: aemif: don't rely on kbuild for driver's name
  memory: aemif: add support for board files

 drivers/memory/ti-aemif.c              | 60 +++++++++++++++++---------
 include/linux/platform_data/ti-aemif.h | 25 +++++++++++
 2 files changed, 64 insertions(+), 21 deletions(-)

-- 
2.17.0

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-04-24  8:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-19 15:12 [PATCH v2 0/2] memory: aemif: add support for machine code Bartosz Golaszewski
2018-04-19 15:12 ` [PATCH v2 1/2] memory: aemif: don't rely on kbuild for driver's name Bartosz Golaszewski
2018-04-19 15:12 ` [PATCH v2 2/2] memory: aemif: add support for board files Bartosz Golaszewski
2018-04-20 17:24 ` [PATCH v2 0/2] memory: aemif: add support for machine code santosh.shilimkar
2018-04-24  8:51   ` Sekhar Nori

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).