summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* spi: Fix erroneous sgs value with min_t()Biju Das2022-03-171-2/+2
* spi: Get sgs size fix into branchMark Brown2022-03-171-2/+2
|\
| * spi: Fix invalid sgs valueBiju Das2022-03-081-2/+2
* | spi: tegra20: Use of_device_get_match_data()Minghao Chi2022-03-161-7/+1
* | fix typos in commentsMark Brown2022-03-151-1/+1
|\ \
| * | spi: sun4i: fix typos in commentsJulia Lawall2022-03-151-1/+1
* | | spi: mediatek: add ipm design support for MT7986Leilk Liu2022-03-151-15/+87
* | | spi: Add compatible for MT7986Leilk Liu2022-03-151-0/+4
* | | spi: mediatek: support tick_delay without enhance_timingLeilk Liu2022-03-151-3/+12
|/ /
* | spi: Update clock-names property for arm pl022Kuldeep Singh2022-03-111-3/+1
* | spi: rockchip-sfc: fix platform_get_irq.cocci warningYihao Han2022-03-101-3/+1
* | spi: Tesla FSD supportMark Brown2022-03-0819-431/+1150
|\ \
| * | spi: s3c64xx: Add spi port configuration for Tesla FSD SoCAlim Akhtar2022-03-081-0/+13
| * | spi: dt-bindings: samsung: Add fsd spi compatibleAlim Akhtar2022-03-081-0/+1
| * | dt-bindings: mfd: maxim,max77802: Convert to dtschemaKrzysztof Kozlowski2022-03-073-26/+195
| * | regulator: dt-bindings: maxim,max77802: Convert to dtschemaKrzysztof Kozlowski2022-03-072-111/+85
| * | dt-bindings: mfd: maxim,max14577: Convert to dtschemaKrzysztof Kozlowski2022-03-073-148/+196
| * | regulator: dt-bindings: maxim,max14577: Convert to dtschemaKrzysztof Kozlowski2022-03-071-0/+78
| * | dt-bindings: power: supply: maxim,max14577: Convert to dtschemaKrzysztof Kozlowski2022-03-072-0/+85
| * | spi: s3c64xx: Allow controller-data to be optionalKrzysztof Kozlowski2022-03-071-8/+6
| * | mfd: dt-bindings: google,cros-ec: Fix indentation in exampleKrzysztof Kozlowski2022-03-071-1/+1
| * | mfd: dt-bindings: google,cros-ec: Reference Samsung SPI bindingsKrzysztof Kozlowski2022-03-071-13/+16
| * | spi: dt-bindings: samsung: Convert to dtschemaKrzysztof Kozlowski2022-03-076-124/+223
| * | MAINTAINERS: mfd: Cover MAX77843 by Maxim PMIC/MUIC for Exynos boards entryKrzysztof Kozlowski2022-03-071-0/+2
| * | dt-bindings: mfd: maxim,max77843: Add MAX77843 bindingsKrzysztof Kozlowski2022-03-071-0/+144
| * | regulator: dt-bindings: maxim,max77843: Add MAX77843 bindingsKrzysztof Kozlowski2022-03-071-0/+65
| * | dt-bindings: extcon: maxim,max77843: Add MAX77843 bindingsKrzysztof Kozlowski2022-03-071-0/+40
* | | Tegra QUAD SPI combined sequence modeMark Brown2022-03-081-16/+274
|\ \ \
| * | | spi: tegra210-quad: combined sequence modeKrishna Yarlagadda2022-03-081-5/+233
| * | | spi: tegra210-quad: add acpi supportKrishna Yarlagadda2022-03-081-11/+41
* | | | spi: topcliff-pch: Prevent usage of potentially stale DMA deviceAndy Shevchenko2022-03-081-2/+6
|/ / /
* | | spi: npcm-fiu: Fix typo ("npxm")Jonathan Neuschäfer2022-03-071-4/+4
* | | spi: Fix Tegra QSPI exampleJon Hunter2022-03-071-1/+1
* | | spi: qup: replace spin_lock_irqsave by spin_lock in hard IRQXingbang Liu2022-03-071-3/+2
* | | spi: cadence: fix platform_get_irq.cocci warningYihao Han2022-03-071-3/+1
* | | spi: Update NXP Flexspi maintainer detailsKuldeep Singh2022-03-071-1/+2
* | | spi: Use of_device_get_match_data()Minghao Chi (CGEL ZTE)2022-03-031-4/+2
* | | spi: spi-zynqmp-gqspi: Handle error for dma_set_maskJiasheng Jiang2022-03-021-1/+4
* | | spi: dt-bindings: mediatek: Set min size for 'mediatek,pad-select'Rob Herring2022-03-021-0/+1
* | | spi: dt-bindings: renesas,rspi: Drop comment for generic compatible stringLad Prabhakar2022-03-021-1/+1
* | | spi: dt-bindings: renesas,rspi: Document RZ/V2L SoCLad Prabhakar2022-02-281-0/+2
* | | spi: use specific last_cs instead of last_cs_enableYun Zhou2022-02-282-4/+9
* | | spi: pxa2xx-pci: Constify struct pxa_spi_info variablesAndy Shevchenko2022-02-281-5/+5
* | | spi: pxa2xx-pci: Drop temporary storage use for a handful of membersAndy Shevchenko2022-02-281-61/+49
* | | spi: pxa2xx-pci: Extract pxa2xx_spi_pci_clk_register()Andy Shevchenko2022-02-281-13/+22
* | | spi: pxa2xx-pci: Drop unneeded checks in lpss_spi_setup()Andy Shevchenko2022-02-281-14/+9
* | | spi: pxa2xx-pci: Replace enum with direct use of PCI IDsAndy Shevchenko2022-02-281-78/+83
* | | spi: pxa2xx-pci: Move max_clk_rate assignment to ->setup()Andy Shevchenko2022-02-281-1/+2
* | | spi: pxa2xx-pci: Move dma_burst_size assignment to ->setup()Andy Shevchenko2022-02-281-2/+3
* | | spi: pxa2xx-pci: Move port_id assignment to ->setup()Andy Shevchenko2022-02-281-4/+4