mbox series

[Artful,0/3] Patches for Wyse systems

Message ID 1508153220-3808-1-git-send-email-jesse.sung@canonical.com
Headers show
Series Patches for Wyse systems | expand

Message

Wen-chien Jesse Sung Oct. 16, 2017, 11:26 a.m. UTC
* lp:1723913 - hda/realtek - Add support headset mode for DELL WYSE

We're asking realtek to send this upstream. New code works only when
certain PCI ID is found so should not have impact to other systems.

* lp:1723915 - drm/i915: Workaround for DP DPMS D3 on Dell monitor

Add a quirk for Dell/Wyse 3040 so that DP DPMS D3 transition doesn't
happen on this particular model to workaround display issues. The
quirk works based on PCI ID so no impact to other systems.

Based on the patch in opensuse created by Takashi Iwai <tiwai@suse.de>.

* lp:1723916 - ASoC: rt5670: Add support for Wyse 3040

Add support for Dell/wyse 3040 in rt5670. Realtek is still working
on a version to upstream since their first submittion was rejected.
The code we take here is neither the rejected nor the WIP one. This
is based on a patch from realtek, and is modified to work only when
certain PCI ID is found so that it won't affect other systems.


Kailang Yang (1):
  UBUNTU: SAUCE: ALSA: hda/realtek - Add support headset mode for DELL
    WYSE

Wen-chien Jesse Sung (2):
  UBUNTU: SAUCE: drm/i915: Workaround for DP DPMS D3 on Dell monitor
  UBUNTU: SAUCE: ASoC: rt5670: Add support for Wyse 3040

 drivers/gpu/drm/i915/i915_drv.h      |  1 +
 drivers/gpu/drm/i915/intel_display.c | 13 +++++++++++
 drivers/gpu/drm/i915/intel_dp.c      |  3 ++-
 sound/pci/hda/patch_realtek.c        | 13 +++++++++++
 sound/soc/codecs/rt5670.c            | 43 +++++++++++++++++++++++++++++++++++-
 sound/soc/codecs/rt5670.h            |  2 ++
 6 files changed, 73 insertions(+), 2 deletions(-)

Comments

Seth Forshee Oct. 18, 2017, 2:18 p.m. UTC | #1
On Mon, Oct 16, 2017 at 07:26:57PM +0800, Wen-chien Jesse Sung wrote:
> * lp:1723913 - hda/realtek - Add support headset mode for DELL WYSE
> 
> We're asking realtek to send this upstream. New code works only when
> certain PCI ID is found so should not have impact to other systems.
> 
> * lp:1723915 - drm/i915: Workaround for DP DPMS D3 on Dell monitor
> 
> Add a quirk for Dell/Wyse 3040 so that DP DPMS D3 transition doesn't
> happen on this particular model to workaround display issues. The
> quirk works based on PCI ID so no impact to other systems.
> 
> Based on the patch in opensuse created by Takashi Iwai <tiwai@suse.de>.
> 
> * lp:1723916 - ASoC: rt5670: Add support for Wyse 3040
> 
> Add support for Dell/wyse 3040 in rt5670. Realtek is still working
> on a version to upstream since their first submittion was rejected.
> The code we take here is neither the rejected nor the WIP one. This
> is based on a patch from realtek, and is modified to work only when
> certain PCI ID is found so that it won't affect other systems.

These all look like they have low regression potential outside of the
affected hardware. The last one is kind of hacky but still limited to a
specific hw platform, I'd like to see that one updated once an upstream
solution is available.

Acked-by: Seth Forshee <seth.forshee@canonical.com>
Marcelo Henrique Cerri Oct. 20, 2017, 11:44 a.m. UTC | #2
Acked-by: Marcelo Henrique Cerri <marcelo.cerri@canonical.com>
Kleber Sacilotto de Souza Oct. 30, 2017, 2:09 p.m. UTC | #3
Applied to artful/master-next branch. Thanks.