aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2015-07-13greybus: operation: fix operation-destroy raceJohan Hovold1-5/+6
2015-07-08greybus: properly cleanup ida and idr structures when shutting downGreg Kroah-Hartman3-0/+3
2015-07-08greybus: svc: save pointer to struct gb_svc in struct gb_interfaceViresh Kumar3-8/+13
2015-07-08greybus: svc: SVC is part of greybus coreViresh Kumar4-4/+13
2015-07-08greybus: connection: Use connection->dev for printing messagesViresh Kumar1-1/+1
2015-07-08greybus: interface: Fix comment mistake (s/add/init)Viresh Kumar1-1/+1
2015-07-08greybus: connection: Exit connection before destroying itViresh Kumar1-0/+1
2015-07-06greybus: sdio: fix transfer buffer handling and blocks countingRui Miguel Silva1-9/+16
2015-07-06greybus: sdio: add need poll to host capsRui Miguel Silva1-1/+1
2015-07-06greybus: sdio: check number of blocks in transferRui Miguel Silva1-0/+14
2015-07-06greybus: sdio: pass only data pointer to tranfer funtionRui Miguel Silva1-3/+2
2015-07-06greybus: sdio: fix call to stop command if no data existRui Miguel Silva1-2/+2
2015-07-06greybus: sdio: fix return of get_cd and get_roRui Miguel Silva1-2/+2
2015-07-06greybus: sdio: rework of event handlerRui Miguel Silva1-31/+55
2015-07-06greybus: sdio: split cmd_flags to there meaningRui Miguel Silva2-4/+13
2015-07-05greybus: Revert "examples: add manifest file for sdio"Greg Kroah-Hartman1-53/+0
2015-07-05greybus: examples: add manifest file for sdioRui Miguel Silva1-0/+53
2015-07-05greybus: makefile: fix unused cflagsPerry Hung1-1/+1
2015-07-01greybus: operation: fix cancellation of responsesJohan Hovold1-2/+3
2015-07-01greybus: operation: allocate response before setting resultJohan Hovold1-5/+6
2015-07-01greybus: operation: drop redundant oom messageJohan Hovold1-5/+1
2015-07-01greybus: operation: remove obsolete operation-field commentsJohan Hovold1-2/+2
2015-07-01greybus: operation: add unidirectional-operation flagJohan Hovold2-1/+11
2015-07-01greybus: operation: add incoming-operation flagJohan Hovold2-9/+19
2015-07-01greybus: operation: fix cancellation use-after-freeJohan Hovold1-1/+1
2015-07-01greybus: operation: make response helper staticJohan Hovold2-3/+5
2015-07-01greybus: operation: allow atomic request submissionsJohan Hovold2-6/+9
2015-07-01greybus: operation: allow atomic operation allocationsJohan Hovold6-20/+16
2015-07-01greybus: operation/esx: fix message-cancellation lifetime bugsJohan Hovold5-72/+130
2015-07-01greybus: bundles: remove gb_bundle(s)_init()Viresh Kumar2-56/+0
2015-07-01greybus: interface: device_id belongs to the interfaceViresh Kumar6-50/+27
2015-07-01greybus: svc: Drop svc_set_route_send()Viresh Kumar3-27/+0
2015-07-01greybus: connection: intf_cport_id is local to an interfaceViresh Kumar1-3/+5
2015-07-01greybus: connection: bind protocol after the connection is operationalViresh Kumar1-6/+6
2015-07-01greybus: control: Use gb_builtin_protocol_driver()Viresh Kumar1-10/+1
2015-07-01greybus: Rename gb_gpbridge_protocol_driver() as gb_builtin_protocol_driver()Viresh Kumar9-9/+9
2015-07-01greybus: svc: Use macro's for major/minor numbersViresh Kumar1-2/+2
2015-07-01greybus: svc: Fix doc-style commentViresh Kumar1-1/+1
2015-06-30greybus: uart: Update UART to reflect field size changesBryan O'Donoghue2-9/+9
2015-06-30greybus: uart: Add support for UART error signalsBryan O'Donoghue1-19/+40
2015-06-30greybus: uart: Relocate UART parity/overrun/framing/break signalsBryan O'Donoghue1-6/+8
2015-06-30greybus: define more greybus classesViresh Kumar1-0/+3
2015-06-29greybus: sdio: correct the usage of mmc request in work queues handlerPhong Tran1-3/+8
2015-06-29greybus: sdio: change the order of remove and free mmc hostPhong Tran1-1/+1
2015-06-29greybus: sdio: remove the redefine of sdio major and minorPhong Tran1-4/+0
2015-06-29greybus: gb-audio: Ensure i2c adapter struct exists before usingMark Greer1-2/+9
2015-06-24greybus: esx: fix null-deref on hotplug eventsJohan Hovold2-20/+18
2015-06-24greybus: kernel_ver: add sg copy operations for kernel < 3.11Rui Miguel Silva1-0/+100
2015-06-24greybus: sdio: fix defines for older kernelsRui Miguel Silva2-3/+19
2015-06-23greybus: control: Warn if non-control cport/bundles have control protocol/classesViresh Kumar1-3/+19