index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
touchscreen
/
iqs5xx.c
Age
Commit message (
Expand
)
Author
2023-12-13
Input: touchscreen - use sysfs_emit[_at]() instead of scnprintf()
ye xingchen
2023-09-06
Input: iqs5xx - use device core to create driver-specific device attributes
Dmitry Torokhov
2023-07-17
Input: Explicitly include correct DT includes
Rob Herring
2023-05-17
Input: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-01-09
Input: iqs5xx - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
2022-12-02
Input: iqs5xx - Convert to i2c's .probe_new()
Uwe Kleine-König
2022-03-20
Input: iqs5xx - use local input_dev pointer
Jeff LaBundy
2021-03-25
Input: iqs5xx - make reset GPIO optional
Jeff LaBundy
2021-03-25
Input: iqs5xx - close bootloader using hardware reset
Jeff LaBundy
2021-03-25
Input: iqs5xx - remove superfluous revision validation
Jeff LaBundy
2021-03-25
Input: iqs5xx - expose firmware revision to user space
Jeff LaBundy
2021-03-25
Input: iqs5xx - optimize axis definition and validation
Jeff LaBundy
2021-03-25
Input: iqs5xx - update vendor's URL
Jeff LaBundy
2021-01-28
Input: iqs5xx - initialize an uninitialized variable
Jeff LaBundy
2021-01-24
Input: iqs5xx - allow device to be a wake-up source
Jeff LaBundy
2021-01-24
Input: iqs5xx - allow more time for ATI to complete
Jeff LaBundy
2021-01-24
Input: iqs5xx - eliminate unnecessary register read
Jeff LaBundy
2021-01-24
Input: iqs5xx - simplify axis setup logic
Jeff LaBundy
2021-01-24
Input: iqs5xx - re-initialize device upon warm reset
Jeff LaBundy
2021-01-24
Input: iqs5xx - accommodate bootloader latency
Jeff LaBundy
2021-01-24
Input: iqs5xx - preserve bootloader errors
Jeff LaBundy
2021-01-24
Input: iqs5xx - minor cosmetic improvements
Jeff LaBundy
2020-12-02
Input: use input_device_enabled()
Andrzej Pietrasiewicz
2020-07-07
Input: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2019-07-15
Merge tag 'v5.2' into next
Dmitry Torokhov
2019-06-09
Input: iqs5xx - get axis info before calling input_mt_init_slots()
Jeff LaBundy
2019-05-23
Input: iqs5xx - remove redundant dev_set_drvdata call
Axel Lin
2019-04-30
Input: add support for Azoteq IQS550/572/525
Jeff LaBundy