aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-lantiq-ssc.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-11spi: lantiq-ssc: Use helper function devm_clk_get_enabled()Li Zetao1-8/+2
2023-08-14spi: lantiq: switch to use modern nameYang Yingliang1-48/+48
2023-07-14spi: Explicitly include correct DT includesRob Herring1-1/+2
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel1-3/+3
2023-03-06spi: lantiq-ssc: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-02-21spi: Use of_device_get_match_data()Minghao Chi (CGEL ZTE)1-7/+1
2020-09-17spi: lantiq: remove redundant irqsave and irqrestore in hardIRQBarry Song1-7/+5
2020-08-06Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-1/+1
2020-07-22spi: lantiq: Add support to Lightning Mountain SoCDilip Kota1-0/+40
2020-07-22spi: lantiq: Move interrupt configuration to SoC specific data structureDilip Kota1-25/+39
2020-07-22spi: lantiq: Add fifo size bit mask in SoC specific data structureDilip Kota1-10/+9
2020-07-22spi: lantiq: Add support to acknowledge interruptDilip Kota1-0/+13
2020-07-22spi: lantiq: Move interrupt control register offesets to SoC specific data st...Dilip Kota1-8/+12
2020-07-22spi: lantiq: Add SMP supportDilip Kota1-0/+7
2020-07-22spi: lantiq: fix: Rx overflow error in full duplex modeDilip Kota1-0/+10
2020-07-20spi: lantiq-ssc: Fix warning by using WQ_MEM_RECLAIMHauke Mehrtens1-1/+1
2020-07-01spi: lantiq-ssc: Convert to use GPIO descriptorsLinus Walleij1-2/+2
2019-10-01spi: lantiq-ssc: Use devm_platform_ioremap_resource() in lantiq_ssc_probe()Markus Elfring1-9/+1
2019-08-02spi: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-9/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 352Thomas Gleixner1-4/+1
2017-04-26Merge remote-tracking branches 'spi/topic/devprop', 'spi/topic/fsl', 'spi/top...Mark Brown1-1/+0
2017-03-01spi: lantiq-ssc: add LTQ_ prefix to definesHauke Mehrtens1-215/+222
2017-02-21spi: lantiq-ssc: fix platform_no_drv_owner.cocci warningskbuild test robot1-1/+0
2017-02-14spi: lantiq-ssc: add support for Lantiq SSC SPI controllerHauke Mehrtens1-0/+983