aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-15ASoC: soc-component: merge soc-io.c into soc-component.cKuninori Morimoto1-202/+0
2018-07-02ASoC: soc-io.c: convert to SPDX identifiersKuninori Morimoto1-12/+7
2018-05-09ASoC: remove Codec related codeKuninori Morimoto1-62/+0
2018-04-26ASoC: Remove platform code now everything is componentisedCharles Keepax1-21/+0
2018-03-12ASoC: soc-io: Fix snd_soc_component_update_bits_legacyPeter Ujfalusi1-5/+2
2018-01-16ASoC: add Component level .read/.writeKuninori Morimoto1-0/+6
2017-11-08ASoC: add snd_soc_component_read32Kuninori Morimoto1-0/+14
2014-08-19ASoC: Automatically initialize regmap for all componentsLars-Peter Clausen1-28/+0
2014-04-22ASoC: Remove ASoC level IO tracingLars-Peter Clausen1-11/+0
2014-04-22ASoC: Remove snd_soc_update_bits_locked()Lars-Peter Clausen1-20/+0
2014-04-22ASoC: Move IO abstraction to the component levelLars-Peter Clausen1-112/+210
2014-04-22Merge branches 'topic/sta350', 'topic/core', 'topic/dapm' and 'topic/cache' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-componentMark Brown1-11/+8
2014-04-21ASoC: Change return type of snd_soc_write() to intLars-Peter Clausen1-2/+2
2014-04-14Merge branch 'topic/component' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-coreMark Brown1-0/+144
2014-04-14ASoC: Move IO functions to soc-io.cLars-Peter Clausen1-0/+144
2014-04-14ASoC: core: Move the default regmap I/O setting to snd_soc_register_codec()Xiubo Li1-6/+3
2014-03-19ASoC: io: Remove support for ASoC cache in conjunction with regmapMark Brown1-31/+4
2014-03-11ASoC: io: New signature for snd_soc_codec_set_cache_io()Xiubo Li1-27/+20
2014-02-28ASoC: io: Clean up snd_soc_codec_set_cache_io()Xiubo Li1-5/+0
2014-02-23ASoC: io: Remove SND_SOC_I2CMark Brown1-7/+0
2014-02-16ASoC: io: Remove SPI supportMark Brown1-7/+0
2013-11-27ASoC: soc-io: Use IS_ENABLED() macroFabio Estevam1-2/+2
2013-09-17ASoC: Remove snd_soc_bulk_write_raw()Lars-Peter Clausen1-26/+0
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell1-1/+1
2013-03-26ASoC: core: Use PTR_RET functionAlexandru Gheorghiu1-4/+1
2012-06-23ASoC: io: Don't dereference regmap if we failed to get oneMark Brown1-4/+7
2012-06-03ASoC: io: Use dev_get_regmap() if driver doesn't provide a regmapMark Brown1-0/+2
2012-02-21ASoC: io: Retrieve val_bytes from the regmap APIMark Brown1-0/+6
2012-01-21ASoC: Use regmap update bits operation for drivers using regmapMark Brown1-0/+1
2011-10-31sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker1-0/+1
2011-10-09ASoC: Squash error codes from regmap down to -1 on readMark Brown1-1/+1
2011-08-14ASoC: Support !CONFIG_REGMAP buildsMark Brown1-1/+10
2011-08-12ASoC: soc-io: Fix CONFIG_REGMAP_I2C/SPI guards to support regmap modulesStephen Warren1-2/+2
2011-08-11ASoC: soc-io: Add CONFIG_REGMAP_I2C/CONFIG_REGMAP_SPI guards for regmap_init_i2c/regmap_init_spiAxel Lin1-0/+4
2011-08-08ASoC: Add regmap as a control typeMark Brown1-0/+4
2011-08-08ASoC: Use new register map API for ASoC generic physical I/OMark Brown1-285/+34
2011-06-13Merge branch 'for-3.0' into for-3.1Mark Brown1-3/+0
2011-06-13ASoC: Don't use codec->control_data in bulk writeMark Brown1-2/+2
2011-06-13ASoC: Move register I/O code into a separate fileMark Brown1-0/+399