aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/cros_ec_spi.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-27mfd: cros ec: spi: Increase wait time to 200msGravatar Doug Anderson 1-3/+6
2016-10-04mfd: cros_ec_spi: Remove unused variable 'request'Gravatar Lee Jones 1-2/+0
2016-01-14mfd: cros_ec_spi: Repair comparison ordering issueGravatar Lee Jones 1-2/+2
2016-01-11mfd: cros ec: Lock the SPI bus while holding chipselectGravatar Nicolas Boichat 1-12/+18
2015-10-28spi: Drop owner assignment from spi_driversGravatar Andrew F. Davis 1-1/+0
2015-08-24mfd: cros_ec: spi: Add OF match tableGravatar Javier Martinez Canillas 1-0/+7
2015-06-15mfd: cros_ec: spi: Add delay for asserting CSGravatar Alexandru M Stan 1-2/+19
2015-06-15mfd: cros_ec: Support multiple EC in a systemGravatar Gwendal Grignou 1-1/+0
2015-06-15mfd: cros_ec: add bus-specific proto v3 codeGravatar Stephen Barber 1-53/+329
2015-06-15mfd: cros_ec: add proto v3 skeletonGravatar Stephen Barber 1-2/+5
2015-06-15mfd: cros_ec: Use a zero-length array for command dataGravatar Javier Martinez Canillas 1-1/+1
2015-06-15mfd: cros_ec: Remove parent fieldGravatar Gwendal Grignou 1-1/+0
2014-10-06mfd: cros_ec: move locking into cros_ec_cmd_xferGravatar Andrew Bresticker 1-11/+0
2014-10-06mfd: cros_ec: Delay for 50ms when we see EC_CMD_REBOOT_ECGravatar Doug Anderson 1-0/+9
2014-08-07Merge tag 'mfd-for-linus-3.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-30/+26
2014-07-23mfd: cros_ec_spi: Use ktime_get_ns()Gravatar Thomas Gleixner 1-6/+2
2014-07-09mfd: cros_ec: ec_dev->cmd_xfer() returns number of bytes received from ECGravatar Bill Richardson 1-1/+1
2014-07-09mfd: cros_ec: Check result code from EC messagesGravatar Bill Richardson 1-13/+6
2014-07-09mfd: cros_ec: cleanup: remove unused fields from struct cros_ec_deviceGravatar Bill Richardson 1-1/+0
2014-07-09mfd: cros_ec: Use struct cros_ec_command to communicate with the ECGravatar Bill Richardson 1-8/+8
2014-07-09mfd: cros_ec: Detect in-progress commandsGravatar Simon Glass 1-0/+6
2014-07-09mfd: cros_ec: Tweak struct cros_ec_device for clarityGravatar Bill Richardson 1-5/+5
2014-07-09mfd: cros_ec_spi: Set wakeup capabilityGravatar Prathyush K 1-0/+2
2014-07-09mfd: cros_ec: spi: Fix end of transfer on devices with no spi-msg-delayGravatar Doug Anderson 1-11/+7
2014-06-03mfd: cros_ec: spi: Increase cros_ec_spi deadline from 5ms to 100msGravatar Doug Anderson 1-8/+16
2014-06-03mfd: cros_ec: spi: Make the cros_ec_spi timeout more reliableGravatar Doug Anderson 1-3/+12
2014-06-03mfd: cros_ec: spi: Add mutex to cros_ec_spiGravatar Doug Anderson 1-5/+21
2014-06-03mfd: cros_ec: spi: Calculate delay between transfers correctlyGravatar David Hendricks 1-1/+1
2014-01-21mfd: cros ec: spi: Add delay for raising CSGravatar Rhyland Klein 1-0/+29
2014-01-21mfd: cros ec: spi: Use 0 instead of '\0' consistentlyGravatar Thierry Reding 1-3/+3
2014-01-21mfd: cros ec: spi: Use correct module licenseGravatar Thierry Reding 1-1/+1
2014-01-21mfd: cros ec: spi: Use consistent function namesGravatar Thierry Reding 1-4/+4
2014-01-06mfd: cros ec: spi: Fix debug outputGravatar Thierry Reding 1-1/+3
2014-01-06mfd: cros ec: spi: Increase EC transaction delayGravatar Derek Basehore 1-3/+4
2013-05-16mfd: cros_ec_spi: Use %z to format pointer differencesGravatar Geert Uytterhoeven 1-3/+3
2013-04-05mfd: cros_ec_spi: Warnings fixGravatar Samuel Ortiz 1-3/+3
2013-04-05mfd: Add ChromeOS EC SPI driverGravatar Simon Glass 1-0/+375