summaryrefslogtreecommitdiffstats
path: root/drivers/bus
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-04-262-4/+6
|\
| * Merge tag 'qcom-drivers-for-5.13' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2021-04-081-1/+3
| |\
| | * bus: qcom: Put child node before returnPan Bian2021-03-291-1/+3
| * | bus: ti-sysc: Use kzalloc for allocating only one thingZheng Yongjun2021-03-241-1/+1
| * | bus: ti-sysc: remove unneeded semicolonYang Li2021-03-241-2/+2
* | | Merge tag 'arm-soc-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2021-04-261-3/+78
|\ \ \
| * | | bus: ti-sysc: Warn about old dtb for dra7 and omap4/5Tony Lindgren2021-03-121-0/+3
| |/ /
| * | bus: ti-sysc: Check for old incomplete dtbTony Lindgren2021-03-101-0/+16
| * | bus: ti-sysc: Detect more modules for debuggingTony Lindgren2021-03-081-0/+7
| * | bus: ti-sysc: Probe for l4_wkup and l4_cfg interconnect devices firstTony Lindgren2021-03-081-0/+49
| * | bus: ti-sysc: Fix initializing module_pa for modules without sysc registerTony Lindgren2021-03-081-3/+3
| * | Merge branch 'fixes-rc2' into fixesTony Lindgren2021-03-0813-214/+1396
| |\|
* | | Merge tag 'char-misc-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-267-269/+754
|\ \ \
| * \ \ Merge tag 'mhi-for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Greg Kroah-Hartman2021-04-117-269/+754
| |\ \ \
| | * | | 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: 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-072-23/+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-04-011-18/+16
| | * | | bus: mhi: core: Introduce internal register poll helper functionBhaumik Bhatt2021-04-012-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-314-0/+12
| | * | | 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: core: Fix check for syserr at power_upJeffrey Hugo2021-03-101-1/+1
| | * | | bus: mhi: core: Update debug prints to include local device stateBhaumik Bhatt2021-03-101-3/+4
| | * | | bus: mhi: core: Process execution environment changes seriallyBhaumik Bhatt2021-03-102-22/+25
| | * | | bus: mhi: core: Download AMSS image from appropriate functionBhaumik Bhatt2021-03-103-27/+27
| | * | | bus: mhi: core: Destroy SBL devices when moving to mission modeBhaumik Bhatt2021-03-102-4/+28
| | * | | bus: mhi: Early MHI resume failure in non M3 stateLoic Poulain2021-03-101-0/+3