[linux-sunxi] Re: [PATCH v8] drm/sun4i: hdmi: Implement I2C adapter for A10s DDC bus

2017-07-10 Thread Stefan Monnier
> Thanks for your work on this, I've queued it in 3.14. > It will appear in my branches and next as soon as 3.13-rc1 is out. I presume you meant "4." instead of "3." above, Stefan -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To

[linux-sunxi] Re: [PATCH v2] drm/sun4i: Implement drm_driver lastclose to restore fbdev console

2017-07-10 Thread Daniel Vetter
On Mon, Jul 10, 2017 at 8:44 AM, Maxime Ripard wrote: > On Sun, Jul 09, 2017 at 11:11:07PM +0800, Chen-Yu Tsai wrote: >> On Sun, Jul 9, 2017 at 3:59 PM, Jonathan Liu wrote: >> > The drm_driver lastclose callback is called when the last

Re: [linux-sunxi] [PATCH v3] drm/sun4i: Implement drm_driver lastclose to restore fbdev console

2017-07-10 Thread Olliver Schinagl
Hey Jonathan, since I reported this to you on IRC, it's only fair that you can have my: Tested-by: Olliver Schinagl For those interessted, I've tested it on an Olimex OLinuXino Lime2 with their 4.3 LCD. Olliver On 10-07-17 08:55, Jonathan Liu wrote: The drm_driver

[linux-sunxi] Re: [PATCHv4 0/2] ARM: sunxi: Add support for OLinuXino Lime2 eMMC

2017-07-10 Thread Olliver Schinagl
Ping, any reason this hasn't been merged yet? :) Olliver On 12-05-17 18:52, Maxime Ripard wrote: On Fri, May 12, 2017 at 11:38:52AM +0200, Olliver Schinagl wrote: This patch series adds support for the Olimex OLinuXino Lime2 eMMC. This assembly variant uses eMMC flash instead of NAND (or no

Re: [linux-sunxi] [PATCH v5 5/6] ARM: sun7i: Convert to CCU

2017-07-10 Thread Olliver Schinagl
Hi Maxime, On 10-07-17 13:55, Maxime Ripard wrote: On Mon, Jul 10, 2017 at 01:23:51PM +0200, Olliver Schinagl wrote: Hi Pleas, On 04-07-17 22:05, Priit Laes wrote: Convert sun7i-a20.dtsi to new CCU driver. Tested on Cubietruck. Signed-off-by: Priit Laes ---

Re: [linux-sunxi] [PATCH v5 5/6] ARM: sun7i: Convert to CCU

2017-07-10 Thread Maxime Ripard
On Mon, Jul 10, 2017 at 01:23:51PM +0200, Olliver Schinagl wrote: > Hi Pleas, > > On 04-07-17 22:05, Priit Laes wrote: > > Convert sun7i-a20.dtsi to new CCU driver. > > > > Tested on Cubietruck. > > > > Signed-off-by: Priit Laes > > --- > > arch/arm/boot/dts/sun7i-a20.dtsi |

Re: [linux-sunxi] [PATCH v5 6/6] ARM: sun4i: Convert to CCU

2017-07-10 Thread Olliver Schinagl
Hi Pritt, On 04-07-17 22:05, Priit Laes wrote: Convert sun4i-a10.dtsi to new CCU driver. Tested on Gemei G9 tablet. Signed-off-by: Priit Laes --- arch/arm/boot/dts/sun4i-a10.dtsi | 646 +++- 1 file changed, 73 insertions(+), 573 deletions(-)

Re: [linux-sunxi] [PATCH v5 5/6] ARM: sun7i: Convert to CCU

2017-07-10 Thread Olliver Schinagl
Hi Pleas, On 04-07-17 22:05, Priit Laes wrote: Convert sun7i-a20.dtsi to new CCU driver. Tested on Cubietruck. Signed-off-by: Priit Laes --- arch/arm/boot/dts/sun7i-a20.dtsi | 719 +++- 1 file changed, 84 insertions(+), 635 deletions(-) diff

Re: [linux-sunxi] Re: [PATCH 1/2] pinctrl: sunxi: add a missing function of A10/A20 pinctrl driver

2017-07-10 Thread Icenowy Zheng
于 2017年7月10日 GMT+08:00 下午4:44:00, Maxime Ripard 写到: >On Fri, Jul 07, 2017 at 07:21:19AM +0800, icen...@aosc.io wrote: >> 在 2017-07-07 04:46,Maxime Ripard 写道: >> > Hi, >> > >> > On Thu, Jul 06, 2017 at 10:28:21PM +0800, Icenowy Zheng wrote: >> > > The PH16 pin

Re: [linux-sunxi] [PATCH v5 2/6] clk: sunxi-ng: Add sun4i/sun7i CCU driver

2017-07-10 Thread Olliver Schinagl
Hi Pleas, again, but this time with content :) On 04-07-17 22:04, Priit Laes wrote: Introduce a clock controller driver for sun4i A10 and sun7i A20 series SoCs. Signed-off-by: Priit Laes --- drivers/clk/sunxi-ng/Kconfig | 14 +- drivers/clk/sunxi-ng/Makefile

Re: [linux-sunxi] Re: [PATCH 1/2] pinctrl: sunxi: add a missing function of A10/A20 pinctrl driver

2017-07-10 Thread Maxime Ripard
On Fri, Jul 07, 2017 at 07:21:19AM +0800, icen...@aosc.io wrote: > 在 2017-07-07 04:46,Maxime Ripard 写道: > > Hi, > > > > On Thu, Jul 06, 2017 at 10:28:21PM +0800, Icenowy Zheng wrote: > > > The PH16 pin has a function with mux id 0x5, which is the DET pin of > > > the > > > "sim" (smart card

Re: [linux-sunxi] [PATCH v5 1/6] clk: sunxi-ng: div: Add support for fixed post-divider

2017-07-10 Thread Olliver Schinagl
Hey Plaes, On 04-07-17 22:04, Priit Laes wrote: SATA clock on sun4i/sun7i is of type (parent) / M / 6 where 6 is fixed post-divider. Signed-off-by: Priit Laes --- drivers/clk/sunxi-ng/ccu_div.c | 18 -- drivers/clk/sunxi-ng/ccu_div.h | 3 ++- 2 files

[linux-sunxi] [PATCH v3] drm/sun4i: Implement drm_driver lastclose to restore fbdev console

2017-07-10 Thread Jonathan Liu
The drm_driver lastclose callback is called when the last userspace DRM client has closed. Call drm_fbdev_cma_restore_mode to restore the fbdev console otherwise the fbdev console will stop working. Fixes: 9026e0d122ac ("drm: Add Allwinner A10 Display Engine support") Cc: sta...@vger.kernel.org

[linux-sunxi] Re: [PATCH v2] drm/sun4i: Implement drm_driver lastclose to restore fbdev console

2017-07-10 Thread Jonathan Liu
Hi Maxime, On 10 July 2017 at 16:44, Maxime Ripard wrote: > On Sun, Jul 09, 2017 at 11:11:07PM +0800, Chen-Yu Tsai wrote: >> On Sun, Jul 9, 2017 at 3:59 PM, Jonathan Liu wrote: >> > The drm_driver lastclose callback is called when the last

[linux-sunxi] Re: [PATCH v2] drm/sun4i: Implement drm_driver lastclose to restore fbdev console

2017-07-10 Thread Maxime Ripard
On Sun, Jul 09, 2017 at 11:11:07PM +0800, Chen-Yu Tsai wrote: > On Sun, Jul 9, 2017 at 3:59 PM, Jonathan Liu wrote: > > The drm_driver lastclose callback is called when the last userspace > > DRM client has closed. Call drm_fbdev_cma_restore_mode to restore > > the fbdev console

Re: [linux-sunxi] arm64 binaries for CedarX codecs

2017-07-10 Thread Andreas Baierl
Am 07.07.2017 um 18:19 schrieb Jonathan Olson: I see that all the video codecs for the CedarX libraries are contained in binary libcedar_plugin_venc.so and libcedar_plugin_vd_others.so. However the CedarX-12.06.2015 repository only contains 32-bit armv7 libraries. Are there any 64-bit armv8