aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bus/omap_l3_noc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-19Merge branches 'pm-sleep' and 'pm-runtime'Rafael J. Wysocki1-2/+2
2015-05-12bus: omap_l3_noc: add missed callbacks for suspend-to-diskGrygorii Strashko1-2/+2
2015-05-04bus: omap_l3_noc: Fix master id address decoding for OMAP5Suman Anna1-2/+3
2015-03-05genirq: Remove the deprecated 'IRQF_DISABLED' request_irq() flag entirelyValentin Rothberg1-2/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-12bus: omap_l3_noc: Correct returning IRQ_HANDLED unconditionally in the irq handlerKeerthy1-2/+6
2014-11-12bus: omap_l3_noc: Add resume hook to restore contextKeerthy1-0/+55
2014-10-20bus: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-05-05bus: omap_l3_noc: Add AM4372 interconnect error dataAfzal Mohammed1-0/+1
2014-05-05bus: omap_l3_noc: Add DRA7 interconnect error dataRajendra Nayak1-0/+1
2014-05-05bus: omap_l3_noc: introduce concept of submoduleNishanth Menon1-5/+12
2014-05-05bus: omap_l3_noc: Add information about the context of operationNishanth Menon1-4/+14
2014-05-05bus: omap_l3_noc: add information about the type of operationNishanth Menon1-1/+8
2014-05-05bus: omap_l3_noc: ignore masked out unclearable targetsAfzal Mohammed1-0/+9
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 Menon1-27/+45
2014-05-05bus: omap_l3_noc: fix masterid detectionNishanth Menon1-1/+5
2014-05-05bus: omap_l3_noc: convert flagmux information into a structureNishanth Menon1-5/+11
2014-05-05bus: omap_l3_noc: use of_match_data to pick up SoC informationSricharan R1-23/+32
2014-05-05bus: omap_l3_noc: Add support for discountinous flag mux input numbersRajendra Nayak1-0/+31
2014-05-05bus: omap_l3_noc: convert target information into a structureNishanth Menon1-5/+4
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: rename functions and data to omap_l3Sricharan R1-12/+12
2014-05-05bus: omap_l3_noc: Fix copyright informationNishanth Menon1-12/+6
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
2013-01-03Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-10-01drivers: bus: omap_l3: fixup merge conflict resolutionOlof Johansson1-1/+0
2012-10-01Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+267
2012-09-20drivers: bus: omap_l3: use resources instead of hardcoded irqsOlof Johansson1-2/+2
2012-09-19drivers: bus: Move the OMAP interconnect driver to drivers/bus/Santosh Shilimkar1-0/+266