summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/cros_ec_spi.c
Commit message (Expand)AuthorAgeFilesLines
* mfd: cros_ec_spi: Remove unused variable 'request'Lee Jones2016-10-041-2/+0
* mfd: cros_ec_spi: Repair comparison ordering issueLee Jones2016-01-141-2/+2
* mfd: cros ec: Lock the SPI bus while holding chipselectNicolas Boichat2016-01-111-12/+18
* spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0
* mfd: cros_ec: spi: Add OF match tableJavier Martinez Canillas2015-08-241-0/+7
* mfd: cros_ec: spi: Add delay for asserting CSAlexandru M Stan2015-06-151-2/+19
* mfd: cros_ec: Support multiple EC in a systemGwendal Grignou2015-06-151-1/+0
* mfd: cros_ec: add bus-specific proto v3 codeStephen Barber2015-06-151-53/+329
* mfd: cros_ec: add proto v3 skeletonStephen Barber2015-06-151-2/+5
* mfd: cros_ec: Use a zero-length array for command dataJavier Martinez Canillas2015-06-151-1/+1
* mfd: cros_ec: Remove parent fieldGwendal Grignou2015-06-151-1/+0
* mfd: cros_ec: move locking into cros_ec_cmd_xferAndrew Bresticker2014-10-061-11/+0
* mfd: cros_ec: Delay for 50ms when we see EC_CMD_REBOOT_ECDoug Anderson2014-10-061-0/+9
* Merge tag 'mfd-for-linus-3.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-08-071-30/+26
|\
| * mfd: cros_ec: ec_dev->cmd_xfer() returns number of bytes received from ECBill Richardson2014-07-091-1/+1
| * mfd: cros_ec: Check result code from EC messagesBill Richardson2014-07-091-13/+6
| * mfd: cros_ec: cleanup: remove unused fields from struct cros_ec_deviceBill Richardson2014-07-091-1/+0
| * mfd: cros_ec: Use struct cros_ec_command to communicate with the ECBill Richardson2014-07-091-8/+8
| * mfd: cros_ec: Detect in-progress commandsSimon Glass2014-07-091-0/+6
| * mfd: cros_ec: Tweak struct cros_ec_device for clarityBill Richardson2014-07-091-5/+5
| * mfd: cros_ec_spi: Set wakeup capabilityPrathyush K2014-07-091-0/+2
| * mfd: cros_ec: spi: Fix end of transfer on devices with no spi-msg-delayDoug Anderson2014-07-091-11/+7
* | mfd: cros_ec_spi: Use ktime_get_ns()Thomas Gleixner2014-07-231-6/+2
|/
* mfd: cros_ec: spi: Increase cros_ec_spi deadline from 5ms to 100msDoug Anderson2014-06-031-8/+16
* mfd: cros_ec: spi: Make the cros_ec_spi timeout more reliableDoug Anderson2014-06-031-3/+12
* mfd: cros_ec: spi: Add mutex to cros_ec_spiDoug Anderson2014-06-031-5/+21
* mfd: cros_ec: spi: Calculate delay between transfers correctlyDavid Hendricks2014-06-031-1/+1
* mfd: cros ec: spi: Add delay for raising CSRhyland Klein2014-01-211-0/+29
* mfd: cros ec: spi: Use 0 instead of '\0' consistentlyThierry Reding2014-01-211-3/+3
* mfd: cros ec: spi: Use correct module licenseThierry Reding2014-01-211-1/+1
* mfd: cros ec: spi: Use consistent function namesThierry Reding2014-01-211-4/+4
* mfd: cros ec: spi: Fix debug outputThierry Reding2014-01-061-1/+3
* mfd: cros ec: spi: Increase EC transaction delayDerek Basehore2014-01-061-3/+4
* mfd: cros_ec_spi: Use %z to format pointer differencesGeert Uytterhoeven2013-05-161-3/+3
* mfd: cros_ec_spi: Warnings fixSamuel Ortiz2013-04-051-3/+3
* mfd: Add ChromeOS EC SPI driverSimon Glass2013-04-051-0/+375
OpenPOWER on IntegriCloud