summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
*-------. Merge remote-tracking branches 'asoc/topic/rcar', 'asoc/topic/reg-default', '...Mark Brown2015-08-3046-292/+1130
|\ \ \ \ \
| | | | | * ASoC: rt286: Constify dmi_system_id tableAxel Lin2015-07-081-2/+2
| | | | | * ASoC: rt286: Prefix hexadecimal ID register value with 0x in error printJarkko Nikula2015-07-061-1/+1
| | | | * | ASoC: rockchip: fix platform_no_drv_owner.cocci warningskbuild test robot2015-08-261-1/+0
| | | | * | ASoC: rockchip: fix platform_no_drv_owner.cocci warningskbuild test robot2015-08-261-1/+0
| | | | * | ASoC: rockchip: fix a misjudgement by returnXing Zheng2015-08-261-1/+1
| | | * | | ASoC: rl6231: Simplify DMIC divider calculation expressionAnatol Pomozov2015-08-061-15/+15
| | | * | | ASoC: Add function "rl6231_get_pre_div" to correct the dmic clock calculationOder Chiou2015-08-057-13/+68
| | | * | | ASoC: rl6231: add pll preset tableBard Liao2015-07-231-1/+26
| | * | | | Merge tag 'regmap-seq-delay-api' of git://git.kernel.org/pub/scm/linux/kernel...Mark Brown2015-07-1727-51/+62
| | |\ \ \ \
| | | * | | | regmap: Use reg_sequence for multi_reg_write / register_patchNariman Poushin2015-07-1627-51/+62
| | | | |_|/ | | | |/| |
| * | | | | ASoC: rsnd: Silence DMA slave ID compile warning on 64-bitGeert Uytterhoeven2015-08-111-1/+1
| * | | | | ASoC: rcar ctu: Staticise local symbolsLars-Peter Clausen2015-07-291-1/+1
| * | | | | ASoC: rsnd: tidyup parameter assignment positionKuninori Morimoto2015-07-211-2/+5
| * | | | | ASoC: rsnd: add MIX (Mixer) supportKuninori Morimoto2015-07-178-13/+333
| * | | | | ASoC: rsnd: add CTU (Channel Transfer Unit) prototype supportKuninori Morimoto2015-07-178-6/+236
| * | | | | ASoC: rsnd: update Audio DMA path search methodKuninori Morimoto2015-07-171-35/+53
| * | | | | ASoC: rsnd: tidyup SRC position on each codeKuninori Morimoto2015-07-163-24/+24
| * | | | | ASoC: rsnd: add rsnd_io_to_mod()Kuninori Morimoto2015-07-161-3/+4
| * | | | | ASoC: rsnd: dma: add DMA name on .opsKuninori Morimoto2015-07-161-1/+11
| * | | | | ASoC: rsnd: check the Gen1 at the beginning of DVC probeKuninori Morimoto2015-07-161-6/+6
| * | | | | ASoC: rsnd: tidyup rsnd_dma_ops definition placeKuninori Morimoto2015-07-162-7/+8
| * | | | | ASoC: rsnd: show debug message for SSI/SRC/DVC connectionKuninori Morimoto2015-07-161-0/+7
| * | | | | ASoC: rsnd: tidyup data align positionKuninori Morimoto2015-07-164-15/+45
| * | | | | ASoC: rsnd: add rsnd_get_adinr_chan()Kuninori Morimoto2015-07-162-0/+23
| * | | | | ASoC: rsnd: tidyup ADINR function nameKuninori Morimoto2015-07-164-6/+6
| * | | | | ASoC: rsnd: add rsnd_src_initialize_lock/unlock()Kuninori Morimoto2015-07-161-11/+11
| * | | | | ASoC: rsnd: add rsnd_dvc_initialize_lock/unlock()Kuninori Morimoto2015-07-161-4/+11
| * | | | | ASoC: rsnd: add rsnd_path_parse() for CTU/MIX/DVC route settingKuninori Morimoto2015-07-163-31/+33
| * | | | | ASoC: rsnd: rename rsnd_path_parse/break() into add/removeKuninori Morimoto2015-07-161-7/+7
| * | | | | ASoC: rsnd: enable module multi connectionKuninori Morimoto2015-07-161-10/+0
| * | | | | ASoC: rsnd: src: make sure SRC soft resetKuninori Morimoto2015-07-161-4/+8
| * | | | | ASoC: rsnd: dvc: make sure DVC soft resetKuninori Morimoto2015-07-161-3/+8
| * | | | | ASoC: rsnd: move SRC specific macro into src.cKuninori Morimoto2015-07-162-2/+1
| * | | | | ASoC: rsnd: move DVC specific macro into dvc.cKuninori Morimoto2015-07-162-3/+1
| * | | | | ASoC: rsnd: rsnd_mod_id() return -1 if mod was NULLKuninori Morimoto2015-07-161-1/+1
| * | | | | ASoC: rsnd: add workaround for SRC sync convert + DVCKuninori Morimoto2015-07-161-11/+32
| * | | | | ASoC: rsnd: fixup each module counter on __rsnd_mod_call()Kuninori Morimoto2015-07-161-2/+2
| * | | | | ASoC: rsnd: rename INT_ENABLE to SSI_INT_ENABLEKuninori Morimoto2015-07-163-7/+6
| * | | | | ASoC: rsnd: rename BUSIF_DALIGN to SSI_BUSIF_DALIGNKuninori Morimoto2015-07-163-3/+3
| * | | | | ASoC: rsnd: remove unnecessary 'out of memory' message from DVCKuninori Morimoto2015-07-161-3/+1
| * | | | | ASoC: rsnd: remove unnecessary 'out of memory' message from SRCKuninori Morimoto2015-07-161-3/+1
| * | | | | ASoC: rsnd: remove unnecessary 'out of memory' message from SSIKuninori Morimoto2015-07-161-3/+1
| * | | | | ASoC: rsrc-card: use snd_soc_of_parse_audio_route/prefix for routingKuninori Morimoto2015-07-162-4/+25
| * | | | | Merge branch 'topic/of-name' of git://git.kernel.org/pub/scm/linux/kernel/git...Mark Brown2015-07-162-0/+24
| |\ \ \ \ \
| * | | | | | ASoC: rsnd: gen: add rsnd_force_write()Kuninori Morimoto2015-07-102-0/+20
| * | | | | | Merge tag 'regmap-force' into asoc-rcarMark Brown2015-07-102-8/+54
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | regmap: add regmap_fields_force_write()Kuninori Morimoto2015-07-102-0/+14
| | * | | | | regmap: add regmap_write_bits()Kuninori Morimoto2015-07-102-0/+32
| | * | | | | regmap: add force_write option on _regmap_update_bits()Kuninori Morimoto2015-07-101-8/+8
| |/ / / / /