From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757430AbcHWIUf (ORCPT ); Tue, 23 Aug 2016 04:20:35 -0400 Received: from mail-wm0-f53.google.com ([74.125.82.53]:37270 "EHLO mail-wm0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756805AbcHWIUc (ORCPT ); Tue, 23 Aug 2016 04:20:32 -0400 Subject: Re: [PATCH 05/13] scpi: move of_match table before probe functions To: Sudeep Holla , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <1471515066-3626-1-git-send-email-narmstrong@baylibre.com> <1471515066-3626-6-git-send-email-narmstrong@baylibre.com> Cc: linux-amlogic@lists.infradead.org, khilman@baylibre.com, heiko@sntech.de, wxt@rock-chips.com, frank.wang@rock-chips.com From: Neil Armstrong Organization: Baylibre Message-ID: <833d9cf4-9eca-a8b5-96d5-5ccab159929e@baylibre.com> Date: Tue, 23 Aug 2016 10:20:28 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/19/2016 06:24 PM, Sudeep Holla wrote: > > > On 18/08/16 11:10, Neil Armstrong wrote: >> Move the of_match table to prapre adding new compatible strings, with >> match data in order to be used by the probe function. >> > > I understand the need of this change, but can be part of the patch > introducing the need for this. > Yes, but I did not want to pollute the next patch, I'll merge them for v2. Neil