From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miquel Raynal Subject: Re: [PATCH v6] gpio: pca953x: Add Maxim MAX7313 PWM support Date: Tue, 30 Jun 2020 23:56:09 +0200 Message-ID: <20200630235609.52611e41@xps13> References: <20200503105453.23658-1-miquel.raynal@bootlin.com> <20200629160844.6ecf79c1@xps13> <20200629195044.uvgma53cajiko3gf@pengutronix.de> <20200630085828.1aebdf99@xps13> <20200630124500.m765t276atb3wqgy@pengutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Return-path: Received: from relay10.mail.gandi.net ([217.70.178.230]:55991 "EHLO relay10.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727050AbgF3V4O (ORCPT ); Tue, 30 Jun 2020 17:56:14 -0400 In-Reply-To: Sender: linux-pwm-owner@vger.kernel.org List-Id: linux-pwm@vger.kernel.org To: Andy Shevchenko Cc: Uwe =?UTF-8?B?S2xlaW5lLUvDtm5pZw==?= , Bartosz Golaszewski , Thierry Reding , Linus Walleij , linux-gpio , linux-pwm@vger.kernel.org, Thomas Petazzoni , LKML Hello, Andy Shevchenko wrote on Wed, 1 Jul 2020 00:27:31 +0300: > On Tue, Jun 30, 2020 at 3:45 PM Uwe Kleine-König > wrote: > > On Tue, Jun 30, 2020 at 11:13:31AM +0200, Bartosz Golaszewski wrote: > > > I can't find anything in any of the previous threads. What was the > > > reason to not go the MFD way here? > > > > MFD doesn't work because the different "modes" are not orthogonal. So > > this is not a single device that provides several functions at the same > > time that can be used in parallel. > > Did I get this correctly that it's either *all* pins are GPIO or *all* are PWM? > > Otherwise, it fits from my point of view. > Sorry for not being clear in the first place : the choice between pure GPIO and PWM is on a per output basis. As Uwe said, the two "modes" are not orthogonal hence the MFD does not fit here IMHO. Thanks, Miquèl