linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-09-16 09:20:44 to 2013-09-21 10:36:35 UTC [more...]

[PATCH 01/10] iio: Stop sampling when the device is removed
 2013-09-21 11:36 UTC  (15+ messages)
` [PATCH 02/10] iio: Keep a reference to the IIO device for open file descriptors
` [PATCH 03/10] iio: Set the IIO device as the parent for the character device
` [PATCH 04/10] iio:buffer_cb: Add missing iio_buffer_init()
` [PATCH 05/10] iio: Add reference counting for buffers
` [PATCH 06/10] iio: Remove debugfs entries in iio_device_unregister()
` [PATCH 07/10] iio: Return -ENODEV for file operations if the device has been unregistered
` [PATCH 08/10] iio: Wakeup poll and blocking reads when the device is unregistered
` [PATCH 09/10] iio:buffer: Add proper locking for iio_update_buffers()
` [PATCH 10/10] iio:buffer: Ignore noop requests "

[PATCH 1/2] iio: Pass scan mask as unsigned long
 2013-09-21 11:32 UTC  (5+ messages)
` [PATCH 2/2] iio: Fix crash when scan_bytes is computed with active_scan_mask == NULL

[PATCH 1/4] iio: Fix tmp006 dev-to-indio_dev conversion in suspend/resume
 2013-09-21 11:20 UTC  (8+ messages)
` [PATCH 2/4] iio: Fix bma180 "
` [PATCH 3/4] iio: Fix mcp4725 "
` [PATCH 4/4] iio: Fix tcs3472 "

[PATCH V11 0/3] iio: input: ti_am335x_adc: Add continuous sampling support
 2013-09-21 10:52 UTC  (5+ messages)
` [PATCH 1/3] input: ti_am335x_tsc: Enable shared IRQ for TSC
` [PATCH 2/3] iio: ti_am335x_adc: optimize memory usage
` [PATCH 3/3] iio: ti_am335x_adc: Add continuous sampling support

[PATCH v2 00/15] staging:iio:hmc5843 cleanup
 2013-09-21 10:46 UTC  (21+ messages)
` [PATCH v2 01/15] staging:iio:hmc5843: Add pointer to i2c client to data struct
` [PATCH v2 02/15] staging:iio:hmc5843: Rewrite init function
` [PATCH v2 03/15] staging:iio:hmc5843: Use INFO_SAMP_FREQ
` [PATCH v2 04/15] staging:iio:hmc5843: Remove unused LSB register #defines
` [PATCH v2 05/15] staging:iio:hmc5843: Tighten comments
` [PATCH v2 06/15] staging:iio:hmc5843: Introduce helper functions to show/check list of int pairs
` [PATCH v2 07/15] staging:iio:hmc5843: Use CALIBSCALE instead of magn_range
` [PATCH v2 08/15] staging:iio:hmc5843: Always read all channels values otherwise no updates
` [PATCH v2 09/15] staging:iio:hmc5843: Add trigger handling
` [PATCH v2 10/15] staging:iio:hmc5843: Remove ability to change operating mode
` [PATCH v2 11/15] staging:iio:hmc5843: Rename _configure() to _set_mode()
` [PATCH v2 12/15] staging:iio:hmc5843: Reorganize _set_meas_conf()
` [PATCH v2 13/15] staging:iio:hmc5843: Rename _set_rate() to _set_samp_freq()
` [PATCH v2 14/15] staging:iio:hmc5843: Introduce _set_range_gain()
` [PATCH v2 15/15] staging:iio:hmc5843: Check initialization and chip identifier

[PATCH 3/10] iio: at91_adc: Cocci spatch "noderef"
 2013-09-20 18:42 UTC  (4+ messages)

[PATCH 2/2] DT: Add binding documentation for CM36651 proximity/light sensor
 2013-09-20  9:40 UTC  (2+ messages)

[RFCv4] staging/iio/adc: change the MXS touchscreen driver implementation
 2013-09-19 16:12 UTC  (21+ messages)
` [PATCH 3/6] Staging/iio/adc/touchscreen/MXS: simplify register access
` [PATCH 5/6] Staging/iio/adc/touchscreen/MXS: add interrupt driven touch detection
` [PATCH 4/6] Staging/iio/adc/touchscreen/MXS: add i.MX23 support to the LRADC touchscreen driver

[PATCH 01/24] iio: Add iio_push_buffers_with_timestamp() helper
 2013-09-19 13:00 UTC  (24+ messages)
` [PATCH 02/24] iio:bma180: Use iio_push_buffers_with_timestamp()
` [PATCH 03/24] iio:ad7266: Use iio_push_to_buffers_with_timestamp()
` [PATCH 04/24] iio:ad7298: "
` [PATCH 05/24] iio:ad7476: "
` [PATCH 06/24] iio:ad7887: "
` [PATCH 07/24] iio:ad7923: "
` [PATCH 08/24] iio:ad_sigma_delta: "
` [PATCH 09/24] iio:at91_adc: "
` [PATCH 10/24] iio:max1363: "
` [PATCH 11/24] iio:st_sensors: "
` [PATCH 12/24] iio:itg3200: "
` [PATCH 13/24] iio:adis16400: "
` [PATCH 14/24] iio:adis_lib: "
` [PATCH 15/24] iio:mpu6050: "
` [PATCH 16/24] iio:adjd_s311: "
` [PATCH 17/24] iio:tcs3472: "
` [PATCH 18/24] iio:gp2ap020a00f: "
` [PATCH 19/24] staging:iio:lis3l02dq: "
` [PATCH 20/24] staging:iio:ad7606: "
` [PATCH 21/24] staging:iio:ad799x: "
` [PATCH 22/24] staging:iio:mxs-lradc: "
` [PATCH 23/24] staging:iio:dummy: "
` [PATCH 24/24] staging:iio:ade7758: "

[PATCHv5] staging/iio/adc: change the MXS touchscreen driver implementation
 2013-09-19 12:22 UTC  (8+ messages)
` [PATCH 1/7] Staging/iio/adc/touchscreen/MXS: distinguish i.MX23's and i.MX28's LRADC
` [PATCH 2/7] Staging/iio/adc/touchscreen/MXS: separate i.MX28 specific register bits
` [PATCH 3/7] Staging/iio/adc/touchscreen/MXS: simplify register access
` [PATCH 4/7] Staging/iio/adc/touchscreen/MXS: add i.MX23 support to the LRADC touchscreen driver
` [PATCH 5/7] Staging/iio/adc/touchscreen/MXS: add interrupt driven touch detection
` [PATCH 6/7] Staging/iio/adc/touchscreen/MXS: Remove old touchscreen detection implementation
` [PATCH 7/7] Staging/iio/adc/touchscreen/MXS: provide devicetree adaption

[PATCH V10 0/2] iio: input: ti_am335x_adc: Add continuous sampling support
 2013-09-19  5:55 UTC  (7+ messages)
` [PATCH 1/2] input: ti_am335x_tsc: Enable shared IRQ for TSC
` [PATCH 2/2] iio: ti_am335x_adc: Add continuous sampling support

[PATCH V9 0/2] iio: input: ti_am335x_adc: Add continuous sampling support
 2013-09-19  5:33 UTC  (13+ messages)
` [PATCH 1/2] input: ti_am335x_tsc: Enable shared IRQ for TSC
` [PATCH 2/2] iio: ti_am335x_adc: Add continuous sampling support

[PATCH] iio: Make available scan_masks const in ad7266
 2013-09-18 21:57 UTC  (3+ messages)

[PATCH 1/3] HID: Delay opening HID device
 2013-09-18 20:39 UTC  (4+ messages)
` [PATCH 2/3] IIO: call sensor hub open close function
` [PATCH 3/3] HID RTC: Open sensor hub open close

[PATCH] iio: iio_device_add_event_sysfs() bugfix
 2013-09-18 18:51 UTC  (2+ messages)

[PATCH 1/3] HID: Delay opening HID device
 2013-09-18 16:44 UTC  (6+ messages)
` [PATCH 3/3] HID RTC: Open sensor hub open close
    ` [rtc-linux] "

Fix buffers registrations in order to use generic IIO trigger
 2013-09-18 11:32 UTC  (7+ messages)
` [PATCH 1/4] iio:accel: Register buffer also without specific trigger
` [PATCH 2/4] iio:gyro: "
` [PATCH 3/4] iio:magn: "
` [PATCH 4/4] iio:press: "

iio: adis16400 scan mask question
 2013-09-18  7:41 UTC  (3+ messages)

[PATCH] iio: Minor cleanups of industrialio-buffer
 2013-09-17 22:42 UTC 

[PATCH 0/4]iio: STMicroelectronics DT and event support
 2013-09-17 19:36 UTC  (5+ messages)
` [PATCH 2/4] iio: st_sensors: Add threshold events support

[PATCH v2 1/2] iio: cm36651: Add CM36651 proximity/light sensor driver
 2013-09-17 17:30 UTC  (2+ messages)

[PATCH v3 00/38] iio: ST clean-ups and new sensor support
 2013-09-17  8:05 UTC  (40+ messages)
` [PATCH 14/38] iio: accel: st: Append _accel to accelerator sensor device names
` [PATCH 25/38] iio: pressure-core: st: Allow for number of channels to vary
` [PATCH 27/38] iio: pressure-core: st: Give some indication if device probing was successful
` [PATCH 32/38] iio: accel-core: st: Move LSM303DLH into correct group
` [PATCH 38/38] iio: magn-core: st: Provide support for the LSM303DLH

[PATCH v2 2/2] DT: Add documentation for cm36651 proximity/light sensor
 2013-09-17  4:58 UTC 

[PATCH v2 0/2] iio: cm36651: Add CM36651 proximity/light sensor driver
 2013-09-17  4:58 UTC 

[PATCH v2] iio: ti_am335x_adc: Take touchscreen steps into account for conversion timeout
 2013-09-16 21:17 UTC 

[PATCH 01/27] iio: iio_push_to_buffers(): Change type of 'data' to const void *
 2013-09-16 20:42 UTC  (13+ messages)
` [PATCH 04/27] iio: Add iio_push_buffers_with_timestamp() helper
` [PATCH 25/27] staging:iio:mxs-lradc: Use iio_push_to_buffers_with_timestamp()

[PATCH] iio:max1361: Use default triggered buffer setup ops
 2013-09-16 21:38 UTC  (2+ messages)

IIO: clarification about posting patches with device tree elements
 2013-09-16 19:25 UTC 

[PATCH v4 00/20] iio: ST clean-ups and new sensor support
 2013-09-16 16:02 UTC  (20+ messages)
` [PATCH 01/20] ARM: ux500: Remove PrimeCell IDs from Nomadik I2C DT nodes
` [PATCH 02/20] ARM: ux500: Enable the LPS001WP Pressure & Temperature sensor from DT
` [PATCH 03/20] ARM: ux500: Enable the LSM303DLH Accelerator "
` [PATCH 04/20] ARM: ux500: Enable the LSM303DLH Magnetometer "
` [PATCH 05/20] ARM: ux500: Enable the L3G4200D Gyroscope "
` [PATCH 06/20] ARM: ux500: CONFIG: Enable ST's IIO Sensors by default
` [PATCH 08/20] Documentation: dt: iio: Add binding for LSM303DLH - Accel
` [PATCH 09/20] Documentation: dt: iio: Add binding for L3G4200D
` [PATCH 10/20] Documentation: dt: iio: Add binding for LSM303DLH - Magn
` [PATCH 11/20] iio: sensors-core: st: Support sensors which don't have a Data Ready pin
` [PATCH 12/20] iio: sensors-core: st: Clean-up error handling in st_sensors_init_sensor()
` [PATCH 13/20] iio: sensors-core: st: Clean-up error handling in st_sensors_read_axis_data()
` [PATCH 14/20] iio: pressure-core: st: Clean-up probe() function
` [PATCH 15/20] iio: pressure: st: Add support for new LPS001WP pressure sensor
` [PATCH 16/20] iio: pressure-core: st: Provide support for the Vdd power supply
` [PATCH 17/20] iio: pressure-core: st: Provide support for the Vdd_IO "
` [PATCH 18/20] iio: accel-core: st: Clean up error handling in probe()
` [PATCH 19/20] iio: gyro-core: "
` [PATCH 20/20] iio: magn-core: "


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