[linux-sunxi] Re: A20‑OLinuXino‑MICRO + A13‑LCD10TS: display sometimes distorted after soft reset

2015-10-17 Thread Ian Campbell
On Thu, 2015-10-15 at 10:10 +0200, Jens Thiele wrote: > Hi, > > my display is sometimes distorted after a soft reset. > (color components somehow shifted/mixed up?) > > tested with kernel up to > $ uname -a > Linux green 4.2.0-1-armmp-lpae #1 SMP Debian 4.2.1-2 (2015-09-27) > armv7l GNU/Linux >

[linux-sunxi] Re: A20‑OLinuXino‑MICRO + A13‑LCD10TS: display sometimes distorted after soft reset

2015-10-17 Thread Jens Thiele
Ian Campbell writes: > On Thu, 2015-10-15 at 10:10 +0200, Jens Thiele wrote: >> Hi, >> >> my display is sometimes distorted after a soft reset. >> (color components somehow shifted/mixed up?) >> >> tested with kernel up to >> $ uname -a >> Linux green 4.2.0-1-armmp-lpae #1 SMP Debian 4.2.1-2 (

Re: [linux-sunxi] Q88 tablet with broken screen

2015-10-17 Thread Benjamin Henrion
On Fri, Oct 16, 2015 at 8:52 AM, Hans de Goede wrote: > Hi, > > On 15-10-15 16:58, Benjamin Henrion wrote: >> >> Hi, >> >> I got Q88 tablet with a broken screen from the flea market for 4EUR. >> >> Soldered the pins on the back for the serial port, got the console >> working by powering the devic

Re: [linux-sunxi] Q88 tablet with broken screen

2015-10-17 Thread Hans de Goede
Hi, On 17-10-15 15:13, Benjamin Henrion wrote: On Fri, Oct 16, 2015 at 8:52 AM, Hans de Goede wrote: Hi, On 15-10-15 16:58, Benjamin Henrion wrote: Hi, I got Q88 tablet with a broken screen from the flea market for 4EUR. Soldered the pins on the back for the serial port, got the console

[linux-sunxi] Re: A20‑OLinuXino‑MICRO + A13‑LCD10TS: display sometimes distorted after soft reset

2015-10-17 Thread Jens Thiele
Jens Thiele writes: > will try to build a version based on unstable (2015.10~rc4+dfsg1-1) and > report back just saw there is already a newer version in testing and built a slightly modified lcd+simplefb supporting version based on that one: $ dpkg --status u-boot-sunxi|grep ^Version Version: 20

Re: [linux-sunxi] [PATCH sunxi-tools 2/3] Makefile: Split out target tools rules

2015-10-17 Thread Ian Campbell
On Fri, 2015-10-16 at 16:08 +0200, Hans de Goede wrote: > On 16-10-15 15:30, Ian Campbell wrote: > > On Fri, 2015-10-16 at 11:28 +0300, Siarhei Siamashka wrote: > >> On Wed, 14 Oct 2015 21:10:07 +0100 > >> Ian Campbell wrote: > >> > >>> Target tools are those which are only useful on a target sunx

[linux-sunxi] [PATCH v3] ARM: dts: sun6i: Add support for Sinlinx A31s SDK board

2015-10-17 Thread Chen-Yu Tsai
The Sinlinx A31s SDK is a A31s based module/baseboard development kit. The core module has the SoC, PMIC, DRAM, eMMC and supporting components. There are also pads for UART0, JTAG and I2S. The baseboard has 100 Mbps Ethernet, 5x USB 2.0 host ports via a USB 2.0 hub chip, MMC, HDMI, SPDIF, CIR, au

[linux-sunxi] Re: [PATCH 3/3] ARM: dts: sun6i: Add a dts file for the Sinovoip BPI-M2 board

2015-10-17 Thread Maxime Ripard
On Thu, Oct 15, 2015 at 04:28:47PM +0200, Hans de Goede wrote: > The Sinovoip BPI-M2 is a SBC board based on the A31s SoC it features > 1G RAM, a microsd slot, Gbit ethernet, 4 usb-a USB-2 ports, ir receiver, > stereo headphone jack and hdmi video output. > > Signed-off-by: Hans de Goede Applied

[linux-sunxi] [PATCH v6 0/2] ARM: sunxi: Add Reduced Serial Bus (RSB) controller support

2015-10-17 Thread Chen-Yu Tsai
Hi everyone, This is v6 of the Allwinner Reduced Serial Bus driver. This version puts the driver under drivers/bus instead of drivers/soc/sunxi. There are no changes to the binding or the driver itself. The series is based on v4.3-rc1. Changes since v5: .../bindings/{soc/sunxi/rsb.txt => bus/s

[linux-sunxi] [PATCH v6 2/2] bus: sunxi-rsb: Add driver for Allwinner Reduced Serial Bus

2015-10-17 Thread Chen-Yu Tsai
Reduced Serial Bus (RSB) is an Allwinner proprietery interface used to communicate with PMICs and other peripheral ICs. RSB is a two-wire push-pull serial bus that supports 1 master device and up to 15 active slave devices. Signed-off-by: Chen-Yu Tsai Reviewed-by: Mark Brown Signed-off-by: Maxi

[linux-sunxi] [PATCH v6 1/2] bus: sunxi-rsb: Add Allwinner Reduced Serial Bus (RSB) controller bindings

2015-10-17 Thread Chen-Yu Tsai
Reduced Serial Bus is a proprietary 2-line push-pull serial bus supporting multiple slave devices. It was developed by Allwinner, Inc. and used by Allwinner and X-Powers, Inc. for their line of PMICs and other peripheral ICs. Recent Allwinner SoCs, starting with the A23, have an RSB controller. Th

Re: [linux-sunxi] Kernel config for OTG on the A20?

2015-10-17 Thread Adam Sampson
Hi Siarhei, On Wed, Oct 14, 2015 at 12:03:49PM +0300, Siarhei Siamashka wrote: > This is what I used for testing USB OTG on pcDuino2: ... > The important parts were the CONFIG_MUSB_PIO_ONLY=y option (without > it enabled, I had DMA related errors in the kernel log) and the old > 'sunxi: initialize

[linux-sunxi] [PATCH] ARM: dts: sun7i: Enable USB DRC on pcDuino v3 Nano

2015-10-17 Thread Adam Sampson
The OTG arrangement on the LinkSprite pcDuino v3 Nano is the same as the pcDuino 1/2/3: the OTG port's 5V line is connected directly to the 5V bus (it's not switchable), and the OTG port's ID pin is connected to PH4 on the A20. Tested successfully in both host and device modes. Signed-off-by: Ada