From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Srikar <ext-srikar.1.bhavanarayana@nokia.com>,
Phil Carmody <ext-phil.2.carmody@nokia.com>,
Aaro Koskinen <aaro.koskinen@nokia.com>
Cc: linux-input@vger.kernel.org, lauri.leukkunen@nokia.com,
David Brownell <dbrownell@users.sourceforge.net>,
Imre Deak <imre.deak@nokia.com>,
Hiroshi DOYU <Hiroshi.DOYU@nokia.com>,
Ari Kauppi <Ext-Ari.Kauppi@nokia.com>,
Tony Lindgren <tony@atomide.com>,
Jarkko Nikula <jhnikula@gmail.com>,
Eero Nurkkala <ext-eero.nurkkala@nokia.com>,
Roman Tereshonkov <roman.tereshonkov@nokia.com>
Subject: [PATCH 00/17] Series short description
Date: Wed, 16 Mar 2011 00:12:49 -0700 [thread overview]
Message-ID: <20110316071246.25081.27438.stgit@hammer.corenet.prv> (raw)
The following series implements...
---
Dmitry Torokhov (17):
Input: tsc2005 - remove 'disable' sysfs attribute
Input: tsc2005 - add open/close
Input: tsc2005 - handle read errors from SPI layer
Input: tsc2005 - do not rearm timer in hardirq handler
Input: tsc2005 - don't use work for 'pen up' handling
Input: tsc2005 - do not use 0 in place of NULL
Input: tsc2005 - use true/false for boolean variables
Input: tsc2005 - hide selftest attribute if we can't reset
Input: tsc2005 - rework driver initialization code
Input: tsc2005 - set up bus type in input device
Input: tsc2005 - set up parent device
Input: tsc2005 - clear driver data after unbinding
Input: tsc2005 - add module description
Input: tsc2005 - remove driver banner message
Input: tsc2005 - remove incorrect module alias
Input: tsc2005 - convert to using dev_pm_ops
Input: tsc2005 - use spi_get/set_drvdata()
drivers/input/touchscreen/tsc2005.c | 659 +++++++++++++++++++----------------
1 files changed, 349 insertions(+), 310 deletions(-)
--
Signature
next reply other threads:[~2011-03-16 7:12 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-16 7:12 Dmitry Torokhov [this message]
2011-03-16 7:12 ` [PATCH 01/17] Input: tsc2005 - use spi_get/set_drvdata() Dmitry Torokhov
-- strict thread matches above, loose matches on Subject: below --
2010-10-28 17:56 [PATCH 09/30] staging/vme: fill in struct device's .release, even if it's a NOOP Greg KH
2010-11-12 11:13 ` [PATCH 00/17] Series short description Martyn Welch
2010-11-12 11:23 ` Martyn Welch
2010-11-12 15:11 ` Emilio G. Cota
2010-11-12 15:52 ` Martyn Welch
2010-11-16 19:40 ` Greg KH
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=20110316071246.25081.27438.stgit@hammer.corenet.prv \
--to=dmitry.torokhov@gmail.com \
--cc=Ext-Ari.Kauppi@nokia.com \
--cc=Hiroshi.DOYU@nokia.com \
--cc=aaro.koskinen@nokia.com \
--cc=dbrownell@users.sourceforge.net \
--cc=ext-eero.nurkkala@nokia.com \
--cc=ext-phil.2.carmody@nokia.com \
--cc=ext-srikar.1.bhavanarayana@nokia.com \
--cc=imre.deak@nokia.com \
--cc=jhnikula@gmail.com \
--cc=lauri.leukkunen@nokia.com \
--cc=linux-input@vger.kernel.org \
--cc=roman.tereshonkov@nokia.com \
--cc=tony@atomide.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.