From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawn.guo@freescale.com (Shawn Guo) Date: Fri, 29 Jul 2011 09:51:18 +0800 Subject: [PATCH 0/2] Add device tree probe for i2c-imx driver In-Reply-To: <20110722021524.GG26837@S2100-06.ap.freescale.net> References: <1310659425-17499-1-git-send-email-shawn.guo@linaro.org> <20110722021524.GG26837@S2100-06.ap.freescale.net> Message-ID: <20110729015116.GA1946@S2100-06.ap.freescale.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Ping ... On Fri, Jul 22, 2011 at 10:15:25AM +0800, Shawn Guo wrote: > Hi Ben, > > Any comments, or it's been good for you to queue them for v3.1 window? > > Regards, > Shawn > > On Fri, Jul 15, 2011 at 12:03:43AM +0800, Shawn Guo wrote: > > The first patch removes unused init/exit hooks from platform data, > > and the second one actually adds the actual device tree probe support. > > > > Shawn Guo (2): > > i2c/imx: remove init/exit hooks from platform data > > i2c/imx: add device tree probe support > > > > .../devicetree/bindings/i2c/fsl-imx-i2c.txt | 25 +++++++++++ > > arch/arm/plat-mxc/include/mach/i2c.h | 4 -- > > drivers/i2c/busses/i2c-imx.c | 46 +++++++++---------- > > 3 files changed, 47 insertions(+), 28 deletions(-) -- Regards, Shawn