From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CDB223D8124; Wed, 18 Mar 2026 13:54:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773842056; cv=none; b=slnKMsOO/ixa19aqnJoF0orTi3ujaouuNb7t2PxJ4YQ6ITTr/PygjhklajVgYi/kCllMe7MqPB2G46pRSArMcwbVzEnK10uTeuyy0CzZDZlmObW3bInj/WcgXzVRvULdoF6zeZRxQCVY8cB7//6eHrwL3320317WIGBGXW5FBAM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773842056; c=relaxed/simple; bh=ZOHuAKIvF/750+Fr9Gw1RoDcG7pMffownTTVw1YBoW4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=cqYXQ5jlkGelvwtKHMyzBpNNOaTFL8fvPSv7uCIGYbJtImGwXYCJKKJhkuDG1U7W/bcBVEh41KcovQEEqbku1wTZhAFC22WjwEDSVkl0JQ4jn6cRPMvAargD8UcrxycodV6ekC+t6m2o2KZD4rYQLqFNmyNAmJHc/L23o/N84gg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=iNIO5oWw; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="iNIO5oWw" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A2793C19421; Wed, 18 Mar 2026 13:54:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1773842056; bh=ZOHuAKIvF/750+Fr9Gw1RoDcG7pMffownTTVw1YBoW4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=iNIO5oWw/MI0gmxVUPdnB1ZiGDL/a+A9pGuKVyawMdvsTsD/TafF8MPMh/QXiZwur /LsgZWtMrlEL9JVuj3JscN12J+qKYegE/A91HX6oqIKItDfmFB7iJ4RPQmpiivIiTg FMth/6Sbzwio3AFZiJo8dY30+/Am2IouSTQ3L2O4= Date: Wed, 18 Mar 2026 14:54:11 +0100 From: Greg Kroah-Hartman To: Bartosz Golaszewski Cc: Jim Cromie , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , x86@kernel.org, "H. Peter Anvin" , Arnd Bergmann , Chris Boot , Lee Jones , Pavel Machek , Linus Walleij , Bartosz Golaszewski , linux-kernel@vger.kernel.org, linux-leds@vger.kernel.org, linux-gpio@vger.kernel.org Subject: Re: [PATCH] gpio: scx200: move the header under linux/gpio/ Message-ID: <2026031805-manmade-footrest-4c7a@gregkh> References: <20260318-gpio-scx200-header-v1-1-626688284f17@oss.qualcomm.com> Precedence: bulk X-Mailing-List: linux-gpio@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260318-gpio-scx200-header-v1-1-626688284f17@oss.qualcomm.com> On Wed, Mar 18, 2026 at 02:48:38PM +0100, Bartosz Golaszewski wrote: > Headers exposing symbols specific to individual GPIO drivers should all > live under linux/gpio/ for consistency. scx200_gpio.h is currently a > top-level header directly under linux/. Move it and update all users. > > Signed-off-by: Bartosz Golaszewski > --- > With Acks from relevant maintainers, I can take it through the GPIO > tree. Acked-by: Greg Kroah-Hartman