All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xiaoting Liu <xiaoting.liu@hxt-semitech.com>
To: <linux@roeck-us.net>, <jdelvare@suse.com>
Cc: <openbmc@lists.ozlabs.org>, <linux-hwmon@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>, <shunyong.yang@hxt-semitech.com>,
	<dongsheng.wang@hxt-semitech.com>,
	Xiaoting Liu <xiaoting.liu@hxt-semitech.com>
Subject: [PATCH v3 4/4] hwmon: (pmbus) add support for DPS-650AB
Date: Thu, 10 Jan 2019 10:31:44 +0800	[thread overview]
Message-ID: <625d047f0f42d30bb5ceb75ada529b5fa0c9a21a.1546918172.git.xiaoting.liu@hxt-semitech.com> (raw)
In-Reply-To: <cover.1546918172.git.xiaoting.liu@hxt-semitech.com>

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

Signed-off-by: Xiaoting Liu <xiaoting.liu@hxt-semitech.com>
---
v3:
  No change.
---
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 ef845a1310fa..e648ed8d926a 100644
--- a/drivers/hwmon/pmbus/pmbus.c
+++ b/drivers/hwmon/pmbus/pmbus.c
@@ -212,6 +212,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


  parent reply	other threads:[~2019-01-10  2:51 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1546918172.git.xiaoting.liu@hxt-semitech.com>
2019-01-10  2:18 ` [PATCH v3 1/4] pmbus: associate PMBUS_SKIP_STATUS_CHECK with Xiaoting Liu
2019-01-10  2:24 ` [PATCH v3 2/4] dt-bindings: hwmon: add dps650ab documentation Xiaoting Liu
2019-01-10  2:24   ` Xiaoting Liu
2019-01-10 18:46   ` Guenter Roeck
2019-01-11  8:25     ` Liu, Xiaoting
2019-01-15 20:14   ` Rob Herring
2019-01-15 20:14     ` Rob Herring
2019-01-17 20:59   ` Guenter Roeck
2019-01-10  2:29 ` [PATCH v3 3/4] ARM: dts: dps650ab: add power supply Xiaoting Liu
2019-01-10  2:29   ` Xiaoting Liu
2019-01-10  2:29   ` Xiaoting Liu
2019-01-17  1:57   ` Joel Stanley
2019-01-17  1:57     ` Joel Stanley
2019-01-17  1:57     ` Joel Stanley
2019-01-10  2:31 ` Xiaoting Liu [this message]
2019-01-10 18:42   ` [PATCH v3 4/4] hwmon: (pmbus) add support for DPS-650AB Guenter Roeck
2019-01-11  8:27     ` Liu, Xiaoting

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=625d047f0f42d30bb5ceb75ada529b5fa0c9a21a.1546918172.git.xiaoting.liu@hxt-semitech.com \
    --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 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.