[linux-sunxi] [PATCH] ARM: dts: sun4i: Add dts file for the pov protab2-ips9 tablet

2015-09-05 Thread Hans de Goede
The Point of View protab2-ips9 is a tablet with a 9" ips 1024x768 lcd screen, microsd slot, headphones, mini hdmi, mini usb b and power barrel connectors. It uses a rtl8188cus usb wifi chip and a RDA 5875Y bluetooth chip attached to uart2. It has a bma250 accelerometer attached to i2c1 addr 0x18.

[linux-sunxi] [RFC] mmc: core: Set clock before switching to highspeed mode.

2015-09-05 Thread Yousong Zhou
A SD card with sunxi-mmc can fail with the following error message (RCD for response CRC error) when trying to switch to highspeed mode. Setting the bus clock before the access mode switch fixed it. [1.112060] mmc0: host does not support reading read-only switch, assuming write-enable

[linux-sunxi] Re: sun7i_tvd in kernel 3.4

2015-09-05 Thread Enrico
Il giorno mercoledì 2 settembre 2015 19:05:15 UTC+2, xher...@gmail.com ha scritto: > > Hi! > Sorry for upping this very old post... I have a MarsBoard with androind > 4.2, and there is a working demo for the TV input. So I dag into the kernel > source (which is based on the lichee-3.3) and ther

[linux-sunxi] Re: [RFC] mmc: core: Set clock before switching to highspeed mode.

2015-09-05 Thread Shawn Lin
On 2015/9/5 18:19, Yousong Zhou wrote: A SD card with sunxi-mmc can fail with the following error message (RCD for response CRC error) when trying to switch to highspeed mode. Setting the bus clock before the access mode switch fixed it. No, that's wrong! Before this card is switched to highs

[linux-sunxi] [PATCH 1/3] ARM: dts: sunxi: Add sun?i-q8-common.dtsi files for q8 tablets

2015-09-05 Thread Hans de Goede
Cheap allwinner based devices in the q8 enclosure come in many variants, all sharing the case and a number of other basic features. They differ in the display, touchscreen, accelerometer and wifi chips used. This commit adds 2 dtsi files defining the shared features of all the q8 tablets. sunxi-q

[linux-sunxi] [PATCH 3/3] ARM: dts: sun5i: Add dts file for q8 formfactor a13 based tablets

2015-09-05 Thread Hans de Goede
This commits adds a generic dts file for q8 formfactor a13 based tablets. The tablets ship in many variants, with the difference mainly being the touchscreen controller / accelerometer / wifi chip used. The wifi is USB based, and thus not listed in devicetree. The touchscreen controller / accele

[linux-sunxi] [PATCH 2/3] ARM: dts: sun5i: Add sun5i-q8-common.dtsi

2015-09-05 Thread Hans de Goede
This is the sun5i / a13 version of sun8i-q8-common.dtsi for use in dts files for a13 q8 based tablets. Compared to sun8i this uses uart1 for the serial console, and PG0 for card-detect for mmc0. This also adds pmic and otg support, which both use the same config on all known q8 a13 devices. This i

Re: [linux-sunxi] Re: [RFC] mmc: core: Set clock before switching to highspeed mode.

2015-09-05 Thread Hans de Goede
Hi Shawn Lin, On 05-09-15 16:07, Shawn Lin wrote: On 2015/9/5 18:19, Yousong Zhou wrote: A SD card with sunxi-mmc can fail with the following error message (RCD for response CRC error) when trying to switch to highspeed mode. Setting the bus clock before the access mode switch fixed it. No,

Re: [linux-sunxi] Re: [RFC] mmc: core: Set clock before switching to highspeed mode.

2015-09-05 Thread Shawn Lin
On 2015/9/5 22:58, Hans de Goede wrote: Hi Shawn Lin, On 05-09-15 16:07, Shawn Lin wrote: On 2015/9/5 18:19, Yousong Zhou wrote: A SD card with sunxi-mmc can fail with the following error message (RCD for response CRC error) when trying to switch to highspeed mode. Setting the bus clock befor