[git pull] soc_device_match() interface for matching against soc_bus attributes
From: arnd@arndb.de (Arnd Bergmann)
Date: 2016-11-30 15:37:24
Also in:
linux-renesas-soc, linux-samsung-soc
From: arnd@arndb.de (Arnd Bergmann)
Date: 2016-11-30 15:37:24
Also in:
linux-renesas-soc, linux-samsung-soc
On Wednesday, November 23, 2016 1:32:56 PM CET Geert Uytterhoeven wrote:
soc_device_match() interface for matching against soc_bus attributes This provides core infrastructure as a dependency for several users (Freescale/NXP, Samsung, Renesas). Its core parts have been acked by Greg, and the fixes by Arnd and/or Greg (the last fix only received an informal ack, that's why I hadn't added the ack). This has already been pulled by Ulf, and is present in mmc/next, as a dependency for a Freescale/NXP driver update.
I've pulled this into next/drivers and also into a separate next/socdevice-match that we can use for keeping track. Thanks, Arnd