Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751984AbbBRGCI (ORCPT ); Wed, 18 Feb 2015 01:02:08 -0500 Received: from mga01.intel.com ([192.55.52.88]:22742 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750845AbbBRGCG (ORCPT ); Wed, 18 Feb 2015 01:02:06 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,595,1418112000"; d="scan'208";a="653643259" Date: Tue, 17 Feb 2015 22:02:01 -0800 From: Jacob Pan To: Brian Norris Cc: Zhang Rui , Neil Horman , Javi Merino , Florian Fainelli , , Subject: Re: [PATCH 0/8] tools/thermal: tmon: UI and build system improvements Message-ID: <20150217220201.6624ccaa@ultegra> In-Reply-To: <1424225916-13488-1-git-send-email-computersforpeace@gmail.com> References: <1424225916-13488-1-git-send-email-computersforpeace@gmail.com> Organization: OTC X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.23; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1564 Lines: 52 On Tue, 17 Feb 2015 18:18:28 -0800 Brian Norris wrote: > Hi, > > This patch set includes a few build system improvements and a few UI > fixes. > > The last patch is ugly, and personally, I don't care if it's > included. But it's an attempt to kill a warning. Better suggestions > are welcome. > Good improvements. Acked-by: Jacob Pan > Thanks, > Brian > > Brian Norris (8): > tools/thermal: tmon: add --target-temp parameter > tools/thermal: tmon: add min/max macros > tools/thermal: tmon: tui: don't hard-code dialog window size > assumptions > tools/thermal: tmon: fixup tui windowing calculations > tools/thermal: tmon: add .gitignore > tools/thermal: tmon: support cross-compiling > tools/thermal: tmon: use pkg-config to determine library > dependencies tools/thermal: tmon: silence 'set but not used' warnings > > tools/thermal/tmon/.gitignore | 1 + > tools/thermal/tmon/Makefile | 15 ++++++++++++--- > tools/thermal/tmon/tmon.8 | 2 ++ > tools/thermal/tmon/tmon.c | 14 ++++++++++++-- > tools/thermal/tmon/tui.c | 45 > ++++++++++++++++++++++++++++++++++--------- 5 files changed, 63 > insertions(+), 14 deletions(-) create mode 100644 > tools/thermal/tmon/.gitignore > > -- > 1.9.1 > -- Jacob Pan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/