summaryrefslogtreecommitdiff
path: root/drivers/bus
Commit message (Expand)AuthorAgeFilesLines
* bus: fsl-mc: simplify DPRC version checkIoana Ciornei2020-12-091-3/+1
* bus: fsl-mc: fix error return code in fsl_mc_object_allocate()Zhang Changzhong2020-12-091-1/+3
* bus: fsl-mc: added missing fields to dprc_rsp_get_obj_region structureLaurentiu Tudor2020-12-092-2/+5
* bus: fsl-mc: make sure MC firmware is up and runningLaurentiu Tudor2020-12-091-12/+30
* bus: fsl-mc: add back accidentally dropped error checkLaurentiu Tudor2020-12-091-1/+4
* Merge tag 'mhi-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Greg Kroah-Hartman2020-12-049-137/+634
|\
| * mhi: pci_generic: Fix implicit conversion warningLoic Poulain2020-12-021-1/+1
| * bus: mhi: core: Fix error handling in mhi_register_controller()Dan Carpenter2020-12-011-15/+14
| * bus: mhi: core: Fix device hierarchyLoic Poulain2020-11-283-4/+14
| * bus: mhi: core: Indexed MHI controller nameLoic Poulain2020-11-282-3/+17
| * Merge branch 'mhi-ath11k-immutable' into mhi-nextManivannan Sadhasivam2020-11-202-10/+0
| |\
| | * bus: mhi: Remove auto-start optionLoic Poulain2020-11-182-10/+0
| * | bus: mhi: core: Remove MHI event ring IRQ handlers when powering downBhaumik Bhatt2020-11-181-1/+2
| * | bus: mhi: core: Mark and maintain device states early on after power downBhaumik Bhatt2020-11-181-44/+33
| * | bus: mhi: core: Separate system error and power down handlingBhaumik Bhatt2020-11-181-22/+137
| * | bus: mhi: core: Check for IRQ availability during registrationBhaumik Bhatt2020-11-182-4/+1
| * | bus: mhi: core: Move to an error state on mission mode failureBhaumik Bhatt2020-11-181-2/+6
| * | bus: mhi: core: Use appropriate label in firmware load handler APIBhaumik Bhatt2020-11-181-3/+3
| * | bus: mhi: core: Move to an error state on any firmware load failureBhaumik Bhatt2020-11-181-15/+20
| * | bus: mhi: core: Prevent sending multiple RDDM entry callbacksBhaumik Bhatt2020-11-181-0/+4
| * | bus: mhi: core: Move to SYS_ERROR regardless of RDDM capabilityBhaumik Bhatt2020-11-181-5/+0
| * | bus: mhi: core: Skip device wake in error or shutdown statesBhaumik Bhatt2020-11-181-0/+4
| * | bus: mhi: core: Move to using high priority workqueueBhaumik Bhatt2020-11-182-1/+10
| * | bus: mhi: core: Use appropriate names for firmware load functionsBhaumik Bhatt2020-11-181-9/+10
| * | bus: mhi: core: Skip RDDM download for unknown execution environmentBhaumik Bhatt2020-11-181-2/+7
| * | bus: mhi: core: Rename RDDM download function to use proper wordsBhaumik Bhatt2020-11-181-2/+2
| * | bus: mhi: core: Remove unused mhi_fw_load_worker() declarationBhaumik Bhatt2020-11-181-1/+0
| * | bus: mhi: core: Expose mhi_get_exec_env() API for controllersBhaumik Bhatt2020-11-182-1/+1
| * | bus: mhi: core: Add missing EXPORT_SYMBOL for mhi_get_mhi_state()Bhaumik Bhatt2020-11-181-0/+1
| * | bus: mhi: core: Remove unnecessary counter from mhi_firmware_copy()Bhaumik Bhatt2020-11-181-2/+0
| * | bus: mhi: Fix channel close issue on driver removeLoic Poulain2020-11-181-1/+2
| * | bus: mhi: core: Fix null pointer access when parsing MHI configurationCarl Yin2020-11-181-2/+2
| * | bus: mhi: Add MHI PCI support for WWAN modemsLoic Poulain2020-11-183-0/+358
| * | bus: mhi: core: fix potential operator-precedence with BHI macrosJeffrey Hugo2020-11-181-2/+2
| * | bus: mhi: core: Remove double locking from mhi_driver_remove()Bhaumik Bhatt2020-11-181-2/+0
| |/
* | bus: ti-sysc: suppress err msg for timers used as clockevent/sourceGrygorii Strashko2020-11-191-1/+1
* | bus: ti-sysc: Fix bogus resetdone warning on enable for cpswTony Lindgren2020-10-261-0/+3
* | bus: ti-sysc: Fix reset status check for modules with quirksTony Lindgren2020-10-261-9/+15
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2020-10-241-3/+97
|\
| * bus: brcmstb_gisb: Add support for breakpoint interruptsFlorian Fainelli2020-09-061-1/+95
| * bus: brcmstb_gisb: Shorten printsFlorian Fainelli2020-08-171-2/+2
* | Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-1514-182/+904
|\ \
| * | bus/fsl-mc: Add a new version for dprc_get_obj_region commandDiana Craciun2020-10-022-14/+27
| * | bus/fsl-mc: Extend ICID size from 16bit to 32bitBharat Bhushan2020-10-023-5/+4
| * | bus/fsl-mc: Export IRQ pool handling functions to be used by VFIODiana Craciun2020-10-023-19/+11
| * | bus/fsl_mc: Do not rely on caller to provide non NULL mc_ioDiana Craciun2020-10-021-1/+6
| * | bus/fsl-mc: Add a container setup functionDiana Craciun2020-10-021-22/+49
| * | bus/fsl-mc: Export a cleanup function for DPRCDiana Craciun2020-10-021-15/+47
| * | bus/fsl-mc: Export dprc_scan/dprc_remove functions to be used by multiple ent...Diana Craciun2020-10-022-15/+12
| * | bus/fsl-mc: Add dprc-reset-container supportBharat Bhushan2020-10-022-0/+78