index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM: at91/tc: add device tree support to atmel_tclib
Nicolas Ferre
2012-03-01
8
-2
/
+122
*
ARM: at91/tclib: take iomem size from resource
Nicolas Ferre
2012-03-01
3
-12
/
+13
*
ARM: at91/pit: add traces in case of error
Nicolas Ferre
2012-03-01
1
-2
/
+7
*
ARM: at91: pit add DT support
Jean-Christophe PLAGNIOL-VILLARD
2012-03-01
5
-4
/
+81
*
ARM: at91: AIC and GPIO IRQ device tree initialization
Nicolas Ferre
2012-03-01
4
-61
/
+168
*
ARM: at91/board-dt: remove AIC irq domain from board file
Nicolas Ferre
2012-03-01
1
-8
/
+0
*
ARM: at91/gpio: remove the static specification of gpio_chip.base
Nicolas Ferre
2012-03-01
1
-7
/
+6
*
ARM: at91/gpio: add .to_irq gpio_chip handler
Nicolas Ferre
2012-03-01
2
-12
/
+13
*
ARM: at91/gpio: non-DT builds do not have gpio_chip.of_node field
Nicolas Ferre
2012-03-01
1
-1
/
+6
*
ARM: at91/gpio: add irqdomain and DT support
Nicolas Ferre
2012-03-01
5
-46
/
+291
*
ARM: at91/gpio: change comments and one variable name
Nicolas Ferre
2012-03-01
1
-11
/
+14
*
ARM/USB: at91/ohci-at91: remove the use of irq_to_gpio
Nicolas Ferre
2012-03-01
1
-2
/
+3
*
ARM: at91/snapper9260: move gpio_to_irq out of structure initialization
Nicolas Ferre
2012-03-01
1
-3
/
+7
*
ARM: at91/aic: add irq domain and device tree support
Nicolas Ferre
2012-03-01
5
-30
/
+117
*
Merge branch 'irqdomain/next' of git://git.secretlab.ca/git/linux-2.6
Nicolas Ferre
2012-03-01
424
-44304
/
+3720
|
\
|
*
mfd: twl-core: Add IRQ_DOMAIN dependency
Grant Likely
2012-02-27
1
-0
/
+1
|
*
devicetree: Add empty of_platform_populate() for !CONFIG_OF_ADDRESS (sparc)
Grant Likely
2012-02-27
3
-7
/
+14
|
*
irq_domain: Centralize definition of irq_dispose_mapping()
Grant Likely
2012-02-27
4
-22
/
+7
|
*
irq_domain/mips: Allow irq_domain on MIPS
Grant Likely
2012-02-24
4
-18
/
+14
|
*
irq_domain/x86: Convert x86 (embedded) to use common irq_domain
Grant Likely
2012-02-23
5
-95
/
+34
|
*
ppc-6xx: fix build failure in flipper-pic.c and hlwd-pic.c
Paul Gortmaker
2012-02-23
2
-6
/
+6
|
*
irq_domain/microblaze: Convert microblaze to use irq_domains
Grant Likely
2012-02-16
5
-99
/
+45
|
*
irq_domain/powerpc: Replace custom xlate functions with library functions
Grant Likely
2012-02-16
7
-97
/
+7
|
*
irq_domain/powerpc: constify irq_domain_ops
Grant Likely
2012-02-16
22
-22
/
+22
|
*
irq_domain/c6x: Use library of xlate functions
Grant Likely
2012-02-16
2
-13
/
+2
|
*
irq_domain/c6x: constify irq_domain structures
Grant Likely
2012-02-16
3
-3
/
+3
|
*
irq_domain/c6x: Convert c6x to use generic irq_domain support.
Mark Salter
2012-02-16
4
-849
/
+21
|
*
irq_domain: constify irq_domain_ops
Grant Likely
2012-02-16
3
-24
/
+23
|
*
irq_domain: Create common xlate functions that device drivers can use
Grant Likely
2012-02-16
2
-10
/
+67
|
*
irq_domain: Remove irq_domain_add_simple()
Grant Likely
2012-02-16
8
-22
/
+12
|
*
irq_domain: Remove 'new' irq_domain in favour of the ppc one
Grant Likely
2012-02-16
9
-263
/
+71
|
*
mfd: twl-core.c: Fix the number of interrupts managed by twl4030
Benoit Cousson
2012-02-16
1
-1
/
+1
|
*
of/address: add empty static inlines for !CONFIG_OF
Grant Likely
2012-02-16
1
-4
/
+29
|
*
irq_domain: Add support for base irq and hwirq in legacy mappings
Grant Likely
2012-02-16
5
-38
/
+85
|
*
irq_domain: Replace irq_alloc_host() with revmap-specific initializers
Grant Likely
2012-02-16
35
-185
/
+198
|
*
irq_domain: Remove references to old irq_host names
Grant Likely
2012-02-16
1
-111
/
+108
|
*
irq_domain: remove NO_IRQ from irq domain code
Grant Likely
2012-02-16
1
-19
/
+19
|
*
irq_domain: Move irq_domain code from powerpc to kernel/irq
Grant Likely
2012-02-16
5
-650
/
+643
|
*
irq_domain/powerpc: Eliminate virq_is_host()
Grant Likely
2012-02-16
3
-14
/
+6
|
*
irq_domain/powerpc: eliminate irq_map; use irq_alloc_desc() instead
Grant Likely
2012-02-14
2
-198
/
+69
|
*
irq_domain/powerpc: Use common irq_domain structure instead of irq_host
Grant Likely
2012-02-14
43
-348
/
+277
|
*
irq_domain: convert microblaze from irq_host to irq_domain
Grant Likely
2012-02-14
3
-5
/
+3
|
*
irq_domain: Make irq_domain structure match powerpc's irq_host
Grant Likely
2012-02-14
3
-34
/
+78
|
*
irq_domain: Be less verbose
Grant Likely
2012-02-14
1
-3
/
+1
|
*
irq_domain: add documentation and MAINTAINERS entry.
Grant Likely
2012-02-14
2
-0
/
+126
|
*
Merge tag 'sound-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwa...
Linus Torvalds
2012-02-14
5
-7
/
+35
|
|
\
|
|
*
ALSA: intel8x0: Fix default inaudible sound on Gateway M520
Daniel T Chen
2012-02-14
1
-0
/
+6
|
|
*
Merge tag 'asoc-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Takashi Iwai
2012-02-14
1
-5
/
+1
|
|
|
\
|
|
|
*
ASoC: fsi: fixup fsi_pointer() calculation method
Kuninori Morimoto
2012-02-09
1
-5
/
+1
|
|
*
|
Merge branch 'fix/acer-alc889-fix' into fix/hda
Takashi Iwai
2012-02-13
1
-0
/
+23
|
|
|
\
\
[next]