Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
61a3c78d991c7f5e189e82fa54ddaa9d514544a2
/
drivers
/
irqchip
/
irq-omap-intc.c
77c858f
irqchip/irq-omap-intc: Do not statically initialize variables
by Ladislav Michl
· 7 years ago
62518c0
irqchip/irq-omap-intc: Remove omap3_init_irq()
by Ladislav Michl
· 7 years ago
f314263
irqchip/omap-intc: Fix missing <linux/irqchip/irq-omap-intc.h> include
by Ben Dooks
· 9 years ago
d3b421c
irqchip/omap-intc: Add support for spurious irq handling
by Sekhar Nori
· 9 years ago
fee48df
irqchip/omap-intc: Remove duplicate setup for IRQ chip type handler
by Milo Kim
· 9 years ago
6ed3464
irqchip: omap-intc: Improve IRQ handler
by Felipe Balbi
· 10 years ago
41a83e06
irqchip: Prepare for local stub header removal
by Joel Porquet
· 9 years ago
c7f2a2a
irqchip: omap-intc: Remove unused legacy interface for omap2
by Tony Lindgren
· 10 years ago
19f92b2
irqchip: omap-intc: Fix support for dm814 and dm816
by Tony Lindgren
· 10 years ago
4b149e4
irqchip: omap-intc: Fix legacy DMA regression
by Felipe Balbi
· 10 years ago
782d59c
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
64d5947
irqchip: omap-intc: remove unnecessary comments
by Felipe Balbi
· 10 years ago
74b6c8e
irqchip: omap-intc: correct maximum number or MIR registers
by Felipe Balbi
· 10 years ago
b307914
irqchip: omap-intc: enable TURBO idle mode
by Felipe Balbi
· 10 years ago
9836ee9
irqchip: omap-intc: enable IP protection
by Felipe Balbi
· 10 years ago
8bb3b37
irqchip: omap-intc: remove unnecesary of_address_to_resource() call
by Felipe Balbi
· 10 years ago
503b8d1
irqchip: omap-intc: comment style cleanup
by Felipe Balbi
· 10 years ago
6bd0f16
irqchip: omap-intc: minor improvement to omap_irq_pending()
by Felipe Balbi
· 10 years ago
8598066
arm: omap: irq: move irq.c to drivers/irqchip/
by Felipe Balbi
· 10 years ago
[Renamed (97%) from arch/arm/mach-omap2/irq.c]
55601c9f
arm: omap: intc: switch over to linear irq domain
by Felipe Balbi
· 10 years ago
d6a7c5c
arm: omap: irq: get rid of ifdef hack
by Felipe Balbi
· 10 years ago
52b1e12
arm: omap: irq: introduce omap_nr_pending
by Felipe Balbi
· 10 years ago
a74f0a1
arm: omap: irq: remove nr_irqs argument
by Felipe Balbi
· 10 years ago
3384f86
arm: omap: irq: remove unnecessary header
by Felipe Balbi
· 10 years ago
2aced89
arm: omap: irq: drop omap2_intc_handle_irq()
by Felipe Balbi
· 10 years ago
05f1e73
arm: omap: irq: drop omap3_intc_handle_irq()
by Felipe Balbi
· 10 years ago
be0a768
arm: omap: irq: call set_handle_irq() from .init_irq
by Felipe Balbi
· 10 years ago
a4d3c5d
arm: omap: irq: move some more code around
by Felipe Balbi
· 10 years ago
a05d92b
arm: omap: irq: drop ti,intc-size support
by Felipe Balbi
· 10 years ago
470f30d
arm: omap: irq: use compatible flag to figure out number of IRQ lines
by Felipe Balbi
· 10 years ago
a35db9a
arm: omap: irq: add specific compatibles for omap3 and am33xx devices
by Felipe Balbi
· 10 years ago
e66c49b
arm: omap: irq: drop .handle_irq and .init_irq fields
by Felipe Balbi
· 10 years ago
b65ecd4
arm: omap: irq: use IRQCHIP_DECLARE macro
by Felipe Balbi
· 10 years ago
b15c76b
arm: omap: irq: call set_handle_irq() from intc_of_init
by Felipe Balbi
· 10 years ago
00b6b03
arm: omap: irq: make intc_of_init static
by Felipe Balbi
· 10 years ago
131b48c
arm: omap: irq: reorganize code a little bit
by Felipe Balbi
· 10 years ago
f8cc9ea
arm: omap: irq: always define omap3 support
by Felipe Balbi
· 10 years ago
272a8b0
arm: omap: irq: rename omap3_intc_regs
by Felipe Balbi
· 10 years ago
d1e66d6
arm: omap: irq: remove unnecessary base_addr argument
by Felipe Balbi
· 10 years ago
1198365
arm: omap: irq: switch over to intc_readl on omap_intc_handle_irq
by Felipe Balbi
· 10 years ago
33ca0be
arm: omap: irq: remove unused macro
by Felipe Balbi
· 10 years ago
a88ab43
arm: omap: irq: remove rest of irq_banks usage
by Felipe Balbi
· 10 years ago
421b090
arm: omap: irq: add a global omap_nr_irqs variable
by Felipe Balbi
· 10 years ago
71be00c
arm: omap: irq: start to remove irq_banks array
by Felipe Balbi
· 10 years ago
33c7c7b
arm: omap: irq: define INTC_ILR0 register
by Felipe Balbi
· 10 years ago
176da6c
arm: omap: irq: make omap_irq_base global
by Felipe Balbi
· 10 years ago
3195760
ARM: OMAP2+: make of_device_ids const
by Uwe Kleine-König
· 10 years ago
edfaf05
ARM: OMAP2+: raw read and write endian fix
by Victor Kamensky
· 11 years ago
698b485
ARM: OMAP2+: INTC: Acknowledge stuck active interrupts
by Stefan Sørensen
· 11 years ago
0bebda6
ARM: OMAP2+: irq, AM33XX add missing register check
by Markus Pargmann
· 11 years ago
3c101c4
Merge tag 'omap-cleanup-b-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into cleanup-makefile-sparse
by Tony Lindgren
· 12 years ago
dbc0416
ARM: OMAP: Split plat/hardware.h, use local soc.h for omap2+
by Tony Lindgren
· 12 years ago
3003ce3
ARM: OMAP2+: Make INTCPS_NR_IRQS local for mach-omap2/irq.c
by Tony Lindgren
· 12 years ago
7852ec0
ARM: OMAP: unwrap strings
by Paul Walmsley
· 12 years ago
f01b9b7
Merge tag 'newsoc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
5e512d0
Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
0dc1951
Merge tag 'v3.5-rc6' into next/soc
by Arnd Bergmann
· 12 years ago
c4082d4
ARM: omap2+: board-generic: clean up the irq data from board file
by R Sricharan
· 13 years ago
3f96a2d
Merge tags 'omap-cleanup-for-v3.6', 'omap-devel-dmtimer-for-v3.6' and 'omap-devel-am33xx-for-v3.6' into devel-am33xx-part2
by Tony Lindgren
· 13 years ago
f6f1f12
Merge tag 'omap-devel-d-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into fixes-non-critical
by Tony Lindgren
· 13 years ago
b56f2cb
ARM: OMAP2+: fix naming collision of variable nr_irqs
by Venkatraman S
· 13 years ago
08f3098
ARM: OMAP2+: am33xx: Add AM335XEVM machine support
by Afzal Mohammed
· 13 years ago
4564747
Merge branch 'for_3.5/fixes/pm' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into fixes
by Tony Lindgren
· 13 years ago
2c757fd
Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
8dca601
Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
e3c83c2
ARM: OMAP2+: INTC: fix suspend abort, set IRQCHIP_SKIP_SET_WAKE
by NeilBrown
· 13 years ago
3395955
ARM: OMAP2+: Kconfig: convert SOC_OMAPTI81XX to SOC_TI81XX
by Kevin Hilman
· 13 years ago
0d09a95
ARM: OMAP2+: INTC: fix Kconfig option for TI81XX
by Kevin Hilman
· 13 years ago
d723c17
ARM: OMAP2+: remove incorrect irq_chip ack field
by Grazvydas Ignotas
· 13 years ago
a7022d6
ARM: OMAP: fix 'using plain integer as NULL pointer' sparse warnings
by Paul Walmsley
· 13 years ago
e2ed89f
ARM: OMAP: add includes for missing prototypes
by Paul Walmsley
· 13 years ago
66f03c6
Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
52fa212
ARM: OMAP2/3: intc: Add DT support for TI interrupt controller
by Benoit Cousson
· 13 years ago
ee0839c
ARM: OMAP2+: Move most of plat/io.h into local iomap.h
by Tony Lindgren
· 13 years ago
a920360
ARM: OMAP: TI81XX: Prepare for addition of TI814X support
by Hemant Pedanekar
· 13 years ago
ab65be2
ARM: omap2plus: remove irq-related global base addresses
by Marc Zyngier
· 13 years ago
2db1499
ARM: omap2/3: Add global omap2/3_intc_handle_irq() functions
by Marc Zyngier
· 13 years ago
5c30cdf
ARM: OMAP: irq: loop counter fix in omap_init_irq()
by Tapani Utriainen
· 13 years ago
741e3a8
omap: Use separate init_irq functions to avoid cpu_is_omap tests early
by Tony Lindgren
· 14 years ago
667a11f
arm: omap2/3: Use generic irq chip
by Tony Lindgren
· 14 years ago
f38c02f
arm: Fold irq_set_chip/irq_set_handler
by Thomas Gleixner
· 14 years ago
6845664a
arm: Cleanup the irq namespace
by Thomas Gleixner
· 14 years ago
9238b6d
Merge branches 'devel-cleanup', 'devel-board', 'devel-early-init' and 'devel-ti816x' into omap-for-linus
by Tony Lindgren
· 14 years ago
0100171
TI816X: Update common OMAP machine specific sources
by Hemant Pedanekar
· 14 years ago
ee23b93
arm: omap2: irq: fix compile warning:
by Felipe Balbi
· 14 years ago
df30347
ARM: omap2: irq_data conversion.
by Lennert Buytenhek
· 14 years ago
447b8da
OMAP3: add comments for erratas i540 and i478 workarounds
by Jean Pihet
· 14 years ago
600ecd9
OMAP: mach-omap2: Fix miscellaneous sparse warnings
by Manjunath Kondaiah G
· 14 years ago
74005a2
OMAP2/3: IRQ: ensure valid base address
by Kevin Hilman
· 15 years ago
f18cc2f
OMAP3: PM: Disable interrupt controller AUTOIDLE before WFI
by Tero Kristo
· 15 years ago
2bbe3af
OMAP3: PM: Ack pending interrupts before entering suspend
by Tero Kristo
· 15 years ago
2329e7c
OMAP3: PM: Fix INTC context save/restore
by Aaro Koskinen
· 16 years ago
0addd61
OMAP3: PM: INTC context save/restore
by Rajendra Nayak
· 16 years ago
1b26fe8
omap: Use ioremap in irq.c
by Tony Lindgren
· 15 years ago
9443453
OMAP: Add new function to check wether there is irq pending
by Jouni Hogander
· 16 years ago
a330bd4
Revert "ARM: OMAP: Mask interrupts when disabling interrupts, v2"
by Kevin Hilman
· 16 years ago
846c29f
ARM: OMAP3: Clean up spurious interrupt check logic
by Roger Quadros
· 16 years ago
5461af5
ARM: OMAP: Mask interrupts when disabling interrupts, v2
by 김규원
· 16 years ago
6ccc4c0
ARM: OMAP3: Warn about spurious interrupts
by Tony Lindgren
· 16 years ago
9301975
Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
Next »