aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl
Commit message (Expand)AuthorAgeFilesLines
* merged more uncritical stuff from 3.2.72Wolfgang Wiedmeyer2015-10-235-146/+177
* ASoC: fsl_ssi: properly initialize the sysfs attribute objectTimur Tabi2011-12-091-0/+1
* ASoC: MPC5200: replace of_device with platform_deviceTimur Tabi2011-10-031-3/+3
* ASoC: fsl: fix initialization of DMA buffersTimur Tabi2011-06-091-4/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-03-182-8/+4
|\
| * ASoC: Replace pdev with card in machine driver probe and removeMark Brown2011-01-272-8/+4
* | dt/sound: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-285-33/+27
|/
* ASoC: Add missing dev_set_drvdata in p1022_ds_probeAxel Lin2010-11-291-0/+1
* ASoC: Add missing dev_set_drvdata in mpc8610_hpcd_probeAxel Lin2010-11-291-0/+1
* ASoC: pcm030-audio-fabric: fix resource leak in pcm030_fabric_init error pathAxel Lin2010-11-251-0/+1
* ASoC: efika-audio-fabric: fix resource leak in efika_fabric_init error pathAxel Lin2010-11-251-0/+1
* ASoC: MPC5200: Eliminate duplicate include of of_device.hJesper Juhl2010-11-231-1/+0
* ASoC: Return proper error if snd_soc_register_dais fails in psc_i2s_of_probeAxel Lin2010-11-081-1/+1
* ASoC: fsl - fix build error in pcm030-audio-fabric.cLiam Girdwood2010-10-261-2/+1
* ASoC: pl022_ds.c: Add of_node_put to avoid memory leakJulia Lawall2010-09-021-5/+6
* ASoC: mpc8610: replace of_device with platform_deviceTimur Tabi2010-08-203-36/+39
* Merge branch 'for-2.6.37' of git://git.kernel.org/pub/scm/linux/kernel/git/lr...Mark Brown2010-08-202-19/+73
|\
| * asoc/multi-component: fsl: add support for variable SSI FIFO depthTimur Tabi2010-08-182-19/+73
* | ASoC: add support for the Freescale P1022 DS reference boardTimur Tabi2010-08-203-8/+614
* | ASoC: add support for separate codec DAIs to the fsl_dma driverTimur Tabi2010-08-201-13/+21
|/
* Merge branch 'for-2.6.36' into for-2.6.37Mark Brown2010-08-163-9/+23
|\
| * Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-125-10/+10
| |\
| | * of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-065-10/+10
| * | Merge remote branch 'gcl/next' into nextBenjamin Herrenschmidt2010-08-091-4/+18
| |\ \
| | * | sound/soc: mpc5200_psc_ac97: Use gpio pins for cold resetEric Millbrandt2010-08-061-4/+18
| | |/
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-08-072-13/+0
| |\ \ | | |/ | |/|
| | * Merge branch 'topic/asoc' into for-linusTakashi Iwai2010-08-052-13/+0
| | |\
| * | \ Merge branch 'master' into for-nextJiri Kosina2010-08-041-1/+1
| |\ \ \ | | |/ /
| | * | powerpc/5200: Fix build error in sound code.Grant Likely2010-06-151-1/+1
| * | | Merge branch 'master' into for-nextJiri Kosina2010-06-164-10/+12
| |\ \ \ | | |/ /
| * | | fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-161-1/+1
* | | | asoc/multi-component: fsl: add support for disabled SSI nodesTimur Tabi2010-08-121-3/+10
* | | | asoc/multi-component: fsl: fix exit and error paths in DMA and SSI driversTimur Tabi2010-08-122-29/+23
* | | | asoc/multi-component: fsl: add support for 36-bit physical addressesTimur Tabi2010-08-121-26/+51
* | | | powerpc: rename immap_86xx.h to fsl_guts.h, and add 85xx supportTimur Tabi2010-08-122-7/+5
* | | | ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood2010-08-1215-882/+728
| |_|/ |/| |
* | | ASoC: Remove unused header from MPC5200 PSC driverGrant Likely2010-06-122-13/+0
| |/ |/|
* | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-223-5/+7
* | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-183-5/+5
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-305-0/+5
* of: add 'of_' prefix to machine_is_compatible()Grant Likely2010-02-092-2/+2
* ASoC: mpc5200: remove duplicate identical IRQ handlerGrant Likely2009-11-101-30/+3
* ASoC/mpc5200: fix enable/disable of AC97 slotsGrant Likely2009-11-072-18/+25
* ASoC/mpc5200: add to_psc_dma_stream() helperGrant Likely2009-11-072-6/+10
* ASoC/mpc5200: Improve printk debug output for triggerGrant Likely2009-11-072-5/+11
* ASoC/mpc5200: get rid of the appl_ptr tracking nonsenseGrant Likely2009-11-072-46/+8
* ASoC/mpc5200: Track DMA position by period number instead of bytesGrant Likely2009-11-072-25/+11
* Merge branch 'fix/asoc' into for-linusTakashi Iwai2009-09-171-13/+20
|\
| * ASoC: Clean up error handling in MPC5200 DMA setupJulia Lawall2009-09-121-13/+20
* | Merge branch 'topic/asoc' into for-linusTakashi Iwai2009-09-102-1/+19
|\ \ | |/