summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/es2.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-14greybus: es2: fix arpc response lookupsJohan Hovold1-3/+3
2016-07-14greybus: es2: Fix 'make check' warnings with arpcViresh Kumar1-5/+5
2016-07-13greybus: es2: fix arpc return valueJohan Hovold1-0/+2
2016-07-11greybus: es2: Implement APBridgeA RPC (ARPC)Alexandre Bailon1-9/+194
2016-07-11greybus: es2: Add a new bulk in endpoint for APBridgeA RPCAlexandre Bailon1-4/+136
2016-06-29greybus: Revert "greybus: es2.c: don't use spin_lock_irq()"Johan Hovold1-5/+4
2016-06-24greybus: es2: add support for greybus cport flagsJohan Hovold1-0/+42
2016-06-23greybus: es2.c: don't use spin_lock_irq()Viresh Kumar1-4/+5
2016-06-23greybus: Revert "greybus: don't use spin_lock_irq()"Greg Kroah-Hartman1-5/+4
2016-06-23greybus: don't use spin_lock_irq()Viresh Kumar1-4/+5
2016-06-23greybus: Revert "greybus: ratelimit errors usually seen on unipro_reset"Viresh Kumar1-1/+1
2016-06-21greybus: ratelimit errors usually seen on unipro_resetVaibhav Hiremath1-1/+1
2016-06-03greybus: tracing: add timing tracesAlex Elder1-0/+4
2016-05-27greybus: es2: reset cports at disableJohan Hovold1-2/+2
2016-05-27greybus: es2: Release reserved cports CDSI0 and CDSI1Vaibhav Agarwal1-0/+4
2016-05-26greybus: tracing: fix hd tracesAlex Elder1-4/+0
2016-05-26greybus: remove redundant latency-tag sanity checksJohan Hovold1-10/+0
2016-05-16greybus: es2.c: Declare local __le64 not u64Bryan O'Donoghue1-1/+1
2016-05-15greybus: hd: Add TimeSync APBridge commandsBryan O'Donoghue1-11/+142
2016-05-13greybus: es2: add support for CDSI1 allocationJohan Hovold1-0/+59
2016-05-13greybus: es2: clean up cport-reset handlingJohan Hovold1-5/+8
2016-05-13greybus: es2: clean up CDSI CPort reservationJohan Hovold1-9/+16
2016-05-13greybus: es2: fix probe error handlingJohan Hovold1-4/+11
2016-04-21greybus: es2: move ap_disconnect() below ap_probe()Viresh Kumar1-13/+13
2016-04-21greybus: es2: don't protest when getting -ENOENT/ESHUTDOWN USB errorsViresh Kumar1-0/+5
2016-04-21greybus: es2: disable cport-in after remove greybus host deviceViresh Kumar1-2/+2
2016-04-21greybus: es2: Allow proper release of greybus host deviceViresh Kumar1-0/+1
2016-04-21greybus: es2: Fix apb_log null pointer exceptionDavid Lin1-1/+1
2016-03-04greybus: hd: rename CPort-features callbacksJohan Hovold1-8/+8
2016-02-24greybus: es2: implement the fct flow control requestsFabien Parent1-0/+37
2016-02-17greybus: es2: fix cport-count error handlingJohan Hovold1-2/+6
2016-01-12greybus: APBridge: move APBridge request protocol to a common .h fileGreg Kroah-Hartman1-25/+6
2016-01-12greybus: host: provide "generic" apbridge output callsGreg Kroah-Hartman1-29/+70
2015-12-22greybus: es2: clean up csi-config requestJohan Hovold1-5/+5
2015-12-21greybus: es2: Don't use stack memory as USB request dataLaurent Pinchart1-17/+14
2015-12-21greybus: es2: Fix endian conversion issuesLaurent Pinchart1-1/+1
2015-12-21greybus: es2: Add support for CSI transmitter configurationLaurent Pinchart1-0/+48
2015-12-15greybus: es2: demote dynamic-urb error messageJohan Hovold1-1/+1
2015-12-09greybus: es2: Reserve CPorts 16 and 17Laurent Pinchart1-0/+9
2015-12-08greybus: use decimal notation for interfaces, bundles and cportsJohan Hovold1-7/+4
2015-12-04greybus: Prefix hexadecimal values with 0x while printing themViresh Kumar1-1/+1
2015-12-04greybus: don't use %h and %hh for printing short and char variablesViresh Kumar1-2/+2
2015-11-16greybus: es2: remove fake vendor/product idsViresh Kumar1-1/+0
2015-11-12greybus: es2: Send cport-id in wValue field to usb_control_msg()Viresh Kumar1-1/+1
2015-11-04greybus: es2: clean up es2 destructorJohan Hovold1-3/+2
2015-11-04greybus: hd: fix host-device life time issuesJohan Hovold1-1/+8
2015-11-04greybus: es2: add more structure to probe error handlingJohan Hovold1-12/+18
2015-11-04greybus: es2: fix debugfs dentry leakJohan Hovold1-0/+1
2015-11-04greybus: es2: separate stopping and deallocating urbsJohan Hovold1-1/+15
2015-11-04greybus: es2: separate urb allocation and submissionJohan Hovold1-4/+37