Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751650AbdHaIHG (ORCPT ); Thu, 31 Aug 2017 04:07:06 -0400 Received: from mail-oi0-f42.google.com ([209.85.218.42]:36809 "EHLO mail-oi0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750908AbdHaIHC (ORCPT ); Thu, 31 Aug 2017 04:07:02 -0400 X-Google-Smtp-Source: ADKCNb5EuNJpYayT7EQY43U4mHORXzTH433h40R85j1Eu1IoFgJZN5jDq2dREjOJgu1o3DdGI5UprDpvxB4ej0hBdPw= MIME-Version: 1.0 In-Reply-To: References: From: Baolin Wang Date: Thu, 31 Aug 2017 16:07:01 +0800 Message-ID: Subject: Re: [RESEND PATCH v5 1/3] pinctrl: Add sleep related state to indicate sleep related configs To: Linus Walleij Cc: Baolin Wang , Mark Rutland , Rob Herring , "linux-gpio@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Mark Brown Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1054 Lines: 28 Hi, On 31 August 2017 at 15:16, Linus Walleij wrote: > On Thu, Aug 17, 2017 at 8:50 AM, Baolin Wang wrote: > >> In some scenarios, we should set some pins as input/output/pullup/pulldown >> when the specified system goes into deep sleep mode, then when the system >> goes into deep sleep mode, these pins will be set automatically by hardware. >> >> That means some pins are not controlled by any specific driver in the OS, but >> need to be controlled when entering sleep mode. Thus we introduce one sleep >> state config into pinconf-generic for users to configure. >> >> Signed-off-by: Baolin Wang >> --- >> Changes since v4: >> - Add sleep-hardware-state config to indicate sleep related configs. > > No reactions and I can certainly not think of anything better (I even > suggested this) so patch applied. > > Sorry for taking so long to look at this, I've been choked :/ I can understand you are so busy :), thanks for your help. -- Baolin.wang Best Regards