Re: [PATCH v4] misc: Move panel driver out of staging

2016-02-03 Thread Ksenija Stanojević
On Wed, Feb 3, 2016 at 10:19 AM, Joe Perches wrote: > On Wed, 2016-02-03 at 08:15 +0100, Ksenija Stanojevic wrote: >> Move panel driver from drivers/staging/panel to drivers/misc. > [] >> diff --git a/MAINTAINERS b/MAINTAINERS > [] >> @@ -10393,8 +10393,10 @@ F: drivers/staging/nvec/ >> >> STAG

Re: [PATCH v4] misc: Move panel driver out of staging

2016-02-03 Thread Joe Perches
On Wed, 2016-02-03 at 08:15 +0100, Ksenija Stanojevic wrote: > Move panel driver from drivers/staging/panel to drivers/misc. [] > diff --git a/MAINTAINERS b/MAINTAINERS [] > @@ -10393,8 +10393,10 @@ F: drivers/staging/nvec/ >   >  STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER Apologies for not noti

[PATCH v4] misc: Move panel driver out of staging

2016-02-02 Thread Ksenija Stanojevic
Move panel driver from drivers/staging/panel to drivers/misc. Signed-off-by: Ksenija Stanojevic Acked-by: Willy Tarreau --- Changes in v4: - modify driver location in MAINTAINERS file Changes in v3: - modify driver location in MAINTAINERS file Changes in v2: - modify MA