summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-io.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: soc-io: Fix snd_soc_component_update_bits_legacyPeter Ujfalusi2018-03-121-5/+2
* ASoC: add Component level .read/.writeKuninori Morimoto2018-01-161-0/+6
* ASoC: add snd_soc_component_read32Kuninori Morimoto2017-11-081-0/+14
* ASoC: Automatically initialize regmap for all componentsLars-Peter Clausen2014-08-191-28/+0
* ASoC: Remove ASoC level IO tracingLars-Peter Clausen2014-04-221-11/+0
* ASoC: Remove snd_soc_update_bits_locked()Lars-Peter Clausen2014-04-221-20/+0
* ASoC: Move IO abstraction to the component levelLars-Peter Clausen2014-04-221-112/+210
*---. Merge branches 'topic/sta350', 'topic/core', 'topic/dapm' and 'topic/cache' o...Mark Brown2014-04-221-11/+8
|\ \ \
| | | * ASoC: core: Move the default regmap I/O setting to snd_soc_register_codec()Xiubo Li2014-04-141-6/+3
| | |/ | |/|
| | * ASoC: Change return type of snd_soc_write() to intLars-Peter Clausen2014-04-211-2/+2
| | * Merge branch 'topic/component' of git://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown2014-04-141-0/+144
| |/| | |/ |/|
* | ASoC: Move IO functions to soc-io.cLars-Peter Clausen2014-04-141-0/+144
|/
* ASoC: io: Remove support for ASoC cache in conjunction with regmapMark Brown2014-03-191-31/+4
* ASoC: io: New signature for snd_soc_codec_set_cache_io()Xiubo Li2014-03-111-27/+20
* ASoC: io: Clean up snd_soc_codec_set_cache_io()Xiubo Li2014-02-281-5/+0
* ASoC: io: Remove SND_SOC_I2CMark Brown2014-02-231-7/+0
* ASoC: io: Remove SPI supportMark Brown2014-02-161-7/+0
* ASoC: soc-io: Use IS_ENABLED() macroFabio Estevam2013-11-271-2/+2
* ASoC: Remove snd_soc_bulk_write_raw()Lars-Peter Clausen2013-09-171-26/+0
* PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-151-1/+1
* ASoC: core: Use PTR_RET functionAlexandru Gheorghiu2013-03-261-4/+1
* ASoC: io: Don't dereference regmap if we failed to get oneMark Brown2012-06-231-4/+7
* ASoC: io: Use dev_get_regmap() if driver doesn't provide a regmapMark Brown2012-06-031-0/+2
* ASoC: io: Retrieve val_bytes from the regmap APIMark Brown2012-02-211-0/+6
* ASoC: Use regmap update bits operation for drivers using regmapMark Brown2012-01-211-0/+1
* sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker2011-10-311-0/+1
* ASoC: Squash error codes from regmap down to -1 on readMark Brown2011-10-091-1/+1
* ASoC: Support !CONFIG_REGMAP buildsMark Brown2011-08-141-1/+10
* ASoC: soc-io: Fix CONFIG_REGMAP_I2C/SPI guards to support regmap modulesStephen Warren2011-08-121-2/+2
* ASoC: soc-io: Add CONFIG_REGMAP_I2C/CONFIG_REGMAP_SPI guards for regmap_init_...Axel Lin2011-08-111-0/+4
* ASoC: Add regmap as a control typeMark Brown2011-08-081-0/+4
* ASoC: Use new register map API for ASoC generic physical I/OMark Brown2011-08-081-285/+34
* Merge branch 'for-3.0' into for-3.1Mark Brown2011-06-131-3/+0
* ASoC: Don't use codec->control_data in bulk writeMark Brown2011-06-131-2/+2
* ASoC: Move register I/O code into a separate fileMark Brown2011-06-131-0/+399