summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-lantiq-ssc.c
Commit message (Expand)AuthorAgeFilesLines
* spi: lantiq-ssc: Use helper function devm_clk_get_enabled()Li Zetao2023-09-111-8/+2
* spi: lantiq: switch to use modern nameYang Yingliang2023-08-141-48/+48
* spi: Explicitly include correct DT includesRob Herring2023-07-141-1/+2
* spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel2023-03-111-3/+3
* spi: lantiq-ssc: Convert to platform remove callback returning voidUwe Kleine-König2023-03-061-4/+2
* spi: Use of_device_get_match_data()Minghao Chi (CGEL ZTE)2022-02-211-7/+1
* spi: lantiq: remove redundant irqsave and irqrestore in hardIRQBarry Song2020-09-171-7/+5
* Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-08-061-1/+1
|\
| * spi: lantiq-ssc: Fix warning by using WQ_MEM_RECLAIMHauke Mehrtens2020-07-201-1/+1
* | spi: lantiq: Add support to Lightning Mountain SoCDilip Kota2020-07-221-0/+40
* | spi: lantiq: Move interrupt configuration to SoC specific data structureDilip Kota2020-07-221-25/+39
* | spi: lantiq: Add fifo size bit mask in SoC specific data structureDilip Kota2020-07-221-10/+9
* | spi: lantiq: Add support to acknowledge interruptDilip Kota2020-07-221-0/+13
* | spi: lantiq: Move interrupt control register offesets to SoC specific data st...Dilip Kota2020-07-221-8/+12
* | spi: lantiq: Add SMP supportDilip Kota2020-07-221-0/+7
* | spi: lantiq: fix: Rx overflow error in full duplex modeDilip Kota2020-07-221-0/+10
* | spi: lantiq-ssc: Convert to use GPIO descriptorsLinus Walleij2020-07-011-2/+2
|/
* spi: lantiq-ssc: Use devm_platform_ioremap_resource() in lantiq_ssc_probe()Markus Elfring2019-10-011-9/+1
* spi: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-021-9/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 352Thomas Gleixner2019-06-051-4/+1
*-. Merge remote-tracking branches 'spi/topic/devprop', 'spi/topic/fsl', 'spi/top...Mark Brown2017-04-261-1/+0
|\ \
| | * spi: lantiq-ssc: fix platform_no_drv_owner.cocci warningskbuild test robot2017-02-211-1/+0
| |/
* / spi: lantiq-ssc: add LTQ_ prefix to definesHauke Mehrtens2017-03-011-215/+222
|/
* spi: lantiq-ssc: add support for Lantiq SSC SPI controllerHauke Mehrtens2017-02-141-0/+983