From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752704AbeDQK31 (ORCPT ); Tue, 17 Apr 2018 06:29:27 -0400 Received: from mail-wr0-f194.google.com ([209.85.128.194]:36569 "EHLO mail-wr0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752592AbeDQK3Y (ORCPT ); Tue, 17 Apr 2018 06:29:24 -0400 X-Google-Smtp-Source: AIpwx48D95Hk2fcDL4ePnQoyKykQMM3cKLn358u4jZT3I8ASOLKkQqQt43HhUTTYT5pshKYBbFaFLw== From: Bartosz Golaszewski To: Sekhar Nori , Kevin Hilman , Russell King , Santosh Shilimkar Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Bartosz Golaszewski Subject: [RESEND PATCH v2 0/4] ARM: davinci: remove the mach-specific aemif driver - part 1 Date: Tue, 17 Apr 2018 12:29:13 +0200 Message-Id: <20180417102917.7794-1-brgl@bgdev.pl> X-Mailer: git-send-email 2.17.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Bartosz Golaszewski 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