On Mon, Jun 12, 2017 at 01:34:05PM -0500, Thor Thayer wrote:
> On 06/06/2017 06:54 PM, Chris Packham wrote:
> > Use of_address_to_resource() and resource_size() instead of manually
> > parsing the "reg" property from the "memory" node(s).
> >
> > Signed-off-by: Chris Packham
> > ---
...
> Nice
On 06/06/2017 06:54 PM, Chris Packham wrote:
Use of_address_to_resource() and resource_size() instead of manually
parsing the "reg" property from the "memory" node(s).
Signed-off-by: Chris Packham
---
Changes in v2:
- New
drivers/edac/altera_edac.c | 24
1 file chan
Use of_address_to_resource() and resource_size() instead of manually
parsing the "reg" property from the "memory" node(s).
Signed-off-by: Chris Packham
---
Changes in v2:
- New
drivers/edac/altera_edac.c | 24
1 file changed, 8 insertions(+), 16 deletions(-)
diff --git