linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7 00/11] change pxa gpio to platform driver
@ 2011-11-09  2:47 Haojian Zhuang
  2011-11-09  2:47 ` [PATCH v7 01/11] ARM: mmp: fix build error on gpio Haojian Zhuang
                   ` (11 more replies)
  0 siblings, 12 replies; 27+ messages in thread
From: Haojian Zhuang @ 2011-11-09  2:47 UTC (permalink / raw)
  To: linux-arm-kernel

Changelog
v7:
    1. add clk_prepare() support in gpio-pxa.c.
v6:
    1. fix build issue in pxa910 since building gpio failure is found in
       mainline.
    2. merge two dependant patches (original v5 0005 and 0006) together.
    3. fix gpio bit issue in corgi and spitz.
    4. replace printk() with dev_err in clk patch.
v5:
    1. use generic gpio driver. So clean gpio-pxa.h and gpio-pxa.c again.
v4:
    1. append one patch for clean gpio macros and use function instead.
v3:
    1. Rebase on Russell's for-next branch.
    2. Add clock support.
    3. Move gpio edge detection initiliaztion of arch-mmp into gpio driver.

v2:
   1. Remove gpio.c from mach-pxa & mach-mmp that is introduced from v1.
   2. Remove init function in gpio.c. Move the platfrom_device_register()
      into platform driver.
   3. Initialize pxa_gpio_regs in gpio-pxa.c
   4. Simplify code of identifing pxa gpio series or mmp gpio series.
   5. Use linux/io.h instead of asm/io.h.

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

end of thread, other threads:[~2012-04-09  1:26 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-09  2:47 [PATCH v7 00/11] change pxa gpio to platform driver Haojian Zhuang
2011-11-09  2:47 ` [PATCH v7 01/11] ARM: mmp: fix build error on gpio Haojian Zhuang
2011-11-14  5:34   ` Eric Miao
2011-11-17 15:16   ` Arnd Bergmann
2011-11-17 15:33     ` Eric Miao
2011-11-17 17:00       ` Arnd Bergmann
2011-11-17 17:04         ` Russell King - ARM Linux
2011-11-09  2:47 ` [PATCH v7 02/11] ARM: pxa: rename IRQ_GPIO to PXA_GPIO_TO_IRQ Haojian Zhuang
2011-11-09  2:47 ` [PATCH v7 03/11] ARM: pxa: use chained interrupt for GPIO0 and GPIO1 Haojian Zhuang
2011-11-09  2:47 ` [PATCH v7 04/11] ARM: pxa: rename gpio_to_irq and irq_to_gpio Haojian Zhuang
2011-11-14 10:09   ` Russell King - ARM Linux
2011-11-14 10:28     ` Haojian Zhuang
2011-11-14 10:32       ` Russell King - ARM Linux
2011-11-14 10:34         ` Haojian Zhuang
2011-11-14 10:37           ` Russell King - ARM Linux
2011-11-09  2:47 ` [PATCH v7 05/11] ARM: pxa: recognize gpio number and type Haojian Zhuang
2011-11-09  2:47 ` [PATCH v7 06/11] ARM: pxa: rename NR_BUILTIN_GPIO Haojian Zhuang
2011-11-09  2:47 ` [PATCH v7 07/11] ARM: pxa: use little endian read write in gpio driver Haojian Zhuang
2011-11-09  2:47 ` [PATCH v7 08/11] ARM: pxa: use generic gpio operation instead of gpio register Haojian Zhuang
2011-11-09  2:47 ` [PATCH v7 09/11] ARM: pxa: change gpio to platform device Haojian Zhuang
2012-04-06  4:04   ` Chris Ball
2012-04-06  4:49     ` Chris Ball
2012-04-06  5:55       ` Haojian Zhuang
2012-04-09  1:26         ` Chris Ball
2011-11-09  2:47 ` [PATCH v7 10/11] ARM: mmp: clear gpio edge detect Haojian Zhuang
2011-11-09  2:47 ` [PATCH v7 11/11] ARM: pxa: add clk support in gpio driver Haojian Zhuang
2011-11-14 10:33 ` [PATCH v7 00/11] change pxa gpio to platform driver Russell King - ARM Linux

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).