summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* pmdomain: arm: Add the SCMI performance domainUlf Hansson2023-09-214-0/+166
* PM: domains: Allow genpd providers to manage OPP tables directly by its FWUlf Hansson2023-09-211-5/+6
* cpufreq: scmi: Add support to parse domain-id using #power-domain-cellsUlf Hansson2023-09-211-6/+18
* cpufreq: scmi: Avoid one OF parsing in scmi_get_sharing_cpus()Ulf Hansson2023-09-211-7/+4
* firmware: arm_scmi: Drop redundant ->device_domain_id() from perf opsUlf Hansson2023-09-211-13/+0
* firmware: arm_scmi: Align perf ops to use domain-id as in-parameterUlf Hansson2023-09-212-23/+13
* cpufreq: scmi: Prepare to move OF parsing of domain-id to cpufreqUlf Hansson2023-09-211-4/+15
* firmware: arm_scmi: Extend perf protocol ops to get information of a domainUlf Hansson2023-09-211-17/+30
* firmware: arm_scmi: Extend perf protocol ops to get number of domainsUlf Hansson2023-09-211-0/+8
* firmware: arm_scmi: Add clock OEM config clock operationsCristian Marussi2023-09-201-0/+22
* clk: scmi: Add support for .is_enabled clk_opsCristian Marussi2023-09-201-3/+20
* firmware: arm_scmi: Add clock .state_get support to pre-v3.2Cristian Marussi2023-09-201-7/+45
* firmware: arm_scmi: Add v3.2 clock CONFIG_GET supportCristian Marussi2023-09-201-0/+64
* firmware: arm_scmi: Add clock v3.2 CONFIG_SET supportCristian Marussi2023-09-201-8/+80
* firmware: arm_scmi: Simplify enable/disable clock operationsCristian Marussi2023-09-202-22/+13
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2023-09-1620-104/+109
|\
| * scsi: lpfc: Prevent use-after-free during rmmod with mapped NVMe rportsJustin Tee2023-09-142-8/+19
| * scsi: lpfc: Early return after marking final NLP_DROPPED flag in dev_loss_tmoJustin Tee2023-09-141-1/+1
| * scsi: lpfc: Fix the NULL vs IS_ERR() bug for debugfs_create_file()Jinjie Ruan2023-09-141-7/+7
| * scsi: target: core: Fix target_cmd_counter leakDavid Disseldorp2023-09-141-0/+1
| * scsi: pm8001: Setup IRQs on resumeDamien Le Moal2023-09-141-34/+17
| * scsi: pm80xx: Avoid leaking tags when processing OPC_INB_SET_CONTROLLER_CONFI...Michal Grzedzicki2023-09-141-0/+2
| * scsi: pm80xx: Use phy-specific SAS address when sending PHY_START commandMichal Grzedzicki2023-09-142-2/+2
| * Merge branch '6.6/scsi-staging' into 6.6/scsi-fixesMartin K. Petersen2023-09-1413-52/+60
| |\
| | * scsi: ufs: core: Poll HCS.UCRDY before issuing a UIC commandKiwoong Kim2023-09-051-1/+6
| | * scsi: ufs: core: Move __ufshcd_send_uic_cmd() outside host_lockKiwoong Kim2023-09-051-5/+1
| | * scsi: qedf: Add synchronization between I/O completions and abortJaved Hasan2023-09-052-3/+14
| | * scsi: target: Replace strlcpy() with strscpy()Azeem Shaikh2023-09-051-12/+12
| | * scsi: qla2xxx: Fix NULL vs IS_ERR() bug for debugfs_create_dir()Jinjie Ruan2023-09-051-3/+3
| | * scsi: qla2xxx: Use raw_smp_processor_id() instead of smp_processor_id()Nilesh Javali2023-09-054-8/+7
| | * scsi: qla2xxx: Correct endianness for rqstlen and rsplenNilesh Javali2023-09-051-5/+5
| | * scsi: ppa: Fix accidentally reversed conditions for 16-bit and 32-bit EPPAlex Henrie2023-09-051-2/+2
| | * scsi: megaraid_sas: Fix deadlock on firmware crashdumpJunxiao Bi2023-09-052-13/+10
* | | Merge tag 'ata-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2023-09-167-40/+59
|\ \ \
| * | | ata: libata-core: fetch sense data for successful commands iff CDL enabledNiklas Cassel2023-09-161-5/+2
| * | | ata: libata-eh: do not thaw the port twice in ata_eh_reset()Niklas Cassel2023-09-161-3/+0
| * | | ata: libata-eh: do not clear ATA_PFLAG_EH_PENDING in ata_eh_reset()Niklas Cassel2023-09-161-10/+3
| * | | ata: pata_parport: Fix code style issuesDamien Le Moal2023-09-151-5/+4
| * | | ata: libahci: clear pending interrupt statusSzuying Chen2023-09-151-12/+23
| * | | ata: sata_mv: Fix incorrect string length computation in mv_dump_mem()Christophe JAILLET2023-09-111-2/+2
| * | | ata: libata: disallow dev-initiated LPM transitions to unsupported statesNiklas Cassel2023-09-112-3/+25
| |/ /
* | | Merge tag 'usb-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-161-0/+3
|\ \ \
| * | | usb: typec: ucsi: Fix NULL pointer dereferenceHeikki Krogerus2023-09-111-0/+3
| |/ /
* | | Merge tag 'driver-core-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-09-161-0/+2
|\ \ \
| * | | driver core: return an error when dev_set_name() hasn't happenedAndy Shevchenko2023-09-121-0/+2
| |/ /
* | | Merge tag 'char-misc-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-09-161-68/+35
|\ \ \
| * | | Revert "comedi: add HAS_IOPORT dependencies"Ian Abbott2023-09-121-68/+35
| |/ /
* | | Merge tag 'i2c-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-09-165-6/+10
|\ \ \
| * | | i2c: cadence: Fix the kernel-doc warningsShubhrajyoti Datta2023-09-131-0/+1
| * | | i2c: aspeed: Reset the i2c controller when timeout occursTommy Huang2023-09-131-2/+5