linux-stable/drivers/iio/potentiometer
Jonathan Cameron 3c35281c8e iio: potentiometer: max5487: Drop ACPI_PTR() usage
Avoiding unused variable warnings when using this macro adds
complexity that in simple cases like this one is not justified
for the small saving in data.

Switch include from acpi.h to mod_devicetable.h which includes the
definition of struct acpi_device_id.

Reported-by: kernel test robot <lkp@intel.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Link: https://lore.kernel.org/r/20231231183514.566609-21-jic23@kernel.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
2024-01-23 22:06:55 +00:00
..
Kconfig iio: potentiometer: Add support for the Renesas X9250 potentiometers 2023-05-20 17:30:33 +01:00
Makefile iio: potentiometer: Add support for the Renesas X9250 potentiometers 2023-05-20 17:30:33 +01:00
ad5110.c iio: potentiometer: ad5110: Use i2c_get_match_data() 2023-09-12 10:42:03 +01:00
ad5272.c iio: Switch i2c drivers back to use .probe() 2023-05-21 18:54:53 +01:00
ds1803.c iio: potentiometer: ds1803: Convert enum->pointer for data in the ID table 2023-09-12 10:42:03 +01:00
max5432.c iio: Switch i2c drivers back to use .probe() 2023-05-21 18:54:53 +01:00
max5481.c iio: potentiometer: max5481: Fix alignment for DMA safety 2022-06-14 11:53:19 +01:00
max5487.c iio: potentiometer: max5487: Drop ACPI_PTR() usage 2024-01-23 22:06:55 +00:00
mcp4018.c iio: potentiometer: mcp4018: Use i2c_get_match_data() 2023-07-29 15:53:59 +01:00
mcp4131.c iio: potentiometer: mcp4131: Fix alignment for DMA safety 2022-06-14 11:53:19 +01:00
mcp4531.c iio: potentiometer: mcp4531: Use i2c_get_match_data() 2023-07-29 15:55:48 +01:00
mcp41010.c iio: potentiometer: mcp41010: Fix alignment for DMA safety 2022-06-14 11:53:19 +01:00
tpl0102.c iio: Switch i2c drivers back to use .probe() 2023-05-21 18:54:53 +01:00
x9250.c iio: potentiometer: Add support for the Renesas X9250 potentiometers 2023-05-20 17:30:33 +01:00