Linux IIO development
 help / color / mirror / Atom feed
 messages from 2011-05-04 11:58:19 to 2011-05-18 15:36:52 UTC [more...]

[PATCH 1/2] staging:iio:adc: as1531 driver initial conversion from hwmon submission
 2011-05-18 15:39 UTC  (2+ messages)
` [PATCH 2/2] staging:iio:adc:as1351 general cleanup and conversion to standard functions

[PATCH 000/111] IIO: chan_spec intro, generic irq based triggers,
 2011-05-18 15:35 UTC  (114+ messages)
` [PATCH 001/111] staging:iio: allow channels to be set up using a table of iio_channel_spec structures
` [PATCH 002/111] staging:iio:lis3l02dq - move to new channel_spec approach
` [PATCH 003/111] staging:iio:max1363 - move to channel_spec registration
` [PATCH 004/111] staging:iio: remove ability to escalate events
` [PATCH 005/111] staging:iio: Add polling of events on the ring access chrdev
` [PATCH 006/111] staging:iio: remove legacy event chrdev for the buffers
` [PATCH 007/111] staging:iio: Buffer device flattening
` [PATCH 008/111] staging:iio:lis3l02dq: General cleanup
` [PATCH 009/111] staging:iio: Push interrupt setup down into the drivers for event lines
` [PATCH 010/111] staging:iio: lis3l02dq - separate entirely interrupt handling for thesholds from that for the datardy signal
` [PATCH 011/111] staging:iio:sca3000 extract old event handling and move to poll for events from buffer
` [PATCH 012/111] staging:iio:buffering remove unused parameter dead_offset from read_last_n in all buffer implementations
` [PATCH 013/111] staging:iio:light:tsl2563 remove old style event registration
` [PATCH 014/111] staging:iio:dac:ad5504 move from old to new event handling
` [PATCH 015/111] staging:iio:adt7316 get rid of legacy event handling code
` [PATCH 016/111] staging:iio:adc:ad7745 move from old to current event handling
` [PATCH 017/111] staging:iio:adc:ad7816 "
` [PATCH 018/111] staging:iio:adc:ad7150 move from deprecated event handling plus remove irq as gpio requirement
` [PATCH 019/111] staging:iio:adc:ad7152 remove unregister of interrupt line
` [PATCH 020/111] staging:iio:adc:adt75 old to new event handling conversion
` [PATCH 021/111] staging:iio:ad7291 move from old event system to current
` [PATCH 022/111] staging:iio:adc:adt7410 move to current event handling
` [PATCH 023/111] staging:iio:adt7310 "
` [PATCH 024/111] staging:iio:adc:ad7314 remove unmatched unregister of event line
` [PATCH 025/111] staging:iio:adc:ad799x move to new event handling
` [PATCH 026/111] staging:iio: Remove legacy "
` [PATCH 027/111] staging:iio:accel:lis3l02dq make threshold interrupt threaded
` [PATCH 028/111] staging:iio: Add infrastructure for irq_chip based triggers
` [PATCH 029/111] staging:iio:Documentation generic_buffer.c update to new abi for buffers + misc fixes
` [PATCH 030/111] staging:iio:ring_sw add function needed for threaded irq
` [PATCH 031/111] staging:iio: add generic data ready poll function
` [PATCH 032/111] staging:iio:accel:lis3l02dq move to threaded trigger handling
` [PATCH 033/111] staging:iio:adc:max1363 move to irqchip based threaded irq triggering
` [PATCH 034/111] staging:iio:adc:ad7476 use channel_spec
` [PATCH 035/111] staging:iio:adc:ad7476 move to irqchip based triggering
` [PATCH 036/111] staging:iio:meter:ade7758 move to irqchip based trigger handling
` [PATCH 037/111] staging:iio:imu:adis16400 move to irq based triggers and channel spec channel registration
` [PATCH 038/111] staging:iio:imu:adis16350 etc support into adis16400 driver
` [PATCH 039/111] staging:iio:imu remove old adis16350. Support now in "
` [PATCH 040/111] staging:iio:imu:adis16400 add support for adis16300
` [PATCH 041/111] staging:iio:imu remove adis16300 driver
` [PATCH 042/111] staging:iio:accel:adis16201 move to irqchip based trigger handling
` [PATCH 043/111] staging:iio:accel:adis16203 "
` [PATCH 044/111] staging:iio:accel:adis16204 "
` [PATCH 045/111] staging:iio:accel:adis16209 "
` [PATCH 046/111] staging:iio:accel:adis16240 "
` [PATCH 047/111] staging:iio:adc:ad7298 "
` [PATCH 048/111] staging:iio:adc:ad7606 conversion to irq_chip based polling
` [PATCH 049/111] staging:iio:adc:ad7887 move to irqchip based trigger handling
` [PATCH 050/111] staging:iio:adc:ad799x "
` [PATCH 051/111] staging:iio:gyro:adis16260 "
` [PATCH 052/111] staging:iio:trigger remove legacy pollfunc elements
` [PATCH 053/111] staging:iio: Add core attribute handling for name of device
` [PATCH 054/111] staging:iio: use the new central name attribute creation code
` [PATCH 055/111] staging:iio:light:tsl2563: chan_spec based channel setup
` [PATCH 056/111] staging:iio:accel:adis16201 move to chan_spec based setup
` [PATCH 057/111] staging:iio:accel:adis16203 "
` [PATCH 058/111] staging:iio:accel:adis16204 "
` [PATCH 059/111] staging:iio:accel:adis16209 "
` [PATCH 060/111] staging:iio:adc:ad7887: Convert to new channel registration method
` [PATCH 061/111] staging:iio:adc:ad7887: Use private data space from iio_allocate_device
` [PATCH 062/111] staging:iio:adc:ad799x: Convert to new channel registration method
` [PATCH 063/111] staging:iio:adc:ad799x: Use private data space from iio_allocate_device
` [PATCH 064/111] staging:iio:adc:ad799x removed unused headers
` [PATCH 065/111] staging:iio:adc:ad7298: Convert to new channel registration method
` [PATCH 066/111] staging:iio:accel: lis3l02dq add writing for calibscale and calibbias
` [PATCH 067/111] staging:iio: Add chan info support for 'peak_raw' attributes
` [PATCH 068/111] staging:iio:accel:adis16240 move to chan_spec based setup
` [PATCH 069/111] staging:iio:gyro:adis16260 "
` [PATCH 070/111] staging:iio:adc:ad7606 Convert to new channel registration method Update Add missing call to iio_trigger_notify_done() Set pollfunc top and bottom half handler
` [PATCH 071/111] staging:iio:adc:ad7606: Use private data space from iio_allocate_device
` [PATCH 072/111] staging:iio: Add channel types IIO_CURRENT and IIO_POWER
` [PATCH 073/111] staging:iio:meter:ade7758: Update trigger to the new API
` [PATCH 074/111] staging:iio:meter:ade7758: Fix timing on SPI read accessor functions
` [PATCH 075/111] iio:staging:meter:ade7758: Fix return value of ade7758_write_reset
` [PATCH 076/111] staging:iio:meter:ade7758: Fix list and set of available sample frequencies
` [PATCH 077/111] staging:iio:meter:ade7758: Use iio channel spec and miscellaneous other changes
` [PATCH 078/111] staging:iio: rip out scan_el attributes. Now handled as iio_dev_attrs like everything else
` [PATCH 079/111] staging:iio:max1363 trivial removal of unused trig pointer
` [PATCH 080/111] staging:iio:max1363 add new 2 channels parts form maxim, 11644-7
` [PATCH 081/111] staging:iio:trigger sysfs userspace trigger rework
` [PATCH 082/111] staging:iio:core clean out unused elements
` [PATCH 083/111] staging:iio:adc:ad7150 fix event codes
` [PATCH 084/111] staging:iio:adc:ad7816 and adt75 change to meaningful event code
` [PATCH 085/111] staging:iio:adc:ad7291 remove abuse of buffer events and replace with something almost sane
` [PATCH 086/111] staging:iio:adc:adt7310 replace abuse of buffer events
` [PATCH 087/111] staging:iio:adc:adt7410 "
` [PATCH 088/111] staging:iio:addac:adt7316 "
` [PATCH 089/111] staging:iio:buffer - remove unused event code for "
` [PATCH 090/111] staging:iio:lis3l02dq remerge the two interrupt handlers
` [PATCH 091/111] staging:iio: iio_event_interfaces - clean out unused elements
` [PATCH 092/111] staging:iio:trigger handle name attr in core, remove old alloc and register any control_attrs via struct device
` [PATCH 093/111] drivers:staging:iio:imu:adis16400 avoid allocating rx, tx, and state separately from iio_dev
` [PATCH 094/111] staging:iio: rationalization of different buffer implementation hooks
` [PATCH 095/111] staging:iio:adc:AD7298: Use private data space from iio_allocate_device
` [PATCH 096/111] staging:iio: Rip out helper for software rings
` [PATCH 097/111] staging:iio:adc: AD7606: Consitently use indio_dev
` [PATCH 098/111] staging:iio:adc: AD7606: Drop dev_data in favour of iio_priv()
` [PATCH 099/111] staging:iio:adc:AD7780: Convert to new channel registration method
` [PATCH 100/111] staging:iio:adc: AD7780: Use private data space from iio_allocate_device + trivial fixes
` [PATCH 101/111] staging:iio:ad7780 trivial unused header cleanup
` [PATCH 102/111] staging:iio: poll func allocation clean up
` [PATCH 103/111] staging:iio:core cleanup: squash tiny wrappers and use dev_set_name to handle creation of event interface name
` [PATCH 104/111] staging:iio: ring core cleanups + check if read_last available in lis3l02dq
` [PATCH 105/111] staging:iio:accel:lis3l02dq make write_reg_8 take value not a pointer to value
` [PATCH 106/111] staging:iio:meter:ade7758: Use private data space from iio_allocate_device
` [PATCH 107/111] staging:iio: implement an iio_info structure to take some of the constant elements out of iio_dev
` [PATCH 108/111] staging:iio:max1363 misc cleanups and use of for_each_bit_set to simplify event code spitting out
` [PATCH 109/111] staging:iio: use pollfunc allocation helpers in remaining drivers
` [PATCH 110/111] staging:iio:documenation partial update
` [PATCH 111/111] staging:iio: Trivial kconfig reorganization and uniformity improvements

[PATCH V4] irq: uninline generic_handle_irq, export handle_simple_irq, irq_modify_status, generic_handle_irq, irq_alloc_descs and irq_free_descs
 2011-05-18 10:51 UTC  (2+ messages)

IIO-onwards
 2011-05-18 10:03 UTC  (3+ messages)

[PATCH] irq: uninline generic_handle_irq, export handle_simple_irq, irq_modify_status, generic_handle_irq, irq_alloc_descs and irq_free_descs
 2011-05-18  9:33 UTC  (2+ messages)

drivers for usb daq card
 2011-05-14  9:59 UTC  (5+ messages)

[PATCH 0/5] IIO: Another mixed bag, including iio_info structure and doc updates
 2011-05-13 16:09 UTC  (6+ messages)
` [PATCH 1/5] staging:iio: implement an iio_info structure to take some of the constant elements out of iio_dev
` [PATCH 2/5] staging:iio:max1363 misc cleanups and use of for_each_bit_set to simplify event code spitting out
` [PATCH 3/5] staging:iio: use pollfunc allocation helpers in remaining drivers
` [PATCH 4/5] staging:iio:documenation partial update
` [PATCH 5/5] staging:iio: Trivial kconfig reorganization and uniformity improvements

[PATCH] iio: trigger: iio-trig-bfin-timer: select missing dependency
 2011-05-12 13:39 UTC 

[PATCH] iio: adc: ad7780: Add missing GPIOLIB dependency
 2011-05-12 13:38 UTC 

[PATCH] iio: adc: ad7780: Add missing GPIOLIB dependency
 2011-05-12 13:40 UTC  (2+ messages)

[PATCH] iio: trigger: iio-trig-bfin-timer: select missing dependency
 2011-05-12 13:40 UTC  (2+ messages)

[PATCH 1/6] IIO-work: meter: ade7758: Update trigger to the new API
 2011-05-12 12:04 UTC  (8+ messages)
` [PATCH 2/6] IIO-work: meter: ade7758: Fix timing on SPI read accessor functions
` [PATCH 3/6] IIO-work: meter: ade7758: Fix return value of ade7758_write_reset
` [PATCH 4/6] IIO-work: meter: ade7758: Fix list and set of available sample frequencies
` [PATCH 5/6] IIO-work: meter: ade7758: Use iio channel spec and miscellaneous other changes
` [PATCH 6/6] IIO-work: meter: ade7758: Use private data space from iio_allocate_device

linux-next: Tree for May 11 (staging/iio/adc + gpio)
 2011-05-11 23:40 UTC 

[PATCH 1/2] IIO-work: iio.h: add missing address in IIO_CHAN
 2011-05-11 12:18 UTC  (4+ messages)
` [PATCH 2/2] IIO-work: Add channel types IIO_CURRENT and IIO_POWER

[RFC] What is the preferred way to share ADC unit between hwmon and input(ts) drivers?
 2011-05-10  9:51 UTC  (3+ messages)

Oddities and how to handle them
 2011-05-04 18:45 UTC  (18+ messages)
                ` [Device-drivers-devel] "

[PATCH 00/99] IIO: moving forward patch set
 2011-05-04 15:01 UTC  (46+ messages)
` [PATCH 47/99] staging:iio:adc:ad7298 move to irqchip based trigger handling
` [PATCH 48/99] staging:iio:ad7606 conversion to irq_chip based polling
` [PATCH 49/99] staging:iio:adc:ad7887 move to irqchip based trigger handling
` [PATCH 50/99] staging:iio:adc:ad799x "
` [PATCH 51/99] staging:iio:gyro:adis16260 "
` [PATCH 52/99] staging:iio:trigger remove legacy pollfunc elements
` [PATCH 53/99] staging:iio: Add core attribute handling for name of device
` [PATCH 54/99] staging:iio: use the new central name attribute creation code
` [PATCH 55/99] staging:iio:light:tsl2563: chan_spec based channel setup
` [PATCH 56/99] staging:iio:accel:adis16201 move to chan_spec based setup
` [PATCH 57/99] staging:iio:accel:adis16203 "
` [PATCH 58/99] staging:iio:accel:adis16204 "
` [PATCH 59/99] staging:iio:accel:adis16209 "
` [PATCH 64/99] staging:iio:adc/ad799x removed unused headers
` [PATCH 65/99] IIO-onwards: ADC: AD7298: Convert to new channel registration method
` [PATCH 66/99] staging:iio:accel: lis3l02dq add writing for calibscale and calibbias
` [PATCH 67/99] staging:iio: Add chan info support for 'peak_raw' attributes
` [PATCH 68/99] staging:iio:accel:adis16240 move to chan_spec based setup
` [PATCH 69/99] staging:iio:gyro:adis16260 "
` [PATCH 70/99] staging:iio:adc:ad7606 Convert to new channel registration method Update Add missing call to iio_trigger_notify_done() Set pollfunc top and bottom half handler
` [PATCH 72/99] staging:iio: rip out scan_el attributes. Now handled as iio_dev_attrs like everything else
` [PATCH 73/99] staging:iio:max1363 trivial removal of unused trig pointer
` [PATCH 74/99] staging:iio:max1363 add new 2 channels parts form maxim, 11644-7
` [PATCH 75/99] staging:iio:trigger sysfs userspace trigger rework
` [PATCH 76/99] staging:iio:core clean out unused elements
` [PATCH 77/99] staging:iio:adc:ad7150 fix event codes
` [PATCH 78/99] staging:iio:adc:ad7816 and adt75 change to meaningful event code
` [PATCH 79/99] staging:iio:adc:ad7291 remove abuse of buffer events and replace with something almost sane
` [PATCH 80/99] staging:iio:adc:adt7310 replace abuse of buffer events
` [PATCH 81/99] staging:iio:adc:adt7410 "
` [PATCH 82/99] staging:iio:addac:adt7316 "
` [PATCH 83/99] staging:iio:buffer - remove unused event code for "
` [PATCH 84/99] staging:iio:lis3l02dq remerge the two interrupt handlers
` [PATCH 85/99] staging:iio: iio_event_interfaces - clean out unused elements
` [PATCH 86/99] staging:iio:trigger handle name attr in core, remove old alloc and register any control_attrs via struct device
` [PATCH 87/99] drivers:staging:iio:adis16400 avoid allocating rx, tx, and state separately from iio_dev
` [PATCH 88/99] staging:iio: rationalization of different buffer implementation hooks
` [PATCH 90/99] staging:iio: Rip out helper for software rings
` [PATCH 95/99] staging:iio:ad7780 trivial unused header cleanup
` [PATCH 96/99] staging:iio: poll func allocation clean up
` [PATCH 97/99] staging:iio:core cleanup: squash tiny wrappers and use dev_set_name to handle creation of event interface name
` [PATCH 98/99] staging:iio: ring core cleanups + check if read_last available in lis3l02dq
` [PATCH 99/99] staging:iio:accel:lis3l02dq make write_reg_8 take value not a pointer to value

RFC small change to tsl2563 event interface
 2011-05-04 12:08 UTC  (2+ messages)


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