mbox series

[0/4] hwmon: Add support for MPS mp2993,mp9941 chip

Message ID SEYPR04MB64822EE797B0CB024A913DFFFAFB2@SEYPR04MB6482.apcprd04.prod.outlook.com (mailing list archive)
Headers show
Series hwmon: Add support for MPS mp2993,mp9941 chip | expand

Message

Noah Wang June 7, 2024, 9:05 a.m. UTC
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

Comments

Bjorn Helgaas June 7, 2024, 3:39 p.m. UTC | #1
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