index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
hid-cp2112.c
Age
Commit message (
Expand
)
Author
2025-10-14
HID: cp2112: Add parameter validation to data length
Deepak Sharma
2025-09-22
Merge tag 'hid-for-linus-2025092201' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2025-09-12
HID: cp2112: fix setter callbacks return value
Sébastien Szymanski
2025-08-07
treewide: rename GPIO set callbacks back to their original names
Bartosz Golaszewski
2025-04-24
HID: cp2112: use new line value setter callbacks
Bartosz Golaszewski
2025-04-24
HID: cp2112: use lock guards
Bartosz Golaszewski
2025-04-24
HID: cp2112: hold the lock for the entire direction_output() call
Bartosz Golaszewski
2025-04-24
HID: cp2112: destroy mutex on driver detach
Bartosz Golaszewski
2024-10-18
HID: replace BUG_ON() with WARN_ON()
He Lugang
2024-09-13
hid: cp2112: Use irq_get_trigger_type() helper
Jinjie Ruan
2023-10-25
hid: cp2112: Fix IRQ shutdown stopping polling for all IRQs on chip
Danny Kaehn
2023-10-04
hid: cp2112: Fix duplicate workqueue initialization
Danny Kaehn
2023-07-28
HID: cp2112: Use octal permissions
Andy Shevchenko
2023-07-28
HID: cp2112: Convert to DEVICE_ATTR_RW()
Andy Shevchenko
2023-07-28
HID: cp2112: Use sysfs_emit() to instead of scnprintf()
Andy Shevchenko
2023-07-28
HID: cp2112: Use BIT() in GPIO setter and getter
Andy Shevchenko
2023-07-28
HID: cp2112: Define all GPIO mask and use it
Andy Shevchenko
2023-07-28
HID: cp2112: Define maximum GPIO constant and use it
Andy Shevchenko
2023-07-28
HID: cp2112: Remove dead code
Andy Shevchenko
2023-07-28
HID: cp2112: Don't call ->to_irq() explicitly
Andy Shevchenko
2023-07-28
HID: cp2112: Switch to for_each_set_bit() to simplify the code
Andy Shevchenko
2023-07-28
HID: cp2112: Make irq_chip immutable
Andy Shevchenko
2023-07-28
HID: cp2112: Use str_write_read() and str_read_write()
Andy Shevchenko
2023-02-23
HID: cp2112: Fix driver not registering GPIO IRQ chip as threaded
Danny Kaehn
2022-06-09
HID: cp2112: prevent a buffer overflow in cp2112_xfer()
Harshit Mogalapalli
2021-09-25
HID: cp2112: Use struct_group() for memcpy() region
Kees Cook
2021-03-08
HID cp2112: fix support for multiple gpiochips
Douglas Gilbert
2020-08-17
HID: cp2112: Use irqchip template
Linus Walleij
2020-07-20
HID: Replace HTTP links with HTTPS ones
Alexander A. Klimov
2019-08-19
HID: cp2112: prevent sleeping function called from invalid context
Benjamin Tissoires
2019-07-09
Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2019-06-07
gpio: pass lookup and descriptor flags to request_own
Linus Walleij
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288
Thomas Gleixner
2018-12-14
gpio: Pass a flag to gpiochip_request_own_desc()
Linus Walleij
2017-11-21
HID: cp2112: Fix I2C_BLOCK_DATA transactions
Eudean Sun
2017-11-10
HID: cp2112: fix broken gpio_direction_input callback
Sébastien Szymanski
2017-11-10
HID: cp2112: fix interface specification URL
Sébastien Szymanski
2017-03-21
HID: cp2112: use proper hidraw name with minor number
Jaejoong Kim
2017-01-31
HID: cp2112: fix gpio-callback error handling
Johan Hovold
2017-01-31
HID: cp2112: fix sleep-while-atomic
Johan Hovold
2016-11-28
HID: cp2112: add IRQ chip handling
Benjamin Tissoires
2016-11-23
HID: cp2112: make transfer buffers DMA capable
Benjamin Tissoires
2016-01-17
Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2016-01-07
hid: cp2112: use gpiochip data pointer
Linus Walleij
2015-12-28
HID: use to_hid_device()
Geliang Tang
2015-11-19
gpio: change member .dev to .parent
Linus Walleij
2015-07-14
HID: cp2112: fix byte order in SMBUS operations
Ellen Wang
2015-07-14
HID: cp2112: fix I2C_SMBUS_BYTE write
Ellen Wang
2015-07-10
HID: cp2112: support i2c write-read transfers in hid-cp2112
Ellen Wang
2015-07-09
HID: cp2112: support large i2c transfers
Ellen Wang
[next]