Thread (5 messages) 5 messages, 4 authors, 2011-10-26

[PATCH] of: Add a reg-names property to name reg entries

From: Segher Boessenkool <hidden>
Date: 2011-10-25 14:17:15
Also in: linux-devicetree, linux-omap

Possibly related (same subject, not in this thread)

quoted
What problem does any of this solve?  The device binding for the
"mcasp" device will have to describe the possible "reg-names", and
what those mean; but the binding already has to describe its "reg"
property anyway.
What this solve is the ability to use the  
platform_get_resource_byname directly to retrieve the proper  
register base address.
You do not have to put it in the device tree for that, the device
driver can implement this itself if it cares.
The binding is just a text description that the driver will not be  
able to use directly. It will have to get the resource using an  
abstract index.
Your reg-names are abstract identifiers just as well.
It thus removes a level of indirection that is error prone and  
useless most of the time.
It *adds* a level of indirection.  I doubt it helps prevent errors
either, but who knows.


Segher
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help