开源镜像站
帮助
下载
动态
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
/
joystick
/
as5011.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-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-06-09
Input: joystick - use sizeof(*pointer) instead of sizeof(type)
Erick Archer
2024-05-13
Input: drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
2023-12-13
Input: as5011 - convert to GPIO descriptor
Linus Walleij
2023-05-17
Input: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2022-12-02
Input: as5011 - Convert to i2c's .probe_new()
Uwe Kleine-König
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2018-05-08
Input: as5011 - avoid using __set_bit() for capabilities
Marcus Folkesson
2013-08-24
Input: as5011 - fix error return code in as5011_probe()
Wei Yongjun
2013-08-12
Input: joysticks - use dev_get_platdata()
Jingoo Han
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-10-11
Input: as5011 - use C99-style structure initializators
Shubhrajyoti D
2012-07-07
Merge branch 'for-linus' to bring in change ensuring that drivers that
Dmitry Torokhov
2012-07-04
Input: request threaded-only IRQs with IRQF_ONESHOT
Lars-Peter Clausen
2012-05-30
i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLING
Mark Brown
2012-03-16
Input: convert I2C drivers to use module_i2c_driver()
Axel Lin
2011-10-31
drivers/input: Add module.h to modular drivers implicitly using it
Paul Gortmaker
2011-01-10
Input: add Austria Microsystem AS5011 joystick driver
Fabien Marteau