index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
hid-cp2112.c
Age
Commit message (
Expand
)
Author
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
2015-07-08
HID: cp2112: fix to force single data-report reply
Antonio Borneo
2014-09-18
driver:gpio remove all usage of gpio_remove retval in driver
abdoulaye berthe
2014-07-29
HID: cp2112: add I2C mode
Antonio Borneo
2014-07-07
HID: cp2112: fix gpio value in gpio_direction_output
Antonio Borneo
2014-03-14
HID: cp2112: remove the last hid_output_raw_report() call
Benjamin Tissoires
2014-03-14
HID: cp2112: remove various hid_out_raw_report calls
Benjamin Tissoires
2014-02-18
HID: cp2112: fix incorrect error propagation in cp2112_xfer()
Jiri Kosina
2014-02-18
HID: cp2112: convert to use hid_hw_raw_request()
Jiri Kosina
2014-02-17
HID: cp2112: use proper specifier for size_t
Jiri Kosina
2014-02-17
HID: cp2112: make sysfs attributes static
Jiri Kosina
2014-02-17
HID: add hid-cp2112 driver
David Barksdale