summaryrefslogtreecommitdiffstats
path: root/src/soc/nvidia/tegra124/spi.c
Commit message (Expand)AuthorAgeFilesLines
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-2/+0
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* src: Remove unneeded include <cbfs.h>Elyes HAOUAS2018-11-161-1/+0
* soc/nvidia/tegra*: Move spi driver to use spi_bus_mapFurquan Shaikh2017-05-241-11/+8
* drivers/spi: Re-factor spi_crop_chunkFurquan Shaikh2017-05-051-5/+1
* spi: Define and use spi_ctrlr structureFurquan Shaikh2016-12-051-4/+11
* spi: Pass pointer to spi_slave structure in spi_setup_slaveFurquan Shaikh2016-12-051-3/+6
* spi: Fix parameter types for spi functionsFurquan Shaikh2016-12-051-5/+5
* nyan: Fix timestamps and CBFS SPI integrationJulius Werner2016-03-081-92/+0
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* cbfs: new API and better program loadingAaron Durbin2015-06-021-75/+0
* coreboot: introduce boot_deviceAaron Durbin2015-05-261-38/+78
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner2015-04-211-11/+12
* arm(64): Replace write32() and friends with writel()Julius Werner2015-04-211-11/+11
* tegra124: Change all SoC headers to <soc/headername.h> systemJulius Werner2015-04-081-7/+7
* cbfs: remove cbfs_core.h includesAaron Durbin2015-03-311-1/+0
* tegra124: switch to stopwatch APIAaron Durbin2015-03-211-5/+3
* tegra124: Release DMA channel at end of transactionDavid Hendricks2014-12-151-0/+2
* tegra124: Use correct mask for APB bus widthDavid Hendricks2014-12-151-1/+1
* tegra: spi: Read the command1 register to ensure the write to it completes.Gabe Black2014-12-151-0/+2
* spi: Eliminate the spi_cs_activate and spi_cs_deactivate functions.Gabe Black2014-12-091-17/+7
* spi: Factor EC protocol details out of the SPI drivers.Gabe Black2014-12-091-36/+5
* spi: add Kconfig variable for dual-output read enableDavid Hendricks2014-09-171-12/+41
* tegra124/nyan: display, clock, and other updatesJulius Werner2014-09-131-20/+64
* tegra124/nyan: various fixes and additionsHung-Te Lin2014-09-121-312/+402
* tegra124/nyan: rougly stable code baseGabe Black2014-09-111-0/+815