summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/raw.c
Commit message (Expand)AuthorAgeFilesLines
* staging: greybus: Remove redundant license textGreg Kroah-Hartman2017-11-111-2/+0Star
* staging: greybus: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman2017-11-111-0/+1
* greybus: raw: use hexadecimal notation for request typesJohan Hovold2016-03-031-1/+1
* greybus: raw: convert to bundle driverViresh Kumar2016-02-151-24/+58
* greybus: raw: Don't use (possibly) uninitialized raw->device in gb_raw_receive()Viresh Kumar2016-02-151-9/+8Star
* greybus: raw: Use consistent label names in connection_init()Viresh Kumar2016-02-151-4/+4
* greybus: raw: fix memory leak on disconnectJohan Hovold2016-02-121-1/+1
* greybus: raw: use the bundle struct device instead of the connectorGreg Kroah-Hartman2015-10-151-2/+2
* greybus: raw: Move request/response structure/definitions to greybus_protocols.hViresh Kumar2015-08-141-12/+0Star
* greybus: raw: Drop get_version supportViresh Kumar2015-08-121-12/+0Star
* greybus: raw: Print expected/actual payload size on mismatchViresh Kumar2015-08-111-1/+2
* greybus: properly cleanup ida and idr structures when shutting downGreg Kroah-Hartman2015-07-081-0/+1
* greybus: raw: move module_{init|exit} to the end of functionsViresh Kumar2015-05-211-2/+1Star
* greybus: raw: include uaccess.h to fix warningViresh Kumar2015-05-211-0/+1
* greybus: raw: add raw greybus kernel driverGreg Kroah-Hartman2015-05-191-0/+370