aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bus/omap_l3_noc.c
AgeCommit message (Expand)Author
2018-01-11bus: omap: add MODULE_LICENSE tagsArnd Bergmann
2015-06-19Merge branches 'pm-sleep' and 'pm-runtime'Rafael J. Wysocki
2015-05-12bus: omap_l3_noc: add missed callbacks for suspend-to-diskGrygorii Strashko
2015-05-04bus: omap_l3_noc: Fix master id address decoding for OMAP5Suman Anna
2015-03-05genirq: Remove the deprecated 'IRQF_DISABLED' request_irq() flag entirelyValentin Rothberg
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-12bus: omap_l3_noc: Correct returning IRQ_HANDLED unconditionally in the irq ha...Keerthy
2014-11-12bus: omap_l3_noc: Add resume hook to restore contextKeerthy
2014-10-20bus: drop owner assignment from platform_driversWolfram Sang
2014-05-05bus: omap_l3_noc: Add AM4372 interconnect error dataAfzal Mohammed
2014-05-05bus: omap_l3_noc: Add DRA7 interconnect error dataRajendra Nayak
2014-05-05bus: omap_l3_noc: introduce concept of submoduleNishanth Menon
2014-05-05bus: omap_l3_noc: Add information about the context of operationNishanth Menon
2014-05-05bus: omap_l3_noc: add information about the type of operationNishanth Menon
2014-05-05bus: omap_l3_noc: ignore masked out unclearable targetsAfzal Mohammed
2014-05-05bus: omap_l3_noc: improve readability by using helper for slave event parsingNishanth Menon
2014-05-05bus: omap_l3_noc: make error reporting and handling commonNishanth Menon
2014-05-05bus: omap_l3_noc: fix masterid detectionNishanth Menon
2014-05-05bus: omap_l3_noc: convert flagmux information into a structureNishanth Menon
2014-05-05bus: omap_l3_noc: use of_match_data to pick up SoC informationSricharan R
2014-05-05bus: omap_l3_noc: Add support for discountinous flag mux input numbersRajendra Nayak
2014-05-05bus: omap_l3_noc: convert target information into a structureNishanth Menon
2014-05-05bus: omap_l3_noc: un-obfuscate l3_targ address computationNishanth Menon
2014-05-05bus: omap_l3_noc: switch over to relaxed variants of readl/writelNishanth Menon
2014-05-05bus: omap_l3_noc: populate l3->dev and use itNishanth Menon
2014-05-05bus: omap_l3_noc: rename functions and data to omap_l3Sricharan R
2014-05-05bus: omap_l3_noc: Fix copyright informationNishanth Menon
2014-05-05drivers: bus: omap_l3: Change pr_crit() to dev_err() when IRQ request failsPeter Ujfalusi
2014-05-05drivers: bus: omap_l3: Remove the platform driver's remove functionPeter Ujfalusi
2014-05-05drivers: bus: omap_l3: Convert to use devm_request_irq()Peter Ujfalusi
2014-05-05drivers: bus: omap_l3: Convert to use devm_ioremap_resource()Peter Ujfalusi
2014-05-05drivers: bus: omap_l3: Convert to use devm_kzallocPeter Ujfalusi
2013-01-03Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman
2012-10-01drivers: bus: omap_l3: fixup merge conflict resolutionOlof Johansson
2012-10-01Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-09-20drivers: bus: omap_l3: use resources instead of hardcoded irqsOlof Johansson
2012-09-19drivers: bus: Move the OMAP interconnect driver to drivers/bus/Santosh Shilimkar