[linux-sunxi] Re: [PATCH v2 6/9] drm/panel: Add Netron DY E231732

2016-09-09 Thread Maxime Ripard
On Wed, Sep 07, 2016 at 12:01:56AM +0800, Chen-Yu Tsai wrote: > Hi, > > On Tue, Sep 6, 2016 at 10:46 PM, Maxime Ripard > wrote: > > The E231732 is a 7" panel with a resolution of 800x480. > > From what I could make out of an archived version of Netron's website

[linux-sunxi] sun4i SPI 9 bits per word

2016-09-09 Thread Danny Milosavljevic
Hi, is it possible to use 9 bits per word on Allwinner A20? (i.e. 9 clock pulses). -- 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

Re: [linux-sunxi] [PATCH v2] ASoC: sun4i-codec: Distinguish sun4i from sun7i

2016-09-09 Thread Chen-Yu Tsai
Hi, On Fri, Sep 9, 2016 at 3:57 AM, Danny Milosavljevic wrote: > Introduce mechanism to detect sun7i and provide a different regmap > and different controls for it - different compared to sun4i Allwinner A10. > > The controls will be extended in a forthcoming patch - it

[linux-sunxi] Re: Some problem about develop the audio codec driver for A64

2016-09-09 Thread Chen-Yu Tsai
Hi, On Fri, Sep 9, 2016 at 11:28 PM, Hao Zhang wrote: > hello, > I want to pick up some tasks list in this web page > (http://linux-sunxi.org/Linux_mainlining_effort)which is base on A64 > and i has some problem on it. if i develop the audio codec driver for > A64, which

[linux-sunxi] Some problem about develop the audio codec driver for A64

2016-09-09 Thread Hao Zhang
hello, I want to pick up some tasks list in this web page (http://linux-sunxi.org/Linux_mainlining_effort)which is base on A64 and i has some problem on it. if i develop the audio codec driver for A64, which respository should i use ? I test the function on my pine64 board(about pine64 :

Re: [linux-sunxi] Re: Some problem about develop the audio codec driver for A64

2016-09-09 Thread jonsm...@gmail.com
On Fri, Sep 9, 2016 at 11:36 AM, Chen-Yu Tsai wrote: > Hi, > > On Fri, Sep 9, 2016 at 11:28 PM, Hao Zhang wrote: >> hello, >> I want to pick up some tasks list in this web page >> (http://linux-sunxi.org/Linux_mainlining_effort)which is base on A64 >> and i

[linux-sunxi] Re: [RFC] misc: Add Allwinner Q8 tablet hardware manager

2016-09-09 Thread Pantelis Antoniou
Hi Hans, > On Sep 1, 2016, at 22:08 , Hans de Goede wrote: > > Allwinnner A13 / A23 / A33 based Q8 tablets are popular cheap 7" tablets > of which a new batch is produced every few weeks. Each batch uses a > different mix of touchscreen, accelerometer and wifi peripherals.

Re: [linux-sunxi] Re: Some problem about develop the audio codec driver for A64

2016-09-09 Thread Maxime Ripard
On Fri, Sep 09, 2016 at 12:12:52PM -0400, jonsm...@gmail.com wrote: > On Fri, Sep 9, 2016 at 11:36 AM, Chen-Yu Tsai wrote: > > Hi, > > > > On Fri, Sep 9, 2016 at 11:28 PM, Hao Zhang wrote: > >> hello, > >> I want to pick up some tasks list in this web page >

[linux-sunxi] [PATCH v2 3/4] arm64: dts: add Allwinner A64 SoC .dtsi

2016-09-09 Thread Maxime Ripard
From: Andre Przywara The Allwinner A64 SoC is a low-cost chip with 4 ARM Cortex-A53 cores and the typical tablet / TV box peripherals. The SoC is based on the (32-bit) Allwinner H3 chip, sharing most of the peripherals and the memory map. Although the cores are proper

[linux-sunxi] [PATCH v2 2/4] Documentation: devicetree: add vendor prefix for Pine64

2016-09-09 Thread Maxime Ripard
From: Andre Przywara Signed-off-by: Andre Przywara Acked-by: Rob Herring [Maxime: Change title prefix to match the usual style] Signed-off-by: Maxime Ripard ---

[linux-sunxi] [PATCH v2 4/4] arm64: dts: add Pine64 support

2016-09-09 Thread Maxime Ripard
From: Andre Przywara The Pine64 is a cost-efficient development board based on the Allwinner A64 SoC. There are three models: the basic version with Fast Ethernet and 512 MB of DRAM (Pine64) and two Pine64+ versions, which both feature Gigabit Ethernet and additional

[linux-sunxi] [PATCH v2 0/4] arm64: Allwinner A64 support based on sunxi-ng

2016-09-09 Thread Maxime Ripard
Hi, As it was in the first iteration, this is the A64 support based on the new sunxi-ng clock framework. The support for it is quite minimal at the moment, but it should be fairly easy to add new devices, as most of the design is shared with older SoCs. Let me know what you think, Maxime

[linux-sunxi] Re: [RFC] misc: Add Allwinner Q8 tablet hardware manager

2016-09-09 Thread Rob Herring
On Thu, Sep 1, 2016 at 2:08 PM, Hans de Goede wrote: > Allwinnner A13 / A23 / A33 based Q8 tablets are popular cheap 7" tablets > of which a new batch is produced every few weeks. Each batch uses a > different mix of touchscreen, accelerometer and wifi peripherals. > > Given

[linux-sunxi] [PATCH v2 1/4] clk: sunxi-ng: Add A64 clocks

2016-09-09 Thread Maxime Ripard
Add the A64 CCU clocks set. Acked-by: Rob Herring Signed-off-by: Maxime Ripard --- .../devicetree/bindings/clock/sunxi-ccu.txt| 1 + drivers/clk/sunxi-ng/Kconfig | 11 + drivers/clk/sunxi-ng/Makefile

[linux-sunxi] Re: [RFC 0/1] misc: Add Allwinner Q8 tablet hardware manager

2016-09-09 Thread Rob Herring
On Thu, Sep 1, 2016 at 2:08 PM, Hans de Goede wrote: > Hi All, > > Here is a first RFC for the q8 tablet hw-manager I've been talking > about for a while now. > > The touchscreen part is finished, I'll start working on the > accelerometer bits next. This at least partially

[linux-sunxi] Re: [PATCH v2 2/4] Documentation: devicetree: add vendor prefix for Pine64

2016-09-09 Thread Chen-Yu Tsai
On Sat, Sep 10, 2016 at 4:10 AM, Maxime Ripard wrote: > From: Andre Przywara > > Signed-off-by: Andre Przywara > Acked-by: Rob Herring > [Maxime: Change title prefix to match the usual style] >

[linux-sunxi] Re: [PATCH v2 3/4] arm64: dts: add Allwinner A64 SoC .dtsi

2016-09-09 Thread Chen-Yu Tsai
On Sat, Sep 10, 2016 at 4:10 AM, Maxime Ripard wrote: > From: Andre Przywara > > The Allwinner A64 SoC is a low-cost chip with 4 ARM Cortex-A53 cores > and the typical tablet / TV box peripherals. > The SoC is based on the (32-bit)

[linux-sunxi] Re: [PATCH v2 4/4] arm64: dts: add Pine64 support

2016-09-09 Thread Chen-Yu Tsai
Hi, On Sat, Sep 10, 2016 at 4:10 AM, Maxime Ripard wrote: > From: Andre Przywara > > The Pine64 is a cost-efficient development board based on the > Allwinner A64 SoC. > There are three models: the basic version with Fast Ethernet and >

[linux-sunxi] Re: [PATCH v2 1/4] clk: sunxi-ng: Add A64 clocks

2016-09-09 Thread Chen-Yu Tsai
On Sat, Sep 10, 2016 at 4:10 AM, Maxime Ripard wrote: > Add the A64 CCU clocks set. > > Acked-by: Rob Herring > Signed-off-by: Maxime Ripard > --- > .../devicetree/bindings/clock/sunxi-ccu.txt| 1 + >