Re: [PATCH v7 1/1] pwm: mediatek: add MT2712/MT7622 support

2017-11-27 Thread Sean Wang
Hi, Zhi The patch have already got merged in 4.15 rc1 as https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=424268c7494c2ae24c95565b9047bbf30309e88a Sean On Mon, 2017-11-13 at 20:39 +0800, Zhi Mao wrote: > Hi Thierry, > > Just have a ping for this patch. >

Re: [PATCH v7 1/1] pwm: mediatek: add MT2712/MT7622 support

2017-11-13 Thread Zhi Mao
Hi Thierry, Just have a ping for this patch. Regards Zhi On Wed, 2017-10-25 at 18:11 +0800, Zhi Mao wrote: > Add support to MT2712 and MT7622. > Due to register offset address of pwm7 for MT2712 is not fixed 0x40, > add mtk_pwm_reg_offset array for pwm register offset. > > Reviewed-by: Claudiu

[PATCH v7 1/1] pwm: mediatek: add MT2712/MT7622 support

2017-10-25 Thread Zhi Mao
Add support to MT2712 and MT7622. Due to register offset address of pwm7 for MT2712 is not fixed 0x40, add mtk_pwm_reg_offset array for pwm register offset. Reviewed-by: Claudiu Beznea Reviewed-by: Matthias Brugger Signed-off-by: Zhi Mao --- changee in v7: - adjust the commit message Changes i