summaryrefslogtreecommitdiffstats
path: root/src/drivers/spi/spi-generic.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-061-11/+1
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-061-2/+1
* {drivers,southbridge}: Replace min() with MIN()Elyes HAOUAS2019-12-201-2/+2
* src/{device,drivers}: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-10-271-0/+2
* AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS fileMartin Roth2019-10-221-2/+0
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* compiler.h: add __weak macroAaron Durbin2018-04-241-1/+2
* drivers/spi: reduce confusion in the APIAaron Durbin2018-04-231-53/+0
* drivers/spi: support cmd opcode deduction for spi_crop_chunk()Aaron Durbin2018-01-301-1/+10
* drivers/spi/spi-generic: Make spi_setup_slave strong symbolFurquan Shaikh2017-05-241-5/+1
* drivers/spi: Re-factor spi_crop_chunkFurquan Shaikh2017-05-051-0/+19
* drivers/spi: Get rid of spi_get_configFurquan Shaikh2017-04-091-10/+0
* spi: Add function callback to get configuration of SPI busFurquan Shaikh2017-02-161-0/+10
* spi: Get rid of SPI_ATOMIC_SEQUENCINGFurquan Shaikh2016-12-231-0/+99
* spi: Clean up SPI driver interfaceFurquan Shaikh2016-12-071-0/+35
* spi: Define and use spi_ctrlr structureFurquan Shaikh2016-12-051-0/+43