aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/es2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-26staging: greybus: Parenthesis alignmentCristian Sicilia1-35/+35
2018-11-09staging: greybus: remove comparison to BOOLIoannis Valasakis1-2/+2
2017-11-11staging: greybus: Remove redundant license textGreg Kroah-Hartman1-2/+0
2017-11-11staging: greybus: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman1-0/+1
2017-10-18staging: greybus: mark expected switch fall-through in check_urb_statusGustavo A. R. Silva1-0/+1
2017-02-12staging: greybus: fix symbolic permission coding style issuesGioh Kim1-2/+2
2017-02-12staging: greybus: fix "line over 80 characters" coding style issuesGioh Kim1-1/+2
2017-01-07staging: greybus: remove timesync protocol supportGreg Kroah-Hartman1-132/+0
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2016-12-04don't open-code file_inode()Al Viro1-3/+3
2016-10-30Merge 4.9-rc3 into staging-nextGreg Kroah-Hartman1-1/+2
2016-10-24greybus: es2: fix error return code in ap_probe()Wei Yongjun1-1/+2
2016-10-24staging: greybus: es2: fix arpc request sizeRui Miguel Silva1-1/+1
2016-10-17staging: greybus: es2: Use kmemdup instead of kmalloc and memcpysayli karnik1-2/+1
2016-09-19staging: greybus: remove CONFIG_PM_RUNTIME from kernel_ver.hGreg Kroah-Hartman1-1/+0
2016-09-02greybus: es2: fix up usb probe error messagesGreg Kroah-Hartman1-12/+23
2016-09-02greybus: es2: No need to check before freeing an urbGreg Kroah-Hartman1-9/+3
2016-09-02greybus: es2: remove unneeded BULK_* #definesGreg Kroah-Hartman1-10/+1
2016-09-02greybus: es2: remove bulk_in arrayGreg Kroah-Hartman1-55/+38
2016-09-02greybus: es2: remove bulk_out arrayGreg Kroah-Hartman1-15/+9
2016-09-02greybus: es2: remove struct cport_to_epGreg Kroah-Hartman1-34/+1
2016-09-02greybus: es2: remove #if 0 codeGreg Kroah-Hartman1-59/+0
2016-09-02greybus: es2: use a single bulk ep pair for all greybus dataSandeep Patil1-1/+1
2016-08-26greybus: es2: remove obsolete cport-reset ARPCJohan Hovold1-38/+0
2016-08-26greybus: hd/es2: remove obsolete callbacksJohan Hovold1-37/+0
2016-08-26greybus: es2: implement shutdown callbackJohan Hovold1-0/+27
2016-08-26greybus: es2: implement flush callbackJohan Hovold1-0/+19
2016-08-17greybus: es2: fix memory leak in probe error pathJohan Hovold1-2/+5
2016-08-11greybus: hd/es2: add cport_clear callback and ARPCJohan Hovold1-0/+19
2016-08-11greybus: hd/es2: add cport_quiesce callback and ARPCJohan Hovold1-0/+30
2016-08-11greybus: hd/es2: add cport_connected callback and ARPCJohan Hovold1-0/+20
2016-08-10greybus: arpc: move arpc definitions to their own headerJohan Hovold1-0/+1
2016-08-10greybus: es2: fix USB vendor-request prefixesJohan Hovold1-5/+5
2016-08-03greybus: es2: rename USB vendor-request timeout defineJohan Hovold1-17/+18
2016-08-03greybus: es2: add define for ARPC CPort requestsJohan Hovold1-1/+5
2016-08-03greybus: es2: allow ARPC result to be ignoredJohan Hovold1-2/+4
2016-08-03greybus: es2: always set result valueJohan Hovold1-4/+7
2016-08-03greybus: es2: clean up ARPC symbol namesJohan Hovold1-2/+2
2016-07-28greybus: es2: fix arpc active-list corruptionJohan Hovold1-1/+1
2016-07-28greybus: es2: fix arpc error messageJohan Hovold1-2/+2
2016-07-28greybus: es2: fix arpc response-allocation error handlingJohan Hovold1-1/+1
2016-07-18greybus: greybus_protocols.h/es2: Ensure __le32 is used not u32Bryan O'Donoghue1-3/+7
2016-07-15greybus: get rid of a compile warningAlex Elder1-1/+1
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