* [PATCH 0/4] hwmon: Add support for MPS mp2993,mp9941 chip
@ 2024-06-07 9:05 Noah Wang
2024-06-07 15:39 ` Bjorn Helgaas
0 siblings, 1 reply; 2+ messages in thread
From: Noah Wang @ 2024-06-07 9:05 UTC (permalink / raw)
To: robh, krzk+dt, linux, conor+dt, jdelvare
Cc: corbet, Delphine_CC_Chiu, peteryin.openbmc, javier.carrasco.cruz,
patrick.rudolph, bhelgaas, lukas, devicetree, linux-kernel,
linux-hwmon, linux-doc, linux-i2c, Noah Wang
Add mp2993,mp9941 driver in hwmon and add dt-bindings for them.
Noah Wang (4):
dt-bindings: hwmon: Add MPS mp2993
hwmon: add MP2993 driver
dt-bindings: hwmon: Add MPS mp9941
hwmon: add MP9941 driver
.../devicetree/bindings/trivial-devices.yaml | 4 +
Documentation/hwmon/index.rst | 2 +
Documentation/hwmon/mp2993.rst | 150 ++++++++
Documentation/hwmon/mp9941.rst | 92 +++++
MAINTAINERS | 14 +
drivers/hwmon/pmbus/Kconfig | 18 +
drivers/hwmon/pmbus/Makefile | 2 +
drivers/hwmon/pmbus/mp2993.c | 269 ++++++++++++++
drivers/hwmon/pmbus/mp9941.c | 328 ++++++++++++++++++
9 files changed, 879 insertions(+)
create mode 100644 Documentation/hwmon/mp2993.rst
create mode 100644 Documentation/hwmon/mp9941.rst
create mode 100644 drivers/hwmon/pmbus/mp2993.c
create mode 100644 drivers/hwmon/pmbus/mp9941.c
--
2.25.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 0/4] hwmon: Add support for MPS mp2993,mp9941 chip
2024-06-07 9:05 [PATCH 0/4] hwmon: Add support for MPS mp2993,mp9941 chip Noah Wang
@ 2024-06-07 15:39 ` Bjorn Helgaas
0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Helgaas @ 2024-06-07 15:39 UTC (permalink / raw)
To: Noah Wang
Cc: robh, krzk+dt, linux, conor+dt, jdelvare, corbet,
Delphine_CC_Chiu, peteryin.openbmc, javier.carrasco.cruz,
patrick.rudolph, bhelgaas, lukas, devicetree, linux-kernel,
linux-hwmon, linux-doc, linux-i2c
On Fri, Jun 07, 2024 at 05:05:40PM +0800, Noah Wang wrote:
> Add mp2993,mp9941 driver in hwmon and add dt-bindings for them.
>
> Noah Wang (4):
> dt-bindings: hwmon: Add MPS mp2993
> hwmon: add MP2993 driver
> dt-bindings: hwmon: Add MPS mp9941
> hwmon: add MP9941 driver
Don't repost just for this, but for some reason the patches in this
series didn't get posted as responses to this cover letter. Here's a
link to the archive, where you can see the lack of responses, and the
result when you try to download the series with b4:
https://lore.kernel.org/all/SEYPR04MB64822EE797B0CB024A913DFFFAFB2@SEYPR04MB6482.apcprd04.prod.outlook.com/
$ b4 am https://lore.kernel.org/all/SEYPR04MB64822EE797B0CB024A913DFFFAFB2@SEYPR04MB6482.apcprd04.prod.outlook.com
Analyzing 1 messages in the thread
No patches found.
Compare to this correctly threaded series and the download with b4:
https://lore.kernel.org/all/cover.1717773890.git.jani.nikula@intel.com
$ b4 am https://lore.kernel.org/all/cover.1717773890.git.jani.nikula@intel.com
Grabbing thread from lore.kernel.org/all/cover.1717773890.git.jani.nikula@intel.com/t.mbox.gz
Analyzing 7 messages in the thread
Checking attestation on all messages, may take a moment...
---
✓ [PATCH v2 1/6] drm/i915/gvt: remove the unused end parameter from calc_index()
✓ [PATCH v2 2/6] drm/i915/gvt: use proper i915_reg_t for calc_index() parameters
✓ [PATCH v2 3/6] drm/i915/gvt: rename range variable to stride
✓ [PATCH v2 4/6] drm/i915/gvt: do not use implict dev_priv in DSPSURF_TO_PIPE()
✓ [PATCH v2 5/6] drm/i915: relocate some DSPCNTR reg bit definitions
✓ [PATCH v2 6/6] drm/i915: remove unused pipe/plane B register macros
---
✓ Signed: DKIM/intel.com
---
Total patches: 6
---
Cover: ./v2_20240607_jani_nikula_drm_i915_gvt_register_macro_cleanups_unused_macro_removals.cover
Link: https://lore.kernel.org/r/cover.1717773890.git.jani.nikula@intel.com
Base: not specified
git am ./v2_20240607_jani_nikula_drm_i915_gvt_register_macro_cleanups_unused_macro_removals.mbx
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-06-07 15:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-07 9:05 [PATCH 0/4] hwmon: Add support for MPS mp2993,mp9941 chip Noah Wang
2024-06-07 15:39 ` Bjorn Helgaas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox