From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH v2 1/2] uio: uio_pdrv_genirq: Make UIO name controllable via DT node property Date: Tue, 27 Aug 2019 19:04:46 +0200 Message-ID: <20190827170446.GA21369@kroah.com> References: <20190815212807.25058-1-daniel@zonque.org> <3f65e92e-350e-d414-75c4-8680932b39d1@zonque.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <3f65e92e-350e-d414-75c4-8680932b39d1@zonque.org> Sender: linux-kernel-owner@vger.kernel.org To: Daniel Mack Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: devicetree@vger.kernel.org On Tue, Aug 27, 2019 at 06:07:04PM +0200, Daniel Mack wrote: > Hi Greg, > > On 15/8/2019 11:28 PM, Daniel Mack wrote: > > When probed via DT, the uio_pdrv_genirq driver currently uses the name > > of the node and exposes that as name of the UIO device to userspace. > > > > This doesn't work for systems where multiple nodes with the same name > > (but different unit addresses) are present, or for systems where the > > node names are auto-generated by a third-party tool. > > > > This patch adds the possibility to read the UIO name from the optional > > "linux,uio-name" property. > > Any opinion on this one? Sorry, it's in my "to review" queue, was traveling all last week and it's really big now :( it's not lost... greg k-h