From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934586AbdADKgU (ORCPT ); Wed, 4 Jan 2017 05:36:20 -0500 Received: from mail-wm0-f46.google.com ([74.125.82.46]:33048 "EHLO mail-wm0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757074AbdADKgT (ORCPT ); Wed, 4 Jan 2017 05:36:19 -0500 From: Bartosz Golaszewski To: Sekhar Nori , Kevin Hilman , Russell King , Santosh Shilimkar Cc: arm-soc , LKML , Bartosz Golaszewski Subject: [PATCH 0/2] ARM: davinci: improve the nand clock lookup Date: Wed, 4 Jan 2017 11:36:05 +0100 Message-Id: <1483526167-24209-1-git-send-email-bgolaszewski@baylibre.com> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Sekhar, this is a follow-up to the series fixing the da850 clocks. Instead of having a half-measure of leaving out the dev_id from the clock lookup table, make the aemif driver capable of accessing it over platform data. Tested with da850-lcdk. Bartosz Golaszewski (2): memory: aemif: allow passing device lookup table as platform data ARM: da850: add the nand dev_id to the clock lookup table arch/arm/mach-davinci/da850.c | 10 +--------- arch/arm/mach-davinci/da8xx-dt.c | 12 +++++++++++- drivers/memory/ti-aemif.c | 8 +++++++- include/linux/platform_data/ti-aemif.h | 23 +++++++++++++++++++++++ 4 files changed, 42 insertions(+), 11 deletions(-) create mode 100644 include/linux/platform_data/ti-aemif.h -- 2.9.3