summaryrefslogtreecommitdiffstats
path: root/drivers/bus
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-075-156/+362
|\
| * bus: mhi: core: Handle syserr during power_upJeffrey Hugo2020-05-221-0/+27
| * bus: mhi: core: Handle write lock properly in mhi_pm_m0_transitionHemant Kumar2020-05-221-3/+7
| * bus: mhi: core: Do not process SYS_ERROR if RDDM is supportedHemant Kumar2020-05-221-3/+8
| * bus: mhi: core: Skip handling BHI irq if MHI reg access is not allowedHemant Kumar2020-05-221-7/+14
| * bus: mhi: core: Handle disable transitions in state workerHemant Kumar2020-05-223-1/+12
| * bus: mhi: core: Remove the system error worker threadHemant Kumar2020-05-224-23/+20
| * bus: mhi: core: Ensure non-zero session or sequence ID values are usedBhaumik Bhatt2020-05-222-8/+8
| * bus: mhi: core: Improve debug logs for loading firmwareBhaumik Bhatt2020-05-221-3/+18
| * bus: mhi: core: Return appropriate error codes for AMSS load failureBhaumik Bhatt2020-05-221-11/+12
| * bus: mhi: core: Handle firmware load using state workerBhaumik Bhatt2020-05-224-21/+5
| * bus: mhi: core: Read transfer length from an event properlyHemant Kumar2020-05-221-2/+7
| * bus: mhi: core: Add range check for channel id received in event ringHemant Kumar2020-05-221-11/+29
| * bus: mhi: core: Cache intmod from mhi event to mhi channelHemant Kumar2020-05-221-0/+4
| * bus: mhi: core: Refactor mhi queue APIsHemant Kumar2020-05-222-63/+47
| * Merge 5.7-rc5 into char-misc-nextGreg Kroah-Hartman2020-05-114-21/+13
| |\
| * | bus: mhi: core: Add support for MHI suspend and resumeManivannan Sadhasivam2020-04-282-1/+145
* | | Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-044-0/+767
|\ \ \
| * | | bus: bt1-axi: Build the driver into the kernelSerge Semin2020-05-281-1/+1
| * | | bus: bt1-apb: Build the driver into the kernelSerge Semin2020-05-281-1/+1
| * | | bus: bt1-axi: Use sysfs_streq instead of strncmpSerge Semin2020-05-281-2/+2
| * | | bus: bt1-axi: Optimize the return points in the driverSerge Semin2020-05-281-12/+6
| * | | bus: bt1-apb: Use sysfs_streq instead of strncmpSerge Semin2020-05-281-2/+2
| * | | bus: bt1-apb: Use PTR_ERR_OR_ZERO to return from request-regs methodSerge Semin2020-05-281-4/+2
| * | | bus: bt1-apb: Fix show/store callback identationsSerge Semin2020-05-281-4/+4
| * | | bus: bt1-apb: Include linux/io.hSerge Semin2020-05-281-0/+1
| * | | bus: Add Baikal-T1 APB-bus driverSerge Semin2020-05-283-0/+438
| * | | bus: Add Baikal-T1 AXI-bus driverSerge Semin2020-05-283-0/+336
| |/ /
* | | Merge tag 'arm-soc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2020-06-045-78/+442
|\ \ \
| * \ \ Merge tag 'omap-for-v5.8/timer-signed' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann2020-05-261-7/+18
| |\ \ \
| | * | | bus: ti-sysc: Timers no longer need legacy quirk handlingTony Lindgren2020-05-191-7/+7
| | * | | bus: ti-sysc: Ignore timer12 on secure omap3Tony Lindgren2020-05-191-0/+11
| | |/ /
| * | | bus: arm-integrator-lm: Fix return value check in integrator_ap_lm_probe()Wei Yongjun2020-05-261-2/+2
| * | | Merge tag 'vexpress-modules-for-soc-v2' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann2020-05-152-70/+286
| |\ \ \
| | * | | bus: vexpress-config: Support building as moduleRob Herring2020-05-132-7/+5
| | * | | vexpress: Move setting master site to vexpress-config busRob Herring2020-05-131-4/+33
| | * | | bus: vexpress-config: simplify config bus probingRob Herring2020-05-131-97/+21
| | * | | bus: vexpress-config: Merge vexpress-syscfg into vexpress-configRob Herring2020-05-131-9/+274
| | |/ /
| * / / bus: Add driver for Integrator/AP logic modulesLinus Walleij2020-04-283-1/+138
| |/ /
* | / bus: mhi: core: Fix some error return codeWei Yongjun2020-05-151-0/+2
| |/ |/|
* | bus: mhi: core: Fix channel device name conflictJeffrey Hugo2020-05-051-1/+2
* | bus: mhi: core: Offload register accesses to the controllerJeffrey Hugo2020-05-053-14/+4
* | bus: mhi: core: Remove link_status() callbackJeffrey Hugo2020-05-052-7/+4
* | bus: mhi: core: Make sure to powerdown if mhi_sync_power_up failsJeffrey Hugo2020-05-051-1/+5
* | bus: mhi: core: Fix a NULL vs IS_ERR check in mhi_create_devices()Dan Carpenter2020-04-281-1/+1
|/
* Merge tag 'arm-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-04-032-91/+540
|\
| * Merge tag 'omap-for-v5.7/ti-sysc-fix-signed' of git://git.kernel.org/pub/scm/...Arnd Bergmann2020-03-251-1/+2
| |\
| | * Merge branch 'fix-lcdc-quirk' into omap-for-v5.7/ti-syscTony Lindgren2020-03-101-1/+2
| | |\
| * | | Merge tag 'omap-for-v5.7/ti-sysc-signed' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann2020-03-251-90/+516
| |\| |
| | * | bus: ti-sysc: Add support for PRUSS SYSC typeSuman Anna2020-03-041-0/+27