From: Jonathan Cameron <jic23@kernel.org>
To: "Patil, Rachna" <rachna@ti.com>
Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org,
linux-iio@vger.kernel.org, Samuel Ortiz <sameo@linux.intel.com>,
Dmitry Torokhov <dmitry.torokhov@gmail.com>,
Dmitry Torokhov <dtor@mail.ru>,
Jonathan Cameron <jic23@cam.ac.uk>
Subject: Re: [PATCH v4 0/5] Support for TSC/ADC MFD driver
Date: Sat, 29 Sep 2012 10:42:53 +0100 [thread overview]
Message-ID: <5066C29D.7040009@kernel.org> (raw)
In-Reply-To: <1348636814-14129-1-git-send-email-rachna@ti.com>
On 09/26/2012 06:20 AM, Patil, Rachna wrote:
> This patch set adds a MFD core driver which registers
> touchscreen and ADC as its client drivers.
> The existing touchscreen has been modified to work as
> a MFD client driver and a new ADC driver has been added
> in the IIO subsystem.
>
> There are 8 analog input lines, which can be used as:
> 1. 8 general purpose ADC channels
> 2. 4 wire TS, with 4 general purpose ADC channels
> 3. 5 wire TS, with 3 general purpose ADC channels
>
> This patch set has been tested on AM335x EVM.
>
> These set of patches are based on top of Touchscreen patch
> set submitted.
> Subject: [PATCH 0/4] input: TSC: ti_tscadc: TI Touchscreen driver updates [1]
>
> [1] http://www.spinics.net/lists/linux-input/msg22107.html
which tree have these merged in?
I'll assume the rest of this is going through the same tree and ack
rather than signing off and taking it through IIO.
Note that patch 1 does not appear to apply to linux-next which implies some
issues somewhere or that the above series has been picked up for any
trees feeding linux-next as yet.
>
> Changes in v2:
> Dropped one patch send in the last version after
> receiving internal comments. I have merged the changes
> into existing patches.
> Also added a new patch to support suspend/resume feature.
> Fixed review comments by Matthias Kaehlcke.
>
> Changes in v3:
> Addressed review comments by Jonathan Cameron.
> Improved ADC driver with more readable labels,
> spaces and comments.
>
> Changes in v4:
> Renamed the drivers from ti_xxx to ti_am335x_xxx.
> For consistency with other drivers renamed idev to indio_dev
> in IIO ADC driver.
> Replaced suspend/resume callbacks with dev_pm_ops.
>
> Patil, Rachna (5):
> input: TSC: ti_tscadc: Rename the existing touchscreen driver
> MFD: ti_tscadc: Add support for TI's TSC/ADC MFDevice
> input: TSC: ti_tsc: Convert TSC into a MFDevice
> IIO : ADC: tiadc: Add support of TI's ADC driver
> MFD: ti_tscadc: add suspend/resume functionality
>
> drivers/iio/adc/Kconfig | 7 +
> drivers/iio/adc/Makefile | 1 +
> drivers/iio/adc/ti_am335x_adc.c | 258 ++++++++++++++++
> drivers/input/touchscreen/Kconfig | 4 +-
> drivers/input/touchscreen/Makefile | 2 +-
> .../touchscreen/{ti_tscadc.c => ti_am335x_tsc.c} | 319 ++++++--------------
> drivers/mfd/Kconfig | 9 +
> drivers/mfd/Makefile | 1 +
> drivers/mfd/ti_am335x_tscadc.c | 259 ++++++++++++++++
> .../linux/input/{ti_tscadc.h => ti_am335x_tsc.h} | 4 +-
> include/linux/mfd/ti_am335x_tscadc.h | 151 +++++++++
> include/linux/platform_data/ti_am335x_adc.h | 14 +
> 12 files changed, 801 insertions(+), 228 deletions(-)
> create mode 100644 drivers/iio/adc/ti_am335x_adc.c
> rename drivers/input/touchscreen/{ti_tscadc.c => ti_am335x_tsc.c} (55%)
> create mode 100644 drivers/mfd/ti_am335x_tscadc.c
> rename include/linux/input/{ti_tscadc.h => ti_am335x_tsc.h} (88%)
> create mode 100644 include/linux/mfd/ti_am335x_tscadc.h
> create mode 100644 include/linux/platform_data/ti_am335x_adc.h
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
next prev parent reply other threads:[~2012-09-29 9:42 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-26 5:20 [PATCH v4 0/5] Support for TSC/ADC MFD driver Patil, Rachna
[not found] ` <1348636814-14129-1-git-send-email-rachna-l0cyMroinI0@public.gmane.org>
2012-09-26 5:20 ` [PATCH v4 1/5] input: TSC: ti_tscadc: Rename the existing touchscreen driver Patil, Rachna
2012-09-26 5:20 ` [PATCH v4 2/5] MFD: ti_tscadc: Add support for TI's TSC/ADC MFDevice Patil, Rachna
[not found] ` <1348636814-14129-3-git-send-email-rachna-l0cyMroinI0@public.gmane.org>
2012-09-30 23:15 ` Samuel Ortiz
2012-09-29 7:10 ` [PATCH v4 0/5] Support for TSC/ADC MFD driver Patil, Rachna
2012-09-26 5:20 ` [PATCH v4 3/5] input: TSC: ti_tsc: Convert TSC into a MFDevice Patil, Rachna
2012-09-26 5:20 ` [PATCH v4 4/5] IIO : ADC: tiadc: Add support of TI's ADC driver Patil, Rachna
2012-09-29 9:48 ` Jonathan Cameron
2012-09-26 5:20 ` [PATCH v4 5/5] MFD: ti_tscadc: add suspend/resume functionality Patil, Rachna
[not found] ` <1348636814-14129-6-git-send-email-rachna-l0cyMroinI0@public.gmane.org>
2012-09-26 6:40 ` Shubhrajyoti
[not found] ` <5062A373.4000707-l0cyMroinI0@public.gmane.org>
2012-09-26 10:09 ` Patil, Rachna
[not found] ` <4CE347531D4CA947960AF71FF095B9323E95738D-Er742YJ7I/eIQmiDNMet8wC/G2K4zDHf@public.gmane.org>
2012-09-29 9:50 ` Jonathan Cameron
2012-09-30 23:22 ` Samuel Ortiz
2012-10-03 6:49 ` Patil, Rachna
2012-09-29 9:42 ` Jonathan Cameron [this message]
[not found] ` <5066C29D.7040009-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2012-09-29 10:06 ` [PATCH v4 0/5] Support for TSC/ADC MFD driver Patil, Rachna
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=5066C29D.7040009@kernel.org \
--to=jic23@kernel.org \
--cc=dmitry.torokhov@gmail.com \
--cc=dtor@mail.ru \
--cc=jic23@cam.ac.uk \
--cc=linux-iio@vger.kernel.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rachna@ti.com \
--cc=sameo@linux.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;
as well as URLs for NNTP newsgroup(s).