From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH v3 0/5] ALSA: hda - remove unnecessary controller dependency on i915 gfx power Date: Wed, 29 Apr 2015 12:30:20 +0200 Message-ID: References: Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 950752604D6 for ; Wed, 29 Apr 2015 12:30:21 +0200 (CEST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: mengdong.lin@intel.com Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org At Wed, 29 Apr 2015 17:43:03 +0800, mengdong.lin@intel.com wrote: > > From: Mengdong Lin > > Mengdong Lin (5): > ALSA: hda - implement a refcount for i915 power well switch > ALSA: hda - allow a codec to control the link power > ALSA: hda - implement link_power ops for i915 display power control > ALSA: hda - divide controller and codec dependency on i915 gfx power > well > ALSA: hda - remove controller dependency on i915 power well for > Baytrail/Braswell Applied all patches to topic/hda branch and merged to for-next. thanks, Takashi > > include/sound/hdaudio.h | 4 ++++ > sound/hda/hdac_device.c | 15 ++++++++++++++ > sound/pci/hda/hda_codec.c | 4 ++++ > sound/pci/hda/hda_controller.c | 11 ++++++++++ > sound/pci/hda/hda_controller.h | 2 ++ > sound/pci/hda/hda_i915.c | 18 +++++++++++++---- > sound/pci/hda/hda_intel.c | 46 ++++++++++++++++++++++++++++++++++-------- > sound/pci/hda/hda_intel.h | 2 ++ > sound/pci/hda/patch_hdmi.c | 9 +++++++++ > 9 files changed, 99 insertions(+), 12 deletions(-) > > -- > 1.9.1 >