summaryrefslogtreecommitdiff
path: root/chip/mec1322/spi.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* chip/mec1322/spi.c: Format with clang-formatJack Rosenthal2022-07-011-16/+10
* tree: Files should end with single newlineTom Hughes2021-10-181-1/+0
* spi: Pass in spi_device as argument to spi_enable instead of portTom Hughes2021-01-281-1/+3
* ec: change usage of dummySam Hurst2020-08-051-4/+4
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-3/+3
* mec1322: Fix dedicated SPI port accessShawn Nematbakhsh2015-08-011-1/+7
* common: change interface to SPI flashGwendal Grignou2015-07-301-35/+41
* mec1322: protect spi_transcation() with mutexAndrey Petrov2015-07-011-1/+16
* Strago: Spi support added on Private SPI linesDivya Jyothi2014-11-201-5/+18
* mec1322: Disable auto read after a SPI transactionVic Yang2014-06-281-0/+9
* mec1322: Add SPI master driverVic Yang2014-06-261-0/+127