Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1464544

[PATCH v2 0/2] ti_am335x_adc: Fix bugs related to oneshot read

From Vignesh R <vigneshr@ti.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/2] ti_am335x_adc: Fix bugs related to oneshot read
Date 2016-08-17 14:20 +0200
Message-ID <s77Z7-TF-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This series fixes a couple of bugs related to simultaneous read of
multiple ADC channels in oneshot mode. Since, all channels share FIFO1,
it has to be protected using a mutex, implemented by patch 1. Patch 2
increases the timeout waiting for a ADC sample.

Vignesh R (2):
  iio: adc: ti_am335x_adc: Protect FIFO1 from concurrent access
  iio: adc: ti_am335x_adc: Increase timeout value waiting for ADC sample

 drivers/iio/adc/ti_am335x_adc.c      | 16 ++++++++++++----
 include/linux/mfd/ti_am335x_tscadc.h |  8 ++++----
 2 files changed, 16 insertions(+), 8 deletions(-)

-- 
2.9.2

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/2] ti_am335x_adc: Fix bugs related to oneshot read Vignesh R <vigneshr@ti.com> - 2016-08-17 14:20 +0200
  [PATCH v2 2/2] iio: adc: ti_am335x_adc: Increase timeout value waiting for ADC sample Vignesh R <vigneshr@ti.com> - 2016-08-17 14:20 +0200
    Re: [PATCH v2 2/2] iio: adc: ti_am335x_adc: Increase timeout value  waiting for ADC sample Jonathan Cameron <jic23@kernel.org> - 2016-08-21 21:00 +0200
  [PATCH v2 1/2] iio: adc: ti_am335x_adc: Protect FIFO1 from concurrent access Vignesh R <vigneshr@ti.com> - 2016-08-17 14:20 +0200
    Re: [PATCH v2 1/2] iio: adc: ti_am335x_adc: Protect FIFO1 from  concurrent access Jonathan Cameron <jic23@kernel.org> - 2016-08-21 21:00 +0200

csiph-web