aboutsummaryrefslogtreecommitdiff
path: root/src/soc/samsung/exynos5420/spi.c
AgeCommit message (Expand)Author
2020-07-29src/soc/samsung/exynos{5250,s5420}: Add missing <{stddef,stdint}.h>Elyes HAOUAS
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-06soc/samsung: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-18soc: Remove copyright noticesPatrick Georgi
2020-02-24soc/{samsung,sifive}: Fix typosElyes HAOUAS
2019-12-19src/soc/samsung: Remove unused <stdlib.h>Elyes HAOUAS
2019-12-04Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner
2019-05-06Fix code that would trip -Wtype-limitsJulius Werner
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2019-02-22symbols.h: Add macro to define memlayout region symbolsJulius Werner
2017-06-07spi: Remove unused/unnecessary spi_init function definitionsFurquan Shaikh
2017-05-24soc/samsung/exynos5420: Move spi driver to use spi_bus_mapFurquan Shaikh
2017-05-05drivers/spi: Re-factor spi_crop_chunkFurquan Shaikh
2016-12-05spi: Define and use spi_ctrlr structureFurquan Shaikh
2016-12-05spi: Pass pointer to spi_slave structure in spi_setup_slaveFurquan Shaikh
2016-12-05spi: Fix parameter types for spi functionsFurquan Shaikh
2016-11-22spi: Clean up SPI flash driver interfaceFurquan Shaikh
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-05-26coreboot: introduce boot_deviceAaron Durbin
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-04-21arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner
2015-04-07exynos5420: Change all SoC headers to <soc/headername.h> systemJulius Werner
2014-12-09spi: Eliminate the spi_cs_activate and spi_cs_deactivate functions.Gabe Black
2014-12-09spi: Remove the spi_set_speed and spi_cs_is_valid functions.Gabe Black
2014-12-09spi: Factor EC protocol details out of the SPI drivers.Gabe Black
2014-12-08samsung/exynos5420: Spelling FixesMartin Roth
2014-08-26armv7: Move Exynos from 'cpu' to 'soc'.Hung-Te Lin