Re: [linux-sunxi] Re: [PATCH 4/9] spi: sun4i: add DMA support

2016-05-16 Thread Michal Suchanek
On 20 August 2015 at 16:56, Maxime Ripard wrote: >> + /* Enable Dedicated DMA requests */ >> + reg = sun4i_spi_read(sspi, SUN4I_CTL_REG); >> + reg |= SUN4I_CTL_DMAMC_DEDICATED; >> + sun4i_spi_write(sspi, SUN4I_CTL_REG, reg); >> + sun4i_s

[linux-sunxi] Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع

2016-05-16 Thread Kasem A
*موقع اليوتيوب الذي عرض فيديوهات جلسة استماع الكونجرس الأمريكي * * لمتابعة نشاطات غسل الأموال ونشاطات* *السعودي معن عبدالواحد الصانع* *مالك مستشفى وشركة سعد ومدارس سعد بالمنطقة الشرقية ورئيس مجلس ادارة بنك اوال البحريني* *وتعليق محطة سي ان بي سي التلفزيونية* *مترجم باللغة العربية*

[linux-sunxi] Re: [PATCH v2 2/2] musb: sunxi: Set state to A_WAIT_VRISE when enabling Vbus

2016-05-16 Thread Bin Liu
On Sat, May 14, 2016 at 02:45:05PM +0200, Hans de Goede wrote: > When the board is powering attached usb devices via the otg port > sometimes / on some devices it takes slightly too long for the Vbus > detection code in phy-sun4i-usb.c to signal that Vbus is high after > enabling Vbus and the musb

[linux-sunxi] Re: [PATCH v2 1/2] musb: sunxi: Add set_mode platform function

2016-05-16 Thread Bin Liu
On Sat, May 14, 2016 at 02:45:04PM +0200, Hans de Goede wrote: > Move the mode handling to the platform_set_mode callback. > > Signed-off-by: Hans de Goede Signed-off-by: Bin Liu Regards, -Bin. -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group.

[linux-sunxi] Re: [PATCH] regulator: axp20x: Add support for the (external) drivebus regulator

2016-05-16 Thread Chen-Yu Tsai
Hi, On Sun, May 15, 2016 at 1:55 AM, Hans de Goede wrote: > The axp20x pmics have 2 power inputs, one called ACIN which is intended > for to be supplied via a powerbarrel on the board and one called VBUS > which is intended to be supplied via an otg connector. > > In the VBUS case the pmic needs

[linux-sunxi] Re: [PATCH] regulator: axp20x: Add support for the (external) drivebus regulator

2016-05-16 Thread Rob Herring
On Sat, May 14, 2016 at 07:55:45PM +0200, Hans de Goede wrote: > The axp20x pmics have 2 power inputs, one called ACIN which is intended > for to be supplied via a powerbarrel on the board and one called VBUS > which is intended to be supplied via an otg connector. > > In the VBUS case the pmic ne

[linux-sunxi] Re: [PATCH 1/1] devicetree: sunxi: Add OLinuXino Lime2 eMMC to the Makefile

2016-05-16 Thread Maxime Ripard
On Fri, May 13, 2016 at 09:57:16PM +0200, Olliver Schinagl wrote: > commit 27dd9af6bc000ab21fd ("ARM: dts: sunxi: Add a olinuxino-lime2-emmc") > added the new emmc equipped lime2 but forgot its Makefile. > > This patch adds an entry to the Makefile. > > Signed-off-by: Olliver Schinagl Having th

[linux-sunxi] Re: [U-Boot] Porting Linux's MTD/NAND changes into U-Boot

2016-05-16 Thread Boris Brezillon
Hi Scott, On Tue, 03 May 2016 00:06:45 -0500 Scott Wood wrote: > On Mon, 2016-04-25 at 22:53 +0200, Boris Brezillon wrote: > > On Mon, 25 Apr 2016 13:36:46 -0400 > > Tom Rini wrote: > > > > > On Mon, Apr 25, 2016 at 04:43:14PM +0200, Boris Brezillon wrote: > > > > > > > Hi Scott, > > > >

[linux-sunxi] Re: [PATCH 3/3] mfd: axp20x: Add axp20x-usb-power-supply for axp22x pmics

2016-05-16 Thread Chen-Yu Tsai
Hi, On Sun, May 15, 2016 at 1:51 AM, Hans de Goede wrote: > Add axp20x-usb-power-supply for axp22x pmics. > > Signed-off-by: Hans de Goede > --- > drivers/mfd/axp20x.c | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git a/drivers/mfd/axp20x.c b/drivers/mfd/axp20x.c > index ca0436

[linux-sunxi] Re: [PATCH 2/3] mfd: axp20x: Extend axp22x_volatile_ranges

2016-05-16 Thread Chen-Yu Tsai
On Sun, May 15, 2016 at 1:51 AM, Hans de Goede wrote: > The axp22x pmic has a bunch of volatile registers besides the interrupt > ones, extend axp22x_volatile_ranges with these. > > Signed-off-by: Hans de Goede Acked-by: Chen-Yu Tsai -- You received this message because you are subscribed to

[linux-sunxi] Re: [PATCH 1/3] power: axp20x_usb: Add support for usb power-supply on axp22x pmics

2016-05-16 Thread Chen-Yu Tsai
Hi, On Sun, May 15, 2016 at 1:51 AM, Hans de Goede wrote: > The usb power-supply on the axp22x pmics is mostly identical to the > one on the axp20x pmics. One significant difference is that it cannot > measure / monitor the usb voltage / current. > > Signed-off-by: Hans de Goede > --- > drivers