summaryrefslogtreecommitdiffstats
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-08spi: tegra210-quad: combined sequence modeKrishna Yarlagadda1-5/+233
2022-03-08spi: tegra210-quad: add acpi supportKrishna Yarlagadda1-11/+41
2022-03-07spi: npcm-fiu: Fix typo ("npxm")Jonathan Neuschäfer1-4/+4
2022-03-07spi: Fix Tegra QSPI exampleJon Hunter1-1/+1
2022-03-07spi: qup: replace spin_lock_irqsave by spin_lock in hard IRQXingbang Liu1-3/+2
2022-03-07spi: cadence: fix platform_get_irq.cocci warningYihao Han1-3/+1
2022-03-07spi: Update NXP Flexspi maintainer detailsKuldeep Singh1-1/+2
2022-03-03spi: Use of_device_get_match_data()Minghao Chi (CGEL ZTE)1-4/+2
2022-03-02spi: spi-zynqmp-gqspi: Handle error for dma_set_maskJiasheng Jiang1-1/+4
2022-03-02spi: dt-bindings: mediatek: Set min size for 'mediatek,pad-select'Rob Herring1-0/+1
2022-03-02spi: dt-bindings: renesas,rspi: Drop comment for generic compatible stringLad Prabhakar1-1/+1
2022-02-28spi: dt-bindings: renesas,rspi: Document RZ/V2L SoCLad Prabhakar1-0/+2
2022-02-28spi: use specific last_cs instead of last_cs_enableYun Zhou2-4/+9
2022-02-28spi: pxa2xx-pci: Constify struct pxa_spi_info variablesAndy Shevchenko1-5/+5
2022-02-28spi: pxa2xx-pci: Drop temporary storage use for a handful of membersAndy Shevchenko1-61/+49
2022-02-28spi: pxa2xx-pci: Extract pxa2xx_spi_pci_clk_register()Andy Shevchenko1-13/+22
2022-02-28spi: pxa2xx-pci: Drop unneeded checks in lpss_spi_setup()Andy Shevchenko1-14/+9
2022-02-28spi: pxa2xx-pci: Replace enum with direct use of PCI IDsAndy Shevchenko1-78/+83
2022-02-28spi: pxa2xx-pci: Move max_clk_rate assignment to ->setup()Andy Shevchenko1-1/+2
2022-02-28spi: pxa2xx-pci: Move dma_burst_size assignment to ->setup()Andy Shevchenko1-2/+3
2022-02-28spi: pxa2xx-pci: Move port_id assignment to ->setup()Andy Shevchenko1-4/+4
2022-02-28spi: pxa2xx-pci: Drop redundant NULL check in ->probe()Andy Shevchenko1-5/+3
2022-02-28spi: pxa2xx-pci: Refactor Quark X1000 to use ->setup()Andy Shevchenko1-2/+9
2022-02-28spi: pxa2xx-pci: Refactor CE4100 to use ->setup()Andy Shevchenko1-4/+11
2022-02-25spi: dt-bindings: remove unused required propertyLi-hao Kuo1-1/+0
2022-02-24spi: tegra210-quad: add new chips to compatibleKrishna Yarlagadda1-3/+30
2022-02-24spi: Add Tegra234 QUAD SPI compatibleKrishna Yarlagadda1-0/+1
2022-02-24spi: tegra210-quad: use device_reset methodKrishna Yarlagadda1-14/+4
2022-02-24spi: pxa2xx-pci: Balance reference count for PCI DMA deviceAndy Shevchenko1-1/+16
2022-02-24spi: pxa2xx-pci: Do not dereference fwnode in struct deviceAndy Shevchenko1-1/+1
2022-02-23spi: add missing pci_dev_put() before returnWang Qing1-2/+5
2022-02-22spi: gpio: Implement LSB First bitbang supportAndreas Färber2-9/+99
2022-02-22spi: stm32: ignore Rx queue not empty in stm32f4 Tx only modeAhmad Fatoum1-1/+1
2022-02-21spi: Use of_device_get_match_data()Minghao Chi (CGEL ZTE)1-7/+1
2022-02-21spi: dt-bindings: Add an example with two stacked flashesMiquel Raynal1-0/+7
2022-02-21spi: dt-bindings: Describe stacked/parallel memories modesMiquel Raynal1-0/+25
2022-02-21dt-bindings: mtd: spi-nor: Allow two CS per deviceMiquel Raynal1-1/+2
2022-02-18spi: use sysfs_emit() for printing statistics and add trailing newlineHeiner Kallweit1-1/+1
2022-02-18spi: clean up some inconsistent indentingYang Li1-2/+2
2022-02-17spi: rockchip: clear interrupt status in error handlerJon Lin1-1/+2
2022-02-17spi: rockchip: Suspend and resume the bus during NOIRQ_SYSTEM_SLEEP_PM opsshengfei Xu1-5/+9
2022-02-17spi: rockchip: Preset cs-high and clk polarity in setup progressJon Lin1-0/+24
2022-02-17spi: rockchip: Stop spi slave dma receiver when cs inactiveJon Lin1-8/+73
2022-02-17spi: rockchip: terminate dma transmission when slave abortJon Lin1-0/+6
2022-02-17spi: rockchip: Fix error in getting num-cs propertyJon Lin1-3/+4
2022-02-16spi: pxa2xx: Add support for Intel Raptor Lake PCH-SJarkko Nikula1-0/+5
2022-02-16spi: amd: Fix building without ACPI enabledAndré Almeida1-1/+1
2022-02-16spi: intel-pci: Add support for Intel Ice Lake-N SPI serial flashAndy Shevchenko1-0/+1
2022-02-14spi: Retire legacy GPIO handlingLinus Walleij2-109/+30
2022-02-14spi: Fix warning for Clang build and simplify codeLi-hao Kuo1-29/+9