index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
soc
/
soc-io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-19
ASoC: Automatically initialize regmap for all components
Lars-Peter Clausen
1
-28
/
+0
2014-04-22
ASoC: Remove ASoC level IO tracing
Lars-Peter Clausen
1
-11
/
+0
2014-04-22
ASoC: Remove snd_soc_update_bits_locked()
Lars-Peter Clausen
1
-20
/
+0
2014-04-22
ASoC: Move IO abstraction to the component level
Lars-Peter Clausen
1
-112
/
+210
2014-04-22
Merge branches 'topic/sta350', 'topic/core', 'topic/dapm' and 'topic/cache' o...
Mark Brown
1
-11
/
+8
2014-04-21
ASoC: Change return type of snd_soc_write() to int
Lars-Peter Clausen
1
-2
/
+2
2014-04-14
Merge branch 'topic/component' of git://git.kernel.org/pub/scm/linux/kernel/g...
Mark Brown
1
-0
/
+144
2014-04-14
ASoC: Move IO functions to soc-io.c
Lars-Peter Clausen
1
-0
/
+144
2014-04-14
ASoC: core: Move the default regmap I/O setting to snd_soc_register_codec()
Xiubo Li
1
-6
/
+3
2014-03-19
ASoC: io: Remove support for ASoC cache in conjunction with regmap
Mark Brown
1
-31
/
+4
2014-03-11
ASoC: io: New signature for snd_soc_codec_set_cache_io()
Xiubo Li
1
-27
/
+20
2014-02-28
ASoC: io: Clean up snd_soc_codec_set_cache_io()
Xiubo Li
1
-5
/
+0
2014-02-23
ASoC: io: Remove SND_SOC_I2C
Mark Brown
1
-7
/
+0
2014-02-16
ASoC: io: Remove SPI support
Mark Brown
1
-7
/
+0
2013-11-27
ASoC: soc-io: Use IS_ENABLED() macro
Fabio Estevam
1
-2
/
+2
2013-09-17
ASoC: Remove snd_soc_bulk_write_raw()
Lars-Peter Clausen
1
-26
/
+0
2013-07-15
PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.
Rusty Russell
1
-1
/
+1
2013-03-26
ASoC: core: Use PTR_RET function
Alexandru Gheorghiu
1
-4
/
+1
2012-06-23
ASoC: io: Don't dereference regmap if we failed to get one
Mark Brown
1
-4
/
+7
2012-06-03
ASoC: io: Use dev_get_regmap() if driver doesn't provide a regmap
Mark Brown
1
-0
/
+2
2012-02-21
ASoC: io: Retrieve val_bytes from the regmap API
Mark Brown
1
-0
/
+6
2012-01-21
ASoC: Use regmap update bits operation for drivers using regmap
Mark Brown
1
-0
/
+1
2011-10-31
sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where needed
Paul Gortmaker
1
-0
/
+1
2011-10-09
ASoC: Squash error codes from regmap down to -1 on read
Mark Brown
1
-1
/
+1
2011-08-14
ASoC: Support !CONFIG_REGMAP builds
Mark Brown
1
-1
/
+10
2011-08-12
ASoC: soc-io: Fix CONFIG_REGMAP_I2C/SPI guards to support regmap modules
Stephen Warren
1
-2
/
+2
2011-08-11
ASoC: soc-io: Add CONFIG_REGMAP_I2C/CONFIG_REGMAP_SPI guards for regmap_init_...
Axel Lin
1
-0
/
+4
2011-08-08
ASoC: Add regmap as a control type
Mark Brown
1
-0
/
+4
2011-08-08
ASoC: Use new register map API for ASoC generic physical I/O
Mark Brown
1
-285
/
+34
2011-06-13
Merge branch 'for-3.0' into for-3.1
Mark Brown
1
-3
/
+0
2011-06-13
ASoC: Don't use codec->control_data in bulk write
Mark Brown
1
-2
/
+2
2011-06-13
ASoC: Move register I/O code into a separate file
Mark Brown
1
-0
/
+399