From: Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
To: Sebastian Andrzej Siewior
<bigeasy-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>
Cc: Samuel Ortiz <sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>,
Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Dmitry Torokhov
<dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Zubair Lutfullah
<zubair.lutfullah-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org>,
linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: am335x: IIO/ADC fixes if used together with TSC, v2
Date: Tue, 7 Jan 2014 08:54:56 +0000 [thread overview]
Message-ID: <20140107085456.GD3182@lee--X1> (raw)
In-Reply-To: <1387466911-3732-1-git-send-email-bigeasy-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>
Dmitry, Jonathan,
This is for you.
The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:
Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)
are available in the git repository at:
git://git.linaro.org/people/ljones/mfd.git tags/ib-iio-input-3.13-1
for you to fetch changes up to 7ca6740cd1cd410828a01151a044b51910d06eff:
mfd: input: iio: ti_amm335x: Rework TSC/ADC synchronization (2014-01-07 08:45:00 +0000)
----------------------------------------------------------------
Immutable branch for IIO and Input
----------------------------------------------------------------
Sebastian Andrzej Siewior (5):
iio: ti_am335x_adc: Adjust the closing bracket in tiadc_read_raw()
mfd: ti_am335x_tscadc: Make am335x_tsc_se_update() local
mfd: ti_am335x_tscadc: Don't read back REG_SE
mfd: ti_am335x: Drop am335x_tsc_se_update() from resume path
mfd: input: iio: ti_amm335x: Rework TSC/ADC synchronization
drivers/iio/adc/ti_am335x_adc.c | 68 +++++++++++++++++++++++++++++++++++++++++++++++++-------------------
drivers/input/touchscreen/ti_am335x_tsc.c | 4 ++--
drivers/mfd/ti_am335x_tscadc.c | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------
include/linux/mfd/ti_am335x_tscadc.h | 8 ++++++--
4 files changed, 117 insertions(+), 34 deletions(-)
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee.jones@linaro.org>
To: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: Samuel Ortiz <sameo@linux.intel.com>,
Jonathan Cameron <jic23@kernel.org>,
Dmitry Torokhov <dmitry.torokhov@gmail.com>,
Zubair Lutfullah <zubair.lutfullah@gmail.com>,
Felipe Balbi <balbi@ti.com>,
linux-iio@vger.kernel.org, linux-input@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: am335x: IIO/ADC fixes if used together with TSC, v2
Date: Tue, 7 Jan 2014 08:54:56 +0000 [thread overview]
Message-ID: <20140107085456.GD3182@lee--X1> (raw)
In-Reply-To: <1387466911-3732-1-git-send-email-bigeasy@linutronix.de>
Dmitry, Jonathan,
This is for you.
The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:
Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)
are available in the git repository at:
git://git.linaro.org/people/ljones/mfd.git tags/ib-iio-input-3.13-1
for you to fetch changes up to 7ca6740cd1cd410828a01151a044b51910d06eff:
mfd: input: iio: ti_amm335x: Rework TSC/ADC synchronization (2014-01-07 08:45:00 +0000)
----------------------------------------------------------------
Immutable branch for IIO and Input
----------------------------------------------------------------
Sebastian Andrzej Siewior (5):
iio: ti_am335x_adc: Adjust the closing bracket in tiadc_read_raw()
mfd: ti_am335x_tscadc: Make am335x_tsc_se_update() local
mfd: ti_am335x_tscadc: Don't read back REG_SE
mfd: ti_am335x: Drop am335x_tsc_se_update() from resume path
mfd: input: iio: ti_amm335x: Rework TSC/ADC synchronization
drivers/iio/adc/ti_am335x_adc.c | 68 +++++++++++++++++++++++++++++++++++++++++++++++++-------------------
drivers/input/touchscreen/ti_am335x_tsc.c | 4 ++--
drivers/mfd/ti_am335x_tscadc.c | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------
include/linux/mfd/ti_am335x_tscadc.h | 8 ++++++--
4 files changed, 117 insertions(+), 34 deletions(-)
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
next prev parent reply other threads:[~2014-01-07 8:54 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-19 15:28 am335x: IIO/ADC fixes if used together with TSC, v2 Sebastian Andrzej Siewior
2013-12-19 15:28 ` Sebastian Andrzej Siewior
2013-12-19 15:28 ` [PATCH 1/5] iio: ti_am335x_adc: Adjust the closing bracket in tiadc_read_raw() Sebastian Andrzej Siewior
2013-12-22 16:55 ` Jonathan Cameron
2014-01-06 9:36 ` Lee Jones
2014-01-06 9:36 ` Lee Jones
2013-12-19 15:28 ` [PATCH 2/5] mfd: ti_am335x_tscadc: Make am335x_tsc_se_update() local Sebastian Andrzej Siewior
2013-12-19 17:16 ` Lee Jones
2013-12-19 17:16 ` Lee Jones
2013-12-19 15:28 ` [PATCH 3/5] mfd: ti_am335x_tscadc: Don't read back REG_SE Sebastian Andrzej Siewior
[not found] ` <1387466911-3732-4-git-send-email-bigeasy-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>
2013-12-22 17:46 ` Jonathan Cameron
2013-12-22 17:46 ` Jonathan Cameron
2014-01-06 9:35 ` Lee Jones
2014-01-06 9:35 ` Lee Jones
2014-01-06 18:10 ` Dmitry Torokhov
2013-12-19 15:28 ` [PATCH 4/5] mfd: ti_am335x: Drop am335x_tsc_se_update() from resume path Sebastian Andrzej Siewior
2013-12-22 17:48 ` Jonathan Cameron
2013-12-19 15:28 ` [PATCH 5/5] mfd: input: iio: ti_amm335x: Rework TSC/ADC synchronization Sebastian Andrzej Siewior
2013-12-19 17:18 ` Lee Jones
2013-12-19 17:18 ` Lee Jones
2013-12-19 18:53 ` Sebastian Andrzej Siewior
[not found] ` <1387466911-3732-6-git-send-email-bigeasy-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>
2013-12-19 19:01 ` Zubair Lutfullah :
2013-12-19 19:01 ` Zubair Lutfullah :
2013-12-20 8:14 ` Sebastian Andrzej Siewior
2013-12-20 3:36 ` Zubair Lutfullah :
2013-12-20 8:55 ` Sebastian Andrzej Siewior
2013-12-20 4:52 ` Zubair Lutfullah :
2013-12-22 18:03 ` Jonathan Cameron
[not found] ` <1387466911-3732-1-git-send-email-bigeasy-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>
2014-01-07 8:54 ` Lee Jones [this message]
2014-01-07 8:54 ` am335x: IIO/ADC fixes if used together with TSC, v2 Lee Jones
2014-01-08 8:03 ` Dmitry Torokhov
2014-01-08 8:03 ` Dmitry Torokhov
[not found] ` <20140108080359.GA16527-WlK9ik9hQGAhIp7JRqBPierSzoNAToWh@public.gmane.org>
2014-01-08 8:08 ` Lee Jones
2014-01-08 8:08 ` Lee Jones
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=20140107085456.GD3182@lee--X1 \
--to=lee.jones-qsej5fyqhm4dnm+yrofe0a@public.gmane.org \
--cc=balbi-l0cyMroinI0@public.gmane.org \
--cc=bigeasy-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org \
--cc=dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org \
--cc=zubair.lutfullah-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
/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.