Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2238e9e2bc2b0ca7fa838d2be8d9d783cc1e40e1
/
drivers
/
bus
/
omap_l3_noc.c
ab232ba
Merge branches 'pm-sleep' and 'pm-runtime'
by Rafael J. Wysocki
· 9 years ago
258d2a1
bus: omap_l3_noc: add missed callbacks for suspend-to-disk
by Grygorii Strashko
· 10 years ago
e7309c2
bus: omap_l3_noc: Fix master id address decoding for OMAP5
by Suman Anna
· 10 years ago
d8bf368
genirq: Remove the deprecated 'IRQF_DISABLED' request_irq() flag entirely
by Valentin Rothberg
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
c4cf093
bus: omap_l3_noc: Correct returning IRQ_HANDLED unconditionally in the irq handler
by Keerthy
· 10 years ago
61b43d4
bus: omap_l3_noc: Add resume hook to restore context
by Keerthy
· 10 years ago
571b8c6
bus: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
27b7d5f
bus: omap_l3_noc: Add AM4372 interconnect error data
by Afzal Mohammed
· 11 years ago
53a848b
bus: omap_l3_noc: Add DRA7 interconnect error data
by Rajendra Nayak
· 11 years ago
f33ddf7
bus: omap_l3_noc: introduce concept of submodule
by Nishanth Menon
· 11 years ago
cf52b2e
bus: omap_l3_noc: Add information about the context of operation
by Nishanth Menon
· 11 years ago
7f9de02
bus: omap_l3_noc: add information about the type of operation
by Nishanth Menon
· 11 years ago
2100b59
bus: omap_l3_noc: ignore masked out unclearable targets
by Afzal Mohammed
· 11 years ago
e4be3f3
bus: omap_l3_noc: improve readability by using helper for slave event parsing
by Nishanth Menon
· 11 years ago
c98aa7a
bus: omap_l3_noc: make error reporting and handling common
by Nishanth Menon
· 11 years ago
d4d8819
bus: omap_l3_noc: fix masterid detection
by Nishanth Menon
· 11 years ago
97708c0
bus: omap_l3_noc: convert flagmux information into a structure
by Nishanth Menon
· 11 years ago
0659452
bus: omap_l3_noc: use of_match_data to pick up SoC information
by Sricharan R
· 11 years ago
3340d73
bus: omap_l3_noc: Add support for discountinous flag mux input numbers
by Rajendra Nayak
· 11 years ago
3ae9af7
bus: omap_l3_noc: convert target information into a structure
by Nishanth Menon
· 11 years ago
add6f74
bus: omap_l3_noc: un-obfuscate l3_targ address computation
by Nishanth Menon
· 11 years ago
9e224c8
bus: omap_l3_noc: switch over to relaxed variants of readl/writel
by Nishanth Menon
· 11 years ago
ca6a349
bus: omap_l3_noc: populate l3->dev and use it
by Nishanth Menon
· 11 years ago
c10d5c9
bus: omap_l3_noc: rename functions and data to omap_l3
by Sricharan R
· 11 years ago
c5f2aea
bus: omap_l3_noc: Fix copyright information
by Nishanth Menon
· 11 years ago
ae22598
drivers: bus: omap_l3: Change pr_crit() to dev_err() when IRQ request fails
by Peter Ujfalusi
· 11 years ago
442a4da
drivers: bus: omap_l3: Remove the platform driver's remove function
by Peter Ujfalusi
· 11 years ago
a0ef78f
drivers: bus: omap_l3: Convert to use devm_request_irq()
by Peter Ujfalusi
· 11 years ago
56c4a02
drivers: bus: omap_l3: Convert to use devm_ioremap_resource()
by Peter Ujfalusi
· 11 years ago
bae7451
drivers: bus: omap_l3: Convert to use devm_kzalloc
by Peter Ujfalusi
· 11 years ago
0fe763c
Drivers: misc: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
974a847
drivers: bus: omap_l3: fixup merge conflict resolution
by Olof Johansson
· 12 years ago
8f446a7
Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
2c2d167
drivers: bus: omap_l3: use resources instead of hardcoded irqs
by Olof Johansson
· 12 years ago
0ee7261
drivers: bus: Move the OMAP interconnect driver to drivers/bus/
by Santosh Shilimkar
· 12 years ago
[Renamed from arch/arm/mach-omap2/omap_l3_noc.c]
8770b07
ARM: OMAP2+: Fix Compilation error when omap_l3_noc built as module
by Govindraj.R
· 13 years ago
d4fc7eb
ARM: OMAP2+: l3-noc: Include linux/module.h
by Axel Lin
· 13 years ago
d039c5b
ARM: OMAP2+: l3-noc: Add support for device-tree
by Benoit Cousson
· 13 years ago
551a9fa
OMAP: Print Initiator name for l3 custom error.
by sricharan
· 13 years ago
6616aac
OMAP: Fix sparse warnings in l3 error handler.
by sricharan
· 13 years ago
ed0e352
OMAP: Fix indentation issues in l3 error handler.
by sricharan
· 13 years ago
c1df2dc
OMAP: Fix a BUG in l3 error handler.
by Todd Poynor
· 13 years ago
342fd14
OMAP: Improve register access in L3 Error handler.
by Todd Poynor
· 13 years ago
35f7b96
OMAP3/4: l3: minor cleanup for parenthesis and extra spaces
by omar ramirez
· 14 years ago
7529b70
OMAP3/4: l3: fix omap3_l3_probe error path
by omar ramirez
· 14 years ago
2722e56
OMAP4: l3: Introduce l3-interconnect error handling driver
by Santosh Shilimkar
· 14 years ago