All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 00/12] enhance DT support on gpio pxa
@ 2013-02-25  3:49 Haojian Zhuang
  2013-02-25  3:49 ` [PATCH v5 01/12] gpio: pxa: identify ed mask reg with platform data Haojian Zhuang
                   ` (12 more replies)
  0 siblings, 13 replies; 18+ messages in thread
From: Haojian Zhuang @ 2013-02-25  3:49 UTC (permalink / raw)
  To: linux-arm-kernel

Changelog:

v5:
* Replace of_find_property() by of_property_read_bool().
* Rename __gpio_is_occupied() & __gpio_is_inverted().
* Avoid to use pxachip as variable name. Use chip instead.

v4:
* Re-oragnize these patches.
* Append document for new properties binding.
* Discard the full support on irq domain. It will be appended in other
  series.

v3:
* Fix the gpio irq issue on legacy platform.
* Discard irq_base & use irq domain instead in pxa_gpio_chip structure.
* Update DTS file since it's depend on latest pinctrl single driver.

v2:
* Fix the build issue without CONFIG_OF
* Append to check PINCTRL_SINGLE because of arch pxa not moved to DT
* Use bool for inverted, ed_mask, gafr variable

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

end of thread, other threads:[~2013-03-04  0:57 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-25  3:49 [PATCH v5 00/12] enhance DT support on gpio pxa Haojian Zhuang
2013-02-25  3:49 ` [PATCH v5 01/12] gpio: pxa: identify ed mask reg with platform data Haojian Zhuang
2013-03-02  9:52   ` Grant Likely
2013-03-04  0:52     ` Haojian Zhuang
2013-02-25  3:49 ` [PATCH v5 02/12] gpio: pxa: clean code with same variable name Haojian Zhuang
2013-02-25  3:49 ` [PATCH v5 03/12] gpio: pxa: rename function name Haojian Zhuang
2013-02-25  3:49 ` [PATCH v5 04/12] gpio: pxa: use platform data for gpio inverted Haojian Zhuang
2013-02-25  3:49 ` [PATCH v5 05/12] gpio: pxa: remove gpio_type Haojian Zhuang
2013-02-25  3:49 ` [PATCH v5 06/12] gpio: pxa: define nr gpios in platform data Haojian Zhuang
2013-02-25  3:49 ` [PATCH v5 07/12] gpio: pxa: add irq base " Haojian Zhuang
2013-02-25  3:49 ` [PATCH v5 08/12] document: devicetree: add properties in mrvl gpio Haojian Zhuang
2013-02-25  3:49 ` [PATCH v5 09/12] gpio: pxa: remove arch related macro Haojian Zhuang
2013-02-25  3:49 ` [PATCH v5 10/12] gpio: pxa: move gpio properties into child node Haojian Zhuang
2013-02-25  3:49 ` [PATCH v5 11/12] gpio: pxa: bind to pinctrl by request Haojian Zhuang
2013-02-25  3:49 ` [PATCH v5 12/12] ARM: dts: support pinmux in pxa910 Haojian Zhuang
2013-03-01  0:52   ` Linus Walleij
2013-03-01  0:49 ` [PATCH v5 00/12] enhance DT support on gpio pxa Linus Walleij
2013-03-04  0:57   ` Haojian Zhuang

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.