Re: [linux-sunxi] [PATCH v2] spi: dts: sun4i: Add support for inter-word wait cycles using the SPI Wait Clock Register

2015-12-12 Thread Priit Laes
On Fri, 2015-12-11 at 23:45 +0100, Marcus Weseloh wrote: [...] > > diff --git a/Documentation/devicetree/bindings/spi/spi-sun4i.txt > b/Documentation/devicetree/bindings/spi/spi-sun4i.txt > index de827f5..d6c55fc 100644 > --- a/Documentation/devicetree/bindings/spi/spi-sun4i.txt > +++

Re: [PATCH 2/2] input: gt801_2plus1 - Add initial support for Goodix GT801 2+1

2015-12-07 Thread Priit Laes
gt; > > > [auto build test WARNING on mripard/sunxi/for-next] > > [also build test WARNING on next-20151203] > > [cannot apply to input/next v4.4-rc4] > > > > url:    https://github.com/0day-ci/linux/commits/Priit-Laes/input-D > river-for-Goodix-GT801-2-1-touchsc

[PATCH 2/2] input: gt801_2plus1 - Add initial support for Goodix GT801 2+1

2015-12-06 Thread Priit Laes
This patch adds Goodix GT801 2+1 touchscreen controller support. GT801 2+1 is a 10-finger touch controller consisting of ARM controller interfacing two GT801 5-finger controllers. Signed-off-by: Priit Laes <pl...@plaes.org> --- .../bindings/input/touchscreen/gt801_2plus1.txt

[PATCH 0/2] input: Driver for Goodix GT801 2+1 touchscreen

2015-12-06 Thread Priit Laes
. Patch 1 (Gemei G9 devicetree bits) should go via linux-sunxi tree. Patch 2 (GT801 2+1 driver implementation) via linux-input Priit Laes (2): ARM: dts: sun4i: gemei-g9: Add touchscreen (Goodix gt801x2) support input: gt801_2plus1 - Add initial support for Goodix GT801 2+1 .../bindings/input

[PATCH 1/2] ARM: dts: sun4i: gemei-g9: Add touchscreen (Goodix gt801x2) support

2015-12-06 Thread Priit Laes
Goodix GT801 2+1 is a touchscreen controller supporting up to 10 touches. Enable pin and wakeup pin support is currently not implemented: - enable pin (PI16, specified in FEX) seems to be wrong - wakeup pin needs some additional reverse engineering work Signed-off-by: Priit Laes <

Re: [linux-sunxi] [PATCH v3 2/2] phy-sun4i-usb: Add support for the host usb-phys found on the H3 SoC

2015-12-01 Thread Priit Laes
On Wed, 2015-11-25 at 17:50 +0100, Hans de Goede wrote: > From: Reinder de Haan > > Note this commit only adds support for phys 1-3, phy 0, the otg phy, > is > not yet (fully) supported after this commit. > > Signed-off-by: Reinder de Haan >

Re: [linux-sunxi] [PATCH v2 2/5] clk: sunxi: Add driver for the H3 THS clock

2015-11-23 Thread Priit Laes
On Mon, 2015-11-23 at 09:02 +0100, Josef Gajdusek wrote: > This patch adds a driver for the THS clock which is present on the > Allwinner H3. > > Signed-off-by: Josef Gajdusek > --- >  Documentation/devicetree/bindings/clock/sunxi.txt |  1 + >  drivers/clk/sunxi/Makefile   

Re: [linux-sunxi] [PATCH 2/5] phy-sun4i-usb: Add support for the host usb-phys found on the H3 SoC

2015-11-20 Thread Priit Laes
On Sun, 2015-11-15 at 20:46 +0100, Hans de Goede wrote: > From: Reinder de Haan > > Note this commit only adds support for phys 1-3, phy 0, the otg phy, > is > not yet (fully) supported after this commit. This patch seems to be causing following compile warning: In file

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

2015-09-07 Thread Priit Laes
On Mon, 2015-09-07 at 10:49 +0200, Hans de Goede wrote: > Hi, > > On 07-09-15 09:49, Priit Laes wrote: > > On Mon, 2015-09-07 at 09:05 +0200, Hans de Goede wrote: > > > Hi, > > > > > > On 06-09-15 18:30, Maxime Ripard wrote: > > > > On Sat,

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

2015-09-07 Thread Priit Laes
On Mon, 2015-09-07 at 09:05 +0200, Hans de Goede wrote: > Hi, > > On 06-09-15 18:30, Maxime Ripard wrote: > > On Sat, Sep 05, 2015 at 10:21:59AM +0200, Hans de Goede wrote: > > > The Point of View protab2-ips9 is a tablet with a 9" ips 1024x768 > > > lcd screen, > > > microsd slot, headphones,

Re: [linux-sunxi] [PATCH 0/8] mfd/power/phy: Add support for otg vbus detection via axp pmic

2015-06-10 Thread Priit Laes
On Tue, 2015-06-09 at 23:37 +0200, Hans de Goede wrote: Hi All, Here is a series which adds the beginning of power-supply support to the axp20x pmic code. My primary reason for working on this is to enable the use of the usb power-supply bits in the pmic to for vbus detection on boards

[PATCH v2] ARM: dts: sun4i: Add initial dts for Gemei G9 tablet

2015-01-26 Thread Priit Laes
MicroUSB host port and 3.5mm headphone jack. Changes since v1: * Added sun4i-lradc keymap * Added TODO note about missing pins * Fixed formatting issues and removed external URLs Signed-off-by: Priit Laes pl...@plaes.org --- arch/arm/boot/dts/Makefile | 6 +- arch/arm/boot/dts

[PATCH v3] ARM: dts: sun4i: Add initial dts for Gemei G9 tablet

2015-01-26 Thread Priit Laes
MicroUSB host port and 3.5mm headphone jack. Changes since v2: * Fix syntax error (brown paper bag release) Changes since v1: * Added sun4i-lradc keymap * Added TODO note about missing IRQ pins for bma250 * Fixed formatting issues and removed external URLs Signed-off-by: Priit Laes pl

Re: [PATCH] ARM: dts: sun4i: Add initial dts for Gemei G9 tablet

2015-01-24 Thread Priit Laes
On Sat, 2015-01-24 at 15:39 +0100, Maxime Ripard wrote: Hi, On Fri, Jan 23, 2015 at 11:59:35PM +0200, Priit Laes wrote: On Fri, 2015-01-23 at 22:22 +0100, Maxime Ripard wrote: On Fri, Jan 23, 2015 at 10:36:49PM +0200, Priit Laes wrote: Gemei G9 is an A10 based tablet, with 1G RAM

[PATCH] ARM: dts: sun4i: Add initial dts for Gemei G9 tablet

2015-01-23 Thread Priit Laes
MicroUSB host port and 3.5mm headphone jack. More details are available at: http://linux-sunxi.org/Gemei_G9 Signed-off-by: Priit Laes pl...@plaes.org --- arch/arm/boot/dts/Makefile | 6 +- arch/arm/boot/dts/sun4i-a10-gemei-g9.dts | 138 +++ 2 files

Re: [PATCH] ARM: dts: sun4i: Add initial dts for Gemei G9 tablet

2015-01-23 Thread Priit Laes
On Fri, 2015-01-23 at 22:22 +0100, Maxime Ripard wrote: On Fri, Jan 23, 2015 at 10:36:49PM +0200, Priit Laes wrote: Gemei G9 is an A10 based tablet, with 1G RAM, 16G NAND, 1024x768 IPS LCD display, stereo speakers, 1.3MP front camera and 5 MP rear camera, 8000mAh battery, GT901 2+1

Re: [linux-sunxi] Re: [PATCH v2 3/7] mfd: add support for sun6i PRCM (Power/Reset/Clock Management) unit

2014-05-08 Thread Priit Laes
/mfd/core.h I'm pretty sure you don't need half of these. Please only add the ones you make use of. Sure (this is what happens when you copy/paste from another driver :-)) Also, alphabetic order would be nice. Päikest, Priit Laes :) -- To unsubscribe from this list: send the line

Re: [linux-sunxi] [PATCH v5 0/3] ARM: sunxi: Add support for consumer infrared devices

2014-05-01 Thread Priit Laes
Ühel kenal päeval, K, 30.04.2014 kell 21:16, kirjutas Alexander Bersenev: This patch introduces Consumer IR(CIR) support for sunxi boards. This is based on Alexsey Shestacov's work based on the original driver supplied by Allwinner. Signed-off-by: Alexander Bersenev b...@hackerdom.ru

Re: [linux-sunxi] [PATCH v6 4/8] ARM: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCs

2014-02-16 Thread Priit Laes
Ühel kenal päeval, P, 16.02.2014 kell 06:11, kirjutas David Lanzendörfer: This is based on the driver Allwinner ships in their Android kernel sources. [...] +++ b/drivers/mmc/host/sunxi-mmc.c @@ -0,0 +1,876 @@ +/* + * Driver for sunxi SD/MMC host controllers + * (C) Copyright 2014-2015