summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-10-13spi: cadence-quadspi: fix dma_unmap_single() callArnd Bergmann1-1/+1
2021-10-13spi: tegra20: fix build with CONFIG_PM_SLEEP=nArnd Bergmann1-1/+1
2021-10-11Merge series "spi-bcm-qspi spcr3 enahancements" from Kamal Dasu <kdasu.kdev@g...Mark Brown1-54/+208
2021-10-11spi: bcm-qspi: add support for 3-wire mode for half duplex transferKamal Dasu1-1/+12
2021-10-11spi: bcm-qspi: Add mspi spcr3 32/64-bits xfer modeKamal Dasu1-21/+151
2021-10-11spi: bcm-qspi: clear MSPI spifie interrupt during probeKamal Dasu1-32/+45
2021-10-08Merge series "spi: Various Cleanups" from Uwe Kleine-König <u.kleine-koenig@...Mark Brown136-702/+1229
2021-10-08Merge branch 'spi-5.15' into spi-5.16Mark Brown207-1061/+1931
2021-10-07spi: Make several public functions private to spi.cUwe Kleine-König1-27/+14
2021-10-07spi: Reorder functions to simplify the next commitUwe Kleine-König1-86/+86
2021-10-07spi: Remove unused function spi_busnum_to_master()Uwe Kleine-König1-35/+0
2021-10-07spi: Move comment about chipselect check to the right placeUwe Kleine-König1-4/+5
2021-10-05spi: fsi: Print status on errorEddie James1-21/+27
2021-10-04spi: cadence: fix static checker warningParshuram Thombare1-2/+2
2021-10-03Merge tag 'char-misc-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-22/+66
2021-10-03Merge tag 'driver-core-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-27/+67
2021-10-03Merge tag 'hwmon-for-v5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-108/+101
2021-10-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds5-7/+7
2021-10-02Merge tag 'block-5.15-2021-10-01' of git://git.kernel.dk/linux-blockLinus Torvalds4-14/+28
2021-10-02Merge tag 'libnvdimm-fixes-5.15-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-4/+13
2021-10-02drm/i915: fix blank screen booting crashesHugh Dickins1-2/+3
2021-10-02hwmon: (w83793) Fix NULL pointer dereference by removing unnecessary structur...Nadezda Lutovinova1-15/+11
2021-10-02hwmon: (w83792d) Fix NULL pointer dereference by removing unnecessary structu...Nadezda Lutovinova1-17/+11
2021-10-02hwmon: (w83791d) Fix NULL pointer dereference by removing unnecessary structu...Nadezda Lutovinova1-18/+11
2021-10-02hwmon: (pmbus/mp2975) Add missed POUT attribute for page 1 mp2975 controllerVadim Pasternak1-1/+1
2021-10-02hwmon: (pmbus/ibm-cffps) max_power_out swap changesBrandon Wyman1-2/+8
2021-10-02hwmon: (occ) Fix P10 VRM temp sensorsEddie James1-12/+5
2021-10-02spi: spi-nxp-fspi: don't depend on a specific node name erratum workaroundMichael Walle1-19/+7
2021-10-02Merge tag 's390-5.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds3-13/+45
2021-10-01spi: cadence-quadspi: Add Xilinx Versal external DMA supportSai Krishna Potthuri1-9/+198
2021-10-01spi: cadence-quadspi: Add OSPI support for Xilinx Versal SoCSai Krishna Potthuri1-0/+25
2021-10-01firmware: xilinx: Add OSPI Mux selection supportSai Krishna Potthuri1-0/+17
2021-10-01spi: mediatek: skip delays if they are 0Dafna Hirschfeld1-28/+36
2021-10-01spi: atmel: Fix PDC transfer setup bugVille Baillie1-2/+2
2021-10-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-7/+2
2021-10-01Merge tag 'drm-fixes-2021-10-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds25-77/+81
2021-10-01Merge tag 'iommu-fixes-v5.15-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-24/+38
2021-10-01Merge tag 'exynos-drm-fixes-for-v5.15-rc4' of git://git.kernel.org/pub/scm/li...Daniel Vetter9-31/+9
2021-10-01Merge tag 'amd-drm-fixes-5.15-2021-09-29' of https://gitlab.freedesktop.org/a...Daniel Vetter7-11/+53
2021-10-01Merge tag 'drm-intel-fixes-2021-09-30' of git://anongit.freedesktop.org/drm/d...Daniel Vetter5-23/+14
2021-10-01Merge tag 'net-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds33-137/+295
2021-09-30Merge tag 'gpio-fixes-for-v5.15-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-9/+2
2021-09-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds16-47/+113
2021-09-30net: stmmac: fix EEE init issue when paired with EEE capable PHYsWong Vee Khee1-0/+4
2021-09-30ptp: Fix ptp_kvm_getcrosststamp issue for x86 ptp_kvmZelin Deng1-7/+2
2021-09-30nbd: use shifts rather than multipliesNick Desaulniers1-12/+17
2021-09-29gpio: pca953x: do not ignore i2c errorsAndrey Gusakov1-9/+2
2021-09-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-6/+8
2021-09-29net: phy: bcm7xxx: Fixed indirect MMD operationsFlorian Fainelli1-4/+110
2021-09-29net: hns3: disable firmware compatible features when uninstall PFGuangbin Huang1-8/+13