Re: [linux-sunxi] [PATCH v2 0/3] crypto: sun4i-ss: fix SHA1 on A33 SecuritySystem

2020-03-11 Thread Chen-Yu Tsai
On Wed, Nov 20, 2019 at 11:28 PM Corentin Labbe wrote: > > Thanks to Igor Pecovnik, I have now in my kernelCI lab, a sun8i-a33-olinuxino. > Strange behavour, crypto selftests was failling but only for SHA1 on > this A33 SoC. > > This is due to the A33 SS having a difference with all other SS, it g

Re: [linux-sunxi] [PATCH 0/8] media: sunxi: Add DE2 rotate driver

2020-03-11 Thread Chen-Yu Tsai
On Wed, Feb 12, 2020 at 3:13 AM Jernej Škrabec wrote: > > Dne sobota, 25. januar 2020 ob 00:20:06 CET je Jernej Skrabec napisal(a): > > Some of Allwinner SoCs like A83T and A64 SoCs contain DE2 rotate core > > which can flip image horizontal and vertical and rotate it in 90 deg. > > steps. It supp

[linux-sunxi] [PATCH 5/5] arm64: allwinner: dts: a64: add LCD-related device nodes for PinePhone

2020-03-11 Thread Icenowy Zheng
PinePhone uses PWM backlight and a XBD599 LCD panel over DSI for display. Add its device nodes. Signed-off-by: Icenowy Zheng --- .../dts/allwinner/sun50i-a64-pinephone.dtsi | 37 +++ 1 file changed, 37 insertions(+) diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-pineph

[linux-sunxi] [PATCH 4/5] drm/sun4i: sun6i_mipi_dsi: fix horizontal timing calculation

2020-03-11 Thread Icenowy Zheng
The max() function call in horizontal timing calculation shouldn't pad a length already subtracted with overhead to overhead, instead it should only prevent the set timing to underflow. Signed-off-by: Icenowy Zheng --- drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c | 10 +- 1 file changed, 5 ins

[linux-sunxi] [PATCH 2/5] dt-bindings: panel: add binding for Xingbangda XBD599 panel

2020-03-11 Thread Icenowy Zheng
Xingbangda XBD599 is a 5.99" 720x1440 MIPI-DSI LCD panel. Add its device tree binding. Signed-off-by: Icenowy Zheng --- .../display/panel/xingbangda,xbd599.yaml | 50 +++ 1 file changed, 50 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/x

[linux-sunxi] [PATCH 3/5] drm: panel: add Xingbangda XBD599 panel

2020-03-11 Thread Icenowy Zheng
Xingbangda XBD599 is a 5.99" 720x1440 MIPI-DSI IPS LCD panel made by Xingbangda, which is used on PinePhone final assembled phones. Add support for it. Signed-off-by: Icenowy Zheng --- drivers/gpu/drm/panel/Kconfig | 9 + drivers/gpu/drm/panel/Makefile| 1 +

[linux-sunxi] [PATCH 1/5] dt-bindings: vendor-prefixes: Add Xingbangda

2020-03-11 Thread Icenowy Zheng
Shenzhen Xingbangda Display Technology Co., Ltd is a company which produces LCD modules. It supplies the LCD panels of the PinePhone series (the developers' kit and the final phone). Add the vendor prefix of it. Signed-off-by: Icenowy Zheng --- Documentation/devicetree/bindings/vendor-prefixes.

[linux-sunxi] [PATCH 0/5] Add support for PinePhone LCD panel

2020-03-11 Thread Icenowy Zheng
This patchset adds support for the LCD panel of PinePhone. The first 3 patches are for the panel itself, and the last 2 patches are for enabling it on PinePhone. PATCH 4 is the fix of a bug in sun6i_mipi_dsi which will gets triggered on XBD599. Icenowy Zheng (5): dt-bindings: vendor-prefixes:

[linux-sunxi] [PATCH 0/5] Add support for PinePhone LCD panel

2020-03-11 Thread Icenowy Zheng
This patchset adds support for the LCD panel of PinePhone. The first 3 patches are for the panel itself, and the last 2 patches are for enabling it on PinePhone. PATCH 4 is the fix of a bug in sun6i_mipi_dsi which will gets triggered on XBD599. Icenowy Zheng (5): dt-bindings: vendor-prefixes:

[linux-sunxi] Re: [PATCH 1/2] drm/panel: Add Starry KR070PE2T

2020-03-11 Thread Pascal Roeleven
On 2020-03-10 19:54, Sam Ravnborg wrote: A few things to improve. The binding should be a separate patch. subject - shall start with dt-bindings: Shall be sent to deveicetree mailing list. Hi Sam, Thank you very much for your review. I did consider this. The reason I combined the patches, is

Re: [linux-sunxi] [PATCH 2/2] ARM: dts: sun4i: Add support for Topwise A721 tablet

2020-03-11 Thread Pascal Roeleven
On 2020-03-10 15:02, Ondřej Jirman wrote: Hello Pascal, On Tue, Mar 10, 2020 at 11:27:24AM +0100, Pascal Roeleven wrote: The Topwise A721/LY-F1 tablet is a tablet sold around 2012 under different brands. The mainboard mentions A721 clearly, so this tablet is best known under this name. Signed-

Re: [linux-sunxi] sun8i-r40 spi3 node different from BSP

2020-03-11 Thread Code Kipper
Good catchSPI2 is also wrong they should be spi2: spi@1c17000 and spi3: spi@1c1f000 CK On Tue, 10 Mar 2020 at 13:08, JuanEsf wrote: > > Hello along with greeting, I wish you good morning. > In kernel 5.6-rc5 the SPI nodes in R40 SoC have been added, > But the SPI3 node in mainline > (https: