summaryrefslogtreecommitdiffstats
path: root/drivers/bus
Commit message (Expand)AuthorAgeFilesLines
* arm-ccn: perf: Prevent module unload while PMU is in useSuzuki K Poulose2017-12-201-0/+1
* bus: mbus: fix window size calculation for 4GB windowsJan Luebbe2017-10-271-1/+1
* bus: arm-ccn: Fix PMU handling of MNPawel Moll2016-12-231-3/+16
* bus: arm-ccn: Provide required event argumentsPawel Moll2016-12-231-0/+17
* bus: arm-ccn: Fix XP watchpoint settings bitmaskPawel Moll2016-10-041-2/+2
* bus: arm-ccn: Do not attempt to configure XPs for cycle counterPawel Moll2016-10-041-0/+4
* bus: imx-weim: Take the 'status' property value into accountFabio Estevam2016-04-181-1/+1
* bus: arm-ccn: Fix node->XP config conversionPawel Moll2015-07-031-1/+1
* bus: mvebu-mbus: fix support of MBus window 13Andrew Lunn2015-01-291-0/+13
* bus: omap_l3_noc: Correct returning IRQ_HANDLED unconditionally in the irq ha...Keerthy2015-01-271-2/+6
* bus: omap_l3_noc: Add resume hook to restore contextKeerthy2015-01-271-0/+55
* Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-081-1/+4
|\
| * bus: arm-ccn: Fix spurious warning messagePawel Moll2014-10-081-1/+4
* | bus: omap_l3_noc: Fix connID for OMAP4Nishanth Menon2014-09-111-25/+25
* | bus: arm-ccn: Move event cleanup routinePawel Moll2014-09-051-26/+25
|/
* bus: arm-ccn: Fix warning messagePawel Moll2014-08-241-1/+1
* Merge tag 'drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-083-1/+1402
|\
| * bus: arm-ccn: Fix error handling at event allocationPawel Moll2014-07-311-4/+5
| * bus: ARM CCN: add PERF_EVENTS dependencyArnd Bergmann2014-07-241-0/+1
| * bus: ARM CCN PMU driverPawel Moll2014-07-233-1/+1400
* | Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-08-081-1/+3
|\ \
| * | bus: imx-weim: populate devices on a simple busLiu Ying2014-07-181-1/+3
| |/
* | Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-081-1/+2
|\ \
| * | drivers: CCI: Correct use of ! and &Himangi Saraogi2014-07-301-1/+2
| |/
* | Merge branch 'component-for-driver' of git://ftp.arm.linux.org.uk/~rmk/linux-...Greg Kroah-Hartman2014-07-031-1/+1
|\|
| * bus/arm-cci: add dependency on OF && CPU_V7Arnd Bergmann2014-06-171-1/+1
* | devres: remove devm_request_and_ioremap()Jingoo Han2014-06-191-3/+3
|/
* Merge tag 'drivers-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-025-300/+949
|\
| * Merge tag 'omap-for-v3.16/l3-noc-signed' of git://git.kernel.org/pub/scm/linu...Olof Johansson2014-05-262-300/+651
| |\
| | * bus: omap_l3_noc: Add AM4372 interconnect error dataAfzal Mohammed2014-05-052-0/+92
| | * bus: omap_l3_noc: Add DRA7 interconnect error dataRajendra Nayak2014-05-052-0/+152
| | * bus: omap_l3_noc: introduce concept of submoduleNishanth Menon2014-05-052-6/+17
| | * bus: omap_l3_noc: Add information about the context of operationNishanth Menon2014-05-052-4/+16
| | * bus: omap_l3_noc: add information about the type of operationNishanth Menon2014-05-052-1/+21
| | * bus: omap_l3_noc: ignore masked out unclearable targetsAfzal Mohammed2014-05-052-0/+13
| | * bus: omap_l3_noc: improve readability by using helper for slave event parsingNishanth Menon2014-05-051-98/+113
| | * bus: omap_l3_noc: make error reporting and handling commonNishanth Menon2014-05-052-28/+47
| | * bus: omap_l3_noc: fix masterid detectionNishanth Menon2014-05-052-1/+9
| | * bus: omap_l3_noc: convert flagmux information into a structureNishanth Menon2014-05-052-30/+56
| | * bus: omap_l3_noc: use of_match_data to pick up SoC informationSricharan R2014-05-052-43/+84
| | * bus: omap_l3_noc: Add support for discountinous flag mux input numbersRajendra Nayak2014-05-052-3/+39
| | * bus: omap_l3_noc: convert target information into a structureNishanth Menon2014-05-052-84/+54
| | * bus: omap_l3_noc: move L3 master data structure outNishanth Menon2014-05-051-4/+11
| | * bus: omap_l3_noc: un-obfuscate l3_targ address computationNishanth Menon2014-05-051-1/+1
| | * bus: omap_l3_noc: switch over to relaxed variants of readl/writelNishanth Menon2014-05-051-12/+14
| | * bus: omap_l3_noc: populate l3->dev and use itNishanth Menon2014-05-051-5/+6
| | * bus: omap_l3_noc: remove iclk from omap_l3 structNishanth Menon2014-05-051-1/+0
| | * bus: omap_l3_noc: rename functions and data to omap_l3Sricharan R2014-05-052-17/+18
| | * bus: omap_l3_noc: Fix copyright informationNishanth Menon2014-05-052-24/+12
| | * drivers: bus: omap_l3: Change pr_crit() to dev_err() when IRQ request failsPeter Ujfalusi2014-05-051-4/+3