Re: [linux-sunxi] Enabling uart2 with flow control

2017-11-17 Thread 'Ondřej Jirman' via linux-sunxi
Hi Alan, alan.martino...@senic.com píše v Pá 17. 11. 2017 v 03:41 -0800: > { > uart2_pins_ctsrts: uart2-ctsrts { > pins = "PA#", "PA#"; // replace # with number of the CTS/DTS pin > function = "uart2"; > }; > }; > > Where are you referencing those strings from (both

[linux-sunxi] [meta] Following the netiquette rules

2017-11-17 Thread alan . martinovic
Hi, I just wanted to check the policy for the mailing list/google group. (not sure atm if it's sensible to say that a mailing list and a google group are synonyms) Given that my first contact with this group was through the google group interface I used the text formatting it offers to make the

Re: [linux-sunxi] Enabling uart2 with flow control

2017-11-17 Thread alan . martinovic
{ uart2_pins_ctsrts: uart2-ctsrts { pins = "PA#", "PA#"; // replace # with number of the CTS/DTS pin function = "uart2"; }; }; Where are you referencing those strings from (both "PA#" and "uart2")? Tried looking at both the pinctrl-bindings as well as sunxi pinctrl. *

Re: [linux-sunxi] Cedrus driver

2017-11-17 Thread Maxime Ripard
Hi Nicolas, On Thu, Nov 16, 2017 at 02:59:55PM -0500, Nicolas Dufresne wrote: > Le jeudi 16 novembre 2017 à 12:02 +0100, Maxime Ripard a écrit : > > Assuming that the request API is in, we'd need to: > > - Finish the MPEG4 support > > - Work on more useful codecs (H264 comes to my mind) > >