summaryrefslogtreecommitdiffstats
path: root/src/soc/mediatek/mt8173/spi.c
Commit message (Expand)AuthorAgeFilesLines
* soc/mediatek: Move the common part of SPI drivers to common/Rex-BC Chen2021-05-051-14/+0
* soc/mediatek/mt8192: Move flash_controller.c to common/Yidi Lin2020-12-311-1/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* soc/mediatek: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-051-13/+2
* soc: Remove copyright noticesPatrick Georgi2020-03-181-1/+0
* Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner2019-12-041-4/+4
* mediatek: Use GPIO based SPI CSYu-Ping Wu2019-08-211-1/+2
* mediatek: Add SPI tick_dly settingMengqi Zhang2019-06-211-2/+5
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* mediatek: Refactor SPI code among similar SOCsTristan Shieh2018-07-271-264/+5
* mediatek: Share GPIO code among similar SOCsTristan Shieh2018-07-201-5/+4
* soc{broadcom,imgtec,mediatek,qualcomm}: stop using spi_xfer_two_vectorsAaron Durbin2018-04-231-1/+4
* soc/mediatek/mt8173: Move spi driver to use spi_bus_mapFurquan Shaikh2017-05-241-24/+28
* drivers/spi/spi_flash: Clean up SPI flash probeFurquan Shaikh2017-05-191-0/+1
* drivers/spi: Re-factor spi_crop_chunkFurquan Shaikh2017-05-051-0/+1
* spi: Get rid of SPI_ATOMIC_SEQUENCINGFurquan Shaikh2016-12-231-0/+1
* spi: Define and use spi_ctrlr structureFurquan Shaikh2016-12-051-26/+34
* spi: Pass pointer to spi_slave structure in spi_setup_slaveFurquan Shaikh2016-12-051-11/+11
* spi: Fix parameter types for spi functionsFurquan Shaikh2016-12-051-8/+8
* soc/mediatek/mt8173/spi.c: Change assert to if statementMartin Roth2016-11-241-2/+5
* spi: Get rid of flash_programmer_probe in spi_slave structureFurquan Shaikh2016-11-221-2/+0
* Kconfig: rename BOOT_MEDIA_SPI_BUS to BOOT_DEVICE_SPI_FLASH_BUSAaron Durbin2016-08-181-1/+1
* mt8173: add SPI NOR supportmtk059622016-03-121-0/+8
* mediatek/mt8173: Add SPI supportLeilk Liu2016-01-221-0/+303