linux-hwmon.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Liu, Xiaoting" <xiaoting.liu@hxt-semitech.com>
To: Guenter Roeck <linux@roeck-us.net>,
	"jdelvare@suse.com" <jdelvare@suse.com>
Cc: "openbmc@lists.ozlabs.org" <openbmc@lists.ozlabs.org>,
	"linux-hwmon@vger.kernel.org" <linux-hwmon@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"Yang, Shunyong" <shunyong.yang@hxt-semitech.com>,
	"Wang, Dongsheng" <dongsheng.wang@hxt-semitech.com>
Subject: Re: [PATCH v2 4/4] hwmon: (pmbus) add support for DPS-650AB
Date: Tue, 8 Jan 2019 09:13:04 +0000	[thread overview]
Message-ID: <a05be53a7110480990bc3b2cf1d31dae@HXTBJIDCEMVIW02.hxtcorp.net> (raw)
In-Reply-To: af54e702-d384-4af8-0cbc-008a1e927b67@roeck-us.net

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 <xiaoting.liu@hxt-semitech.com>
>> ---
>> 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
>>
>>
>>
>


      reply	other threads:[~2019-01-08  9:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1546851856.git.xiaoting.liu@hxt-semitech.com>
2019-01-07 10:57 ` [PATCH v2 1/4] pmbus: associate PMBUS_SKIP_STATUS_CHECK with driver_data Xiaoting Liu
2019-01-07 14:04   ` Guenter Roeck
2019-01-08  8:44     ` Liu, Xiaoting
2019-01-07 11:00 ` [PATCH v2 2/4] dt-bindings: hwmon: add dps650ab documentation Xiaoting Liu
2019-01-07 13:58   ` Guenter Roeck
2019-01-08  8:57     ` Liu, Xiaoting
2019-01-07 11:06 ` [PATCH v2 4/4] hwmon: (pmbus) add support for DPS-650AB Xiaoting Liu
2019-01-07 14:04   ` Guenter Roeck
2019-01-08  9:13     ` Liu, Xiaoting [this message]

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=a05be53a7110480990bc3b2cf1d31dae@HXTBJIDCEMVIW02.hxtcorp.net \
    --to=xiaoting.liu@hxt-semitech.com \
    --cc=dongsheng.wang@hxt-semitech.com \
    --cc=jdelvare@suse.com \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=openbmc@lists.ozlabs.org \
    --cc=shunyong.yang@hxt-semitech.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).