summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-meson-spicc.c
Commit message (Expand)AuthorAgeFilesLines
* spi: Explicitly include correct DT includesRob Herring2023-07-141-1/+0
* spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RXAndy Shevchenko2023-07-111-1/+1
* spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel2023-03-111-1/+1
* spi: meson-spicc: Convert to platform remove callback returning voidUwe Kleine-König2023-03-061-4/+2
* Merge tag 'spi-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2022-12-131-1/+38
|\
| * spi: meson-spicc: Use pinctrl to drive CLK line when idleAmjad Ouled-Ameur2022-10-211-1/+38
* | spi: meson-spicc: fix do_div build error on non-arm64Neil Armstrong2022-11-021-1/+1
* | spi: meson-spicc: move wait completion in driver to take bursts delay in accountNeil Armstrong2022-10-261-2/+22
|/
* spi: meson-spicc: make symbol 'meson_spicc_pow2_clk_ops' staticWei Yongjun2022-09-221-1/+1
* spi: meson-spicc: do not rely on busy flag in pow2 clk opsNeil Armstrong2022-09-081-3/+3
* spi: meson-spicc: add local pow2 clock ops to preserve rate between messagesNeil Armstrong2022-08-111-28/+101
* spi: meson-spicc: add IRQ check in meson_spicc_probeMiaoqian Lin2022-01-261-0/+5
* spi: meson-spicc: fix memory leak in meson_spicc_removeDongliang Mu2021-07-221-0/+2
* spi: meson-spicc: fix memory leak in meson_spicc_probezpershuai2021-06-141-1/+1
* spi: meson-spicc: fix a wrong goto jump for avoiding memory leak.zpershuai2021-06-141-2/+4
* spi: spi-meson-spicc: Remove set but never used variable 'data' from meson_sp...Lee Jones2020-07-171-3/+1
* spi: meson-spicc: add support for Amlogic G12ANeil Armstrong2020-03-121-8/+46
* spi: meson-spicc: adapt burst handling for G12A supportNeil Armstrong2020-03-121-79/+50
* spi: meson-spicc: setup IO line delayNeil Armstrong2020-03-121-1/+60
* spi: meson-spicc: add min sclk for each compatibleNeil Armstrong2020-03-121-1/+4
* spi: meson-spicc: support max 80MHz clockNeil Armstrong2020-03-121-6/+6
* spi: meson-spicc: add a linear clock divider supportSunny Luo2020-03-121-40/+164
* spi: meson-spicc: enhance output enable featureSunny Luo2020-03-121-2/+51
* spi: meson-spicc: remove unused variablesNeil Armstrong2020-03-121-2/+0
* spi: meson-spicc: Use GPIO descriptorsLinus Walleij2019-12-161-23/+2
* spi: meson-spicc: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-09-041-3/+1
* spi: meson-spicc: Fix error handling in meson_spicc_probe()Alexey Khoroshilov2018-05-021-3/+8
* spi: meson-axg: add SPICC driver supportSunny Luo2017-11-281-0/+1
* spi: Add Meson SPICC driverNeil Armstrong2017-05-241-0/+619