Return-Path: MIME-Version: 1.0 In-Reply-To: <20160826200509.GA22583@amd> References: <20160824232437.9446-1-robh@kernel.org> <20160826200509.GA22583@amd> From: Rob Herring Date: Fri, 26 Aug 2016 16:29:10 -0500 Message-ID: Subject: Re: [RFC PATCH 0/6] UART slave devices using serio To: Pavel Machek Cc: Greg Kroah-Hartman , Marcel Holtmann , Jiri Slaby , Sebastian Reichel , Arnd Bergmann , "Dr . H . Nikolaus Schaller" , Alan Cox , Loic Poulain , Peter Hurley , NeilBrown , Linus Walleij , "open list:BLUETOOTH DRIVERS" , "linux-serial@vger.kernel.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 List-ID: On Fri, Aug 26, 2016 at 3:05 PM, Pavel Machek wrote: > On Wed 2016-08-24 18:24:30, Rob Herring wrote: >> This is a new approach to supporting UART slave devices using the >> existing serio bus. After Arnd's proding, I took another look at serio >> and decided extending it does make sense. Using serio primarily requires >> adding DT based device matching and supporting buffer based write and >> receive. > > Strange, the series has _two_ 1/6 patches. > >> Rob Herring (6): >> serio: add DT driver binding > > There's one saying "add OF driver binding" on the mailinglist, too... Ugg, ignore that one. That's what I get for not cleaning out patches before refreshing them with git-format-patch. Rob