summaryrefslogtreecommitdiffstats
path: root/drivers/bus
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-0415-0/+4902
|\
| * bus: fsl-mc: add fsl_mc_allocator cleanup functionIoana Ciornei2018-03-232-0/+7
| * bus: fsl-mc: change mc_command in fsl_mc_commandIoana Ciornei2018-03-236-41/+41
| * Merge 4.16-rc6 into staging-nextGreg Kroah-Hartman2018-03-191-1/+1
| |\
| * | staging: fsl-mc: Move DPCON out of stagingBogdan Purcareata2018-03-143-0/+271
| * | staging: fsl-mc: Move DPBP out of stagingBogdan Purcareata2018-03-143-0/+226
| * | staging: fsl-mc: merge fix for CONFIG_FSL_MC_BUS movingStephen Rothwell2018-02-261-1/+1
| * | staging: fsl-mc: Move core bus out of stagingBogdan Purcareata2018-02-2213-0/+4398
* | | perf: Fix sibling iterationPeter Zijlstra2018-03-162-3/+3
* | | perf/core: Remove perf_event::group_entryPeter Zijlstra2018-03-122-2/+2
| |/ |/|
* | bus: ti-sysc: Fix checking of no-reset-on-init quirkTony Lindgren2018-02-151-1/+1
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-02-013-27/+469
|\
| * Merge tag 'omap-for-v4.16/ti-sysc-fix-signed' of ssh://gitolite.kernel.org/pu...Arnd Bergmann2018-01-261-1/+1
| |\
| | * bus: ti-sysc: Fix smartreflex sysc maskTony Lindgren2018-01-221-1/+1
| * | bus: omap: add MODULE_LICENSE tagsArnd Bergmann2018-01-112-0/+11
| * | Merge tag 'omap-for-v4.16/ti-sysc-signed' of git://git.kernel.org/pub/scm/lin...Olof Johansson2018-01-041-27/+458
| |\|
| | * bus: ti-sysc: Add parsing of module capabilitiesTony Lindgren2017-12-211-0/+100
| | * bus: ti-sysc: Handle module quirks based dts configurationTony Lindgren2017-12-211-18/+96
| | * bus: ti-sysc: Detect i2c interconnect target module based on register layoutTony Lindgren2017-12-211-0/+17
| | * bus: ti-sysc: Add register bits for interconnect target modulesTony Lindgren2017-12-211-10/+246
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'pm-domains', 'pm-kconfig', 'pm-cpuidle' and 'powercap'Rafael J. Wysocki2018-01-181-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | / | | | |/
| | * / bus: simple-pm-bus: convert bool SIMPLE_PM_BUS to tristatePaul Gortmaker2017-12-131-1/+1
| | |/
* | | Merge tag 'sunxi-fixes-for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/k...Arnd Bergmann2018-01-041-0/+1
|\ \ \ | |/ / |/| |
| * | sunxi-rsb: Include OF based modalias in device ueventStefan BrĂ¼ns2017-12-051-0/+1
| |/
* | bus: arm-ccn: fix module unloading Error: Removing state 147 which has instan...Kim Phillips2017-12-041-1/+1
* | bus: arm-cci: Fix use of smp_processor_id() in preemptible contextMarc Zyngier2017-12-041-2/+5
* | bus: arm-ccn: Fix use of smp_processor_id() in preemptible contextMarc Zyngier2017-12-041-1/+3
* | bus: arm-ccn: Simplify codeChristophe JAILLET2017-12-041-4/+2
* | bus: arm-ccn: Check memory allocation failureChristophe JAILLET2017-12-041-0/+5
* | bus: arm-ccn: constify attribute_group structures.Arvind Yadav2017-12-041-4/+4
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-163-0/+384
|\
| * bus: add driver for the Technologic Systems NBUSSebastien Bourdelin2017-11-073-0/+384
* | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2017-11-163-0/+591
|\ \
| * | bus: ti-sysc: Fix unbalanced pm_runtime_enable by adding removeTony Lindgren2017-10-131-0/+25
| * | bus: ti-sysc: mark PM functions as __maybe_unusedArnd Bergmann2017-10-131-2/+2
| * | bus: ti-sysc: Add minimal TI sysc interconnect target driverTony Lindgren2017-10-103-0/+566
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-151-0/+1
|\ \
| * | arm-ccn: perf: Prevent module unload while PMU is in useSuzuki K Poulose2017-11-031-0/+1
| |/
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* | bus: mbus: fix window size calculation for 4GB windowsJan Luebbe2017-10-121-1/+1
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-09-104-22/+22
|\
| * Merge tag 'sunxi-drivers-for-4.14' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2017-08-211-1/+1
| |\
| | * bus: sunxi-rsb: Enable by default for ARM64Jagan Teki2017-08-181-1/+1
| * | bus: Convert to using %pOF instead of full_nameRob Herring2017-08-163-21/+21
* | | Merge tag 'omap-for-v4.14/fixes-not-urgent-v2-signed' of git://git.kernel.org...Arnd Bergmann2017-08-191-2/+7
|\ \ \ | |/ / |/| |
| * | bus: omap-ocp2scp: Fix error handling in omap_ocp2scp_probeKishon Vijay Abraham I2017-07-121-2/+7
* | | bus: uniphier-system-bus: set up registers when resumingMasahiro Yamada2017-08-041-0/+14
| |/ |/|
* | Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-07-091-1/+0
|\ \
| * | bus: SIMPLE_PM_BUS does not depend on ARCH_RENESASRob Clark2017-06-171-1/+0
| |/
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-07-042-50/+73
|\ \