summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-rockchip.c
AgeCommit message (Expand)Author
2024-02-05spi: spi-rockchip: Fix max_native_csLuis de Arquer
2024-02-05spi: spi-rockchip: Fix out of bounds array accessLuis de Arquer
2023-09-11spi: rockchip: Use helper function devm_clk_get_enabled()Li Zetao
2023-08-21spi: rockchip: switch to use modern nameYang Yingliang
2023-07-11spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SSAndy Shevchenko
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel
2023-03-07spi: Convert to platform remove callback returningMark Brown
2023-03-06spi: rockchip: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-05drivers/spi-rockchip.c : Remove redundant variable slaveLizhe
2023-03-05drivers/spi-rockchip.c : Use devm_platform_get_and_ioremap_resource makes cod...Lizhe
2022-06-20spi: rockchip: Unmask IRQ at the final to avoid preemptionJon Lin
2022-04-25spi: rockchip: fix missing error on unsupported SPI_CS_HIGHLuca Ceresoli
2022-02-17spi: rockchip: clear interrupt status in error handlerJon Lin
2022-02-17spi: rockchip: Suspend and resume the bus during NOIRQ_SYSTEM_SLEEP_PM opsshengfei Xu
2022-02-17spi: rockchip: Preset cs-high and clk polarity in setup progressJon Lin
2022-02-17spi: rockchip: Stop spi slave dma receiver when cs inactiveJon Lin
2022-02-17spi: rockchip: terminate dma transmission when slave abortJon Lin
2022-02-17spi: rockchip: Fix error in getting num-cs propertyJon Lin
2021-09-03spi: rockchip: handle zero length transfers without timing outTobias Schramm
2021-06-23spi: rockchip: Support SPI_CS_HIGHJon Lin
2021-06-23spi: rockchip: Support cs-gpioJon Lin
2021-06-23spi: rockchip: Wait for STB status in slave mode tx_xferJon Lin
2021-06-23spi: rockchip: Set rx_fifo interrupt waterline base on transfer itemJon Lin
2021-06-23spi: rockchip: add compatible string for rv1126Jon Lin
2021-03-24spi: rockchip: Fix code indent should use tabs where possibleJay Fang
2021-03-10spi: rockchip: avoid objtool warningArnd Bergmann
2021-01-14spi: rockchip: Call the dedicated transfer completion function.Vincent Pelletier
2020-10-26spi: rockchip: enable autosuspend featureAlexander Kochetkov
2020-07-28spi: rockchip: Fix error in SPI slave pio readJon Lin
2020-07-28spi: rockchip: Support 64-location deep FIFOsJon Lin
2020-07-28spi: rockchip: Config spi rx dma burst size depend on xfer lengthJon Lin
2020-05-15spi: spi-rockchip: use num-cs property and ctlr->enable_gpiodsChris Ruehl
2020-05-15spi: spi-rockchip: add support for spi slave modeChris Ruehl
2020-05-15spi: spi-rockchip: cleanup use struct spi_controllerChris Ruehl
2020-03-10spi: rockchip: add compatible string for px30 rk3308 rk3328Johan Jonker
2019-06-10Merge tag 'v5.2-rc4' into spi-5.3Mark Brown
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner
2019-05-20Merge tag 'v5.2-rc1' into spi-5.3Mark Brown
2019-05-14include/: refactor headers to allow kthread.h inclusion in psi_types.hSuren Baghdasaryan
2019-05-08spi: rockchip: turn down tx dma burstsEmil Renner Berthing
2018-11-05spi: rockchip: support lsb-first modeEmil Renner Berthing
2018-11-05spi: rockchip: support 4bit wordsEmil Renner Berthing
2018-11-05spi: rockchip: use irq rather than pollingEmil Renner Berthing
2018-11-05spi: rockchip: precompute rx sample delayEmil Renner Berthing
2018-11-05spi: rockchip: set min/max speedEmil Renner Berthing
2018-11-05spi: rockchip: simplify use_dma logicEmil Renner Berthing
2018-11-05spi: rockchip: remove master pointer from dev dataEmil Renner Berthing
2018-11-05spi: rockchip: don't store dma channels twiceEmil Renner Berthing
2018-11-05spi: rockchip: read transfer info directlyEmil Renner Berthing
2018-11-05spi: rockchip: disable spi on errorEmil Renner Berthing