All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hwmon: (nct6683) Add another customer ID for NCT6687D sensor chip on some MSI boards.
@ 2023-05-15 14:49 llyyr
  2023-05-15 18:59 ` Guenter Roeck
  0 siblings, 1 reply; 10+ messages in thread
From: llyyr @ 2023-05-15 14:49 UTC (permalink / raw)
  To: Jean Delvare, Guenter Roeck; +Cc: llyyr, linux-hwmon, linux-kernel

This value was found on a MSI Z690-A PRO DDR5 with NCT6687D.

Signed-off-by: llyyr <llyyr.public@gmail.com>
---
 drivers/hwmon/nct6683.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/hwmon/nct6683.c b/drivers/hwmon/nct6683.c
index a872f783e..f673f7d07 100644
--- a/drivers/hwmon/nct6683.c
+++ b/drivers/hwmon/nct6683.c
@@ -173,6 +173,7 @@ superio_exit(int ioreg)
 #define NCT6683_CUSTOMER_ID_INTEL	0x805
 #define NCT6683_CUSTOMER_ID_MITAC	0xa0e
 #define NCT6683_CUSTOMER_ID_MSI		0x201
+#define NCT6683_CUSTOMER_ID_MSI2	0x200
 #define NCT6683_CUSTOMER_ID_ASROCK		0xe2c
 #define NCT6683_CUSTOMER_ID_ASROCK2	0xe1b
 
@@ -1220,6 +1221,8 @@ static int nct6683_probe(struct platform_device *pdev)
 		break;
 	case NCT6683_CUSTOMER_ID_MSI:
 		break;
+	case NCT6683_CUSTOMER_ID_MSI2:
+		break;
 	case NCT6683_CUSTOMER_ID_ASROCK:
 		break;
 	case NCT6683_CUSTOMER_ID_ASROCK2:
-- 
2.40.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [PATCH] hwmon: (nct6683) Add another customer ID for NCT6687D sensor chip on some MSI boards.
  2023-05-15 14:49 llyyr
@ 2023-05-15 18:59 ` Guenter Roeck
  2023-05-15 20:52   ` llyyr
  0 siblings, 1 reply; 10+ messages in thread
From: Guenter Roeck @ 2023-05-15 18:59 UTC (permalink / raw)
  To: llyyr; +Cc: Jean Delvare, linux-hwmon, linux-kernel

On Mon, May 15, 2023 at 08:19:10PM +0530, llyyr wrote:
> This value was found on a MSI Z690-A PRO DDR5 with NCT6687D.
> 
> Signed-off-by: llyyr <llyyr.public@gmail.com>

This needs to be a real name.

Guenter

> ---
>  drivers/hwmon/nct6683.c | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/drivers/hwmon/nct6683.c b/drivers/hwmon/nct6683.c
> index a872f783e..f673f7d07 100644
> --- a/drivers/hwmon/nct6683.c
> +++ b/drivers/hwmon/nct6683.c
> @@ -173,6 +173,7 @@ superio_exit(int ioreg)
>  #define NCT6683_CUSTOMER_ID_INTEL	0x805
>  #define NCT6683_CUSTOMER_ID_MITAC	0xa0e
>  #define NCT6683_CUSTOMER_ID_MSI		0x201
> +#define NCT6683_CUSTOMER_ID_MSI2	0x200
>  #define NCT6683_CUSTOMER_ID_ASROCK		0xe2c
>  #define NCT6683_CUSTOMER_ID_ASROCK2	0xe1b
>  
> @@ -1220,6 +1221,8 @@ static int nct6683_probe(struct platform_device *pdev)
>  		break;
>  	case NCT6683_CUSTOMER_ID_MSI:
>  		break;
> +	case NCT6683_CUSTOMER_ID_MSI2:
> +		break;
>  	case NCT6683_CUSTOMER_ID_ASROCK:
>  		break;
>  	case NCT6683_CUSTOMER_ID_ASROCK2:
> -- 
> 2.40.1
> 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] hwmon: (nct6683) Add another customer ID for NCT6687D sensor chip on some MSI boards.
  2023-05-15 18:59 ` Guenter Roeck
@ 2023-05-15 20:52   ` llyyr
  2023-05-16 19:56     ` Guenter Roeck
  0 siblings, 1 reply; 10+ messages in thread
From: llyyr @ 2023-05-15 20:52 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: Jean Delvare, linux-hwmon, linux-kernel

On 5/16/23 00:29, Guenter Roeck wrote:
> On Mon, May 15, 2023 at 08:19:10PM +0530, llyyr wrote:
>> This value was found on a MSI Z690-A PRO DDR5 with NCT6687D.
>>
>> Signed-off-by: llyyr <llyyr.public@gmail.com>
> 
> This needs to be a real name.
> 
> Guenter
> 

Do I need to resubmit the patch, or can you change it to Gopal Prasad then?


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] hwmon: (nct6683) Add another customer ID for NCT6687D sensor chip on some MSI boards.
  2023-05-15 20:52   ` llyyr
@ 2023-05-16 19:56     ` Guenter Roeck
  0 siblings, 0 replies; 10+ messages in thread
From: Guenter Roeck @ 2023-05-16 19:56 UTC (permalink / raw)
  To: llyyr; +Cc: Jean Delvare, linux-hwmon, linux-kernel

On Tue, May 16, 2023 at 02:22:55AM +0530, llyyr wrote:
> On 5/16/23 00:29, Guenter Roeck wrote:
> > On Mon, May 15, 2023 at 08:19:10PM +0530, llyyr wrote:
> > > This value was found on a MSI Z690-A PRO DDR5 with NCT6687D.
> > > 
> > > Signed-off-by: llyyr <llyyr.public@gmail.com>
> > 
> > This needs to be a real name.
> > 
> > Guenter
> > 
> 
> Do I need to resubmit the patch, or can you change it to Gopal Prasad then?
> 

Please resubmit.

Guenter

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH] hwmon: (nct6683) Add another customer ID for NCT6687D sensor chip on some MSI boards.
@ 2023-05-17  4:20 Gopal Prasad
  2023-05-19 12:53 ` Guenter Roeck
  0 siblings, 1 reply; 10+ messages in thread
From: Gopal Prasad @ 2023-05-17  4:20 UTC (permalink / raw)
  To: Jean Delvare, Guenter Roeck; +Cc: llyyr, linux-hwmon, linux-kernel

From: llyyr <llyyr.public@gmail.com>

This value was found on a MSI Z690-A PRO DDR5 with NCT6687D.

Signed-off-by: Gopal Prasad <llyyr.public@gmail.com>
---
 drivers/hwmon/nct6683.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/hwmon/nct6683.c b/drivers/hwmon/nct6683.c
index a872f783e..f673f7d07 100644
--- a/drivers/hwmon/nct6683.c
+++ b/drivers/hwmon/nct6683.c
@@ -173,6 +173,7 @@ superio_exit(int ioreg)
 #define NCT6683_CUSTOMER_ID_INTEL	0x805
 #define NCT6683_CUSTOMER_ID_MITAC	0xa0e
 #define NCT6683_CUSTOMER_ID_MSI		0x201
+#define NCT6683_CUSTOMER_ID_MSI2	0x200
 #define NCT6683_CUSTOMER_ID_ASROCK		0xe2c
 #define NCT6683_CUSTOMER_ID_ASROCK2	0xe1b
 
@@ -1220,6 +1221,8 @@ static int nct6683_probe(struct platform_device *pdev)
 		break;
 	case NCT6683_CUSTOMER_ID_MSI:
 		break;
+	case NCT6683_CUSTOMER_ID_MSI2:
+		break;
 	case NCT6683_CUSTOMER_ID_ASROCK:
 		break;
 	case NCT6683_CUSTOMER_ID_ASROCK2:
-- 
2.40.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [PATCH] hwmon: (nct6683) Add another customer ID for NCT6687D sensor chip on some MSI boards.
  2023-05-17  4:20 [PATCH] hwmon: (nct6683) Add another customer ID for NCT6687D sensor chip on some MSI boards Gopal Prasad
@ 2023-05-19 12:53 ` Guenter Roeck
  2023-05-19 13:46   ` llyyr
  0 siblings, 1 reply; 10+ messages in thread
From: Guenter Roeck @ 2023-05-19 12:53 UTC (permalink / raw)
  To: Gopal Prasad; +Cc: Jean Delvare, linux-hwmon, linux-kernel

On Wed, May 17, 2023 at 09:50:25AM +0530, Gopal Prasad wrote:
> From: llyyr <llyyr.public@gmail.com>
> 

The above is still wrong. Never mind, I fixed that.

> This value was found on a MSI Z690-A PRO DDR5 with NCT6687D.
> 
> Signed-off-by: Gopal Prasad <llyyr.public@gmail.com>

Applied. In the future, please version your patches and provide
change logs.

Thanks,
Guenter

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] hwmon: (nct6683) Add another customer ID for NCT6687D sensor chip on some MSI boards.
  2023-05-19 12:53 ` Guenter Roeck
@ 2023-05-19 13:46   ` llyyr
  2023-05-19 13:51     ` Guenter Roeck
  0 siblings, 1 reply; 10+ messages in thread
From: llyyr @ 2023-05-19 13:46 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: Jean Delvare, linux-hwmon, linux-kernel

On 5/19/23 18:23, Guenter Roeck wrote:
> On Wed, May 17, 2023 at 09:50:25AM +0530, Gopal Prasad wrote:
>> From: llyyr <llyyr.public@gmail.com>
>>
> 
> The above is still wrong. Never mind, I fixed that.

I wasn't sure about it, but I checked and I'm pretty sure pseudonyms are 
allowed [1]. Is the problem here that my online handle not have a first 
name and a last name part?

* 
https://www.kernel.org/doc/html/v6.3/process/submitting-patches.html#developer-s-certificate-of-origin-1-1


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] hwmon: (nct6683) Add another customer ID for NCT6687D sensor chip on some MSI boards.
  2023-05-19 13:46   ` llyyr
@ 2023-05-19 13:51     ` Guenter Roeck
  2023-05-19 13:53       ` llyyr
  2023-05-19 14:03       ` llyyr
  0 siblings, 2 replies; 10+ messages in thread
From: Guenter Roeck @ 2023-05-19 13:51 UTC (permalink / raw)
  To: llyyr; +Cc: Jean Delvare, linux-hwmon, linux-kernel

On Fri, May 19, 2023 at 07:16:53PM +0530, llyyr wrote:
> On 5/19/23 18:23, Guenter Roeck wrote:
> > On Wed, May 17, 2023 at 09:50:25AM +0530, Gopal Prasad wrote:
> > > From: llyyr <llyyr.public@gmail.com>
> > > 
> > 
> > The above is still wrong. Never mind, I fixed that.
> 
> I wasn't sure about it, but I checked and I'm pretty sure pseudonyms are
> allowed [1]. Is the problem here that my online handle not have a first name
> and a last name part?
> 
> * https://www.kernel.org/doc/html/v6.3/process/submitting-patches.html#developer-s-certificate-of-origin-1-1
> 

"... using a known identity (sorry, no anonymous contributions.) "
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Are you making that up ?

Guenter

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] hwmon: (nct6683) Add another customer ID for NCT6687D sensor chip on some MSI boards.
  2023-05-19 13:51     ` Guenter Roeck
@ 2023-05-19 13:53       ` llyyr
  2023-05-19 14:03       ` llyyr
  1 sibling, 0 replies; 10+ messages in thread
From: llyyr @ 2023-05-19 13:53 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: Jean Delvare, linux-hwmon, linux-kernel

On 5/19/23 19:21, Guenter Roeck wrote:
> On Fri, May 19, 2023 at 07:16:53PM +0530, llyyr wrote:
>> On 5/19/23 18:23, Guenter Roeck wrote:
>>> On Wed, May 17, 2023 at 09:50:25AM +0530, Gopal Prasad wrote:
>>>> From: llyyr <llyyr.public@gmail.com>
>>>>
>>>
>>> The above is still wrong. Never mind, I fixed that.
>>
>> I wasn't sure about it, but I checked and I'm pretty sure pseudonyms are
>> allowed [1]. Is the problem here that my online handle not have a first name
>> and a last name part?
>>
>> * https://www.kernel.org/doc/html/v6.3/process/submitting-patches.html#developer-s-certificate-of-origin-1-1
>>
> 
> "... using a known identity (sorry, no anonymous contributions.)"
>                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 
> Are you making that up ?
> 
> Guenter

An online handle is not an anonymous contribution. Pseudonyms were 
explicitly mentioned in a previous version but removed later [1].

Besides, there are plenty of linux contributors commiting under 
pseudonyms like Asahi Lina.

* 
https://www.kernel.org/doc/html/v4.17/process/submitting-patches.html#developer-s-certificate-of-origin-1-1

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] hwmon: (nct6683) Add another customer ID for NCT6687D sensor chip on some MSI boards.
  2023-05-19 13:51     ` Guenter Roeck
  2023-05-19 13:53       ` llyyr
@ 2023-05-19 14:03       ` llyyr
  1 sibling, 0 replies; 10+ messages in thread
From: llyyr @ 2023-05-19 14:03 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: Jean Delvare, linux-hwmon, linux-kernel

On 5/19/23 19:21, Guenter Roeck wrote:
> On Fri, May 19, 2023 at 07:16:53PM +0530, llyyr wrote:
>> On 5/19/23 18:23, Guenter Roeck wrote:
>>> On Wed, May 17, 2023 at 09:50:25AM +0530, Gopal Prasad wrote:
>>>> From: llyyr <llyyr.public@gmail.com>
>>>>
>>>
>>> The above is still wrong. Never mind, I fixed that.
>>
>> I wasn't sure about it, but I checked and I'm pretty sure pseudonyms are
>> allowed [1]. Is the problem here that my online handle not have a first name
>> and a last name part?
>>
>> * https://www.kernel.org/doc/html/v6.3/process/submitting-patches.html#developer-s-certificate-of-origin-1-1
>>
> 
> "... using a known identity (sorry, no anonymous contributions.)"
>                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 
> Are you making that up ?
> 
> Guenter

Please see commit d4563201f33a022fc0353033d9dfeb1606a88330 [1] and DCO 
Guidelines [2]

 > And despite the language, we've always accepted nicknames and
that language was never meant to be any kind of exclusionary wording.


 > A real name does not require a legal name, nor a birth name, nor any 
name that appears on an official ID (e.g. a passport). Your real name is 
the name you convey to people in the community for them to use to 
identify you as you. The key concern is that your identification is 
sufficient enough to contact you if an issue were to arise in the future 
about your contribution.

* 
https://github.com/torvalds/linux/commit/d4563201f33a022fc0353033d9dfeb1606a88330
* https://github.com/cncf/foundation/blob/main/dco-guidelines.md

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-05-19 14:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-17  4:20 [PATCH] hwmon: (nct6683) Add another customer ID for NCT6687D sensor chip on some MSI boards Gopal Prasad
2023-05-19 12:53 ` Guenter Roeck
2023-05-19 13:46   ` llyyr
2023-05-19 13:51     ` Guenter Roeck
2023-05-19 13:53       ` llyyr
2023-05-19 14:03       ` llyyr
  -- strict thread matches above, loose matches on Subject: below --
2023-05-15 14:49 llyyr
2023-05-15 18:59 ` Guenter Roeck
2023-05-15 20:52   ` llyyr
2023-05-16 19:56     ` Guenter Roeck

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.