summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/spi.c
Commit message (Expand)AuthorAgeFilesLines
* staging: greybus: spi: remove KERNEL_VERSION checksGreg Kroah-Hartman2016-09-191-20/+1
* greybus: spilib: make spilib independent of gbphyViresh Kumar2016-07-211-1/+22
* greybus: spi: Add runtime_pm supportAxel Haslam2016-07-141-0/+6
* greybus: gbphy: Remove protocol specific version handlingViresh Kumar2016-05-311-4/+0
* greybus: gpbridge: rename 'gpbridge' to 'gbphy' everywhereSandeep Patil2016-05-191-15/+15
* greybus: spi: Separate out spilib from spi bridged PHY bundle driverViresh Kumar2016-05-141-0/+75
* greybus: spi: Restructure spi.c to share it with other bundle driversViresh Kumar2016-05-141-563/+0
* greybus: spi: Create separate moduleViresh Kumar2016-05-141-1/+4
* greybus: SPI: convert to a gpbridge driverGreg Kroah-Hartman2016-05-051-23/+56
* greybus: spi: use timeout request send operationRui Miguel Silva2016-04-211-1/+15
* greybus: spi: fix message transfer over greybusRui Miguel Silva2016-04-211-40/+153
* greybus: convert drivers to use connection->private set/getGreg Kroah-Hartman2016-03-221-3/+3
* greybus: gpbridge.h: move protocol init/exit prototypesGreg Kroah-Hartman2016-03-031-0/+1
* greybus: spi: add bundle-device prefix to error messagesJohan Hovold2016-02-111-1/+2
* greybus: spi: add device_type field to device configRui Miguel Silva2016-02-051-2/+16
* greybus: spi: fix and cleanup spi devices handlingRui Miguel Silva2015-12-151-21/+3
* greybus: spi: unregister master on device add failRui Miguel Silva2015-12-151-1/+5
* greybus: spi: validate spi master registerRui Miguel Silva2015-12-151-0/+2
* greybus: spi: rename label to undo operationRui Miguel Silva2015-12-151-2/+2
* greybus: spi: move chipselect to one byte sizeRui Miguel Silva2015-12-101-5/+5
* greybus: spi: fix transfers bigger than greybus payloadRui Miguel Silva2015-12-031-15/+87
* greybus: spi: add master and device config operationsRui Miguel Silva2015-12-021-79/+59
* greybus: spi: add rdwr field to transfer descriptorRui Miguel Silva2015-12-021-1/+4
* greybus: spi: use the bundle struct device instead of the connectorGreg Kroah-Hartman2015-10-151-5/+5
* greybus: operation: remove gb_operation_destroyJohan Hovold2015-09-291-1/+2
* greybus: spi: Allow spi-core to allocate bus numbers dynamicallyViresh Kumar2015-09-041-1/+1
* greybus: spi: Drop get_version supportViresh Kumar2015-08-111-10/+0
* greybus: spi: Use (already defined) major/minor macrosViresh Kumar2015-08-101-2/+2
* greybus: operation: allow atomic operation allocationsJohan Hovold2015-07-011-1/+1
* greybus: Rename gb_gpbridge_protocol_driver() as gb_builtin_protocol_driver()Viresh Kumar2015-07-011-1/+1
* greybus: include "gpbridge.h" from "greybus.h"Alex Elder2015-05-231-1/+0
* greybus: Use gb_gpbridge_protocol_init()Viresh Kumar2015-05-201-9/+1
* greybus: spi: Move structure definitions into gpbridge.hViresh Kumar2015-05-201-83/+1
* greybus: eliminate extra response flag definitionsAlex Elder2015-05-071-2/+1
* greybus: connection: replace custom error function with dev_errJohan Hovold2015-03-191-6/+5
* greybus: spi:fix sparse warningsViresh Kumar2015-01-271-3/+3
* greybus: spi: add bridged-PHY spi protocol driverViresh Kumar2015-01-231-0/+443
OpenPOWER on IntegriCloud