aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/es2.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-26staging: greybus: Parenthesis alignmentGravatar Cristian Sicilia 1-35/+35
2018-11-09staging: greybus: remove comparison to BOOLGravatar Ioannis Valasakis 1-2/+2
2017-11-11staging: greybus: Remove redundant license textGravatar Greg Kroah-Hartman 1-2/+0
2017-11-11staging: greybus: add SPDX identifiers to all greybus driver filesGravatar Greg Kroah-Hartman 1-0/+1
2017-10-18staging: greybus: mark expected switch fall-through in check_urb_statusGravatar Gustavo A. R. Silva 1-0/+1
2017-02-12staging: greybus: fix symbolic permission coding style issuesGravatar Gioh Kim 1-2/+2
2017-02-12staging: greybus: fix "line over 80 characters" coding style issuesGravatar Gioh Kim 1-1/+2
2017-01-07staging: greybus: remove timesync protocol supportGravatar Greg Kroah-Hartman 1-132/+0
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+3
2016-12-04don't open-code file_inode()Gravatar Al Viro 1-3/+3
2016-10-30Merge 4.9-rc3 into staging-nextGravatar Greg Kroah-Hartman 1-1/+2
2016-10-24greybus: es2: fix error return code in ap_probe()Gravatar Wei Yongjun 1-1/+2
2016-10-24staging: greybus: es2: fix arpc request sizeGravatar Rui Miguel Silva 1-1/+1
2016-10-17staging: greybus: es2: Use kmemdup instead of kmalloc and memcpyGravatar sayli karnik 1-2/+1
2016-09-19staging: greybus: remove CONFIG_PM_RUNTIME from kernel_ver.hGravatar Greg Kroah-Hartman 1-1/+0
2016-09-02greybus: es2: fix up usb probe error messagesGravatar Greg Kroah-Hartman 1-12/+23
2016-09-02greybus: es2: No need to check before freeing an urbGravatar Greg Kroah-Hartman 1-9/+3
2016-09-02greybus: es2: remove unneeded BULK_* #definesGravatar Greg Kroah-Hartman 1-10/+1
2016-09-02greybus: es2: remove bulk_in arrayGravatar Greg Kroah-Hartman 1-55/+38
2016-09-02greybus: es2: remove bulk_out arrayGravatar Greg Kroah-Hartman 1-15/+9
2016-09-02greybus: es2: remove struct cport_to_epGravatar Greg Kroah-Hartman 1-34/+1
2016-09-02greybus: es2: remove #if 0 codeGravatar Greg Kroah-Hartman 1-59/+0
2016-09-02greybus: es2: use a single bulk ep pair for all greybus dataGravatar Sandeep Patil 1-1/+1
2016-08-26greybus: es2: remove obsolete cport-reset ARPCGravatar Johan Hovold 1-38/+0
2016-08-26greybus: hd/es2: remove obsolete callbacksGravatar Johan Hovold 1-37/+0
2016-08-26greybus: es2: implement shutdown callbackGravatar Johan Hovold 1-0/+27
2016-08-26greybus: es2: implement flush callbackGravatar Johan Hovold 1-0/+19
2016-08-17greybus: es2: fix memory leak in probe error pathGravatar Johan Hovold 1-2/+5
2016-08-11greybus: hd/es2: add cport_clear callback and ARPCGravatar Johan Hovold 1-0/+19
2016-08-11greybus: hd/es2: add cport_quiesce callback and ARPCGravatar Johan Hovold 1-0/+30
2016-08-11greybus: hd/es2: add cport_connected callback and ARPCGravatar Johan Hovold 1-0/+20
2016-08-10greybus: arpc: move arpc definitions to their own headerGravatar Johan Hovold 1-0/+1
2016-08-10greybus: es2: fix USB vendor-request prefixesGravatar Johan Hovold 1-5/+5
2016-08-03greybus: es2: rename USB vendor-request timeout defineGravatar Johan Hovold 1-17/+18
2016-08-03greybus: es2: add define for ARPC CPort requestsGravatar Johan Hovold 1-1/+5
2016-08-03greybus: es2: allow ARPC result to be ignoredGravatar Johan Hovold 1-2/+4
2016-08-03greybus: es2: always set result valueGravatar Johan Hovold 1-4/+7
2016-08-03greybus: es2: clean up ARPC symbol namesGravatar Johan Hovold 1-2/+2
2016-07-28greybus: es2: fix arpc active-list corruptionGravatar Johan Hovold 1-1/+1
2016-07-28greybus: es2: fix arpc error messageGravatar Johan Hovold 1-2/+2
2016-07-28greybus: es2: fix arpc response-allocation error handlingGravatar Johan Hovold 1-1/+1
2016-07-18greybus: greybus_protocols.h/es2: Ensure __le32 is used not u32Gravatar Bryan O'Donoghue 1-3/+7
2016-07-15greybus: get rid of a compile warningGravatar Alex Elder 1-1/+1
2016-07-14greybus: es2: fix arpc response lookupsGravatar Johan Hovold 1-3/+3
2016-07-14greybus: es2: Fix 'make check' warnings with arpcGravatar Viresh Kumar 1-5/+5
2016-07-13greybus: es2: fix arpc return valueGravatar Johan Hovold 1-0/+2
2016-07-11greybus: es2: Implement APBridgeA RPC (ARPC)Gravatar Alexandre Bailon 1-9/+194
2016-07-11greybus: es2: Add a new bulk in endpoint for APBridgeA RPCGravatar Alexandre Bailon 1-4/+136
2016-06-29greybus: Revert "greybus: es2.c: don't use spin_lock_irq()"Gravatar Johan Hovold 1-5/+4
2016-06-24greybus: es2: add support for greybus cport flagsGravatar Johan Hovold 1-0/+42