summaryrefslogtreecommitdiffstats
path: root/src/soc/qualcomm/ipq806x/spi.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* soc/qualcomm: 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-23/+23
* src/soc: change "unsigned" to "unsigned int"Martin Roth2019-10-271-4/+4
* soc/{qualcomm,rockchip}: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-07-251-1/+1
* Fix code that would trip -Wtype-limitsJulius Werner2019-05-061-2/+2
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* src/soc: Add and update license headersMartin Roth2018-05-291-0/+11
* spi: Remove unused/unnecessary spi_init function definitionsFurquan Shaikh2017-06-071-6/+0
* soc/qualcomm/ipq*: Move spi driver to use spi_bus_mapFurquan Shaikh2017-05-241-11/+23
* drivers/spi: Re-factor spi_crop_chunkFurquan Shaikh2017-05-051-5/+1
* spi: Define and use spi_ctrlr structureFurquan Shaikh2016-12-051-47/+54
* spi: Pass pointer to spi_slave structure in spi_setup_slaveFurquan Shaikh2016-12-051-6/+26
* spi: Fix parameter types for spi functionsFurquan Shaikh2016-12-051-4/+4
* spi: Clean up SPI flash driver interfaceFurquan Shaikh2016-11-221-0/+1
* arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner2015-04-211-1/+1
* qualcomm/ipq806x: add spi_crop_chunk()Patrick Georgi2015-04-171-0/+5
* gpio: Extend common GPIO header, simplify function namesJulius Werner2015-04-101-1/+1
* ipq806x: Change all SoC headers to <soc/headername.h> systemJulius Werner2015-04-081-3/+3
* ipq806x: implement GPIO APIVadim Bendebury2015-03-231-2/+2
* ipq806x: Break apart large transfers in spi_xfer()David Hendricks2015-03-171-38/+75
* ipq806x: move GPIO definitions to the proper include fileVadim Bendebury2015-01-041-2/+2
* ipq8064: modify SPI controller driver to work in corebootVadim Bendebury2014-12-311-415/+229
* ipq8064: copy u-boot spi driver as isVadim Bendebury2014-12-301-0/+924