[linux-sunxi] Re: [PATCH v3 04/19] clk: sunxi: Add TCON channel1 clock

2016-04-15 Thread Stephen Boyd
On 03/23, Maxime Ripard wrote: > The TCON is a controller generating the timings to output videos signals, > acting like both a CRTC and an encoder. > > It has two channels depending on the output, each channel being driven by > its own clock (and own clock controller). > > Add a driver for the

[linux-sunxi] Re: [PATCH v3 03/19] clk: sunxi: Add PLL3 clock

2016-04-15 Thread Stephen Boyd
On 03/23, Maxime Ripard wrote: > The A10 SoCs and relatives have a PLL controller to drive the PLL3 and > PLL7, clocked from a 3MHz oscillator, that drives the display related > clocks (GPU, display engine, TCON, etc.) > > Add a driver for it. > > Acked-by: Rob Herring >

[linux-sunxi] Re: [PATCH v3 02/19] clk: sunxi: Add display and TCON0 clocks driver

2016-04-15 Thread Stephen Boyd
On 03/23, Maxime Ripard wrote: > diff --git a/drivers/clk/sunxi/clk-sun4i-display.c > b/drivers/clk/sunxi/clk-sun4i-display.c > new file mode 100644 > index ..af7d1faebdec > --- /dev/null > +++ b/drivers/clk/sunxi/clk-sun4i-display.c > @@ -0,0 +1,262 @@ > +#include > +#include >

[linux-sunxi] Re: [PATCH v3 05/19] dt-bindings: clk: sun5i: add DRAM gates compatible

2016-04-15 Thread Stephen Boyd
On 03/23, Maxime Ripard wrote: > The Allwinner SoCs have a gate controller to gate the access to the DRAM > clock to the some devices that need to access the DRAM directly (mostly > display / image related IPs). > > Use a simple gates driver to support the one found in the A13 / R8 SoCs. > >

[linux-sunxi] Re: [PATCH v3 01/19] clk: composite: Add unregister function

2016-04-15 Thread Stephen Boyd
On 03/23, Maxime Ripard wrote: > The composite clock didn't have any unregistration function, which forced > us to use clk_unregister directly on it. > > While it was already not great from an API point of view, it also meant > that we were leaking the clk_composite structure allocated in >

[linux-sunxi] [PATCH v1 1/1] add missing UARTs pins for AllWinner H3 DTS + add new I2C entries for AllWinner H3 DTS

2016-04-15 Thread Martin Ayotte
Hi everyone, This patch is submit to provide endusers access to additional UARTs on AllWinner H3 SoC along with I2C ports. Regards, Martin. --- arch/arm/boot/dts/sun8i-h3-orangepi-2.dts | 36 ++ arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts | 36 ++

[linux-sunxi] [PATCH v1 1/1] add missing UARTs pins for AllWinner H3 DTS + add new I2C entries for AllWinner H3 DTS

2016-04-15 Thread Martin Ayotte
Hi everyone, This patch is submit to provide endusers access to additional UARTs on AllWinner H3 SoC along with I2C ports. Regards, Martin. --- arch/arm/boot/dts/sun8i-h3-orangepi-2.dts | 36 ++ arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts | 36 ++

[linux-sunxi] [PATCH v1 1/1] add missing UARTs pins for AllWinner H3 DTS + add new I2C entries for AllWinner H3 DTS

2016-04-15 Thread Martin Ayotte
Hi everyone, This patch is submit to provide endusers access to additional UARTs on AllWinner H3 SoC along with I2C ports. Regards, Martin. --- arch/arm/boot/dts/sun8i-h3-orangepi-2.dts | 36 ++ arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts | 36 ++

[linux-sunxi] [PATCH sunxi-tools 1/5] Add Travis CI configuration file

2016-04-15 Thread Bernhard Nortmann
Signed-off-by: Bernhard Nortmann --- .travis.yml | 26 ++ 1 file changed, 26 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000..d276863 --- /dev/null +++ b/.travis.yml @@ -0,0

[linux-sunxi] [PATCH sunxi-tools 4/5] Have portable_endian.h properly expose all functions

2016-04-15 Thread Bernhard Nortmann
For Linux, this requires additional #defines, see https://gist.github.com/panzi/6856583#gistcomment-1656524 Placing those #defines into portable_endian.h would mean we depend on the specific order of #includes (whatever pulls in endian.h first, including other system includes). Avoid this by

[linux-sunxi] [PATCH sunxi-tools 3/5] Replace endian_compat.h with portable_endian.h

2016-04-15 Thread Bernhard Nortmann
Our previous include file only supplied a very limited set of wrapper redefinitions for platforms that define __APPLE__ (i.e. Mac OS). In particular, some needed big endian conversions were missing, causing "symbol(s) not found" errors when linking. Instead of patching the existing file, let's do

[linux-sunxi] [PATCH sunxi-tools 0/5] Add continuous integration support (Travis CI), fix Mac OS X build

2016-04-15 Thread Bernhard Nortmann
This enables support for build testing on Travis CI, checking Linux and Mac OS X platforms. To obtain an initial successful build, a number of adjustments and fixes is required. The series strives to provide a mimimal set of patches to achieve this goal. Patch 1/5 provides the Travis CI

[linux-sunxi] [PATCH sunxi-tools 5/5] nand-part: Avoid Linux-only ioctl() on other platforms

2016-04-15 Thread Bernhard Nortmann
The nand-part.c code tries to re-read the partition tables by issuing an ioctl(fd, BLKRRPART, NULL). This isn't available on non-Linux platforms, e.g. Mac OS X. Add preprocessor conditionals to prevent this from breaking the build. Signed-off-by: Bernhard Nortmann ---

[linux-sunxi] Re: [PATCH v3 11/19] drm/panel: simple: Add timings for the Olimex LCD-OLinuXino-4.3TS

2016-04-15 Thread Thierry Reding
On Wed, Mar 23, 2016 at 05:38:34PM +0100, Maxime Ripard wrote: > Add support for the Olimex LCD-OLinuXino-4.3TS panel to the DRM simple > panel driver. > > It is a 480x272 panel connected through a 24-bits RGB interface. > > Signed-off-by: Maxime Ripard >

[linux-sunxi] Re: Xen on Cubietruck - Cannot set up a disk/partition

2016-04-15 Thread lists . nick . betteridge
On Friday, April 15, 2016 at 3:24:05 AM UTC+1, cristianomatte wrote: > Hi everyone! > > I have a Cubietruck and set up the Linux Kernel with the Xen hypervisor, > entirely built on a SD Card (8GB). The mounted system is composed by: > Bootloader: Uboot 2015.01 Mainline. > Hypervisor: Xen 4.4.0.

[linux-sunxi] [PATCH v3 1/2] mtd: nand: sunxi: add support for DMA assisted operations

2016-04-15 Thread Boris Brezillon
The sunxi NAND controller is able to pipeline ECC operations only when operated in DMA mode, which improves a lot NAND throughput while keeping CPU usage low. Signed-off-by: Boris Brezillon --- Changes since v2: - completely drop the generic approach base on

[linux-sunxi] [PATCH v3 2/2] mtd: nand: sunxi: update DT bindings

2016-04-15 Thread Boris Brezillon
Document dmas and dma-names properties. Signed-off-by: Boris Brezillon Acked-by: Rob Herring --- Documentation/devicetree/bindings/mtd/sunxi-nand.txt | 4 1 file changed, 4 insertions(+) diff --git

[linux-sunxi] i need a firmware for device HDB MID S906 help plz

2016-04-15 Thread dr . kha . sb55
Hello i have a HDB MID S906 tablet like the one in this topic http://linux-sunxi.org/HDB_MID_S906#Identification and i need a firmware for it and i've searched the whole internet and couldn't find one and i was hoping if you could send me a firmware for it and i'll be very thanks full for you

Re: [linux-sunxi] Re: Status porting Tablet Colorfly e708 Q1 - Kernel 4.6.0-RC2

2016-04-15 Thread Juan Carlos Barrientos
Hello Hans!! The first thing I must say thank you for your work. I saw your patch and modified it (sun6i-a31s-colorfly-e708-q1.dts) in order to use it witch my touchscreen goodix gt911 ... In my case this tablet was originally a small gift (i bought it over 3 years) but honestly i do not use

Re: [linux-sunxi] Re: Status porting Tablet Colorfly e708 Q1 - Kernel 4.6.0-RC2

2016-04-15 Thread Hans de Goede
Hi, Mini self-intro: u-boot sunxi maintainer and person who created the initial colorfly u-boot defconfig and dts :) On 14-04-16 12:53, Juan Carlos Barrientos wrote: Thanks!! i would like to run accelerometer stk8313 and sound, is any kernel module ? I have do a web page fot colorfly e708. I

[linux-sunxi] Re: [PATCH v5 07/24] regulator: pwm: use pwm_get_args() where appropriate

2016-04-15 Thread Mark Brown
On Thu, Apr 14, 2016 at 09:17:27PM +0200, Boris Brezillon wrote: > The PWM framework has clarified the concept of reference PWM config > (the platform dependent config retrieved from the DT or the PWM > lookup table) and real PWM state. Acked-by: Mark Brown -- You received