linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv3 0/3] Enable Quark X1000 support in gpio-sch
@ 2014-10-16  3:51 Chang Rebecca Swee Fun
  2014-10-16  3:51 ` [PATCHv3 1/3] gpio: sch: Consolidate similar algorithms Chang Rebecca Swee Fun
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Chang Rebecca Swee Fun @ 2014-10-16  3:51 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Mika Westerberg, Chang Rebecca Swee Fun,
	GPIO Subsystem Mailing List, Linux Kernel Mailing List,
	Denis Turischev

Hi,

This is a revised version for enabling Quark X1000 in gpio-sch.

Change log for V3:
The patches had been rebased on "devel" branch and it has dependency on
Mika Westerberg's commit at: https://lkml.org/lkml/2014/9/16/213

Patch 3:
- Change variable type of irq_support to bool.
- Update error message and remove redundant code.
- Revert gpiochip_remove() to avoid it to return a value.

The changes had been verified by passing build test and functional test
on Intel Galileo board.

Thank you.
Regards,
Rebecca

Change log for V2:
Patch 1:
- Move sch_gpio_get() and sch_gpio_set() to avoid forward declaration.
- Changed sch_gpio_enable()/sch_gpio_disable() to sch_gpio_register_set()/
  sch_gpio_register_clear().

Patch 3:
- Changed all sch_gpio_enable()/sch_gpio_disable() to sch_gpio_register_set()/
  sch_gpio_register_clear().

Version 1:
Initial version.

Chang Rebecca Swee Fun (3):
  gpio: sch: Consolidate similar algorithms
  gpio: sch: Add support for Intel Quark X1000 SoC
  gpio: sch: Enable IRQ support for Quark X1000

 drivers/gpio/Kconfig    |   11 +-
 drivers/gpio/gpio-sch.c |  353 ++++++++++++++++++++++++++++++++++++++++-------
 2 files changed, 311 insertions(+), 53 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2014-11-05 10:15 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-16  3:51 [PATCHv3 0/3] Enable Quark X1000 support in gpio-sch Chang Rebecca Swee Fun
2014-10-16  3:51 ` [PATCHv3 1/3] gpio: sch: Consolidate similar algorithms Chang Rebecca Swee Fun
2014-10-16 10:06   ` Mika Westerberg
2014-10-17  8:43   ` Alexandre Courbot
2014-10-23  7:23     ` Chang, Rebecca Swee Fun
2014-10-16  3:51 ` [PATCHv3 2/3] gpio: sch: Add support for Intel Quark X1000 SoC Chang Rebecca Swee Fun
2014-10-16 10:06   ` Mika Westerberg
2014-10-17  8:47     ` Alexandre Courbot
2014-10-16  3:51 ` [PATCHv3 3/3] gpio: sch: Enable IRQ support for Quark X1000 Chang Rebecca Swee Fun
2014-10-16  4:01   ` Varka Bhadram
2014-10-16 10:19   ` Mika Westerberg
2014-11-05  9:33     ` Chang, Rebecca Swee Fun
2014-11-05 10:15       ` Westerberg, Mika
2014-10-17  8:54   ` Alexandre Courbot
2014-10-23  7:29     ` Chang, Rebecca Swee Fun

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