summaryrefslogtreecommitdiff
path: root/chip/lm4/spi.c
Commit message (Expand)AuthorAgeFilesLines
* spi: Add lock around spi_transactionShawn Nematbakhsh2016-10-041-0/+3
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-2/+1
* hooks: Add relative HOOK_INIT priority for peripheralsShawn Nematbakhsh2016-05-051-1/+1
* common: change interface to SPI flashGwendal Grignou2015-07-301-15/+29
* Add cprints() and ccprints()Vic Yang2014-05-211-1/+1
* cleanup: Remove checkpatch warningsRandall Spangler2013-12-191-6/+6
* lm4: Modified clock gating to allow easy expansion to low power.Alec Berg2013-10-101-5/+3
* Clean up configuring GPIO alternate functionsRandall Spangler2013-08-071-4/+2
* Remove unneeded direct includes of board.h and config.hRandall Spangler2013-07-161-1/+0
* Rename GPIO_HI_Z macros to more descriptive GPIO_ODR_HIGH/LOWBill Richardson2013-06-131-1/+1
* Allow GPIO alternate function 0Randall Spangler2013-04-111-2/+2
* Add basic SPI support to linkRandall Spangler2012-05-301-0/+179