aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel/bmc150-accel-i2c.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-19iio: accel: bmc150: Document duplicate ACPI entries with bmi323 driverJonathan LoBue1-0/+13
2024-01-23iio: accel: bmc150: Drop ACPI_PTR()Jonathan Cameron1-1/+1
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2022-11-23iio: accel: bmc150: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-02-18iio:accel:bmc150: Move exports into IIO_BMC150 namespaceJonathan Cameron1-0/+1
2021-10-19iio: accel: bmc150: Make bmc150_accel_core_remove() return voidUwe Kleine-König1-1/+3
2021-08-08iio: accel: bmc150: Add support for BMC156Stephan Gerhold1-2/+8
2021-06-13iio: accel: bma180/bmc150: Move BMA254 to bmc150-accel driverStephan Gerhold1-0/+2
2021-06-13iio: accel: bmc150: Add device IDs for BMA253Stephan Gerhold1-0/+2
2021-06-13iio: accel: bmc150: Sort all chip names alphabetically / by chip IDStephan Gerhold1-13/+13
2021-06-13iio: accel: bmc150: Drop duplicated documentation of supported chipsStephan Gerhold1-9/+1
2021-06-13iio: accel: bmc150: Drop misleading/duplicate chip identifiersStephan Gerhold1-15/+15
2021-06-09iio: accel: bmc150: Add support for DUAL250E ACPI DSM for setting the hinge a...Hans de Goede1-0/+110
2021-06-09iio: accel: bmc150: Remove bmc150_set/get_second_device() accessor functionsHans de Goede1-6/+4
2021-06-09iio: accel: bmc150: Add support for dual-accelerometers with a DUAL250E HIDHans de Goede1-7/+12
2021-06-09iio: accel: bmc150: Move check for second ACPI device into a separate functionHans de Goede1-29/+51
2021-06-09iio: accel: bmc150: Don't make the remove function of the second acceleromete...Hans de Goede1-1/+1
2020-12-03iio: accel: bmc150: Check for a second ACPI device for BOSC0200Jeremy Cline1-2/+39
2020-12-03iio: accel: bmc150-accel: Add support for BMA222Linus Walleij1-0/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-9/+1
2017-12-02iio: accel: bmc150: Add OF device ID tableJavier Martinez Canillas1-0/+12
2017-07-01iio: accel: bmc150: Add support for BOSC0200 ACPI device idHans de Goede1-0/+1
2016-04-03iio: accel: bmc150: use common definition for regmap confIrina Tirdea1-6/+1
2015-10-03iio: bmc150: Split the driver into core and i2cMarkus Pargmann1-0/+102