aboutsummaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/ipq806x/spi.c
AgeCommit message (Expand)Author
2020-09-21soc/qualcomm: Drop unneeded empty linesElyes HAOUAS
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-05soc/qualcomm: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-18soc: Remove copyright noticesPatrick Georgi
2019-12-04Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner
2019-10-27src/soc: change "unsigned" to "unsigned int"Martin Roth
2019-07-25soc/{qualcomm,rockchip}: Use 'include <stdlib.h>' when appropriateElyes HAOUAS
2019-05-06Fix code that would trip -Wtype-limitsJulius Werner
2019-03-20src: Use 'include <string.h>' when appropriateElyes HAOUAS
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2018-05-29src/soc: Add and update license headersMartin Roth
2017-06-07spi: Remove unused/unnecessary spi_init function definitionsFurquan Shaikh
2017-05-24soc/qualcomm/ipq*: 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-04-21arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner
2015-04-17qualcomm/ipq806x: add spi_crop_chunk()Patrick Georgi
2015-04-10gpio: Extend common GPIO header, simplify function namesJulius Werner
2015-04-08ipq806x: Change all SoC headers to <soc/headername.h> systemJulius Werner
2015-03-23ipq806x: implement GPIO APIVadim Bendebury
2015-03-17ipq806x: Break apart large transfers in spi_xfer()David Hendricks
2015-01-04ipq806x: move GPIO definitions to the proper include fileVadim Bendebury
2014-12-31ipq8064: modify SPI controller driver to work in corebootVadim Bendebury
2014-12-30ipq8064: copy u-boot spi driver as isVadim Bendebury