Re: [U-Boot] [PATCH 2/2] dm: video: lcd: MIGRATION: Add migration plan for video

2018-12-26 Thread Tom Rini
On Tue, Dec 18, 2018 at 09:30:34PM +0530, Jagan Teki wrote: > On Mon, Dec 17, 2018 at 2:01 AM Simon Glass wrote: > > > > Add a migration plan for video which is an important subsystem in U-Boot. > > > > Signed-off-by: Simon Glass > > --- > > > > Makefile | 10 ++ >

Re: [U-Boot] [PATCH 2/2] dm: video: lcd: MIGRATION: Add migration plan for video

2018-12-26 Thread Tom Rini
On Mon, Dec 17, 2018 at 07:00:10AM +0100, Simon Goldschmidt wrote: > On Sun, Dec 16, 2018 at 9:30 PM Simon Glass wrote: > > > > Add a migration plan for video which is an important subsystem in U-Boot. > > > > Signed-off-by: Simon Glass > > --- > > > > Makefile | 10

Re: [U-Boot] [PATCH 2/2] dm: video: lcd: MIGRATION: Add migration plan for video

2018-12-18 Thread Jagan Teki
On Mon, Dec 17, 2018 at 2:01 AM Simon Glass wrote: > > Add a migration plan for video which is an important subsystem in U-Boot. > > Signed-off-by: Simon Glass > --- > > Makefile | 10 ++ > doc/driver-model/MIGRATION.txt | 8 > 2 files changed, 18

Re: [U-Boot] [PATCH 2/2] dm: video: lcd: MIGRATION: Add migration plan for video

2018-12-16 Thread Simon Goldschmidt
On Sun, Dec 16, 2018 at 9:30 PM Simon Glass wrote: > > Add a migration plan for video which is an important subsystem in U-Boot. > > Signed-off-by: Simon Glass > --- > > Makefile | 10 ++ > doc/driver-model/MIGRATION.txt | 8 > 2 files changed, 18

[U-Boot] [PATCH 2/2] dm: video: lcd: MIGRATION: Add migration plan for video

2018-12-16 Thread Simon Glass
Add a migration plan for video which is an important subsystem in U-Boot. Signed-off-by: Simon Glass --- Makefile | 10 ++ doc/driver-model/MIGRATION.txt | 8 2 files changed, 18 insertions(+) diff --git a/Makefile b/Makefile index