summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* spi: fsi: fsi2spi: Add compatible string for restricted versionEddie James2020-09-171-0/+1
* spi: fsi: Check mux status before transfersEddie James2020-09-171-13/+27
* spi: fsi: Implement restricted size for certain controllersEddie James2020-09-171-12/+53
* spi: fsi: Fix use of the bneq+ sequencer instructionBrad Bishop2020-09-171-3/+25
* spi: fsi: Fix clock running too fastBrad Bishop2020-09-171-1/+1
* spi: fsi: Handle 9 to 15 byte transfers lengthsBrad Bishop2020-09-171-3/+3
* spi: sprd: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-142-16/+6
* spi: spi-geni-qcom: Don't wait to start 1st transfer if transmittingDouglas Anderson2020-09-141-81/+86
* spi: bcm2835: Make polling_limit_us staticJason Yan2020-09-141-1/+1
* spi: spi-fsl-dspi: use XSPI mode instead of DMA for DPAA2 SoCsVladimir Oltean2020-09-141-3/+3
* spi: spi-geni-qcom: Don't program CS_TOGGLE again and againDouglas Anderson2020-09-141-5/+7
* spi: spi-geni-qcom: Use the FIFO even moreDouglas Anderson2020-09-141-1/+1
* spi: spi-qcom-qspi: replace spin_lock_irqsave by spin_lock in hard IRQBarry Song2020-09-141-3/+2
* spi: Add compatible string for brcmstb SoCsRay Jui2020-09-141-0/+2
* spi: bcm-qspi: Clean up 7425, 7429, and 7435 settingsRay Jui2020-09-141-12/+0
* spi: bcm-qspi: Fix probe regression on iProc platformsRay Jui2020-09-141-1/+1
* spi: bcm-qspi: Add compatible string for BRCMSTB 7445 SoCsRay Jui2020-09-141-0/+5
* spi: qup: remove redundant assignment to variable retColin Ian King2020-09-141-1/+1
* Merge series "opp: Unconditionally call dev_pm_opp_of_remove_table()" from Vi...Mark Brown2020-09-091735-6096/+9163
|\
| * spi: spi-qcom-qspi: Unconditionally call dev_pm_opp_of_remove_table()Viresh Kumar2020-09-091-9/+6
| * spi: spi-geni-qcom: Unconditionally call dev_pm_opp_of_remove_table()Viresh Kumar2020-09-091-8/+5
| * Linux 5.9-rc4v5.9-rc4Linus Torvalds2020-09-071-1/+1
| * Merge tag 'io_uring-5.9-2020-09-06' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-061-3/+52
| |\
| | * io_uring: fix linked deferred ->files cancellationPavel Begunkov2020-09-061-2/+23
| | * io_uring: fix cancel of deferred reqs with ->filesPavel Begunkov2020-09-051-0/+27
| | * io_uring: fix explicit async read/write mapping for large segmentsJens Axboe2020-09-051-3/+4
| * | Merge tag 'iommu-fixes-v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-09-067-63/+119
| |\ \
| | * | iommu/vt-d: Handle 36bit addressing for x86-32Chris Wilson2020-09-041-7/+7
| | * | iommu/amd: Do not use IOMMUv2 functionality when SME is activeJoerg Roedel2020-09-041-0/+7
| | * | iommu/amd: Do not force direct mapping when SME is activeJoerg Roedel2020-09-041-1/+6
| | * | iommu/amd: Use cmpxchg_double() when updating 128-bit IRTESuravee Suthikulpanit2020-09-043-7/+33
| | * | iommu/amd: Restore IRTE.RemapEn bit after programming IRTESuravee Suthikulpanit2020-09-041-0/+2
| | * | iommu/vt-d: Fix NULL pointer dereference in dev_iommu_priv_set()Lu Baolu2020-09-041-45/+55
| | * | iommu/vt-d: Serialize IOMMU GCMD register modificationsLu Baolu2020-09-041-2/+8
| | * | MAINTAINERS: Update QUALCOMM IOMMU after Arm SMMU drivers moveLukas Bulwahn2020-09-041-1/+1
| * | | Merge tag 'x86-urgent-2020-09-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-09-069-63/+213
| |\ \ \
| | * | | x86/entry: Unbreak 32bit fast syscallThomas Gleixner2020-09-043-24/+91
| | * | | x86/debug: Allow a single level of #DB recursionAndy Lutomirski2020-09-041-34/+31
| | * | | x86/entry: Fix AC assertionPeter Zijlstra2020-09-041-2/+10
| | * | | tracing/kprobes, x86/ptrace: Fix regs argument order for i386Vamshi K Sthambamkadi2020-09-041-1/+1
| | * | | x86, fakenuma: Fix invalid starting node IDHuang Ying2020-09-041-1/+1
| | * | | x86/mm/32: Bring back vmalloc faulting on x86_32Joerg Roedel2020-09-031-0/+78
| | * | | x86/cmdline: Disable jump tables for cmdline.cArvind Sankar2020-09-031-1/+1
| * | | | Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-09-0614-22/+229
| |\ \ \ \
| | * | | | xen: add helpers to allocate unpopulated memoryRoger Pau Monne2020-09-0410-15/+219
| | * | | | memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERICRoger Pau Monne2020-09-043-7/+6
| | * | | | xen/balloon: add header guardRoger Pau Monne2020-09-041-0/+4
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge tags 'auxdisplay-for-linus-v5.9-rc4', 'clang-format-for-linus-v5.9-rc4'...Linus Torvalds2020-09-054-10/+16
| |\ \ \ \ \ \ \
| | | | * | | | | sparse: use static inline for __chk_{user,io}_ptr()Luc Van Oostenryck2020-08-291-2/+2
| | | | * | | | | Compiler Attributes: fix comment concerning GCC 4.6Luc Van Oostenryck2020-08-271-1/+1