[linux-sunxi] Re: [PATCH 1/5] dt-bindings: add vendor prefix for ILI Technology Corp

2016-10-10 Thread Dmitry Torokhov
On Mon, Oct 10, 2016 at 5:33 PM, Icenowy Zheng wrote: > ILI Technology Corp (a.k.a Ilitek, http://www.ilitek.com/index-e.asp ) is a > company that produces LCD driver ICs and touch screen controller ICs. Was there patch 3/5? I do not see it in my mailbox. > > Signed-off-by:

[linux-sunxi] Re: [PATCH 5/9] drm/sun4i: Add compatible strings for A31/A31s display pipelines

2016-10-10 Thread Rob Herring
On Fri, Oct 07, 2016 at 12:06:25AM +0800, Chen-Yu Tsai wrote: > The A31's display pipeline has 2 frontends, 2 backends, and 2 TCONs. It > also has new display enhancement blocks, such as the DRC (Dynamic Range > Controller), the DEU (Display Enhancement Unit), and the CMU (Color > Management

[linux-sunxi] sunxi-fel Error on SinA33

2016-10-10 Thread Ciprian Manea
I'm using a Sinlinx Sina33 dev board and I'm getting the following error when trying to use the* "sunxi-fel" *tool. Working environment: Ubuntu 16:04, libusb-1.0-0-dev was installed from the ubuntu repo's sudo ./sunxi-fel -v -d 001:0053 version Selecting USB Bus 001 Device 053 libusb_open()

[linux-sunxi] Porting operating system from x86 to Cubietruck

2016-10-10 Thread dlbp
Hi everybody!!! I need to port a proprietary real-time OS from an x86 Intel Architecture to ARM. In particular my target is Cubietruck. Which compiler i need for C and assembly instructions under Debian/Linux?? Another question: it's necessary an external bootloader (for example Uboot) or i

[linux-sunxi] Re: [PATCH 05/12] ASoC: sun4i-codec: Add support for A31 playback through headphone output

2016-10-10 Thread Maxime Ripard
On Tue, Oct 04, 2016 at 12:26:08PM +0800, Chen-Yu Tsai wrote: > >> +struct sun4i_codec_regs { > >> + u32 adc_fifoc; > >> + u32 adc_fifos; > >> + u32 adc_rxdata; > >> +}; > >> + > >> struct sun4i_codec { > >> struct device *dev; > >> struct regmap *regmap; >