aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/light (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-24iio: light: vcnl4000: Remove redundant codeSachin Kamat1-5/+1
2013-10-18iio: light: gp2ap020a00f: Include linux/of.h headerSachin Kamat1-0/+1
2013-10-17iio: cm36651: Add CM36651 proximity/light sensorBeomho Seo3-0/+720
2013-10-16iio:gp2ap020a00f: Remove redundant call to iio_sw_buffer_preenable()Lars-Peter Clausen1-1/+0
2013-10-12iio:apds9300: Use new event config interfaceLars-Peter Clausen1-17/+36
2013-10-12iio:tsl2563: Switch to new event config interfaceLars-Peter Clausen1-19/+34
2013-10-12iio:gp2ap020a00f: Switch to new event config interfaceLars-Peter Clausen1-34/+71
2013-09-22Merge tag 'iio-for-3.13a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman7-58/+2303
2013-09-21iio:gp2ap020a00f: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen1-7/+2
2013-09-21iio:tcs3472: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen1-4/+2
2013-09-21iio:adjd_s311: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen1-4/+1
2013-09-21iio: Fix tcs3472 dev-to-indio_dev conversion in suspend/resumePeter Meerwald1-2/+5
2013-09-15iio: Remove unnecessary casts for iio_push_to_buffers()Lars-Peter Clausen3-5/+6
2013-09-15iio: Fix tcs3472 buffer sizePeter Meerwald1-4/+1
2013-09-15iio: gp2ap020a00f: Add a driver for the deviceJacek Anaszewski3-0/+1635
2013-09-14iio: Add tcs3472 color light sensor driverPeter Meerwald3-0/+380
2013-09-14iio: Add tsl4531 ambient light sensor driverPeter Meerwald3-0/+269
2013-09-14iio: adjd_s311: Use INT_TIME channel infoPeter Meerwald1-51/+21
2013-09-03Merge tag 'staging-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds8-99/+583
2013-08-19iio: adjd_s311: Cleanup unused #definesPeter Meerwald1-18/+10
2013-08-19iio: Remove unnecessary _write_raw_get_fmt() in several hid-sensor driversPeter Meerwald1-8/+0
2013-08-19iio: adjd_s311: Fix non-scan mode data readPeter Meerwald1-1/+2
2013-08-03iio:vcnl4000: Use devm_iio_device_allocPeter Meerwald1-12/+4
2013-08-03iio:adjd_s311: Use devm_iio_device_allocPeter Meerwald1-10/+5
2013-08-03iio: light: tsl2563: Use devm_* APIsSachin Kamat1-17/+8
2013-08-03iio: light: lm3533-als: Use devm_iio_device_allocSachin Kamat1-5/+2
2013-08-03iio: light: hid-sensor-als: Use devm_iio_device_allocSachin Kamat1-12/+5
2013-08-03iio: add APDS9300 ambilent light sensor driverOleksandr Kravchenko3-0/+523
2013-08-03iio: Add a comment to about alphabetical order to Kconfigs and MakefilesLars-Peter Clausen2-12/+15
2013-08-03iio: hid-sensor-als: add module alias for autoloadAlexander Holler1-5/+11
2013-05-22iio: Correct HID light sensor name in commentsAlexandre Relange1-1/+1
2013-03-17iio:light:vcnl4000 move to info_mask_(shared_by_type/separate)Jonathan Cameron1-3/+3
2013-03-17iio:light:tsl2563 move to info_mask_(shared_by_type/separate)Jonathan Cameron1-5/+5
2013-03-17iio:light:lm3533 move to info_mask_(shared_by_type/separate)Jonathan Cameron1-3/+3
2013-03-17iio:light:adjd_s311 move to info_mask_(shared_by_type/separate)Jonathan Cameron1-2/+2
2013-03-17iio:hid_sensors move to info_mask_(shared_by_type/separate)Jonathan Cameron1-4/+4
2013-01-27iio:light:tsl2563 move out of stagingJonathan Cameron3-0/+898
2013-01-25Merge 3.8-rc5 into staging-nextGreg Kroah-Hartman4-20/+19
2013-01-14Merge tag 'staging-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-0/+1
2013-01-07Merge branch 'staging-linus' into staging-nextGreg Kroah-Hartman1-0/+1
2013-01-06hid: iio: rename struct hid_sensor_iio_common to hid_sensor_commonAlexander Holler1-1/+1
2013-01-06iio: merge hid-sensor-attributes.h into hid-sensor-hub.hAlexander Holler1-1/+0
2013-01-03Drivers: iio: remove __dev* attributes.Greg Kroah-Hartman4-20/+19
2012-12-27iio: hid-sensors: respect CONFIG_IIO_TRIGGERAlexander Holler1-0/+1
2012-11-17iio: hid-sensor: Return proper error if kmemdup failsAxel Lin1-3/+2
2012-11-10staging:iio: Add support for multiple buffersJonathan Cameron2-16/+2
2012-09-08iio: Drop timestamp parameter from buffer store_to callbackLars-Peter Clausen2-3/+2
2012-09-07staging:iio: hid-sensors Use iio_push_to_bufferJonathan Cameron1-1/+1
2012-09-06iio: hid-sensors: Added ALSsrinivas pandruvada3-0/+397
2012-08-16iio: lm3533-als: Fix build warningsAxel Lin1-2/+2