[linux-sunxi] Re: H3 SID eFuse write failure issue for ROTPK_HASH field

2018-01-03 Thread Jun Nie
Hi Siarhei & Jens, Did you know ROTPK_HASH writing function related information? Thank you very much in advance! Jun 2017-12-29 17:35 GMT+08:00 Jun Nie : > Hi Bernhard, > > Resend this mail with CCing mail list so that more people can see this > issue and may have answer. Also correct register a

[linux-sunxi] Re: [PATCH 06/11] dt-bindings: display: sun4i-drm: Add A83T HDMI pipeline

2018-01-03 Thread Jernej Škrabec
Hi Rob, Dne sreda, 03. januar 2018 ob 21:21:54 CET je Rob Herring napisal(a): > On Sat, Dec 30, 2017 at 10:01:58PM +0100, Jernej Skrabec wrote: > > This commit adds all necessary compatibles and descriptions needed to > > implement A83T HDMI pipeline. > > > > Mixer is already properly described,

[linux-sunxi] Re: [PATCH 06/11] dt-bindings: display: sun4i-drm: Add A83T HDMI pipeline

2018-01-03 Thread Rob Herring
On Sat, Dec 30, 2017 at 10:01:58PM +0100, Jernej Skrabec wrote: > This commit adds all necessary compatibles and descriptions needed to > implement A83T HDMI pipeline. > > Mixer is already properly described, so only compatible is added. > > However, A83T TCON1, which is connected to HDMI, doesn'

Re: [linux-sunxi] [BUG report] kworker issue for mailline kernel >= 4.12

2018-01-03 Thread Sebastien Lucas
Le mercredi 3 janvier 2018 18:00:01 UTC+1, Vincent Legoll a écrit : > > > root@minus:~# zcat /proc/config.gz | grep SUN4I_GPADC > > CONFIG_MFD_SUN4I_GPADC=m > > CONFIG_SUN4I_GPADC=m > > Are the modules loaded ? > > -- > Vincent Legoll > Yes : root@minus:~# lsmod | grep gpadc sun4i_gpadc_iio

Re: [linux-sunxi] [BUG report] kworker issue for mailline kernel >= 4.12

2018-01-03 Thread Vincent Legoll
Hello, >> Do you have SUN4I_GPADC enabled? AFAIK its interrupt handler busy >> loops, which might be what you are seeing. > It seems so : > > root@minus:~# zcat /proc/config.gz | grep SUN4I_GPADC > CONFIG_MFD_SUN4I_GPADC=m > CONFIG_SUN4I_GPADC=m Are the modules loaded ? -- Vincent Legoll -- Y

Re: [linux-sunxi] [BUG report] kworker issue for mailline kernel >= 4.12

2018-01-03 Thread Sebastien Lucas
Le mercredi 3 janvier 2018 06:58:00 UTC+1, Chen-Yu Tsai a écrit : > > > Do you have SUN4I_GPADC enabled? AFAIK its interrupt handler busy > loops, which might be what you are seeing. > > ChenYu > It seems so : root@minus:~# zcat /proc/config.gz | grep SUN4I_GPADC CONFIG_MFD_SUN4I_GPADC=m CONFI

[linux-sunxi] [PATCH RESEND] phy: sun4i-usb: add support for R40 USB PHY

2018-01-03 Thread Icenowy Zheng
Allwinner R40 features a USB PHY like the one in A64, but with 3 PHYs. Add support for it. Signed-off-by: Icenowy Zheng Acked-by: Maxime Ripard Acked-by: Rob Herring --- When resending, the ACK's by Maxime and Rob are added. Documentation/devicetree/bindings/phy/sun4i-usb-phy.txt | 1 + dri

[linux-sunxi] second kmstest failing on DRM_IOCTL_MODE_ATOMIC on dual head A20 KMS/DRM mainline 4.15.rc sunxi-next

2018-01-03 Thread Andrea Venturi
hello, i've got an issue on a dual head DRM/KMS test setup on sun7i A20. i'm writing a quick report to seek advice about where to head my further investigation. DRM stack is quite unknown to me, looks pretty deep and so i suppose someone with more experience can point me faster then myself wra

[linux-sunxi] Re: [PATCH 1/6] phy: sun4i-usb: add support for R40 USB PHY

2018-01-03 Thread 'Kishon Vijay Abraham I' via linux-sunxi
Hi, On Saturday 30 December 2017 05:08 PM, Icenowy Zheng wrote: > 在 2017年10月18日星期三 CST 下午7:46:08,Kishon Vijay Abraham I 写道: >> On Wednesday 18 October 2017 05:12 PM, Maxime Ripard wrote: >>> On Wed, Oct 18, 2017 at 05:09:00PM +0530, Kishon Vijay Abraham I wrote: Hi, On Tuesday 10 Oc