summaryrefslogtreecommitdiffstats
path: root/drivers/bus (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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/+3
* 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/+25
* 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/+0
|/
* 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
| * | arm-cci: Do not enable CCI-400 PMU by defaultSuzuki K. Poulose2015-05-291-7/+5
| * | bus: arm-ccn: Use hrtimer_start() againPawel Moll2015-05-131-3/+2
| * | Merge tag 'ccn/updates-for-4.2' of git://git.linaro.org/people/pawel.moll/lin...Arnd Bergmann2015-05-121-57/+216
| |\ \
| | * | bus: arm-ccn: Allocate event when it is being added, not initialisedPawel Moll2015-05-011-47/+67
| | * | bus: arm-ccn: Do not group CCN events with other PMUsPawel Moll2015-05-011-0/+16
| | * | bus: arm-ccn: Provide required event argumentsPawel Moll2015-05-011-0/+17
| | * | bus: arm-ccn: cpumask attributePawel Moll2015-05-011-11/+117
| | * | bus: arm-ccn: Fix node->XP config conversionPawel Moll2015-05-011-1/+1
* | | | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2015-06-261-2/+11
|\ \ \ \
| * \ \ \ Merge tag 'arm-soc/for-4.2/soc-part2' of http://github.com/broadcom/stblinux ...Arnd Bergmann2015-06-011-2/+11
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | bus: brcmstb_gisb: Honor the "big-endian" and "native-endian" DT propertiesKevin Cernekee2015-05-291-2/+11
| | |/ /