summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)Author
2015-12-21greybus: camera: Configure link speed for the data connectionLaurent Pinchart
2015-12-21greybus: svc: Add support for the link config operationLaurent Pinchart
2015-12-21greybus: camera: Fix endian conversion issuesLaurent Pinchart
2015-12-17greybus: tools: don't always build them.Greg Kroah-Hartman
2015-12-17greybus: loopback_test: null terminate the dict structureGreg Kroah-Hartman
2015-12-17greybus: loopback_test: fix warning about signed/unsigned comparisonGreg Kroah-Hartman
2015-12-17greybus: tools: Add tools directory to greybus repo and add loopbackGreg Kroah-Hartman
2015-12-17greybus: camera: fix data types of operationsRui Miguel Silva
2015-12-15greybus: spi: fix and cleanup spi devices handlingRui Miguel Silva
2015-12-15greybus: spi: unregister master on device add failRui Miguel Silva
2015-12-15greybus: spi: validate spi master registerRui Miguel Silva
2015-12-15greybus: spi: rename label to undo operationRui Miguel Silva
2015-12-15greybus: interface: fix hot-unplug control-connection timeoutsJohan Hovold
2015-12-15greybus: interface: clean up control-connection handlingJohan Hovold
2015-12-15greybus: es2: demote dynamic-urb error messageJohan Hovold
2015-12-14greybus: Camera: remove f_dentry usageGreg Kroah-Hartman
2015-12-14greybus: Add driver for the camera class protocolLaurent Pinchart
2015-12-14greybus: Add camera protocol definitionLaurent Pinchart
2015-12-11greybus: loopback: Add asynchronous backoffBryan O'Donoghue
2015-12-11greybus: loopback: Wait for all async operations to complete on exitBryan O'Donoghue
2015-12-11greybus: loopback: Retrun -ENOMEM if operation allocation failsBryan O'Donoghue
2015-12-11greybus: loopback: Drop NULL check on container_of pointerBryan O'Donoghue
2015-12-11greybus: loopback: register a struct device.Axel Haslam
2015-12-10greybus: loopback: remove mask attributeAxel Haslam
2015-12-10greybus: spi: move chipselect to one byte sizeRui Miguel Silva
2015-12-09greybus: es2: Reserve CPorts 16 and 17Laurent Pinchart
2015-12-08greybus: interface: clean up error messagesJohan Hovold
2015-12-08greybus: interface: fix interface-registration raceJohan Hovold
2015-12-08greybus: interface: separate manifest parsing from bundle registrationJohan Hovold
2015-12-08greybus: bundle: separate bundle creation and registrationJohan Hovold
2015-12-08greybus: bundle: separate connection disabling and destructionJohan Hovold
2015-12-08greybus: bundle: use dev_err for bundle-creation errorsJohan Hovold
2015-12-08greybus: bundle: kill the bundle lockJohan Hovold
2015-12-08greybus: interface: remove defensive WARN_ONJohan Hovold
2015-12-08greybus: use decimal notation for interfaces, bundles and cportsJohan Hovold
2015-12-08greybus: svc: create svc along with host deviceJohan Hovold
2015-12-08greybus: hd: make svc-connection life time coincide with host-deviceJohan Hovold
2015-12-08greybus: hd: initialise device lastJohan Hovold
2015-12-08greybus: connection: separate connection creation and enablingJohan Hovold
2015-12-08greybus: connection: unbind protocol at exitJohan Hovold
2015-12-08greybus: connection: bind protocol at initJohan Hovold
2015-12-08greybus: connection: fail on missing protocolJohan Hovold
2015-12-08greybus: bundle: kill gb_bundle_bind_protocolsJohan Hovold
2015-12-07greybus: bundle: remove obsolete function prototypeJohan Hovold
2015-12-07greybus: svc: add missing boot-status error messageJohan Hovold
2015-12-07greybus: loopback: Ensure we reset stats once and once onlyBryan O'Donoghue
2015-12-07greybus: loopback: Convert thread delay to microsecondsBryan O'Donoghue
2015-12-07greybus: loopback: Add asynchronous bi-directional supportBryan O'Donoghue
2015-12-07greybus: loopback: Convert cross-thread mutex to spinlock while relaxing conn...Bryan O'Donoghue
2015-12-04greybus: Prefix hexadecimal values with 0x while printing themViresh Kumar