From mboxrd@z Thu Jan 1 00:00:00 1970 From: Damien Lespiau Subject: Re: [PATCH 1/2] lib/igt_aux: Extract runtime pm helpers from pm_pc8 Date: Wed, 14 May 2014 18:50:27 +0100 Message-ID: <20140514175027.GA14930@strange.amr.corp.intel.com> References: <1400083247-18900-1-git-send-email-daniel.vetter@ffwll.ch> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga03.intel.com (mga03.intel.com [143.182.124.21]) by gabe.freedesktop.org (Postfix) with ESMTP id 225BA6E611 for ; Wed, 14 May 2014 10:50:30 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1400083247-18900-1-git-send-email-daniel.vetter@ffwll.ch> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" To: Daniel Vetter Cc: Intel Graphics Development List-Id: intel-gfx@lists.freedesktop.org On Wed, May 14, 2014 at 06:00:46PM +0200, Daniel Vetter wrote: > I want to use them elsewhere ... > > Signed-off-by: Daniel Vetter > --- > lib/igt_aux.c | 114 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > lib/igt_aux.h | 11 ++++++ > tests/pm_pc8.c | 96 ++---------------------------------------------- > 3 files changed, 128 insertions(+), 93 deletions(-) Just a small thing, let's not abuse _aux.c to put random stuff. How about adding a new _pm.c? -- Damien