summaryrefslogtreecommitdiffstats
path: root/drivers/bus
Commit message (Expand)AuthorAgeFilesLines
* 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
| * arm-cci: Add helper to enable PMU without synchornising countersSuzuki K Poulose2016-02-291-5/+10
| * arm-cci: Add routines to save/restore all countersSuzuki K Poulose2016-02-291-0/+38
| * arm-cci: Get the status of a counterSuzuki K Poulose2016-02-291-0/+6
| * arm-cci: write_counter: Remove redundant checkSuzuki K Poulose2016-02-291-10/+3
| * arm-cci: Delay PMU counter writes to pmu::pmu_enableSuzuki K Poulose2016-02-291-5/+52
| * arm-cci: Refactor CCI PMU enable/disable methodsSuzuki K Poulose2016-02-291-10/+22
| * arm-cci: Group writes to counterSuzuki K Poulose2016-02-291-0/+15
| * arm-cci: fix handling cpumask_any_but return valueAndrzej Hajda2016-02-291-1/+1
| * arm-cci: simplify sysfs attr handlingMark Rutland2016-02-291-75/+25
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-202-3/+3
|\ \