aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bus (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-06-12Merge tag 'char-misc-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-4/+38
2021-06-09bus: mhi: pci-generic: Fix hibernationLoic Poulain1-1/+35
2021-06-09bus: mhi: pci_generic: Fix possible use-after-free in mhi_pci_remove()Wei Yongjun1-1/+1
2021-06-09bus: mhi: pci_generic: T99W175: update channel name from AT to DUNJarvis Jiang1-2/+2
2021-05-25bus: ti-sysc: Fix flakey idling of uarts and stop using swsup_sidle_actTony Lindgren1-2/+2
2021-05-18bus: ti-sysc: Fix am335x resume hang for usb otg moduleTony Lindgren1-3/+50
2021-05-18Merge branch 'fixes-rc1' into fixesTony Lindgren11-273/+763
2021-05-07bus: ti-sysc: Fix missing quirk flags for sataTony Lindgren1-1/+2
2021-04-26Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-4/+6
2021-04-26Merge tag 'arm-soc-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-3/+78
2021-04-26Merge tag 'char-misc-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds7-269/+754
2021-04-11Merge tag 'mhi-for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mani/mhi into char-misc-nextGreg Kroah-Hartman7-269/+754
2021-04-09treewide: change my e-mail address, fix my nameMarek BehĂșn1-2/+2
2021-04-09bus: mhi: core: Fix shadow declarationsManivannan Sadhasivam1-6/+6
2021-04-08Merge tag 'qcom-drivers-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/driversArnd Bergmann1-1/+3
2021-04-08bus: mhi: pci_generic: Constify mhi_controller_config struct definitionsManivannan Sadhasivam1-3/+3
2021-04-08bus: mhi: pci_generic: Introduce Foxconn T99W175 supportJarvis Jiang1-0/+47
2021-04-08bus: mhi: core: Sanity check values from remote device before useJeffrey Hugo1-7/+74
2021-04-07bus: mhi: pci_generic: Add FIREHOSE channelsLoic Poulain1-0/+35
2021-04-07bus: mhi: pci_generic: Implement PCI shutdown callbackLoic Poulain1-0/+7
2021-04-07bus: mhi: core: Remove __ prefix for MHI channel unprepare functionBhaumik Bhatt1-5/+5
2021-04-07bus: mhi: core: Check channel execution environment before issuing resetBhaumik Bhatt1-0/+11
2021-04-07bus: mhi: core: Clear configuration from channel context during resetBhaumik Bhatt1-0/+13
2021-04-07bus: mhi: core: Hold device wake for channel update commandsBhaumik Bhatt1-5/+14
2021-04-07bus: mhi: core: Update debug messages to use client deviceBhaumik Bhatt1-7/+5
2021-04-07bus: mhi: core: Improvements to the channel handling state machineBhaumik Bhatt3-69/+100
2021-04-07bus: mhi: core: Clear context for stopped channels from remove()Bhaumik Bhatt1-1/+2
2021-04-07bus: mhi: core: Allow sending the STOP channel commandBhaumik Bhatt1-0/+5
2021-04-07bus: mhi: pci_generic: Add SDX65 based modem supportBhaumik Bhatt1-0/+11
2021-04-07bus: mhi: core: Remove pre_init flag used for power purposesBhaumik Bhatt2-23/+0
2021-04-07bus: mhi: pm: reduce PM state change verbosityLoic Poulain1-5/+5
2021-04-07bus: mhi: core: Fix MHI runtime_pm behaviorLoic Poulain1-5/+16
2021-04-01ARM: mvebu: avoid clang -Wtautological-constant warningArnd Bergmann1-1/+1
2021-04-01bus: mhi: core: Move to polling method to wait for MHI readyBhaumik Bhatt1-18/+16
2021-04-01bus: mhi: core: Introduce internal register poll helper functionBhaumik Bhatt2-0/+26
2021-03-31bus: mhi: core: Improve state strings for debug messagesBhaumik Bhatt1-17/+17
2021-03-31bus: mhi: core: Wait for MHI READY state in most scenariosBhaumik Bhatt2-4/+3
2021-03-31bus: mhi: core: Identify Flash Programmer as a mission mode use caseBhaumik Bhatt1-1/+2
2021-03-31bus: mhi: core: Add support for Flash Programmer execution environmentCarl Yin4-0/+12
2021-03-31bus: mhi: core: Handle EDL mode entry appropriatelyBhaumik Bhatt1-1/+18
2021-03-31bus: mhi: core: Wait for ready after an EDL firmware downloadBhaumik Bhatt1-4/+4
2021-03-31bus: mhi: core: Rely on accurate method to determine EDL modeBhaumik Bhatt1-1/+2
2021-03-29bus: qcom: Put child node before returnPan Bian1-1/+3
2021-03-24bus: ti-sysc: Use kzalloc for allocating only one thingZheng Yongjun1-1/+1
2021-03-24bus: ti-sysc: remove unneeded semicolonYang Li1-2/+2
2021-03-18Merge tag 'omap-for-v5.12/fixes-rc1-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixesArnd Bergmann2-3/+5
2021-03-16bus: mhi: core: Check state before processing power_downJeffrey Hugo1-2/+10
2021-03-16bus: mhi: core: Return EAGAIN if MHI ring is fullFan Wu1-1/+1
2021-03-15bus: mhi: core: remove redundant initialization of variables state and eeColin Ian King1-2/+2