From mboxrd@z Thu Jan 1 00:00:00 1970 From: andriy.shevchenko@linux.intel.com (Andy Shevchenko) Date: Tue, 19 Dec 2017 16:50:37 +0200 Subject: [PATCH v1] mfd: ab8500: introduce DEFINE_SHOW_ATTRIBUTE() macro In-Reply-To: <20171215105432.pm36mtles7mpvcye@dell> References: <20171214105121.77015-1-andriy.shevchenko@linux.intel.com> <20171215105432.pm36mtles7mpvcye@dell> Message-ID: <1513695037.7000.194.camel@linux.intel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, 2017-12-15 at 10:54 +0000, Lee Jones wrote: > Linus, > I suppose you would like to get his attention :-) > > This macro deduplicates a lot of similar code in the ab8500- > > debugfs.c module. > > Targeting to be moved to seq_file.h eventually. > > Linus, it would be nice to have this in three for this cycle that will allow me to move it to seq_file.h in the next one. -- Andy Shevchenko Intel Finland Oy From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763852AbdLSOul (ORCPT ); Tue, 19 Dec 2017 09:50:41 -0500 Received: from mga09.intel.com ([134.134.136.24]:4265 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1763837AbdLSOuk (ORCPT ); Tue, 19 Dec 2017 09:50:40 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,427,1508828400"; d="scan'208";a="13598943" Message-ID: <1513695037.7000.194.camel@linux.intel.com> Subject: Re: [PATCH v1] mfd: ab8500: introduce DEFINE_SHOW_ATTRIBUTE() macro From: Andy Shevchenko To: Lee Jones Cc: Linus Walleij , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Date: Tue, 19 Dec 2017 16:50:37 +0200 In-Reply-To: <20171215105432.pm36mtles7mpvcye@dell> References: <20171214105121.77015-1-andriy.shevchenko@linux.intel.com> <20171215105432.pm36mtles7mpvcye@dell> Organization: Intel Finland Oy Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.26.3-1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2017-12-15 at 10:54 +0000, Lee Jones wrote: > Linus, > I suppose you would like to get his attention :-) > > This macro deduplicates a lot of similar code in the ab8500- > > debugfs.c module. > > Targeting to be moved to seq_file.h eventually. > > Linus, it would be nice to have this in three for this cycle that will allow me to move it to seq_file.h in the next one. -- Andy Shevchenko Intel Finland Oy