[linux-sunxi] Re: [PATCH 0/4] sunxi: i2c: Add DM I2C support for A64/H3/H5

2017-04-27 Thread Heiko Schocher
Hello Jagan, Am 27.04.2017 um 00:03 schrieb Jernej Skrabec: This series implements DM I2C support, but allows old I2C to be selected when needed. Patch 1 makes sure that sy8106a driver is compiled only during SPL build. Patch 2 moves i2c_init_board() function to more convenient place for

[linux-sunxi] Re: [U-Boot] [PATCH 4/4] sunxi: Enable DM_I2C for A64/H3/H5

2017-04-27 Thread Heiko Schocher
Hello Jernej, Am 27.04.2017 um 00:03 schrieb Jernej Skrabec: This commits enable DM I2C support for A64/H3/H5 SoCs. It is not enabled globaly for all sunxi SoCs, because some boards use PMICs which are connected through I2C. In order to keep same functionality, PMIC drivers needs to be ported

[linux-sunxi] Re: [U-Boot] [PATCH 2/4] sunxi: Move function for later convenience

2017-04-27 Thread Heiko Schocher
Hello Jernej, Am 27.04.2017 um 00:03 schrieb Jernej Skrabec: This commit only moves i2c_init_board() function almost to the top and doesn't have any functional changes. This is needed for a temporary workaround in next commit when support for DM I2C will be introduced. Signed-off-by: Jernej

[linux-sunxi] Re: [PATCH 3/4] sunxi: i2c: Add support for DM I2C

2017-04-27 Thread Heiko Schocher
Hello Jernej, Am 27.04.2017 um 00:03 schrieb Jernej Skrabec: This commit adds support for DM I2C on sunxi platform. It can coexist with old style sunxi I2C driver, because it is still used in SPL and by some SoCs. Because sunxi platform doesn't yet support DM clk, reset and pinctrl driver,

[linux-sunxi] Re: [U-Boot] [PATCH 1/4] sunxi: power: Compile sy8106a driver only during SPL build

2017-04-27 Thread Heiko Schocher
Hello Jernej, Am 27.04.2017 um 00:03 schrieb Jernej Skrabec: Driver for that regulator is used only in SPL and it uses old I2C interface. If we want to use DM I2C in U-Boot proper, compilation of this driver has to be limited only to SPL. Signed-off-by: Jernej Skrabec

[linux-sunxi] Re: [PATCH v5 01/10] arm64: allwinner: a64: enable RSB on A64

2017-04-27 Thread icenowy
在 2017-04-27 21:28,Maxime Ripard 写道: On Wed, Apr 26, 2017 at 11:20:14PM +0800, Icenowy Zheng wrote: Allwinner A64 have a RSB controller like the one on A23/A33 SoCs. Add it and its pinmux. Signed-off-by: Icenowy Zheng Acked-by: Chen-Yu Tsai --- Changes in v2:

[linux-sunxi] Re: [PATCH v5 01/10] arm64: allwinner: a64: enable RSB on A64

2017-04-27 Thread Maxime Ripard
On Wed, Apr 26, 2017 at 11:20:14PM +0800, Icenowy Zheng wrote: > Allwinner A64 have a RSB controller like the one on A23/A33 SoCs. > > Add it and its pinmux. > > Signed-off-by: Icenowy Zheng > Acked-by: Chen-Yu Tsai > --- > Changes in v2: > - Removed bonus

[linux-sunxi] help regarding lichee linux audio not working

2017-04-27 Thread Eyad Majali
Hi, i have a23 Q8 tablet and compiled lichee linux for , everything works fine except the audio codec, when trying to play audio using mplayer , it stops , speaker test plays nothing as well , when i opened pavucontrol I can see the input microphone levels working correctly. there's no sounf

[linux-sunxi] Re: [PATCH v3 0/6] sunxi: video: Add support for HDMI output on A64/H3/H5

2017-04-27 Thread Jernej Škrabec
Hi Maxime, Dne ponedeljek, 24. april 2017 ob 09:19:40 CEST je Maxime Ripard napisal(a): > Hi Jernej, > > On Fri, Apr 21, 2017 at 07:24:12PM +0200, Jernej Škrabec wrote: > > Dne petek, 21. april 2017 ob 09:04:13 CEST je Maxime Ripard napisal(a): > > > Hi Jernej, > > > > > > On Mon, Mar 27, 2017

[linux-sunxi] Re: [PATCH 0/4] sunxi: i2c: Add DM I2C support for A64/H3/H5

2017-04-27 Thread Maxime Ripard
Hi, On Thu, Apr 27, 2017 at 12:03:33AM +0200, Jernej Skrabec wrote: > This series implements DM I2C support, but allows old I2C to be selected > when needed. > > Patch 1 makes sure that sy8106a driver is compiled only during SPL build. > > Patch 2 moves i2c_init_board() function to more

Re: [linux-sunxi] Re: [PATCH v5 02/11] clk: sunxi-ng: add support for DE2 CCU

2017-04-27 Thread Maxime Ripard
On Mon, Apr 24, 2017 at 06:26:51PM +0800, icen...@aosc.io wrote: > 在 2017-04-24 16:51,Maxime Ripard 写道: > > Hi, > > > > On Sun, Apr 23, 2017 at 06:37:45PM +0800, Icenowy Zheng wrote: > > > +static const struct of_device_id sunxi_de2_clk_ids[] = { > > > + { > > > + .compatible =

[linux-sunxi] Re: [PATCH 00/12] Big work on sunxi DW DRAM controllers and some new DDR type support

2017-04-27 Thread Maxime Ripard
Hi, On Wed, Apr 26, 2017 at 10:49:55PM +0800, Icenowy Zheng wrote: > This patchset contains several works on the sunxi DesignWare DRAM > controllers. > > The 1st patch made an option for H3-like DRAM controllers > (DesignWare ones), which can ease further import of alike controllers. > > The