index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-03
Merge branch 'topic/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Mark Brown
1
-1
/
+1
2011-05-03
ASoC: Implement mux control sharing
Stephen Warren
1
-31
/
+75
2011-05-03
ASoC: Store a list of widgets in a DAPM mux/mixer kcontrol
Stephen Warren
2
-56
/
+137
2011-05-03
ASoC: Add w->kcontrols, and populate it
Stephen Warren
2
-0
/
+13
2011-05-03
ASoC: s/w->kcontrols/w->kcontrol_news/g
Stephen Warren
3
-48
/
+50
2011-05-03
Merge branch 'for-2.6.39' into for-2.6.40
Mark Brown
1
-1
/
+1
2011-05-03
ASoC: JZ4740: Fix i2s shutdown
Lars-Peter Clausen
1
-1
/
+1
2011-05-03
ASoC: Remove DAPM debugfs entries before freeing widgets
Lars-Peter Clausen
1
-0
/
+10
2011-05-03
ASoC: Move DAPM widget debugfs entry creation to snd_soc_dapm_new_widgets
Lars-Peter Clausen
2
-18
/
+30
2011-05-03
ASoC: Move DAPM debugfs directory creation to snd_soc_dapm_debugfs_init
Lars-Peter Clausen
3
-18
/
+14
2011-05-03
ASoC: Free the card's DAPM context
Lars-Peter Clausen
1
-0
/
+2
2011-05-03
ASoC: tegra: TrimSlice machine support
Mike Rapoport
3
-0
/
+238
2011-05-03
ASoC: Declare const properly for enum texts
Takashi Iwai
1
-1
/
+1
2011-04-28
ASoC: Don't specify the DMA driver for Goni baseband link
Mark Brown
1
-1
/
+0
2011-04-28
ASoC: Don't specify the DMA driver for OpenMoko baseband link
Mark Brown
1
-1
/
+0
2011-04-28
Merge branch 'for-2.6.39' into for-2.6.40
Mark Brown
1
-4
/
+4
2011-04-28
ASoC: Fix CODEC DAI names for Goni
Mark Brown
1
-2
/
+2
2011-04-28
ASoC: Fix CODEC name in Goni
Mark Brown
1
-2
/
+2
2011-04-28
ASoC: Work around allmodconfig failure
Mark Brown
3
-4
/
+9
2011-04-27
ASoC: Implement WM8962 ADC high pass filter configuration
Mark Brown
1
-0
/
+10
2011-04-27
ASoC: Add dapm_find_widget helper
Lars-Peter Clausen
1
-70
/
+45
2011-04-27
ASoC: Don't specify the DMA driver for Speyside baseband link
Mark Brown
1
-1
/
+0
2011-04-27
ASoC: Add more natural support for no-DMA DAIs
Mark Brown
2
-5
/
+66
2011-04-27
ASoC: Allow platform drivers to have no ops structure
Mark Brown
1
-19
/
+24
2011-04-26
ASoC: Don't warn if the WM8962 SYSCLK FLL setting doesn't match reality
Mark Brown
1
-1
/
+0
2011-04-26
ASoC: Implement WM8962 DMIC support
Mark Brown
1
-0
/
+31
2011-04-26
ASoC: Define constants for WM8962 GPIO functions
Mark Brown
1
-0
/
+22
2011-04-26
ASoC: Move WM8962 FLL configuration to CODEC
Mark Brown
1
-3
/
+2
2011-04-26
ASoC: Support FLL lock interrupt on WM8962
Mark Brown
1
-1
/
+15
2011-04-26
ASoC: Support 24.576MHz MCLKs in WM8915
Mark Brown
1
-2
/
+5
2011-04-26
Merge branch 'for-2.6.39' into for-2.6.40
Mark Brown
1
-7
/
+12
2011-04-26
davinci-mcasp: fix _CBM_CFS pin directions
Ben Gardiner
1
-1
/
+3
2011-04-26
davinci-mcasp: fix _CBM_CFS hw_params
Ben Gardiner
1
-2
/
+2
2011-04-26
davinci-mcasp: use bitfield definitions for PDIR
Ben Gardiner
1
-3
/
+6
2011-04-26
ASoC: davinci-mcasp: correct tdm_slots limit
Ben Gardiner
1
-2
/
+2
2011-04-26
ASoC: sh: fsi: Add module/port clock control function
Kuninori Morimoto
1
-31
/
+50
2011-04-26
ASoC: sh: fsi: add dev_pm_ops :: suspend/resume
Kuninori Morimoto
1
-0
/
+86
2011-04-26
ASoC: sh: fsi: add fsi_is_clk_master function
Kuninori Morimoto
1
-8
/
+25
2011-04-26
ASoC: Remove default settings from Tegra Kconfig
Mark Brown
1
-3
/
+0
2011-04-21
Merge branch 'tegra' into for-2.6.40
Mark Brown
2
-1
/
+11
2011-04-21
ARM: Tegra: select MACH_HAS_SND_SOC_TEGRA_WM8903
Stephen Warren
2
-0
/
+10
2011-04-20
ASoC: WM8903: Implement DMIC support
Stephen Warren
1
-2
/
+21
2011-04-20
ASoC: Add EQ and filter to max98095 CODEC driver
Peter Hsiang
3
-0
/
+434
2011-04-20
ASoC: Tegra: wm8903: s/code/data/ for control/widget/maps
Stephen Warren
1
-22
/
+19
2011-04-20
ASoC: fix two ident style problems
Lu Guanqun
1
-2
/
+2
2011-04-20
ASoC: simple style fix
Lu Guanqun
1
-1
/
+1
2011-04-20
ASoC: remove unused comment
Lu Guanqun
1
-1
/
+0
2011-04-20
ASoC: fix a simple coding style issue
Lu Guanqun
1
-1
/
+1
2011-04-20
ASoC: snd_soc_dapm_get_pin_status: Match other contexts too
Stephen Warren
1
-0
/
+6
2011-04-20
ASoC: Tegra: Retrieve card from DAPM context not codec
Stephen Warren
1
-4
/
+4
[next]