aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2015-06-23greybus: connection: send [dis]connected events over control CPortViresh Kumar1-0/+34
2015-06-23greybus: hotplug function doesn't need to contain manifest nowViresh Kumar2-5/+2
2015-06-23greybus: interface: Get manifest using Control protocolViresh Kumar5-26/+104
2015-06-23greybus: Add control protocol supportViresh Kumar7-0/+228
2015-06-23greybus: manifest: Allow bundles/connections list to be non-empty at manifest parsingViresh Kumar1-6/+0
2015-06-23greybus: sdio: extend sdio implementationRui Miguel Silva2-29/+808
2015-06-23greybus: makefile: add MMC to the required option listRui Miguel Silva1-1/+1
2015-06-19greybus: uart: Fix sparse warningBryan O'Donoghue1-1/+1
2015-06-17greybus: uart: Latch modem control signals for tciomgetBryan O'Donoghue1-1/+1
2015-06-16greybus: Revert "greybus: reserve host cport id 0"Greg Kroah-Hartman2-10/+2
2015-06-15greybus: Merge branch alex into AlexandreGreg Kroah-Hartman6-45/+115
2015-06-15greybus: es2.c: add a control request for endpoints mappingAlexandre Bailon1-1/+77
2015-06-15greybus: es2.c: Increase the number of bulk endpointsAlexandre Bailon1-38/+51
2015-06-15greybus: es2.c: create dedicated struct for cport_in and cport_outAlexandre Bailon1-17/+32
2015-06-15greybus: es2.c: Don't use magic value for USB control requestAlexandre Bailon1-2/+8
2015-06-15greybus: es1.c: Don't use magic value for USB control requestAlexandre Bailon1-2/+8
2015-06-15greybus: esX: use one byte to encode cport ids in headerAlex Elder2-6/+12
2015-06-15greybus: reserve host cport id 0Alex Elder2-2/+10
2015-06-15greybus: rename HOST_DEV_CPORT_ID_MAXAlex Elder4-9/+12
2015-06-15greybus: esX: encapsulate packing cport id into headerAlex Elder2-20/+64
2015-06-15greybus: introduce cport_id_valid()Alex Elder3-16/+25
2015-06-12greybus: manifest: clean up properly when parsing bundlesAlex Elder1-3/+14
2015-06-12greybus: bundle: fix gb_bundle_destroy()Alex Elder3-17/+9
2015-06-12greybus: bundle: refactor gb_bundle_find()Alex Elder1-5/+5
2015-06-12greybus: manifest: clean up properly when parsing cportsAlex Elder1-1/+14
2015-06-12greybus: connection: un-abstract host cport id allocationAlex Elder1-41/+20
2015-06-12greybus: connection: drop unneeded gb_protocol_put() callsAlex Elder2-3/+2
2015-06-12greybus: connection: remove extra kfree() callAlex Elder1-1/+1
2015-06-11greybus: uart: fix the clean up while uart initiates connection unsucessfullyPhong Tran1-6/+12
2015-06-11greybus: remove __init from .h filesGreg Kroah-Hartman3-4/+4
2015-06-11greybus: endo: Fix compilation warningViresh Kumar2-2/+2
2015-06-10greybus: connection: check for duplicate cport idsAlex Elder1-6/+26
2015-06-10greybus: bundle: check for duplicate bundle idsAlex Elder1-0/+10
2015-06-10greybus: manifest: rework bundle parsingAlex Elder1-14/+7
2015-06-10greybus: manifest: rework cport parsingAlex Elder1-16/+13
2015-06-10greybus: manifest: use bundle's embedded interface pointerAlex Elder1-3/+3
2015-06-10greybus: manifest: really minor cleanupsAlex Elder1-17/+15
2015-06-10greybus: endo: clean up id assignment codeAlex Elder3-38/+7
2015-06-10greybus: endo: define endo_init() and endo_exit()Alex Elder5-6/+25
2015-06-10greybus: tag core init and exit functionsAlex Elder5-8/+8
2015-06-10greybus: drop some unnecessary headersAlex Elder6-27/+0
2015-06-10greybus: gb-audio: Reset sample count when CPort deactivatedMark Greer1-0/+1
2015-06-10greybus: es?: decrease buffer size to 2kGreg Kroah-Hartman2-2/+2
2015-06-09greybus: uart: remove the redundant unregister chrdevPhong Tran1-4/+0
2015-06-09greybus: endo: move endo id map declaration to endo.hPhong Tran2-2/+1
2015-06-09greybus: Tear down devices in the reverse orderViresh Kumar3-4/+4
2015-06-08greybus: manifest: clean up a few pr_err() callsAlex Elder1-3/+4
2015-06-08greybus: core: rename greybus_deregister()Alex Elder2-3/+5
2015-06-08greybus: uart: properly interpret receive data sizeAlex Elder1-4/+6
2015-06-08greybus: connection: make gb_connection_hd_find() privateAlex Elder2-5/+2