summaryrefslogtreecommitdiff
path: root/src/soc/nvidia/tegra124/spi.c
AgeCommit message (Expand)Author
2020-08-18src: Remove unused 'include <boot_device.h>'Elyes HAOUAS
2020-06-02src: Remove redundant includesElyes HAOUAS
2020-06-02src: Remove unused 'include <symbols.h>'Elyes HAOUAS
2020-04-06soc/nvidia: 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-22soc/nvidia/tegra124: Fix null pointer and logic bugJacob Garber
2019-08-10src: Include <stdint.h> instead of <inttypes.h>Jacob Garber
2019-07-25soc/nvidia: Use 'include <stdlib.h>' when appropriateElyes HAOUAS
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-11-16src: Remove unneeded include <cbfs.h>Elyes HAOUAS
2017-05-24soc/nvidia/tegra*: 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-03-08nyan: Fix timestamps and CBFS SPI integrationJulius Werner
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-06-02cbfs: new API and better program loadingAaron Durbin
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-21arm(64): Replace write32() and friends with writel()Julius Werner
2015-04-08tegra124: Change all SoC headers to <soc/headername.h> systemJulius Werner
2015-03-31cbfs: remove cbfs_core.h includesAaron Durbin
2015-03-21tegra124: switch to stopwatch APIAaron Durbin
2014-12-15tegra124: Release DMA channel at end of transactionDavid Hendricks
2014-12-15tegra124: Use correct mask for APB bus widthDavid Hendricks
2014-12-15tegra: spi: Read the command1 register to ensure the write to it completes.Gabe Black
2014-12-09spi: Eliminate the spi_cs_activate and spi_cs_deactivate functions.Gabe Black
2014-12-09spi: Factor EC protocol details out of the SPI drivers.Gabe Black
2014-09-17spi: add Kconfig variable for dual-output read enableDavid Hendricks
2014-09-13tegra124/nyan: display, clock, and other updatesJulius Werner
2014-09-12tegra124/nyan: various fixes and additionsHung-Te Lin
2014-09-11tegra124/nyan: rougly stable code baseGabe Black