summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/braswell/spi.c
Commit message (Expand)AuthorAgeFilesLines
* soc/intel/braswell: Use sb/intel/common/spi.cArthur Heymans2019-11-291-583/+0
* src: Remove variable length arraysJacob Garber2019-08-201-4/+5
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* intel/spi: Switch to native PCI config accessorsKyösti Mälkki2019-02-281-31/+3
* intel/spi: Fix use of __SIMPLE_DEVICE__Kyösti Mälkki2019-02-281-1/+1
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-161-1/+0
* device: Use pcidev_on_root()Kyösti Mälkki2019-01-061-1/+1
* soc: Remove useless include <device/pci_ids.h>Elyes HAOUAS2018-12-191-1/+0
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* src: Use of device_t is deprecatedElyes HAOUAS2018-06-141-3/+2
* drivers/spi: reduce confusion in the APIAaron Durbin2018-04-231-2/+7
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-131-1/+2
* soc/intel: Move spi driver to use spi_bus_mapFurquan Shaikh2017-05-241-7/+9
* drivers/spi: Re-factor spi_crop_chunkFurquan Shaikh2017-05-051-5/+2
* soc/intel/braswell: Fix most of the issues detected by checkpatchLee Leahy2017-03-171-34/+34
* soc/intel/braswell: Add int to unsignedLee Leahy2017-03-171-3/+3
* spi: Get rid of SPI_ATOMIC_SEQUENCINGFurquan Shaikh2016-12-231-0/+1
* spi: Define and use spi_ctrlr structureFurquan Shaikh2016-12-051-20/+14
* spi: Pass pointer to spi_slave structure in spi_setup_slaveFurquan Shaikh2016-12-051-11/+2
* spi: Fix parameter types for spi functionsFurquan Shaikh2016-12-051-4/+4
* spi_flash: Move spi flash opcodes to spi_flash.hFurquan Shaikh2016-12-041-0/+1
* spi: Clean up SPI flash driver interfaceFurquan Shaikh2016-11-221-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Drop "See file CREDITS..." commentStefan Reinauer2015-09-071-3/+0
* bootstate: remove need for #ifdef ENV_RAMSTAGEAaron Durbin2015-09-041-4/+0
* Braswell: Update to end of June.Lee Leahy2015-07-061-4/+5
* Braswell: Add Braswell SOC supportLee Leahy2015-06-251-72/+57
* Remove address from GPLv2 headersPatrick Georgi2015-05-281-2/+1
* Braswell: Use Baytrail as Comparison BaseLee Leahy2015-05-231-0/+647