Re: [U-Boot] [PATCH] power: regulator: support off-on-delay-us

2020-01-08 Thread Tom Rini
On Mon, Nov 04, 2019 at 09:27:23AM +, Peng Fan wrote: > off-on-delay-us has been supported by Linux, so let's use it. > > Signed-off-by: Peng Fan Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[U-Boot] [PATCH] power: regulator: support off-on-delay-us

2019-11-04 Thread Peng Fan
off-on-delay-us has been supported by Linux, so let's use it. Signed-off-by: Peng Fan --- V1: Linux Tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=f7907e57aea2adcd0b57ebcca410e125412ab680 drivers/power/regulator/regulator_common.c | 4 1 file chang