From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH v2] i2c: core: make it possible to match a pure device tree driver Date: Wed, 22 May 2013 09:56:44 +0200 Message-ID: References: <1368476301-10495-1-git-send-email-linus.walleij@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: In-Reply-To: <1368476301-10495-1-git-send-email-linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> Sender: linux-i2c-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Wolfram Sang , "linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org" Cc: Linus Walleij , Rob Herring , Grant Likely List-Id: linux-i2c@vger.kernel.org On Mon, May 13, 2013 at 10:18 PM, Linus Walleij wrote: > This tries to address an issue found when writing an MFD driver > for the Nomadik STw481x PMICs: as the platform is using device > tree exclusively I want to specify the driver matching like > this: (...) > --- > ChangeLog v1->v2: > - Use of_match_device() to determine if there is a DT match in > the probe code. If there is a match we pass NULL for the > id_table match parameter. Ping on this. v2 should be doing what Grant suggested... Yours, Linus Walleij