aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-11-13vfio/virtio: Add support for the basic live migration functionalityYishai Hadas4-25/+1285
2024-11-13PCI: Warn if a running device is unaware of resetKeith Busch1-0/+4
2024-11-13PCI: Add 'reset_subordinate' to reset hierarchy below bridgeKeith Busch3-1/+28
2024-11-13i2c: designware: Fix spelling and other issues in the commentsAndy Shevchenko6-22/+29
2024-11-13i2c: designware: Use sda_hold_time variable name everywhereAndy Shevchenko1-5/+5
2024-11-13i2c: designware: Remove 'cond' from i2c_dw_scl_hcnt()Andy Shevchenko3-42/+16
2024-11-13i2c: designware: Get rid of redundant 'else'Andy Shevchenko1-3/+3
2024-11-13i2c: designware: Use temporary variable for struct deviceAndy Shevchenko2-40/+37
2024-11-13i2c: amd-asf: Clear remote IRR bit to get successive interruptShyam Sundar S K1-0/+17
2024-11-13i2c: amd-asf: Add routine to handle the ASF slave processShyam Sundar S K1-0/+101
2024-11-13i2c: amd-asf: Add i2c_algorithm operations to support AMD ASF with SMBusShyam Sundar S K2-0/+182
2024-11-13i2c: amd-asf: Add ACPI support for AMD ASF ControllerShyam Sundar S K4-1/+98
2024-11-13i2c: piix4: Export i2c_piix4 driver functions as libraryShyam Sundar S K2-6/+13
2024-11-13i2c: piix4: Move i2c_piix4 macros and structures to common headerShyam Sundar S K2-20/+40
2024-11-13i2c: piix4: Change the parameter list of piix4_transaction functionShyam Sundar S K1-4/+2
2024-11-13i2c: i801: Add support for Intel Panther LakeJarkko Nikula2-0/+7
2024-11-13i2c: isch: Convert to kernel-docAndy Shevchenko1-20/+28
2024-11-13i2c: isch: Prefer to use octal permissionAndy Shevchenko1-1/+1
2024-11-13i2c: isch: Don't use "proxy" headersAndy Shevchenko1-3/+5
2024-11-13i2c: isch: Unify the name of the variable to hold an error codeAndy Shevchenko1-8/+7
2024-11-13i2c: isch: Use read_poll_timeout()Andy Shevchenko1-14/+6
2024-11-13i2c: isch: Utilize temporary variable to hold device pointerAndy Shevchenko1-10/+9
2024-11-13i2c: isch: switch i2c registration to devm functionsAndy Shevchenko1-16/+1
2024-11-13i2c: isch: Use custom private data structureAndy Shevchenko1-70/+75
2024-11-13i2c: isch: Switch to memory mapped IO accessorsAndy Shevchenko1-55/+78
2024-11-13i2c: isch: Use string_choices API instead of ternary operatorAndy Shevchenko1-2/+3
2024-11-13i2c: isch: Pass pointer to struct i2c_adapter downAndy Shevchenko1-30/+23
2024-11-13i2c: cadence: Add atomic transfer support for controller version 1.4Manikanta Guntupalli1-15/+192
2024-11-13i2c: cadence: Split cdns_i2c_master_xfer for Atomic ModeManikanta Guntupalli1-47/+53
2024-11-13i2c: cadence: Relocate cdns_i2c_runtime_suspend and cdns_i2c_runtime_resume t...Manikanta Guntupalli1-60/+60
2024-11-13virtio-pci: Introduce APIs to execute device parts admin commandsYishai Hadas2-1/+355
2024-11-13virtio: Manage device and driver capabilities via the admin commandsYishai Hadas2-2/+116
2024-11-13virtio: Extend the admin command to include the result sizeYishai Hadas1-1/+3
2024-11-13hisi_acc_vfio_pci: register debugfs for hisilicon migration driverLongfang Liu2-0/+210
2024-11-13Merge tag 'pm-6.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-19/+16
2024-11-13Merge tag 'tpmdd-next-6.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-33/+75
2024-11-13PCI: Enable runtime PM of the host bridgeKrishna chaitanya chundru1-0/+11
2024-11-13PCI: starfive: Enable controller runtime PM before probing host bridgeMayank Rana1-3/+7
2024-11-13rtc: amlogic-a4: fix compile errorXianwei Zhao1-0/+1
2024-11-13hwmon: (pmbus/isl68137) add support for voltage divider on VoutGrant Peltier1-5/+205
2024-11-13hwmon: tmp108: fix I3C dependencyArnd Bergmann1-0/+1
2024-11-13drm/xe/oa: Fix "Missing outer runtime PM protection" warningAshutosh Dixit1-0/+2
2024-11-13xen: Fix the issue of resource not being properly released in xenbus_dev_probe()Qiu-ji Chen1-1/+7
2024-11-13tpm: Disable TPM on tpm2_create_primary() failureJarkko Sakkinen1-2/+5
2024-11-13tpm: Opt-in in disable PCR integrity protectionJarkko Sakkinen3-31/+70
2024-11-13block: don't reorder requests in blk_add_rq_to_plugChristoph Hellwig2-2/+2
2024-11-13block: add a rq_list typeChristoph Hellwig4-21/+18
2024-11-13virtio_blk: reverse request order in virtio_queue_rqsChristoph Hellwig1-25/+21
2024-11-13dax: delete a stale directory pmemHarshit Mogalapalli2-17/+0
2024-11-13nvdimm: rectify the illogical code within nd_dax_probe()Yi Yang2-2/+9