aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/spi/spi-generic.c
AgeCommit message (Expand)Author
2023-12-13drivers/ipmi to lib: Fix misspellings & capitalization issuesMartin Roth
2023-09-11drivers: Remove space between function name and '('Elyes Haouas
2023-08-28drivers/spi/spi-generic: Fix typoElyes Haouas
2021-12-15drivers/spi/spi-generic: document SPI_CNTRLR_DEDUCT_CMD_LEN betterFelix Held
2021-12-15drivers/spi/spi-generic: fix edge case in spi_crop_chunkFelix Held
2021-09-13spi-generic: Print an error when trying to use a non-existent busJulius Werner
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-06treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi
2020-05-06treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi
2019-12-20{drivers,southbridge}: Replace min() with MIN()Elyes HAOUAS
2019-10-27src/{device,drivers}: Use 'include <stdlib.h>' when appropriateElyes HAOUAS
2019-10-22AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS fileMartin Roth
2018-10-08Move compiler.h to commonlibNico Huber
2018-04-24compiler.h: add __weak macroAaron Durbin
2018-04-23drivers/spi: reduce confusion in the APIAaron Durbin
2018-01-30drivers/spi: support cmd opcode deduction for spi_crop_chunk()Aaron Durbin
2017-05-24drivers/spi/spi-generic: Make spi_setup_slave strong symbolFurquan Shaikh
2017-05-05drivers/spi: Re-factor spi_crop_chunkFurquan Shaikh
2017-04-09drivers/spi: Get rid of spi_get_configFurquan Shaikh
2017-02-16spi: Add function callback to get configuration of SPI busFurquan Shaikh
2016-12-23spi: Get rid of SPI_ATOMIC_SEQUENCINGFurquan Shaikh
2016-12-07spi: Clean up SPI driver interfaceFurquan Shaikh
2016-12-05spi: Define and use spi_ctrlr structureFurquan Shaikh