From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751102AbdAMQhF (ORCPT ); Fri, 13 Jan 2017 11:37:05 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:49126 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751010AbdAMQg6 (ORCPT ); Fri, 13 Jan 2017 11:36:58 -0500 Subject: Re: [PATCH RESEND 1/2] memory: aemif: allow passing device lookup table as platform data To: Greg Kroah-Hartman References: <1484301626-30345-1-git-send-email-bgolaszewski@baylibre.com> <1484301626-30345-2-git-send-email-bgolaszewski@baylibre.com> Cc: Bartosz Golaszewski , Sekhar Nori , Kevin Hilman , Russell King , LKML , arm-soc From: Santosh Shilimkar Organization: Oracle Corporation Message-ID: <95240fc2-c4d7-1cd8-64b8-6e3b89b9a2e2@oracle.com> Date: Fri, 13 Jan 2017 08:36:29 -0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <1484301626-30345-2-git-send-email-bgolaszewski@baylibre.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: userv0021.oracle.com [156.151.31.71] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg, On 1/13/2017 2:00 AM, Bartosz Golaszewski wrote: > TI aemif driver creates its own subnodes of the device tree in order > to guarantee that all child devices are probed after the AEMIF timing > parameters are configured. > > Some devices (e.g. da850) use struct of_dev_auxdata for clock lookup > but nodes created from within the aemif driver can't access the lookup > table. > > Create a platform data structure that holds a pointer to > of_dev_auxdata so that we can use it with of_platform_populate(). > > Signed-off-by: Bartosz Golaszewski > Acked-by: Sekhar Nori > Acked-by: Santosh Shilimkar > --- Can you please take this one patch via your driver core ? Regards, Santosh From mboxrd@z Thu Jan 1 00:00:00 1970 From: santosh.shilimkar@oracle.com (Santosh Shilimkar) Date: Fri, 13 Jan 2017 08:36:29 -0800 Subject: [PATCH RESEND 1/2] memory: aemif: allow passing device lookup table as platform data In-Reply-To: <1484301626-30345-2-git-send-email-bgolaszewski@baylibre.com> References: <1484301626-30345-1-git-send-email-bgolaszewski@baylibre.com> <1484301626-30345-2-git-send-email-bgolaszewski@baylibre.com> Message-ID: <95240fc2-c4d7-1cd8-64b8-6e3b89b9a2e2@oracle.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Greg, On 1/13/2017 2:00 AM, Bartosz Golaszewski wrote: > TI aemif driver creates its own subnodes of the device tree in order > to guarantee that all child devices are probed after the AEMIF timing > parameters are configured. > > Some devices (e.g. da850) use struct of_dev_auxdata for clock lookup > but nodes created from within the aemif driver can't access the lookup > table. > > Create a platform data structure that holds a pointer to > of_dev_auxdata so that we can use it with of_platform_populate(). > > Signed-off-by: Bartosz Golaszewski > Acked-by: Sekhar Nori > Acked-by: Santosh Shilimkar > --- Can you please take this one patch via your driver core ? Regards, Santosh