summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2022-04-19spi: mt65xx: Switch to device_get_match_data()AngeloGioacchino Del Regno
2022-04-19spi: mt65xx: Simplify probe function with devm_spi_alloc_masterAngeloGioacchino Del Regno
2022-04-14spi: core: Initialize returned status in spi_setupPaul Kocialkowski
2022-04-13spi: Pull in Atmel fixMark Brown
2022-04-13spi: atmel-quadspi: Remove duplicated DTR checksTudor Ambarus
2022-04-13spi: atmel-quadspi: Fix the buswidth adjustment between spi-mem and controllerTudor Ambarus
2022-04-13spi: cadence-quadspi: fix incorrect supports_op() return valueMatthias Schiffer
2022-04-13spi: intel: Add support for Raptor Lake-S SPI serial flashMika Westerberg
2022-04-12spi: spi-mtk-nor: initialize spi controller after resumeAllen-KH Cheng
2022-04-12spi: spi-rspi: Remove setting {src,dst}_{addr,addr_width} based on DMA directionBiju Das
2022-04-12spi: core: Only check bits_per_word validity when explicitly providedPaul Kocialkowski
2022-04-12spi: spi-stm32-qspi: using pm_runtime_resume_and_get instead of pm_runtime_ge...Minghao Chi
2022-04-11spi: spi-ti-qspi: Fix return value handling of wait_for_completion_timeoutMiaoqian Lin
2022-04-06spi: spi-cadence: Fix kernel-doc format for resume/suspendMichal Simek
2022-04-06spi: bcm-qspi: fix MSPI only access with bcm_qspi_exec_mem_op()Kamal Dasu
2022-04-06spi: cadence-quadspi: fix protocol setup for non-1-1-X operationsMatthias Schiffer
2022-04-06spi: core: add dma_map_dev for __spi_unmap_msg()Vinod Koul
2022-04-05spi: mediatek: add single/quad mode supportMark Brown
2022-04-05spi: spidev: replace usage of found with dedicated list iterator variableJakob Koschel
2022-04-05spi: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy
2022-04-05spi: spidev: Replace OF specific code by device property APIAndy Shevchenko
2022-04-05spi: spidev: Replace ACPI specific code by device_get_match_data()Andy Shevchenko
2022-04-05spi: spidev: Convert BUILD_BUG_ON() to static_assert()Andy Shevchenko
2022-04-04spi: mediatek: support hclkLeilk Liu
2022-04-04spi: mediatek: add spi memory support for ipm designLeilk Liu
2022-04-04spi: mxic: Fix an error handling path in mxic_spi_probe()Christophe JAILLET
2022-04-04spi: rpc-if: Fix RPM imbalance in probe error pathGeert Uytterhoeven
2022-04-03Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2022-04-02Revert "clk: Drop the rate range on clk_put()"Stephen Boyd
2022-04-02Merge tag 'for-5.18/drivers-2022-04-02' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-04-02Merge tag 'pci-v5.18-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-04-02Merge tag 'tag-chrome-platform-for-v5.18' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-04-02Revert "nbd: fix possible overflow on 'first_minor' in nbd_dev_add()"Jens Axboe
2022-04-01Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-04-01Merge tag 'for-5.18/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-04-01Merge tag 'riscv-for-linus-5.18-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-04-01Merge tag 's390-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2022-04-01Merge tag 'gpio-fixes-for-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-04-01dm: fix bio polling to handle possibile BLK_STS_AGAINMing Lei
2022-04-01dm: fix dm_io and dm_target_io flags race condition on AlphaMikulas Patocka
2022-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2022-04-01Merge tag 'rtc-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds
2022-04-01dm integrity: set journal entry unused when shrinking deviceMikulas Patocka
2022-04-01dm ioctl: log an error if the ioctl structure is corruptedMikulas Patocka
2022-03-31Revert "Input: clear BTN_RIGHT/MIDDLE on buttonpads"José Expósito
2022-03-31platform/chrome: cros_ec_debugfs: detach log reader wq from devmTzung-Bi Shih
2022-03-31platform: chrome: Split trace include fileGwendal Grignou
2022-03-31Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-31drbd: remove check of list iterator against head past the loop bodyJakob Koschel
2022-03-31drbd: remove usage of list iterator variable after loopJakob Koschel