2019-01-07 11:56:49

by Liu, Xiaoting

[permalink] [raw]
Subject: [PATCH v2 4/4] hwmon: (pmbus) add support for DPS-650AB

Provide support for PSU DPS-650AB from Delta Electronics, INC.

Signed-off-by: Xiaoting Liu <[email protected]>
---
v2:
Change the patch subject and commit message.
Drop dps650ab.c file.
Replace struct name dps650ab_pmbus_info with pmbus_info_one_skip.
---
drivers/hwmon/pmbus/pmbus.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/hwmon/pmbus/pmbus.c b/drivers/hwmon/pmbus/pmbus.c
index e38dd97cc49a..f6b35f858db8 100644
--- a/drivers/hwmon/pmbus/pmbus.c
+++ b/drivers/hwmon/pmbus/pmbus.c
@@ -213,6 +213,7 @@ static int pmbus_probe(struct i2c_client *client,
{"bmr453", (kernel_ulong_t)&pmbus_info_one},
{"bmr454", (kernel_ulong_t)&pmbus_info_one},
{"dps460", (kernel_ulong_t)&pmbus_info_one_skip},
+ {"dps650ab", (kernel_ulong_t)&pmbus_info_one_skip},
{"dps800", (kernel_ulong_t)&pmbus_info_one_skip},
{"mdt040", (kernel_ulong_t)&pmbus_info_one},
{"ncp4200", (kernel_ulong_t)&pmbus_info_one},
--
1.8.3.1




This email is intended only for the named addressee. It may contain information that is confidential/private, legally privileged, or copyright-protected, and you should handle it accordingly. If you are not the intended recipient, you do not have legal rights to retain, copy, or distribute this email or its contents, and should promptly delete the email and all electronic copies in your system; do not retain copies in any media. If you have received this email in error, please notify the sender promptly. Thank you.




2019-01-07 18:46:47

by Guenter Roeck

[permalink] [raw]
Subject: Re: [PATCH v2 4/4] hwmon: (pmbus) add support for DPS-650AB

On 1/7/19 3:06 AM, Xiaoting Liu wrote:
> Provide support for PSU DPS-650AB from Delta Electronics, INC.
>

Where is patch 3/4 ?

> Signed-off-by: Xiaoting Liu <[email protected]>
> ---
> v2:
> Change the patch subject and commit message.
> Drop dps650ab.c file.
> Replace struct name dps650ab_pmbus_info with pmbus_info_one_skip.
> ---
> drivers/hwmon/pmbus/pmbus.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/hwmon/pmbus/pmbus.c b/drivers/hwmon/pmbus/pmbus.c
> index e38dd97cc49a..f6b35f858db8 100644
> --- a/drivers/hwmon/pmbus/pmbus.c
> +++ b/drivers/hwmon/pmbus/pmbus.c
> @@ -213,6 +213,7 @@ static int pmbus_probe(struct i2c_client *client,
> {"bmr453", (kernel_ulong_t)&pmbus_info_one},
> {"bmr454", (kernel_ulong_t)&pmbus_info_one},
> {"dps460", (kernel_ulong_t)&pmbus_info_one_skip},
> + {"dps650ab", (kernel_ulong_t)&pmbus_info_one_skip},
> {"dps800", (kernel_ulong_t)&pmbus_info_one_skip},
> {"mdt040", (kernel_ulong_t)&pmbus_info_one},
> {"ncp4200", (kernel_ulong_t)&pmbus_info_one},
> --
> 1.8.3.1
>
>
>
>
> This email is intended only for the named addressee. It may contain information that is confidential/private, legally privileged, or copyright-protected, and you should handle it accordingly. If you are not the intended recipient, you do not have legal rights to retain, copy, or distribute this email or its contents, and should promptly delete the email and all electronic copies in your system; do not retain copies in any media. If you have received this email in error, please notify the sender promptly. Thank you.
>
>
>


2019-01-08 09:15:49

by Liu, Xiaoting

[permalink] [raw]
Subject: Re: [PATCH v2 4/4] hwmon: (pmbus) add support for DPS-650AB

Hi Guenter Roeck,

Thanks for your reply.

On 2019/1/7 22:04, Guenter Roeck wrote:
> On 1/7/19 3:06 AM, Xiaoting Liu wrote:
>> Provide support for PSU DPS-650AB from Delta Electronics, INC.
>>
> Where is patch 3/4 ?

Sorry for forgetting to send patch 3/4 to you, please refer to the
following link,

https://lore.kernel.org/patchwork/patch/1029475/

Thanks,

Xiaoting

>> Signed-off-by: Xiaoting Liu <[email protected]>
>> ---
>> v2:
>> Change the patch subject and commit message.
>> Drop dps650ab.c file.
>> Replace struct name dps650ab_pmbus_info with pmbus_info_one_skip.
>> ---
>> drivers/hwmon/pmbus/pmbus.c | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/hwmon/pmbus/pmbus.c b/drivers/hwmon/pmbus/pmbus.c
>> index e38dd97cc49a..f6b35f858db8 100644
>> --- a/drivers/hwmon/pmbus/pmbus.c
>> +++ b/drivers/hwmon/pmbus/pmbus.c
>> @@ -213,6 +213,7 @@ static int pmbus_probe(struct i2c_client *client,
>> {"bmr453", (kernel_ulong_t)&pmbus_info_one},
>> {"bmr454", (kernel_ulong_t)&pmbus_info_one},
>> {"dps460", (kernel_ulong_t)&pmbus_info_one_skip},
>> + {"dps650ab", (kernel_ulong_t)&pmbus_info_one_skip},
>> {"dps800", (kernel_ulong_t)&pmbus_info_one_skip},
>> {"mdt040", (kernel_ulong_t)&pmbus_info_one},
>> {"ncp4200", (kernel_ulong_t)&pmbus_info_one},
>> --
>> 1.8.3.1
>>
>>
>>
>