summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* spi: microchip-core: add support for word sizes of 1 to 32 bitsSteve Wilkins2024-07-151-22/+31
* spi: microchip-core: ensure TX and RX FIFOs are empty at start of a transferSteve Wilkins2024-07-151-0/+4
* spi: microchip-core: fix init function not setting the master and motorola modesSteve Wilkins2024-07-151-8/+9
* spi: microchip-core: only disable SPI controller when register value change r...Steve Wilkins2024-07-151-38/+41
* spi: microchip-core: defer asserting chip select until just before write to T...Steve Wilkins2024-07-151-2/+17
* spi: microchip-core: fix the issues in the isrNaga Sureshkumar Relli2024-07-151-10/+8
* spi: dt-bindings: at91: Add sama7d65 compatible stringNicolas Ferre2024-07-121-4/+4
* spi: add ch341a usb2spi driverJohannes Thumshirn2024-07-083-0/+248
* spi: dt-bindings: fsl-dspi: add compatible string 'fsl,lx2160a-dspi'Frank Li2024-07-081-0/+3
* spi: dt-bindings: fsl-dspi: add dmas and dma-names propertiesFrank Li2024-07-081-0/+10
* spi: spi: Remove unnecessary ‘0’ values from statusLi zeming2024-07-081-1/+1
* spi: spi: Remove unnecessary ‘0’ values from rcLi zeming2024-07-081-1/+1
* spi: xcomm: fix coding styleNuno Sa2024-07-051-14/+14
* spi: xcomm: remove i2c_set_clientdata()Nuno Sa2024-07-051-1/+0
* spi: xcomm: make use of devm_spi_alloc_host()Nuno Sa2024-07-051-2/+2
* spi: xcomm: add gpiochip supportMichael Hennerich2024-07-051-1/+41
* spi: dt-bindings: snps,dw-apb-ssi.yaml: update compatible propertyKanak Shilledar2024-07-011-0/+4
* spi: dt-bindings: fsl-dspi: Convert to yaml formatFrank Li2024-07-015-66/+135
* spi: fsl-dspi: use common proptery 'spi-cs-setup(hold)-delay-ns'Frank Li2024-07-011-5/+14
* spi: axi-spi-engine: remove platform_set_drvdata()David Lechner2024-06-271-7/+1
* spi: spi-fsl-lpspi: Pass pm_ptr()Fabio Estevam2024-06-251-1/+1
* spi: spi-imx: Pass pm_ptr()Fabio Estevam2024-06-251-1/+1
* spi: add devm_spi_optimize_message() helperMark Brown2024-06-251-0/+1
|\
| * spi: add EXPORT_SYMBOL_GPL(devm_spi_optimize_message)David Lechner2024-06-241-0/+1
* | spi: spi-fsl-lpspi: Switch to SYSTEM_SLEEP_PM_OPS()Fabio Estevam2024-06-251-3/+3
* | spi: spi-imx: Switch to RUNTIME_PM_OPS/SYSTEM_SLEEP_PM_OPS()Fabio Estevam2024-06-251-7/+6
* | spi: add devm_spi_optimize_message() helperMark Brown2024-06-23575-3282/+5887
|\|
| * spi: add devm_spi_optimize_message() helperDavid Lechner2024-06-223-0/+30
| * Documentation: devres: add missing SPI helpersDavid Lechner2024-06-221-0/+2
| * Linux 6.10-rc4v6.10-rc4Linus Torvalds2024-06-161-1/+1
| * Merge tag 'parisc-for-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-06-163-180/+275
| |\
| | * parisc: Try to fix random segmentation faults in package buildsJohn David Anglin2024-06-123-180/+275
| * | Merge tag 'i2c-for-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-06-162-3/+2
| |\ \
| | * \ Merge tag 'i2c-host-fixes-6.10-rc4' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang2024-06-162-3/+2
| | |\ \ | | | |/ | | |/|
| | | * i2c: designware: Fix the functionality flags of the slave-only interfaceJean Delvare2024-06-121-1/+1
| | | * i2c: at91: Fix the functionality flags of the slave-only interfaceJean Delvare2024-06-121-2/+1
| | |/
| * | Merge tag 'usb-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2024-06-1615-42/+131
| |\ \
| | * | USB: class: cdc-wdm: Fix CPU lockup caused by excessive log messagesAlan Stern2024-06-141-2/+2
| | * | xhci: Handle TD clearing for multiple streams caseHector Martin2024-06-122-11/+44
| | * | xhci: Apply broken streams quirk to Etron EJ188 xHCI hostKuangyi Chiang2024-06-121-1/+3
| | * | xhci: Apply reset resume quirk to Etron EJ188 xHCI hostKuangyi Chiang2024-06-121-0/+5
| | * | xhci: Set correct transferred length for cancelled bulk transfersMathias Nyman2024-06-121-3/+2
| | * | Merge tag 'thunderbolt-for-v6.10-rc3' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2024-06-071-2/+3
| | |\ \
| | | * | thunderbolt: debugfs: Fix margin debugfs node creation conditionAapo Vienamo2024-05-311-2/+3
| | * | | usb-storage: alauda: Check whether the media is initializedShichao Lai2024-06-041-3/+6
| | * | | usb: typec: ucsi: Ack also failed Get Error commandsHeikki Krogerus2024-06-041-1/+6
| | * | | kcov, usb: disable interrupts in kcov_remote_start_usb_softirqAndrey Konovalov2024-06-042-14/+45
| | * | | dt-bindings: usb: realtek,rts5411: Add missing "additionalProperties" on chil...Rob Herring (Arm)2024-06-041-0/+1
| | * | | usb: typec: tcpm: Ignore received Hard Reset in TOGGLING stateKyle Tso2024-06-041-0/+1
| | * | | usb: typec: tcpm: fix use-after-free case in tcpm_register_source_capsAmit Sunil Dhamne2024-06-041-1/+3