All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Adding support for STA2x11/ConneXt PCIexpress function 0xCC0C.
@ 2010-09-23 18:25 Anders Wallin
  2010-09-23 18:25 ` [PATCH 1/1] Adding support for STA2x11/Connext " Anders Wallin
  2010-09-23 18:51 ` [PATCH 0/1] Adding support for STA2x11/ConneXt " Randy Dunlap
  0 siblings, 2 replies; 3+ messages in thread
From: Anders Wallin @ 2010-09-23 18:25 UTC (permalink / raw)
  To: linux-kernel; +Cc: qi.wang

From: Anders Wallin <anders.wallin@windriver.com>

This function enable access to multiple IP-blocks including 4 GPIO blocks,
one System Control block and one Timer block. Access to the PCIe device is managed by a MUX driver. 
The pl061_pci gpio driver is based on the ARM pl061 IP block, but the functionality is not a one to one map. The gpio driver needs the generic "gpio_to_irq" support.

Anders Wallin (1):
  Adding support for STA2x11/Connext PCIexpress function 0xCC0C.

 arch/x86/include/asm/gpio.h   |    2 +-
 drivers/gpio/Kconfig          |   14 +
 drivers/gpio/Makefile         |    1 +
 drivers/gpio/pl061_pci.c      |  860 +++++++++++++++++++++++++++++++++++++++++
 drivers/gpio/pl061_pci.h      |   29 ++
 drivers/misc/Kconfig          |   23 ++
 drivers/misc/Makefile         |    3 +
 drivers/misc/sta2x11_apbreg.c |  177 +++++++++
 drivers/misc/sta2x11_apbreg.h |   39 ++
 drivers/misc/sta2x11_mux.c    |  265 +++++++++++++
 drivers/misc/sta2x11_mux.h    |   50 +++
 drivers/misc/sta2x11_sctl.c   |  189 +++++++++
 drivers/misc/sta2x11_sctl.h   |  143 +++++++
 13 files changed, 1794 insertions(+), 1 deletions(-)
 create mode 100644 drivers/gpio/pl061_pci.c
 create mode 100644 drivers/gpio/pl061_pci.h
 create mode 100644 drivers/misc/sta2x11_apbreg.c
 create mode 100644 drivers/misc/sta2x11_apbreg.h
 create mode 100644 drivers/misc/sta2x11_mux.c
 create mode 100644 drivers/misc/sta2x11_mux.h
 create mode 100644 drivers/misc/sta2x11_sctl.c
 create mode 100644 drivers/misc/sta2x11_sctl.h


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

end of thread, other threads:[~2010-09-23 18:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-23 18:25 [PATCH 0/1] Adding support for STA2x11/ConneXt PCIexpress function 0xCC0C Anders Wallin
2010-09-23 18:25 ` [PATCH 1/1] Adding support for STA2x11/Connext " Anders Wallin
2010-09-23 18:51 ` [PATCH 0/1] Adding support for STA2x11/ConneXt " Randy Dunlap

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.