From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sekhar Nori Date: Mon, 01 Jul 2019 14:52:41 +0000 Subject: Re: [PATCH 00/12] ARM: davinci: da850-evm: remove more legacy GPIO calls Message-Id: List-Id: References: <20190625163434.13620-1-brgl@bgdev.pl> In-Reply-To: <20190625163434.13620-1-brgl@bgdev.pl> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Bartosz Golaszewski , Kevin Hilman , Lee Jones , Daniel Thompson , Jingoo Han , Bartlomiej Zolnierkiewicz , David Lechner , Linus Walleij Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org, Bartosz Golaszewski Hi Lee, Daniel, Jingoo, On 25/06/19 10:04 PM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > This is another small step on the path to liberating davinci from legacy > GPIO API calls and shrinking the davinci GPIO driver by not having to > support the base GPIO number anymore. > > This time we're removing the legacy calls used indirectly by the LCDC > fbdev driver. > > The first three patches modify the GPIO backlight driver. The first > of them adds the necessary functionality, the other two are just > tweaks and cleanups. Can you take the first three patches for v5.3 - if its not too late? I think that will make it easy for rest of patches to make into subsequent kernel releases. > > Next two patches enable the GPIO backlight driver in > davinci_all_defconfig. > > Patch 6/12 models the backlight GPIO as an actual GPIO backlight device. > > Patches 7-9 extend the fbdev driver with regulator support and convert > the da850-evm board file to using it. > > Last three patches are improvements to the da8xx fbdev driver since > we're already touching it in this series. Thanks, Sekhar