summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* spi: tegra210-quad: use devm call for cdata memoryKrishna Yarlagadda2021-11-261-10/+1
* spi: atmel: Remove setting of deprecated member of struct dma_slave_configTudor Ambarus2021-11-261-2/+0
* spi: atmel: Drop slave_config argument in atmel_spi_dma_slave_config()Tudor Ambarus2021-11-261-21/+17
* spi: bcm-qspi: set transfer parameter only if they changeKamal Dasu2021-11-251-0/+12
* spi: bcm-qspi: choose sysclk setting based on requested speedKamal Dasu2021-11-251-6/+26
* spi: Fix condition in the __spi_register_driver()Andy Shevchenko2021-11-241-1/+1
* spi: spidev: Make probe to fail early if a spidev compatible is usedJavier Martinez Canillas2021-11-241-3/+4
* spi: pxa2xx: Remove redundant ->read() and ->write() in struct chip_dataAndy Shevchenko2021-11-232-33/+6
* spi: spidev: Use SPI_MODE_USER_MASK instead of castingAndy Shevchenko2021-11-231-1/+1
* spi: Fix multi-line comment styleAndy Shevchenko2021-11-231-71/+89
* spi: Replace memset() with __GFP_ZEROAndy Shevchenko2021-11-231-2/+1
* spi: deduplicate spi_match_id() in __spi_register_driver()Andy Shevchenko2021-11-221-11/+6
* RSPI driver support for RZ/G2LMark Brown2021-11-181-1/+26
|\
| * spi: spi-rspi: Drop redeclaring ret variable in qspi_transfer_in()Lad Prabhakar2021-11-181-1/+1
| * spi: spi-rspi: Add support to deassert/assert reset lineLad Prabhakar2021-11-181-0/+25
* | spi: qcom: geni: remove unused definesVinod Koul2021-11-181-4/+0
|/
* spi: hisi-kunpeng: Fix the debugfs directory name incorrectoujiefeng2021-11-171-7/+8
* spi: dw: Define the capabilities in a continuous bit-flags setSerge Semin2021-11-161-1/+1
* spi: dw: Replace DWC_HSSI capability with IP-core version checkerSerge Semin2021-11-163-7/+7
* spi: dw: Introduce Synopsys IP-core versions interfaceSerge Semin2021-11-162-8/+42
* spi: dw: Convert to using the Bitfield access macrosSerge Semin2021-11-162-45/+50
* spi: dw: Put the driver entities naming in orderSerge Semin2021-11-166-209/+211
* spi: dw: Discard redundant DW SSI Frame Formats enumerationSerge Semin2021-11-162-11/+5
* spi: dw: Add a symbols namespace for the core moduleSerge Semin2021-11-165-9/+13
* spi: xlp: Remove Netlogic XLP variantsRob Herring2021-11-152-14/+5
* spi: lpspi: release requested DMA channelsAlexander Stein2021-11-151-1/+5
* Merge existing fixes from spi/for-5.16 into new branchMark Brown2021-11-154-16/+38
|\
| * spi: fix use-after-free of the add_lock mutexMichael Walle2021-11-121-6/+6
| * spi: spi-geni-qcom: fix error handling in spi_geni_grab_gpi_chan()Dan Carpenter2021-11-121-6/+10
| * spi: lpspi: Silence error message upon deferred probeAlexander Stein2021-11-121-1/+1
| * spi: cadence-quadspi: fix write completion supportDinh Nguyen2021-11-121-3/+21
* | Merge tag 'sh-for-5.16' of git://git.libc.org/linux-shLinus Torvalds2021-11-141-1/+4
|\ \
| * | maple: fix wrong return value of maple_bus_init().Lu Wei2021-09-171-1/+4
* | | Merge tag 'devicetree-fixes-for-5.16-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-11-149-11/+19
|\ \ \
| * | | clk: versatile: clk-icst: Ensure clock names are uniqueRob Herring2021-11-121-2/+4
| * | | of: Support using 'mask' in making device bus idRob Herring2021-11-121-2/+8
| * | | dt-bindings: Rename Ingenic CGU headers to ingenic,*.hPaul Cercueil2021-11-127-7/+7
* | | | Merge tag 'irq-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-145-25/+55
|\ \ \ \
| * \ \ \ Merge tag 'irqchip-fixes-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2021-11-143-8/+27
| |\ \ \ \
| | * | | | of/irq: Don't ignore interrupt-controller when interrupt-map failedMarc Zyngier2021-11-121-3/+16
| | * | | | irqchip/sifive-plic: Fixup EOI failed when maskedGuo Ren2021-11-121-1/+7
| | * | | | irqchip/csky-mpintc: Fixup mask/unmask implementationGuo Ren2021-11-121-4/+4
| * | | | | PCI/MSI: Destroy sysfs before freeing entriesThomas Gleixner2021-11-111-5/+5
| * | | | | PCI: Add MSI masking quirk for Nvidia ION AHCIMarc Zyngier2021-11-111-0/+6
| * | | | | PCI/MSI: Deal with devices lying about their MSI mask capabilityMarc Zyngier2021-11-111-0/+3
| * | | | | PCI/MSI: Move non-mask check back into low level accessorsThomas Gleixner2021-11-111-12/+14
| |/ / / /
* | | | | Merge tag 'sched_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-141-0/+2
|\ \ \ \ \
| * | | | | arch_topology: Fix missing clear cluster_cpumask in remove_cpu_topology()Wang ShaoBo2021-11-111-0/+2
| |/ / / /
* | | | | Merge tag 'virtio-mem-for-5.16' of git://github.com/davidhildenbrand/linuxLinus Torvalds2021-11-131-0/+1
|\ \ \ \ \
| * | | | | virtio-mem: support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLEDavid Hildenbrand2021-11-101-0/+1