Hi,
attached patch makes cur_parent and cur_bus, two variables that track internal parser state, local to the parser. Before, the device tree handling had to use them, too - their values are now passed as arguments instead.
Tested to give identical results for all boards.
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de
On 5/5/10 1:40 PM, Patrick Georgi wrote:
Hi,
attached patch makes cur_parent and cur_bus, two variables that track internal parser state, local to the parser. Before, the device tree handling had to use them, too - their values are now passed as arguments instead.
Tested to give identical results for all boards.
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de
Acked-by: Stefan Reinauer stepan@coresystems.de