Re: [linux-sunxi] Re: [PATCH sunxi-boards 1/3] h3: Add fex file for Orange Pi PC

2015-12-19 Thread Thomas Kaiser
Siarhei Siamashka wrote: > It's likely that the credit for "unlocking" the 1.5 GHz clock speed > actually belongs to third-party modders. Thanks for clarifying this (and all the additional informations). I'll try to correct this where I spread wrong "informations"/assumptions asapissimo. > As

Re: [linux-sunxi] Re: [PATCH sunxi-boards 1/3] h3: Add fex file for Orange Pi PC

2015-12-19 Thread Siarhei Siamashka
On Wed, 9 Dec 2015 00:40:18 -0800 (PST) Thomas Kaiser wrote: > Siarhei Siamashka: > > > Extracted from the Lubuntu_1404_For_OrangePiPC_v0_8_0_.img.xz image: > > > > http://www.orangepi.org/downloadresources/orangepipc/oragepipc_4a0e8d960f7f0a52606dfaba58.html > >

[linux-sunxi] Re: BUG - Bananapi USB not working on Mainline

2015-12-19 Thread m . silentcreek
Hi again, Am Freitag, 18. Dezember 2015 21:22:43 UTC+1 schrieb m.sile...@gmail.com: > I can confirm there is an issue with USB (not OTG) on the Bananapi in Linux > 4.4-rc5. I just compiled and booted a 4.4-rc5 kernel image with a new dtb - > or be more precise, I failed to boot it because the

[linux-sunxi] Re: [PATCH 5/5] ARM: dts: sun5i: Add backlight node to sun5i-q8-common.dtsi

2015-12-19 Thread 8001010
> + default-brightness-level = <8>; Why? Is not better 100% ? Silviop -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[linux-sunxi] Re: BUG - Bananapi USB not working on Mainline

2015-12-19 Thread Hans de Goede
Hi, On Wednesday, December 16, 2015 at 2:47:40 AM UTC+1, David Tulloh wrote: > > Hi, > > I am working on a SinoVoip Bananapi M1 > > With the current mainline USB does not work. I believe that power to the > USB vbus is being disabled during boot. > > Failing build v4.4-rc5 > Working build v4.2.3

Re: [linux-sunxi] Transport stream controller usage at A20-olinuxino

2015-12-19 Thread yangkkokk
在 2015年12月11日星期五 UTC+8下午4:46:03,User Android写道: > Hello, > > I try get Transport Stream on A-20-Olinuxino. I fix *.fex file, use patch > Allwinner_TSC_driver.0.0.4.A.linux-sunxi-stage3.4.schorpp.04, compile the > kernel (3.4.104) and modules, read data from /dev/tsc_dev but i have only 0. > I

[linux-sunxi] Re: BUG - Bananapi USB not working on Mainline

2015-12-19 Thread m . silentcreek
Hi, Am Samstag, 19. Dezember 2015 20:38:08 UTC+1 schrieb Hans de Goede: > The sunxi usb-phy driver now requires extcon (due to the added otg support), > maybe the defconfig is not enabling extcon and thereby you are not getting > the sunxi usb-phy driver build, or not build-in at least ? > >

Re: [linux-sunxi] Re: [PATCH v2 1/3] reset: Add shared reset_control_[de]assert variants

2015-12-19 Thread Hans de Goede
Hi, On 18-12-15 12:08, Maxime Ripard wrote: On Wed, Dec 16, 2015 at 12:21:48PM +0100, Philipp Zabel wrote: Hi Maxime, Am Mittwoch, den 16.12.2015, 11:29 +0100 schrieb Maxime Ripard: On Mon, Dec 14, 2015 at 10:50:55AM +0100, Philipp Zabel wrote: Am Montag, den 14.12.2015, 10:36 +0100 schrieb

[linux-sunxi][PATCH v2] ARM: sunxi: dt: enable audio codec on mk802

2015-12-19 Thread codekipper
From: Marcus Cooper This commit enables the on-chip audio codec present on some variants of the MK802. Signed-off-by: Marcus Cooper --- arch/arm/boot/dts/sun4i-a10-mk802.dts | 4 1 file changed, 4 insertions(+) diff --git

[linux-sunxi][PATCH v2] ARM: dt: sun7i: Enable audio codec on MK808C

2015-12-19 Thread codekipper
From: Marcus Cooper This commit enables the on-chip audio codec present on the MK808C. Signed-off-by: Marcus Cooper --- arch/arm/boot/dts/sun7i-a20-mk808c.dts | 4 1 file changed, 4 insertions(+) diff --git

Re: [linux-sunxi] Re: [PATCH v3 2/3] ARM: dts: sun8i: Add Allwinner A83T dtsi

2015-12-19 Thread Hans de Goede
Hi, On 18-12-15 22:41, Maxime Ripard wrote: Hi, On Fri, Dec 18, 2015 at 09:30:50PM +0800, Vishnu Patekar wrote: Allwinner A83T is new octa-core cortex-a7 SOC. This adds the basic dtsi, the clocks differs from earlier sun8i SOCs. Signed-off-by: Vishnu Patekar ---

[linux-sunxi][PATCH v2 0/5] ARM: dt: sunxi: Add Itead Ibox support

2015-12-19 Thread codekipper
From: Marcus Cooper Hi All, this patch series is an extension of the initial patch delivery for the Itead Ibox as found here https://groups.google.com/d/msg/linux-sunxi/GR_co3ObW8s/0BTPQljmAAAJ. There seems to be a few Itead variants out there based on their A10/A20 core

[linux-sunxi][PATCH v2 4/5] ARM: dts: sun4i: Add Itead A10 Core support

2015-12-19 Thread codekipper
From: Marcus Cooper The A10 Itead Core module comes with 4GB NAND and 1GB DDR RAM. All of the I/O interfaces are exposed via 4 groups of 2*30 1mm pitched female headers. Signed-off-by: Marcus Cooper --- arch/arm/boot/dts/sun4i-a10-itead-core.dtsi |

[linux-sunxi][PATCH v2 1/5] ARM: dts: sunxi: Add sunxi-itead-core-common.dtsi

2015-12-19 Thread codekipper
From: Marcus Cooper Itead have a core module board that can be populated with either an Allwinner A10 or A20 SoC. This patch creates a common dtsi which these boards can use. Signed-off-by: Marcus Cooper ---

[linux-sunxi][PATCH v2 2/5] ARM: dts: sun7i: Add Itead A20 Core support

2015-12-19 Thread codekipper
From: Marcus Cooper The A20 Itead Core module comes with 4GB NAND and 1GB DDR RAM. All of the I/O interfaces are exposed via 4 groups of 2*30 1mm pitched female headers. Signed-off-by: Marcus Cooper --- arch/arm/boot/dts/sun7i-a20-itead-core.dtsi |

[linux-sunxi][PATCH v2 5/5] ARM: dts: sun4i: Itead Iteaduino to use common code

2015-12-19 Thread codekipper
From: Marcus Cooper Convert the Itead Iteaduino A10 to use the new common itead core dtsi. Signed-off-by: Marcus Cooper --- .../boot/dts/sun4i-a10-itead-iteaduino-plus.dts| 102 + 1 file changed, 2 insertions(+), 100

[linux-sunxi] Re: [PATCH 1/4] ARM: dts: sun7i: Enable touchscreen on Wexler TAB7200 tablet

2015-12-19 Thread Aleksei Mamlin
2015-12-19 0:25 GMT+03:00 Maxime Ripard : > Hi, > > On Fri, Dec 18, 2015 at 11:51:50AM +0300, Aleksei Mamlin wrote: > > Add a node for the Goodix GT911 touchscreen found on the Wexler TAB7200 > tablet > > > > Signed-off-by: Aleksei Mamlin > >