All of lore.kernel.org
 help / color / mirror / Atom feed
From: Naveen Krishna Ch <naveenkrishna.ch@gmail.com>
To: Guenter Roeck <linux@roeck-us.net>
Cc: Jan Kardell <jan.kardell@telliq.com>,
	Johannes Pointner <johannes.pointner@gmail.com>,
	Jean Delvare <jdelvare@suse.de>,
	Naveen Krishna Chatradhi <ch.naveen@samsung.com>,
	lm-sensors@lm-sensors.org, linux-iio@vger.kernel.org
Subject: Re: hwmon: ntc_thermistor: Add another ntc(epcos) to the driver
Date: Mon, 30 Jun 2014 09:18:32 +0530	[thread overview]
Message-ID: <CAHfPSqBwePFc5FfC-c0bAQ89s8Ga+vAizP+_mB6E1qE1DJCESg@mail.gmail.com> (raw)
In-Reply-To: <53B02CA9.4020905@roeck-us.net>

Hello Johannes Pointner skriver,


On 29 June 2014 20:41, Guenter Roeck <linux@roeck-us.net> wrote:
> On 06/29/2014 07:23 AM, Jan Kardell wrote:
>>
>> Johannes Pointner skriver:
>>>
>>> As I saw in the latest patches for the ntc_thermistor, in which as
>>> part of the patch the module description changed to :
>>>
>>> MODULE_DESCRIPTION("NTC Thermistor Driver from Murata");
>>>
>>> I wanted to know if it is intended to extend the driver for further
>>> manufacturers like in my case for an epcos ntc in the future?

The ntc_thermistor.c currently, supports ncpXXXX
(all thermistors from Murata).  Thus, My assumption.

Please post your patches for supporting other thermistors. If there
is enough compatibility.

We can drop off the "from Murata" in MODULE_DESCRIPTION()
and In the Kconfig file.
I can submit a change for the same.

>>>
>>> Of course I would create the necessary patch.
>>>
>>> Thanks,
>>> Hannes
>>> --
>>> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
>>> the body of a message to majordomo@vger.kernel.org
>>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>
>>
>> Why not move the table to DT? There are lots of NTC types out there, and
>> each type comes in an number of varietes. IMHO it seems impractical to
>> change the code for each one, and the tables would grow to be very large.
>>
>
> I would not mandate it, but I would he happy to accept a patch.
>
> Guenter
>
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



-- 
Thanks & Regards,
(: Nav :)

WARNING: multiple messages have this Message-ID (diff)
From: Naveen Krishna Ch <naveenkrishna.ch@gmail.com>
To: Guenter Roeck <linux@roeck-us.net>
Cc: Jan Kardell <jan.kardell@telliq.com>,
	Johannes Pointner <johannes.pointner@gmail.com>,
	Jean Delvare <jdelvare@suse.de>,
	Naveen Krishna Chatradhi <ch.naveen@samsung.com>,
	lm-sensors@lm-sensors.org, linux-iio@vger.kernel.org
Subject: Re: [lm-sensors] hwmon: ntc_thermistor: Add another ntc(epcos) to the driver
Date: Mon, 30 Jun 2014 03:51:44 +0000	[thread overview]
Message-ID: <CAHfPSqBwePFc5FfC-c0bAQ89s8Ga+vAizP+_mB6E1qE1DJCESg@mail.gmail.com> (raw)
In-Reply-To: <53B02CA9.4020905@roeck-us.net>

Hello Johannes Pointner skriver,


On 29 June 2014 20:41, Guenter Roeck <linux@roeck-us.net> wrote:
> On 06/29/2014 07:23 AM, Jan Kardell wrote:
>>
>> Johannes Pointner skriver:
>>>
>>> As I saw in the latest patches for the ntc_thermistor, in which as
>>> part of the patch the module description changed to :
>>>
>>> MODULE_DESCRIPTION("NTC Thermistor Driver from Murata");
>>>
>>> I wanted to know if it is intended to extend the driver for further
>>> manufacturers like in my case for an epcos ntc in the future?

The ntc_thermistor.c currently, supports ncpXXXX
(all thermistors from Murata).  Thus, My assumption.

Please post your patches for supporting other thermistors. If there
is enough compatibility.

We can drop off the "from Murata" in MODULE_DESCRIPTION()
and In the Kconfig file.
I can submit a change for the same.

>>>
>>> Of course I would create the necessary patch.
>>>
>>> Thanks,
>>> Hannes
>>> --
>>> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
>>> the body of a message to majordomo@vger.kernel.org
>>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>
>>
>> Why not move the table to DT? There are lots of NTC types out there, and
>> each type comes in an number of varietes. IMHO it seems impractical to
>> change the code for each one, and the tables would grow to be very large.
>>
>
> I would not mandate it, but I would he happy to accept a patch.
>
> Guenter
>
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



-- 
Thanks & Regards,
(: Nav :)

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

  reply	other threads:[~2014-06-30  3:48 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-27  8:50 hwmon: ntc_thermistor: Add another ntc(epcos) to the driver Johannes Pointner
2014-06-27  8:50 ` [lm-sensors] " Johannes Pointner
2014-06-27 10:50 ` Jean Delvare
2014-06-27 10:50   ` [lm-sensors] " Jean Delvare
2014-06-27 14:15 ` Guenter Roeck
2014-06-27 14:15   ` [lm-sensors] " Guenter Roeck
2014-06-29 14:23 ` Jan Kardell
2014-06-29 14:23   ` [lm-sensors] " Jan Kardell
2014-06-29 15:11   ` Guenter Roeck
2014-06-29 15:11     ` [lm-sensors] " Guenter Roeck
2014-06-30  3:48     ` Naveen Krishna Ch [this message]
2014-06-30  3:51       ` Naveen Krishna Ch
2014-07-01  7:04 ` Johannes Pointner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAHfPSqBwePFc5FfC-c0bAQ89s8Ga+vAizP+_mB6E1qE1DJCESg@mail.gmail.com \
    --to=naveenkrishna.ch@gmail.com \
    --cc=ch.naveen@samsung.com \
    --cc=jan.kardell@telliq.com \
    --cc=jdelvare@suse.de \
    --cc=johannes.pointner@gmail.com \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lm-sensors@lm-sensors.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.