]> 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)
commit52165b60d232aadab82effba2f72da5f8a2963e2
treeeff94eaaf9bc218c4fea5cb939941461fe066123
parent8df8a03fe1a387cc06ea1c9eab2cc9ead1caaa74
parentf482b8a77cb538c3d4a49c689f0ed5f1770006e9
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.