Re: [PATCH 00/14] Remove linux/version.h from most drivers/media

2011-06-27 Thread Mauro Carvalho Chehab
Em 27-06-2011 07:45, Jean-Francois Moine escreveu: > On Sun, 26 Jun 2011 15:55:08 -0300 > Mauro Carvalho Chehab wrote: > >> I'll move it to the right changeset at the version 2 of this series. > > Hi Mauro, > > I have some changes to the gspca.c patch > - the version must stay 2.12.0 > - the 'i

Re: [PATCH 00/14] Remove linux/version.h from most drivers/media

2011-06-27 Thread Jean-Francois Moine
On Sun, 26 Jun 2011 15:55:08 -0300 Mauro Carvalho Chehab wrote: > I'll move it to the right changeset at the version 2 of this series. Hi Mauro, I have some changes to the gspca.c patch - the version must stay 2.12.0 - the 'info' may be simplified: diff --git a/drivers/media/video/gspca/gspca.

Re: [PATCH 00/14] Remove linux/version.h from most drivers/media

2011-06-26 Thread Mauro Carvalho Chehab
Em 26-06-2011 15:14, Jean-Francois Moine escreveu: > On Sun, 26 Jun 2011 13:06:20 -0300 > Mauro Carvalho Chehab wrote: > >> drivers/media/video/gspca/gspca.c | 12 +++--- > > Hi Mauro, > > I could not find the gspca.c changes in your patch set. It was fold at the wrong ch

Re: [PATCH 00/14] Remove linux/version.h from most drivers/media

2011-06-26 Thread Jean-Francois Moine
On Sun, 26 Jun 2011 13:06:20 -0300 Mauro Carvalho Chehab wrote: > drivers/media/video/gspca/gspca.c | 12 +++--- Hi Mauro, I could not find the gspca.c changes in your patch set. Cheers. -- Ken ar c'hentaƱ | ** Breizh ha Linux atav! ** Jef |

Re: [PATCH 00/14] Remove linux/version.h from most drivers/media

2011-06-26 Thread Hans Verkuil
On Sunday, June 26, 2011 18:06:20 Mauro Carvalho Chehab wrote: > At the V4L2 API, one of the fields of VIDIOC_QUERYCAP requires the usage > of KERNEL_VERSION macro, in order to provide the driver version. However, > this is not handled consistently across subsystems. There are very few > drivers th

[PATCH 00/14] Remove linux/version.h from most drivers/media

2011-06-26 Thread Mauro Carvalho Chehab
At the V4L2 API, one of the fields of VIDIOC_QUERYCAP requires the usage of KERNEL_VERSION macro, in order to provide the driver version. However, this is not handled consistently across subsystems. There are very few drivers that take it seriously. So, instead of the current way, let's replace it