From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751499AbdBHToe (ORCPT ); Wed, 8 Feb 2017 14:44:34 -0500 Received: from mga05.intel.com ([192.55.52.43]:46649 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751394AbdBHToc (ORCPT ); Wed, 8 Feb 2017 14:44:32 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,348,1484035200"; d="scan'208";a="931645630" Message-ID: <1486582967.2133.415.camel@linux.intel.com> Subject: Re: [PATCH] serial: st-asc: Use new GPIOD API to obtain RTS pin From: Andy Shevchenko To: Greg KH Cc: kbuild test robot , Lee Jones , kbuild-all@01.org, Stephen Rothwell , Linus Walleij , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Boris Brezillon , Alexander Stein Date: Wed, 08 Feb 2017 21:42:47 +0200 In-Reply-To: <20170208174759.GA4773@kroah.com> References: <201702082123.rT1uJnvr%fengguang.wu@intel.com> <1486571470.2133.404.camel@linux.intel.com> <20170208174759.GA4773@kroah.com> Organization: Intel Finland Oy Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.3-1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2017-02-08 at 18:47 +0100, Greg KH wrote: > On Wed, Feb 08, 2017 at 06:31:10PM +0200, Andy Shevchenko wrote: > > On Wed, 2017-02-08 at 21:48 +0800, kbuild test robot wrote: > > > Hi Lee, > > > > > > [auto build test ERROR on tty/tty-testing] > > > [cannot apply to v4.10-rc7 next-20170208] > > > [if your patch is applied to the wrong git tree, please drop us a > > > note > > > to help improve the system] > > > > > > url:    https://github.com/0day-ci/linux/commits/Lee-Jones/serial- > > > st-a > > > sc-Use-new-GPIOD-API-to-obtain-RTS-pin/20170208-180609 > > > base:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty > > > .git > > >  tty-testing > > > config: x86_64-allmodconfig (attached as .config) > > > compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 > > > reproduce: > > >         # save the attached .config to linux build tree > > >         make ARCH=x86_64  > > > > > > > It requires to have immutable branch in one of the subsystem which > > the > > other one can pull. > > Which sucks, and is why you should not do api changes this way! Not only me :-) If above will not work we may do something like below for this cycle: static inline ... devm_get_gpiod_from_child() { return devm_fwnode_get_gpiod_from_child(..., GPIO_AS_IS, "?"); } in GPIO tree. -- Andy Shevchenko Intel Finland Oy