summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-03ASoC: fsi: add .init/.quit handler supportKuninori Morimoto1-0/+4
2012-02-03ASoC: fsi: PortA/B information was controlled by sh_fsi_port_infoKuninori Morimoto6-50/+48
2012-02-03ASoC: fsi: fsi_stream_is_working() care substream->runtimeKuninori Morimoto1-4/+2
2012-02-03ASoC: fsi: add .start_stop handler to fsi_stream_handlerKuninori Morimoto1-22/+29
2012-02-03ASoC: fsi: don't use is_play as a parameter of fsi functionsKuninori Morimoto1-49/+45
2012-02-03ASoC: fsi: tidyup: fsi_pio_xxx() are gatheredKuninori Morimoto1-52/+49
2012-02-03ASoC: fsi: add fsi_stream_handler and PIO handlerKuninori Morimoto1-15/+118
2012-02-03ASoC: fsi: use fsi_stream in fsi_get_current_fifo_samples() parameterKuninori Morimoto1-3/+7
2012-02-03ASoC: fsi: re-define fsi_is_play() and fsi_stream_is_play()Kuninori Morimoto1-5/+10
2012-02-03ASoC: fsi: modify fsi_pio_get_area() parameter and using positionKuninori Morimoto1-26/+17
2012-02-03ASoC: fsi: rename fsi_stream_push/pop() to fsi_stream_init/quit()Kuninori Morimoto1-4/+4
2012-02-03ASoC: fsi: remove unnecessary parameter from fsi_hw_shutdown()Kuninori Morimoto1-4/+2
2012-02-03ASoC: fsi: tidyup: move fsi_fifo_init() onto fsi_hw_startup()Kuninori Morimoto1-55/+54
2012-02-03ASoC: fsi: rename fsi_dma_soft_xxx() to fsi_pio_xxx()Kuninori Morimoto1-14/+14
2012-02-03ASoC: fsi: data push/pop calculation part was dividedKuninori Morimoto1-59/+45
2012-02-03ASoC: fsi: tidyup: fsi_stream_xx() functions were gatheredKuninori Morimoto1-58/+57
2012-02-03ASoC: fsi: reduce runtime calculation by using pre-settingKuninori Morimoto1-6/+5
2012-02-03ASoC: tegra: Remove unused DAPM route structure.Leon Romanovsky1-16/+0
2012-02-03ASoC: Tegra+ALC5632: Enable headset autodetection on PAZ00 board.Leon Romanovsky1-4/+35
2012-02-02ASoC: pcm: Improve error loggingMark Brown1-17/+22
2012-02-02ASoC: Convert afeb9260 to table based DAPM initAxel Lin1-8/+6
2012-02-02ASoC: Use dai_fmt in afeb9260 machine driverAxel Lin1-21/+2
2012-02-01ASoC: blackfin: Use dai_fmtLars-Peter Clausen7-98/+27
2012-02-01ASoC: wm9712: Add TLV information for microphone inputMark Brown1-3/+7
2012-02-01ASoC: wm9712: Remove driver specific versionMark Brown1-4/+0
2012-02-01ASoC: wm5100: Handle failures to determine accessory polarityMark Brown1-12/+25
2012-02-01ASoC: wm8996: Use devm_regulator_bulk_get()Mark Brown1-6/+3
2012-02-01ASoC: wm8996: Switch to using common code for managing CPVDD supplyMark Brown1-27/+5
2012-02-01Merge tag 'v3.3-rc2' into for-3.4Mark Brown582-8259/+5418
2012-02-01Linux 3.3-rc2v3.3-rc2Linus Torvalds1-1/+1
2012-01-31ASoC: Tegra+ALC5632 machine: Add device tree binding documentationLeon Romanovsky1-0/+57
2012-01-31ASoC: ALC5632: Add device tree binding documentationLeon Romanovsky2-0/+25
2012-01-31ASoC: Tegra+ALC5632: Implement device tree support in board fileLeon Romanovsky1-9/+69
2012-01-31ASoC: wm_hubs: Push check for idle_bias_off out into driversMark Brown3-6/+14
2012-01-31ASoC: core: Support suspend to diskMark Brown1-2/+1
2012-01-31Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstreamLinus Torvalds11-37/+89
2012-01-31ASoC: wm8993: Convert to use a regmap patchMark Brown1-5/+13
2012-01-31ASoC: fsi: Remove unneeded empty runtime PM callbacksMark Brown1-14/+0
2012-01-31ASoC: max9768: Fix up review comments in max9768 driverMark Brown1-7/+1
2012-01-31Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-13/+14
2012-01-31Merge branch 'for-torvalds' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-72/+93
2012-01-31Merge tag 'tty-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds31-656/+346
2012-01-31ASoC: max9768: add driver for max9768 amplifierWolfram Sang4-0/+283
2012-01-30Merge tag 'usb-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds37-2732/+224
2012-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds18-68/+59
2012-01-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-1/+1
2012-01-30af_unix: fix EPOLLET regression for stream socketsEric Dumazet1-15/+4
2012-01-30tcp: fix tcp_trim_head() to adjust segment count with skb MSSNeal Cardwell1-4/+2
2012-01-30net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTLGlauber Costa3-3/+16
2012-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds6-92/+48