Re: [U-Boot] [PATCH v6 07/14] ram: add RAM driver for Broadcom MIPS SoCs

2017-04-30 Thread Daniel Schwierzeck
Am 25.04.2017 um 00:39 schrieb Álvaro Fernández Rojas: > Signed-off-by: Álvaro Fernández Rojas > Reviewed-by: Simon Glass > --- > v6: Introduce changes suggested by Simon Glass: > - Use read/write instead of __raw_read/__raw_write. > v5: No changes. >

[U-Boot] [PATCH v6 07/14] ram: add RAM driver for Broadcom MIPS SoCs

2017-04-24 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas Reviewed-by: Simon Glass --- v6: Introduce changes suggested by Simon Glass: - Use read/write instead of __raw_read/__raw_write. v5: No changes. v4: No changes. v3: Rename of_match to ids. v2: Introduce changes