From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 15 May 2018 11:50:08 +0200 Subject: [U-Boot] Please pull u-boot-video/master Message-ID: <20180515115008.0f4af0a3@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, The following changes since commit db6b0281eca0dc4a1a40d9ef52d543b09979a1bf: Merge branch 'master' of git://git.denx.de/u-boot-rockchip (2018-05-14 18:13:59 -0400) are available in the git repository at: git://git.denx.de/u-boot-video.git master for you to fetch changes up to 3ecec5aadd3c3039adfde6928bbe0104af4929d5: dts: sunxi: add PWM node for sun50i (2018-05-15 08:18:14 +0200) ---------------------------------------------------------------- Vasily Khoruzhick (4): sunxi: video: HDMI: use correct bits for HSYNC and VSYNC polarity. video: dw_hdmi: fix HSYNC and VSYNC polarity settings pwm: sunxi: add support for PWM found on Allwinner A64 dts: sunxi: add PWM node for sun50i arch/arm/dts/sun50i-a64.dtsi | 9 ++ arch/arm/include/asm/arch-sunxi/gpio.h | 1 + arch/arm/include/asm/arch-sunxi/pwm.h | 12 +++ drivers/pwm/Kconfig | 7 ++ drivers/pwm/Makefile | 1 + drivers/pwm/sunxi_pwm.c | 178 +++++++++++++++++++++++++++++++++ drivers/video/dw_hdmi.c | 4 +- drivers/video/sunxi/sunxi_dw_hdmi.c | 4 +- 8 files changed, 212 insertions(+), 4 deletions(-) create mode 100644 drivers/pwm/sunxi_pwm.c Please pull. Thanks! Anatolij