mbox series

[0/2] Add pwm-fan for Milk-V Pioneer

Message ID cover.1739351437.git.unicorn_wang@outlook.com (mailing list archive)
Headers show
Series Add pwm-fan for Milk-V Pioneer | expand

Message

Chen Wang Feb. 12, 2025, 9:41 a.m. UTC
From: Chen Wang <unicorn_wang@outlook.com>

Milk-V Pioneer uses fan as cooling-device, and speed of the fan is
controlled by the first channel of pwm controller of SG2042.

This patchset depends on another patchset for the SG2042 pwm controller,
the driver part is now on pwm/for-next [pwm-for-next] and the dts part is
now on sophgo/for-next [sophgo-for-next]. If you want to have a test,
you need to apply the corresponding patchset.

Link: https://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux.git [pwm-for-next]
Link: https://github.com/sophgo/linux.git [sophgo-for-next]

Thanks,
Chen

---

Chen Wang (2):
  riscv: sophgo: dts: add pwm-fan for Milk-V Pioneer
  riscv: sophgo: dts: add cooling maps for Milk-V Pioneer

 .../boot/dts/sophgo/sg2042-milkv-pioneer.dts  | 36 +++++++++++++++++++
 1 file changed, 36 insertions(+)


base-commit: 2014c95afecee3e76ca4a56956a936e23283f05b
prerequisite-patch-id: c4b7f2697276f9278f13e3f2f54669eabed14157
prerequisite-patch-id: e6e1753842784bbc41eae5917470d4abfacd21a0
prerequisite-patch-id: 768254e961eb246d230258ff33922e4f2a36597e

Comments

Inochi Amaoto Feb. 19, 2025, 2:02 a.m. UTC | #1
On Wed, 12 Feb 2025 17:41:44 +0800, Chen Wang wrote:
> From: Chen Wang <unicorn_wang@outlook.com>
> 
> Milk-V Pioneer uses fan as cooling-device, and speed of the fan is
> controlled by the first channel of pwm controller of SG2042.
> 
> This patchset depends on another patchset for the SG2042 pwm controller,
> the driver part is now on pwm/for-next [pwm-for-next] and the dts part is
> now on sophgo/for-next [sophgo-for-next]. If you want to have a test,
> you need to apply the corresponding patchset.
> 
> [...]

Applied to for-next, thanks!

[1/2] riscv: sophgo: dts: add pwm-fan for Milk-V Pioneer
      https://github.com/sophgo/linux/commit/62cdf0a06dd5a650e4ca95b6f3a13daa48cf517a
[2/2] riscv: sophgo: dts: add cooling maps for Milk-V Pioneer
      https://github.com/sophgo/linux/commit/f047a9285f9f3fd5c0d5ae53af350b8b619e470a

Thanks,
Inochi