Remove redundant declarations. Newer gcc has a warning for these so willfail when building with -Werror.Sponsored by: DARPA, AFRL
EXTRES: Add OF node as argument to all <foo>_get_by_ofw_<bar>() functions.In some cases, the driver must handle given properties located inspecific OF subnode. Instead of creating duplicate set of
EXTRES: Add OF node as argument to all <foo>_get_by_ofw_<bar>() functions.In some cases, the driver must handle given properties located inspecific OF subnode. Instead of creating duplicate set of function, add'node' as argument to existing functions, defaulting it to device OF node.MFC after: 3 weeks
show more ...
Use OF_prop_free instead of direct call to free(9)Reviewed by: mmel@
Add reset framework, a second part of new 'extended resources' family ofsupport frameworks (i.e. regulators/phy/tsensors/fuses...).It provides simple unified consumers interface for manipulations
Add reset framework, a second part of new 'extended resources' family ofsupport frameworks (i.e. regulators/phy/tsensors/fuses...).It provides simple unified consumers interface for manipulations withon-chip resets.Reviewed by: ian, imp (paritaly)