Searched hist:"964 dba283439a4db50dae61d3afe6e438b7fc30f" (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | of_platform.h | diff 964dba283439a4db50dae61d3afe6e438b7fc30f Fri Feb 24 22:58:34 CET 2012 Grant Likely <grant.likely@secretlab.ca> devicetree: Add empty of_platform_populate() for !CONFIG_OF_ADDRESS (sparc)
Sparc has its own helpers for translating address ranges when the device tree is parsed at boot time, and it isn't able to use of_platform_populate(). However, there are some device drivers that want to use that function on other DT enabled platforms (ie. TWL4030). This patch adds an empty of_platform_populate() implementation that returns an error when CONFIG_OF_ADDRESS is not selected.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Cc: Benoit Cousson <b-cousson@ti.com> Cc: Samuel Ortiz <sameo@linux.intel.com>
|
/linux/drivers/mfd/ |
H A D | twl-core.c | diff 964dba283439a4db50dae61d3afe6e438b7fc30f Fri Feb 24 22:58:34 CET 2012 Grant Likely <grant.likely@secretlab.ca> devicetree: Add empty of_platform_populate() for !CONFIG_OF_ADDRESS (sparc)
Sparc has its own helpers for translating address ranges when the device tree is parsed at boot time, and it isn't able to use of_platform_populate(). However, there are some device drivers that want to use that function on other DT enabled platforms (ie. TWL4030). This patch adds an empty of_platform_populate() implementation that returns an error when CONFIG_OF_ADDRESS is not selected.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Cc: Benoit Cousson <b-cousson@ti.com> Cc: Samuel Ortiz <sameo@linux.intel.com>
|
/linux/drivers/of/ |
H A D | platform.c | diff 964dba283439a4db50dae61d3afe6e438b7fc30f Fri Feb 24 22:58:34 CET 2012 Grant Likely <grant.likely@secretlab.ca> devicetree: Add empty of_platform_populate() for !CONFIG_OF_ADDRESS (sparc)
Sparc has its own helpers for translating address ranges when the device tree is parsed at boot time, and it isn't able to use of_platform_populate(). However, there are some device drivers that want to use that function on other DT enabled platforms (ie. TWL4030). This patch adds an empty of_platform_populate() implementation that returns an error when CONFIG_OF_ADDRESS is not selected.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Cc: Benoit Cousson <b-cousson@ti.com> Cc: Samuel Ortiz <sameo@linux.intel.com>
|