From mboxrd@z Thu Jan 1 00:00:00 1970 From: zhangfei Subject: Re: [PATCH v3 1/2] i2c: designware: use module_platform_driver Date: Wed, 19 Jun 2013 09:00:02 +0800 Message-ID: <51C10292.9000906@linaro.org> References: <1370918230-24793-1-git-send-email-zhangfei.gao@linaro.org> <1370918230-24793-2-git-send-email-zhangfei.gao@linaro.org> <20130618162711.GG7718@katana> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20130618162711.GG7718@katana> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Wolfram Sang Cc: Dirk Brandewie , baruch@tkos.co.il, devicetree-discuss@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On 13-06-19 12:27 AM, Wolfram Sang wrote: > On Tue, Jun 11, 2013 at 10:37:09AM +0800, Zhangfei Gao wrote: >> Instead of use platform_driver_probe, use module_platform_driver >> To support deferred probing >> Also subsys_initcall may too early to auto set pinctl >> >> Signed-off-by: Zhangfei Gao >> CC: Baruch Siach > > Basically OK, but please resend for 3.12, so we get enough testing > before entering mainline. I am a bit anxious of side > effects and 3.11 is too near. > Dear Wolfram, Sorry for the silly question: How to be prepared for 3.12? Do you mean there is specific git & branch, which I should rebase on? linux-next.git is what I use now. Thanks