Re: [PATCH] Blackfin: bf537: rename "CONFIG_ADT75"

2014-02-13 Thread Paul Bolle
[Replaced previous maintainer and list with current maintainer and list.] On Thu, 2013-04-04 at 13:40 +0200, Jean Delvare wrote: > On Thu, 04 Apr 2013 12:31:06 +0200, Paul Bolle wrote: > > In v3.2 the Analog Devices ADT75 temperature sensor driver was removed > > as an IIO driver and support for i

Re: [PATCH] Blackfin: bf537: rename "CONFIG_ADT75"

2013-04-04 Thread Guenter Roeck
On Thu, Apr 04, 2013 at 02:59:43PM +0200, Paul Bolle wrote: > On Thu, 2013-04-04 at 05:07 -0700, Guenter Roeck wrote: > > On Thu, Apr 04, 2013 at 01:40:03PM +0200, Jean Delvare wrote: > > > This breakage is telling us something about the weird approach taken in > > > this file, methinks. > > > >

Re: [PATCH] Blackfin: bf537: rename "CONFIG_ADT75"

2013-04-04 Thread Paul Bolle
On Thu, 2013-04-04 at 05:07 -0700, Guenter Roeck wrote: > On Thu, Apr 04, 2013 at 01:40:03PM +0200, Jean Delvare wrote: > > This breakage is telling us something about the weird approach taken in > > this file, methinks. > > > Yes, they have persistent problems with renamed or moved drivers. I so

Re: [PATCH] Blackfin: bf537: rename "CONFIG_ADT75"

2013-04-04 Thread Guenter Roeck
On Thu, Apr 04, 2013 at 01:40:03PM +0200, Jean Delvare wrote: > On Thu, 04 Apr 2013 12:31:06 +0200, Paul Bolle wrote: > > In v3.2 the Analog Devices ADT75 temperature sensor driver was removed > > as an IIO driver and support for it was added to the LM75 HWMON driver. > > But it was apparently over

Re: [PATCH] Blackfin: bf537: rename "CONFIG_ADT75"

2013-04-04 Thread Jean Delvare
On Thu, 04 Apr 2013 12:31:06 +0200, Paul Bolle wrote: > In v3.2 the Analog Devices ADT75 temperature sensor driver was removed > as an IIO driver and support for it was added to the LM75 HWMON driver. > But it was apparently overlooked to rename one reference to CONFIG_ADT75 > to CONFIG_SENSORS_LM7

[PATCH] Blackfin: bf537: rename "CONFIG_ADT75"

2013-04-04 Thread Paul Bolle
In v3.2 the Analog Devices ADT75 temperature sensor driver was removed as an IIO driver and support for it was added to the LM75 HWMON driver. But it was apparently overlooked to rename one reference to CONFIG_ADT75 to CONFIG_SENSORS_LM75. Do so now. Use the IS_ENABLED() macro, while we're at it.