summaryrefslogtreecommitdiff
path: root/drivers/iio/accel/bmc150-accel.c
Commit message (Expand)AuthorAgeFilesLines
* iio: bmc150: Split the driver into core and i2cMarkus Pargmann2015-10-031-1806/+0
* iio: bcm150: Remove i2c_client from private dataMarkus Pargmann2015-10-031-52/+52
* iio: bmc150: Use i2c regmapMarkus Pargmann2015-10-031-128/+97
* iio: remove gpio interrupt probing from drivers that use a single interruptOctavian Purdila2015-10-031-30/+0
* Merge tag 'iio-for-4.3b-2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2015-08-121-82/+74
|\
| * iio:accel:bmc150-accel: Use the chip ID to detect sensor variantBastien Nocera2015-08-081-27/+19
| * iio:accel:bmc150-accel: Move bmc150_accel_chip_init()Bastien Nocera2015-08-081-57/+57
| * iio: fix drivers that consider 0 as a valid IRQ in client->irqOctavian Purdila2015-07-231-1/+1
* | Merge 4.2-rc3 into staging-nextGreg Kroah-Hartman2015-07-201-1/+1
|\ \ | |/ |/|
| * Merge tag 'iio-fixes-for-4.2a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-07-131-1/+1
| |\
| | * iio:accel:bmc150-accel: fix counting directionHartmut Knaack2015-06-211-1/+1
* | | iio:accel:bmc150-accel: code style cleanupHartmut Knaack2015-06-211-42/+49
* | | iio:accel:bmc150-accel: make use of mask definitionHartmut Knaack2015-06-211-1/+1
|/ /
* | iio: accel: bmc150: decouple buffer and triggersVlad Dogaru2015-05-171-20/+35
|/
* Merge 4.0-rc7 into staging-nextGreg Kroah-Hartman2015-04-071-10/+10
|\
| * iio: bmc150: change sampling frequencySathyanarayanan Kuppuswamy2015-03-141-9/+9
| * iio: fix drivers that check buffer->scan_maskOctavian Purdila2015-03-071-1/+1
* | iio: bmc150_accel: add support for hardware fifoOctavian Purdila2015-03-291-16/+392
* | iio: bmc150: introduce bmc150_accel_triggerOctavian Purdila2015-03-141-79/+125
* | iio: bmc150: introduce bmc150_accel_interruptOctavian Purdila2015-03-141-35/+51
* | iio: improve usage of gpiod APIUwe Kleine-König2015-02-221-5/+1
* | iio: bmc150: exit early if event / trigger state is not changedOctavian Purdila2015-02-081-1/+13
* | iio: bmc150: refactor interrupt enablingOctavian Purdila2015-02-081-159/+113
* | iio: bmc150: refactor slope duration and threshold updateOctavian Purdila2015-02-081-50/+47
|/
* Merge branch 'pm-runtime'Rafael J. Wysocki2014-12-081-2/+2
|\
| * iio / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-041-2/+2
* | iio: accel: bmc150: set low default thresholdsSrinivas Pandruvada2014-11-161-2/+2
* | iio: accel: bmc150: Fix iio_event_spec directionSrinivas Pandruvada2014-11-161-1/+1
* | iio: accel: bmc150: Send x, y and z motion separatelySrinivas Pandruvada2014-11-161-3/+20
* | iio: accel: bmc150: Error handling when mode set failsSrinivas Pandruvada2014-11-161-1/+10
|/
* iio: accel: BMC150: add support for other Bosch chipsLaurentiu Palcu2014-09-131-59/+175
* iio: accel: BMC150: fix issues when CONFIG_PM_RUNTIME is not setLaurentiu Palcu2014-08-301-0/+7
* iio: accel: BMC150: fix scale value for 16GLaurentiu Palcu2014-08-301-1/+1
* iio: accel: BMC150 accel supportSrinivas Pandruvada2014-08-071-0/+1307