[PATCH V3] net/dt: Add support for overriding phy configuration from device tree

2014-01-17 Thread Matthew Garrett
llute generic code. Signed-off-by: Matthew Garrett --- V3: Break the main function out into some helper functions and store the values in some structs. Documentation/devicetree/bindings/net/phy.txt | 21 +++ drivers/net/phy/phy_device.c | 29 - drivers/of/of_

Re: [PATCH] net/dt: Add support for overriding phy configuration from device tree

2014-01-16 Thread Matthew Garrett
e properties not boolean (they are not > used in the example either, unfortunately), and the binding text > would need an update for clarity? What am I missing? They're not booleans. I'll update the text to make that clear. -- Matthew Garrett

[PATCH V2] net/dt: Add support for overriding phy configuration from device tree

2014-01-16 Thread Matthew Garrett
llute generic code. Signed-off-by: Matthew Garrett --- Documentation/devicetree/bindings/net/phy.txt | 21 + drivers/net/phy/phy_device.c | 29 +- drivers/of/of_net.c | 124 ++ include/linux/of_

[PATCH] net/dt: Add support for overriding phy configuration from device tree

2014-01-15 Thread Matthew Garrett
llute generic code. Signed-off-by: Matthew Garrett --- Documentation/devicetree/bindings/net/phy.txt | 13 +++ drivers/net/phy/phy_device.c | 29 +- drivers/of/of_net.c | 124 ++ include/linux/of_net.h

Re: [PATCH V2 0/6] Enable X-Gene platform reboot driver.

2014-01-14 Thread Matthew Garrett
standard ACPI reboot register values in the FADT? -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: ACPI vs DT at runtime

2013-11-21 Thread Matthew Garrett
's an argument that in that case you might as well just use DT for device discovery as well and skip ACPI entirely. I'm having trouble coming up with strong counterarguments. -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line "unsubscribe de

Re: ACPI vs DT at runtime

2013-11-21 Thread Matthew Garrett
world, and being able to share the implementation is a benefit. But that can be implemented without worrying about using ACPI for device discovery or interfacing. -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line "unsubscribe devicetree"