[linux-sunxi] Re: [PATCH RESEND v4 1/4] input: sun4i-a10-lradc-keys: Add support for A83T

2019-04-04 Thread Dmitry Torokhov
On Wed, Mar 27, 2019 at 03:33:36AM +0100, meg...@megous.com wrote: > From: Ziping Chen > > Allwinner A83T SoC has a low res adc like the one in Allwinner A10 SoC, > however, the A10 SoC's vref of lradc internally is divided by 2/3 and > the A83T SoC's vref of lradc internally is divided by 3/4,

[linux-sunxi] Re: [PATCH v2] soc: sunxi: Fix missing dependency on REGMAP_MMIO

2019-04-04 Thread 'Bin Liu' via linux-sunxi
On Tue, Apr 02, 2019 at 08:09:01AM +0200, Maxime Ripard wrote: > On Mon, Apr 01, 2019 at 05:03:31PM -0500, Samuel Holland wrote: > > When enabling ARCH_SUNXI from allnoconfig, SUNXI_SRAM is enabled, but > > not REGMAP_MMIO, so the kernel fails to link with an undefined reference > > to

[linux-sunxi] Re: [PATCH RESEND v7 1/2] media: uapi: Add H264 low-level decoder API compound controls.

2019-04-04 Thread Chen-Yu Tsai
On Thu, Apr 4, 2019 at 8:54 PM Tomasz Figa wrote: > > Hi, > > On Thu, Apr 4, 2019 at 9:26 PM Maxime Ripard > wrote: > > > > From: Pawel Osciak > > > > Stateless video codecs will require both the H264 metadata and slices in > > order to be able to decode frames. > > > > This introduces the

[linux-sunxi] Re: [PATCH RESEND v7 1/2] media: uapi: Add H264 low-level decoder API compound controls.

2019-04-04 Thread Tomasz Figa
Hi, On Thu, Apr 4, 2019 at 9:26 PM Maxime Ripard wrote: > > From: Pawel Osciak > > Stateless video codecs will require both the H264 metadata and slices in > order to be able to decode frames. > > This introduces the definitions for a new pixel format for H264 slices that > have been parsed, as

[linux-sunxi] [PATCH v8 0/2] media: cedrus: Add H264 decoding support

2019-04-04 Thread Maxime Ripard
Hi, Here is a new version of the H264 decoding support in the cedrus driver. As you might already know, the cedrus driver relies on the Request API, and is a reverse engineered driver for the video decoding engine found on the Allwinner SoCs. This work has been possible thanks to the work done

[linux-sunxi] [PATCH v8 2/2] media: cedrus: Add H264 decoding support

2019-04-04 Thread Maxime Ripard
Introduce some basic H264 decoding support in cedrus. So far, only the baseline profile videos have been tested, and some more advanced features used in higher profiles are not even implemented. Reviewed-by: Jernej Skrabec Signed-off-by: Maxime Ripard ---

[linux-sunxi] [PATCH v8 1/2] media: uapi: Add H264 low-level decoder API compound controls.

2019-04-04 Thread Maxime Ripard
From: Pawel Osciak Stateless video codecs will require both the H264 metadata and slices in order to be able to decode frames. This introduces the definitions for a new pixel format for H264 slices that have been parsed, as well as the structures used to pass the metadata from the userspace to

Re: [linux-sunxi] [PATCH v2 5/5] ARM: dts: sun8i: tbs-a711: Enable UART2 (for NEO-6M GPS module)

2019-04-04 Thread 'Ondřej Jirman' via linux-sunxi
Hello Maxime, On Mon, Apr 01, 2019 at 01:56:16PM +0200, megous via linux-sunxi wrote: > From: Ondrej Jirman > > TBS A711 tablet contains u-blox NEO-6M module connected to UART2. > Enable UART2 to gain access to the module from userspace. Other GPS bits are now applied (thank you, Johan), so if

[linux-sunxi] [PATCH RESEND v7 1/2] media: uapi: Add H264 low-level decoder API compound controls.

2019-04-04 Thread Maxime Ripard
From: Pawel Osciak Stateless video codecs will require both the H264 metadata and slices in order to be able to decode frames. This introduces the definitions for a new pixel format for H264 slices that have been parsed, as well as the structures used to pass the metadata from the userspace to

[linux-sunxi] [PATCH RESEND v7 0/2] media: cedrus: Add H264 decoding support

2019-04-04 Thread Maxime Ripard
Hi, Here is a new version of the H264 decoding support in the cedrus driver. As you might already know, the cedrus driver relies on the Request API, and is a reverse engineered driver for the video decoding engine found on the Allwinner SoCs. This work has been possible thanks to the work done

[linux-sunxi] [PATCH RESEND v7 2/2] media: cedrus: Add H264 decoding support

2019-04-04 Thread Maxime Ripard
Introduce some basic H264 decoding support in cedrus. So far, only the baseline profile videos have been tested, and some more advanced features used in higher profiles are not even implemented. Reviewed-by: Jernej Skrabec Signed-off-by: Maxime Ripard ---

[linux-sunxi] [PATCH v6 2/2] media: cedrus: Add H264 decoding support

2019-04-04 Thread Maxime Ripard
Introduce some basic H264 decoding support in cedrus. So far, only the baseline profile videos have been tested, and some more advanced features used in higher profiles are not even implemented. Reviewed-by: Jernej Skrabec Signed-off-by: Maxime Ripard ---

[linux-sunxi] [PATCH v6 1/2] media: uapi: Add H264 low-level decoder API compound controls.

2019-04-04 Thread Maxime Ripard
From: Pawel Osciak Stateless video codecs will require both the H264 metadata and slices in order to be able to decode frames. This introduces the definitions for a new pixel format for H264 slices that have been parsed, as well as the structures used to pass the metadata from the userspace to

[linux-sunxi] [PATCH v6 0/2] media: cedrus: Add H264 decoding support

2019-04-04 Thread Maxime Ripard
Hi, Here is a new version of the H264 decoding support in the cedrus driver. As you might already know, the cedrus driver relies on the Request API, and is a reverse engineered driver for the video decoding engine found on the Allwinner SoCs. This work has been possible thanks to the work done

Re: [linux-sunxi] [PATCH 3/3] arm: sunxi: Enable DRAM ODT by default on H3/H5

2019-04-04 Thread Jagan Teki
On Wed, Apr 3, 2019 at 1:23 PM Paul Kocialkowski wrote: > > Hi, > > Le mercredi 03 avril 2019 à 13:09 +0530, Jagan Teki a écrit : > > On Thu, Mar 14, 2019 at 4:07 PM Paul Kocialkowski > > wrote: > > > Most of the boards we support with H3/H5 enable DRAM on-die termination, > > > which is