* [PATCH 00/19] GPIO exodus and cleanup
@ 2011-08-10 12:16 Linus Walleij
2011-08-17 9:01 ` Russell King - ARM Linux
0 siblings, 1 reply; 10+ messages in thread
From: Linus Walleij @ 2011-08-10 12:16 UTC (permalink / raw)
To: linux-arm-kernel
From: Linus Walleij <linus.walleij@linaro.org>
The following patch set is rebased on top of Russell's
13 cleanup patches and can be finalized as soon as there
is a branch in RMKs tree that can accumulate this work.
Ideas:
- Move all GPIO drivers to drivers/gpio/gpio-<foo> so the
GPIO maintainer can deal with consolidating them
- Break <[mach|plat]/gpio.h> apart - <mach/gpio.h> is for
generic GPIO and gpiolib *only*, whereas <mach/gpio-foo.h>
is for the platform and driver to use.
- For ixp200 and pnx4008 the <mach/gpio.h> was only really
a custom header without any generic GPIO or gpiolib, so just
rename it and get rid of it.
- Delete irq_to_gpio where not used
For the movement patches it'd great to have the GPIO
maintainers ACK.
Linus Walleij (19):
plat-nomadik: break out GPIO driver specifics
mach-u300: break out GPIO driver specifics
mach-u300: delete irq_to_gpio() function
mach-ks8695: move GPIO driver to GPIO subsystem
mach-ks8695: break out GPIO driver specifics
mach-ks8695: fix GPIO LEDs
mach-davinci: move GPIO driver to GPIO subsystem
mach-davinci: move DaVinci TNET GPIO driver to GPIO subsystem
mach-davinci: break out GPIO driver specifics
mach-ep93xx: break out GPIO driver specifics
mach-ixp2000: rename GPIO header
mach-lpc32xx: move LPC32XX GPIO driver to GPIO subsystem
mach-lpc32xx: break out GPIO driver specifics
plat-pxa: move PXA GPIO driver to GPIO subsystem
plat-pxa: break out GPIO driver specifics
mach-pnx4008: move PNX4008 GPIO driver to GPIO subsystem
mach-pnx4008: rename GPIO header
mach-sa1100: move SA1100 GPIO driver to GPIO subsystem
mach-sa1100: delete irq_to_gpio() function
arch/arm/mach-davinci/Makefile | 3 +-
arch/arm/mach-davinci/da830.c | 1 +
arch/arm/mach-davinci/da850.c | 1 +
arch/arm/mach-davinci/dm355.c | 2 +-
arch/arm/mach-davinci/dm365.c | 3 +-
arch/arm/mach-davinci/dm644x.c | 2 +-
arch/arm/mach-davinci/dm646x.c | 2 +-
arch/arm/mach-davinci/gpio-tnetv107x.c | 205 ---------
arch/arm/mach-davinci/gpio.c | 458 ---------------------
arch/arm/mach-davinci/include/mach/gpio-davinci.h | 91 ++++
arch/arm/mach-davinci/include/mach/gpio.h | 76 +----
arch/arm/mach-davinci/tnetv107x.c | 1 +
arch/arm/mach-ep93xx/core.c | 1 +
arch/arm/mach-ep93xx/edb93xx.c | 1 +
arch/arm/mach-ep93xx/include/mach/gpio-ep93xx.h | 100 +++++
arch/arm/mach-ep93xx/include/mach/gpio.h | 97 +----
arch/arm/mach-ep93xx/simone.c | 2 +-
arch/arm/mach-ep93xx/snappercl15.c | 2 +-
arch/arm/mach-ixp2000/core.c | 2 +
arch/arm/mach-ixp2000/include/mach/gpio-ixp2000.h | 48 +++
arch/arm/mach-ixp2000/include/mach/gpio.h | 48 ---
arch/arm/mach-ixp2000/ixdp2x00.c | 1 +
arch/arm/mach-ks8695/Makefile | 2 +-
arch/arm/mach-ks8695/board-acs5k.c | 1 +
arch/arm/mach-ks8695/board-dsm320.c | 1 +
arch/arm/mach-ks8695/board-micrel.c | 1 +
arch/arm/mach-ks8695/devices.c | 1 +
arch/arm/mach-ks8695/gpio.c | 318 --------------
arch/arm/mach-ks8695/include/mach/gpio-ks8695.h | 39 ++
arch/arm/mach-ks8695/include/mach/gpio.h | 27 --
arch/arm/mach-ks8695/leds.c | 1 +
arch/arm/mach-lpc32xx/Makefile | 2 +-
arch/arm/mach-lpc32xx/gpiolib.c | 446 --------------------
arch/arm/mach-lpc32xx/include/mach/gpio-lpc32xx.h | 50 +++
arch/arm/mach-lpc32xx/include/mach/gpio.h | 52 ---
arch/arm/mach-lpc32xx/phy3250.c | 1 +
arch/arm/mach-mmp/aspenite.c | 1 +
arch/arm/mach-mmp/brownstone.c | 1 -
arch/arm/mach-mmp/gplugd.c | 2 +-
arch/arm/mach-mmp/include/mach/gpio-pxa.h | 30 ++
arch/arm/mach-mmp/include/mach/gpio.h | 23 -
arch/arm/mach-mmp/jasper.c | 1 -
arch/arm/mach-mmp/mmp2.c | 2 +-
arch/arm/mach-mmp/pxa168.c | 2 +-
arch/arm/mach-mmp/pxa910.c | 2 +-
arch/arm/mach-mmp/tavorevb.c | 1 +
arch/arm/mach-nomadik/board-nhk8815.c | 1 +
arch/arm/mach-nomadik/cpu-8815.c | 2 +-
arch/arm/mach-nomadik/i2c-8815nhk.c | 2 +-
arch/arm/mach-pnx4008/Makefile | 2 +-
arch/arm/mach-pnx4008/gpio.c | 328 ---------------
arch/arm/mach-pnx4008/include/mach/gpio-pnx4008.h | 241 +++++++++++
arch/arm/mach-pnx4008/include/mach/gpio.h | 241 -----------
arch/arm/mach-pnx4008/serial.c | 2 +-
arch/arm/mach-pxa/cm-x255.c | 1 -
arch/arm/mach-pxa/include/mach/gpio-pxa.h | 133 ++++++
arch/arm/mach-pxa/include/mach/gpio.h | 110 +-----
arch/arm/mach-pxa/include/mach/littleton.h | 2 +-
arch/arm/mach-pxa/irq.c | 2 +-
arch/arm/mach-pxa/mfp-pxa2xx.c | 1 +
arch/arm/mach-pxa/pxa25x.c | 1 +
arch/arm/mach-pxa/pxa27x.c | 1 +
arch/arm/mach-pxa/pxa3xx.c | 2 +-
arch/arm/mach-pxa/pxa95x.c | 2 +-
arch/arm/mach-pxa/saarb.c | 1 +
arch/arm/mach-sa1100/Makefile | 2 +-
arch/arm/mach-sa1100/gpio.c | 64 ---
arch/arm/mach-sa1100/include/mach/gpio.h | 2 -
arch/arm/mach-u300/include/mach/gpio-u300.h | 253 ++++++++++++
arch/arm/mach-u300/include/mach/gpio.h | 258 +------------
arch/arm/mach-u300/mmc.c | 2 +-
arch/arm/mach-ux500/board-mop500-pins.c | 2 +-
arch/arm/mach-ux500/board-mop500.c | 1 +
arch/arm/mach-ux500/board-u5500-sdi.c | 2 +-
arch/arm/mach-ux500/board-u5500.c | 2 +-
arch/arm/mach-ux500/cpu-db5500.c | 2 +-
arch/arm/mach-ux500/cpu-db8500.c | 2 +-
arch/arm/mach-ux500/devices-common.c | 2 +-
arch/arm/plat-nomadik/include/plat/gpio-nomadik.h | 85 ++++
arch/arm/plat-nomadik/include/plat/gpio.h | 69 ---
arch/arm/plat-pxa/Makefile | 1 -
arch/arm/plat-pxa/gpio.c | 336 ---------------
arch/arm/plat-pxa/include/plat/gpio-pxa.h | 44 ++
arch/arm/plat-pxa/include/plat/gpio.h | 40 +--
drivers/gpio/Makefile | 8 +-
drivers/gpio/gpio-davinci.c | 458 +++++++++++++++++++++
drivers/gpio/gpio-ks8695.c | 319 ++++++++++++++
drivers/gpio/gpio-lpc32xx.c | 446 ++++++++++++++++++++
drivers/gpio/gpio-nomadik.c | 1 +
drivers/gpio/gpio-pnx4008.c | 328 +++++++++++++++
drivers/gpio/gpio-pxa.c | 338 +++++++++++++++
drivers/gpio/gpio-sa1100.c | 63 +++
drivers/gpio/gpio-tnetv107x.c | 205 +++++++++
drivers/gpio/gpio-u300.c | 1 +
drivers/i2c/busses/i2c-ixp2000.c | 2 +-
95 files changed, 3348 insertions(+), 3219 deletions(-)
delete mode 100644 arch/arm/mach-davinci/gpio-tnetv107x.c
delete mode 100644 arch/arm/mach-davinci/gpio.c
create mode 100644 arch/arm/mach-davinci/include/mach/gpio-davinci.h
create mode 100644 arch/arm/mach-ep93xx/include/mach/gpio-ep93xx.h
create mode 100644 arch/arm/mach-ixp2000/include/mach/gpio-ixp2000.h
delete mode 100644 arch/arm/mach-ixp2000/include/mach/gpio.h
delete mode 100644 arch/arm/mach-ks8695/gpio.c
create mode 100644 arch/arm/mach-ks8695/include/mach/gpio-ks8695.h
delete mode 100644 arch/arm/mach-lpc32xx/gpiolib.c
create mode 100644 arch/arm/mach-lpc32xx/include/mach/gpio-lpc32xx.h
create mode 100644 arch/arm/mach-mmp/include/mach/gpio-pxa.h
delete mode 100644 arch/arm/mach-pnx4008/gpio.c
create mode 100644 arch/arm/mach-pnx4008/include/mach/gpio-pnx4008.h
delete mode 100644 arch/arm/mach-pnx4008/include/mach/gpio.h
create mode 100644 arch/arm/mach-pxa/include/mach/gpio-pxa.h
delete mode 100644 arch/arm/mach-sa1100/gpio.c
create mode 100644 arch/arm/mach-u300/include/mach/gpio-u300.h
create mode 100644 arch/arm/plat-nomadik/include/plat/gpio-nomadik.h
delete mode 100644 arch/arm/plat-pxa/gpio.c
create mode 100644 arch/arm/plat-pxa/include/plat/gpio-pxa.h
create mode 100644 drivers/gpio/gpio-davinci.c
create mode 100644 drivers/gpio/gpio-ks8695.c
create mode 100644 drivers/gpio/gpio-lpc32xx.c
create mode 100644 drivers/gpio/gpio-pnx4008.c
create mode 100644 drivers/gpio/gpio-pxa.c
create mode 100644 drivers/gpio/gpio-sa1100.c
create mode 100644 drivers/gpio/gpio-tnetv107x.c
--
1.7.3.2
^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH 00/19] GPIO exodus and cleanup
2011-08-10 12:16 [PATCH 00/19] GPIO exodus and cleanup Linus Walleij
@ 2011-08-17 9:01 ` Russell King - ARM Linux
2011-08-17 9:37 ` Linus Walleij
0 siblings, 1 reply; 10+ messages in thread
From: Russell King - ARM Linux @ 2011-08-17 9:01 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Aug 10, 2011 at 02:16:04PM +0200, Linus Walleij wrote:
> The following patch set is rebased on top of Russell's
> 13 cleanup patches and can be finalized as soon as there
> is a branch in RMKs tree that can accumulate this work.
If Grant acks the relevant ones, they can go to the patch system and
merged into that branch.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH 00/19] GPIO exodus and cleanup
2011-08-17 9:01 ` Russell King - ARM Linux
@ 2011-08-17 9:37 ` Linus Walleij
2011-08-19 12:45 ` Linus Walleij
0 siblings, 1 reply; 10+ messages in thread
From: Linus Walleij @ 2011-08-17 9:37 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Aug 17, 2011 at 11:01 AM, Russell King - ARM Linux
<linux@arm.linux.org.uk> wrote:
> On Wed, Aug 10, 2011 at 02:16:04PM +0200, Linus Walleij wrote:
>> The following patch set is rebased on top of Russell's
>> 13 cleanup patches and can be finalized as soon as there
>> is a branch in RMKs tree that can accumulate this work.
>
> If Grant acks the relevant ones, they can go to the patch system and
> merged into that branch.
Thanks that'd be smooth.
Grant can you N/ACK the patches you consider relevant for
the GPIO subsystem?
I'll send out a new patch set since I've included a patch from
Hartley fixing up the ep93xx gpiolib to be self-contained.
Thanks,
Linus Walleij
^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH 00/19] GPIO exodus and cleanup
2011-08-17 9:37 ` Linus Walleij
@ 2011-08-19 12:45 ` Linus Walleij
2011-08-21 7:09 ` Grant Likely
0 siblings, 1 reply; 10+ messages in thread
From: Linus Walleij @ 2011-08-19 12:45 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Aug 17, 2011 at 11:37 AM, Linus Walleij
<linus.walleij@linaro.org> wrote:
> On Wed, Aug 17, 2011 at 11:01 AM, Russell King - ARM Linux
> <linux@arm.linux.org.uk> wrote:
>> On Wed, Aug 10, 2011 at 02:16:04PM +0200, Linus Walleij wrote:
>>> The following patch set is rebased on top of Russell's
>>> 13 cleanup patches and can be finalized as soon as there
>>> is a branch in RMKs tree that can accumulate this work.
>>
>> If Grant acks the relevant ones, they can go to the patch system and
>> merged into that branch.
>
> Thanks that'd be smooth.
>
> Grant can you N/ACK the patches you consider relevant for
> the GPIO subsystem?
Ping on this, on monday I'll pretend it's no big deal and pour them
into Russells patch tracker anyway, since he's managing more than
half of the kernels GPIO code in arch/arm/* anyway.
Thanks,
Linus Walleij
^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH 00/19] GPIO exodus and cleanup
2011-08-19 12:45 ` Linus Walleij
@ 2011-08-21 7:09 ` Grant Likely
2011-08-22 7:53 ` Linus Walleij
0 siblings, 1 reply; 10+ messages in thread
From: Grant Likely @ 2011-08-21 7:09 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Aug 19, 2011 at 5:45 AM, Linus Walleij <linus.walleij@linaro.org> wrote:
> On Wed, Aug 17, 2011 at 11:37 AM, Linus Walleij
> <linus.walleij@linaro.org> wrote:
>> On Wed, Aug 17, 2011 at 11:01 AM, Russell King - ARM Linux
>> <linux@arm.linux.org.uk> wrote:
>>> On Wed, Aug 10, 2011 at 02:16:04PM +0200, Linus Walleij wrote:
>>>> The following patch set is rebased on top of Russell's
>>>> 13 cleanup patches and can be finalized as soon as there
>>>> is a branch in RMKs tree that can accumulate this work.
>>>
>>> If Grant acks the relevant ones, they can go to the patch system and
>>> merged into that branch.
>>
>> Thanks that'd be smooth.
>>
>> Grant can you N/ACK the patches you consider relevant for
>> the GPIO subsystem?
>
> Ping on this, on monday I'll pretend it's no big deal and pour them
> into Russells patch tracker anyway, since he's managing more than
> half of the kernels GPIO code in arch/arm/* anyway.
If Russell is okay with it, then go ahead and merge it. I'm being
pretty liberal about GPIO driver moves. I'm fine with them getting
cleaned up after the drivers/gpio move.
g.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH 00/19] GPIO exodus and cleanup
2011-08-21 7:09 ` Grant Likely
@ 2011-08-22 7:53 ` Linus Walleij
2011-08-22 8:27 ` Russell King - ARM Linux
0 siblings, 1 reply; 10+ messages in thread
From: Linus Walleij @ 2011-08-22 7:53 UTC (permalink / raw)
To: linux-arm-kernel
On Sun, Aug 21, 2011 at 9:09 AM, Grant Likely <grant.likely@secretlab.ca> wrote:
> On Fri, Aug 19, 2011 at 5:45 AM, Linus Walleij <linus.walleij@linaro.org> wrote:
>> Ping on this, on monday I'll pretend it's no big deal and pour them
>> into Russells patch tracker anyway, since he's managing more than
>> half of the kernels GPIO code in arch/arm/* anyway.
>
> If Russell is okay with it, then go ahead and merge it. ?I'm being
> pretty liberal about GPIO driver moves. ?I'm fine with them getting
> cleaned up after the drivers/gpio move.
Okay! Russell I've put them into your patch tracker as patches
7032/1 thru 7050/1 so you can pick and choose. I've rebased on
top of what's in -next hoping that the stuff there affecting these
file will mainly be identical to what's on your "gpio" branch.
Tell me if I should rebase on something specific or if there are
any problems.
Once this lands in -next I will take another round over arch/arm/*
and see if I can find more movement/split/cleanup items like these.
Thanks,
Linus Walleij
^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH 00/19] GPIO exodus and cleanup
2011-08-22 7:53 ` Linus Walleij
@ 2011-08-22 8:27 ` Russell King - ARM Linux
2011-08-22 9:24 ` Russell King - ARM Linux
2011-08-22 9:48 ` Linus Walleij
0 siblings, 2 replies; 10+ messages in thread
From: Russell King - ARM Linux @ 2011-08-22 8:27 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Aug 22, 2011 at 09:53:48AM +0200, Linus Walleij wrote:
> On Sun, Aug 21, 2011 at 9:09 AM, Grant Likely <grant.likely@secretlab.ca> wrote:
> > On Fri, Aug 19, 2011 at 5:45 AM, Linus Walleij <linus.walleij@linaro.org> wrote:
> >> Ping on this, on monday I'll pretend it's no big deal and pour them
> >> into Russells patch tracker anyway, since he's managing more than
> >> half of the kernels GPIO code in arch/arm/* anyway.
> >
> > If Russell is okay with it, then go ahead and merge it. ?I'm being
> > pretty liberal about GPIO driver moves. ?I'm fine with them getting
> > cleaned up after the drivers/gpio move.
>
> Okay! Russell I've put them into your patch tracker as patches
> 7032/1 thru 7050/1 so you can pick and choose. I've rebased on
> top of what's in -next hoping that the stuff there affecting these
> file will mainly be identical to what's on your "gpio" branch.
>
> Tell me if I should rebase on something specific or if there are
> any problems.
I've applied as many as I can, but 7042/1, 7046/1, 7047/1 and 7048/1
failed:
Patching 7042/1...
git apply --whitespace=fix -p1 --index --check > /tmp/pdb.26923 2>&1 exited with non-zero status: 256
error: patch failed: drivers/gpio/gpio-ep93xx.c:24
error: drivers/gpio/gpio-ep93xx.c: patch does not apply
Patching 7046/1...
git apply --whitespace=fix -p1 --index --check > /tmp/pdb.26923 2>&1 exited with non-zero status: 256
error: patch failed: arch/arm/mach-mmp/gplugd.c:9
error: arch/arm/mach-mmp/gplugd.c: patch does not apply
error: drivers/gpio/gpio-pxa.c: does not exist in index
Patching 7047/1...
git apply --whitespace=fix -p1 --index --check > /tmp/pdb.26923 2>&1 exited with non-zero status: 256
error: patch failed: drivers/gpio/Makefile:40
error: drivers/gpio/Makefile: patch does not apply
Patching 7048/1...
git apply --whitespace=fix -p1 --index --check > /tmp/pdb.26923 2>&1 exited with non-zero status: 256
error: drivers/gpio/gpio-pnx4008.c: does not exist in index
It looks like there are changes to these in other trees which conflict.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH 00/19] GPIO exodus and cleanup
2011-08-22 8:27 ` Russell King - ARM Linux
@ 2011-08-22 9:24 ` Russell King - ARM Linux
2011-08-22 9:48 ` Linus Walleij
2011-08-22 9:48 ` Linus Walleij
1 sibling, 1 reply; 10+ messages in thread
From: Russell King - ARM Linux @ 2011-08-22 9:24 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Aug 22, 2011 at 09:27:00AM +0100, Russell King - ARM Linux wrote:
> On Mon, Aug 22, 2011 at 09:53:48AM +0200, Linus Walleij wrote:
> > On Sun, Aug 21, 2011 at 9:09 AM, Grant Likely <grant.likely@secretlab.ca> wrote:
> > > On Fri, Aug 19, 2011 at 5:45 AM, Linus Walleij <linus.walleij@linaro.org> wrote:
> > >> Ping on this, on monday I'll pretend it's no big deal and pour them
> > >> into Russells patch tracker anyway, since he's managing more than
> > >> half of the kernels GPIO code in arch/arm/* anyway.
> > >
> > > If Russell is okay with it, then go ahead and merge it. ?I'm being
> > > pretty liberal about GPIO driver moves. ?I'm fine with them getting
> > > cleaned up after the drivers/gpio move.
> >
> > Okay! Russell I've put them into your patch tracker as patches
> > 7032/1 thru 7050/1 so you can pick and choose. I've rebased on
> > top of what's in -next hoping that the stuff there affecting these
> > file will mainly be identical to what's on your "gpio" branch.
> >
> > Tell me if I should rebase on something specific or if there are
> > any problems.
>
> I've applied as many as I can, but 7042/1, 7046/1, 7047/1 and 7048/1
> failed:
>
> Patching 7042/1...
> git apply --whitespace=fix -p1 --index --check > /tmp/pdb.26923 2>&1 exited with non-zero status: 256
> error: patch failed: drivers/gpio/gpio-ep93xx.c:24
> error: drivers/gpio/gpio-ep93xx.c: patch does not apply
> Patching 7046/1...
> git apply --whitespace=fix -p1 --index --check > /tmp/pdb.26923 2>&1 exited with non-zero status: 256
> error: patch failed: arch/arm/mach-mmp/gplugd.c:9
> error: arch/arm/mach-mmp/gplugd.c: patch does not apply
> error: drivers/gpio/gpio-pxa.c: does not exist in index
> Patching 7047/1...
> git apply --whitespace=fix -p1 --index --check > /tmp/pdb.26923 2>&1 exited with non-zero status: 256
> error: patch failed: drivers/gpio/Makefile:40
> error: drivers/gpio/Makefile: patch does not apply
> Patching 7048/1...
> git apply --whitespace=fix -p1 --index --check > /tmp/pdb.26923 2>&1 exited with non-zero status: 256
> error: drivers/gpio/gpio-pnx4008.c: does not exist in index
>
> It looks like there are changes to these in other trees which conflict.
Looking through the gpio.h files, plat-nomadik's is virtually empty
except for a copyright, ifdef and include of linux/kernel.h - can it
be killed off entirely now?
^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH 00/19] GPIO exodus and cleanup
2011-08-22 8:27 ` Russell King - ARM Linux
2011-08-22 9:24 ` Russell King - ARM Linux
@ 2011-08-22 9:48 ` Linus Walleij
1 sibling, 0 replies; 10+ messages in thread
From: Linus Walleij @ 2011-08-22 9:48 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Aug 22, 2011 at 10:27 AM, Russell King - ARM Linux
<linux@arm.linux.org.uk> wrote:
> [Me]
>> Tell me if I should rebase on something specific or if there are
>> any problems.
>
> I've applied as many as I can, but 7042/1, 7046/1, 7047/1 and 7048/1
> failed:
Since I worked on top of -next that would seem to indicate that there will
be colissions with one or other tree so I'd say let's hold these back FTM.
I'll track them for the next merge window or so.
Thanks Russell!
Linus Walleij
^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH 00/19] GPIO exodus and cleanup
2011-08-22 9:24 ` Russell King - ARM Linux
@ 2011-08-22 9:48 ` Linus Walleij
0 siblings, 0 replies; 10+ messages in thread
From: Linus Walleij @ 2011-08-22 9:48 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Aug 22, 2011 at 11:24 AM, Russell King - ARM Linux
<linux@arm.linux.org.uk> wrote:
> Looking through the gpio.h files, plat-nomadik's is virtually empty
> except for a copyright, ifdef and include of linux/kernel.h - can it
> be killed off entirely now?
I'll look into it ASAP.
Thanks,
Linus Walleij
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2011-08-22 9:48 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-10 12:16 [PATCH 00/19] GPIO exodus and cleanup Linus Walleij
2011-08-17 9:01 ` Russell King - ARM Linux
2011-08-17 9:37 ` Linus Walleij
2011-08-19 12:45 ` Linus Walleij
2011-08-21 7:09 ` Grant Likely
2011-08-22 7:53 ` Linus Walleij
2011-08-22 8:27 ` Russell King - ARM Linux
2011-08-22 9:24 ` Russell King - ARM Linux
2011-08-22 9:48 ` Linus Walleij
2011-08-22 9:48 ` Linus Walleij
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).