summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ata: libahci_platform: Convert to using platform devm-ioremap methodsSerge Semin2022-09-171-2/+8
* ata: make PATA_PLATFORM selectable only for suitable architecturesLukas Bulwahn2022-09-161-1/+1
* ata: clean up how architectures enable PATA_PLATFORM and PATA_OF_PLATFORMLukas Bulwahn2022-09-161-3/+3
* ata: libata-core: Check errors in sata_print_link_status()Li Zhong2022-09-161-1/+2
* ata: libata-sff: Fix double word in commentsShaomin Deng2022-09-161-1/+1
* ata: pata_macio: Remove unneeded word in commentsShaomin Deng2022-09-161-2/+1
* ata: libata-core: Simplify ata_dev_set_xfermode()Damien Le Moal2022-09-161-5/+5
* ata: libata-core: Simplify ata_build_rw_tf()Damien Le Moal2022-08-263-16/+13
* ata: libata: Rename ATA_DFLAG_NCQ_PRIO_ENABLEDamien Le Moal2022-08-262-5/+5
* ata: libata-core: remove redundant err_mask variableJinpeng Cui2022-08-261-3/+1
* ata: ahci: Do not check ACPI_FADT_LOW_POWER_S0Rafael J. Wysocki2022-08-261-4/+1
* ata: libata-core: improve parameter names for ata_dev_set_feature()Niklas Cassel2022-08-182-11/+10
* ata: libata-core: Print timeout value when internal command timesTomas Henzl2022-08-181-2/+2
* Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-145-24/+59
|\
| * xen/pciback: Fix comment typoJason Wang2022-08-121-1/+1
| * xen/xenbus: fix return type in xenbus_file_read()Dan Carpenter2022-08-121-2/+2
| * xen-blkfront: Apply 'feature_persistent' parameter when connectSeongJae Park2022-08-121-3/+1
| * xen-blkback: Apply 'feature_persistent' parameter when connectMaximilian Heyne2022-08-121-6/+3
| * xen-blkback: fix persistent grants negotiationSeongJae Park2022-08-121-8/+7
| * x86/xen: Add support for HVMOP_set_evtchn_upcall_vectorJane Malalane2022-08-121-6/+47
* | Merge tag 'i2c-for-5.20-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-1351-54/+99
|\ \
| * | i2c: move core from strlcpy to strscpyWolfram Sang2022-08-112-2/+2
| * | i2c: move drivers from strlcpy to strscpyWolfram Sang2022-08-1147-49/+49
| * | i2c: kempld: Support ACPI I2C device declarationChris Pringle2022-08-111-0/+1
| * | i2c: mediatek: add i2c compatible for MT8188Kewei Xu2022-08-111-0/+43
| * | i2c: microchip-corei2c: fix erroneous late ack sendConor Dooley2022-08-111-1/+1
| * | i2c: qcom-geni: Fix GPI DMA buffer sync-backRobin Reckmann2022-08-111-2/+3
* | | Merge tag 'ntb-5.20' of https://github.com/jonmason/ntbLinus Torvalds2022-08-1310-25/+1523
|\ \ \
| * | | NTB: EPF: Tidy up some bounds checksDan Carpenter2022-08-091-2/+9
| * | | NTB: EPF: Fix error code in epf_ntb_bind()Dan Carpenter2022-08-091-1/+2
| * | | PCI: endpoint: pci-epf-vntb: reduce several globals to staticsTom Rix2022-08-091-3/+3
| * | | PCI: endpoint: pci-epf-vntb: fix error handle in epf_ntb_mw_bar_init()Yang Yingliang2022-08-091-5/+15
| * | | PCI: endpoint: Fix Kconfig dependencyRen Zhijie2022-08-091-0/+1
| * | | NTB: EPF: set pointer addr to null using NULL rather than 0Colin Ian King2022-08-091-1/+1
| * | | PCI: endpoint: Support NTB transfer between RC and EPFrank Li2022-08-093-0/+1436
| * | | NTB: epf: Allow more flexibility in the memory BAR map methodFrank Li2022-08-091-13/+35
| * | | PCI: designware-ep: Allow pci_epc_set_bar() update inbound map addressFrank Li2022-08-091-1/+9
| * | | ntb: intel: add GNR support for Intel PCIe gen5 NTBDave Jiang2022-08-093-5/+16
| * | | NTB: ntb_tool: uninitialized heap data in tool_fn_write()Dan Carpenter2022-08-091-3/+5
| * | | ntb: idt: fix clang -Wformat warningsJustin Stitt2022-08-091-3/+3
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-08-1318-97/+117
|\ \ \ \
| * | | | scsi: pm8001: Fix typo 'the the' in commentSlark Xiao2022-08-011-1/+1
| * | | | scsi: megaraid_sas: Remove redundant variable cmd_typeColin Ian King2022-08-011-2/+1
| * | | | scsi: FlashPoint: Remove redundant variable bm_int_stColin Ian King2022-08-011-2/+2
| * | | | scsi: zfcp: Fix missing auto port scan and thus missing target portsSteffen Maier2022-08-013-13/+26
| * | | | scsi: core: Call blk_mq_free_tag_set() earlierBart Van Assche2022-08-011-5/+5
| * | | | scsi: core: Simplify LLD module reference countingMing Lei2022-08-012-12/+6
| * | | | scsi: core: Make sure that hosts outlive targetsMing Lei2022-08-012-0/+15
| * | | | scsi: core: Make sure that targets outlive devicesBart Van Assche2022-08-012-3/+19
| * | | | scsi: ufs: ufs-pci: Correct check for RESET DSMDaniil Lunev2022-08-011-4/+13