aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-meson-spicc.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-11spi: Use devm_clk_get_*() helper function toMark Brown1-28/+7
2023-09-11spi: meson-spicc: Use helper function devm_clk_get_enabled()Li Zetao1-27/+6
2023-09-11spi: meson-spicc: switch to use modern nameYang Yingliang1-45/+45
2023-07-14spi: Explicitly include correct DT includesRob Herring1-1/+0
2023-07-11spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RXAndy Shevchenko1-1/+1
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel1-1/+1
2023-03-06spi: meson-spicc: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-12-13Merge tag 'spi-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds1-1/+38
2022-11-02spi: meson-spicc: fix do_div build error on non-arm64Neil Armstrong1-1/+1
2022-10-26spi: meson-spicc: move wait completion in driver to take bursts delay in accountNeil Armstrong1-2/+22
2022-10-21spi: meson-spicc: Use pinctrl to drive CLK line when idleAmjad Ouled-Ameur1-1/+38
2022-09-22spi: meson-spicc: make symbol 'meson_spicc_pow2_clk_ops' staticWei Yongjun1-1/+1
2022-09-08spi: meson-spicc: do not rely on busy flag in pow2 clk opsNeil Armstrong1-3/+3
2022-08-11spi: meson-spicc: add local pow2 clock ops to preserve rate between messagesNeil Armstrong1-28/+101
2022-01-26spi: meson-spicc: add IRQ check in meson_spicc_probeMiaoqian Lin1-0/+5
2021-07-22spi: meson-spicc: fix memory leak in meson_spicc_removeDongliang Mu1-0/+2
2021-06-14spi: meson-spicc: fix memory leak in meson_spicc_probezpershuai1-1/+1
2021-06-14spi: meson-spicc: fix a wrong goto jump for avoiding memory leak.zpershuai1-2/+4
2020-07-17spi: spi-meson-spicc: Remove set but never used variable 'data' from meson_sp...Lee Jones1-3/+1
2020-03-12spi: meson-spicc: add support for Amlogic G12ANeil Armstrong1-8/+46
2020-03-12spi: meson-spicc: adapt burst handling for G12A supportNeil Armstrong1-79/+50
2020-03-12spi: meson-spicc: setup IO line delayNeil Armstrong1-1/+60
2020-03-12spi: meson-spicc: add min sclk for each compatibleNeil Armstrong1-1/+4
2020-03-12spi: meson-spicc: support max 80MHz clockNeil Armstrong1-6/+6
2020-03-12spi: meson-spicc: add a linear clock divider supportSunny Luo1-40/+164
2020-03-12spi: meson-spicc: enhance output enable featureSunny Luo1-2/+51
2020-03-12spi: meson-spicc: remove unused variablesNeil Armstrong1-2/+0
2019-12-16spi: meson-spicc: Use GPIO descriptorsLinus Walleij1-23/+2
2019-09-04spi: meson-spicc: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2018-05-02spi: meson-spicc: Fix error handling in meson_spicc_probe()Alexey Khoroshilov1-3/+8
2017-11-28spi: meson-axg: add SPICC driver supportSunny Luo1-0/+1
2017-05-24spi: Add Meson SPICC driverNeil Armstrong1-0/+619