summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | ASoC: Swap bias level enumerationJarkko Nikula2010-08-311-3/+3
| | * | | | | | Merge branch 'for-2.6.36' into for-2.6.37Mark Brown2010-08-16523-5284/+13493
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'topic/multi-component' of git://git.kernel.org/pub/scm/linux/ke...Mark Brown2010-08-127-161/+259
| | |\ \ \ \ \ \ \
| | | * | | | | | | ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood2010-08-127-161/+259
| | * | | | | | | | ASoC: Add initial WM8962 CODEC driverMark Brown2010-08-051-0/+23
| | |/ / / / / / /
| * | | | | | | | Merge branch 'topic/misc' into for-linusTakashi Iwai2010-10-254-2/+8
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ALSA: emu10k1: Fix warning: "CCR" redefinedNobuhiro Iwamatsu2010-10-181-0/+2
| | * | | | | | | | Merge branch 'fix/misc' into topic/miscTakashi Iwai2010-10-176-34/+25
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | ALSA: fix unused warnings with snd_power_get_stateMike Frysinger2010-10-171-1/+1
| | * | | | | | | | | Merge branch 'fix/misc' into topic/miscTakashi Iwai2010-10-1126-31/+96
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'fix/misc' into topic/miscTakashi Iwai2010-09-1430-88/+206
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / | | | |/| | | | | | | |
| | * | | | | | | | | | ALSA: Add more jack button slotsMark Brown2010-09-071-1/+4
| | * | | | | | | | | | Merge branch 'fix/misc' into topic/miscTakashi Iwai2010-09-0350-150/+508
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ | | | |/| | | | | | | |
| | * | | | | | | | | | ALSA: pcm midlevel code - add time check for double interrupt acknowledgeJaroslav Kysela2010-08-181-0/+1
* | | | | | | | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2010-10-251-736/+0
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | uwb: Remove the WLP subsystem and driversDavid Vrabel2010-10-251-736/+0
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-10-254-7/+57
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | of/irq: of_irq.c needs to include linux/irq.hGrant Likely2010-10-211-0/+1
| * | | | | | | | | | | | of/flattree: Eliminate need to provide early_init_dt_scan_chosen_archGrant Likely2010-10-211-1/+1
| * | | | | | | | | | | | of/device: Rework to use common platform_device_alloc() for allocating devicesGrant Likely2010-10-211-6/+7
| * | | | | | | | | | | | of/irq: remove references to NO_IRQ in drivers/of/platform.cAndres Salomon2010-10-131-0/+3
| * | | | | | | | | | | | of/promtree: add package-to-path support to pdtAndres Salomon2010-10-131-0/+3
| * | | | | | | | | | | | of/promtree: add of_pdt namespace to pdt codeAndres Salomon2010-10-131-1/+1
| * | | | | | | | | | | | of/promtree: no longer call prom_ functions directly; use an ops structureAndres Salomon2010-10-131-1/+19
| * | | | | | | | | | | | of/promtree: make drivers/of/pdt.c no longer sparc-onlyAndres Salomon2010-10-111-0/+24
* | | | | | | | | | | | | Coda: replace BKL with mutexYoshihisa Abe2010-10-251-0/+2
* | | | | | | | | | | | | Coda: push BKL regions into coda_upcall()Yoshihisa Abe2010-10-251-1/+1
* | | | | | | | | | | | | Coda: add spin lock to protect accesses to struct coda_inode_info.Yoshihisa Abe2010-10-252-5/+14
* | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-10-255-20/+97
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Input: serio - add support for PS2Mult multiplexer protocolDmitry Eremin-Solenikov2010-10-181-0/+1
| * | | | | | | | | | | | | Input: serio - support multiple child devices per single parentDmitry Eremin-Solenikov2010-10-131-1/+3
| * | | | | | | | | | | | | Input: add ROHM BU21013 touch panel controller supportNaveen Kumar Gaddipati2010-10-131-0/+44
| * | | | | | | | | | | | | Input: gameport_driver - drop private pointerDmitry Torokhov2010-09-141-2/+0
| * | | | | | | | | | | | | Input: gameport_driver - mark description as const pointerDmitry Torokhov2010-09-141-1/+1
| * | | | | | | | | | | | | Input: serio_driver - drop private pointerDmitry Torokhov2010-09-141-1/+0
| * | | | | | | | | | | | | Input: serio_driver - mark id_table and description as constDmitry Torokhov2010-09-141-2/+2
| * | | | | | | | | | | | | Input: media/IR - switch to using new keycode interfaceDmitry Torokhov2010-09-101-1/+1
| * | | | | | | | | | | | | Input: add support for large scancodesMauro Carvalho Chehab2010-09-101-11/+44
| * | | | | | | | | | | | | Input: fix a few typosDmitry Torokhov2010-09-051-1/+1
* | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-10-254-5/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | sh: clkfwk: Add a helper for rate rounding by divisor ranges.Paul Mundt2010-10-151-0/+3
| * | | | | | | | | | | | | | sh: clkfwk: Abstract rate rounding helper.Paul Mundt2010-10-151-0/+1
| * | | | | | | | | | | | | | sh: clkfwk: support clock remapping.Paul Mundt2010-10-151-0/+10
| * | | | | | | | | | | | | | sh: remove name and id from struct clkMagnus Damm2010-10-131-3/+0
| * | | | | | | | | | | | | | sh: intc: Split up the INTC code.Paul Mundt2010-10-051-1/+1
| * | | | | | | | | | | | | | sh: intc: Handle early lookups of subgroup IRQs.Paul Mundt2010-10-051-1/+1
| * | | | | | | | | | | | | | sh: intc: Support virtual mappings for IRQ subgroups.Paul Mundt2010-10-041-1/+11
| * | | | | | | | | | | | | | sh: intc: Implement reverse mapping for IRQs to per-controller IDs.Paul Mundt2010-10-041-0/+1
| * | | | | | | | | | | | | | sh: pfc: support pinmux deregistration.Paul Mundt2010-10-031-0/+1
| * | | | | | | | | | | | | | sh: Support early IRQ vector map reservation for delayed controllers.Paul Mundt2010-10-021-0/+1