All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] gpio-langwell: initial support for Intel Merrifield
@ 2013-10-04 20:01 David Cohen
  2013-10-04 20:01 ` [PATCH 1/3] gpio: langwell: add Intel Merrifield support David Cohen
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: David Cohen @ 2013-10-04 20:01 UTC (permalink / raw)
  To: linus.walleij; +Cc: linux-kernel, linux-gpio, David Cohen

This patch set does initial support for Intel Merrifield and does non-function
changes to make gpio-langwell more friendly to other Intel Mid SoC's.

After these initial changes are accepted, more Merrifield stuff will come :)

David Cohen (3):
  gpio: langwell: add Intel Merrifield support
  gpio: rename gpio-langwell to gpio-intel-mid
  gpio-intel-mid: update prefixes and names from langwell to intel-mid

 drivers/gpio/Kconfig          |   6 +-
 drivers/gpio/Makefile         |   2 +-
 drivers/gpio/gpio-intel-mid.c | 471 ++++++++++++++++++++++++++++++++++++++++++
 drivers/gpio/gpio-langwell.c  | 397 -----------------------------------
 4 files changed, 475 insertions(+), 401 deletions(-)
 create mode 100644 drivers/gpio/gpio-intel-mid.c
 delete mode 100644 drivers/gpio/gpio-langwell.c

-- 
1.8.4.rc3


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

end of thread, other threads:[~2013-10-11 14:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-04 20:01 [PATCH 0/3] gpio-langwell: initial support for Intel Merrifield David Cohen
2013-10-04 20:01 ` [PATCH 1/3] gpio: langwell: add Intel Merrifield support David Cohen
2013-10-11 14:15   ` Linus Walleij
2013-10-04 20:01 ` [PATCH 2/3] gpio: rename gpio-langwell to gpio-intel-mid David Cohen
2013-10-11 14:18   ` Linus Walleij
2013-10-04 20:01 ` [PATCH 3/3] gpio-intel-mid: update prefixes and names from langwell to intel-mid David Cohen
2013-10-11 14:20   ` Linus Walleij
2013-10-09 22:47 ` [PATCH 0/3] gpio-langwell: initial support for Intel Merrifield David Cohen

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.