From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 20 Oct 2018 21:35:56 +0200 Subject: [U-Boot] Pull request: u-boot-staging Message-ID: <20181020213556.66dedc4d@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 at 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