All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH v2 0/4] ARM: davinci: remove the mach-specific aemif driver - part 1
@ 2018-04-17 10:29 ` Bartosz Golaszewski
  0 siblings, 0 replies; 36+ messages in thread
From: Bartosz Golaszewski @ 2018-04-17 10:29 UTC (permalink / raw)
  To: Sekhar Nori, Kevin Hilman, Russell King, Santosh Shilimkar
  Cc: linux-arm-kernel, linux-kernel, Bartosz Golaszewski

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

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

end of thread, other threads:[~2018-04-25  9:26 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-17 10:29 [RESEND PATCH v2 0/4] ARM: davinci: remove the mach-specific aemif driver - part 1 Bartosz Golaszewski
2018-04-17 10:29 ` Bartosz Golaszewski
2018-04-17 10:29 ` [RESEND PATCH v2 1/4] memory: aemif: don't rely on kbuild for driver's name Bartosz Golaszewski
2018-04-17 10:29   ` Bartosz Golaszewski
2018-04-17 10:29 ` [RESEND PATCH v2 2/4] memory: aemif: add support for board files Bartosz Golaszewski
2018-04-17 10:29   ` Bartosz Golaszewski
2018-04-17 13:57   ` Sekhar Nori
2018-04-17 13:57     ` Sekhar Nori
2018-04-17 10:29 ` [RESEND PATCH v2 3/4] ARM: davinci: add aemif & nand support to da850-lcdk in legacy mode Bartosz Golaszewski
2018-04-17 10:29   ` Bartosz Golaszewski
2018-04-17 14:09   ` Sekhar Nori
2018-04-17 14:09     ` Sekhar Nori
2018-04-25  9:14     ` Bartosz Golaszewski
2018-04-25  9:14       ` Bartosz Golaszewski
2018-04-25  9:20       ` Sekhar Nori
2018-04-25  9:20         ` Sekhar Nori
2018-04-17 10:29 ` [RESEND PATCH v2 4/4] ARM: davinci: use aemif platform driver in legacy mode for da850-evm Bartosz Golaszewski
2018-04-17 10:29   ` Bartosz Golaszewski
2018-04-17 14:12   ` Sekhar Nori
2018-04-17 14:12     ` Sekhar Nori
2018-04-25  9:26     ` Bartosz Golaszewski
2018-04-25  9:26       ` Bartosz Golaszewski
2018-04-17 10:53 ` [RESEND PATCH v2 0/4] ARM: davinci: remove the mach-specific aemif driver - part 1 Sekhar Nori
2018-04-17 10:53   ` Sekhar Nori
2018-04-17 12:36   ` Bartosz Golaszewski
2018-04-17 12:36     ` Bartosz Golaszewski
2018-04-17 12:41     ` Bartosz Golaszewski
2018-04-17 12:41       ` Bartosz Golaszewski
2018-04-17 13:59       ` Bartosz Golaszewski
2018-04-17 13:59         ` Bartosz Golaszewski
2018-04-17 17:29     ` Santosh Shilimkar
2018-04-17 17:29       ` Santosh Shilimkar
2018-04-18  8:17       ` Sekhar Nori
2018-04-18  8:17         ` Sekhar Nori
2018-04-18 17:15         ` Santosh Shilimkar
2018-04-18 17:15           ` Santosh Shilimkar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.