Message ID | 20130503105234.6e9c8aa5ed2784bbe084caa8@canb.auug.org.au (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi Guys, On Fri, 3 May 2013 10:52:34 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote: > > I currently have 3 merge fix patches for the gen-cpio tree: > > gen-gpio: GPIOLIB merge fix up > merge fix for Convert selectors of GENERIC_GPIO to GPIOLIB > merge fix 2 for Convert selectors of GENERIC_GPIO to GPIOLIB > > I have attached them. All three are now applicable to Linus' tree. Just to absolutely clear, I *do not* expect either of you to rebase your trees or backmerge Linus' tree to fix these, I *do* expect whoever send this stuff to Linus to mention the necessary fixes to him.
On Fri, May 3, 2013 at 2:03 AM, Stephen Rothwell <sfr@canb.auug.org.au> wrote: > Hi Guys, > > On Fri, 3 May 2013 10:52:34 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote: >> >> I currently have 3 merge fix patches for the gen-cpio tree: >> >> gen-gpio: GPIOLIB merge fix up >> merge fix for Convert selectors of GENERIC_GPIO to GPIOLIB >> merge fix 2 for Convert selectors of GENERIC_GPIO to GPIOLIB >> >> I have attached them. All three are now applicable to Linus' tree. > > Just to absolutely clear, I *do not* expect either of you to rebase your > trees or backmerge Linus' tree to fix these, I *do* expect whoever send > this stuff to Linus to mention the necessary fixes to him. Yes, that is exactly what I'm going to do g.
From fca3f55cd845c7640ef80e85a169fa7225bfd8ed Mon Sep 17 00:00:00 2001 From: Stephen Rothwell <sfr@canb.auug.org.au> Date: Thu, 18 Apr 2013 17:08:14 +1000 Subject: [PATCH] merge fix 2 for Convert selectors of GENERIC_GPIO to GPIOLIB Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> --- drivers/i2c/muxes/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c/muxes/Kconfig b/drivers/i2c/muxes/Kconfig index b5329b0..f7f9865 100644 --- a/drivers/i2c/muxes/Kconfig +++ b/drivers/i2c/muxes/Kconfig @@ -7,7 +7,7 @@ menu "Multiplexer I2C Chip support" config I2C_ARB_GPIO_CHALLENGE tristate "GPIO-based I2C arbitration" - depends on GENERIC_GPIO && OF + depends on GPIOLIB && OF help If you say yes to this option, support will be included for an I2C multimaster arbitration scheme using GPIOs and a challenge & -- 1.8.1