Linux IIO development
 help / color / mirror / Atom feed
 messages from 2013-05-16 18:09:46 to 2013-06-05 16:26:06 UTC [more...]

AM335x tsc & adc, dt + cleanup take 3
 2013-06-05 16:24 UTC  (12+ messages)
` [PATCH 01/22] mfd/ti_am335x_tscadc: remove regmap
` [PATCH 02/22] mfd & input & iio/ti_am335x_adc: use one structure for ti_tscadc_dev
` [PATCH 03/22] input/ti_am33x_tsc: Step enable bits made configurable
` [PATCH 04/22] input/ti_am33x_tsc: Order of TSC wires, "
` [PATCH 05/22] input/ti_am33x_tsc: remove unwanted fifo flush
` [PATCH 06/22] input/ti_am33x_tsc: Add DT support
` [PATCH 07/22] input/ti_am33x_tsc: remove platform_data support
` [PATCH 08/22] iio/ti_am335x_adc: Add DT support
` [PATCH 09/22] iio/ti_am335x_adc: remove platform_data support
` [PATCH 19/22] input/ti_am335x_tsc: ACK the HW_PEN irq in ISR
` [PATCH 21/22] iio/ti_am335x_adc: Allow to specify input line

[PATCH RESEND V2 1/4] iio: frequency: ad4350: Fix bug / typo in mask
 2013-06-05 15:25 UTC  (11+ messages)
` [PATCH RESEND V2 2/4] iio: frequency: adf4350: cast value to unsigned to make code checkers happy
` [PATCH RESEND V2 3/4] iio: frequency: adf4350: Add support for clock consumer framework
` [PATCH RESEND V2 4/4] iio: frequency: adf4350: Add support for dt bindings

missed one VLA
 2013-06-05  9:09 UTC  (4+ messages)
` [PATCH] iio:common: Added check memory allocation failed

[PULL] IIO fixes for 3.10 - set 2
 2013-06-04 19:31 UTC  (2+ messages)

[PATCH] iio: frequency: New driver for Analog Devices ADF4350/ADF4351 Wideband Synthesizers
 2013-06-04 18:33 UTC  (7+ messages)

STMicroelectronics series of patches to support pressure sensors
 2013-06-04 18:03 UTC  (6+ messages)
` [PATCH 1/3] iio:common: ST_SENSORS_LSM_CHANNELS macro changed
` [PATCH 2/3] iio:common: Removed stuff macros, added num_data_channels on st_sensors struct and added support on one-shot sysfs reads to 3 byte channel
` [PATCH 3/3] iio:pressure: Add STMicroelectronics pressures driver

[PATCH] iio:inkern: Fix typo/bug in convert raw to processed
 2013-06-04 17:50 UTC  (2+ messages)

am335x: touch & adc patches
 2013-06-04 17:29 UTC  (49+ messages)
` [PATCH 01/19] input: touchscreen: am335x: Step enable bits made configurable
` [PATCH 02/19] input: touchscreen: am335x: Order of TSC wires, "
` [PATCH 03/19] input: touchscreen: am335x: remove unwanted fifo flush
` [PATCH 04/19] input: touchscreen: am335x: Add DT support
` [PATCH 05/19] input: ti_am335x_tsc: Add variance filters
` [PATCH 06/19] input/ti_am33x_tsc: remove platform_data support
` [PATCH 07/19] iio: adc: am335x: Add DT support
` [PATCH 08/19] iio/ti_am335x_adc: remove platform_data support
` [PATCH 09/19] mfd: ti_am335x_tscadc: Add DT support
` [PATCH 10/19] mfd/ti_am335x_tscadc: remove platform_data support
` [PATCH 11/19] iio & mfd: ti_tscadc: Update with IIO map interface & deal with partial activation
` [PATCH 12/19] iio & mfd & input: ti_tscadc: Match mfd sub devices to regmap interface
` [PATCH 13/19] arm: dts: am33xx: add TSC/ADC mfd device support
` [PATCH 14/19] Documentation/DT bindings: add info for TI TSC ADC
` [PATCH 15/19] input/ti_am335x_tsc: tiny cleanup
` [PATCH 16/19] mfd / input: ti_am335x_tsc: rename device from tsc to TI-tsc
` [PATCH 17/19] mfd / iio: ti_am335x_adc: rename device from tiadc to TI-adc
` [PATCH 18/19] mfd/ti_am335x_tscadc: add a module alias for modprobe
` [PATCH 19/19] mfd/ti_am335x_tscadc: add private lock/unlock function for regmap read/write
  ` [PATCH 19/19 v2] "

[PATCH 2/4] inkern: iio_device_put after incorrect return/goto
 2013-06-04 17:28 UTC  (2+ messages)

[PATCH 0/4 V2] iio: Rework the generic trigger-gpio trigger and move out of staging
 2013-06-04 17:28 UTC  (7+ messages)
` [PATCH 1/4] staging:iio:trigger:gpio bug in release of gpio in error path
` [PATCH 2/4] staging:iio:triggers: rename iio-trig-gpio to iio-trig-interrupt
` [PATCH 3/4] staging:iio:triggers:interrupt trigger - one per platform device
` [PATCH 4/4] iio:triggers:interrupt trigger - move out of staging

am335x adc & tsc, second batch
 2013-06-04 16:53 UTC  (13+ messages)
` [PATCH 1/5] drivers/iio: am335x_adc: cleanup on missing DT nodes
` [PATCH 2/5] input/ti_am335x_adc: use only FIFO0 and clean up a little
` [PATCH 3/5] input/ti_am335x_tsc: fold regbit_map() and simplfy
` [PATCH 4/5] iio/ti_am335x_adc: Allow to specify input line
` [PATCH 5/5] iio/ti_am335x_adc: check if we found the value

[PATCH 1/4] iio: frequency: ad4350: Fix bug / typo in mask
 2013-06-03  8:20 UTC  (8+ messages)
` [PATCH 2/4] iio: frequency: adf4350: cast value to unsigned to make code checkers happy
` [PATCH 3/4] iio: frequency: adf4350: Add support for clock consumer framework
` [PATCH 4/4] iio: frequency: adf4350: Add support for dt bindings

[PATCH 1/1] iio: at91_adc: Add missing CONFIG_OF macro
 2013-06-02 16:43 UTC  (3+ messages)

Support pressure sensors
 2013-06-02 16:33 UTC  (5+ messages)
` [PATCH 1/3] iio:common: ST_SENSORS_LSM_CHANNELS macro changed
` [PATCH 2/3] iio:common: Removed stuff macros, added num_data_channels on st_sensors struct and added support on one-shot sysfs reads to 3 byte channel
` [PATCH 3/3] iio:pressure: Add STMicroelectronics pressures driver

[PATCH] iio: replace strict_strtoul() with kstrtoul()
 2013-06-02 16:06 UTC  (2+ messages)

Why is only one int returned in iio_read_channel_processed?
 2013-06-02 16:00 UTC  (17+ messages)

[PATCH] iio:callback buffer: free the scan_mask
 2013-06-02 15:57 UTC  (2+ messages)

[PATCH] iio: add tsl45315 als driver
 2013-06-02 15:41 UTC  (2+ messages)

[PATCH 1/7] input/ti_am_335x_tsc: remove the else case
 2013-05-31  7:43 UTC  (10+ messages)
` [PATCH 2/7] input/ti_am33x_tsc: remove platform_data support
` [PATCH 3/7] input/i_am335x_tsc: removed unused variable in titsc_irq()
` [PATCH 4/7] iio/ti_am335x_adc: remove the else case
` [PATCH 5/7] iio/ti_am335x_adc: remove platform_data support
` [PATCH 6/7] mfd/ti_am335x_tscadc: "
` [PATCH 7/7] Documentation/DT bindings: add info for TI TSC ADC

iio: frequency: New driver for Analog Devices ADF4350/ADF4351 Wideband Synthesizers
 2013-05-23  9:15 UTC  (3+ messages)

[PATCH] iio: exynos_adc: fix wrong structure extration in suspend and resume
 2013-05-23  5:25 UTC  (4+ messages)

[PULL] IIO cleanups, new stuff and staging graduations (IIO set 1 for the 3.11 cycle)
 2013-05-22 22:23 UTC  (2+ messages)

[PULL] IIO fixes for 3.10 - set 1
 2013-05-22 22:15 UTC  (2+ messages)

Added DRDY interrupt redirect on INT1 or INT2
 2013-05-22 21:34 UTC  (3+ messages)
` [PATCH 1/1] iio: Added ST-sensors platform data to select the DRDY interrupt pin

STMicroelectronics pressure sensors driver
 2013-05-22 21:29 UTC  (13+ messages)
` [PATCH 1/3] iio:common: ST_SENSORS_LSM_CHANNELS macro changed
` [PATCH 2/3] iio:common: Added get_buffer_element function pointer
` [PATCH 3/3] iio:pressure: Add STMicroelectronics pressures driver

[PATCH] drivers: iio: adc: convert to devm_ioremap_resource()
 2013-05-22 21:21 UTC  (2+ messages)

[PATCH 1/2] adc: exynos_adc: Convert to devm_ioremap_resource()
 2013-05-22 21:19 UTC  (7+ messages)

[PATCH] iio: Correct HID light sensor name in comments
 2013-05-22 21:08 UTC  (2+ messages)

[PATCH] iio: STMicroelectronics: remove three useless selects
 2013-05-22 21:07 UTC  (3+ messages)

Abstracting and extending evdev to work with the iio subsystem
 2013-05-22  8:06 UTC  (8+ messages)

Use buffer without trigger
 2013-05-20 12:45 UTC  (9+ messages)

[NEW DRIVER] LPS331AP barometer sensor driver
 2013-05-20  9:58 UTC  (4+ messages)
` [NEW DRIVER] iio: lps331ap: Add new driver for the device


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox