Re: [PATCH v2 0/2] fix an overflow error on sc27xx power supply

2020-07-27 Thread Sebastian Reichel
Hi, On Fri, Jul 24, 2020 at 08:21:46PM +0800, Chunyan Zhang wrote: > From: Chunyan Zhang > > The patch 2/2 fixes an overflow error by changing to 64-bit divide operations. > In order to avoid compile error on 32-bit architectures, this patchset > also introduced a new 64-bit helper in patch 1/2.

[PATCH v2 0/2] fix an overflow error on sc27xx power supply

2020-07-24 Thread Chunyan Zhang
From: Chunyan Zhang The patch 2/2 fixes an overflow error by changing to 64-bit divide operations. In order to avoid compile error on 32-bit architectures, this patchset also introduced a new 64-bit helper in patch 1/2. Changes since v1: (https://lkml.org/lkml/2020/7/17/63) - Added new help macr