linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Zubair Lutfullah <zubair.lutfullah@gmail.com>
To: sameo@linux.intel.com, lee.jones@linaro.org
Cc: linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org,
	gregkh@linuxfoundation.org, koen@dominion.thruhere.net
Subject: [PATCH 0/4] mfd: iio: ti_am335x_tscadc: fixes adc sampling, TSC config and a typo
Date: Sat, 20 Jul 2013 17:27:32 +0100	[thread overview]
Message-ID: <1374337656-6393-1-git-send-email-zubair.lutfullah@gmail.com> (raw)

Hi,

This short series has 4 patches that apply on the mfd-next tree that fix/cleanup the am335x_tsadc driver.

1- Fix. ADC driver would read data from fifo before sampling completes. Fixed by waiting for sequencer to complete and then read data
Acked by IIO.

2- Fix. TSC registers would be configured even in ADC only mode. Fixed so that they are configured only when TSC is enabled.

3- Cleanup. Removes a check on the ADC clock which isn't needed anymore.

4- Typo. Coordinate is spelled Coordiante. Corrected in all files in one patch.

Note: The typo patch has been sent before on all relevant lists too. No response..

Patil, Rachna (3):
  iio: ti_am335x_adc: Fix wrong samples received on 1st read
  MFD: ti_tscadc: disable TSC config registers in adc mode
  MFD: ti_tscadc: ADC Clock check not required

Zubair Lutfullah (1):
  mfd: input: arm: dts: doc: ti_am335x: typo fixes (coordiante ->
    coordinate)

 .../bindings/input/touchscreen/ti-tsc-adc.txt      |    4 +--
 arch/arm/boot/dts/am335x-evm.dts                   |    2 +-
 drivers/iio/adc/ti_am335x_adc.c                    |   30 ++++++++++++++------
 drivers/input/touchscreen/ti_am335x_tsc.c          |    2 +-
 drivers/mfd/ti_am335x_tscadc.c                     |   26 ++++++++---------
 include/linux/mfd/ti_am335x_tscadc.h               |   17 ++++++++++-
 6 files changed, 55 insertions(+), 26 deletions(-)

-- 
1.7.9.5


             reply	other threads:[~2013-07-20 16:27 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-20 16:27 Zubair Lutfullah [this message]
2013-07-20 16:27 ` [PATCH 1/4] iio: ti_am335x_adc: Fix wrong samples received on 1st read Zubair Lutfullah
2013-07-21 17:28   ` Jonathan Cameron
2013-07-20 16:27 ` [PATCH 2/4] MFD: ti_tscadc: disable TSC config registers in adc mode Zubair Lutfullah
2013-07-22  8:37   ` Lee Jones
2013-07-20 16:27 ` [PATCH 3/4] MFD: ti_tscadc: ADC Clock check not required Zubair Lutfullah
2013-07-22  8:36   ` Lee Jones
2013-07-20 16:27 ` [PATCH 4/4] mfd: input: arm: dts: doc: ti_am335x: typo fixes (coordiante -> coordinate) Zubair Lutfullah
2013-07-22  8:25   ` 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=1374337656-6393-1-git-send-email-zubair.lutfullah@gmail.com \
    --to=zubair.lutfullah@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=koen@dominion.thruhere.net \
    --cc=lee.jones@linaro.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --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).