summaryrefslogtreecommitdiffstats
path: root/drivers/bus
Commit message (Expand)AuthorAgeFilesLines
* bus: mhi: pci_generic: Fix inbound IPCR channelLoic Poulain2021-07-211-1/+17
* bus: mhi: core: Validate channel ID when processing command completionsBhaumik Bhatt2021-07-211-5/+12
* bus: mhi: pci_generic: Apply no-op for wake using sideband wake booleanBhaumik Bhatt2021-07-211-8/+19
* Merge tag 'arm-drivers-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-101-2/+2
|\
| * bus: qcom-ebi2: Fix incorrect documentation for '{slow,fast}_cfg'Lee Jones2021-05-261-2/+2
* | Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-059-46/+46
|\ \
| * | bus: mhi: pci-generic: Add missing 'pci_disable_pcie_error_reporting()' callsChristophe JAILLET2021-06-241-1/+4
| * | bus: mhi: Wait for M2 state during system resumeBaochen Qiang2021-06-241-0/+1
| * | bus: mhi: core: Fix power down latencyLoic Poulain2021-06-241-13/+5
| * | bus: fsl-mc: mc-io: Correct misdocumentation of 'dpmcp_dev' paramLee Jones2021-06-171-1/+1
| * | bus: fsl-mc-msi: Fix a little doc-rot pertaining to 'np' to 'fwnode' conversionLee Jones2021-06-171-1/+1
| * | bus: fsl-mc: fsl-mc-allocator: Fix misspelling of 'new_mc_adev' and demote no...Lee Jones2021-06-171-5/+5
| * | bus: fsl-mc: dprc-driver: Fix some missing/incorrect function parameter descr...Lee Jones2021-06-171-3/+5
| * | bus: fsl-mc: dprc: Fix a couple of misspelling and formatting issuesLee Jones2021-06-171-2/+2
| * | bus: fsl-mc: fsl-mc-bus: Demote a bunch of non-conformant kernel-doc headers ...Lee Jones2021-06-171-9/+10
| * | bus: fsl-mc: mc-sys: Supply missing function names in kernel-doc headersLee Jones2021-06-171-9/+10
| * | bus: fsl-mc: mc-io: Supply function names for 'fsl_create_mc_io()' and 'fsl_d...Lee Jones2021-06-171-2/+2
* | | kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
|/ /
* | Merge tag 'char-misc-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-06-121-4/+38
|\ \
| * | bus: mhi: pci-generic: Fix hibernationLoic Poulain2021-06-091-1/+35
| * | bus: mhi: pci_generic: Fix possible use-after-free in mhi_pci_remove()Wei Yongjun2021-06-091-1/+1
| * | bus: mhi: pci_generic: T99W175: update channel name from AT to DUNJarvis Jiang2021-06-091-2/+2
| |/
* | bus: ti-sysc: Fix flakey idling of uarts and stop using swsup_sidle_actTony Lindgren2021-05-251-2/+2
* | bus: ti-sysc: Fix am335x resume hang for usb otg moduleTony Lindgren2021-05-181-3/+50
* | Merge branch 'fixes-rc1' into fixesTony Lindgren2021-05-1811-273/+763
|\|
| * 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
| * | | 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
| * | | | 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