summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-meson-spicc.c
AgeCommit message (Expand)Author
2023-09-11spi: Use devm_clk_get_*() helper function toMark Brown
2023-09-11spi: meson-spicc: Use helper function devm_clk_get_enabled()Li Zetao
2023-09-11spi: meson-spicc: switch to use modern nameYang Yingliang
2023-07-14spi: Explicitly include correct DT includesRob Herring
2023-07-11spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RXAndy Shevchenko
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel
2023-03-06spi: meson-spicc: Convert to platform remove callback returning voidUwe Kleine-König
2022-12-13Merge tag 'spi-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2022-11-02spi: meson-spicc: fix do_div build error on non-arm64Neil Armstrong
2022-10-26spi: meson-spicc: move wait completion in driver to take bursts delay in accountNeil Armstrong
2022-10-21spi: meson-spicc: Use pinctrl to drive CLK line when idleAmjad Ouled-Ameur
2022-09-22spi: meson-spicc: make symbol 'meson_spicc_pow2_clk_ops' staticWei Yongjun
2022-09-08spi: meson-spicc: do not rely on busy flag in pow2 clk opsNeil Armstrong
2022-08-11spi: meson-spicc: add local pow2 clock ops to preserve rate between messagesNeil Armstrong
2022-01-26spi: meson-spicc: add IRQ check in meson_spicc_probeMiaoqian Lin
2021-07-22spi: meson-spicc: fix memory leak in meson_spicc_removeDongliang Mu
2021-06-14spi: meson-spicc: fix memory leak in meson_spicc_probezpershuai
2021-06-14spi: meson-spicc: fix a wrong goto jump for avoiding memory leak.zpershuai
2020-07-17spi: spi-meson-spicc: Remove set but never used variable 'data' from meson_sp...Lee Jones
2020-03-12spi: meson-spicc: add support for Amlogic G12ANeil Armstrong
2020-03-12spi: meson-spicc: adapt burst handling for G12A supportNeil Armstrong
2020-03-12spi: meson-spicc: setup IO line delayNeil Armstrong
2020-03-12spi: meson-spicc: add min sclk for each compatibleNeil Armstrong
2020-03-12spi: meson-spicc: support max 80MHz clockNeil Armstrong
2020-03-12spi: meson-spicc: add a linear clock divider supportSunny Luo
2020-03-12spi: meson-spicc: enhance output enable featureSunny Luo
2020-03-12spi: meson-spicc: remove unused variablesNeil Armstrong
2019-12-16spi: meson-spicc: Use GPIO descriptorsLinus Walleij
2019-09-04spi: meson-spicc: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2018-05-02spi: meson-spicc: Fix error handling in meson_spicc_probe()Alexey Khoroshilov
2017-11-28spi: meson-axg: add SPICC driver supportSunny Luo
2017-05-24spi: Add Meson SPICC driverNeil Armstrong