From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 18 Oct 2018 23:10:01 +0200 Subject: [U-Boot] [PATCH 1/3] pwm: sunxi: fix off-by-one that prevented PWM to use prescaler bypass In-Reply-To: <20181017045635.9857-1-anarsoul@gmail.com> References: <20181017045635.9857-1-anarsoul@gmail.com> Message-ID: <20181018231001.1256ee2d@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 16 Oct 2018 21:56:33 -0700 Vasily Khoruzhick anarsoul at gmail.com wrote: > Fix off-by-one that prevented PWM driver to use prescaler bypass. > Without this change prescaler is always enabled. > > Signed-off-by: Vasily Khoruzhick > --- > drivers/pwm/sunxi_pwm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied whole series to u-boot-staging/agust at denx.de, thanks! -- Anatolij