All of lore.kernel.org
 help / color / mirror / Atom feed
From: Viresh Kumar <viresh.kumar@st.com>
To: <rabin.vincent@stericsson.com>, <linus.walleij@stericsson.com>,
	<srinidhi.kasagar@stericsson.com>
Cc: <sameo@linux.intel.com>, <linux-kernel@vger.kernel.org>,
	<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>,
	<grant.likely@secretlab.ca>
Subject: [PATCH 0/5] stmpe: mfd & gpio updates
Date: Wed, 16 Nov 2011 16:56:05 +0530	[thread overview]
Message-ID: <cover.1321442150.git.viresh.kumar@st.com> (raw)

This patchset does following:
- Fixes bug with "mfd/stmpe: Pass partnum as param to stmpe_probe()" patch
- Adds in support for STMPE610 and 801

STMPE801 has a different set of register as compared to other variants. So it is
specially handled at few places in mfd's and gpio's stmpe driver.

Note: To successfully apply this patchset, first apply following patches already
sent and acked over list:
- mfd/stmpe: Add support for irq over gpio pin
- mfd/stmpe: separate out controller and interface specific code
- mfd/stmpe: Add support for SPI interface

Pratyush Anand (1):
  mfd/stmpe: Move struct stmpe_variant_info to linux/mfd/stmpe.h

Viresh Kumar (4):
  mfd/stmpe: Pass partnum as param to stmpe_probe()
  mfd/stmpe: Add support for stmpe variant 610
  mfd/stmpe: ADD support for stmpe variant 801
  gpio/gpio-stmpe: ADD support for stmpe variant 801

 drivers/gpio/gpio-stmpe.c |   31 ++++++++++-
 drivers/mfd/stmpe-i2c.c   |   13 +----
 drivers/mfd/stmpe-spi.c   |    7 ++-
 drivers/mfd/stmpe.c       |  125 ++++++++++++++++++++++++++++++++++++++-------
 drivers/mfd/stmpe.h       |   53 +++++++------------
 include/linux/mfd/stmpe.h |   37 +++++++++++++-
 6 files changed, 198 insertions(+), 68 deletions(-)

-- 
1.7.2.2

             reply	other threads:[~2011-11-16 11:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-16 11:26 Viresh Kumar [this message]
2011-11-16 11:26 ` [PATCH 1/5] mfd/stmpe: Pass partnum as param to stmpe_probe() Viresh Kumar
2011-11-16 15:35   ` Rabin Vincent
2011-11-17  3:36     ` Viresh Kumar
2011-11-16 11:26 ` [PATCH 2/5] mfd/stmpe: Move struct stmpe_variant_info to linux/mfd/stmpe.h Viresh Kumar
2011-11-16 11:26 ` [PATCH 3/5] mfd/stmpe: Add support for stmpe variant 610 Viresh Kumar
2011-11-16 11:26 ` [PATCH 4/5] mfd/stmpe: ADD support for stmpe variant 801 Viresh Kumar
2011-11-16 11:26 ` [PATCH 5/5] gpio/gpio-stmpe: " 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.1321442150.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=grant.likely@secretlab.ca \
    --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 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.