aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/spi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-19staging: greybus: spi: remove KERNEL_VERSION checksGreg Kroah-Hartman1-20/+1
2016-07-21greybus: spilib: make spilib independent of gbphyViresh Kumar1-1/+22
2016-07-14greybus: spi: Add runtime_pm supportAxel Haslam1-0/+6
2016-05-31greybus: gbphy: Remove protocol specific version handlingViresh Kumar1-4/+0
2016-05-19greybus: gpbridge: rename 'gpbridge' to 'gbphy' everywhereSandeep Patil1-15/+15
2016-05-14greybus: spi: Separate out spilib from spi bridged PHY bundle driverViresh Kumar1-0/+75
2016-05-14greybus: spi: Restructure spi.c to share it with other bundle driversViresh Kumar1-563/+0
2016-05-14greybus: spi: Create separate moduleViresh Kumar1-1/+4
2016-05-05greybus: SPI: convert to a gpbridge driverGreg Kroah-Hartman1-23/+56
2016-04-21greybus: spi: use timeout request send operationRui Miguel Silva1-1/+15
2016-04-21greybus: spi: fix message transfer over greybusRui Miguel Silva1-40/+153
2016-03-22greybus: convert drivers to use connection->private set/getGreg Kroah-Hartman1-3/+3
2016-03-03greybus: gpbridge.h: move protocol init/exit prototypesGreg Kroah-Hartman1-0/+1
2016-02-11greybus: spi: add bundle-device prefix to error messagesJohan Hovold1-1/+2
2016-02-05greybus: spi: add device_type field to device configRui Miguel Silva1-2/+16
2015-12-15greybus: spi: fix and cleanup spi devices handlingRui Miguel Silva1-21/+3
2015-12-15greybus: spi: unregister master on device add failRui Miguel Silva1-1/+5
2015-12-15greybus: spi: validate spi master registerRui Miguel Silva1-0/+2
2015-12-15greybus: spi: rename label to undo operationRui Miguel Silva1-2/+2
2015-12-10greybus: spi: move chipselect to one byte sizeRui Miguel Silva1-5/+5
2015-12-03greybus: spi: fix transfers bigger than greybus payloadRui Miguel Silva1-15/+87
2015-12-02greybus: spi: add master and device config operationsRui Miguel Silva1-79/+59
2015-12-02greybus: spi: add rdwr field to transfer descriptorRui Miguel Silva1-1/+4
2015-10-15greybus: spi: use the bundle struct device instead of the connectorGreg Kroah-Hartman1-5/+5
2015-09-29greybus: operation: remove gb_operation_destroyJohan Hovold1-1/+2
2015-09-04greybus: spi: Allow spi-core to allocate bus numbers dynamicallyViresh Kumar1-1/+1
2015-08-11greybus: spi: Drop get_version supportViresh Kumar1-10/+0
2015-08-10greybus: spi: Use (already defined) major/minor macrosViresh Kumar1-2/+2
2015-07-01greybus: operation: allow atomic operation allocationsJohan Hovold1-1/+1
2015-07-01greybus: Rename gb_gpbridge_protocol_driver() as gb_builtin_protocol_driver()Viresh Kumar1-1/+1
2015-05-23greybus: include "gpbridge.h" from "greybus.h"Alex Elder1-1/+0
2015-05-20greybus: Use gb_gpbridge_protocol_init()Viresh Kumar1-9/+1
2015-05-20greybus: spi: Move structure definitions into gpbridge.hViresh Kumar1-83/+1
2015-05-07greybus: eliminate extra response flag definitionsAlex Elder1-2/+1
2015-03-19greybus: connection: replace custom error function with dev_errJohan Hovold1-6/+5
2015-01-27greybus: spi:fix sparse warningsViresh Kumar1-3/+3
2015-01-23greybus: spi: add bridged-PHY spi protocol driverViresh Kumar1-0/+443