summaryrefslogtreecommitdiff
path: root/drivers/mfd/cros_ec_spi.c
Commit message (Expand)AuthorAge
* Merge tag 'mfd-next-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2018-01-29
|\
| * mfd: cros ec: spi: Simplify delay handling between SPI messagesJon Hunter2018-01-08
* | mfd: cros ec: spi: Fix "in progress" error signalingShawn Nematbakhsh2017-11-29
* | mfd: cros ec: spi: Don't send first message too soonJon Hunter2017-11-29
|/
* mfd: cros ec: spi: Increase wait time to 200msDoug Anderson2017-04-27
* mfd: cros_ec_spi: Remove unused variable 'request'Lee Jones2016-10-04
* mfd: cros_ec_spi: Repair comparison ordering issueLee Jones2016-01-14
* mfd: cros ec: Lock the SPI bus while holding chipselectNicolas Boichat2016-01-11
* spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-28
* mfd: cros_ec: spi: Add OF match tableJavier Martinez Canillas2015-08-24
* mfd: cros_ec: spi: Add delay for asserting CSAlexandru M Stan2015-06-15
* mfd: cros_ec: Support multiple EC in a systemGwendal Grignou2015-06-15
* mfd: cros_ec: add bus-specific proto v3 codeStephen Barber2015-06-15
* mfd: cros_ec: add proto v3 skeletonStephen Barber2015-06-15
* mfd: cros_ec: Use a zero-length array for command dataJavier Martinez Canillas2015-06-15
* mfd: cros_ec: Remove parent fieldGwendal Grignou2015-06-15
* mfd: cros_ec: move locking into cros_ec_cmd_xferAndrew Bresticker2014-10-06
* mfd: cros_ec: Delay for 50ms when we see EC_CMD_REBOOT_ECDoug Anderson2014-10-06
* Merge tag 'mfd-for-linus-3.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-08-07
|\
| * mfd: cros_ec: ec_dev->cmd_xfer() returns number of bytes received from ECBill Richardson2014-07-09
| * mfd: cros_ec: Check result code from EC messagesBill Richardson2014-07-09
| * mfd: cros_ec: cleanup: remove unused fields from struct cros_ec_deviceBill Richardson2014-07-09
| * mfd: cros_ec: Use struct cros_ec_command to communicate with the ECBill Richardson2014-07-09
| * mfd: cros_ec: Detect in-progress commandsSimon Glass2014-07-09
| * mfd: cros_ec: Tweak struct cros_ec_device for clarityBill Richardson2014-07-09
| * mfd: cros_ec_spi: Set wakeup capabilityPrathyush K2014-07-09
| * mfd: cros_ec: spi: Fix end of transfer on devices with no spi-msg-delayDoug Anderson2014-07-09
* | mfd: cros_ec_spi: Use ktime_get_ns()Thomas Gleixner2014-07-23
|/
* mfd: cros_ec: spi: Increase cros_ec_spi deadline from 5ms to 100msDoug Anderson2014-06-03
* mfd: cros_ec: spi: Make the cros_ec_spi timeout more reliableDoug Anderson2014-06-03
* mfd: cros_ec: spi: Add mutex to cros_ec_spiDoug Anderson2014-06-03
* mfd: cros_ec: spi: Calculate delay between transfers correctlyDavid Hendricks2014-06-03
* mfd: cros ec: spi: Add delay for raising CSRhyland Klein2014-01-21
* mfd: cros ec: spi: Use 0 instead of '\0' consistentlyThierry Reding2014-01-21
* mfd: cros ec: spi: Use correct module licenseThierry Reding2014-01-21
* mfd: cros ec: spi: Use consistent function namesThierry Reding2014-01-21
* mfd: cros ec: spi: Fix debug outputThierry Reding2014-01-06
* mfd: cros ec: spi: Increase EC transaction delayDerek Basehore2014-01-06
* mfd: cros_ec_spi: Use %z to format pointer differencesGeert Uytterhoeven2013-05-16
* mfd: cros_ec_spi: Warnings fixSamuel Ortiz2013-04-05
* mfd: Add ChromeOS EC SPI driverSimon Glass2013-04-05