summaryrefslogtreecommitdiff
path: root/drivers/bus
AgeCommit message (Expand)Author
2020-06-07Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-04Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-06-04Merge tag 'arm-soc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2020-05-28bus: bt1-axi: Build the driver into the kernelSerge Semin
2020-05-28bus: bt1-apb: Build the driver into the kernelSerge Semin
2020-05-28bus: bt1-axi: Use sysfs_streq instead of strncmpSerge Semin
2020-05-28bus: bt1-axi: Optimize the return points in the driverSerge Semin
2020-05-28bus: bt1-apb: Use sysfs_streq instead of strncmpSerge Semin
2020-05-28bus: bt1-apb: Use PTR_ERR_OR_ZERO to return from request-regs methodSerge Semin
2020-05-28bus: bt1-apb: Fix show/store callback identationsSerge Semin
2020-05-28bus: bt1-apb: Include linux/io.hSerge Semin
2020-05-28bus: Add Baikal-T1 APB-bus driverSerge Semin
2020-05-28bus: Add Baikal-T1 AXI-bus driverSerge Semin
2020-05-26Merge tag 'omap-for-v5.8/timer-signed' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann
2020-05-26bus: arm-integrator-lm: Fix return value check in integrator_ap_lm_probe()Wei Yongjun
2020-05-22bus: mhi: core: Handle syserr during power_upJeffrey Hugo
2020-05-22bus: mhi: core: Handle write lock properly in mhi_pm_m0_transitionHemant Kumar
2020-05-22bus: mhi: core: Do not process SYS_ERROR if RDDM is supportedHemant Kumar
2020-05-22bus: mhi: core: Skip handling BHI irq if MHI reg access is not allowedHemant Kumar
2020-05-22bus: mhi: core: Handle disable transitions in state workerHemant Kumar
2020-05-22bus: mhi: core: Remove the system error worker threadHemant Kumar
2020-05-22bus: mhi: core: Ensure non-zero session or sequence ID values are usedBhaumik Bhatt
2020-05-22bus: mhi: core: Improve debug logs for loading firmwareBhaumik Bhatt
2020-05-22bus: mhi: core: Return appropriate error codes for AMSS load failureBhaumik Bhatt
2020-05-22bus: mhi: core: Handle firmware load using state workerBhaumik Bhatt
2020-05-22bus: mhi: core: Read transfer length from an event properlyHemant Kumar
2020-05-22bus: mhi: core: Add range check for channel id received in event ringHemant Kumar
2020-05-22bus: mhi: core: Cache intmod from mhi event to mhi channelHemant Kumar
2020-05-22bus: mhi: core: Refactor mhi queue APIsHemant Kumar
2020-05-19bus: ti-sysc: Timers no longer need legacy quirk handlingTony Lindgren
2020-05-19bus: ti-sysc: Ignore timer12 on secure omap3Tony Lindgren
2020-05-15Merge tag 'vexpress-modules-for-soc-v2' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann
2020-05-15bus: mhi: core: Fix some error return codeWei Yongjun
2020-05-13bus: vexpress-config: Support building as moduleRob Herring
2020-05-13vexpress: Move setting master site to vexpress-config busRob Herring
2020-05-13bus: vexpress-config: simplify config bus probingRob Herring
2020-05-13bus: vexpress-config: Merge vexpress-syscfg into vexpress-configRob Herring
2020-05-11Merge 5.7-rc5 into char-misc-nextGreg Kroah-Hartman
2020-05-05bus: mhi: core: Fix channel device name conflictJeffrey Hugo
2020-05-05bus: mhi: core: Offload register accesses to the controllerJeffrey Hugo
2020-05-05bus: mhi: core: Remove link_status() callbackJeffrey Hugo
2020-05-05bus: mhi: core: Make sure to powerdown if mhi_sync_power_up failsJeffrey Hugo
2020-04-28bus: Add driver for Integrator/AP logic modulesLinus Walleij
2020-04-28bus: mhi: core: Fix a NULL vs IS_ERR check in mhi_create_devices()Dan Carpenter
2020-04-28bus: mhi: core: Add support for MHI suspend and resumeManivannan Sadhasivam
2020-04-03Merge tag 'arm-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-04-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-03-30bus: fsl-mc: add api to retrieve mc versionAndrei Botila
2020-03-26bus: mhi: core: Drop the references to mhi_dev in mhi_destroy_device()Manivannan Sadhasivam