Message ID | 1640260431-11613-1-git-send-email-spujar@nvidia.com (mailing list archive) |
---|---|
Headers | show |
Series | Fix Tegra194 HDA regression | expand |
On Thu, 23 Dec 2021 12:53:48 +0100, Sameer Pujar wrote: > > HDA probe failure is observed on Tegra194 based platforms and this > happens due to reset failure. This series fixes the problem by > skipping the failing reset and DT bindings are updated accordingly. > > > Changelog > ========= > v3 -> v4: > --------- > * Rename SoC data variable in HDA driver patch. > * Remove NULL check for compatible match data in HDA driver patch. > * Drop "Depends-on" tag from commit message and add "Reviewed-by" > tag from Dmitry. > * Update binding doc patch as per comment from Rob. > > > v2 -> v3: > --------- > * Use reset bulk APIs in HDA driver as suggested by Dmitry. > > > v1 -> v2: > --------- > * Updated HDA driver patch to skip the failing reset instead of > skipping resets in general for BPMP devices as per comment from > Dmitry. > * Used a better strucure name for SoC data as per comment from > Thierry. > * Dropped 'Fixes' tag in binding doc patch as per comment from > Dmitry. > > Sameer Pujar (3): > ALSA: hda/tegra: Fix Tegra194 HDA reset failure > dt-bindings: sound: tegra: Add minItems for resets > arm64: tegra: Remove non existent Tegra194 reset As there seems no objection for this revision, I applied all three patches now to for-next branch of sound.git tree. thanks, Takashi