summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'icc-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dja...Greg Kroah-Hartman2021-04-1511-2/+2194
|\
| * Merge branch 'icc-sm8350' into icc-nextGeorgi Djakov2021-04-026-0/+994
| |\
| | * interconnect: qcom: sm8350: Add missing link between nodesGeorgi Djakov2021-04-021-1/+1
| | * interconnect: qcom: sm8350: Use the correct idsGeorgi Djakov2021-04-021-40/+40
| | * interconnect: qcom: Add SM8350 interconnect provider driverVinod Koul2021-03-274-0/+812
| | * dt-bindings: interconnect: Add Qualcomm SM8350 DT bindingsVinod Koul2021-03-272-0/+182
| * | Merge branch 'icc-sdm660' into icc-nextGeorgi Djakov2021-04-025-0/+1197
| |\ \
| | * | interconnect: qcom: sdm660: Fix kerneldoc warningGeorgi Djakov2021-04-021-0/+1
| | * | interconnect: qcom: Add SDM660 interconnect provider driverAngeloGioacchino Del Regno2021-03-083-0/+933
| | * | dt-bindings: interconnect: Add bindings for Qualcomm SDM660 NoCAngeloGioacchino Del Regno2021-03-082-0/+263
| | |/
| * | MAINTAINERS: icc: add interconnect treeVinod Koul2021-03-301-0/+1
| * | interconnect: qcom: icc-rpm: record slave RPM id in error logBenjamin Li2021-03-081-2/+2
| |/
* | mei: me: add Alder Lake P device id.Tomas Winkler2021-04-142-0/+2
* | dw-xdata-pcie: Update outdated info and improve text formatGustavo Pimentel2021-04-141-26/+50
* | dw-xdata-pcie: Fix documentation build warnsGustavo Pimentel2021-04-142-7/+8
* | Merge tag 'mhi-for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Greg Kroah-Hartman2021-04-118-276/+775
|\ \
| * | bus: mhi: fix typo in comments for struct mhi_channel_configJarvis Jiang2021-04-091-1/+1
| * | bus: mhi: core: Fix shadow declarationsManivannan Sadhasivam2021-04-091-6/+6
| * | bus: mhi: pci_generic: Constify mhi_controller_config struct definitionsManivannan Sadhasivam2021-04-081-3/+3
| * | bus: mhi: pci_generic: Introduce Foxconn T99W175 supportJarvis Jiang2021-04-081-0/+47
| * | bus: mhi: core: Sanity check values from remote device before useJeffrey Hugo2021-04-081-7/+74
| * | bus: mhi: pci_generic: Add FIREHOSE channelsLoic Poulain2021-04-071-0/+35
| * | bus: mhi: pci_generic: Implement PCI shutdown callbackLoic Poulain2021-04-071-0/+7
| * | bus: mhi: Improve documentation on channel transfer setup APIsBhaumik Bhatt2021-04-071-2/+16
| * | bus: mhi: core: Remove __ prefix for MHI channel unprepare functionBhaumik Bhatt2021-04-071-5/+5
| * | bus: mhi: core: Check channel execution environment before issuing resetBhaumik Bhatt2021-04-071-0/+11
| * | bus: mhi: core: Clear configuration from channel context during resetBhaumik Bhatt2021-04-071-0/+13
| * | bus: mhi: core: Hold device wake for channel update commandsBhaumik Bhatt2021-04-071-5/+14
| * | bus: mhi: core: Update debug messages to use client deviceBhaumik Bhatt2021-04-071-7/+5
| * | bus: mhi: core: Improvements to the channel handling state machineBhaumik Bhatt2021-04-073-69/+100
| * | bus: mhi: core: Clear context for stopped channels from remove()Bhaumik Bhatt2021-04-071-1/+2
| * | bus: mhi: core: Allow sending the STOP channel commandBhaumik Bhatt2021-04-071-0/+5
| * | bus: mhi: pci_generic: Add SDX65 based modem supportBhaumik Bhatt2021-04-071-0/+11
| * | bus: mhi: core: Remove pre_init flag used for power purposesBhaumik Bhatt2021-04-073-25/+0
| * | bus: mhi: pm: reduce PM state change verbosityLoic Poulain2021-04-071-5/+5
| * | bus: mhi: core: Fix MHI runtime_pm behaviorLoic Poulain2021-04-071-5/+16
| * | bus: mhi: core: Move to polling method to wait for MHI readyBhaumik Bhatt2021-03-311-18/+16
| * | bus: mhi: core: Introduce internal register poll helper functionBhaumik Bhatt2021-03-312-0/+26
| * | bus: mhi: core: Improve state strings for debug messagesBhaumik Bhatt2021-03-311-17/+17
| * | bus: mhi: core: Wait for MHI READY state in most scenariosBhaumik Bhatt2021-03-312-4/+3
| * | bus: mhi: core: Identify Flash Programmer as a mission mode use caseBhaumik Bhatt2021-03-311-1/+2
| * | bus: mhi: core: Add support for Flash Programmer execution environmentCarl Yin2021-03-315-1/+15
| * | bus: mhi: core: Handle EDL mode entry appropriatelyBhaumik Bhatt2021-03-311-1/+18
| * | bus: mhi: core: Wait for ready after an EDL firmware downloadBhaumik Bhatt2021-03-311-4/+4
| * | bus: mhi: core: Rely on accurate method to determine EDL modeBhaumik Bhatt2021-03-311-1/+2
| * | bus: mhi: core: Check state before processing power_downJeffrey Hugo2021-03-161-2/+10
| * | bus: mhi: core: Return EAGAIN if MHI ring is fullFan Wu2021-03-161-1/+1
| * | bus: mhi: core: remove redundant initialization of variables state and eeColin Ian King2021-03-151-2/+2
| * | bus: mhi: Make firmware image optional for controllerBhaumik Bhatt2021-03-101-1/+1
| * | bus: mhi: core: Fix check for syserr at power_upJeffrey Hugo2021-03-101-1/+1