summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel/bmc150-accel-i2c.c
Commit message (Expand)AuthorAgeFilesLines
* iio: accel: bmc150: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* iio:accel:bmc150: Move exports into IIO_BMC150 namespaceJonathan Cameron2022-02-181-0/+1
* iio: accel: bmc150: Make bmc150_accel_core_remove() return voidUwe Kleine-König2021-10-191-1/+3
* iio: accel: bmc150: Add support for BMC156Stephan Gerhold2021-08-081-2/+8
* iio: accel: bma180/bmc150: Move BMA254 to bmc150-accel driverStephan Gerhold2021-06-131-0/+2
* iio: accel: bmc150: Add device IDs for BMA253Stephan Gerhold2021-06-131-0/+2
* iio: accel: bmc150: Sort all chip names alphabetically / by chip IDStephan Gerhold2021-06-131-13/+13
* iio: accel: bmc150: Drop duplicated documentation of supported chipsStephan Gerhold2021-06-131-9/+1
* iio: accel: bmc150: Drop misleading/duplicate chip identifiersStephan Gerhold2021-06-131-15/+15
* iio: accel: bmc150: Add support for DUAL250E ACPI DSM for setting the hinge a...Hans de Goede2021-06-091-0/+110
* iio: accel: bmc150: Remove bmc150_set/get_second_device() accessor functionsHans de Goede2021-06-091-6/+4
* iio: accel: bmc150: Add support for dual-accelerometers with a DUAL250E HIDHans de Goede2021-06-091-7/+12
* iio: accel: bmc150: Move check for second ACPI device into a separate functionHans de Goede2021-06-091-29/+51
* iio: accel: bmc150: Don't make the remove function of the second acceleromete...Hans de Goede2021-06-091-1/+1
* iio: accel: bmc150: Check for a second ACPI device for BOSC0200Jeremy Cline2020-12-031-2/+39
* iio: accel: bmc150-accel: Add support for BMA222Linus Walleij2020-12-031-0/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-9/+1
* iio: accel: bmc150: Add OF device ID tableJavier Martinez Canillas2017-12-021-0/+12
* iio: accel: bmc150: Add support for BOSC0200 ACPI device idHans de Goede2017-07-011-0/+1
* iio: accel: bmc150: use common definition for regmap confIrina Tirdea2016-04-031-6/+1
* iio: bmc150: Split the driver into core and i2cMarkus Pargmann2015-10-031-0/+102