Message ID | 1373838082-12372-2-git-send-email-javier@dowhile0.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 07/15/2013 12:41 AM, Javier Martinez Canillas wrote: > I haven't had time to work on this driver for a long time and > Ferruh has been doing a great job making it more generic, > adding support for new hardware and providing bug fixes. Thank you a lot for your work on cyttsp drivers, we would like to see your support back whenever you have time again. Your expertise/know-how on issue is valuable. > > So, let's make MAINTAINERS reflect reality and add him as the > cyttsp maintainer instead of me. > > Also, since Ferruh works for Cypress, we may change the driver > status from Maintained to Supported. > > Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org> > --- > > Ferruh, please send your ack if you are willing to take over > maintainance of this driver. Acked-by: Ferruh Yigit <fery@cypress.com> > > Also, please confirm that you have been working on behalf of > Cypress instead of doing it on your free time. Otherwise we > should keep the driver status to maintained instead supported. Right, I am a Cypress employee and working on TrueTouch drivers. > > Thanks a lot and best regards, > Javier > > MAINTAINERS | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 9d771d9..4ba996c 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2458,9 +2458,9 @@ S: Maintained > F: drivers/media/common/cypress_firmware* > > CYTTSP TOUCHSCREEN DRIVER > -M: Javier Martinez Canillas <javier@dowhile0.org> > +M: Ferruh Yigit <fery@cypress.com> > L: linux-input@vger.kernel.org > -S: Maintained > +S: Supported > F: drivers/input/touchscreen/cyttsp* > F: include/linux/input/cyttsp.h >
On Tue, Jul 16, 2013 at 8:57 AM, Ferruh Yigit <fery@cypress.com> wrote: > > On 07/15/2013 12:41 AM, Javier Martinez Canillas wrote: >> >> I haven't had time to work on this driver for a long time and >> Ferruh has been doing a great job making it more generic, >> adding support for new hardware and providing bug fixes. > > Thank you a lot for your work on cyttsp drivers, > we would like to see your support back whenever you have time again. > Your expertise/know-how on issue is valuable. > > >> >> So, let's make MAINTAINERS reflect reality and add him as the >> cyttsp maintainer instead of me. >> >> Also, since Ferruh works for Cypress, we may change the driver >> status from Maintained to Supported. >> >> Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org> >> --- >> >> Ferruh, please send your ack if you are willing to take over >> maintainance of this driver. > > > Acked-by: Ferruh Yigit <fery@cypress.com> > > >> >> Also, please confirm that you have been working on behalf of >> Cypress instead of doing it on your free time. Otherwise we >> should keep the driver status to maintained instead supported. > > Right, I am a Cypress employee and working on TrueTouch drivers. > >> >> Thanks a lot and best regards, >> Javier >> >> MAINTAINERS | 4 ++-- >> 1 files changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 9d771d9..4ba996c 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -2458,9 +2458,9 @@ S: Maintained >> F: drivers/media/common/cypress_firmware* >> CYTTSP TOUCHSCREEN DRIVER >> -M: Javier Martinez Canillas <javier@dowhile0.org> >> +M: Ferruh Yigit <fery@cypress.com> >> L: linux-input@vger.kernel.org >> -S: Maintained >> +S: Supported >> F: drivers/input/touchscreen/cyttsp* >> F: include/linux/input/cyttsp.h >> > > > > -- > > Regards, > ferruh > Hi Dmitry and Henrik, Any comments about this patch? It was sent a couple of months ago... Thanks a lot and best regards, Javier -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Thu, Aug 29, 2013 at 11:48:57AM +0200, Javier Martinez Canillas wrote: > On Tue, Jul 16, 2013 at 8:57 AM, Ferruh Yigit <fery@cypress.com> wrote: > > > > On 07/15/2013 12:41 AM, Javier Martinez Canillas wrote: > >> > >> I haven't had time to work on this driver for a long time and > >> Ferruh has been doing a great job making it more generic, > >> adding support for new hardware and providing bug fixes. > > > > Thank you a lot for your work on cyttsp drivers, > > we would like to see your support back whenever you have time again. > > Your expertise/know-how on issue is valuable. > > > > > >> > >> So, let's make MAINTAINERS reflect reality and add him as the > >> cyttsp maintainer instead of me. > >> > >> Also, since Ferruh works for Cypress, we may change the driver > >> status from Maintained to Supported. > >> > >> Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org> > >> --- > >> > >> Ferruh, please send your ack if you are willing to take over > >> maintainance of this driver. > > > > > > Acked-by: Ferruh Yigit <fery@cypress.com> > > > > > >> > >> Also, please confirm that you have been working on behalf of > >> Cypress instead of doing it on your free time. Otherwise we > >> should keep the driver status to maintained instead supported. > > > > Right, I am a Cypress employee and working on TrueTouch drivers. > > > >> > >> Thanks a lot and best regards, > >> Javier > >> > >> MAINTAINERS | 4 ++-- > >> 1 files changed, 2 insertions(+), 2 deletions(-) > >> > >> diff --git a/MAINTAINERS b/MAINTAINERS > >> index 9d771d9..4ba996c 100644 > >> --- a/MAINTAINERS > >> +++ b/MAINTAINERS > >> @@ -2458,9 +2458,9 @@ S: Maintained > >> F: drivers/media/common/cypress_firmware* > >> CYTTSP TOUCHSCREEN DRIVER > >> -M: Javier Martinez Canillas <javier@dowhile0.org> > >> +M: Ferruh Yigit <fery@cypress.com> > >> L: linux-input@vger.kernel.org > >> -S: Maintained > >> +S: Supported > >> F: drivers/input/touchscreen/cyttsp* > >> F: include/linux/input/cyttsp.h > >> > > > > > > > > -- > > > > Regards, > > ferruh > > > > Hi Dmitry and Henrik, > > Any comments about this patch? It was sent a couple of months ago... Sorry, missed it. Applied now.
diff --git a/MAINTAINERS b/MAINTAINERS index 9d771d9..4ba996c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2458,9 +2458,9 @@ S: Maintained F: drivers/media/common/cypress_firmware* CYTTSP TOUCHSCREEN DRIVER -M: Javier Martinez Canillas <javier@dowhile0.org> +M: Ferruh Yigit <fery@cypress.com> L: linux-input@vger.kernel.org -S: Maintained +S: Supported F: drivers/input/touchscreen/cyttsp* F: include/linux/input/cyttsp.h
I haven't had time to work on this driver for a long time and Ferruh has been doing a great job making it more generic, adding support for new hardware and providing bug fixes. So, let's make MAINTAINERS reflect reality and add him as the cyttsp maintainer instead of me. Also, since Ferruh works for Cypress, we may change the driver status from Maintained to Supported. Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org> --- Ferruh, please send your ack if you are willing to take over maintainance of this driver. Also, please confirm that you have been working on behalf of Cypress instead of doing it on your free time. Otherwise we should keep the driver status to maintained instead supported. Thanks a lot and best regards, Javier MAINTAINERS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)