linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] mfd: iio: ti_am335x_tscadc: fixes adc sampling, TSC config and a typo
@ 2013-07-20 16:27 Zubair Lutfullah
  2013-07-20 16:27 ` [PATCH 1/4] iio: ti_am335x_adc: Fix wrong samples received on 1st read Zubair Lutfullah
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Zubair Lutfullah @ 2013-07-20 16:27 UTC (permalink / raw)
  To: sameo, lee.jones; +Cc: linux-iio, linux-kernel, gregkh, koen

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-07-22  8:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-20 16:27 [PATCH 0/4] mfd: iio: ti_am335x_tscadc: fixes adc sampling, TSC config and a typo Zubair Lutfullah
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

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).