summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | spi: pxa2xx-pci: Do not dereference fwnode in struct deviceAndy Shevchenko2022-02-241-1/+1
| |/ / / / / / /
| * | | | | | | spi: add missing pci_dev_put() before returnWang Qing2022-02-231-2/+5
| * | | | | | | spi: gpio: Implement LSB First bitbang supportAndreas Färber2022-02-222-9/+99
| * | | | | | | spi: stm32: ignore Rx queue not empty in stm32f4 Tx only modeAhmad Fatoum2022-02-221-1/+1
| * | | | | | | spi: Use of_device_get_match_data()Minghao Chi (CGEL ZTE)2022-02-211-7/+1
| * | | | | | | spi: use sysfs_emit() for printing statistics and add trailing newlineHeiner Kallweit2022-02-181-1/+1
| * | | | | | | spi: clean up some inconsistent indentingYang Li2022-02-181-2/+2
| * | | | | | | spi: New support and problem adjustment of SPI rockchipMark Brown2022-02-176-23/+142
| |\ \ \ \ \ \ \
| | * | | | | | | spi: rockchip: clear interrupt status in error handlerJon Lin2022-02-171-1/+2
| | * | | | | | | spi: rockchip: Suspend and resume the bus during NOIRQ_SYSTEM_SLEEP_PM opsshengfei Xu2022-02-171-5/+9
| | * | | | | | | spi: rockchip: Preset cs-high and clk polarity in setup progressJon Lin2022-02-171-0/+24
| | * | | | | | | spi: rockchip: Stop spi slave dma receiver when cs inactiveJon Lin2022-02-171-8/+73
| * | | | | | | | spi: pxa2xx: Add support for Intel Raptor Lake PCH-SJarkko Nikula2022-02-161-0/+5
| * | | | | | | | spi: amd: Fix building without ACPI enabledAndré Almeida2022-02-161-1/+1
| * | | | | | | | spi: intel-pci: Add support for Intel Ice Lake-N SPI serial flashAndy Shevchenko2022-02-161-0/+1
| * | | | | | | | spi: amd: Add support for new controller versionMark Brown2022-02-151-17/+72
| |\ \ \ \ \ \ \ \
| | * | | | | | | | spi: amd: Add support for version AMDI0062André Almeida2022-02-141-10/+71
| | * | | | | | | | spi: amd: Remove needless rom_addr variableAndré Almeida2022-02-141-1/+0
| | * | | | | | | | spi: amd: Use iopoll for busy waitingAndré Almeida2022-02-141-9/+4
| * | | | | | | | | mtd: spi-nor / spi / MFD: Convert intel-spi to SPI MEMMark Brown2022-02-1510-394/+706
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | mtd: spi-nor: intel-spi: Convert to SPI MEMMika Westerberg2022-02-149-367/+624
| | * | | | | | | | | mtd: spi-nor: intel-spi: Disable write protection only if askedMika Westerberg2022-02-143-37/+92
| | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | spi: Retire legacy GPIO handlingLinus Walleij2022-02-141-97/+28
| * | | | | | | | | spi: Fix warning for Clang build and simplify codeLi-hao Kuo2022-02-141-29/+9
| | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | spi: make remove callback a void functionMark Brown2022-02-09357-1252/+1774
| |\ \ \ \ \ \ \ \
| | * | | | | | | | spi: make remove callback a void functionUwe Kleine-König2022-02-09179-515/+185
| | * | | | | | | | platform/chrome: cros_ec: Make cros_ec_unregister() return voidUwe Kleine-König2022-02-095-7/+11
| | * | | | | | | | tpm: st33zp24: Make st33zp24_remove() a void functionUwe Kleine-König2022-02-094-11/+4
| | * | | | | | | | staging: fbtft: Deduplicate driver registration macrosUwe Kleine-König2022-02-091-57/+36
| | * | | | | | | | staging: fbtft: Fix error path in fbtft_driver_module_init()Uwe Kleine-König2022-02-091-1/+4
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | spi: tegra210-quad: Fix missin IRQ check in tegra_qspi_probeMiaoqian Lin2022-02-081-0/+2
| * | | | | | | | spi: tegra114: Add missing IRQ check in tegra_spi_probeMiaoqian Lin2022-02-081-0/+4
| * | | | | | | | spi: ath79: add mem_ops for fast-readLuiz Angelo Daros de Luca2022-02-081-0/+34
| * | | | | | | | spi: Modify irq request position and modify parametersLi-hao Kuo2022-02-081-32/+31
| * | | | | | | | spi: spidev: prevent spidev->speed_hz from being zeroDan Carpenter2022-02-081-12/+19
| * | | | | | | | spi: mpc512x-psc: Fix compile errorsLinus Walleij2022-02-021-2/+1
| * | | | | | | | spi: Replace acpi_bus_get_device()Rafael J. Wysocki2022-02-021-2/+2
| * | | | | | | | spi: Enhance and export helpers for ACPI resourcesMark Brown2022-02-011-16/+121
| |\ \ \ \ \ \ \ \
| | * | | | | | | | spi: Add API to count spi acpi resourcesStefan Binding2022-02-011-0/+40
| | * | | | | | | | spi: Support selection of the index of the ACPI Spi Resource before allocStefan Binding2022-02-011-7/+44
| | * | | | | | | | spi: Create helper API to lookup ACPI info for spi deviceStefan Binding2022-02-011-10/+36
| | * | | | | | | | spi: Make spi_alloc_device and spi_add_device public againStefan Binding2022-02-011-2/+4
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | spi: bcm2835aux: Convert to use GPIO descriptorsLinus Walleij2022-02-011-17/+4
| * | | | | | | | spi: st-ssc4: Covert to use GPIO descriptorsLinus Walleij2022-02-011-27/+4
| * | | | | | | | spi: sp7201: Fix compiler warnings郭力豪2022-01-311-4/+6
| * | | | | | | | spi: pic32: Convert to use GPIO descriptorsLinus Walleij2022-01-311-5/+4
| * | | | | | | | spi: mpc512x-psc: Convert to use GPIO descriptorsLinus Walleij2022-01-311-28/+18
| * | | | | | | | spi: mt65xx: Convert to GPIO descriptorsLinus Walleij2022-01-311-17/+6
| * | | | | | | | spi: pxa2xx_spi: Convert to use GPIO descriptorsLinus Walleij2022-01-311-62/+1
| * | | | | | | | spi: Fix missing unlock on error in sp7021_spi_master_transfer_one()Yang Yingliang2022-01-281-0/+1