| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-03-08 | spi: Tesla FSD support | Mark Brown | 19 | -431/+1150 |
| 2022-03-08 | spi: s3c64xx: Add spi port configuration for Tesla FSD SoC | Alim Akhtar | 1 | -0/+13 |
| 2022-03-08 | spi: dt-bindings: samsung: Add fsd spi compatible | Alim Akhtar | 1 | -0/+1 |
| 2022-03-08 | Tegra QUAD SPI combined sequence mode | Mark Brown | 1 | -16/+274 |
| 2022-03-08 | spi: topcliff-pch: Prevent usage of potentially stale DMA device | Andy Shevchenko | 1 | -2/+6 |
| 2022-03-08 | spi: tegra210-quad: combined sequence mode | Krishna Yarlagadda | 1 | -5/+233 |
| 2022-03-08 | spi: tegra210-quad: add acpi support | Krishna Yarlagadda | 1 | -11/+41 |
| 2022-03-07 | spi: npcm-fiu: Fix typo ("npxm") | Jonathan Neuschäfer | 1 | -4/+4 |
| 2022-03-07 | spi: Fix Tegra QSPI example | Jon Hunter | 1 | -1/+1 |
| 2022-03-07 | spi: qup: replace spin_lock_irqsave by spin_lock in hard IRQ | Xingbang Liu | 1 | -3/+2 |
| 2022-03-07 | spi: cadence: fix platform_get_irq.cocci warning | Yihao Han | 1 | -3/+1 |
| 2022-03-07 | spi: Update NXP Flexspi maintainer details | Kuldeep Singh | 1 | -1/+2 |
| 2022-03-07 | dt-bindings: mfd: maxim,max77802: Convert to dtschema | Krzysztof Kozlowski | 3 | -26/+195 |
| 2022-03-07 | regulator: dt-bindings: maxim,max77802: Convert to dtschema | Krzysztof Kozlowski | 2 | -111/+85 |
| 2022-03-07 | dt-bindings: mfd: maxim,max14577: Convert to dtschema | Krzysztof Kozlowski | 3 | -148/+196 |
| 2022-03-07 | regulator: dt-bindings: maxim,max14577: Convert to dtschema | Krzysztof Kozlowski | 1 | -0/+78 |
| 2022-03-07 | dt-bindings: power: supply: maxim,max14577: Convert to dtschema | Krzysztof Kozlowski | 2 | -0/+85 |
| 2022-03-07 | spi: s3c64xx: Allow controller-data to be optional | Krzysztof Kozlowski | 1 | -8/+6 |
| 2022-03-07 | mfd: dt-bindings: google,cros-ec: Fix indentation in example | Krzysztof Kozlowski | 1 | -1/+1 |
| 2022-03-07 | mfd: dt-bindings: google,cros-ec: Reference Samsung SPI bindings | Krzysztof Kozlowski | 1 | -13/+16 |
| 2022-03-07 | spi: dt-bindings: samsung: Convert to dtschema | Krzysztof Kozlowski | 6 | -124/+223 |
| 2022-03-07 | MAINTAINERS: mfd: Cover MAX77843 by Maxim PMIC/MUIC for Exynos boards entry | Krzysztof Kozlowski | 1 | -0/+2 |
| 2022-03-07 | dt-bindings: mfd: maxim,max77843: Add MAX77843 bindings | Krzysztof Kozlowski | 1 | -0/+144 |
| 2022-03-07 | regulator: dt-bindings: maxim,max77843: Add MAX77843 bindings | Krzysztof Kozlowski | 1 | -0/+65 |
| 2022-03-07 | dt-bindings: extcon: maxim,max77843: Add MAX77843 bindings | Krzysztof Kozlowski | 1 | -0/+40 |
| 2022-03-03 | spi: Use of_device_get_match_data() | Minghao Chi (CGEL ZTE) | 1 | -4/+2 |
| 2022-03-02 | spi: spi-zynqmp-gqspi: Handle error for dma_set_mask | Jiasheng Jiang | 1 | -1/+4 |
| 2022-03-02 | spi: dt-bindings: mediatek: Set min size for 'mediatek,pad-select' | Rob Herring | 1 | -0/+1 |
| 2022-03-02 | spi: dt-bindings: renesas,rspi: Drop comment for generic compatible string | Lad Prabhakar | 1 | -1/+1 |
| 2022-02-28 | spi: dt-bindings: renesas,rspi: Document RZ/V2L SoC | Lad Prabhakar | 1 | -0/+2 |
| 2022-02-28 | spi: use specific last_cs instead of last_cs_enable | Yun Zhou | 2 | -4/+9 |
| 2022-02-28 | spi: pxa2xx-pci: Constify struct pxa_spi_info variables | Andy Shevchenko | 1 | -5/+5 |
| 2022-02-28 | spi: pxa2xx-pci: Drop temporary storage use for a handful of members | Andy Shevchenko | 1 | -61/+49 |
| 2022-02-28 | spi: pxa2xx-pci: Extract pxa2xx_spi_pci_clk_register() | Andy Shevchenko | 1 | -13/+22 |
| 2022-02-28 | spi: pxa2xx-pci: Drop unneeded checks in lpss_spi_setup() | Andy Shevchenko | 1 | -14/+9 |
| 2022-02-28 | spi: pxa2xx-pci: Replace enum with direct use of PCI IDs | Andy Shevchenko | 1 | -78/+83 |
| 2022-02-28 | spi: pxa2xx-pci: Move max_clk_rate assignment to ->setup() | Andy Shevchenko | 1 | -1/+2 |
| 2022-02-28 | spi: pxa2xx-pci: Move dma_burst_size assignment to ->setup() | Andy Shevchenko | 1 | -2/+3 |
| 2022-02-28 | spi: pxa2xx-pci: Move port_id assignment to ->setup() | Andy Shevchenko | 1 | -4/+4 |
| 2022-02-28 | spi: pxa2xx-pci: Drop redundant NULL check in ->probe() | Andy Shevchenko | 1 | -5/+3 |
| 2022-02-28 | spi: pxa2xx-pci: Refactor Quark X1000 to use ->setup() | Andy Shevchenko | 1 | -2/+9 |
| 2022-02-28 | spi: pxa2xx-pci: Refactor CE4100 to use ->setup() | Andy Shevchenko | 1 | -4/+11 |
| 2022-02-25 | spi: dt-bindings: remove unused required property | Li-hao Kuo | 1 | -1/+0 |
| 2022-02-25 | Tegra QUAD SPI ACPI & device support | Mark Brown | 2 | -17/+35 |
| 2022-02-24 | spi: tegra210-quad: add new chips to compatible | Krishna Yarlagadda | 1 | -3/+30 |
| 2022-02-24 | spi: Add Tegra234 QUAD SPI compatible | Krishna Yarlagadda | 1 | -0/+1 |
| 2022-02-24 | spi: tegra210-quad: use device_reset method | Krishna Yarlagadda | 1 | -14/+4 |
| 2022-02-24 | spi: pxa2xx-pci: Balance reference count for PCI DMA device | Andy Shevchenko | 1 | -1/+16 |
| 2022-02-24 | spi: pxa2xx-pci: Do not dereference fwnode in struct device | Andy Shevchenko | 1 | -1/+1 |
| 2022-02-23 | spi: add missing pci_dev_put() before return | Wang Qing | 1 | -2/+5 |