开源镜像站
帮助
下载
动态
GitHub
index
:
lwn.git
alabaster
automarkup
b4/review/20260312-kernel-doc-use-a-c-lexical-tokenizer-for-transforms-0e0e9e143327
build-script
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
media-uapi
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
touchscreen
/
wdt87xx_i2c.c
Age
Commit message (
Expand
)
Author
2026-05-30
Input: Use named initializers for arrays of i2c_device_data
Uwe Kleine-König (The Capable Hub)
2026-03-25
Input: wdt87xx_i2c - switch to using cleanup functions
Dmitry Torokhov
2026-01-20
Input: wdt87xx_i2c - switch to use dev_err_probe()
Andy Shevchenko
2025-01-22
Input: wdt87xx_i2c - fix compiler warning
Yu-Chun Lin
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-05-13
Input: drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
2023-12-13
Input: touchscreen - use sysfs_emit[_at]() instead of scnprintf()
ye xingchen
2023-09-06
Input: wdt87xx_i2c - use device core to create driver-specific device attributes
Dmitry Torokhov
2023-05-17
Input: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-01-09
Input: wdt87xx_i2c - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
2022-12-02
Input: wdt87xx_i2c - Convert to i2c's .probe_new()
Uwe Kleine-König
2018-07-27
Input: wdt87xx_i2c - replace mdelay() with msleep() in wdt87xx_resume()
Jia-Ju Bai
2018-01-16
Input: remove unneeded MODULE_VERSION() usage in touchscreen drivers
Greg Kroah-Hartman
2017-09-29
Input: wdt87xx_i2c - use managed devm_device_add_group
Andi Shyti
2016-09-05
Input: wdt87xx_i2c - fix the flash erase issue
HungNien Chen
2016-02-15
treewide: Fix typo in printk
Masanari Iida
2015-07-11
Input: wdt87xx_i2c - change the sleep time to 2500ms after the sw reset
HungNien Chen
2015-07-11
Input: wdt87xx_i2c - populate vendor and product in input device
HungNien Chen
2015-07-01
Input: wdt87xx_i2c - add a scaling factor for TOUCH_MAJOR event
HungNien Chen
2015-07-01
Input: wdt87xx_i2c - remove stray newline in diagnostic message
Dmitry Torokhov
2015-06-29
Input: wdt87xx_i2c - fix format warning
Dmitry Torokhov
2015-06-24
Input: add a driver for wdt87xx touchscreen controller
HungNien Chen