aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bus (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-08Merge tag 'regmap-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds1-1/+1
2015-09-03MIPS: Remove "weak" from mips_cdmm_phys_base() declarationBjorn Helgaas1-1/+13
2015-08-07mfd: vexpress: Add parentheses around bridge->ops->regmap_init callNicolas Boichat1-1/+1
2015-06-26Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-232/+974
2015-06-26Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+11
2015-06-23Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2015-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+117
2015-06-19Merge branches 'pm-sleep' and 'pm-runtime'Rafael J. Wysocki1-2/+2
2015-06-01Merge tag 'arm-soc/for-4.2/soc-part2' of http://github.com/broadcom/stblinux into next/socArnd Bergmann1-2/+11
2015-06-01Merge tag 'mvebu-drivers-4.2' of git://git.infradead.org/linux-mvebu into next/driversArnd Bergmann1-37/+83
2015-06-01Merge tag 'mvebu-fixes-4.1-3' of git://git.infradead.org/linux-mvebu into fixesArnd Bergmann1-90/+19
2015-05-29arm-cci: Add aliases for PMU eventsSuzuki K. Poulose1-1/+295
2015-05-29arm-cci: Add CCI-500 PMU supportSuzuki K. Poulose2-0/+147
2015-05-29arm-cci: Sanitise CCI400 PMU driver specific codeSuzuki K. Poulose2-65/+97
2015-05-29arm-cci: Abstract handling for CCI eventsSuzuki K. Poulose1-23/+55
2015-05-29arm-cci: Abstract out the PMU counter detailsSuzuki K. Poulose1-30/+93
2015-05-29arm-cci: Cleanup PMU driver codeSuzuki K. Poulose1-62/+80
2015-05-29arm-cci: Do not enable CCI-400 PMU by defaultSuzuki K. Poulose1-7/+5
2015-05-28bus: brcmstb_gisb: Honor the "big-endian" and "native-endian" DT propertiesKevin Cernekee1-2/+11
2015-05-28bus: mvebu-mbus: add mv_mbus_dram_info_nooverlap()Thomas Petazzoni1-0/+117
2015-05-28Revert "bus: mvebu-mbus: make sure SDRAM CS for DMA don't overlap the MBus bridge window"Thomas Petazzoni1-89/+16
2015-05-28bus: mvebu-mbus: do not set WIN_CTRL_SYNCBARRIER on non io-coherent platforms.Nicolas Schichan1-1/+3
2015-05-26MIPS: Fix CDMM to use native endian MMIO readsJames Hogan1-2/+2
2015-05-13bus: arm-ccn: Use hrtimer_start() againPawel Moll1-3/+2
2015-05-12bus: omap_l3_noc: add missed callbacks for suspend-to-diskGrygorii Strashko1-2/+2
2015-05-12Merge tag 'ccn/updates-for-4.2' of git://git.linaro.org/people/pawel.moll/linux into next/driversArnd Bergmann1-57/+216
2015-05-07drivers: CCI: fix used_mask init in validate_group()Mark Salter1-1/+1
2015-05-04bus: omap_l3_noc: Fix master id address decoding for OMAP5Suman Anna2-15/+42
2015-05-04bus: omap_l3_noc: Fix offset for DRA7 CLK1_HOST_CLK1_2 instanceIllia Smyrnov1-1/+1
2015-05-01bus: arm-ccn: Allocate event when it is being added, not initialisedPawel Moll1-47/+67
2015-05-01bus: arm-ccn: Do not group CCN events with other PMUsPawel Moll1-0/+16
2015-05-01bus: arm-ccn: Provide required event argumentsPawel Moll1-0/+17
2015-05-01bus: arm-ccn: cpumask attributePawel Moll1-11/+117
2015-05-01bus: arm-ccn: Fix node->XP config conversionPawel Moll1-1/+1
2015-04-22Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-255/+410
2015-04-22Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-6/+7
2015-04-22Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+34
2015-04-17Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds3-0/+730
2015-04-03Merge tag 'arm-perf-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into next/driversOlof Johansson2-230/+313
2015-03-31MIPS: Add CDMM bus supportJames Hogan3-0/+730
2015-03-27arm-cci: Fix CCI PMU event validationSuzuki K. Poulose1-5/+7
2015-03-27arm-cci: Split the code for PMU vs driver supportSuzuki K. Poulose2-8/+44
2015-03-27arm-cci: Get rid of secure transactions for PMU driverSuzuki K. Poulose1-1/+16
2015-03-27arm-cci: Abstract the CCI400 PMU specific definitionsSuzuki K. Poulose1-60/+81
2015-03-27arm-cci: Rearrange code for splitting PMU vs driver codeSuzuki K. Poulose1-163/+163
2015-03-27drivers: cci: reject groups spanning multiple HW PMUsSuzuki K. Poulose1-5/+14
2015-03-26bus: ocp2scp: SYNC2 value should be changed to 0x6Kishon Vijay Abraham I1-0/+34
2015-03-05genirq: Remove the deprecated 'IRQF_DISABLED' request_irq() flag entirelyValentin Rothberg2-8/+6
2015-03-02bus: imx-weim: improve error handling upon child probe-failureAlison Chaiken1-6/+7
2015-02-24drivers: bus: Add Simple Power-Managed Bus DriverGeert Uytterhoeven3-0/+72