aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bus (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-20bus: drop owner assignment from platform_driversWolfram Sang4-4/+0
2014-10-08Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+4
2014-10-08bus: arm-ccn: Fix spurious warning messagePawel Moll1-1/+4
2014-09-11bus: omap_l3_noc: Fix connID for OMAP4Nishanth Menon1-25/+25
2014-09-05bus: arm-ccn: Move event cleanup routinePawel Moll1-26/+25
2014-08-24bus: arm-ccn: Fix warning messagePawel Moll1-1/+1
2014-08-08Merge tag 'drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-1/+1402
2014-08-08Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+3
2014-08-08Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+2
2014-07-31bus: arm-ccn: Fix error handling at event allocationPawel Moll1-4/+5
2014-07-30drivers: CCI: Correct use of ! and &Himangi Saraogi1-1/+2
2014-07-24bus: ARM CCN: add PERF_EVENTS dependencyArnd Bergmann1-0/+1
2014-07-23bus: ARM CCN PMU driverPawel Moll3-1/+1400
2014-07-18bus: imx-weim: populate devices on a simple busLiu Ying1-1/+3
2014-07-03Merge branch 'component-for-driver' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into driver-core-nextGreg Kroah-Hartman1-1/+1
2014-06-19devres: remove devm_request_and_ioremap()Jingoo Han1-3/+3
2014-06-17bus/arm-cci: add dependency on OF && CPU_V7Arnd Bergmann1-1/+1
2014-06-02Merge tag 'drivers-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into nextLinus Torvalds5-300/+949
2014-06-02Merge tag 'soc-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into nextLinus Torvalds1-8/+3
2014-06-02Merge tag 'cleanup-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into nextLinus Torvalds3-0/+214
2014-05-26Merge tag 'omap-for-v3.16/l3-noc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/driversOlof Johansson2-300/+651
2014-05-26ARM: vexpress: refine dependencies for new codeArnd Bergmann2-1/+2
2014-05-24bus: add Broadcom GISB bus arbiter timeout/error handlerFlorian Fainelli3-0/+298
2014-05-15mfd: vexpress: Convert custom func API to regmapPawel Moll3-0/+213
2014-05-05bus: omap_l3_noc: Add AM4372 interconnect error dataAfzal Mohammed2-0/+92
2014-05-05bus: omap_l3_noc: Add DRA7 interconnect error dataRajendra Nayak2-0/+152
2014-05-05bus: omap_l3_noc: introduce concept of submoduleNishanth Menon2-6/+17
2014-05-05bus: omap_l3_noc: Add information about the context of operationNishanth Menon2-4/+16
2014-05-05bus: omap_l3_noc: add information about the type of operationNishanth Menon2-1/+21
2014-05-05bus: omap_l3_noc: ignore masked out unclearable targetsAfzal Mohammed2-0/+13
2014-05-05bus: omap_l3_noc: improve readability by using helper for slave event parsingNishanth Menon1-98/+113
2014-05-05bus: omap_l3_noc: make error reporting and handling commonNishanth Menon2-28/+47
2014-05-05bus: omap_l3_noc: fix masterid detectionNishanth Menon2-1/+9
2014-05-05bus: omap_l3_noc: convert flagmux information into a structureNishanth Menon2-30/+56
2014-05-05bus: omap_l3_noc: use of_match_data to pick up SoC informationSricharan R2-43/+84
2014-05-05bus: omap_l3_noc: Add support for discountinous flag mux input numbersRajendra Nayak2-3/+39
2014-05-05bus: omap_l3_noc: convert target information into a structureNishanth Menon2-84/+54
2014-05-05bus: omap_l3_noc: move L3 master data structure outNishanth Menon1-4/+11
2014-05-05bus: omap_l3_noc: un-obfuscate l3_targ address computationNishanth Menon1-1/+1
2014-05-05bus: omap_l3_noc: switch over to relaxed variants of readl/writelNishanth Menon1-12/+14
2014-05-05bus: omap_l3_noc: populate l3->dev and use itNishanth Menon1-5/+6
2014-05-05bus: omap_l3_noc: remove iclk from omap_l3 structNishanth Menon1-1/+0
2014-05-05bus: omap_l3_noc: rename functions and data to omap_l3Sricharan R2-17/+18
2014-05-05bus: omap_l3_noc: Fix copyright informationNishanth Menon2-24/+12
2014-05-05drivers: bus: omap_l3: Change pr_crit() to dev_err() when IRQ request failsPeter Ujfalusi1-4/+3
2014-05-05drivers: bus: omap_l3: Remove the platform driver's remove functionPeter Ujfalusi1-6/+0
2014-05-05drivers: bus: omap_l3: Convert to use devm_request_irq()Peter Ujfalusi1-18/+5
2014-05-05drivers: bus: omap_l3: Convert to use devm_ioremap_resource()Peter Ujfalusi1-48/+11
2014-05-05drivers: bus: omap_l3: Convert to use devm_kzallocPeter Ujfalusi1-8/+3
2014-04-24bus: mvebu: pass the coherency availability information at init timeThomas Petazzoni1-8/+3