summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/hid.c
Commit message (Expand)AuthorAgeFilesLines
* staging: greybus: hid: remove KERNEL_VERSION checksGreg Kroah-Hartman2016-09-191-23/+0
* greybus: HID: Add runtime pm supportPhilip Yang2016-07-221-4/+47
* greybus: Remove extra blank linesViresh Kumar2016-06-101-1/+0
* greybus: convert drivers to use connection->private set/getGreg Kroah-Hartman2016-03-221-2/+2
* greybus: hid: Replace WARN_ON() with dev_err()Viresh Kumar2016-02-291-1/+5
* greybus: hid: Don't disable connection-tx before destroying hid-deviceViresh Kumar2016-02-291-1/+1
* greybus: hid: convert to bundle driverJohan Hovold2016-01-211-19/+51
* greybus: hid: clean up init error pathsJohan Hovold2016-01-211-7/+9
* greybus: don't use %h and %hh for printing short and char variablesViresh Kumar2015-12-041-1/+1
* greybus: hid: hid should not be part of the bridged-phy driver.Greg Kroah-Hartman2015-11-051-1/+3
* greybus: hid: use the bundle struct device instead of the connectorGreg Kroah-Hartman2015-10-151-4/+5
* greybus: operation: remove gb_operation_destroyJohan Hovold2015-09-291-1/+2
* greybus: hid: Move request/response structure/definitions to greybus_protocols.hViresh Kumar2015-08-121-49/+0
* greybus: hid: Drop get_version supportViresh Kumar2015-08-111-9/+0
* greybus: hid: Use (already defined) major/minor macrosViresh Kumar2015-08-101-2/+2
* greybus: hid: spell fix (s/infomation/information)Viresh Kumar2015-08-101-1/+1
* greybus: operation: allow atomic operation allocationsJohan Hovold2015-07-011-1/+2
* greybus: Rename gb_gpbridge_protocol_driver() as gb_builtin_protocol_driver()Viresh Kumar2015-07-011-1/+1
* greybus: Use gb_gpbridge_protocol_init()Viresh Kumar2015-05-201-9/+1
* greybus: eliminate extra response flag definitionsAlex Elder2015-05-071-2/+1
* greybus: hid: Use payload-size to get report sizeViresh Kumar2015-04-061-17/+1
* greybus: operation: refactor response handlingJohan Hovold2015-03-301-17/+6
* greybus: hid: fix missing response on request errorsJohan Hovold2015-03-301-5/+11
* greybus: hid: fix missing input verification of report eventsJohan Hovold2015-03-301-1/+5
* greybus: hid: fix null-deref on short report requestsJohan Hovold2015-03-301-0/+5
* greybus: hid: fix success response being sent on errorsJohan Hovold2015-03-301-7/+7
* greybus: hid: replace pr_err with dev_errJohan Hovold2015-03-301-8/+13
* greybus: hid: don't support OUTPUT report over interrupt channelViresh Kumar2015-03-191-26/+9
* greybus: hid: add HID class driverViresh Kumar2015-03-161-0/+565
OpenPOWER on IntegriCloud