All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] Clean up mach/gpio.h headers
@ 2011-08-09  8:04 ` Russell King - ARM Linux
  0 siblings, 0 replies; 114+ messages in thread
From: Russell King - ARM Linux @ 2011-08-09  8:04 UTC (permalink / raw)
  To: linux-arm-kernel

This is a preliminary posting of my gpio patch set.

This patch series moves the trivial gpiolib implementations out of
mach/gpio.h and into asm/gpio.h.

As a side effect of that, most of this patch series is about fixing up
direct includes of mach/gpio.h - this is something I've been on at
people over the last year or more about ensuring that they use
linux/gpio.h in preference.  While I've blindly converted all arch/arm
to use linux/gpio.h (with the exception of mach/ includes which are
converted to asm/gpio.h), drivers were only converted to asm/gpio.h.
These should be reviewed and changed to linux/gpio.h.

As a result of this patch series, several mach/gpio.h end up being
empty.

Many others just contain platform private GPIO APIs and definitions.

The last thing which mach/gpio.h is used for is to provide a definition
for ARCH_GPIO_NR to asm-generic/gpio.h.  I've not attempted to solve
that issue yet.

A small number of platforms optimize the gpio accessors for on-SoC
GPIOs.  In the interests of consolidation, these will have to be killed
but this patch set does not do that yet.

Lastly, several {mach,plat}/gpio.h needs to be looked at with a view to
deleting the direct include of asm-generic/gpio.h.

^ permalink raw reply	[flat|nested] 114+ messages in thread

end of thread, other threads:[~2011-08-29 18:23 UTC | newest]

Thread overview: 114+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-09  8:04 [PATCH 00/13] Clean up mach/gpio.h headers Russell King - ARM Linux
2011-08-09  8:04 ` Russell King - ARM Linux
2011-08-09  8:04 ` Russell King - ARM Linux
2011-08-09  8:04 ` [PATCH 01/13] ARM: gpio: at91: remove redundant include of Russell King - ARM Linux
2011-08-09  8:04   ` [PATCH 01/13] ARM: gpio: at91: remove redundant include of mach/gpio.h Russell King - ARM Linux
2011-08-09  8:04   ` Russell King - ARM Linux
2011-08-09  8:05 ` [PATCH 02/13] ARM: gpio: convert includes of mach/gpio.h and Russell King - ARM Linux
2011-08-09  8:05   ` [PATCH 02/13] ARM: gpio: convert includes of mach/gpio.h and asm/gpio.h to linux/gpio.h Russell King - ARM Linux
2011-08-09  8:05   ` Russell King - ARM Linux
2011-08-09  8:05 ` [PATCH 03/13] ARM: gpio: omap: convert drivers to use asm/gpio.h Russell King - ARM Linux
2011-08-09  8:05   ` [PATCH 03/13] ARM: gpio: omap: convert drivers to use asm/gpio.h rather than mach/gpio.h Russell King - ARM Linux
2011-08-09  8:05   ` Russell King - ARM Linux
2011-08-29 18:20   ` Kevin Hilman
2011-08-29 18:20     ` Kevin Hilman
2011-08-29 18:20     ` Kevin Hilman
2011-08-09  8:05 ` [PATCH 04/13] ARM: gpio: at91: convert drivers to use asm/gpio.h Russell King - ARM Linux
2011-08-09  8:05   ` [PATCH 04/13] ARM: gpio: at91: convert drivers to use asm/gpio.h rather than mach/gpio.h Russell King - ARM Linux
2011-08-09  8:05   ` Russell King - ARM Linux
2011-08-09  8:06 ` [PATCH 05/13] ARM: gpio: nomadik: convert drivers to use asm/gpio.h Russell King - ARM Linux
2011-08-09  8:06   ` [PATCH 05/13] ARM: gpio: nomadik: convert drivers to use asm/gpio.h rather than mach/gpio.h Russell King - ARM Linux
2011-08-09  8:06   ` Russell King - ARM Linux
2011-08-09  8:06 ` [PATCH 06/13] ARM: gpio: davinci: convert drivers to use asm/gpio.h Russell King - ARM Linux
2011-08-09  8:06   ` [PATCH 06/13] ARM: gpio: davinci: convert drivers to use asm/gpio.h rather than mach/gpio.h Russell King - ARM Linux
2011-08-09  8:06   ` Russell King - ARM Linux
2011-08-09 12:06   ` [PATCH 06/13] ARM: gpio: davinci: convert drivers to use asm/gpio.h Sergei Shtylyov
2011-08-09 12:06     ` [PATCH 06/13] ARM: gpio: davinci: convert drivers to use asm/gpio.h rather than mach/gpio.h Sergei Shtylyov
2011-08-09 12:06     ` Sergei Shtylyov
2011-08-09 19:45     ` [PATCH 06/13] ARM: gpio: davinci: convert drivers to use Russell King - ARM Linux
2011-08-09 19:45       ` [PATCH 06/13] ARM: gpio: davinci: convert drivers to use asm/gpio.h rather than mach/gpio.h Russell King - ARM Linux
2011-08-09 19:45       ` Russell King - ARM Linux
2011-08-09  8:06 ` [PATCH 07/13] ARM: gpio: pnx4008: convert drivers to use asm/gpio.h Russell King - ARM Linux
2011-08-09  8:06   ` [PATCH 07/13] ARM: gpio: pnx4008: convert drivers to use asm/gpio.h rather than mach/gpio.h Russell King - ARM Linux
2011-08-09  8:06   ` Russell King - ARM Linux
2011-08-09  8:07 ` [PATCH 08/13] ARM: gpio: ixp2000: convert drivers to use asm/gpio.h Russell King - ARM Linux
2011-08-09  8:07   ` [PATCH 08/13] ARM: gpio: ixp2000: convert drivers to use asm/gpio.h rather than mach/gpio.h Russell King - ARM Linux
2011-08-09  8:07   ` Russell King - ARM Linux
2011-08-09  8:07 ` [PATCH 09/13] ARM: gpio: tegra: convert drivers to use asm/gpio.h Russell King - ARM Linux
2011-08-09  8:07   ` [PATCH 09/13] ARM: gpio: tegra: convert drivers to use asm/gpio.h rather than mach/gpio.h Russell King - ARM Linux
2011-08-09  8:07   ` Russell King - ARM Linux
2011-08-09  8:07 ` [PATCH 10/13] ARM: gpio: pxa: convert drivers to use asm/gpio.h Russell King - ARM Linux
2011-08-09  8:07   ` [PATCH 10/13] ARM: gpio: pxa: convert drivers to use asm/gpio.h rather than mach/gpio.h Russell King - ARM Linux
2011-08-09  8:07   ` Russell King - ARM Linux
2011-08-09  8:08 ` [PATCH 11/13] ARM: gpio: consolidate trivial gpiolib implementations Russell King - ARM Linux
2011-08-09  8:08   ` Russell King - ARM Linux
2011-08-09  8:08   ` Russell King - ARM Linux
2011-08-09 17:02   ` H Hartley Sweeten
2011-08-09 17:02   ` H Hartley Sweeten
2011-08-09 17:02   ` [PATCH 11/13] ARM: gpio: consolidate trivial gpiolib H Hartley Sweeten
2011-08-09 17:02     ` [PATCH 11/13] ARM: gpio: consolidate trivial gpiolib implementations H Hartley Sweeten
2011-08-09 17:02     ` H Hartley Sweeten
2011-08-09 17:02   ` H Hartley Sweeten
2011-08-09 17:59   ` [PATCH 11/13] ARM: gpio: consolidate trivial gpiolib David Brown
2011-08-09 17:59     ` [PATCH 11/13] ARM: gpio: consolidate trivial gpiolib implementations David Brown
2011-08-09 17:59     ` David Brown
2011-08-10  7:54   ` Linus Walleij
2011-08-10  7:54     ` Linus Walleij
2011-08-10  7:54     ` Linus Walleij
     [not found]   ` <E1QqhM1-0003af-U5-eh5Bv4kxaXIANfyc6IWni62ZND6+EDdj@public.gmane.org>
2011-08-11 11:47     ` Kukjin Kim
2011-08-11 11:47   ` [PATCH 11/13] ARM: gpio: consolidate trivial gpiolib Kukjin Kim
2011-08-11 11:47     ` [PATCH 11/13] ARM: gpio: consolidate trivial gpiolib implementations Kukjin Kim
2011-08-11 11:47     ` Kukjin Kim
2011-08-11 15:08     ` [PATCH 11/13] ARM: gpio: consolidate trivial gpiolib Russell King - ARM Linux
2011-08-11 15:08       ` [PATCH 11/13] ARM: gpio: consolidate trivial gpiolib implementations Russell King - ARM Linux
2011-08-11 15:08       ` Russell King - ARM Linux
2011-08-11 16:24       ` [PATCH 11/13] ARM: gpio: consolidate trivial gpiolib David Brown
2011-08-11 16:24         ` [PATCH 11/13] ARM: gpio: consolidate trivial gpiolib implementations David Brown
2011-08-11 16:24         ` David Brown
2011-08-11 14:15   ` [PATCH 11/13] ARM: gpio: consolidate trivial gpiolib Felipe Balbi
2011-08-11 14:15     ` [PATCH 11/13] ARM: gpio: consolidate trivial gpiolib implementations Felipe Balbi
2011-08-11 14:15     ` Felipe Balbi
2011-08-11 15:07     ` [PATCH 11/13] ARM: gpio: consolidate trivial gpiolib Russell King - ARM Linux
2011-08-11 15:07       ` [PATCH 11/13] ARM: gpio: consolidate trivial gpiolib implementations Russell King - ARM Linux
2011-08-11 15:07       ` Russell King - ARM Linux
2011-08-11 18:50       ` [PATCH 11/13] ARM: gpio: consolidate trivial gpiolib Felipe Balbi
2011-08-11 18:50         ` [PATCH 11/13] ARM: gpio: consolidate trivial gpiolib implementations Felipe Balbi
2011-08-11 18:50         ` Felipe Balbi
2011-08-12  5:54   ` [PATCH 11/13] ARM: gpio: consolidate trivial gpiolib Shawn Guo
2011-08-12  5:54     ` [PATCH 11/13] ARM: gpio: consolidate trivial gpiolib implementations Shawn Guo
2011-08-12  5:54     ` Shawn Guo
2011-08-29 18:23   ` Kevin Hilman
2011-08-29 18:23     ` Kevin Hilman
2011-08-29 18:23     ` Kevin Hilman
2011-08-09  8:08 ` [PATCH 12/13] ARM: gpio: consolidate gpio_to_irq Russell King - ARM Linux
2011-08-09  8:08   ` Russell King - ARM Linux
2011-08-09  8:08   ` Russell King - ARM Linux
     [not found]   ` <E1QqhMM-0003aj-C7-eh5Bv4kxaXIANfyc6IWni62ZND6+EDdj@public.gmane.org>
2011-08-11 11:58     ` Kukjin Kim
2011-08-11 11:58   ` Kukjin Kim
2011-08-11 11:58     ` Kukjin Kim
2011-08-11 11:58     ` Kukjin Kim
2011-08-09  8:08 ` [PATCH 13/13] ARM: gpio: make trivial GPIOLIB implementation the Russell King - ARM Linux
2011-08-09  8:08   ` [PATCH 13/13] ARM: gpio: make trivial GPIOLIB implementation the default Russell King - ARM Linux
2011-08-09  8:08   ` Russell King - ARM Linux
2011-08-09 17:04   ` H Hartley Sweeten
2011-08-09 17:04   ` H Hartley Sweeten
2011-08-09 17:04   ` [PATCH 13/13] ARM: gpio: make trivial GPIOLIB implementation H Hartley Sweeten
2011-08-09 17:04     ` [PATCH 13/13] ARM: gpio: make trivial GPIOLIB implementation the default H Hartley Sweeten
2011-08-09 17:04   ` H Hartley Sweeten
     [not found]   ` <E1QqhMg-0003an-GW-eh5Bv4kxaXIANfyc6IWni62ZND6+EDdj@public.gmane.org>
2011-08-09 17:04     ` H Hartley Sweeten
2011-08-11 12:02     ` Kukjin Kim
2011-08-11 12:02   ` [PATCH 13/13] ARM: gpio: make trivial GPIOLIB implementation the Kukjin Kim
2011-08-11 12:02     ` [PATCH 13/13] ARM: gpio: make trivial GPIOLIB implementation the default Kukjin Kim
2011-08-11 12:02     ` Kukjin Kim
2011-08-09  9:58 ` [PATCH 00/13] Clean up mach/gpio.h headers Jamie Iles
2011-08-09  9:58   ` Jamie Iles
2011-08-09  9:58   ` Jamie Iles
2011-08-09 21:00 ` Grant Likely
2011-08-09 21:00   ` Grant Likely
2011-08-09 21:00   ` Grant Likely
2011-08-09 21:32   ` Russell King - ARM Linux
2011-08-09 21:32     ` Russell King - ARM Linux
2011-08-09 21:32     ` Russell King - ARM Linux
2011-08-09 21:50     ` Grant Likely
2011-08-09 21:50       ` Grant Likely
2011-08-09 21:50       ` Grant Likely

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.