aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/raw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-03greybus: raw: use hexadecimal notation for request typesJohan Hovold1-1/+1
2016-02-15greybus: raw: convert to bundle driverViresh Kumar1-24/+58
2016-02-15greybus: raw: Don't use (possibly) uninitialized raw->device in gb_raw_receive()Viresh Kumar1-9/+8
2016-02-15greybus: raw: Use consistent label names in connection_init()Viresh Kumar1-4/+4
2016-02-11greybus: raw: fix memory leak on disconnectJohan Hovold1-1/+1
2015-10-15greybus: raw: use the bundle struct device instead of the connectorGreg Kroah-Hartman1-2/+2
2015-08-13greybus: raw: Move request/response structure/definitions to greybus_protocols.hViresh Kumar1-12/+0
2015-08-11greybus: raw: Drop get_version supportViresh Kumar1-12/+0
2015-08-10greybus: raw: Print expected/actual payload size on mismatchViresh Kumar1-1/+2
2015-07-08greybus: properly cleanup ida and idr structures when shutting downGreg Kroah-Hartman1-0/+1
2015-05-20greybus: raw: move module_{init|exit} to the end of functionsViresh Kumar1-2/+1
2015-05-20greybus: raw: include uaccess.h to fix warningViresh Kumar1-0/+1
2015-05-19greybus: raw: add raw greybus kernel driverGreg Kroah-Hartman1-0/+370