summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/es2.c
Commit message (Expand)AuthorAgeFilesLines
...
* greybus: es2.c: don't use spin_lock_irq()Viresh Kumar2016-06-241-4/+5
* greybus: Revert "greybus: don't use spin_lock_irq()"Greg Kroah-Hartman2016-06-231-5/+4Star
* greybus: don't use spin_lock_irq()Viresh Kumar2016-06-231-4/+5
* greybus: Revert "greybus: ratelimit errors usually seen on unipro_reset"Viresh Kumar2016-06-231-1/+1
* greybus: ratelimit errors usually seen on unipro_resetVaibhav Hiremath2016-06-211-1/+1
* greybus: tracing: add timing tracesAlex Elder2016-06-041-0/+4
* greybus: es2: reset cports at disableJohan Hovold2016-05-271-2/+2
* greybus: es2: Release reserved cports CDSI0 and CDSI1Vaibhav Agarwal2016-05-271-0/+4
* greybus: tracing: fix hd tracesAlex Elder2016-05-271-4/+0Star
* greybus: remove redundant latency-tag sanity checksJohan Hovold2016-05-271-10/+0Star
* greybus: es2.c: Declare local __le64 not u64Bryan O'Donoghue2016-05-171-1/+1
* greybus: hd: Add TimeSync APBridge commandsBryan O'Donoghue2016-05-151-11/+142
* greybus: es2: add support for CDSI1 allocationJohan Hovold2016-05-131-0/+59
* greybus: es2: clean up cport-reset handlingJohan Hovold2016-05-131-5/+8
* greybus: es2: clean up CDSI CPort reservationJohan Hovold2016-05-131-9/+16
* greybus: es2: fix probe error handlingJohan Hovold2016-05-131-4/+11
* greybus: es2: move ap_disconnect() below ap_probe()Viresh Kumar2016-04-211-13/+13
* greybus: es2: don't protest when getting -ENOENT/ESHUTDOWN USB errorsViresh Kumar2016-04-211-0/+5
* greybus: es2: disable cport-in after remove greybus host deviceViresh Kumar2016-04-211-2/+2
* greybus: es2: Allow proper release of greybus host deviceViresh Kumar2016-04-211-0/+1
* greybus: es2: Fix apb_log null pointer exceptionDavid Lin2016-04-211-1/+1
* greybus: hd: rename CPort-features callbacksJohan Hovold2016-03-051-8/+8
* greybus: es2: implement the fct flow control requestsFabien Parent2016-02-251-0/+37
* greybus: es2: fix cport-count error handlingJohan Hovold2016-02-181-2/+6
* greybus: APBridge: move APBridge request protocol to a common .h fileGreg Kroah-Hartman2016-01-121-25/+6Star
* greybus: host: provide "generic" apbridge output callsGreg Kroah-Hartman2016-01-121-29/+70
* greybus: es2: clean up csi-config requestJohan Hovold2015-12-221-5/+5
* greybus: es2: Don't use stack memory as USB request dataLaurent Pinchart2015-12-221-17/+14Star
* greybus: es2: Fix endian conversion issuesLaurent Pinchart2015-12-221-1/+1
* greybus: es2: Add support for CSI transmitter configurationLaurent Pinchart2015-12-221-0/+48
* greybus: es2: demote dynamic-urb error messageJohan Hovold2015-12-151-1/+1
* greybus: es2: Reserve CPorts 16 and 17Laurent Pinchart2015-12-091-0/+9
* greybus: use decimal notation for interfaces, bundles and cportsJohan Hovold2015-12-081-7/+4Star
* greybus: Prefix hexadecimal values with 0x while printing themViresh Kumar2015-12-051-1/+1
* greybus: don't use %h and %hh for printing short and char variablesViresh Kumar2015-12-051-2/+2
* greybus: es2: remove fake vendor/product idsViresh Kumar2015-11-171-1/+0Star
* greybus: es2: Send cport-id in wValue field to usb_control_msg()Viresh Kumar2015-11-131-1/+1
* greybus: es2: clean up es2 destructorJohan Hovold2015-11-051-3/+2Star
* greybus: hd: fix host-device life time issuesJohan Hovold2015-11-051-1/+8
* greybus: es2: add more structure to probe error handlingJohan Hovold2015-11-051-12/+18
* greybus: es2: fix debugfs dentry leakJohan Hovold2015-11-051-0/+1
* greybus: es2: separate stopping and deallocating urbsJohan Hovold2015-11-051-1/+15
* greybus: es2: separate urb allocation and submissionJohan Hovold2015-11-051-4/+37
* greybus: es2: fix endpoint requirement checkJohan Hovold2015-11-051-2/+1Star
* greybus: es2: fix use-after-free at disconnectJohan Hovold2015-11-051-1/+3
* greybus: hd: use common prefix for exported functionsJohan Hovold2015-11-051-3/+3
* greybus: hd: rename host-driver structureJohan Hovold2015-11-051-1/+1
* greybus: hd: rename host-device structureJohan Hovold2015-11-051-12/+12
* greybus: es2: update obsolete bridge-device commentsJohan Hovold2015-11-021-6/+5Star
* greybus: es2: don't assume just one AP bridgeAlex Elder2015-11-021-37/+39