summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-08spi: Tesla FSD supportMark Brown19-431/+1150
2022-03-08spi: s3c64xx: Add spi port configuration for Tesla FSD SoCAlim Akhtar1-0/+13
2022-03-08spi: dt-bindings: samsung: Add fsd spi compatibleAlim Akhtar1-0/+1
2022-03-08Tegra QUAD SPI combined sequence modeMark Brown1-16/+274
2022-03-08spi: topcliff-pch: Prevent usage of potentially stale DMA deviceAndy Shevchenko1-2/+6
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-07dt-bindings: mfd: maxim,max77802: Convert to dtschemaKrzysztof Kozlowski3-26/+195
2022-03-07regulator: dt-bindings: maxim,max77802: Convert to dtschemaKrzysztof Kozlowski2-111/+85
2022-03-07dt-bindings: mfd: maxim,max14577: Convert to dtschemaKrzysztof Kozlowski3-148/+196
2022-03-07regulator: dt-bindings: maxim,max14577: Convert to dtschemaKrzysztof Kozlowski1-0/+78
2022-03-07dt-bindings: power: supply: maxim,max14577: Convert to dtschemaKrzysztof Kozlowski2-0/+85
2022-03-07spi: s3c64xx: Allow controller-data to be optionalKrzysztof Kozlowski1-8/+6
2022-03-07mfd: dt-bindings: google,cros-ec: Fix indentation in exampleKrzysztof Kozlowski1-1/+1
2022-03-07mfd: dt-bindings: google,cros-ec: Reference Samsung SPI bindingsKrzysztof Kozlowski1-13/+16
2022-03-07spi: dt-bindings: samsung: Convert to dtschemaKrzysztof Kozlowski6-124/+223
2022-03-07MAINTAINERS: mfd: Cover MAX77843 by Maxim PMIC/MUIC for Exynos boards entryKrzysztof Kozlowski1-0/+2
2022-03-07dt-bindings: mfd: maxim,max77843: Add MAX77843 bindingsKrzysztof Kozlowski1-0/+144
2022-03-07regulator: dt-bindings: maxim,max77843: Add MAX77843 bindingsKrzysztof Kozlowski1-0/+65
2022-03-07dt-bindings: extcon: maxim,max77843: Add MAX77843 bindingsKrzysztof Kozlowski1-0/+40
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-25Tegra QUAD SPI ACPI & device supportMark Brown2-17/+35
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