aboutsummaryrefslogtreecommitdiff
path: root/drivers/bus
AgeCommit message (Expand)AuthorFilesLines
2020-06-07Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-156/+362
2020-06-04Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-0/+767
2020-06-04Merge tag 'arm-soc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 5-78/+442
2020-05-28bus: bt1-axi: Build the driver into the kernelGravatar Serge Semin 1-1/+1
2020-05-28bus: bt1-apb: Build the driver into the kernelGravatar Serge Semin 1-1/+1
2020-05-28bus: bt1-axi: Use sysfs_streq instead of strncmpGravatar Serge Semin 1-2/+2
2020-05-28bus: bt1-axi: Optimize the return points in the driverGravatar Serge Semin 1-12/+6
2020-05-28bus: bt1-apb: Use sysfs_streq instead of strncmpGravatar Serge Semin 1-2/+2
2020-05-28bus: bt1-apb: Use PTR_ERR_OR_ZERO to return from request-regs methodGravatar Serge Semin 1-4/+2
2020-05-28bus: bt1-apb: Fix show/store callback identationsGravatar Serge Semin 1-4/+4
2020-05-28bus: bt1-apb: Include linux/io.hGravatar Serge Semin 1-0/+1
2020-05-28bus: Add Baikal-T1 APB-bus driverGravatar Serge Semin 3-0/+438
2020-05-28bus: Add Baikal-T1 AXI-bus driverGravatar Serge Semin 3-0/+336
2020-05-26Merge tag 'omap-for-v5.8/timer-signed' of git://git.kernel.org/pub/scm/linux/...Gravatar Arnd Bergmann 1-7/+18
2020-05-26bus: arm-integrator-lm: Fix return value check in integrator_ap_lm_probe()Gravatar Wei Yongjun 1-2/+2
2020-05-22bus: mhi: core: Handle syserr during power_upGravatar Jeffrey Hugo 1-0/+27
2020-05-22bus: mhi: core: Handle write lock properly in mhi_pm_m0_transitionGravatar Hemant Kumar 1-3/+7
2020-05-22bus: mhi: core: Do not process SYS_ERROR if RDDM is supportedGravatar Hemant Kumar 1-3/+8
2020-05-22bus: mhi: core: Skip handling BHI irq if MHI reg access is not allowedGravatar Hemant Kumar 1-7/+14
2020-05-22bus: mhi: core: Handle disable transitions in state workerGravatar Hemant Kumar 3-1/+12
2020-05-22bus: mhi: core: Remove the system error worker threadGravatar Hemant Kumar 4-23/+20
2020-05-22bus: mhi: core: Ensure non-zero session or sequence ID values are usedGravatar Bhaumik Bhatt 2-8/+8
2020-05-22bus: mhi: core: Improve debug logs for loading firmwareGravatar Bhaumik Bhatt 1-3/+18
2020-05-22bus: mhi: core: Return appropriate error codes for AMSS load failureGravatar Bhaumik Bhatt 1-11/+12
2020-05-22bus: mhi: core: Handle firmware load using state workerGravatar Bhaumik Bhatt 4-21/+5
2020-05-22bus: mhi: core: Read transfer length from an event properlyGravatar Hemant Kumar 1-2/+7
2020-05-22bus: mhi: core: Add range check for channel id received in event ringGravatar Hemant Kumar 1-11/+29
2020-05-22bus: mhi: core: Cache intmod from mhi event to mhi channelGravatar Hemant Kumar 1-0/+4
2020-05-22bus: mhi: core: Refactor mhi queue APIsGravatar Hemant Kumar 2-63/+47
2020-05-19bus: ti-sysc: Timers no longer need legacy quirk handlingGravatar Tony Lindgren 1-7/+7
2020-05-19bus: ti-sysc: Ignore timer12 on secure omap3Gravatar Tony Lindgren 1-0/+11
2020-05-15Merge tag 'vexpress-modules-for-soc-v2' of git://git.kernel.org/pub/scm/linux...Gravatar Arnd Bergmann 2-70/+286
2020-05-15bus: mhi: core: Fix some error return codeGravatar Wei Yongjun 1-0/+2
2020-05-13bus: vexpress-config: Support building as moduleGravatar Rob Herring 2-7/+5
2020-05-13vexpress: Move setting master site to vexpress-config busGravatar Rob Herring 1-4/+33
2020-05-13bus: vexpress-config: simplify config bus probingGravatar Rob Herring 1-97/+21
2020-05-13bus: vexpress-config: Merge vexpress-syscfg into vexpress-configGravatar Rob Herring 1-9/+274
2020-05-11Merge 5.7-rc5 into char-misc-nextGravatar Greg Kroah-Hartman 4-21/+13
2020-05-05bus: mhi: core: Fix channel device name conflictGravatar Jeffrey Hugo 1-1/+2
2020-05-05bus: mhi: core: Offload register accesses to the controllerGravatar Jeffrey Hugo 3-14/+4
2020-05-05bus: mhi: core: Remove link_status() callbackGravatar Jeffrey Hugo 2-7/+4
2020-05-05bus: mhi: core: Make sure to powerdown if mhi_sync_power_up failsGravatar Jeffrey Hugo 1-1/+5
2020-04-28bus: Add driver for Integrator/AP logic modulesGravatar Linus Walleij 3-1/+138
2020-04-28bus: mhi: core: Fix a NULL vs IS_ERR check in mhi_create_devices()Gravatar Dan Carpenter 1-1/+1
2020-04-28bus: mhi: core: Add support for MHI suspend and resumeGravatar Manivannan Sadhasivam 2-1/+145
2020-04-03Merge tag 'arm-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-91/+540
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 10-0/+5008
2020-04-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-16/+17
2020-03-30bus: fsl-mc: add api to retrieve mc versionGravatar Andrei Botila 1-16/+17
2020-03-26bus: mhi: core: Drop the references to mhi_dev in mhi_destroy_device()Gravatar Manivannan Sadhasivam 2-0/+25