aboutsummaryrefslogtreecommitdiff
path: root/drivers/bus
AgeCommit message (Expand)AuthorFilesLines
2015-09-08Merge tag 'regmap-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Gravatar Linus Torvalds 1-1/+1
2015-09-03MIPS: Remove "weak" from mips_cdmm_phys_base() declarationGravatar Bjorn Helgaas 1-1/+13
2015-08-07mfd: vexpress: Add parentheses around bridge->ops->regmap_init callGravatar Nicolas Boichat 1-1/+1
2015-06-26Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 3-232/+974
2015-06-26Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Gravatar Linus Torvalds 1-2/+11
2015-06-23Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2015-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-0/+117
2015-06-19Merge branches 'pm-sleep' and 'pm-runtime'Gravatar Rafael J. Wysocki 1-2/+2
2015-06-01Merge tag 'arm-soc/for-4.2/soc-part2' of http://github.com/broadcom/stblinux ...Gravatar Arnd Bergmann 1-2/+11
2015-06-01Merge tag 'mvebu-drivers-4.2' of git://git.infradead.org/linux-mvebu into nex...Gravatar Arnd Bergmann 1-37/+83
2015-06-01Merge tag 'mvebu-fixes-4.1-3' of git://git.infradead.org/linux-mvebu into fixesGravatar Arnd Bergmann 1-90/+19
2015-05-29arm-cci: Add aliases for PMU eventsGravatar Suzuki K. Poulose 1-1/+295
2015-05-29arm-cci: Add CCI-500 PMU supportGravatar Suzuki K. Poulose 2-0/+147
2015-05-29arm-cci: Sanitise CCI400 PMU driver specific codeGravatar Suzuki K. Poulose 2-65/+97
2015-05-29arm-cci: Abstract handling for CCI eventsGravatar Suzuki K. Poulose 1-23/+55
2015-05-29arm-cci: Abstract out the PMU counter detailsGravatar Suzuki K. Poulose 1-30/+93
2015-05-29arm-cci: Cleanup PMU driver codeGravatar Suzuki K. Poulose 1-62/+80
2015-05-29arm-cci: Do not enable CCI-400 PMU by defaultGravatar Suzuki K. Poulose 1-7/+5
2015-05-28bus: brcmstb_gisb: Honor the "big-endian" and "native-endian" DT propertiesGravatar Kevin Cernekee 1-2/+11
2015-05-28bus: mvebu-mbus: add mv_mbus_dram_info_nooverlap()Gravatar Thomas Petazzoni 1-0/+117
2015-05-28Revert "bus: mvebu-mbus: make sure SDRAM CS for DMA don't overlap the MBus br...Gravatar Thomas Petazzoni 1-89/+16
2015-05-28bus: mvebu-mbus: do not set WIN_CTRL_SYNCBARRIER on non io-coherent platforms.Gravatar Nicolas Schichan 1-1/+3
2015-05-26MIPS: Fix CDMM to use native endian MMIO readsGravatar James Hogan 1-2/+2
2015-05-13bus: arm-ccn: Use hrtimer_start() againGravatar Pawel Moll 1-3/+2
2015-05-12bus: omap_l3_noc: add missed callbacks for suspend-to-diskGravatar Grygorii Strashko 1-2/+2
2015-05-12Merge tag 'ccn/updates-for-4.2' of git://git.linaro.org/people/pawel.moll/lin...Gravatar Arnd Bergmann 1-57/+216
2015-05-07drivers: CCI: fix used_mask init in validate_group()Gravatar Mark Salter 1-1/+1
2015-05-04bus: omap_l3_noc: Fix master id address decoding for OMAP5Gravatar Suman Anna 2-15/+42
2015-05-04bus: omap_l3_noc: Fix offset for DRA7 CLK1_HOST_CLK1_2 instanceGravatar Illia Smyrnov 1-1/+1
2015-05-01bus: arm-ccn: Allocate event when it is being added, not initialisedGravatar Pawel Moll 1-47/+67
2015-05-01bus: arm-ccn: Do not group CCN events with other PMUsGravatar Pawel Moll 1-0/+16
2015-05-01bus: arm-ccn: Provide required event argumentsGravatar Pawel Moll 1-0/+17
2015-05-01bus: arm-ccn: cpumask attributeGravatar Pawel Moll 1-11/+117
2015-05-01bus: arm-ccn: Fix node->XP config conversionGravatar Pawel Moll 1-1/+1
2015-04-22Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 4-255/+410
2015-04-22Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Gravatar Linus Torvalds 1-6/+7
2015-04-22Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 1-0/+34
2015-04-17Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 3-0/+730
2015-04-03Merge tag 'arm-perf-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Gravatar Olof Johansson 2-230/+313
2015-03-31MIPS: Add CDMM bus supportGravatar James Hogan 3-0/+730
2015-03-27arm-cci: Fix CCI PMU event validationGravatar Suzuki K. Poulose 1-5/+7
2015-03-27arm-cci: Split the code for PMU vs driver supportGravatar Suzuki K. Poulose 2-8/+44
2015-03-27arm-cci: Get rid of secure transactions for PMU driverGravatar Suzuki K. Poulose 1-1/+16
2015-03-27arm-cci: Abstract the CCI400 PMU specific definitionsGravatar Suzuki K. Poulose 1-60/+81
2015-03-27arm-cci: Rearrange code for splitting PMU vs driver codeGravatar Suzuki K. Poulose 1-163/+163
2015-03-27drivers: cci: reject groups spanning multiple HW PMUsGravatar Suzuki K. Poulose 1-5/+14
2015-03-26bus: ocp2scp: SYNC2 value should be changed to 0x6Gravatar Kishon Vijay Abraham I 1-0/+34
2015-03-05genirq: Remove the deprecated 'IRQF_DISABLED' request_irq() flag entirelyGravatar Valentin Rothberg 2-8/+6
2015-03-02bus: imx-weim: improve error handling upon child probe-failureGravatar Alison Chaiken 1-6/+7
2015-02-24drivers: bus: Add Simple Power-Managed Bus DriverGravatar Geert Uytterhoeven 3-0/+72