index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
txx9
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-04-08
drivers: Remove explicit invocations of mmiowb()
Will Deacon
1
-1
/
+0
2019-02-06
ASoC: txx9: Drop superfluous PCM preallocation error checks
Takashi Iwai
1
-1
/
+3
2018-09-10
ASoC: txx9: use devm_snd_soc_register_component()
Kuninori Morimoto
1
-2
/
+1
2018-02-12
ASoC: txx9aclc: replace platform to component
Kuninori Morimoto
1
-11
/
+15
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-08-14
ASoC: txx9: constify snd_pcm_ops structures
Arvind Yadav
1
-1
/
+1
2017-08-14
ASoC: txx9: make snd_soc_platform_driver const
Bhumika Goyal
1
-1
/
+1
2017-03-07
ASoC: txx9: Added requiered spaces.
Codrut Grosu
1
-2
/
+2
2017-03-07
ASoC: txx9: Added blank line after declarations
Codrut Grosu
1
-0
/
+1
2015-08-28
ASoC: txx9: Convert to devm_snd_soc_register_platform
Axel Lin
1
-8
/
+2
2015-01-05
ASoC: txx9: Remove unnecessary snd_pcm_lib_preallocate_free_for_all()
Lars-Peter Clausen
1
-6
/
+0
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
3
-3
/
+0
2014-12-08
Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ad193x', 'asoc/topic/adau1373' and 'asoc/topic/adau17x1' into asoc-next
Mark Brown
1
-1
/
+1
2014-11-18
ASoC: Rename snd_soc_dai_driver struct ac97_control field to bus_control
Lars-Peter Clausen
1
-1
/
+1
2014-11-03
ASoC: Remove platform field from snd_soc_dai
Lars-Peter Clausen
1
-1
/
+1
2014-10-20
ASoC: txx9: drop owner assignment from platform_drivers
Wolfram Sang
3
-3
/
+0
2014-08-19
ASoC: txx9: Don't opencode DMAengine API calls
Lars-Peter Clausen
1
-7
/
+7
2014-02-16
ASoC: txx9aclc_ac97: Fix kernel crash on probe
Alexander Shiyan
1
-3
/
+5
2013-12-30
ASoC: txx9: Don't set unused struct snd_pcm_hardware fields
Lars-Peter Clausen
1
-5
/
+0
2013-11-07
ASoC: txx9: Use WARN_ON() instead of BUG_ON()
Takashi Iwai
1
-3
/
+6
2013-07-24
ASoC: txx9: don't check resource with devm_ioremap_resource
Wolfram Sang
1
-3
/
+0
2013-06-27
ASoC: ac97: Support multi-platform AC'97
Mark Brown
1
-2
/
+6
2013-06-27
ASoC: txx9aclc_ac97: Convert to devm_ioremap_resource()
Mark Brown
1
-6
/
+3
2013-03-26
ASoC: switch over to use snd_soc_register_component() on txx9aclc ac97
Kuninori Morimoto
1
-2
/
+7
2012-12-10
ASoC: txx9: remove __dev* attributes
Bill Pemberton
2
-6
/
+6
2012-03-21
dmaengine/dma_slave: introduce inline wrappers
Alexandre Bounine
1
-1
/
+1
2012-01-17
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-1
/
+1
2011-12-23
ASoC: txx9: Add .owner to struct snd_soc_card
Axel Lin
1
-0
/
+1
2011-11-25
ASoC: Convert txx9 directory to module_platform_driver
Axel Lin
2
-23
/
+2
2011-11-17
Merge branch 'dma_slave_direction' into next_test_dirn
Vinod Koul
1
-1
/
+1
2011-10-31
sound-soc: move to dma_transfer_direction
Vinod Koul
1
-1
/
+1
2011-10-27
Merge branch 'topic/asoc' into for-linus
Takashi Iwai
1
-1
/
+1
2011-10-03
ASoC: txx9: Add __exit_p at necessary place
Axel Lin
1
-1
/
+1
2011-09-22
sound: irq: Remove IRQF_DISABLED
Yong Zhang
1
-1
/
+1
2011-07-29
ASoC: Fix txx9aclc.c build
Ralf Baechle
1
-0
/
+1
2011-06-07
ASoC: core - Optimise and refactor pcm_new() to pass only rtd
Liam Girdwood
1
-2
/
+3
2010-08-12
ASoC: multi-component - ASoC Multi-Component Support
Liam Girdwood
4
-124
/
+109
2010-05-21
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx
Linus Torvalds
1
-3
/
+4
2010-05-17
Merge branch 'ioat' into dmaengine
Dan Williams
2
-0
/
+2
2010-05-17
DMAENGINE: extend the control command to include an arg
Linus Walleij
1
-3
/
+4
2010-04-30
MIPS: TXx9: Add missing MODULE_ALIAS definitions for TXx9 platform devices
Geert Uytterhoeven
2
-0
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
Tejun Heo
2
-0
/
+2
2010-03-26
DMAENGINE: generic slave control v2
Linus Walleij
1
-3
/
+3
2009-06-25
ASoC: txx9aclc: dynamically allocate dmaengine devname
Atsushi Nemoto
1
-4
/
+6
2009-06-17
ASoC: Kill BUS_ID_SIZE
Takashi Iwai
1
-2
/
+2
2009-05-19
ASoC: Add TXx9 AC link controller driver (v3)
Atsushi Nemoto
6
-0
/
+906