Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752562AbbBRRtQ (ORCPT ); Wed, 18 Feb 2015 12:49:16 -0500 Received: from mail-pa0-f51.google.com ([209.85.220.51]:39726 "EHLO mail-pa0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752033AbbBRRtP (ORCPT ); Wed, 18 Feb 2015 12:49:15 -0500 Message-ID: <54E4D08C.4020909@gmail.com> Date: Wed, 18 Feb 2015 09:49:00 -0800 From: Florian Fainelli User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Brian Norris , Zhang Rui , jacob.jun.pan@linux.intel.com CC: Neil Horman , Javi Merino , linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org Subject: Re: [PATCH 0/8] tools/thermal: tmon: UI and build system improvements References: <1424225916-13488-1-git-send-email-computersforpeace@gmail.com> In-Reply-To: <1424225916-13488-1-git-send-email-computersforpeace@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1484 Lines: 44 On 17/02/15 18:18, 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. FWIW: Reviewed-by: Florian Fainelli > > 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 > -- Florian -- 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/