aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/connection.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-18staging: greybus: make cport_quiesce() method optionalAlexandre Bailon1-0/+3
2017-01-03staging: greybus: add host device function pointer checksJason Hrycay1-0/+6
2016-08-26greybus: connection: implement new connection handlingJohan Hovold1-35/+92
2016-08-03greybus: connection: fix offloaded-connection ping cport idJohan Hovold1-1/+1
2016-07-19greybus: connection: drop the svc quiescing operationJohan Hovold1-19/+0
2016-07-06greybus: connection: remove CDSI1 hackFabien Parent1-10/+0
2016-06-29greybus: Revert "greybus: gb_connections_lock: don't use spin_lock_irq()"Johan Hovold1-7/+4
2016-06-29greybus: Revert "connection: switch to using spin_lock_irqsave/spin_lock_irqrestore excluisvely"Johan Hovold1-30/+23
2016-06-24greybus: connection: add support for high-priority connectionsJohan Hovold1-2/+3
2016-06-24greybus: connection: prevent drivers from specifying core flagsJohan Hovold1-4/+4
2016-06-24greybus: hd: add flag argument to cport_enable callbackJohan Hovold1-1/+2
2016-06-24greybus: connection: switch to using spin_lock_irqsave/spin_lock_irqrestore excluisvelyJeffrey Carlyle1-23/+30
2016-06-23greybus: gb_connections_lock: don't use spin_lock_irq()Viresh Kumar1-4/+7
2016-06-23greybus: Revert "greybus: don't use spin_lock_irq()"Greg Kroah-Hartman1-37/+27
2016-06-23greybus: don't use spin_lock_irq()Viresh Kumar1-27/+37
2016-06-16greybus: connection: add trace events before disabling connectionViresh Kumar1-4/+4
2016-06-10greybus: connection: Return bool from gb_connection_intf_find()Viresh Kumar1-5/+4
2016-06-10greybus: Remove extra blank linesViresh Kumar1-1/+0
2016-06-09greybus: connection: Avoid unnecessary line breaksViresh Kumar1-4/+2
2016-06-03greybus: tracing: add timing tracesAlex Elder1-0/+2
2016-06-03greybus: tracing: define connection tracesAlex Elder1-0/+21
2016-05-27greybus: interface: implement generic mode-switch functionalityJohan Hovold1-4/+32
2016-05-27greybus: connection: add flush host-device callbackJohan Hovold1-0/+24
2016-05-27greybus: connection: implement proper connection closureJohan Hovold1-7/+102
2016-05-27greybus: connection: move CPort Buffer configuration out of svc helpersJohan Hovold1-12/+9
2016-05-27greybus: connection: rename an error labelJohan Hovold1-2/+2
2016-05-27greybus: connection: log cport-enable error messagesJohan Hovold1-2/+9
2016-05-27greybus: connection: add control connection flagJohan Hovold1-7/+8
2016-05-27greybus: core: avoid I/O to disconnected interfacesJohan Hovold1-0/+21
2016-05-18greybus: connection: verify disabled when destroyedAlex Elder1-0/+3
2016-05-13greybus: connection: add camera-data connected workaroundJohan Hovold1-0/+10
2016-05-13greybus: hd: generalise cport allocationJohan Hovold1-1/+1
2016-05-13greybus: hd: move CPort allocation to host-device codeJohan Hovold1-22/+8
2016-05-13greybus: connection: add helper for creating offloaded connectionJohan Hovold1-0/+13
2016-05-13greybus: connection: add no-flow-control connection flagJohan Hovold1-3/+4
2016-05-05greybus: connection: export gb_connection_disable_rx() fnVaibhav Hiremath1-0/+1
2016-03-30greybus: interface: clean up ES3-bootroom-quirk handlingJohan Hovold1-2/+5
2016-03-04greybus: hd: rename CPort-features callbacksJohan Hovold1-10/+12
2016-03-04greybus: connection: add CSD connection flagJohan Hovold1-1/+1
2016-03-04greybus: connection: generalise CPortFlags handlingJohan Hovold1-1/+12
2016-03-04greybus: connection: add connection-flag interfaceJohan Hovold1-4/+20
2016-02-24greybus: connection: {en,dis}able fct flow in connection managementFabien Parent1-1/+12
2016-02-24greybus: connection: add api to {en,dis}able unipro fct flowFabien Parent1-0/+28
2016-02-02greybus: connection: Fix sparse warnings around lockingViresh Kumar1-0/+2
2016-01-21greybus: connection: set request handlers at creationJohan Hovold1-28/+66
2016-01-21greybus: connection: return error-valued pointer on creation errorsJohan Hovold1-7/+15
2016-01-21greybus: connection: rename connection-create interfaceJohan Hovold1-7/+7
2016-01-21greybus: connection: simplify connection-creation interfaceJohan Hovold1-3/+3
2016-01-21greybus: connection: drop the legacy protocol-id parameterJohan Hovold1-10/+5
2016-01-21greybus: connection: add helper to create control connectionsJohan Hovold1-0/+6