summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/bu21029_ts.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-08Input: bu21029_ts - use local 'client->dev' variable in probe()Krzysztof Kozlowski1-20/+15
2023-07-08Input: bu21029_ts - simplify with dev_err_probe()Krzysztof Kozlowski1-14/+6
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-01-10Input: bu21029 - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+4
2022-12-03Input: bu21029_ts - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2021-03-26Input: move to use request_irq by IRQF_NO_AUTOEN flagBarry Song1-2/+2
2020-12-03Input: use input_device_enabled()Andrzej Pietrasiewicz1-2/+2
2018-06-25Input: add bu21029 touch driverZhu Yi1-0/+484