Re: [PATCH 2/2 v3] drivers/core/of: Add symlink to device-tree from devices with an OF node

2015-03-10 Thread Rob Herring
On Wed, Feb 18, 2015 at 3:50 AM, Benjamin Herrenschmidt b...@kernel.crashing.org wrote: On Tue, 2015-02-17 at 20:57 -0800, Greg Kroah-Hartman wrote: Acked-by: Rob Herring r...@kernel.org Thanks, I'll queue these up after 3.20-rc1 is out. It doesn't look like these 2 patches got applied.

Re: [PATCH 2/2 v3] drivers/core/of: Add symlink to device-tree from devices with an OF node

2015-03-10 Thread Greg Kroah-Hartman
On Tue, Mar 10, 2015 at 09:22:51AM -0500, Rob Herring wrote: On Wed, Feb 18, 2015 at 3:50 AM, Benjamin Herrenschmidt b...@kernel.crashing.org wrote: On Tue, 2015-02-17 at 20:57 -0800, Greg Kroah-Hartman wrote: Acked-by: Rob Herring r...@kernel.org Thanks, I'll queue these up after

Re: [PATCH 2/2 v3] drivers/core/of: Add symlink to device-tree from devices with an OF node

2015-02-18 Thread Benjamin Herrenschmidt
On Tue, 2015-02-17 at 20:57 -0800, Greg Kroah-Hartman wrote: Acked-by: Rob Herring r...@kernel.org Thanks, I'll queue these up after 3.20-rc1 is out. Awesome, thanks ! Cheers, Ben. -- To unsubscribe from this list: send the line unsubscribe devicetree in the body of a message to

[PATCH 2/2 v3] drivers/core/of: Add symlink to device-tree from devices with an OF node

2015-02-17 Thread Benjamin Herrenschmidt
So I've been annoyed lately with having a bunch of devices such as i2c eeproms (for use by VPDs, server world !) and other bits and pieces that I want to be able to identify from userspace, and possibly provide additional data about from FW. Basically, it boils down to correlating the sysfs

Re: [PATCH 2/2 v3] drivers/core/of: Add symlink to device-tree from devices with an OF node

2015-02-17 Thread Rob Herring
On Tue, Feb 17, 2015 at 6:25 PM, Benjamin Herrenschmidt b...@kernel.crashing.org wrote: So I've been annoyed lately with having a bunch of devices such as i2c eeproms (for use by VPDs, server world !) and other bits and pieces that I want to be able to identify from userspace, and possibly

Re: [PATCH 2/2 v3] drivers/core/of: Add symlink to device-tree from devices with an OF node

2015-02-17 Thread Greg Kroah-Hartman
On Wed, Feb 18, 2015 at 11:25:18AM +1100, Benjamin Herrenschmidt wrote: So I've been annoyed lately with having a bunch of devices such as i2c eeproms (for use by VPDs, server world !) and other bits and pieces that I want to be able to identify from userspace, and possibly provide additional

Re: [PATCH 2/2 v3] drivers/core/of: Add symlink to device-tree from devices with an OF node

2015-02-17 Thread Greg Kroah-Hartman
On Tue, Feb 17, 2015 at 07:07:14PM -0600, Rob Herring wrote: On Tue, Feb 17, 2015 at 6:25 PM, Benjamin Herrenschmidt b...@kernel.crashing.org wrote: So I've been annoyed lately with having a bunch of devices such as i2c eeproms (for use by VPDs, server world !) and other bits and pieces that