summaryrefslogtreecommitdiffstats
path: root/drivers/bus
AgeCommit message (Expand)AuthorLines
2021-12-17bus: mhi: pci_generic: Introduce Sierra EM919X supportThomas Perrot-0/+43
2021-12-17bus: mhi: core: Use correctly sized arguments for bit fieldKees Cook-1/+2
2021-12-17bus: mhi: core: Add an API for auto queueing buffers for DL channelManivannan Sadhasivam-5/+22
2021-12-17bus: mhi: core: Fix race while handling SYS_ERR at power upManivannan Sadhasivam-23/+12
2021-12-17bus: mhi: core: Fix reading wake_capable channel configurationBhaumik Bhatt-0/+1
2021-12-17bus: mhi: pci_generic: Simplify code and axe the use of a deprecated APIChristophe JAILLET-7/+1
2021-12-17bus: mhi: core: Minor style and comment fixesManivannan Sadhasivam-2/+3
2021-12-17bus: mhi: core: Use macros for execution environment featuresBhaumik Bhatt-3/+4
2021-12-17bus: mhi: pci_generic: Graceful shutdown on freezeLoic Poulain-1/+1
2021-12-17bus: mhi: pci_generic: Add new device ID support for T99W175Slark Xiao-0/+3
2021-12-09bus: mhi: core: Add support for forced PM resumeLoic Poulain-3/+18
2021-12-03bus: mhi: pci_generic: Fix device recovery failed issueSlark Xiao-1/+1
2021-11-13Merge tag 'mips_5.16_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds-1/+1
2021-11-09MIPS: Allow modules to set board_be_handlerFlorian Fainelli-1/+1
2021-11-03Merge tag 'drivers-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds-41/+251
2021-11-03Merge tag 'vfio-v5.16-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds-5/+140
2021-10-20Merge tag 'sunxi-drivers-for-5.16-1' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann-4/+3
2021-10-17Merge tag 'driver-core-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-16/+40
2021-10-13Merge tag 'arm-soc/for-5.16/drivers' of https://github.com/Broadcom/stblinux ...Arnd Bergmann-2/+7
2021-10-13bus: sun50i-de2: Adjust printing error messageJernej Skrabec-4/+3
2021-10-06bus: ti-sysc: Fix variable set but not used warning for reinit_modulesTony Lindgren-2/+1
2021-10-06bus: ti-sysc: Use CLKDM_NOAUTO for dra7 dcan1 for errata i893Tony Lindgren-0/+3
2021-10-06Merge branch 'pruss-fix' into fixesTony Lindgren-136/+738
2021-10-05drivers: bus: Delete CONFIG_SIMPLE_PM_BUSSaravana Kannan-13/+1
2021-10-05drivers: bus: simple-pm-bus: Add support for probing simple bus only devicesSaravana Kannan-3/+39
2021-09-28bus/fsl-mc: Add generic implementation for open/reset/close commandsDiana Craciun-5/+140
2021-09-27bus: brcmstb_gisb: Allow building as moduleFlorian Fainelli-2/+7
2021-09-21bus: ti-sysc: Drop legacy quirk flag for shamTony Lindgren-2/+1
2021-09-21bus: ti-sysc: Drop legacy quirk flag for gpioTony Lindgren-2/+2
2021-09-21bus: ti-sysc: Handle otg force idle quirkTony Lindgren-1/+23
2021-09-21bus: ti-sysc: Use context lost quirk for otgTony Lindgren-1/+1
2021-09-21bus: ti-sysc: Use context lost quirks for gpmcTony Lindgren-0/+1
2021-09-21bus: ti-sysc: Add quirk handling for reset on re-initTony Lindgren-0/+10
2021-09-21bus: ti-sysc: Add quirk handling for reinit on context lostTony Lindgren-6/+102
2021-09-21bus: ti-sysc: Check for lost context in sysc_reinit_module()Tony Lindgren-11/+49
2021-09-21bus: ti-sysc: Fix timekeeping_suspended warning on resumeTony Lindgren-12/+53
2021-09-01Merge tag 'drivers-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds-10/+448
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+1
2021-09-01Merge tag 'char-misc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-108/+234
2021-08-27Revert "bus: mhi: Add inbound buffers allocation flag"Greg Kroah-Hartman-7/+4
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-8/+7
2021-08-26Merge tag 'net-5.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-7/+4
2021-08-26Revert "net: really fix the build..."Kalle Valo-7/+4
2021-08-24Merge 5.14-rc7 into char-misc-nextGreg Kroah-Hartman-1/+3
2021-08-19Merge tag 'omap-for-v5.14/gpt12-fix-signed' of git://git.kernel.org/pub/scm/l...Arnd Bergmann-1/+3
2021-08-19bus: ti-sysc: Add break in switch statement in sysc_init_soc()Nathan Chancellor-0/+1
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+15
2021-08-12Merge tag 'drivers_soc_for_5.15' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann-4/+2
2021-08-12bus: ixp4xx: return on error in ixp4xx_exp_probe()Dan Carpenter-1/+1
2021-08-12Merge tag 'omap-for-v5.15/ti-sysc-signed' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann-13/+18