Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1176427

[PATCH 0/2] MIPS: ath79: Move the GPIO driver to drivers/gpio

From Alban Bedel <albeu@free.fr>
Newsgroups linux.kernel
Subject [PATCH 0/2] MIPS: ath79: Move the GPIO driver to drivers/gpio
Date 2015-07-03 11:20 +0200
Message-ID <pI5ix-6Fa-17@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] MIPS: ath79: Move the GPIO driver to drivers/gpio Alban Bedel <albeu@free.fr> - 2015-07-03 11:20 +0200
  [PATCH 1/2] MIPS: ath79: Remove the unused GPIO function API Alban Bedel <albeu@free.fr> - 2015-07-03 11:20 +0200
    Re: [PATCH 1/2] MIPS: ath79: Remove the unused GPIO function API Sergey Ryazanov <ryazanov.s.a@gmail.com> - 2015-07-05 10:40 +0200

csiph-web