| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-08-09 | ALSA: platform: Check CONFIG_PM_SLEEP instead of CONFIG_PM | Takashi Iwai | 1 | -2/+2 |
| 2012-07-03 | ALSA: convert PM ops of platform_driver to new pm ops | Takashi Iwai | 1 | -6/+3 |
| 2012-03-29 | Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm... | Linus Torvalds | 2 | -0/+2 |
| 2012-03-29 | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -1/+1 |
| 2012-03-25 | ARM: pxa: use common IOMEM definition | Rob Herring | 2 | -0/+2 |
| 2012-03-16 | ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driver | viresh kumar | 1 | -12/+1 |
| 2012-01-25 | sound: pxa2xx-ac97: include mach/irqs.h directly | Rob Herring | 1 | -1/+1 |
| 2012-01-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 1 | -12/+1 |
| 2011-11-27 | ALSA: convert sound/* to use module_platform_driver() | Axel Lin | 1 | -12/+1 |
| 2011-11-22 | sound: aaci: Enable module alias autogeneration for AMBA drivers | Dave Martin | 1 | -0/+2 |
| 2011-10-31 | sound: Add module.h to the previously silent sound users | Paul Gortmaker | 2 | -0/+2 |
| 2011-09-22 | sound: irq: Remove IRQF_DISABLED | Yong Zhang | 2 | -2/+2 |
| 2011-04-03 | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/br... | Mark Brown | 1 | -0/+3 |
| 2011-04-03 | ASoC: PXA: Fix oops in __pxa2xx_pcm_prepare | Vasily Khoruzhick | 1 | -0/+3 |
| 2011-03-17 | Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into drivers | Russell King | 1 | -2/+9 |
| 2011-02-23 | ARM: amba: make probe() functions take const id tables | Russell King | 1 | -1/+2 |
| 2011-02-07 | ALSA: AACI: allow writes to MAINCR to take effect | Russell King | 1 | -1/+7 |
| 2011-01-26 | ALSA: AACI: make fifo variables more explanitory | Russell King | 2 | -20/+26 |
| 2011-01-26 | ALSA: AACI: no need to call snd_pcm_period_elapsed() for each period | Russell King | 1 | -8/+10 |
| 2011-01-26 | ALSA: AACI: use snd_pcm_lib_period_bytes() | Russell King | 2 | -3/+4 |
| 2011-01-26 | ALSA: AACI: clean up AACI announcement printk | Russell King | 1 | -3/+3 |
| 2011-01-26 | ALSA: AACI: fix channel mask selection | Russell King | 1 | -50/+20 |
| 2011-01-25 | ALSA: AACI: fix number of channels for record | Russell King | 1 | -62/+52 |
| 2011-01-25 | ALSA: AACI: fix multiple IRQ claiming | Russell King | 2 | -9/+17 |
| 2011-01-25 | ALSA: AACI: fix timeout duration | Russell King | 1 | -19/+23 |
| 2011-01-25 | ALSA: AACI: fix timeout condition checking | Russell King | 1 | -3/+3 |
| 2010-04-16 | Merge branch 'fix/misc' into for-linus | Takashi Iwai | 1 | -2/+5 |
| 2010-04-13 | ALSA: aaci - Fix alignment faults on ARM Cortex introduced by commit 29a4f2d3 | Philby John | 1 | -2/+5 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2010-03-22 | Merge commit 'v2.6.34-rc2' into for-2.6.34 | Mark Brown | 1 | -62/+6 |
| 2010-03-19 | ASoC: pxa-pcm-lib: initialize DMA channel to -1 | Daniel Mack | 1 | -0/+1 |
| 2010-03-02 | [ARM] pxa: remove now unnecessary pxa_gpio_mode() calls in ac97 | Eric Miao | 1 | -8/+0 |
| 2010-03-02 | [ARM] pxa: introduce processor specific pxa27x_assert_ac97reset() | Eric Miao | 1 | -44/+6 |
| 2010-03-02 | [ARM] pxa: remove the unnecessary restoring of MFP registers | Eric Miao | 1 | -10/+0 |
| 2009-12-26 | ALSA: sound/arm: Fix build failure caused by missing struct aaci definition | Peter Huewe | 1 | -2/+1 |
| 2009-12-18 | ALSA: AACI: switch to per-pcm locking | Russell King | 2 | -21/+30 |
| 2009-12-18 | ALSA: AACI: add double-rate support | Russell King | 1 | -2/+15 |
| 2009-12-18 | ALSA: AACI: factor common hw_params logic into aaci_pcm_hw_params | Russell King | 1 | -15/+7 |
| 2009-12-18 | ALSA: AACI: cleanup aaci_pcm_hw_params | Russell King | 1 | -11/+7 |
| 2009-12-18 | ALSA: AACI: simplify codec rate information | Russell King | 1 | -72/+3 |
| 2009-12-18 | ALSA: aaci - Fix a typo | Takashi Iwai | 1 | -1/+1 |
| 2009-12-15 | const: constify remaining dev_pm_ops | Alexey Dobriyan | 1 | -1/+1 |
| 2009-12-04 | Merge branch 'topic/misc' into for-linus | Takashi Iwai | 1 | -14/+5 |
| 2009-12-04 | Merge branch 'topic/core-change' into for-linus | Takashi Iwai | 4 | -95/+6 |
| 2009-12-01 | ALSA: aaci - Clean up duplicate code | Takashi Iwai | 1 | -9/+3 |
| 2009-12-01 | Merge branch 'fix/misc' into topic/misc | Takashi Iwai | 1 | -1/+5 |
| 2009-11-30 | ALSA: AACI: fix recording bug | Russell King | 1 | -1/+1 |
| 2009-11-30 | ALSA: AACI: fix AC97 multiple-open bug | Russell King | 1 | -0/+4 |
| 2009-11-27 | ALSA: Remove old DMA-mmap code from arm/devdma.c | Takashi Iwai | 4 | -95/+6 |
| 2009-11-23 | ALSA: AACI cleanup | Russell King | 1 | -5/+2 |
| 2009-10-13 | ALSA: aaci: ARM1176 aaci-pl041 AC97 register read timeout | Philby John | 1 | -0/+1 |
| 2009-09-21 | Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/... | Russell King | 1 | -9/+11 |
| 2009-09-10 | [ARM] pxa: update pxa2xx-ac97.c to use 'struct dev_pm_ops' | Mike Rapoport | 1 | -9/+11 |
| 2009-09-04 | ASoC: fix pxa2xx-ac97.c breakage | Robert Schwebel | 1 | -1/+1 |
| 2009-08-23 | ASoC: Pass correct platform data from pxa2xx-ac97 | Marek Vasut | 1 | -2/+2 |
| 2009-08-19 | ALSA: Restore support for DMAless DAIs on PXA | Mark Brown | 1 | -0/+3 |
| 2009-08-13 | ALSA: Allow passing platform_data for pxa2xx-ac97 | Marek Vasut | 1 | -0/+10 |
| 2009-07-09 | ASoC: Fix NULL pointer dereference in __pxa2xx_pcm_hw_free | Daniel Mack | 1 | -1/+1 |
| 2009-06-11 | [ARM] 5544/1: Trust PrimeCell resource sizes | Linus Walleij | 1 | -1/+1 |
| 2009-05-20 | [ARM] 5519/1: amba probe: pass "struct amba_id *" instead of void * | Alessandro Rubini | 1 | -1/+1 |
| 2009-05-11 | pxa2xx-ac97: fix reset gpio mode setting | Mike Rapoport | 1 | -1/+1 |
| 2009-04-15 | [ARM] pxa: merge AC97 platform data structures | Mark Brown | 1 | -1/+1 |
| 2009-04-06 | Merge branch 'topic/asoc' into for-linus | Takashi Iwai | 1 | -5/+10 |
| 2009-04-02 | pxa2xx-ac97: fix displaying GSR after reset timeout | Luotao Fu | 1 | -5/+10 |
| 2009-03-28 | Merge branch 'origin' into devel | Russell King | 6 | -1009/+73 |
| 2009-03-24 | Merge branch 'topic/drop-l3' into for-linus | Takashi Iwai | 3 | -998/+0 |
| 2009-03-24 | Merge branch 'topic/asoc' into for-linus | Takashi Iwai | 1 | -5/+66 |
| 2009-03-24 | Merge branch 'topic/misc' into for-linus | Takashi Iwai | 1 | -1/+1 |
| 2009-03-24 | Merge branch 'topic/snd_card_new-err' into for-linus | Takashi Iwai | 3 | -10/+11 |
| 2009-03-19 | ALSA: Fix wrong pointer to dev_err() in arm/pxa2xx-ac97-lib.c | Takashi Iwai | 1 | -1/+1 |
| 2009-03-17 | ALSA: drop outdated and broken sa11xx-uda1341 driver | Dmitry Artamonow | 3 | -998/+0 |
| 2009-03-17 | Merge branch 'topic/snd_card_new-err' into topic/drop-l3 | Takashi Iwai | 3 | -10/+11 |
| 2009-03-15 | ASoC: Allow choice of ac97 gpio reset line | Robert Jarzmik | 1 | -5/+66 |
| 2009-03-13 | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel | Russell King | 1 | -3/+3 |
| 2009-03-09 | [ARM] pxa: remove unnecessary #include of pxa-regs.h and hardware.h | Eric Miao | 3 | -5/+1 |
| 2009-02-10 | [ARM] AACI: timeout will reach -1 | Roel Kluin | 1 | -3/+3 |
| 2009-02-05 | ALSA: Add missing KERN_* prefix to printk in other sound/* | Takashi Iwai | 1 | -1/+1 |
| 2009-01-12 | ALSA: Convert to snd_card_create() in other sound/* | Takashi Iwai | 3 | -10/+11 |
| 2009-01-05 | pxa2xx-ac97: switch AC unit to correct state before probing | Dmitry Baryshkov | 1 | -9/+16 |
| 2008-12-02 | [ARM] pxa: move AC97 register definitions into dedicated regs-ac97.h | Eric Miao | 2 | -1/+2 |
| 2008-12-02 | [ARM] pxa: explicit #include <mach/dma.h> in various drivers | Eric Miao | 1 | -1/+1 |
| 2008-10-23 | Merge branches 'topic/asoc', 'topic/misc-fixes' and 'topic/hda' into for-linus | Takashi Iwai | 1 | -1/+1 |
| 2008-10-22 | ALSA: Ensure PXA runtime data is initialised | Mark Brown | 1 | -1/+1 |
| 2008-10-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 1 | -6/+6 |
| 2008-10-14 | ALSA: Fix pxa2xx-ac97-lib.c compilation | Marc Zyngier | 1 | -6/+6 |
| 2008-10-11 | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 1 | -2/+2 |
| 2008-10-07 | [ARM] pxa: simplify DMA register definitions | Eric Miao | 1 | -2/+2 |
| 2008-09-23 | ALSA: Separate common pxa2xx-pcm code | Dmitry Baryshkov | 5 | -252/+300 |
| 2008-09-23 | ALSA: pxa2xx-ac97-lib: support building for several CPUs | Dmitry Baryshkov | 1 | -78/+137 |
| 2008-09-23 | ALSA: Separate common pxa2xx-ac97 code | Dmitry Baryshkov | 4 | -229/+351 |
| 2008-09-09 | ALSA: fix section for sa11xx-uda1341 platform driver | Uwe Kleine-König | 1 | -1/+1 |
| 2008-09-04 | ALSA: aaci - Fix NULL test at error path | Takashi Iwai | 1 | -3/+3 |
| 2008-08-13 | ALSA: Kill snd_assert() in other places | Takashi Iwai | 1 | -2/+3 |
| 2008-08-07 | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach | Russell King | 3 | -8/+8 |
| 2008-08-07 | [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead | Russell King | 3 | -3/+3 |
| 2008-05-27 | sound: Convert to menuconfig | Takashi Iwai | 1 | -6/+15 |
| 2008-05-27 | [ALSA] remove CVS keywords | Adrian Bunk | 1 | -2/+0 |
| 2008-04-24 | [ALSA] pxa2xx-ac97: Support PXA3xx AC97 | Mark Brown | 1 | -0/+24 |
| 2008-04-24 | [ALSA] sound: fix platform driver hotplug/coldplug | Kay Sievers | 1 | -0/+2 |
| 2008-04-24 | [ALSA] sound: replace remaining __FUNCTION__ occurences | Harvey Harrison | 1 | -4/+4 |
| 2008-04-19 | [ARM] pxa: separate GPIOs and their mode definitions to pxa2xx-gpio.h | eric miao | 1 | -0/+1 |
| 2008-04-19 | [ARM] 4833/3: Convert non-SoC PXA2xx AC97 driver to clock API | Mark Brown | 1 | -8/+40 |
| 2008-01-31 | [ALSA] Remove sound/driver.h | Takashi Iwai | 5 | -5/+0 |
| 2008-01-31 | [ALSA] Add missing device link | Takashi Iwai | 1 | -0/+1 |
| 2007-12-08 | [ARM] 4690/1: PXA: fix CKEN corruption in PXA27x AC97 cold reset code | Michael Brunner | 1 | -2/+2 |
| 2007-10-18 | Add missing newlines to some uses of dev_<level> messages | Joe Perches | 1 | -2/+2 |
| 2007-10-16 | [ALSA] Get rid of dead code in sound/arm/sa11xx-uda1341.c | Michal Piotrowski | 1 | -31/+4 |
| 2007-07-02 | [ARM] 4458/1: pxa: Fix CKEN usage and hence fix pxa suspend/resume | Richard Purdie | 1 | -1/+1 |
| 2007-06-01 | potential parse error in ifdef | Yoann Padioleau | 1 | -1/+1 |
| 2007-04-21 | [ARM] 4304/1: removes the unnecessary bit number from CKENnn_XXXX | Eric Miao | 1 | -6/+6 |
| 2007-02-20 | [ARM] Fix ARM AACI ALSA driver | Russell King | 1 | -6/+6 |
| 2007-02-19 | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2 | -60/+296 |
| 2007-02-18 | [ARM] 4140/1: AACI stability add ac97 timeout and retries | Kevin Hilman | 1 | -11/+39 |
| 2007-02-18 | [ARM] 4139/1: AACI record support | Kevin Hilman | 2 | -46/+253 |
| 2007-02-18 | [ARM] 4138/1: AACI: multiple channel support for IRQ handling | Kevin Hilman | 1 | -3/+4 |
| 2007-02-14 | [ALSA] Fix __devinit and __devexit issues with sound drivers | Prarit Bhargava | 1 | -3/+3 |
| 2007-02-09 | [ALSA] arm header fix | Andrew Morton | 1 | -1/+1 |
| 2006-12-07 | [PATCH] make 1-bit bitfields unsigned | Mariusz Kozlowski | 1 | -1/+1 |
| 2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 3 | -3/+3 |
| 2006-07-02 | [PATCH] irq-flags: sound: Use the new IRQF_ constants | Thomas Gleixner | 1 | -1/+1 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
| 2006-06-27 | [PATCH] 64bit resource: fix up printks for resources in sound drivers | Greg Kroah-Hartman | 1 | -2/+3 |
| 2006-06-22 | [ALSA] Remove zero-initialization of static variables | Takashi Iwai | 1 | -1/+1 |
| 2006-06-22 | [ALSA] unregister platform device again if probe was unsuccessful | Rene Herman | 1 | -5/+9 |
| 2006-03-22 | [ALSA] semaphore -> mutex (Archs, misc buses) | Ingo Molnar | 3 | -12/+12 |
| 2006-02-01 | [ARM] 3290/1: Fix the FIFO size detection | Catalin Marinas | 1 | -4/+10 |
| 2006-01-07 | Merge with Linus' kernel. | Russell King | 9 | -244/+272 |
| 2006-01-07 | [ARM] Move AMBA include files to include/linux/amba/ | Russell King | 1 | -1/+1 |
| 2006-01-03 | [ALSA] make the pxa2xx-ac97 module more robust against PXA27x bugs | Nicolas Pitre | 1 | -17/+22 |
| 2006-01-03 | [ALSA] unregister platform devices | Clemens Ladisch | 1 | -2/+4 |
| 2006-01-03 | [ALSA] Remove SND_GENERIC_DRIVER from arm/Kconfig | Takashi Iwai | 1 | -1/+0 |
| 2006-01-03 | [ALSA] Use platform_device | Takashi Iwai | 1 | -21/+57 |
| 2006-01-03 | [ALSA] Fix PM support | Takashi Iwai | 2 | -29/+19 |
| 2006-01-03 | [ALSA] Remove xxx_t typedefs: ARM SA11xx-UDA1341 | Takashi Iwai | 1 | -64/+61 |
| 2006-01-03 | [ALSA] Remove xxx_t typedefs: ARM PXA2xx | Takashi Iwai | 3 | -61/+62 |
| 2006-01-03 | [ALSA] Remove xxx_t typedefs: ARM AACI | Takashi Iwai | 4 | -48/+48 |
| 2006-01-03 | [ALSA] Clean up sa11xx-uda1341 driver | Takashi Iwai | 1 | -20/+18 |
| 2005-11-09 | [DRIVER MODEL] Convert platform drivers to use struct platform_driver | Russell King | 1 | -17/+18 |
| 2005-10-29 | Create platform_device.h to contain all the platform device details. | Russell King | 1 | -1/+1 |
| 2005-10-28 | Merge ../bleed-2.6 | Greg KH | 1 | -0/+1 |
| 2005-10-28 | [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks | Russell King | 1 | -4/+4 |
| 2005-10-28 | [ARM] 3/4: Remove asm/hardware.h from Versatile and Integrator io.h | Russell King | 1 | -0/+1 |
| 2005-10-07 | [ALSA] Fix pm_message_t in PXA2XX-AC97 driver | Dirk Opfer | 1 | -1/+1 |
| 2005-09-17 | [PATCH] Fix up some pm_message_t types | Richard Purdie | 1 | -1/+1 |
| 2005-09-12 | [ALSA] Replace with kzalloc() - others | Takashi Iwai | 1 | -2/+2 |
| 2005-09-12 | [ALSA] Add snd_card_set_generic_dev() call | Takashi Iwai | 2 | -1/+5 |
| 2005-09-12 | [ALSA] Add snd_card_set_dev() | Takashi Iwai | 1 | -0/+2 |
| 2005-09-07 | [PATCH] iomem annotations (sound/arm/aaci) | viro@ZenIV.linux.org.uk | 2 | -5/+5 |
| 2005-09-07 | [PATCH] Fix sound/arm/Makefile for locality of reference | Russell King | 1 | -7/+9 |
| 2005-08-30 | [ALSA] Fix compiler warnings in PXA2XX-AC97 | Dirk Opfer | 1 | -4/+4 |
| 2005-08-30 | [ALSA] PXA27x AC97 warm reset | Liam Girdwood | 1 | -2/+2 |
| 2005-07-28 | [ALSA] Add ARM PXA2xx AC97 driver | Takashi Iwai | 5 | -4/+824 |
| 2005-05-29 | [ALSA] ARM AACI primecell driver | Russell King | 4 | -0/+1223 |
| 2005-05-29 | [ALSA] ARM DMA subsystem | Russell King | 2 | -0/+84 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 3 | -0/+999 |