summaryrefslogtreecommitdiffstats
path: root/drivers/bus/mhi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-159-127/+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: 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
* | | Merge tag 'wireless-drivers-next-2020-12-03' of git://git.kernel.org/pub/scm/...Jakub Kicinski2020-12-042-10/+0
|\ \ \ | | |/ | |/|
| * | bus: mhi: Remove auto-start optionLoic Poulain2020-11-182-10/+0
| |/
* / bus: mhi: Add mhi_queue_is_full functionLoic Poulain2020-11-051-0/+11
|/
* bus: mhi: debugfs: Print channel context read-pointerLoic Poulain2020-10-021-2/+3
* bus: mhi: core: Fix the building of MHI moduleManivannan Sadhasivam2020-10-021-1/+1
* bus: mhi: Remove unused nr_irqs_req variableLoic Poulain2020-10-021-3/+0
* bus: mhi: core: Allow shared IRQ for event ringsLoic Poulain2020-10-022-1/+8
* bus: mhi: core: Introduce sysfs entries for MHIBhaumik Bhatt2020-10-021-0/+37
* bus: mhi: core: Introduce debugfs entries for MHIBhaumik Bhatt2020-10-025-0/+450
* bus: mhi: Fix entries based on Kconfig coding styleBhaumik Bhatt2020-10-021-6/+6
* bus: mhi: core: Add const qualifier to MHI config informationHemant Kumar2020-10-021-6/+6
* bus: mhi: core: Introduce APIs to allocate and free the MHI controllerBhaumik Bhatt2020-10-021-0/+16
* bus: mhi: core: Read and save device hardware information from BHIBhaumik Bhatt2020-10-021-1/+16
* bus: mhi: core: Introduce counters to track MHI device state transitionsBhaumik Bhatt2020-10-021-0/+4
* bus: mhi: core: Introduce helper function to check device stateBhaumik Bhatt2020-10-021-0/+5
* bus: mhi: core: Use generic name field for an MHI deviceBhaumik Bhatt2020-10-022-5/+6
* bus: mhi: core: Trigger host resume if suspended during mhi_device_get()Bhaumik Bhatt2020-10-021-0/+3
* bus: mhi: core: Use helper API to trigger a non-blocking host resumeBhaumik Bhatt2020-10-023-23/+18
* bus: mhi: core: Abort suspends due to outgoing pending packetsBhaumik Bhatt2020-10-021-2/+4
* bus: mhi: core: Remove double occurrence for mhi_ctrl_ev_task() declarationBhaumik Bhatt2020-10-021-1/+0
* Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-075-156/+362
|\