summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/legacy.c
Commit message (Expand)AuthorAgeFilesLines
* greybus: USB: convert to a gpbridge driverGreg Kroah-Hartman2016-05-051-1/+0
* greybus: SPI: convert to a gpbridge driverGreg Kroah-Hartman2016-05-051-1/+0
* greybus: SDIO: convert to a gpbridge driverGreg Kroah-Hartman2016-05-051-1/+0
* greybus: GPIO: convert to a gpbridge driverGreg Kroah-Hartman2016-05-051-1/+0
* greybus: I2C: convert to a gpbridge driverGreg Kroah-Hartman2016-05-051-1/+0
* greybus: PWM: convert to a gpbridge driverGreg Kroah-Hartman2016-05-051-1/+0
* greybus: UART: convert to a gpbridge driverGreg Kroah-Hartman2016-05-051-1/+0
* greybus: power_supply: convert to bundle driverViresh Kumar2016-02-151-1/+0
* greybus: lights: convert to bundle driverViresh Kumar2016-02-151-1/+0
* greybus: loopback: convert to bundle driverViresh Kumar2016-02-151-1/+0
* greybus: raw: convert to bundle driverViresh Kumar2016-02-151-1/+0
* greybus: firmware: convert to bundle driverJohan Hovold2016-02-011-1/+0
* greybus: legacy: remove unimplemented classes from id tableJohan Hovold2016-02-011-3/+0
* greybus: audio_codec: convert to bundle driverViresh Kumar2016-01-271-2/+0
* greybus: legacy: fix a null pointer dereferenceBartosz Golaszewski2016-01-271-0/+3
* greybus: vibrator: convert to bundle driverJohan Hovold2016-01-211-1/+0
* greybus: hid: convert to bundle driverJohan Hovold2016-01-211-1/+0
* greybus: connection: set request handlers at creationJohan Hovold2016-01-211-8/+9
* greybus: legacy: look up protocol at connection creationJohan Hovold2016-01-211-49/+42
* greybus: connection: remove legacy protocol id from coreJohan Hovold2016-01-211-8/+7
* greybus: legacy: add initialized flagJohan Hovold2016-01-211-1/+6
* greybus: legacy: refactor legacy-connection handlingJohan Hovold2016-01-211-22/+45
* greybus: connection: return error-valued pointer on creation errorsJohan Hovold2016-01-211-3/+7
* greybus: connection: rename connection-create interfaceJohan Hovold2016-01-211-1/+1
* greybus: connection: simplify connection-creation interfaceJohan Hovold2016-01-211-2/+1
* greybus: connection: drop the legacy protocol-id parameterJohan Hovold2016-01-211-2/+3
* greybus: core: defer connection creation to driver probeJohan Hovold2016-01-211-16/+40
* greybus: legacy: add private driver dataJohan Hovold2016-01-191-2/+23
* greybus: connection: remove broken protocol-version handlingJohan Hovold2016-01-191-3/+13
* greybus: legacy: use protocol pointer to determine stateJohan Hovold2016-01-191-1/+1
* greybus: connection: move legacy-protocol handling to legacy driverJohan Hovold2016-01-191-3/+103
* greybus: connection: rename legacy init and exit functionsJohan Hovold2016-01-191-3/+3
* greybus: legacy: add legacy-protocol bundle driverJohan Hovold2016-01-191-0/+95