From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751654Ab3LPTzg (ORCPT ); Mon, 16 Dec 2013 14:55:36 -0500 Received: from mail-pa0-f50.google.com ([209.85.220.50]:57534 "EHLO mail-pa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750753Ab3LPTze (ORCPT ); Mon, 16 Dec 2013 14:55:34 -0500 Date: Mon, 16 Dec 2013 11:55:33 -0800 From: Guenter Roeck To: Laszlo Papp Cc: Marcus Folkesson , hjk@hansjkoch.de, LKML , lm-sensors@lm-sensors.org Subject: Re: [lm-sensors] [PATCH] hwmon: (max6650) Add support for gpiodef Message-ID: <20131216195533.GA6462@roeck-us.net> References: <528F6BB8.8040504@roeck-us.net> <20131122160457.GA3951@roeck-us.net> <20131122180501.GA8547@roeck-us.net> <20131216172710.GA1811@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 16, 2013 at 06:28:34PM +0000, Laszlo Papp wrote: > On Mon, Dec 16, 2013 at 6:28 PM, Laszlo Papp wrote: > > On Mon, Dec 16, 2013 at 5:27 PM, Guenter Roeck wrote: > >> On Mon, Dec 16, 2013 at 03:56:33PM +0000, Laszlo Papp wrote: > >>> So, Mr. Roeck, how do you suggest to handle input or output port > >>> configuration? Should it be coming from platform data, or should it be > >>> more dynamic? I would say, it is usually static, but I do not know if > >>> it is common to be dynamic. I am not a hardware designer. > >>> > >> > >> Platform and/or devicetree. > > > > Works for me. Should I apply the gpio and mfd drivers separately or in > > one single patch? > > s/apply/send/ > Separately. Guenter