Re: [U-Boot] [PATCH] of-platdata: improve documentation

2019-01-11 Thread Lukasz Majewski
Hi Simon, > On Thu, Jan 10, 2019 at 1:57 PM Simon Glass wrote: > > > > On Mon, 7 Jan 2019 at 12:23, Simon Goldschmidt > > wrote: > > > > > > Improve some things in the documentation of OF_PLATDATA that I > > > found while porting socfgpa_gen5 to it. > > > > > > Signed-off-by: Simon Goldschmidt

Re: [U-Boot] [PATCH] of-platdata: improve documentation

2019-01-10 Thread Simon Goldschmidt
On Thu, Jan 10, 2019 at 1:57 PM Simon Glass wrote: > > On Mon, 7 Jan 2019 at 12:23, Simon Goldschmidt > wrote: > > > > Improve some things in the documentation of OF_PLATDATA that I found > > while porting socfgpa_gen5 to it. > > > > Signed-off-by: Simon Goldschmidt > > --- > > > > doc/driver-m

Re: [U-Boot] [PATCH] of-platdata: improve documentation

2019-01-10 Thread Simon Glass
On Mon, 7 Jan 2019 at 12:23, Simon Goldschmidt wrote: > > Improve some things in the documentation of OF_PLATDATA that I found > while porting socfgpa_gen5 to it. > > Signed-off-by: Simon Goldschmidt > --- > > doc/driver-model/of-plat.txt | 18 -- > dts/Kconfig |

[U-Boot] [PATCH] of-platdata: improve documentation

2019-01-07 Thread Simon Goldschmidt
Improve some things in the documentation of OF_PLATDATA that I found while porting socfgpa_gen5 to it. Signed-off-by: Simon Goldschmidt --- doc/driver-model/of-plat.txt | 18 -- dts/Kconfig | 6 ++ 2 files changed, 14 insertions(+), 10 deletions(-) diff --