summaryrefslogtreecommitdiffstats
path: root/drivers/bus
Commit message (Expand)AuthorAgeFilesLines
* 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-03-011-3/+0Star
| * arm-cci: don't return value from void functionWill Deacon2016-03-011-2/+2
| * arm-cci: make private functions staticWill Deacon2016-03-011-2/+2
| * arm-cci: CoreLink CCI-550 PMU driverSuzuki K Poulose2016-03-012-5/+88
| * arm-cci500: Rearrange PMU driver for code sharing with CCI-550 PMUSuzuki K Poulose2016-03-012-109/+113
| * arm-cci: CCI-500: Work around PMU counter writesSuzuki K Poulose2016-03-011-0/+66
| * arm-cci: Provide hook for writing to PMU countersSuzuki K Poulose2016-03-011-1/+10
| * arm-cci: Add helper to enable PMU without synchornising countersSuzuki K Poulose2016-03-011-5/+10
| * arm-cci: Add routines to save/restore all countersSuzuki K Poulose2016-03-011-0/+38
| * arm-cci: Get the status of a counterSuzuki K Poulose2016-03-011-0/+6
| * arm-cci: write_counter: Remove redundant checkSuzuki K Poulose2016-03-011-10/+3Star
| * arm-cci: Delay PMU counter writes to pmu::pmu_enableSuzuki K Poulose2016-03-011-5/+52
| * arm-cci: Refactor CCI PMU enable/disable methodsSuzuki K Poulose2016-03-011-10/+22
| * arm-cci: Group writes to counterSuzuki K Poulose2016-03-011-0/+15
| * arm-cci: fix handling cpumask_any_but return valueAndrzej Hajda2016-03-011-1/+1
| * arm-cci: simplify sysfs attr handlingMark Rutland2016-03-011-75/+25Star
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-202-3/+3
|\ \
| * | bus: imx-weim: Take the 'status' property value into accountFabio Estevam2016-03-131-1/+1
| * | Merge tag 'sunxi-drivers-for-4.6' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2016-03-011-2/+2
| |\ \
| | * | drivers: sunxi-rsb: fix error output typeAndre Przywara2016-01-251-2/+2
| | |/
* | / bus: mvebu-mbus: provide api for obtaining IO and DRAM window informationMarcin Wojtas2016-03-141-0/+52
|/ /
* | Merge tag 'vexpress-for-v4.5/fixes-rc2' of git://git.kernel.org/pub/scm/linux...Olof Johansson2016-02-011-1/+3
|\ \
| * | bus: vexpress-config: Add missing of_node_putAmitoj Kaur Chawla2016-02-011-1/+3
| |/
* / bus: uniphier-system-bus: revive tristate promptMasahiro Yamada2016-02-011-1/+1
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-01-213-0/+290
|\
| * bus: uniphier: allow only built-in driverArnd Bergmann2015-12-311-1/+1
| * bus: uniphier-system-bus: add UniPhier System Bus driverMasahiro Yamada2015-12-223-0/+290
* | bus: sunxi-rsb: Fix peripheral IC mapping runtime addressChen-Yu Tsai2015-12-221-1/+1
* | bus: sunxi-rsb: Fix primary PMIC mapping hardware addressChen-Yu Tsai2015-12-221-1/+1
* | Merge tag 'sunxi-fixes-for-4.4' of https://git.kernel.org/pub/scm/linux/kerne...Kevin Hilman2015-12-151-2/+2
|\ \ | |/ |/|
| * bus: sunxi-rsb: unlock on error in sunxi_rsb_read()Dan Carpenter2015-11-171-2/+2
* | Merge branch 'x15-audio-fixes' into omap-for-v4.4/fixesTony Lindgren2015-11-124-2/+798
|\|
| * Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-11-113-0/+795
| |\
| | * bus: sunxi-rsb: Add driver for Allwinner Reduced Serial BusChen-Yu Tsai2015-10-263-0/+795
| * | bus: arm-ccn: Fix irq affinity setting on CPU migrationPawel Moll2015-10-151-1/+2
| * | bus: arm-ccn: Handle correctly no-more-cpus casePawel Moll2015-10-151-1/+1
* | | bus: omap-ocp2scp: Fix module aliasAxel Lin2015-10-131-1/+1
|/ /
* / arm-cci500: Don't enable PMU driver by defaultSuzuki K. Poulose2015-09-291-1/+0Star
|/
* Merge tag 'regmap-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2015-09-091-1/+1
|\
| * mfd: vexpress: Add parentheses around bridge->ops->regmap_init callNicolas Boichat2015-08-071-1/+1
* | MIPS: Remove "weak" from mips_cdmm_phys_base() declarationBjorn Helgaas2015-09-031-1/+13
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-06-263-232/+974
|\
| * Merge tag 'mvebu-drivers-4.2' of git://git.infradead.org/linux-mvebu into nex...Arnd Bergmann2015-06-011-37/+83
| |\
| * | arm-cci: Add aliases for PMU eventsSuzuki K. Poulose2015-05-291-1/+295
| * | arm-cci: Add CCI-500 PMU supportSuzuki K. Poulose2015-05-292-0/+147
| * | arm-cci: Sanitise CCI400 PMU driver specific codeSuzuki K. Poulose2015-05-292-65/+97
| * | arm-cci: Abstract handling for CCI eventsSuzuki K. Poulose2015-05-291-23/+55
| * | arm-cci: Abstract out the PMU counter detailsSuzuki K. Poulose2015-05-291-30/+93
| * | arm-cci: Cleanup PMU driver codeSuzuki K. Poulose2015-05-291-62/+80