All of lore.kernel.org
 help / color / mirror / Atom feed
From: Markus Schneider-Pargmann <msp@baylibre.com>
To: Zhang Rui <rui.zhang@intel.com>,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Rob Herring <robh+dt@kernel.org>
Cc: linux-pm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org, fparent@baylibre.com,
	khilman@baylibre.com,
	Markus Schneider-Pargmann <msp@baylibre.com>
Subject: [PATCH 0/3] thermal: mediatek: Add mt8365 support
Date: Thu, 14 Oct 2021 15:56:33 +0200	[thread overview]
Message-ID: <20211014135636.3644166-1-msp@baylibre.com> (raw)

Hi,

this series adds a compatible to the bindings and a specific part for
the thermal driver.

Thanks for any feedback or comments.

Best,
Markus


Fabien Parent (1):
  thermal: mediatek: add MT8365 thermal driver support

Markus Schneider-Pargmann (2):
  dt-bindings: thermal: mediatek: Add mt8365
  thermal: mediatek: Fix apmixed error message

 .../bindings/thermal/mediatek-thermal.txt     |  1 +
 drivers/thermal/mtk_thermal.c                 | 93 +++++++++++++++++--
 2 files changed, 87 insertions(+), 7 deletions(-)

-- 
2.33.0


WARNING: multiple messages have this Message-ID (diff)
From: Markus Schneider-Pargmann <msp@baylibre.com>
To: Zhang Rui <rui.zhang@intel.com>,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Rob Herring <robh+dt@kernel.org>
Cc: linux-pm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org, fparent@baylibre.com,
	khilman@baylibre.com,
	Markus Schneider-Pargmann <msp@baylibre.com>
Subject: [PATCH 0/3] thermal: mediatek: Add mt8365 support
Date: Thu, 14 Oct 2021 15:56:33 +0200	[thread overview]
Message-ID: <20211014135636.3644166-1-msp@baylibre.com> (raw)

Hi,

this series adds a compatible to the bindings and a specific part for
the thermal driver.

Thanks for any feedback or comments.

Best,
Markus


Fabien Parent (1):
  thermal: mediatek: add MT8365 thermal driver support

Markus Schneider-Pargmann (2):
  dt-bindings: thermal: mediatek: Add mt8365
  thermal: mediatek: Fix apmixed error message

 .../bindings/thermal/mediatek-thermal.txt     |  1 +
 drivers/thermal/mtk_thermal.c                 | 93 +++++++++++++++++--
 2 files changed, 87 insertions(+), 7 deletions(-)

-- 
2.33.0


_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

WARNING: multiple messages have this Message-ID (diff)
From: Markus Schneider-Pargmann <msp@baylibre.com>
To: Zhang Rui <rui.zhang@intel.com>,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Rob Herring <robh+dt@kernel.org>
Cc: linux-pm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org, fparent@baylibre.com,
	khilman@baylibre.com,
	Markus Schneider-Pargmann <msp@baylibre.com>
Subject: [PATCH 0/3] thermal: mediatek: Add mt8365 support
Date: Thu, 14 Oct 2021 15:56:33 +0200	[thread overview]
Message-ID: <20211014135636.3644166-1-msp@baylibre.com> (raw)

Hi,

this series adds a compatible to the bindings and a specific part for
the thermal driver.

Thanks for any feedback or comments.

Best,
Markus


Fabien Parent (1):
  thermal: mediatek: add MT8365 thermal driver support

Markus Schneider-Pargmann (2):
  dt-bindings: thermal: mediatek: Add mt8365
  thermal: mediatek: Fix apmixed error message

 .../bindings/thermal/mediatek-thermal.txt     |  1 +
 drivers/thermal/mtk_thermal.c                 | 93 +++++++++++++++++--
 2 files changed, 87 insertions(+), 7 deletions(-)

-- 
2.33.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2021-10-14 13:57 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-14 13:56 Markus Schneider-Pargmann [this message]
2021-10-14 13:56 ` [PATCH 0/3] thermal: mediatek: Add mt8365 support Markus Schneider-Pargmann
2021-10-14 13:56 ` Markus Schneider-Pargmann
2021-10-14 13:56 ` [PATCH 1/3] dt-bindings: thermal: mediatek: Add mt8365 Markus Schneider-Pargmann
2021-10-14 13:56   ` Markus Schneider-Pargmann
2021-10-14 13:56   ` Markus Schneider-Pargmann
2021-10-14 13:56 ` [PATCH 2/3] thermal: mediatek: Fix apmixed error message Markus Schneider-Pargmann
2021-10-14 13:56   ` Markus Schneider-Pargmann
2021-10-14 13:56   ` Markus Schneider-Pargmann
2021-10-14 13:56 ` [PATCH 3/3] thermal: mediatek: add MT8365 thermal driver support Markus Schneider-Pargmann
2021-10-14 13:56   ` Markus Schneider-Pargmann
2021-10-14 13:56   ` Markus Schneider-Pargmann
2021-10-16 20:06   ` Daniel Lezcano
2021-10-16 20:06     ` Daniel Lezcano
2021-10-16 20:06     ` Daniel Lezcano
2021-10-18 15:40     ` Markus Schneider-Pargmann
2021-10-18 15:40       ` Markus Schneider-Pargmann
2021-10-18 15:40       ` Markus Schneider-Pargmann
2021-10-18 16:03       ` Daniel Lezcano
2021-10-18 16:03         ` Daniel Lezcano
2021-10-18 16:03         ` Daniel Lezcano

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=20211014135636.3644166-1-msp@baylibre.com \
    --to=msp@baylibre.com \
    --cc=daniel.lezcano@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=fparent@baylibre.com \
    --cc=khilman@baylibre.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=matthias.bgg@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=rui.zhang@intel.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.