Re: [PATCH] i2c-i801: Add device tree support
From: Thierry Reding <hidden>
Date: 2012-08-18 11:18:08
Also in:
lkml
Attachments
- (unnamed) [application/pgp-signature] 836 bytes
From: Thierry Reding <hidden>
Date: 2012-08-18 11:18:08
Also in:
lkml
On Sat, Aug 18, 2012 at 11:48:46AM +0200, Wolfram Sang wrote:
On Wed, Aug 08, 2012 at 09:06:47AM +0200, Thierry Reding wrote:quoted
This commit adds support for probing slave devices parsed from the device tree. Signed-off-by: Thierry Reding <redacted>How are the devicetree nodes of the slaves connected to this PCI device which should not have a node itself?
The matching is done by pci_set_of_node() and pci_set_bus_of_node(). The latter will eventually call pcibios_get_phb_of_node(). What makes you say that PCI devices shouldn't have nodes themselves? Thierry