[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 0/5] hw/arm: Add NPCM7XX Tachometer Device
From: |
Peter Maydell |
Subject: |
Re: [PATCH v2 0/5] hw/arm: Add NPCM7XX Tachometer Device |
Date: |
Fri, 12 Mar 2021 12:52:53 +0000 |
On Thu, 11 Mar 2021 at 18:08, Hao Wu <wuhaotsh@google.com> wrote:
>
> This patch set implements the Tachometer (a.k.a Multi Functional Timer/MFT)
> device in NPCM7XX SoC. This device is used by NPCM7XX boards to measure
> the RPM of PWM fans.
>
> To provide the RPM of a certain fan, since RPM = MAX_RPM * duty_percentage.
> We convert the duty output in NPCM7XX PWM module into GPIOs and feed them
> into the MFT module.
>
> The connection of PWM modules and fan modules are derived from their specific
> Linux device trees and coded in hw/arm/npcm7xx_boards.c.
>
> We amend the QTest for the PWM module to include verifying the reading from
> the Tachometer is correct.
Applied to target-arm.next, thanks.
-- PMM
- [PATCH v2 0/5] hw/arm: Add NPCM7XX Tachometer Device, Hao Wu, 2021/03/11
- [PATCH v2 1/5] hw/misc: Add GPIOs for duty in NPCM7xx PWM, Hao Wu, 2021/03/11
- [PATCH v2 2/5] hw/misc: Add NPCM7XX MFT Module, Hao Wu, 2021/03/11
- [PATCH v2 3/5] hw/arm: Add MFT device to NPCM7xx Soc, Hao Wu, 2021/03/11
- [PATCH v2 4/5] hw/arm: Connect PWM fans in NPCM7XX boards, Hao Wu, 2021/03/11
- [PATCH v2 5/5] tests/qtest: Test PWM fan RPM using MFT in PWM test, Hao Wu, 2021/03/11
- Re: [PATCH v2 0/5] hw/arm: Add NPCM7XX Tachometer Device,
Peter Maydell <=