summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* nvmem: core: rework nvmem cell instance creationSrinivas Kandagatla2021-10-131-60/+105
* misc: ad525x_dpot: Make ad_dpot_remove() return voidUwe Kleine-König2021-10-134-6/+6
* misc: lis3lv02d: Make lis3lv02d_remove_fs() return voidUwe Kleine-König2021-10-134-5/+7
* virt: acrn: Introduce interfaces for virtual device creating/destroyingShuo Liu2021-10-052-0/+50
* virt: acrn: Introduce interfaces for MMIO device passthroughShuo Liu2021-10-052-0/+51
* char: xillybus: Eliminate redundant wrappers to DMA related callsEli Billauer2021-10-054-242/+86
* misc: fastrpc: copy to user only for non-DMA-BUF heap buffersJeya R2021-10-051-8/+10
* misc: fastrpc: Update number of max fastrpc sessionsJeya R2021-10-051-1/+1
* ipack: ipoctal: rename tty-driver pointerJohan Hovold2021-10-041-24/+24
* Merge 5.15-rc4 into char-misc-nextGreg Kroah-Hartman2021-10-04135-560/+1134
|\
| * Merge tag 'char-misc-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-10-032-22/+66
| |\
| | * ipack: ipoctal: fix module reference leakJohan Hovold2021-09-271-8/+21
| | * ipack: ipoctal: fix missing allocation-failure checkJohan Hovold2021-09-271-1/+3
| | * ipack: ipoctal: fix tty-registration error handlingJohan Hovold2021-09-271-0/+7
| | * ipack: ipoctal: fix tty registration raceJohan Hovold2021-09-271-2/+2
| | * ipack: ipoctal: fix stack information leakJohan Hovold2021-09-271-5/+14
| | * Merge tag 'icc-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dja...Greg Kroah-Hartman2021-09-271-6/+19
| | |\
| | | * interconnect: qcom: sdm660: Add missing a2noc qos clocksShawn Guo2021-09-131-0/+14
| | | * interconnect: qcom: sdm660: Correct NOC_QOS_PRIORITY shift and maskShawn Guo2021-09-131-5/+4
| | | * interconnect: qcom: sdm660: Fix id of slv_cnoc_mnoc_cfgShawn Guo2021-09-131-1/+1
| * | | Merge tag 'driver-core-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-10-032-27/+67
| |\ \ \
| | * | | driver core: Add debug logs when fwnode links are added/deletedSaravana Kannan2021-09-281-0/+4
| | * | | driver core: Create __fwnode_link_del() helper functionSaravana Kannan2021-09-281-16/+19
| | * | | driver core: Set deferred probe reason when deferred by driver coreSaravana Kannan2021-09-281-6/+9
| | * | | net: mdiobus: Set FWNODE_FLAG_NEEDS_CHILD_BOUND_ON_ADD for mdiobus parentsSaravana Kannan2021-09-231-0/+4
| | * | | driver core: fw_devlink: Add support for FWNODE_FLAG_NEEDS_CHILD_BOUND_ON_ADDSaravana Kannan2021-09-231-0/+19
| | * | | driver core: fw_devlink: Improve handling of cyclic dependenciesSaravana Kannan2021-09-211-5/+12
| | | |/ | | |/|
| * | | Merge tag 'hwmon-for-v5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-10-0210-108/+101
| |\ \ \
| | * | | hwmon: (w83793) Fix NULL pointer dereference by removing unnecessary structur...Nadezda Lutovinova2021-10-021-15/+11
| | * | | hwmon: (w83792d) Fix NULL pointer dereference by removing unnecessary structu...Nadezda Lutovinova2021-10-021-17/+11
| | * | | hwmon: (w83791d) Fix NULL pointer dereference by removing unnecessary structu...Nadezda Lutovinova2021-10-021-18/+11
| | * | | hwmon: (pmbus/mp2975) Add missed POUT attribute for page 1 mp2975 controllerVadim Pasternak2021-10-021-1/+1
| | * | | hwmon: (pmbus/ibm-cffps) max_power_out swap changesBrandon Wyman2021-10-021-2/+8
| | * | | hwmon: (occ) Fix P10 VRM temp sensorsEddie James2021-10-021-12/+5
| | * | | hwmon: (ltc2947) Properly handle errors when looking for the external clockUwe Kleine-König2021-09-241-2/+6
| | * | | hwmon: (tmp421) fix rounding for negative valuesPaul Fertser2021-09-241-16/+8
| | * | | hwmon: (tmp421) report /PVLD condition as faultPaul Fertser2021-09-241-6/+3
| | * | | hwmon: (tmp421) handle I2C errorsPaul Fertser2021-09-241-10/+28
| | * | | hwmon: (mlxreg-fan) Return non-zero value when fan current state is enforced ...Vadim Pasternak2021-09-161-3/+9
| | * | | hwmon: (k10temp) Remove residues of current and voltagesuma hegde2021-09-121-6/+0
| | |/ /
| * | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-10-025-7/+7
| |\ \ \
| | * | | scsi: csiostor: Add module softdep on cxgb4Rahul Lakkireddy2021-09-281-0/+1
| | * | | scsi: qla2xxx: Fix excessive messages during device logoutArun Easi2021-09-281-2/+2
| | * | | scsi: virtio_scsi: Fix spelling mistake "Unsupport" -> "Unsupported"Colin Ian King2021-09-281-2/+2
| | * | | scsi: ses: Fix unsigned comparison with less than zeroJiapeng Chong2021-09-281-1/+1
| | * | | scsi: ufs: Fix illegal offset in UPIU event traceJonathan Hsu2021-09-281-2/+1
| * | | | Merge tag 'block-5.15-2021-10-01' of git://git.kernel.dk/linux-blockLinus Torvalds2021-10-024-14/+28
| |\ \ \ \
| | * | | | nbd: use shifts rather than multipliesNick Desaulniers2021-09-291-12/+17
| | * | | | nvme: add command id quirk for apple controllersKeith Busch2021-09-273-2/+11
| * | | | | Merge tag 'libnvdimm-fixes-5.15-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-10-022-4/+13
| |\ \ \ \ \