All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Daniel Vetter <daniel@ffwll.ch>
Cc: Jani Nikula <jani.nikula@intel.com>,
	Daniel Vetter <daniel.vetter@ffwll.ch>,
	intel-gfx@lists.freedesktop.org, alsa-devel@alsa-project.org
Subject: Re: [PATCH v4 0/6] sanitize hda/i915 interface using the component fw
Date: Fri, 09 Jan 2015 11:20:30 +0100	[thread overview]
Message-ID: <s5h8uhccl1t.wl-tiwai@suse.de> (raw)
In-Reply-To: <20150109091845.GI26519@phenom.ffwll.local>

At Fri, 9 Jan 2015 10:18:45 +0100,
Daniel Vetter wrote:
> 
> On Thu, Jan 08, 2015 at 05:54:12PM +0200, Imre Deak wrote:
> > This is v4 of [1] addressing the review comments from Takashi and Jani.
> > 
> > [1]
> > http://lists.freedesktop.org/archives/intel-gfx/2014-December/056992.html
> > 
> > Imre Deak (6):
> >   drm/i915: add dev_to_i915 helper
> >   drm/i915: add component support
> >   ALSA: hda: export struct hda_intel
> >   ALSA: hda: pass intel_hda to all i915 interface functions
> >   ALSA: hda: add component support
> >   drm/i915: remove unused power_well/get_cdclk_freq api
> 
> All merged to dinq, thanks.

Daniel, could you give a clean branch?
This will change lots in hd-audio driver code, so I'd like to pull it
into my tree for further development, too.


thanks,

Takashi


> -Daniel
> 
> > 
> >  drivers/gpu/drm/i915/i915_dma.c         |   4 +
> >  drivers/gpu/drm/i915/i915_drv.c         |   9 +-
> >  drivers/gpu/drm/i915/i915_drv.h         |   8 ++
> >  drivers/gpu/drm/i915/intel_audio.c      | 110 +++++++++++++++++++++++
> >  drivers/gpu/drm/i915/intel_drv.h        |   2 +
> >  drivers/gpu/drm/i915/intel_runtime_pm.c |  56 ------------
> >  include/drm/i915_component.h            |  38 ++++++++
> >  include/drm/i915_powerwell.h            |  37 --------
> >  sound/pci/hda/hda_i915.c                | 152 ++++++++++++++++++++++----------
> >  sound/pci/hda/hda_i915.h                |  37 --------
> >  sound/pci/hda/hda_intel.c               |  60 ++++---------
> >  sound/pci/hda/hda_intel.h               |  71 +++++++++++++++
> >  12 files changed, 360 insertions(+), 224 deletions(-)
> >  create mode 100644 include/drm/i915_component.h
> >  delete mode 100644 include/drm/i915_powerwell.h
> >  delete mode 100644 sound/pci/hda/hda_i915.h
> >  create mode 100644 sound/pci/hda/hda_intel.h
> > 
> > -- 
> > 2.1.0
> > 
> > _______________________________________________
> > Intel-gfx mailing list
> > Intel-gfx@lists.freedesktop.org
> > http://lists.freedesktop.org/mailman/listinfo/intel-gfx
> 
> -- 
> Daniel Vetter
> Software Engineer, Intel Corporation
> +41 (0) 79 365 57 48 - http://blog.ffwll.ch
> 
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2015-01-09 10:20 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-08 15:54 [PATCH v4 0/6] sanitize hda/i915 interface using the component fw Imre Deak
2015-01-08 15:54 ` [PATCH v4 1/6] drm/i915: add dev_to_i915 helper Imre Deak
2015-01-08 15:54 ` [PATCH v4 2/6] drm/i915: add component support Imre Deak
2015-01-08 15:54 ` [PATCH v4 3/6] ALSA: hda: export struct hda_intel Imre Deak
2015-01-08 15:54 ` [PATCH v4 4/6] ALSA: hda: pass intel_hda to all i915 interface functions Imre Deak
2015-01-08 15:54 ` [PATCH v4 5/6] ALSA: hda: add component support Imre Deak
2015-01-08 15:54 ` [PATCH v4 6/6] drm/i915: remove unused power_well/get_cdclk_freq api Imre Deak
2015-01-09  9:18 ` [PATCH v4 0/6] sanitize hda/i915 interface using the component fw Daniel Vetter
2015-01-09 10:20   ` Takashi Iwai [this message]
2015-01-12  1:32     ` Daniel Vetter
2015-01-12  6:49       ` Takashi Iwai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=s5h8uhccl1t.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=daniel.vetter@ffwll.ch \
    --cc=daniel@ffwll.ch \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=jani.nikula@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.