aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/cros_ec_spi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-04mfd: cros_ec_spi: Remove unused variable 'request'Lee Jones1-2/+0
2016-01-14mfd: cros_ec_spi: Repair comparison ordering issueLee Jones1-2/+2
2016-01-11mfd: cros ec: Lock the SPI bus while holding chipselectNicolas Boichat1-12/+18
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2015-08-24mfd: cros_ec: spi: Add OF match tableJavier Martinez Canillas1-0/+7
2015-06-15mfd: cros_ec: spi: Add delay for asserting CSAlexandru M Stan1-2/+19
2015-06-15mfd: cros_ec: Support multiple EC in a systemGwendal Grignou1-1/+0
2015-06-15mfd: cros_ec: add bus-specific proto v3 codeStephen Barber1-53/+329
2015-06-15mfd: cros_ec: add proto v3 skeletonStephen Barber1-2/+5
2015-06-15mfd: cros_ec: Use a zero-length array for command dataJavier Martinez Canillas1-1/+1
2015-06-15mfd: cros_ec: Remove parent fieldGwendal Grignou1-1/+0
2014-10-06mfd: cros_ec: move locking into cros_ec_cmd_xferAndrew Bresticker1-11/+0
2014-10-06mfd: cros_ec: Delay for 50ms when we see EC_CMD_REBOOT_ECDoug Anderson1-0/+9
2014-08-07Merge tag 'mfd-for-linus-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-30/+26
2014-07-23mfd: cros_ec_spi: Use ktime_get_ns()Thomas Gleixner1-6/+2
2014-07-09mfd: cros_ec: ec_dev->cmd_xfer() returns number of bytes received from ECBill Richardson1-1/+1
2014-07-09mfd: cros_ec: Check result code from EC messagesBill Richardson1-13/+6
2014-07-09mfd: cros_ec: cleanup: remove unused fields from struct cros_ec_deviceBill Richardson1-1/+0
2014-07-09mfd: cros_ec: Use struct cros_ec_command to communicate with the ECBill Richardson1-8/+8
2014-07-09mfd: cros_ec: Detect in-progress commandsSimon Glass1-0/+6
2014-07-09mfd: cros_ec: Tweak struct cros_ec_device for clarityBill Richardson1-5/+5
2014-07-09mfd: cros_ec_spi: Set wakeup capabilityPrathyush K1-0/+2
2014-07-09mfd: cros_ec: spi: Fix end of transfer on devices with no spi-msg-delayDoug Anderson1-11/+7
2014-06-03mfd: cros_ec: spi: Increase cros_ec_spi deadline from 5ms to 100msDoug Anderson1-8/+16
2014-06-03mfd: cros_ec: spi: Make the cros_ec_spi timeout more reliableDoug Anderson1-3/+12
2014-06-03mfd: cros_ec: spi: Add mutex to cros_ec_spiDoug Anderson1-5/+21
2014-06-03mfd: cros_ec: spi: Calculate delay between transfers correctlyDavid Hendricks1-1/+1
2014-01-21mfd: cros ec: spi: Add delay for raising CSRhyland Klein1-0/+29
2014-01-21mfd: cros ec: spi: Use 0 instead of '\0' consistentlyThierry Reding1-3/+3
2014-01-21mfd: cros ec: spi: Use correct module licenseThierry Reding1-1/+1
2014-01-21mfd: cros ec: spi: Use consistent function namesThierry Reding1-4/+4
2014-01-06mfd: cros ec: spi: Fix debug outputThierry Reding1-1/+3
2014-01-06mfd: cros ec: spi: Increase EC transaction delayDerek Basehore1-3/+4
2013-05-16mfd: cros_ec_spi: Use %z to format pointer differencesGeert Uytterhoeven1-3/+3
2013-04-05mfd: cros_ec_spi: Warnings fixSamuel Ortiz1-3/+3
2013-04-05mfd: Add ChromeOS EC SPI driverSimon Glass1-0/+375