aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/proximity/sx9324.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-17iio: proximity: sx9324: Use automated cleanup for locks and IIO mode claiming.Jonathan Cameron1-70/+39
2024-02-17iio: sx9324: avoid copying property stringsJustin Stitt1-29/+40
2023-11-16iio: proximity: sx9324: Switch to device_property_match_property_string()Andy Shevchenko1-14/+10
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-03-11iio: proximity: sx_common: Add old register mappingGwendal Grignou1-46/+50
2022-09-21iio: proximity: sx9324: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+4
2022-07-14Merge tag 'iio-for-5.20a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-3/+73
2022-06-19iio:proximity:sx9324: Check ret value of device_property_read_u32_array()Aashish Sharma1-0/+3
2022-06-14iio: sx9324: Add setting for CS idle modeStephen Boyd1-0/+16
2022-06-14iio: sx9324: Add Setting for internal analog gainGwendal Grignou1-0/+22
2022-06-14iio: sx9324: Add Setting for internal compensation resistorGwendal Grignou1-1/+20
2022-06-14iio: sx9324: Add precharge internal resistance settingGwendal Grignou1-0/+13
2022-06-14iio: sx9324: Fix register field spellingGwendal Grignou1-2/+2
2022-04-10iio: sx9324: Fix default precharge internal resistance registerGwendal Grignou1-2/+4
2022-04-04iio:proximity:sx9324: Fix hardware gain read/writeStephen Boyd1-5/+21
2022-01-23iio:proximity:sx9324: Add dt_binding supportGwendal Grignou1-0/+164
2022-01-23iio:proximity:sx9324: Add SX9324 supportGwendal Grignou1-0/+904