aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/cros_ec_spi.c
AgeCommit message (Expand)Author
2016-10-04mfd: cros_ec_spi: Remove unused variable 'request'Lee Jones
2016-01-14mfd: cros_ec_spi: Repair comparison ordering issueLee Jones
2016-01-11mfd: cros ec: Lock the SPI bus while holding chipselectNicolas Boichat
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis
2015-08-24mfd: cros_ec: spi: Add OF match tableJavier Martinez Canillas
2015-06-15mfd: cros_ec: spi: Add delay for asserting CSAlexandru M Stan
2015-06-15mfd: cros_ec: Support multiple EC in a systemGwendal Grignou
2015-06-15mfd: cros_ec: add bus-specific proto v3 codeStephen Barber
2015-06-15mfd: cros_ec: add proto v3 skeletonStephen Barber
2015-06-15mfd: cros_ec: Use a zero-length array for command dataJavier Martinez Canillas
2015-06-15mfd: cros_ec: Remove parent fieldGwendal Grignou
2014-10-06mfd: cros_ec: move locking into cros_ec_cmd_xferAndrew Bresticker
2014-10-06mfd: cros_ec: Delay for 50ms when we see EC_CMD_REBOOT_ECDoug Anderson
2014-08-07Merge tag 'mfd-for-linus-3.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-07-23mfd: cros_ec_spi: Use ktime_get_ns()Thomas Gleixner
2014-07-09mfd: cros_ec: ec_dev->cmd_xfer() returns number of bytes received from ECBill Richardson
2014-07-09mfd: cros_ec: Check result code from EC messagesBill Richardson
2014-07-09mfd: cros_ec: cleanup: remove unused fields from struct cros_ec_deviceBill Richardson
2014-07-09mfd: cros_ec: Use struct cros_ec_command to communicate with the ECBill Richardson
2014-07-09mfd: cros_ec: Detect in-progress commandsSimon Glass
2014-07-09mfd: cros_ec: Tweak struct cros_ec_device for clarityBill Richardson
2014-07-09mfd: cros_ec_spi: Set wakeup capabilityPrathyush K
2014-07-09mfd: cros_ec: spi: Fix end of transfer on devices with no spi-msg-delayDoug Anderson
2014-06-03mfd: cros_ec: spi: Increase cros_ec_spi deadline from 5ms to 100msDoug Anderson
2014-06-03mfd: cros_ec: spi: Make the cros_ec_spi timeout more reliableDoug Anderson
2014-06-03mfd: cros_ec: spi: Add mutex to cros_ec_spiDoug Anderson
2014-06-03mfd: cros_ec: spi: Calculate delay between transfers correctlyDavid Hendricks
2014-01-21mfd: cros ec: spi: Add delay for raising CSRhyland Klein
2014-01-21mfd: cros ec: spi: Use 0 instead of '\0' consistentlyThierry Reding
2014-01-21mfd: cros ec: spi: Use correct module licenseThierry Reding
2014-01-21mfd: cros ec: spi: Use consistent function namesThierry Reding
2014-01-06mfd: cros ec: spi: Fix debug outputThierry Reding
2014-01-06mfd: cros ec: spi: Increase EC transaction delayDerek Basehore
2013-05-16mfd: cros_ec_spi: Use %z to format pointer differencesGeert Uytterhoeven
2013-04-05mfd: cros_ec_spi: Warnings fixSamuel Ortiz
2013-04-05mfd: Add ChromeOS EC SPI driverSimon Glass