]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'asoc-fix-v5.0-rc2' of https://git.kernel.org/pub/scm/linux/kernel/git...
authorTakashi Iwai <tiwai@suse.de>
Fri, 18 Jan 2019 14:17:17 +0000 (15:17 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 18 Jan 2019 14:17:17 +0000 (15:17 +0100)
commitd37898360f79cba4c07eac440b3143509a96a93e
treeeff94eaaf9bc218c4fea5cb939941461fe066123
parent6bb2fab9c25a258142a0e5270256d621de0cbe5f
parentf103b8596256536acdbf1929dd36d99b3ada9f8a
Merge tag 'asoc-fix-v5.0-rc2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus

ASoC: Fixes for v5.0

Quite a big batch of fixes here.  There's a couple of things going on,
the main one is that we found some issues with not deferring probe when
we should, causing us to skip some driver initialization.  The fixes for
this then in turn exposed some issues with how we were searching for
components which had previously gone unnoticed due to the original
issue.

There's also been the normal driver specific stuff and there's been what
looks like several batches of automated scanning for issues which have
generated quite a large set of smaller fixes for potential crashes and
missed error handling.