summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* spi: pxa2xx: Get rid of unused ->cs_control()Andy Shevchenko2021-11-295-52/+4
* ARM: pxa/lubbock: Replace custom ->cs_control() by GPIO lookup tableAndy Shevchenko2021-11-291-6/+9
* 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: fsl-lpspi: Add imx8ulp compatible stringJacky Bai2021-11-221-4/+7
* spi: deduplicate spi_match_id() in __spi_register_driver()Andy Shevchenko2021-11-221-11/+6
* spi: Add resets to the PL022 bindingsLinus Walleij2021-11-221-0/+3
* spi: docs: improve the SPI userspace API documentationJavier Martinez Canillas2021-11-221-15/+43
* RSPI driver support for RZ/G2LMark Brown2021-11-182-2/+29
|\
| * 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: dt-bindings: renesas,rspi: Document RZ/G2L SoCLad Prabhakar2021-11-181-1/+3
* | 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
* spi: remove unused header file <linux/platform_data/spi-clps711x.h>Jonathan Corbet2021-11-151-17/+0
* 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
* | Linux 5.16-rc1v5.16-rc1Linus Torvalds2021-11-141-2/+2
* | kconfig: Add support for -Wimplicit-fallthroughGustavo A. R. Silva2021-11-142-5/+6
* | Merge tag 'xfs-5.16-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-11-144-7/+12
|\ \
| * | xfs: sync xfs_btree_split macros with userspace libxfsDarrick J. Wong2021-11-111-0/+4
| * | xfs: #ifdef out perag code for userspaceEric Sandeen2021-11-102-3/+7
| * | xfs: use swap() to make dabtree code cleanerYang Guang2021-11-081-4/+1
* | | Merge tag 'for-5.16/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-145-6/+14
|\ \ \
| * | | parisc/entry: fix trace test in syscall exit pathSven Schnelle2021-11-131-1/+1
| * | | parisc: Flush kernel data mapping in set_pte_at() when installing pte for use...John David Anglin2021-11-132-4/+10
| * | | parisc: Fix implicit declaration of function '__kernel_text_address'Helge Deller2021-11-131-0/+1
| * | | parisc: Fix backtrace to always include init funtion namesHelge Deller2021-11-131-1/+2
* | | | Merge tag 'sh-for-5.16' of git://git.libc.org/linux-shLinus Torvalds2021-11-1421-180/+78
|\ \ \ \