
Hi Tom,
please pull some synxi PWM driver bugfixes:
The following changes since commit e3beca3a2fe172ca707a0e70310f9f7ebd3b3f0f:
Merge tag 'signed-efi-2018.11' of git://github.com/agraf/u-boot (2018-10-17 07:20:52 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-staging.git agust@denx.de
for you to fetch changes up to a1f95bf1a87c5e4f9fe37b02bc1e34cccd3893b5:
pwm: sunxi: choose best prescaler to improve PWM resolution (2018-10-18 23:05:00 +0200)
---------------------------------------------------------------- Vasily Khoruzhick (3): pwm: sunxi: fix off-by-one that prevented PWM to use prescaler bypass pwm: sunxi: use new prescaler when configuring PWM pwm: sunxi: choose best prescaler to improve PWM resolution
drivers/pwm/sunxi_pwm.c | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-)
-- Anatolij