aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/hid.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-01staging: greybus: hid: Remove print following unsuccessful kmallocGravatar Sanjana Sanikommu 1-1/+0
2018-11-26staging: greybus: Parenthesis alignmentGravatar Cristian Sicilia 1-8/+10
2017-11-11staging: greybus: Remove redundant license textGravatar Greg Kroah-Hartman 1-2/+0
2017-11-11staging: greybus: add SPDX identifiers to all greybus driver filesGravatar Greg Kroah-Hartman 1-0/+1
2017-06-08greybus: hid: remove custom locking from gb_hid_open/closeGravatar Dmitry Torokhov 1-29/+14
2016-09-19staging: greybus: hid: remove KERNEL_VERSION checksGravatar Greg Kroah-Hartman 1-23/+0
2016-07-22greybus: HID: Add runtime pm supportGravatar Philip Yang 1-4/+47
2016-06-10greybus: Remove extra blank linesGravatar Viresh Kumar 1-1/+0
2016-03-22greybus: convert drivers to use connection->private set/getGravatar Greg Kroah-Hartman 1-2/+2
2016-02-29greybus: hid: Replace WARN_ON() with dev_err()Gravatar Viresh Kumar 1-1/+5
2016-02-29greybus: hid: Don't disable connection-tx before destroying hid-deviceGravatar Viresh Kumar 1-1/+1
2016-01-21greybus: hid: convert to bundle driverGravatar Johan Hovold 1-19/+51
2016-01-21greybus: hid: clean up init error pathsGravatar Johan Hovold 1-7/+9
2015-12-04greybus: don't use %h and %hh for printing short and char variablesGravatar Viresh Kumar 1-1/+1
2015-11-05greybus: hid: hid should not be part of the bridged-phy driver.Gravatar Greg Kroah-Hartman 1-1/+3
2015-10-15greybus: hid: use the bundle struct device instead of the connectorGravatar Greg Kroah-Hartman 1-4/+5
2015-09-29greybus: operation: remove gb_operation_destroyGravatar Johan Hovold 1-1/+2
2015-08-12greybus: hid: Move request/response structure/definitions to greybus_protocols.hGravatar Viresh Kumar 1-49/+0
2015-08-11greybus: hid: Drop get_version supportGravatar Viresh Kumar 1-9/+0
2015-08-10greybus: hid: Use (already defined) major/minor macrosGravatar Viresh Kumar 1-2/+2
2015-08-10greybus: hid: spell fix (s/infomation/information)Gravatar Viresh Kumar 1-1/+1
2015-07-01greybus: operation: allow atomic operation allocationsGravatar Johan Hovold 1-1/+2
2015-07-01greybus: Rename gb_gpbridge_protocol_driver() as gb_builtin_protocol_driver()Gravatar Viresh Kumar 1-1/+1
2015-05-20greybus: Use gb_gpbridge_protocol_init()Gravatar Viresh Kumar 1-9/+1
2015-05-07greybus: eliminate extra response flag definitionsGravatar Alex Elder 1-2/+1
2015-04-06greybus: hid: Use payload-size to get report sizeGravatar Viresh Kumar 1-17/+1
2015-03-30greybus: operation: refactor response handlingGravatar Johan Hovold 1-17/+6
2015-03-30greybus: hid: fix missing response on request errorsGravatar Johan Hovold 1-5/+11
2015-03-30greybus: hid: fix missing input verification of report eventsGravatar Johan Hovold 1-1/+5
2015-03-30greybus: hid: fix null-deref on short report requestsGravatar Johan Hovold 1-0/+5
2015-03-30greybus: hid: fix success response being sent on errorsGravatar Johan Hovold 1-7/+7
2015-03-30greybus: hid: replace pr_err with dev_errGravatar Johan Hovold 1-8/+13
2015-03-19greybus: hid: don't support OUTPUT report over interrupt channelGravatar Viresh Kumar 1-26/+9
2015-03-16greybus: hid: add HID class driverGravatar Viresh Kumar 1-0/+565