aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/hid.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-26staging: greybus: Parenthesis alignmentCristian Sicilia1-8/+10
2017-11-11staging: greybus: Remove redundant license textGreg Kroah-Hartman1-2/+0
2017-11-11staging: greybus: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman1-0/+1
2017-06-08greybus: hid: remove custom locking from gb_hid_open/closeDmitry Torokhov1-29/+14
2016-09-19staging: greybus: hid: remove KERNEL_VERSION checksGreg Kroah-Hartman1-23/+0
2016-07-22greybus: HID: Add runtime pm supportPhilip Yang1-4/+47
2016-06-10greybus: Remove extra blank linesViresh Kumar1-1/+0
2016-03-22greybus: convert drivers to use connection->private set/getGreg Kroah-Hartman1-2/+2
2016-02-29greybus: hid: Replace WARN_ON() with dev_err()Viresh Kumar1-1/+5
2016-02-29greybus: hid: Don't disable connection-tx before destroying hid-deviceViresh Kumar1-1/+1
2016-01-21greybus: hid: convert to bundle driverJohan Hovold1-19/+51
2016-01-21greybus: hid: clean up init error pathsJohan Hovold1-7/+9
2015-12-04greybus: don't use %h and %hh for printing short and char variablesViresh Kumar1-1/+1
2015-11-05greybus: hid: hid should not be part of the bridged-phy driver.Greg Kroah-Hartman1-1/+3
2015-10-15greybus: hid: use the bundle struct device instead of the connectorGreg Kroah-Hartman1-4/+5
2015-09-29greybus: operation: remove gb_operation_destroyJohan Hovold1-1/+2
2015-08-12greybus: hid: Move request/response structure/definitions to greybus_protocols.hViresh Kumar1-49/+0
2015-08-11greybus: hid: Drop get_version supportViresh Kumar1-9/+0
2015-08-10greybus: hid: Use (already defined) major/minor macrosViresh Kumar1-2/+2
2015-08-10greybus: hid: spell fix (s/infomation/information)Viresh Kumar1-1/+1
2015-07-01greybus: operation: allow atomic operation allocationsJohan Hovold1-1/+2
2015-07-01greybus: Rename gb_gpbridge_protocol_driver() as gb_builtin_protocol_driver()Viresh Kumar1-1/+1
2015-05-20greybus: Use gb_gpbridge_protocol_init()Viresh Kumar1-9/+1
2015-05-07greybus: eliminate extra response flag definitionsAlex Elder1-2/+1
2015-04-06greybus: hid: Use payload-size to get report sizeViresh Kumar1-17/+1
2015-03-30greybus: operation: refactor response handlingJohan Hovold1-17/+6
2015-03-30greybus: hid: fix missing response on request errorsJohan Hovold1-5/+11
2015-03-30greybus: hid: fix missing input verification of report eventsJohan Hovold1-1/+5
2015-03-30greybus: hid: fix null-deref on short report requestsJohan Hovold1-0/+5
2015-03-30greybus: hid: fix success response being sent on errorsJohan Hovold1-7/+7
2015-03-30greybus: hid: replace pr_err with dev_errJohan Hovold1-8/+13
2015-03-19greybus: hid: don't support OUTPUT report over interrupt channelViresh Kumar1-26/+9
2015-03-16greybus: hid: add HID class driverViresh Kumar1-0/+565