开源镜像站
帮助
下载
动态
GitHub
index
:
linux.git
master
Linux kernel mainline source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
misc
/
88pm80x_onkey.c
Age
Commit message (
Expand
)
Author
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2024-10-15
Input: switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-06-02
Input: misc - use sizeof(*pointer) instead of sizeof(type)
Erick Archer
2024-01-22
Input: 88pm80x_onkey - add SPDX and drop GPL boilerplate
Duje Mihanović
2023-09-23
Input: 88pm80x_onkey - convert to platform remove callback returning void
Uwe Kleine-König
2019-08-14
Input: remove dev_err() usage after platform_get_irq()
Stephen Boyd
2017-01-21
Input: misc - drop unnecessary calls to device_init_wakeup
Guenter Roeck
2014-10-20
input: misc: drop owner assignment from platform_drivers
Wolfram Sang
2012-11-24
Input: remove use of __devexit
Bill Pemberton
2012-11-24
Input: remove use of __devinit
Bill Pemberton
2012-11-24
Input: remove use of __devexit_p
Bill Pemberton
2012-07-25
input: Add onkey support for 88PM80X PMIC
Qiao Zhou