linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] MIPS: BCM47xx: use gpiolib
@ 2012-08-05 11:12 Hauke Mehrtens
  2012-08-05 11:12 ` [PATCH 1/3] ssb: add function to return number of gpio lines Hauke Mehrtens
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Hauke Mehrtens @ 2012-08-05 11:12 UTC (permalink / raw)
  To: ralf; +Cc: linux-mips, linux-wireless, Hauke Mehrtens

The original code implemented the GPIO interface itself and this caused
some problems. With this patch gpiolib is used.

This is based on mips/master.

Hauke Mehrtens (3):
  ssb: add function to return number of gpio lines
  bcma: add GPIO driver for SoCs
  MIPS: BCM47xx: rewrite GPIO handling and use gpiolib

 arch/mips/Kconfig                            |    2 +-
 arch/mips/bcm47xx/gpio.c                     |  208 ++++++++++++++++++++------
 arch/mips/bcm47xx/setup.c                    |    2 +
 arch/mips/bcm47xx/wgt634u.c                  |    7 +
 arch/mips/include/asm/mach-bcm47xx/bcm47xx.h |    2 +
 arch/mips/include/asm/mach-bcm47xx/gpio.h    |  151 +++----------------
 drivers/bcma/Kconfig                         |    5 +
 drivers/bcma/Makefile                        |    1 +
 drivers/bcma/driver_gpio.c                   |   90 +++++++++++
 drivers/bcma/scan.c                          |    4 +
 drivers/ssb/embedded.c                       |   12 ++
 include/linux/bcma/bcma.h                    |    5 +
 include/linux/bcma/bcma_driver_gpio.h        |   21 +++
 include/linux/ssb/ssb_embedded.h             |    4 +
 14 files changed, 339 insertions(+), 175 deletions(-)
 create mode 100644 drivers/bcma/driver_gpio.c
 create mode 100644 include/linux/bcma/bcma_driver_gpio.h

-- 
1.7.9.5


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

end of thread, other threads:[~2012-08-10 18:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-05 11:12 [PATCH 0/3] MIPS: BCM47xx: use gpiolib Hauke Mehrtens
2012-08-05 11:12 ` [PATCH 1/3] ssb: add function to return number of gpio lines Hauke Mehrtens
2012-08-05 11:12 ` [PATCH 2/3] bcma: add GPIO driver for SoCs Hauke Mehrtens
2012-08-10 17:47   ` John W. Linville
2012-08-05 11:12 ` [PATCH 3/3] MIPS: BCM47xx: rewrite GPIO handling and use gpiolib Hauke Mehrtens

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