From: Randy Dunlap <rdunlap@xenotime.net>
To: Anders Wallin <Anders.Wallin@windriver.com>
Cc: linux-kernel@vger.kernel.org, qi.wang@intel.com
Subject: Re: [PATCH 0/1] Adding support for STA2x11/ConneXt PCIexpress function 0xCC0C.
Date: Thu, 23 Sep 2010 11:51:23 -0700 [thread overview]
Message-ID: <20100923115123.7a2e1ade.rdunlap@xenotime.net> (raw)
In-Reply-To: <cover.1285266234.git.anders.wallin@windriver.com>
On Thu, 23 Sep 2010 20:25:31 +0200 Anders Wallin wrote:
> 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.
This patch description should be in patch 1/1. The diffstat can go there also.
No need to patch 0/1 email at all.
Thanks.
> 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
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
prev parent reply other threads:[~2010-09-23 18:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Randy Dunlap [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100923115123.7a2e1ade.rdunlap@xenotime.net \
--to=rdunlap@xenotime.net \
--cc=Anders.Wallin@windriver.com \
--cc=linux-kernel@vger.kernel.org \
--cc=qi.wang@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®