aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/exynos_spi.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2015-08-31dm: Use dev_get_addr() where possibleSimon Glass1-1/+1
2015-08-17ARM: exynos: move SoC sources to mach-exynosThomas Abraham1-1/+1
2015-08-05exynos: spi: Convert the timeout to debug()Simon Glass1-3/+3
2015-04-23dm: spi: Correct SPI claim/release_bus() methodsSimon Glass1-2/+4
2015-01-29dm: spi: Move the per-child data size to the uclassSimon Glass1-1/+0
2014-10-22dm: exynos: Convert SPI to driver modelSimon Glass1-333/+180
2014-08-06exynos: spi: Fix calculation of SPI transaction start timeSimon Glass1-4/+5
2014-06-23Exynos: SPI: Fix reading data from SPI flashAkshay Saraswat1-1/+4
2013-12-09spi_flash: Add spi_flash_probe_fdt() to locate SPI by FDT nodeSimon Glass1-5/+5
2013-10-08spi: exynos: Support word transfersRajeshwari Shinde1-15/+61
2013-10-08spi: exynos: Minimise access to SPI FIFO levelRajeshwari Shinde1-12/+15
2013-10-08spi: exynos: Support a delay after deactivateRajeshwari Shinde1-0/+20
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-13/+1
2013-06-26cros: exynos: add SPI support for cros_ecHung-ying Tyan1-0/+22
2013-06-03spi: exynos: Support SPI_PREAMBLE modeRajeshwari Shinde1-10/+59
2013-04-04Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD1-0/+2
2013-03-29spi: exynos: Fix compiler warnings for non-dt systemsVivek Gautam1-0/+2
2013-03-19spi: Use spi_alloc_slave() in each SPI driverSimon Glass1-3/+1
2013-01-08SPI: EXYNOS: Add FDT support to driver.Rajeshwari Shinde1-6/+90
2012-11-15SPI: Add SPI Driver for EXYNOS.Rajeshwari Shinde1-0/+367