aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/bus/mhi/core/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-18bus: mhi: Move host MHI code to "host" directoryManivannan Sadhasivam1-1431/+0
2022-03-18bus: mhi: Fix MHI DMA structure endiannessPaul Davey1-18/+18
2022-03-18bus: mhi: Fix pm_state conversion to stringPaul Davey1-4/+6
2021-12-17bus: mhi: core: Use correctly sized arguments for bit fieldKees Cook1-1/+2
2021-12-17bus: mhi: core: Fix reading wake_capable channel configurationBhaumik Bhatt1-0/+1
2021-08-05bus: mhi: core: Replace DMA allocation wrappers with original APIsBhaumik Bhatt1-16/+16
2021-08-05bus: mhi: core: Add range checks for BHI and BHIeBhaumik Bhatt1-1/+17
2021-08-05bus: mhi: core: Set BHI and BHIe pointers to NULL in clean-upBhaumik Bhatt1-0/+3
2021-08-05bus: mhi: core: Set BHI/BHIe offsets on power up preparationBhaumik Bhatt1-19/+23
2021-04-07bus: mhi: core: Clear configuration from channel context during resetBhaumik Bhatt1-0/+13
2021-04-07bus: mhi: core: Improvements to the channel handling state machineBhaumik Bhatt1-0/+6
2021-04-07bus: mhi: core: Clear context for stopped channels from remove()Bhaumik Bhatt1-1/+2
2021-04-07bus: mhi: core: Remove pre_init flag used for power purposesBhaumik Bhatt1-3/+0
2021-03-31bus: mhi: core: Improve state strings for debug messagesBhaumik Bhatt1-17/+17
2021-03-31bus: mhi: core: Add support for Flash Programmer execution environmentCarl Yin1-0/+2
2021-03-10bus: mhi: core: Add missing checks for MMIO register entriesBhaumik Bhatt1-5/+3
2021-03-10bus: mhi: pci_generic: Remove WQ_MEM_RECLAIM flag from state workqueueLoic Poulain1-2/+1
2021-03-10bus: mhi: pci_generic: No-Op for device_wake operationsLoic Poulain1-2/+0
2021-02-10mhi: Fix double dma freeLoic Poulain1-0/+3
2021-01-21mhi: use irq_flags if controller driver configures itCarl Huang1-2/+7
2020-12-01bus: mhi: core: Fix error handling in mhi_register_controller()Dan Carpenter1-15/+14
2020-11-28bus: mhi: core: Fix device hierarchyLoic Poulain1-1/+9
2020-11-28bus: mhi: core: Indexed MHI controller nameLoic Poulain1-2/+16
2020-11-20Merge branch 'mhi-ath11k-immutable' into mhi-nextManivannan Sadhasivam1-9/+0
2020-11-18bus: mhi: core: Check for IRQ availability during registrationBhaumik Bhatt1-1/+1
2020-11-18bus: mhi: core: Move to using high priority workqueueBhaumik Bhatt1-0/+9
2020-11-18bus: mhi: core: Fix null pointer access when parsing MHI configurationCarl Yin1-2/+2
2020-11-18bus: mhi: core: Remove double locking from mhi_driver_remove()Bhaumik Bhatt1-2/+0
2020-11-18bus: mhi: Remove auto-start optionLoic Poulain1-9/+0
2020-10-02bus: mhi: Remove unused nr_irqs_req variableLoic Poulain1-3/+0
2020-10-02bus: mhi: core: Allow shared IRQ for event ringsLoic Poulain1-0/+7
2020-10-02bus: mhi: core: Introduce sysfs entries for MHIBhaumik Bhatt1-0/+37
2020-10-02bus: mhi: core: Introduce debugfs entries for MHIBhaumik Bhatt1-0/+7
2020-10-02bus: mhi: core: Add const qualifier to MHI config informationHemant Kumar1-6/+6
2020-10-02bus: mhi: core: Introduce APIs to allocate and free the MHI controllerBhaumik Bhatt1-0/+16
2020-10-02bus: mhi: core: Use generic name field for an MHI deviceBhaumik Bhatt1-2/+3
2020-06-07Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-2/+6
2020-05-22bus: mhi: core: Handle disable transitions in state workerHemant Kumar1-0/+1
2020-05-22bus: mhi: core: Remove the system error worker threadHemant Kumar1-1/+1
2020-05-22bus: mhi: core: Handle firmware load using state workerBhaumik Bhatt1-1/+0
2020-05-22bus: mhi: core: Cache intmod from mhi event to mhi channelHemant Kumar1-0/+4
2020-05-15bus: mhi: core: Fix some error return codeWei Yongjun1-0/+2
2020-05-05bus: mhi: core: Offload register accesses to the controllerJeffrey Hugo1-1/+2
2020-05-05bus: mhi: core: Remove link_status() callbackJeffrey Hugo1-4/+2
2020-03-26bus: mhi: core: Drop the references to mhi_dev in mhi_destroy_device()Manivannan Sadhasivam1-0/+12
2020-03-26bus: mhi: core: Initialize bhie field in mhi_cntrl for RDDM captureManivannan Sadhasivam1-1/+2
2020-03-26bus: mhi: core: Add support for reading MHI info from deviceManivannan Sadhasivam1-2/+17
2020-03-24bus: mhi: core: Pass module owner during client driver registrationManivannan Sadhasivam1-2/+3
2020-03-19bus: mhi: core: Add uevent support for module autoloadingManivannan Sadhasivam1-0/+9
2020-03-19bus: mhi: core: Add support for data transferManivannan Sadhasivam1-6/+124