greybus: connection: set request handlers at creation
[cascardo/linux.git] / drivers / staging / greybus / svc.c
2016-01-22 Johan Hovoldgreybus: connection: set request handlers at creation
2016-01-22 Johan Hovoldgreybus: connection: return error-valued pointer on...
2016-01-22 Johan Hovoldgreybus: connection: drop protocol parameter from stati...
2016-01-22 Greg Kroah-Hartmangreybus: svc: add ping command
2016-01-21 Rui Miguel Silvagreybus: svc: add key event handling
2016-01-19 Johan Hovoldgreybus: svc: store protocol version
2016-01-19 Johan Hovoldgreybus: svc: drop legacy-protocol dependency
2016-01-19 Johan Hovoldgreybus: connection: remove skip-connected legacy proto...
2016-01-19 Johan Hovoldgreybus: connection: rename legacy init and exit functions
2016-01-13 Rui Miguel Silvagreybus: svc: add intf_eject attribute
2016-01-13 Rui Miguel Silvagreybus: svc: add interface eject operation
2016-01-09 Laurent Pinchartgreybus: svc: Replace link config hack with standard...
2015-12-30 Viresh Kumargreybus: interface: Receive serial-number on hotplug...
2015-12-23 Viresh Kumargreybus: svc: Set interface's hotplug attributes before...
2015-12-22 Eli Senneshgreybus: firmware and svc: detect the difference betwee...
2015-12-22 Viresh Kumargreybus: interface: Prefix DDBL1 attributes with ddbl1_...
2015-12-22 Johan Hovoldgreybus: svc: drop copy-pasted function header
2015-12-22 Laurent Pinchartgreybus: svc: Add support for the link config operation
2015-12-15 Johan Hovoldgreybus: interface: fix hot-unplug control-connection...
2015-12-08 Johan Hovoldgreybus: svc: create svc along with host device
2015-12-07 Johan Hovoldgreybus: svc: add missing boot-status error message
2015-12-05 Viresh Kumargreybus: Prefix hexadecimal values with 0x while printi...
2015-12-05 Viresh Kumargreybus: don't use %h and %hh for printing short and...
2015-12-05 Viresh Kumargreybus: svc: Use -EIO instead of -EINVAL for unipro...
2015-12-04 Johan Hovoldgreybus: core: add bus id to uevents
2015-12-03 Johan Hovoldgreybus: svc: flush workqueue at connection exit
2015-12-03 Johan Hovoldgreybus: svc: fix racy hotplug handling
2015-12-03 Johan Hovoldgreybus: svc: defer processing of hot-unplug requests
2015-12-03 Johan Hovoldgreybus: svc: generalise deferred request handling
2015-12-03 Johan Hovoldgreybus: svc: clean up interface-remove helper
2015-12-03 Johan Hovoldgreybus: svc: clean up deferred hotplug handler
2015-12-03 Johan Hovoldgreybus: svc: clean up hotplug/unplug request handlers
2015-11-25 Johan Hovoldgreybus: connection: unconditionally enable connections
2015-11-25 Johan Hovoldgreybus: kill the endo
2015-11-25 Johan Hovoldgreybus: svc: clean up log messages
2015-11-25 Johan Hovoldgreybus: hd: fix svc-connection handling
2015-11-25 Johan Hovoldgreybus: connection: kill GB_PROTOCOL_SKIP_SVC_CONNECTION
2015-11-25 Johan Hovoldgreybus: connection: clean up connection-creation interface
2015-11-25 Johan Hovoldgreybus: svc: move endo id and ap interface id to svc
2015-11-25 Johan Hovoldgreybus: svc: register svc device at hello
2015-11-25 Johan Hovoldgreybus: svc: clean up svc initialisation
2015-11-25 Johan Hovoldgreybus: svc: make svc a device
2015-11-25 Johan Hovoldgreybus: connection: drop parent parameter from connect...
2015-11-25 Johan Hovoldgreybus: hd: make host device a device
2015-11-25 Johan Hovoldgreybus: interface: rename vendor and product attributes
2015-11-22 Johan Hovoldgreybus: fix vendor and product matching
2015-11-20 Johan Hovoldgreybus: svc: fix missing version-request sanity checks
2015-11-11 Johan Hovoldgreybus: svc: use bit-macro for cport flags
2015-11-11 Johan Hovoldgreybus: use decimal notation for interface and cport ids
2015-11-05 Johan Hovoldgreybus: hd: rename host-device structure
2015-10-19 Greg Kroah-Hartmangreybus: svc: don't trust any struct devices
2015-10-09 Viresh Kumargreybus: svc: skip setting flags for boot over unipro
2015-09-24 Viresh Kumargreybus: interface: Pass interface pointer to gb_interf...
2015-09-24 Viresh Kumargreybus: svc: Read and clear module's boot status
2015-09-24 Viresh Kumargreybus: svc: Allow consecutive hotplug events for...
2015-09-24 Viresh Kumargreybus: svc: Use 'dev' instead '&op->connection->dev'
2015-09-15 Rui Miguel Silvagreybus: svc: fix endianness for svc message
2015-09-15 Johan Hovoldgreybus: greybus_protocols: add missing version-request...
2015-09-15 Johan Hovoldgreybus: svc: fix version response
2015-09-15 Johan Hovoldgreybus: svc: fix ida memory leak
2015-09-15 Viresh Kumargreybus: svc: Implement DME peer get/set attributes...
2015-09-15 Viresh Kumargreybus: svc: destroy the route on module hot-unplug
2015-09-15 Viresh Kumargreybus: svc: No need of per-direction route-create...
2015-09-15 Viresh Kumargreybus: Add flags to struct gb_protocol
2015-09-03 Viresh Kumargreybus: svc: unexport few internal functions
2015-09-03 Viresh Kumargreybus: svc: Kill unnecessary wrapper functions
2015-09-03 Viresh Kumargreybus: svc: No need to return errors from [gb_]svc_co...
2015-09-03 Viresh Kumargreybus: svc: reject invalid state requests
2015-09-03 Viresh Kumargreybus: svc: Include system headers at the top
2015-09-02 Viresh Kumargreybus: svc: get hd directly from connection
2015-09-02 Johan Hovoldgreybus: svc: fix hot-plug-state allocation flag
2015-09-02 Johan Hovoldgreybus: svc: fix device-id allocation flag
2015-08-14 Viresh Kumargreybus: Drop protocol specific _PROTOCOL_VERSION and...
2015-08-12 Greg Kroah-Hartmangreybus: Merge branch 'master' into branch 'svc'.
2015-08-12 Viresh Kumargreybus: interface: Preserve data received during hotpl...
2015-08-12 Greg Kroah-Hartmangreybus: Merge branch 'master' into branch 'svc'.
2015-08-12 Viresh Kumargreybus: svc: preserve major/minor of protocol supporte...
2015-08-12 Viresh Kumargreybus: svc: error out only for smaller payloads received
2015-08-12 Viresh Kumargreybus: svc: Remove FIXME for firmware download
2015-08-11 Viresh Kumargreybus: svc: Handle hotplug request from a workqueue
2015-08-11 Viresh Kumargreybus: svc: Print expected/actual payload size on...
2015-08-11 Greg Kroah-Hartmangreybus: Merge branch 'master' into svc
2015-08-04 Viresh Kumargreybus: svc: Move '{' to a new line in function defini...
2015-08-04 Greg Kroah-Hartmangreybus: Merge branch 'master' into svc
2015-07-30 Greg Kroah-Hartmangreybus: Merge branch 'master' into svc
2015-07-30 Greg Kroah-Hartmangreybus: Merge branch 'master' into svc to keep it...
2015-07-29 Viresh Kumargreybus: initialize svc connection while creating hd
2015-07-29 Perry Hunggreybus: svc: add flags and traffic class parameter...
2015-07-29 Perry Hunggreybus: svc: connection: ask SVC to create connections
2015-07-29 Perry Hunggreybus: svc: create bidirectional routes on hotplug...
2015-07-29 Perry Hunggreybus: svc: add route create operation
2015-07-29 Greg Kroah-Hartmangreybus: svc: revert svc changes to keep things working...
2015-07-28 Viresh Kumargreybus: initialize svc connection while creating hd
2015-07-27 Perry Hunggreybus: svc: add flags and traffic class parameter...
2015-07-27 Perry Hunggreybus: svc: connection: ask SVC to create connections
2015-07-27 Perry Hunggreybus: svc: create bidirectional routes on hotplug...
2015-07-27 Perry Hunggreybus: svc: add route create operation
2015-07-24 Viresh Kumargreybus: svc: remove interface->svc pointer
2015-07-24 Viresh Kumargreybus: svc: connection is created only once now
2015-07-24 Viresh Kumargreybus: svc: fully initialize the partially initialize...
next