From: Viresh Kumar <viresh.kumar@st.com>
To: <rabin.vincent@stericsson.com>, <linus.walleij@stericsson.com>,
<linux-kernel@vger.kernel.org>, <sameo@linux.intel.com>
Cc: <armando.visconti@st.com>, <shiraz.hashim@st.com>,
<vipin.kumar@st.com>, <rajeev-dlh.kumar@st.com>,
<deepak.sikri@st.com>, <vipulkumar.samar@st.com>,
<amit.virdi@st.com>, <viresh.kumar@st.com>,
<pratyush.anand@st.com>, <bhupesh.sharma@st.com>,
<viresh.linux@gmail.com>, <bhavna.yadav@st.com>,
<vincenzo.frascino@st.com>, <mirko.gardi@st.com>,
<srinidhi.kasagar@stericsson.com>
Subject: [PATCH 0/2] mfd/stmpe: Add SPI interface support
Date: Tue, 8 Nov 2011 12:35:49 +0530 [thread overview]
Message-ID: <cover.1320735864.git.viresh.kumar@st.com> (raw)
Few STMPE controller can have register interface over SPI or I2C. Current
implementation only supports I2C and all code is present in a single file
stmpe.c.
This patchset separates out code into three files
- stmpe: specific to controller only
- stmpe-i2c: specific to i2c interface
- stmpe-spi: specific to spi interface
In order to rebase it cleanly, please apply earlier floated patch
"mfd/stmpe: Add support for irq over gpio pin"
Viresh Kumar (2):
mfd/stmpe: separate out controller and interface specific code
mfd/stmpe: Add support for SPI interface
drivers/mfd/Kconfig | 19 ++++++-
drivers/mfd/Makefile | 2 +
drivers/mfd/stmpe-i2c.c | 116 +++++++++++++++++++++++++++++++++++
drivers/mfd/stmpe-spi.c | 147 +++++++++++++++++++++++++++++++++++++++++++++
drivers/mfd/stmpe.c | 128 ++++++++++++---------------------------
drivers/mfd/stmpe.h | 34 ++++++++++
include/linux/mfd/stmpe.h | 7 ++-
7 files changed, 361 insertions(+), 92 deletions(-)
create mode 100644 drivers/mfd/stmpe-i2c.c
create mode 100644 drivers/mfd/stmpe-spi.c
--
1.7.2.2
next reply other threads:[~2011-11-08 7:06 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-08 7:05 Viresh Kumar [this message]
2011-11-08 7:05 ` [PATCH 1/2] mfd/stmpe: separate out controller and interface specific code Viresh Kumar
2011-11-08 7:05 ` [PATCH 2/2] mfd/stmpe: Add support for SPI interface Viresh Kumar
2011-11-08 8:43 ` [PATCH 0/2] mfd/stmpe: Add SPI interface support Linus Walleij
2011-11-11 9:43 ` Rabin Vincent
2011-11-11 10:29 ` Viresh Kumar
2011-11-11 11:32 ` Rabin Vincent
2011-11-11 11:37 ` Viresh Kumar
2011-12-12 11:36 ` Samuel Ortiz
2011-12-12 11:48 ` Viresh Kumar
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=cover.1320735864.git.viresh.kumar@st.com \
--to=viresh.kumar@st.com \
--cc=amit.virdi@st.com \
--cc=armando.visconti@st.com \
--cc=bhavna.yadav@st.com \
--cc=bhupesh.sharma@st.com \
--cc=deepak.sikri@st.com \
--cc=linus.walleij@stericsson.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mirko.gardi@st.com \
--cc=pratyush.anand@st.com \
--cc=rabin.vincent@stericsson.com \
--cc=rajeev-dlh.kumar@st.com \
--cc=sameo@linux.intel.com \
--cc=shiraz.hashim@st.com \
--cc=srinidhi.kasagar@stericsson.com \
--cc=vincenzo.frascino@st.com \
--cc=vipin.kumar@st.com \
--cc=vipulkumar.samar@st.com \
--cc=viresh.linux@gmail.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