summaryrefslogtreecommitdiffstats
path: root/drivers/bus
AgeCommit message (Expand)AuthorFilesLines
2020-10-02bus: mhi: core: Introduce sysfs entries for MHIBhaumik Bhatt1-0/+37
2020-10-02bus: mhi: core: Introduce debugfs entries for MHIBhaumik Bhatt5-0/+450
2020-10-02bus: mhi: Fix entries based on Kconfig coding styleBhaumik Bhatt1-6/+6
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: Read and save device hardware information from BHIBhaumik Bhatt1-1/+16
2020-10-02bus: mhi: core: Introduce counters to track MHI device state transitionsBhaumik Bhatt1-0/+4
2020-10-02bus: mhi: core: Introduce helper function to check device stateBhaumik Bhatt1-0/+5
2020-10-02bus: mhi: core: Use generic name field for an MHI deviceBhaumik Bhatt2-5/+6
2020-10-02bus: mhi: core: Trigger host resume if suspended during mhi_device_get()Bhaumik Bhatt1-0/+3
2020-10-02bus: mhi: core: Use helper API to trigger a non-blocking host resumeBhaumik Bhatt3-23/+18
2020-10-02bus: mhi: core: Abort suspends due to outgoing pending packetsBhaumik Bhatt1-2/+4
2020-10-02bus: mhi: core: Remove double occurrence for mhi_ctrl_ev_task() declarationBhaumik Bhatt1-1/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-06Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2-1/+16
2020-08-05Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-20/+73
2020-08-03Merge tag 'arm-dt-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-2/+4
2020-08-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds4-56/+96
2020-07-28bus: fsl-mc: Add ACPI support for fsl-mcMakarand Pawagi2-33/+77
2020-07-28bus/fsl-mc: Refactor the MSI domain creation in the DPRC driverDiana Craciun4-39/+33
2020-07-28of/device: Add input id to of_dma_configure()Lorenzo Pieralisi1-1/+3
2020-07-27Merge 5.8-rc7 into char-misc-nextGreg Kroah-Hartman1-0/+22
2020-07-25Merge tag 'timers-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+22
2020-07-23bus: fsl-mc: probe the allocatable objects firstGrigore Popescu1-17/+40
2020-07-23bus: fsl-mc: use raw spin lock to serialize mc cmdsLaurentiu Tudor2-3/+3
2020-07-23bus: fsl-mc: add missing device typesIoana Ciornei1-0/+30
2020-07-21clocksource/drivers/timer-ti-dm: Fix suspend and resume for am3 and am4Tony Lindgren1-0/+22
2020-07-21bus: cdmm: Add MIPS R5 arch supportSerge Semin1-1/+1
2020-07-21mips: cdmm: Add mti,mips-cdmm dtb node supportSerge Semin1-0/+15
2020-07-13bus: ti-sysc: Add missing quirk flags for usb_host_hsTony Lindgren1-2/+4
2020-07-02bus: ti-sysc: Do not disable on suspend for no-idleTony Lindgren1-2/+4
2020-07-02bus: ti-sysc: Fix sleeping function called from invalid context for RTC quirkTony Lindgren1-2/+2
2020-07-02bus: ti-sysc: Fix wakeirq sleeping function called from invalid contextTony Lindgren1-7/+6
2020-06-28Merge tag 'omap-for-v5.8/fixes-merge-window-signed' of git://git.kernel.org/p...Arnd Bergmann1-24/+74
2020-06-16Merge tag 'v5.8-rc1' into fixesTony Lindgren12-234/+1571
2020-06-10Revert "bus: ti-sysc: Increase max softreset wait"Tony Lindgren1-1/+1
2020-06-08Merge branch 'fixes-v5.7' into fixesTony Lindgren4-21/+15
2020-06-07Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-156/+362
2020-06-04Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-0/+767
2020-06-04Merge tag 'arm-soc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds5-78/+442
2020-06-03bus: ti-sysc: Increase max softreset waitTony Lindgren1-1/+1
2020-06-03bus: ti-sysc: Fix uninitialized framedonetv_irqTony Lindgren1-1/+2
2020-06-03bus: ti-sysc: Ignore clockactivity unless specified as a quirkTony Lindgren1-3/+6
2020-06-03bus: ti-sysc: Use optional clocks on for enable and wait for softreset bitTony Lindgren1-20/+60
2020-05-30bus: ti-sysc: Flush posted write on enable and disableTony Lindgren1-0/+6
2020-05-28bus: bt1-axi: Build the driver into the kernelSerge Semin1-1/+1
2020-05-28bus: bt1-apb: Build the driver into the kernelSerge Semin1-1/+1
2020-05-28bus: bt1-axi: Use sysfs_streq instead of strncmpSerge Semin1-2/+2
2020-05-28bus: bt1-axi: Optimize the return points in the driverSerge Semin1-12/+6
2020-05-28bus: bt1-apb: Use sysfs_streq instead of strncmpSerge Semin1-2/+2