aboutsummaryrefslogtreecommitdiff
path: root/drivers/bus/omap_l3_noc.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-19Merge branches 'pm-sleep' and 'pm-runtime'Gravatar Rafael J. Wysocki 1-2/+2
2015-05-12bus: omap_l3_noc: add missed callbacks for suspend-to-diskGravatar Grygorii Strashko 1-2/+2
2015-05-04bus: omap_l3_noc: Fix master id address decoding for OMAP5Gravatar Suman Anna 1-2/+3
2015-03-05genirq: Remove the deprecated 'IRQF_DISABLED' request_irq() flag entirelyGravatar Valentin Rothberg 1-2/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2014-11-12bus: omap_l3_noc: Correct returning IRQ_HANDLED unconditionally in the irq ha...Gravatar Keerthy 1-2/+6
2014-11-12bus: omap_l3_noc: Add resume hook to restore contextGravatar Keerthy 1-0/+55
2014-10-20bus: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-05-05bus: omap_l3_noc: Add AM4372 interconnect error dataGravatar Afzal Mohammed 1-0/+1
2014-05-05bus: omap_l3_noc: Add DRA7 interconnect error dataGravatar Rajendra Nayak 1-0/+1
2014-05-05bus: omap_l3_noc: introduce concept of submoduleGravatar Nishanth Menon 1-5/+12
2014-05-05bus: omap_l3_noc: Add information about the context of operationGravatar Nishanth Menon 1-4/+14
2014-05-05bus: omap_l3_noc: add information about the type of operationGravatar Nishanth Menon 1-1/+8
2014-05-05bus: omap_l3_noc: ignore masked out unclearable targetsGravatar Afzal Mohammed 1-0/+9
2014-05-05bus: omap_l3_noc: improve readability by using helper for slave event parsingGravatar Nishanth Menon 1-98/+113
2014-05-05bus: omap_l3_noc: make error reporting and handling commonGravatar Nishanth Menon 1-27/+45
2014-05-05bus: omap_l3_noc: fix masterid detectionGravatar Nishanth Menon 1-1/+5
2014-05-05bus: omap_l3_noc: convert flagmux information into a structureGravatar Nishanth Menon 1-5/+11
2014-05-05bus: omap_l3_noc: use of_match_data to pick up SoC informationGravatar Sricharan R 1-23/+32
2014-05-05bus: omap_l3_noc: Add support for discountinous flag mux input numbersGravatar Rajendra Nayak 1-0/+31
2014-05-05bus: omap_l3_noc: convert target information into a structureGravatar Nishanth Menon 1-5/+4
2014-05-05bus: omap_l3_noc: un-obfuscate l3_targ address computationGravatar Nishanth Menon 1-1/+1
2014-05-05bus: omap_l3_noc: switch over to relaxed variants of readl/writelGravatar Nishanth Menon 1-12/+14
2014-05-05bus: omap_l3_noc: populate l3->dev and use itGravatar Nishanth Menon 1-5/+6
2014-05-05bus: omap_l3_noc: rename functions and data to omap_l3Gravatar Sricharan R 1-12/+12
2014-05-05bus: omap_l3_noc: Fix copyright informationGravatar Nishanth Menon 1-12/+6
2014-05-05drivers: bus: omap_l3: Change pr_crit() to dev_err() when IRQ request failsGravatar Peter Ujfalusi 1-4/+3
2014-05-05drivers: bus: omap_l3: Remove the platform driver's remove functionGravatar Peter Ujfalusi 1-6/+0
2014-05-05drivers: bus: omap_l3: Convert to use devm_request_irq()Gravatar Peter Ujfalusi 1-18/+5
2014-05-05drivers: bus: omap_l3: Convert to use devm_ioremap_resource()Gravatar Peter Ujfalusi 1-48/+11
2014-05-05drivers: bus: omap_l3: Convert to use devm_kzallocGravatar Peter Ujfalusi 1-8/+3
2013-01-03Drivers: misc: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-3/+3
2012-10-01drivers: bus: omap_l3: fixup merge conflict resolutionGravatar Olof Johansson 1-1/+0
2012-10-01Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 1-0/+267
2012-09-20drivers: bus: omap_l3: use resources instead of hardcoded irqsGravatar Olof Johansson 1-2/+2
2012-09-19drivers: bus: Move the OMAP interconnect driver to drivers/bus/Gravatar Santosh Shilimkar 1-0/+266