All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] IIO: cc10001 assorted fixes
@ 2015-05-07 21:22 Ezequiel Garcia
  2015-05-07 21:22 ` [PATCH 1/5] iio: adc: cc10001: Fix the channel number mapping Ezequiel Garcia
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Ezequiel Garcia @ 2015-05-07 21:22 UTC (permalink / raw)
  To: linux-iio, Jonathan Cameron, Lars-Peter Clausen
  Cc: Naidu Tellapati, James Hartley, phani.movva, Ezequiel Garcia

Hi Jonathan,

Here's a series containing four fixes and an enhancement for Cosmic
Circuit's Auxiliary ADC CC10001 driver. These were found while testing
the driver on IMG Pistachio SoC Bring-Up board.

The first four patches are fixes, and are meant for v4.1-rc3. The last
patch is not really a fix, so it can be posponed for v4.2.

Patch 1: Fix an issue related to a mismatch between the scan index
and the channel number in buffer capture mode.

Patch 2: Fix incorrect use of the power down register.

Patch 3: Fix incorrect handling of the value returned by
regulator_get_voltage().

Patch 4: Add a 1-us delay after setting channel number and before
starting conversion.

Patch 5: Introduce a "shared" ADC notion, so the power-up is done
at probe time if the ADC is in use by remote CPUs not running Linux.

This patchset is based on v4.1-rc2. Naidu is busy this week, so I'm
helping him by submitting these.

Naidu Tellapati (5):
  iio: adc: cc10001: Fix the channel number mapping
  iio: adc: cc10001: Fix incorrect use of power-up/power-down register
  iio: adc: cc10001: Fix regulator_get_voltage() return value check
  iio: adc: cc10001: Add delay before setting START bit
  iio: adc: cc10001: Power-up the ADC at probe time when used remotely

 drivers/iio/adc/cc10001_adc.c | 80 ++++++++++++++++++++++++++++---------------
 1 file changed, 53 insertions(+), 27 deletions(-)

-- 
2.3.3

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

end of thread, other threads:[~2015-05-08 18:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-07 21:22 [PATCH 0/5] IIO: cc10001 assorted fixes Ezequiel Garcia
2015-05-07 21:22 ` [PATCH 1/5] iio: adc: cc10001: Fix the channel number mapping Ezequiel Garcia
2015-05-08 13:36   ` Jonathan Cameron
2015-05-07 21:22 ` [PATCH 2/5] iio: adc: cc10001: Fix incorrect use of power-up/power-down register Ezequiel Garcia
2015-05-08 13:36   ` Jonathan Cameron
2015-05-07 21:22 ` [PATCH 3/5] iio: adc: cc10001: Fix regulator_get_voltage() return value check Ezequiel Garcia
2015-05-08 13:37   ` Jonathan Cameron
2015-05-07 21:22 ` [PATCH 4/5] iio: adc: cc10001: Add delay before setting START bit Ezequiel Garcia

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.