Linux-GPIO Archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] MIPS: ath79: Move the GPIO driver to drivers/gpio
@ 2015-07-03  9:11 Alban Bedel
  2015-07-03  9:11 ` [PATCH 1/2] MIPS: ath79: Remove the unused GPIO function API Alban Bedel
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Alban Bedel @ 2015-07-03  9:11 UTC (permalink / raw
  To: linux-gpio
  Cc: Ralf Baechle, Linus Walleij, Alexandre Courbot, Gabor Juhos,
	linux-mips, linux-kernel, Alban Bedel

Hi all,

as requested when I posted the ATH79 OF support serie, here is the move of
the GPIO driver to the GPIO drivers directory. While at it I also removed
the custom pinmux API as it not used by any board.

Alban

Alban Bedel (2):
  MIPS: ath79: Remove the unused GPIO function API
  MIPS: ath79: Move the GPIO driver to drivers/gpio

 arch/mips/ath79/Makefile  |   2 +-
 arch/mips/ath79/common.h  |   3 -
 arch/mips/ath79/gpio.c    | 279 ----------------------------------------------
 drivers/gpio/Makefile     |   1 +
 drivers/gpio/gpio-ath79.c | 236 +++++++++++++++++++++++++++++++++++++++
 5 files changed, 238 insertions(+), 283 deletions(-)
 delete mode 100644 arch/mips/ath79/gpio.c
 create mode 100644 drivers/gpio/gpio-ath79.c

-- 
2.0.0


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

end of thread, other threads:[~2015-07-16 12:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-03  9:11 [PATCH 0/2] MIPS: ath79: Move the GPIO driver to drivers/gpio Alban Bedel
2015-07-03  9:11 ` [PATCH 1/2] MIPS: ath79: Remove the unused GPIO function API Alban Bedel
2015-07-04 16:58   ` Sergey Ryazanov
2015-07-08  8:55     ` Alban
2015-07-16 12:44     ` Linus Walleij
2015-07-16 12:43   ` Linus Walleij
2015-07-03  9:11 ` [PATCH 2/2] MIPS: ath79: Move the GPIO driver to drivers/gpio Alban Bedel
2015-07-06 20:52   ` Linus Walleij
2015-07-06 10:36 ` [PATCH 0/2] " Linus Walleij

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 read-only IMAP folder(s) and NNTP newsgroup(s).