Re: [PATCH 3/9] Add PCI region2 iomap for SBZ

2018-05-04 Thread Takashi Iwai
On Thu, 03 May 2018 23:42:44 +0200, Connor McAdams wrote: > > @@ -4691,8 +4699,17 @@ static void ca0132_free(struct hda_codec *codec) > > cancel_delayed_work_sync(&spec->unsol_hp_work); > snd_hda_power_up(codec); > - snd_hda_sequence_write(codec, spec->base_exit_verbs); > - c

[PATCH 3/9] Add PCI region2 iomap for SBZ

2018-05-03 Thread Connor McAdams
This patch adds iomapping for the region2 section of memory on the SBZ. This memory region is used in later patches for setting inputs and outputs. If the mapping fails, the quirk is changed back to QUIRK_NONE to avoid attempts to write to uninitialized memory. It also adds a new exit sequence to

[PATCH 3/9] Add PCI region2 iomap for SBZ

2018-05-03 Thread Connor McAdams
This patch adds iomapping for the region2 section of memory on the SBZ. This memory region is used in later patches for setting inputs and outputs. If the mapping fails, the quirk is changed back to QUIRK_NONE to avoid attempts to write to uninitialized memory. It also adds a new exit sequence to