[PATCH v3 2/7] drivers: Introduce device lookup variants by of_node

Greg KH gregkh at linuxfoundation.org
Tue Jul 30 11:03:15 UTC 2019


On Thu, Jul 25, 2019 at 02:54:02PM +0100, Lee Jones wrote:
> On Tue, 23 Jul 2019, Suzuki K Poulose wrote:
> 
> > Introduce wrappers for {bus/driver/class}_find_device() to
> > locate devices by its of_node.
> > 
> > Cc: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
> > Cc: Maxime Ripard <maxime.ripard at bootlin.com>
> > Cc: dri-devel at lists.freedesktop.org
> > Cc: David Airlie <airlied at linux.ie>
> > Cc: Daniel Vetter <daniel at ffwll.ch>
> > Cc: devicetree at vger.kernel.org
> > Cc: Florian Fainelli <f.fainelli at gmail.com>
> > Cc: Frank Rowand <frowand.list at gmail.com>
> > Cc: Heiko Stuebner <heiko at sntech.de>
> > Cc: Liam Girdwood <lgirdwood at gmail.com>
> > Cc: linux-i2c at vger.kernel.org
> > Cc: linux-rockchip at lists.infradead.org
> > Cc: linux-spi at vger.kernel.org
> > Cc: Mathieu Poirier <mathieu.poirier at linaro.org>
> > Cc: Rob Herring <robh+dt at kernel.org>
> > Cc: Srinivas Kandagatla <srinivas.kandagatla at linaro.org>
> > Cc: Takashi Iwai <tiwai at suse.com>
> > Cc: Wolfram Sang <wsa at the-dreams.de>
> > Cc: Alan Tull <atull at kernel.org>
> > Cc: Moritz Fischer <mdf at kernel.org>
> > Cc: linux-fpga at vger.kernel.org
> > Cc: Peter Rosin <peda at axentia.se>
> > Cc: Mark Brown <broonie at kernel.org>
> > Cc: Florian Fainelli <f.fainelli at gmail.com>
> > Cc: Heiner Kallweit <hkallweit1 at gmail.com>
> > Cc: "David S. Miller" <davem at davemloft.net>
> > Cc: Andrew Lunn <andrew at lunn.ch>
> > Cc: Liam Girdwood <lgirdwood at gmail.com>
> > Cc: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
> > Cc: "Rafael J. Wysocki" <rafael at kernel.org>
> > Cc: Lee Jones <lee.jones at linaro.org>
> > Cc: Thor Thayer <thor.thayer at linux.intel.com>
> > Cc: Jiri Slaby <jslaby at suse.com>
> > Cc: Mark Brown <broonie at kernel.org>
> > Cc: Andrew Lunn <andrew at lunn.ch>
> > Cc: Peter Rosin <peda at axentia.se>
> > Signed-off-by: Suzuki K Poulose <suzuki.poulose at arm.com>
> > ---
> >  - Dropped the reviewed-by tags from Thor, Mark, Andrew and Peter as the
> >    patches are mereged, though there are no functional changes.
> > ---
> >  drivers/amba/tegra-ahb.c              | 11 +-------
> >  drivers/fpga/fpga-bridge.c            |  8 +-----
> >  drivers/fpga/fpga-mgr.c               |  8 +-----
> >  drivers/gpu/drm/drm_mipi_dsi.c        |  7 +----
> >  drivers/i2c/i2c-core-of.c             |  7 +----
> >  drivers/mfd/altera-sysmgr.c           | 14 ++--------
> 
> For my own reference:
>   Acked-for-MFD-by: Lee Jones <lee.jones at linaro.org>
> 
> What's the merge plan for this patch?
> 
> Is anyone prepared to create an immutable branch for us to pull from?
> I'm happy to do it if no one else steps up.

I'll take it, and create a branch for everyone to pull from.

thanks,

greg k-h


More information about the dri-devel mailing list