summaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-cp2112.c
Commit message (Expand)AuthorAgeFilesLines
* HID: cp2112: prevent sleeping function called from invalid contextBenjamin Tissoires2019-08-191-2/+6
* Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-07-091-2/+5
|\
| * gpio: pass lookup and descriptor flags to request_ownLinus Walleij2019-06-071-2/+5
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-9/+1Star
|/
* gpio: Pass a flag to gpiochip_request_own_desc()Linus Walleij2018-12-141-1/+1
* HID: cp2112: Fix I2C_BLOCK_DATA transactionsEudean Sun2017-11-211-2/+13
* HID: cp2112: fix broken gpio_direction_input callbackSébastien Szymanski2017-11-101-2/+6
* HID: cp2112: fix interface specification URLSébastien Szymanski2017-11-101-1/+1
* HID: cp2112: use proper hidraw name with minor numberJaejoong Kim2017-03-211-1/+3
* HID: cp2112: fix gpio-callback error handlingJohan Hovold2017-01-311-1/+1
* HID: cp2112: fix sleep-while-atomicJohan Hovold2017-01-311-15/+11Star
* HID: cp2112: add IRQ chip handlingBenjamin Tissoires2016-11-281-3/+202
* HID: cp2112: make transfer buffers DMA capableBenjamin Tissoires2016-11-231-36/+79
* Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-01-171-11/+7Star
|\
| * hid: cp2112: use gpiochip data pointerLinus Walleij2016-01-071-10/+6Star
| * gpio: change member .dev to .parentLinus Walleij2015-11-191-1/+1
* | HID: use to_hid_device()Geliang Tang2015-12-281-4/+4
|/
* HID: cp2112: fix byte order in SMBUS operationsEllen Wang2015-07-141-4/+4
* HID: cp2112: fix I2C_SMBUS_BYTE writeEllen Wang2015-07-141-1/+1
* HID: cp2112: support i2c write-read transfers in hid-cp2112Ellen Wang2015-07-101-19/+55
* HID: cp2112: support large i2c transfersEllen Wang2015-07-091-7/+24
* HID: cp2112: fix to force single data-report replyAntonio Borneo2015-07-081-0/+2
* driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe2014-09-181-4/+2Star
* HID: cp2112: add I2C modeAntonio Borneo2014-07-291-1/+102
* HID: cp2112: fix gpio value in gpio_direction_outputAntonio Borneo2014-07-071-2/+6
* HID: cp2112: remove the last hid_output_raw_report() callBenjamin Tissoires2014-03-141-1/+6
* HID: cp2112: remove various hid_out_raw_report callsBenjamin Tissoires2014-03-141-6/+6
* HID: cp2112: fix incorrect error propagation in cp2112_xfer()Jiri Kosina2014-02-181-1/+1
* HID: cp2112: convert to use hid_hw_raw_request()Jiri Kosina2014-02-181-8/+10
* HID: cp2112: use proper specifier for size_tJiri Kosina2014-02-171-2/+2
* HID: cp2112: make sysfs attributes staticJiri Kosina2014-02-171-2/+2
* HID: add hid-cp2112 driverDavid Barksdale2014-02-171-0/+1066