aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2015-12-15greybus: spi: rename label to undo operationRui Miguel Silva1-2/+2
2015-12-15greybus: interface: fix hot-unplug control-connection timeoutsJohan Hovold3-2/+7
2015-12-15greybus: interface: clean up control-connection handlingJohan Hovold3-24/+66
2015-12-15greybus: es2: demote dynamic-urb error messageJohan Hovold1-1/+1
2015-12-14greybus: Camera: remove f_dentry usageGreg Kroah-Hartman1-1/+1
2015-12-14greybus: Add driver for the camera class protocolLaurent Pinchart2-0/+613
2015-12-14greybus: Add camera protocol definitionLaurent Pinchart2-1/+73
2015-12-11greybus: loopback: Add asynchronous backoffBryan O'Donoghue1-0/+18
2015-12-11greybus: loopback: Wait for all async operations to complete on exitBryan O'Donoghue1-0/+15
2015-12-11greybus: loopback: Retrun -ENOMEM if operation allocation failsBryan O'Donoghue1-2/+2
2015-12-11greybus: loopback: Drop NULL check on container_of pointerBryan O'Donoghue1-3/+0
2015-12-11greybus: loopback: register a struct device.Axel Haslam1-37/+58
2015-12-10greybus: loopback: remove mask attributeAxel Haslam1-4/+0
2015-12-10greybus: spi: move chipselect to one byte sizeRui Miguel Silva2-7/+7
2015-12-09greybus: es2: Reserve CPorts 16 and 17Laurent Pinchart1-0/+9
2015-12-08greybus: interface: clean up error messagesJohan Hovold1-4/+3
2015-12-08greybus: interface: fix interface-registration raceJohan Hovold1-17/+15
2015-12-08greybus: interface: separate manifest parsing from bundle registrationJohan Hovold2-27/+20
2015-12-08greybus: bundle: separate bundle creation and registrationJohan Hovold3-21/+39
2015-12-08greybus: bundle: separate connection disabling and destructionJohan Hovold1-4/+9
2015-12-08greybus: bundle: use dev_err for bundle-creation errorsJohan Hovold1-1/+1
2015-12-08greybus: bundle: kill the bundle lockJohan Hovold2-22/+13
2015-12-08greybus: interface: remove defensive WARN_ONJohan Hovold1-3/+0
2015-12-08greybus: use decimal notation for interfaces, bundles and cportsJohan Hovold5-14/+10
2015-12-08greybus: svc: create svc along with host deviceJohan Hovold4-23/+67
2015-12-08greybus: hd: make svc-connection life time coincide with host-deviceJohan Hovold3-17/+9
2015-12-08greybus: hd: initialise device lastJohan Hovold1-8/+7
2015-12-08greybus: connection: separate connection creation and enablingJohan Hovold5-13/+28
2015-12-08greybus: connection: unbind protocol at exitJohan Hovold1-12/+14
2015-12-08greybus: connection: bind protocol at initJohan Hovold1-12/+8
2015-12-08greybus: connection: fail on missing protocolJohan Hovold1-2/+2
2015-12-08greybus: bundle: kill gb_bundle_bind_protocolsJohan Hovold5-40/+5
2015-12-07greybus: bundle: remove obsolete function prototypeJohan Hovold1-4/+0
2015-12-07greybus: svc: add missing boot-status error messageJohan Hovold1-1/+4
2015-12-07greybus: loopback: Ensure we reset stats once and once onlyBryan O'Donoghue1-13/+3
2015-12-07greybus: loopback: Convert thread delay to microsecondsBryan O'Donoghue1-10/+10
2015-12-07greybus: loopback: Add asynchronous bi-directional supportBryan O'Donoghue1-17/+367
2015-12-07greybus: loopback: Convert cross-thread mutex to spinlock while relaxing connect locksBryan O'Donoghue1-11/+17
2015-12-04greybus: Prefix hexadecimal values with 0x while printing themViresh Kumar4-9/+9
2015-12-04greybus: don't use %h and %hh for printing short and char variablesViresh Kumar10-36/+36
2015-12-04greybus: svc: Use -EIO instead of -EINVAL for unipro errorsViresh Kumar1-2/+2
2015-12-04greybus: Documentation: Arrange entries in alphabetical orderViresh Kumar1-40/+40
2015-12-04greybus: core: add bundle id to bundle ueventsJohan Hovold1-1/+3
2015-12-03greybus: core: add interface id to interface and bundle ueventsJohan Hovold1-0/+5
2015-12-03greybus: core: add bus id to ueventsJohan Hovold3-5/+9
2015-12-03greybus: svc: flush workqueue at connection exitJohan Hovold1-0/+2
2015-12-03greybus: loopback: drop bus aggregate calculationBryan O'Donoghue1-340/+132
2015-12-03greybus: loopback: Drop unused timeval variablesBryan O'Donoghue1-5/+0
2015-12-03greybus: loopback: Move latency_ts initialization to transfer routineBryan O'Donoghue1-2/+3
2015-12-03greybus: loopback: Relax locking during loopback operationsBryan O'Donoghue1-1/+2