From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754213AbdFNE4C (ORCPT ); Wed, 14 Jun 2017 00:56:02 -0400 Received: from muru.com ([72.249.23.125]:51596 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750749AbdFNEz5 (ORCPT ); Wed, 14 Jun 2017 00:55:57 -0400 Date: Tue, 13 Jun 2017 21:55:52 -0700 From: Tony Lindgren To: Enric Balletbo Serra Cc: Enric Balletbo i Serra , "linux-omap@vger.kernel.org" , "devicetree@vger.kernel.org" , linux-kernel , linux-pm@vger.kernel.org, Rob Herring , Mark Rutland , Russell King , Lee Jones , Sebastian Reichel , Grygorii Strashko , Javier Martinez Canillas Subject: Re: [PATCH 2/4] ARM: dts: tps65217: Add power button interrupt to the common tps65217.dtsi file Message-ID: <20170614045551.GB3730@atomide.com> References: <20170612212412.22719-1-enric.balletbo@collabora.com> <20170612212412.22719-2-enric.balletbo@collabora.com> <20170613073519.GA3730@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Enric Balletbo Serra [170613 02:12]: > Hi Tony, > > 2017-06-13 9:35 GMT+02:00 Tony Lindgren : > > * Enric Balletbo i Serra [170612 14:28]: > >> The interrupt for power button is static data that comes from the > >> datasheet, there is no reason to need to define this value on every > >> board so seams reasonable put this information into the common tps65217 > >> file. > > > > I think there's a problem with these patches where we no longer know > > if the interrupts are wired up on a board. For example, if the USB PHY > > VBUS interrupt is not connected, the phy driver needs poll the > > cable state. > > > > Hmm, the tps65217 doesn't have a USB PHY like others tps, so not sure > how could affect this patch. Did you see this issue in any board that > uses tps65217 or any am335x based board which commonly uses this pmic? Oh sorry I misread your patch. I thought you're removing the interrupts from dts, but you're just moving the dts entries to the common dtsi file :) So seems just fine with me. Regards, Tony