summaryrefslogtreecommitdiffstats
path: root/drivers/bus
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-10-074-25/+420
|\
| * bus: qcom-ebi2: depend on HAS_IOMEMLinus Walleij2016-10-021-0/+1
| * Merge tag 'qcom-ebi2-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2016-09-213-0/+416
| |\
| | * bus: qcom: add EBI2 driverLinus Walleij2016-09-083-0/+416
| * | bus: tegra-aconnect: Use of_pm_clk_add_clk()Jon Hunter2016-08-161-20/+2
| * | bus: tegra-aconnect: Make symbol tristateThierry Reding2016-08-161-5/+1
| |/
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-033-118/+51
|\ \
| * | MIPS/BUS/CDMM: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-061-58/+12
| * | bus/arm-ccn: Use cpu-hp's multi instance support instead custom listSebastian Andrzej Siewior2016-09-021-33/+21
| * | bus/arm-cci: Use cpu-hp's multi instance support instead custom listSebastian Andrzej Siewior2016-09-021-27/+18
| |/
* | arm-cci: pmu: Fix typo in event nameSuzuki K Poulose2016-09-071-1/+1
* | Merge tag 'ccn/fixes-for-4.8-v2' of git://git.linaro.org/people/pawel.moll/li...Arnd Bergmann2016-09-021-33/+79
|\ \
| * | bus: arm-ccn: make event groups reliableMark Rutland2016-08-261-9/+20
| * | bus: arm-ccn: fix hrtimer registrationMark Rutland2016-08-261-12/+21
| * | bus: arm-ccn: fix PMU interrupt flagsMark Rutland2016-08-261-2/+3
| * | bus: arm-ccn: Add missing event attribute exclusions for host/guestPawel Moll2016-08-171-2/+3
| * | bus: arm-ccn: Correct required arguments for XP PMU eventsPawel Moll2016-08-171-3/+10
| * | bus: arm-ccn: Fix XP watchpoint settings bitmaskPawel Moll2016-08-171-2/+2
| * | bus: arm-ccn: Do not attempt to configure XPs for cycle counterPawel Moll2016-08-171-0/+4
| * | bus: arm-ccn: Fix PMU handling of MNPawel Moll2016-08-171-3/+16
| |/
* | bus: vexpress-config: add missing of_node_put after calling of_parse_phandlePeter Chen2016-08-081-0/+1
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-08-013-0/+126
|\
| * bus: Add support for Tegra ACONNECTJon Hunter2016-07-013-0/+126
* | Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-08-011-5/+5
|\ \
| * | bus: mvebu-mbus: make mvebu_mbus_syscore_ops staticBen Dooks2016-07-111-1/+1
| * | bus: mvebu-mbus: fix __iomem on register pointersBen Dooks2016-07-111-4/+4
| |/
* | Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-07-302-5/+3
|\ \
| * | bus: uniphier-system-bus: use of_platform_default_populate() to populate defa...Kefeng Wang2016-06-231-2/+1
| * | bus: imx-weim: use of_platform_default_populate() to populate default busKefeng Wang2016-06-231-3/+2
| |/
* | bus/arm-ccn: Convert to hotplug statemachineSebastian Andrzej Siewior2016-07-141-29/+28
* | bus/arm-cci: Convert to hotplug statemachineSebastian Andrzej Siewior2016-07-141-30/+23
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-05-192-5/+37
|\
| * MIPS: Remove no longer needed work_on_cpu() callAnna-Maria Gleixner2016-05-131-5/+7
| * BUS: brcmstb_gisb: Hook to MIPS board_be_handlerFlorian Fainelli2016-05-131-0/+30
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-05-182-5/+7
|\ \ | |/ |/|
| * arm-ccn: Enable building as moduleSuzuki K Poulose2016-05-092-4/+5
| * Merge tag 'arm-soc/for-4.7/drivers' of http://github.com/Broadcom/stblinux in...Arnd Bergmann2016-04-251-0/+1
| |\
| | * bus: brcmstb_gisb: Rework dependenciesFlorian Fainelli2016-04-181-0/+1
| * | bus: simple-pm-bus: Use ARCH_RENESASSimon Horman2016-03-281-1/+1
| |/
* | Merge tag 'mvebu-fixes-4.6-1' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson2016-04-121-1/+1
|\ \
| * | bus: mvebu-mbus: use %pa to print phys_addr_tArnd Bergmann2016-03-301-1/+1
| |/
* | bus: uniphier-system-bus: fix condition of overlap checkKunihiko Hayashi2016-04-121-1/+1
|/
* Merge tag 'arm64-perf' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64...Linus Torvalds2016-03-212-203/+428
|\
| * arm-cci: remove unused variableWill Deacon2016-02-291-3/+0
| * arm-cci: don't return value from void functionWill Deacon2016-02-291-2/+2
| * arm-cci: make private functions staticWill Deacon2016-02-291-2/+2
| * arm-cci: CoreLink CCI-550 PMU driverSuzuki K Poulose2016-02-292-5/+88
| * arm-cci500: Rearrange PMU driver for code sharing with CCI-550 PMUSuzuki K Poulose2016-02-292-109/+113
| * arm-cci: CCI-500: Work around PMU counter writesSuzuki K Poulose2016-02-291-0/+66
| * arm-cci: Provide hook for writing to PMU countersSuzuki K Poulose2016-02-291-1/+10
OpenPOWER on IntegriCloud