summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-12ASoC: rsnd: add simplified module explanationKuninori Morimoto2-0/+363
2016-03-07ASoC: rsnd: CMD TIMSEL support for CaptureKuninori Morimoto1-1/+4
2016-03-07ASoC: rsnd: SRC TIMSEL support for CaptureKuninori Morimoto3-110/+128
2016-03-07ASoC: rsnd: add rsnd_src_get_in/out_rate()Kuninori Morimoto3-8/+27
2016-03-07ASoC: rsnd: rename rsnd_enable_sync_convert() to rsnd_src_sync_is_enabled()Kuninori Morimoto1-11/+8
2016-03-07ASoC: rsnd: SRC function parameter uses "mod" instead of "src"Kuninori Morimoto1-12/+9
2016-03-07ASoC: rsnd: SRC sync mode is not related to clock master modeKuninori Morimoto1-7/+0
2016-03-07ASoC: rsnd: don't enable SRC Sync mode when Capture with CMDKuninori Morimoto1-3/+3
2016-03-07ASoC: rsrc-card: tidyup convert-channels explainKuninori Morimoto1-1/+1
2016-03-05ASoC: rsnd: add CTU supportKuninori Morimoto1-37/+197
2016-03-05ASoC: rsnd: add rsnd_runtime_channel_xxx()Kuninori Morimoto8-44/+62
2016-03-05ASoC: rsnd: add CTU basic supportKuninori Morimoto2-0/+50
2016-03-05ASoC: rsnd: tidyup rsnd_ssiu_init_gen2()Kuninori Morimoto1-3/+2
2016-03-05ASoC: rsrc-card: add convert channels supportKuninori Morimoto2-6/+17
2016-03-05ASoC: rsnd: don't call update callback if it was NULLKuninori Morimoto1-1/+1
2016-03-02ASoC: sh: rcar: rsrc-card: don't open code of_device_get_match_data()Wolfram Sang1-3/+2
2016-03-02ASoC: sh: rcar: core: don't open code of_device_get_match_data()Wolfram Sang1-2/+1
2016-03-02ASoC: rsnd: rsnd_write() / rsnd_bset() uses regmap _force_ functionKuninori Morimoto2-21/+2
2016-03-02Merge branch 'topic/update-bits' of git://git.kernel.org/pub/scm/linux/kernel...Mark Brown10580-186851/+528646
2016-02-26regmap: add regmap_fields_force_xxx() macrosKuninori Morimoto2-14/+4
2016-02-26regmap: add regmap_field_force_xxx() macrosKuninori Morimoto1-0/+4
2016-02-19regmap: merge regmap_fields_update_bits() into macroKuninori Morimoto2-28/+2
2016-02-19regmap: merge regmap_fields_write() into macroKuninori Morimoto2-24/+3
2016-02-19regmap: add regmap_fields_update_bits_base()Kuninori Morimoto2-0/+44
2016-02-19regmap: merge regmap_field_update_bits() into macroKuninori Morimoto2-22/+2
2016-02-19regmap: merge regmap_field_write() into macroKuninori Morimoto2-17/+3
2016-02-19regmap: add regmap_field_update_bits_base()Kuninori Morimoto2-1/+38
2016-02-19regmap: merge regmap_update_bits_check_async() into macroKuninori Morimoto2-50/+2
2016-02-19regmap: merge regmap_update_bits_check() into macroKuninori Morimoto2-37/+2
2016-02-19regmap: merge regmap_update_bits_async() into macroKuninori Morimoto2-44/+2
2016-02-19regmap: merge regmap_update_bits() into macroKuninori Morimoto2-32/+3
2016-02-19regmap: add regmap_update_bits_base()Kuninori Morimoto2-0/+51
2016-02-19ASoC: rsnd: judge work SSI in runtimeKuninori Morimoto1-0/+27
2016-02-19ASoC: rsnd: judge multi SSI in runtimeKuninori Morimoto4-7/+18
2016-02-19ASoC: rsnd: move rsnd_ssi_irq() positionKuninori Morimoto1-21/+21
2016-02-19ASoC: rsnd: Parent SSI attach is not needed if not clock masterKuninori Morimoto1-3/+27
2016-02-19ASoC: rsnd: tidyup SSI init/start sequenceKuninori Morimoto1-20/+16
2016-02-19ASoC: rsnd: add missing .irq callback for DMAKuninori Morimoto1-0/+1
2016-02-19ASoC: rsnd: fixup forever loop bug on SSIKuninori Morimoto1-2/+1
2016-02-19ASoC: rsnd: SSI function parameter uses "mod" instead of "ssi"Kuninori Morimoto1-9/+10
2016-02-19ASoC: rsnd: indicates status failed SSIKuninori Morimoto1-1/+2
2016-02-19ASoC: rsnd: setup SRC_ROUTE_MODE0 before SRC_SRCIRKuninori Morimoto1-1/+2
2016-02-19ASoC: rsnd: rename RSND_DVC_CHANNELS to RSND_MAX_CHANNELSKuninori Morimoto3-6/+6
2016-02-09ASoC: rsnd: rsnd_ssi_is_multi_slave() macro uses rsnd_ssi_multi_slaves()Kuninori Morimoto1-14/+2
2016-01-27ASoC: rsnd: add .irq callbackKuninori Morimoto4-32/+35
2016-01-27ASoC: rsnd: don't auto-recover when under/over run errorKuninori Morimoto2-107/+29
2016-01-25Linux 4.5-rc1v4.5-rc1Linus Torvalds1-2/+2
2016-01-24Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds130-676/+4923
2016-01-24Merge tag 'platform-drivers-x86-v4.5-2' of git://git.infradead.org/users/dvha...Linus Torvalds3-3/+10
2016-01-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds9-39/+304