Re: [PATCH 1/9] stringify: add HEX_STRING()

2011-07-13 Thread Arnaud Lacombe
Hi, On Wed, Jul 13, 2011 at 6:17 PM, Randy Dunlap wrote: > [...] >> > Sure, go for it.  I'll ack it.  ;)  [or Review it :] >> > and test it. >> > >> it is already among the hunks in https://patchwork.kernel.org/patch/380601/ > > I realize that, but it looks like you may need to resubmit it. > I h

Re: [PATCH 1/9] stringify: add HEX_STRING()

2011-07-13 Thread Randy Dunlap
On Wed, 13 Jul 2011 18:13:31 -0400 Arnaud Lacombe wrote: > Hi, > > On Wed, Jul 13, 2011 at 6:08 PM, Randy Dunlap wrote: > > On Wed, 13 Jul 2011 18:06:15 -0400 Arnaud Lacombe wrote: > > > >> Hi, > >> > >> On Wed, Jul 13, 2011 at 6:00 PM, Randy Dunlap wrote: > >> > On Wed, 13 Jul 2011 17:49:48 -0

Re: [PATCH 1/9] stringify: add HEX_STRING()

2011-07-13 Thread Arnaud Lacombe
Hi, On Wed, Jul 13, 2011 at 6:08 PM, Randy Dunlap wrote: > On Wed, 13 Jul 2011 18:06:15 -0400 Arnaud Lacombe wrote: > >> Hi, >> >> On Wed, Jul 13, 2011 at 6:00 PM, Randy Dunlap wrote: >> > On Wed, 13 Jul 2011 17:49:48 -0400 Arnaud Lacombe wrote: >> > >> >> Hi, >> >> >> >> On Sun, Jul 10, 2011 at

Re: [PATCH 1/9] stringify: add HEX_STRING()

2011-07-13 Thread Randy Dunlap
On Wed, 13 Jul 2011 18:06:15 -0400 Arnaud Lacombe wrote: > Hi, > > On Wed, Jul 13, 2011 at 6:00 PM, Randy Dunlap wrote: > > On Wed, 13 Jul 2011 17:49:48 -0400 Arnaud Lacombe wrote: > > > >> Hi, > >> > >> On Sun, Jul 10, 2011 at 3:51 PM, Randy Dunlap wrote: > >> > From: Randy Dunlap > >> > > >>

Re: [PATCH 1/9] stringify: add HEX_STRING()

2011-07-13 Thread Arnaud Lacombe
Hi, On Wed, Jul 13, 2011 at 6:00 PM, Randy Dunlap wrote: > On Wed, 13 Jul 2011 17:49:48 -0400 Arnaud Lacombe wrote: > >> Hi, >> >> On Sun, Jul 10, 2011 at 3:51 PM, Randy Dunlap wrote: >> > From: Randy Dunlap >> > >> > Add HEX_STRING(value) to stringify.h so that drivers can >> > convert kconfig

Re: [PATCH 1/9] stringify: add HEX_STRING()

2011-07-13 Thread Randy Dunlap
On Wed, 13 Jul 2011 18:05:45 -0300 Mauro Carvalho Chehab wrote: > Em 10-07-2011 16:51, Randy Dunlap escreveu: > > From: Randy Dunlap > > > > Add HEX_STRING(value) to stringify.h so that drivers can > > convert kconfig hex values (without leading "0x") to useful > > hex constants. > > > > Severa

Re: [PATCH 1/9] stringify: add HEX_STRING()

2011-07-13 Thread Randy Dunlap
On Wed, 13 Jul 2011 17:49:48 -0400 Arnaud Lacombe wrote: > Hi, > > On Sun, Jul 10, 2011 at 3:51 PM, Randy Dunlap wrote: > > From: Randy Dunlap > > > > Add HEX_STRING(value) to stringify.h so that drivers can > > convert kconfig hex values (without leading "0x") to useful > > hex constants. > >

Re: [PATCH 1/9] stringify: add HEX_STRING()

2011-07-13 Thread Arnaud Lacombe
Hi, On Sun, Jul 10, 2011 at 3:51 PM, Randy Dunlap wrote: > From: Randy Dunlap > > Add HEX_STRING(value) to stringify.h so that drivers can > convert kconfig hex values (without leading "0x") to useful > hex constants. > > Several drivers/media/radio/ drivers need this.  I haven't > checked if an

Re: [PATCH 1/9] stringify: add HEX_STRING()

2011-07-13 Thread Randy Dunlap
On Wed, 13 Jul 2011 18:05:45 -0300 Mauro Carvalho Chehab wrote: > Em 10-07-2011 16:51, Randy Dunlap escreveu: > > From: Randy Dunlap > > > > Add HEX_STRING(value) to stringify.h so that drivers can > > convert kconfig hex values (without leading "0x") to useful > > hex constants. > > > > Severa

Re: [PATCH 1/9] stringify: add HEX_STRING()

2011-07-13 Thread Mauro Carvalho Chehab
Em 10-07-2011 16:51, Randy Dunlap escreveu: > From: Randy Dunlap > > Add HEX_STRING(value) to stringify.h so that drivers can > convert kconfig hex values (without leading "0x") to useful > hex constants. > > Several drivers/media/radio/ drivers need this. I haven't > checked if any other drive

[PATCH 1/9] stringify: add HEX_STRING()

2011-07-10 Thread Randy Dunlap
From: Randy Dunlap Add HEX_STRING(value) to stringify.h so that drivers can convert kconfig hex values (without leading "0x") to useful hex constants. Several drivers/media/radio/ drivers need this. I haven't checked if any other drivers need to do this. Alternatively, kconfig could produce he