summaryrefslogtreecommitdiffstats
path: root/drivers/bus (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | 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
| | | * | | | bus: mhi: core: Add missing checks for MMIO register entriesBhaumik Bhatt2021-03-101-5/+3
| | | * | | | bus: mhi: core: Rename debugfs directory nameLoic Poulain2021-03-101-1/+1
| | | * | | | bus: mhi: core: Fix invalid error returning in mhi_queueLoic Poulain2021-03-101-6/+2
| | | * | | | bus: mhi: pci_generic: Remove WQ_MEM_RECLAIM flag from state workqueueLoic Poulain2021-03-101-2/+1
| | | * | | | bus: mhi: pci_generic: Add support for runtime PMLoic Poulain2021-03-101-9/+86
| | | * | | | bus: mhi: pci_generic: Use generic PCI power managementLoic Poulain2021-03-101-7/+7
| | | * | | | bus: mhi: pci_generic: No-Op for device_wake operationsLoic Poulain2021-03-102-2/+18
| | | * | | | bus: mhi: pci_generic: Add SDX24 based modem supportLoic Poulain2021-03-101-0/+10
| | | * | | | bus: mhi: pci_generic: Introduce quectel EM1XXGR-L supportLoic Poulain2021-03-101-0/+73
| | | * | | | bus: mhi: pci_generic: Parametrable element count for eventsLoic Poulain2021-03-101-10/+10
| | | | |_|/ | | | |/| |
| * | | | | treewide: change my e-mail address, fix my nameMarek BehĂșn2021-04-091-2/+2
| * | | | | ARM: mvebu: avoid clang -Wtautological-constant warningArnd Bergmann2021-04-011-1/+1
| |/ / / /
| * | | | Merge tag 'omap-for-v5.12/fixes-rc1-signed' of git://git.kernel.org/pub/scm/l...Arnd Bergmann2021-03-182-3/+5
| |\ \ \ \ | | |/ / / | |/| | |
* | | | | bus: ti-sysc: Fix missing quirk flags for sataTony Lindgren2021-05-071-1/+2
| |_|_|/ |/| | |
* | | | 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
| |_|/ |/| |
* | | 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.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-2410-150/+1220
| |\
| | * mhi: Fix double dma freeLoic Poulain2021-02-101-0/+3
| | * bus: fsl-mc: list more commands as accepted through the ioctlIoana Ciornei2021-02-091-0/+50
| | * bus: fsl-mc: add the dpdbg device typeIoana Ciornei2021-02-091-0/+6
| | * bus: fsl-mc: Fix test for end of loopDan Carpenter2021-02-091-1/+1
| | * Merge tag 'mhi-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Greg Kroah-Hartman2021-02-053-144/+440
| | |\
| | | * bus: mhi: pci_generic: Increase num of elements in hw event ringLoic Poulain2021-02-051-1/+1
| | | * mhi: pci_generic: Print warning in case of firmware crashLoic Poulain2021-02-051-0/+10
| | | * Merge branch 'mhi-net-immutable' into mhi-nextManivannan Sadhasivam2021-01-271-0/+12
| | | |\
| | | * | mhi: core: Factorize mhi queuingLoic Poulain2021-01-211-118/+44
| | | * | Merge branch 'mhi-ath11k-immutable' into mhi-nextManivannan Sadhasivam2021-01-211-2/+7
| | | |\ \
| | | | * | mhi: use irq_flags if controller driver configures itCarl Huang2021-01-211-2/+7
| | | * | | mhi: pci_generic: Fix shared MSI vector supportLoic Poulain2021-01-211-4/+8
| | | * | | bus: mhi: Ensure correct ring update ordering with memory barrierLoic Poulain2021-01-211-0/+7