summaryrefslogtreecommitdiffstats
path: root/drivers/bus
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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
| | |/ /
* | | | Revert "bus: ti-sysc: Increase max softreset wait"Tony Lindgren2020-06-101-1/+1
* | | | Merge branch 'fixes-v5.7' into fixesTony Lindgren2020-06-084-21/+15
|\| | |
| * | | 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
| |/
* | bus: ti-sysc: Increase max softreset waitTony Lindgren2020-06-031-1/+1
* | bus: ti-sysc: Fix uninitialized framedonetv_irqTony Lindgren2020-06-031-1/+2
* | bus: ti-sysc: Ignore clockactivity unless specified as a quirkTony Lindgren2020-06-031-3/+6
* | bus: ti-sysc: Use optional clocks on for enable and wait for softreset bitTony Lindgren2020-06-031-20/+60
* | bus: ti-sysc: Flush posted write on enable and disableTony Lindgren2020-05-301-0/+6
|/
* 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
| | * | bus: ti-sysc: Detect EDMA and set quirk flags for tptcTony Lindgren2020-03-041-0/+5
| | * | bus: ti-sysc: Fix wrong offset for display subsystem reset quirkTony Lindgren2020-03-031-4/+4
| | * | bus: ti-sysc: Implement display subsystem reset quirkTony Lindgren2020-02-261-3/+128
| | * | bus: ti-sysc: Detect display subsystem related devicesTony Lindgren2020-02-261-0/+19
| | * | bus: ti-sysc: Handle module unlock quirk needed for some RTCTony Lindgren2020-02-261-6/+68
| | * | bus: ti-sysc: Implement SoC revision handlingTony Lindgren2020-02-261-1/+193
| | * | bus: ti-sysc: Don't warn about legacy property for nested ti-sysc devicesTony Lindgren2020-02-261-1/+1
| | * | bus: ti-sysc: Consider non-existing registers too when matching quirksTony Lindgren2020-02-261-63/+57
| | * | bus: ti-sysc: Improve reset to work with modules with no sysconfigTony Lindgren2020-02-261-4/+6
| | * | bus: ti-sysc: Rename clk related quirks to pre_reset and post_reset quirksTony Lindgren2020-02-261-16/+16
| * | | Merge tag 'hisi-drivers-for-5.7' of git://github.com/hisilicon/linux-hisi int...Arnd Bergmann2020-03-251-2/+25
| |\ \ \
| | * | | bus: hisi_lpc: Fixup IO ports addresses to avoid use-after-free in host removalJohn Garry2020-02-281-2/+25
* | | | | Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-0310-0/+5008
|\ \ \ \ \
| * | | | | bus: mhi: core: Drop the references to mhi_dev in mhi_destroy_device()Manivannan Sadhasivam2020-03-262-0/+25
| * | | | | bus: mhi: core: Initialize bhie field in mhi_cntrl for RDDM captureManivannan Sadhasivam2020-03-261-1/+2
| * | | | | bus: mhi: core: Add support for reading MHI info from deviceManivannan Sadhasivam2020-03-262-2/+27
| * | | | | bus: mhi: core: Pass module owner during client driver registrationManivannan Sadhasivam2020-03-241-2/+3
| * | | | | bus/mhi: fix printk format for size_tRandy Dunlap2020-03-241-1/+1
| * | | | | bus: mhi: core: Add uevent support for module autoloadingManivannan Sadhasivam2020-03-191-0/+9
| * | | | | bus: mhi: core: Add support for data transferManivannan Sadhasivam2020-03-194-8/+899
| * | | | | bus: mhi: core: Add support for processing events from client deviceManivannan Sadhasivam2020-03-193-0/+496
| * | | | | bus: mhi: core: Add support for downloading RDDM image during panicManivannan Sadhasivam2020-03-194-0/+225