Re: [linux-sunxi] [PATCH 2/4] power: add axp20x-battery driver

2016-07-04 Thread Michael Haas
Hi, nice work! Is this in any way related to Bruno Prémonts driver for the axp20x? I've got a reworked version of that lying around, but it's not quite ready for submission. Do you know what pieces are missing in your driver for axp20x support - as opposed to axp22x, which is already

Re: [linux-sunxi] Re: USB OTG on Orange Pi PC

2016-07-04 Thread Michal Suchanek
On 1 July 2016 at 17:57, Ondřej Jirman wrote: > > > On 1.7.2016 13:19, Michal Suchanek wrote: >> On 1 July 2016 at 13:02, Michal Suchanek wrote: >>> On 30 June 2016 at 22:30, Ondřej Jirman wrote: On 30.6.2016 20:21, Michal Suchanek wrote: >

Re: [linux-sunxi] Re: [PATCH 1/4] brcmfmac: Add brcm,nvram_file_name dt property

2016-07-04 Thread 'Arend van Spriel' via linux-sunxi
On 04-07-16 16:54, Arnd Bergmann wrote: > On Monday, July 4, 2016 11:08:38 AM CEST Arend Van Spriel wrote: >> On 4-7-2016 10:55, Arnd Bergmann wrote: >>> On Monday, July 4, 2016 10:41:20 AM CEST Arend Van Spriel wrote: On 2-7-2016 23:30, Arnd Bergmann wrote: > On Saturday, July 2, 2016

[linux-sunxi] Re: [PATCH 1/4] brcmfmac: Add brcm,nvram_file_name dt property

2016-07-04 Thread Rob Herring
On Fri, Jul 01, 2016 at 10:17:37AM +0200, Arend Van Spriel wrote: > > > On 1-7-2016 4:08, Rob Herring wrote: > > On Wed, Jun 29, 2016 at 04:04:31PM +0200, Hans de Goede wrote: > >> Add a brcm,nvram_file_name dt property to allow overruling the default > >> nvram filename for sdio devices. The

Re: [linux-sunxi] Re: [PATCH 1/4] brcmfmac: Add brcm,nvram_file_name dt property

2016-07-04 Thread Arnd Bergmann
On Monday, July 4, 2016 11:08:38 AM CEST Arend Van Spriel wrote: > On 4-7-2016 10:55, Arnd Bergmann wrote: > > On Monday, July 4, 2016 10:41:20 AM CEST Arend Van Spriel wrote: > >> On 2-7-2016 23:30, Arnd Bergmann wrote: > >>> On Saturday, July 2, 2016 8:20:35 PM CEST Arend Van Spriel wrote: >

Re: [linux-sunxi] Re: Some infomation (issues?) of one of my Q8 tablet with GSL1680.

2016-07-04 Thread Hans de Goede
Hi, On 04-07-16 04:35, Icenowy Zheng wrote: 04.07.2016, 06:03, "Hans de Goede" : Hi, On 21-06-16 11:46, Hans de Goede wrote: Hi, On 21-06-16 01:54, Icenowy Zheng wrote: The GSLX680_D86_FW can give out the right status with silead.ko. (But how can the wrong

[linux-sunxi] Re: sun8i audio codec - need help with dmaengine

2016-07-04 Thread boobwrt
Le lundi 4 juillet 2016 00:27:06 UTC-10, boo...@gmail.com a écrit : > Hello > > I try to make a driver for audio codec in OP PC sun8i. > I starting from sun4i-codec.c driver for A10-A20 SOC because H3 have major > same register related audiocodec datasheet. > > I setup pll_audio, change some

Re: [linux-sunxi] Re: [PATCH 1/4] brcmfmac: Add brcm,nvram_file_name dt property

2016-07-04 Thread 'Arend Van Spriel' via linux-sunxi
On 4-7-2016 10:55, Arnd Bergmann wrote: > On Monday, July 4, 2016 10:41:20 AM CEST Arend Van Spriel wrote: >> On 2-7-2016 23:30, Arnd Bergmann wrote: >>> On Saturday, July 2, 2016 8:20:35 PM CEST Arend Van Spriel wrote: > If you want a separate property, then I repeat my very first >

Re: [linux-sunxi] Re: [PATCH 1/4] brcmfmac: Add brcm,nvram_file_name dt property

2016-07-04 Thread Arnd Bergmann
On Monday, July 4, 2016 10:41:20 AM CEST Arend Van Spriel wrote: > On 2-7-2016 23:30, Arnd Bergmann wrote: > > On Saturday, July 2, 2016 8:20:35 PM CEST Arend Van Spriel wrote: > >>> If you want a separate property, then I repeat my very first > >>> suggestion, the well defined model property. >

Re: [linux-sunxi] Re: [PATCH 1/4] brcmfmac: Add brcm,nvram_file_name dt property

2016-07-04 Thread 'Arend Van Spriel' via linux-sunxi
On 2-7-2016 23:30, Arnd Bergmann wrote: > On Saturday, July 2, 2016 8:20:35 PM CEST Arend Van Spriel wrote: >>> If you want a separate property, then I repeat my very first >>> suggestion, the well defined model property. >>> e.g. >>> >>> brcmf@0 { >>> model = "ampak,ap6210"; >>>

[linux-sunxi] Re: [PATCH v5 resend 0/2] phy-sun4i-usb: peripheral-mode + a31 otg workaround

2016-07-04 Thread Kishon Vijay Abraham I
On Sunday 03 July 2016 01:38 AM, Hans de Goede wrote: > Hi, > > On 30-06-16 07:47, Kishon Vijay Abraham I wrote: >> Hi, >> >> On Wednesday 29 June 2016 11:44 PM, Hans de Goede wrote: >>> Hi Kishon, >>> >>> The "USB: Fix of_usb_get_dr_mode_by_phy with a shared phy block" >>> patch on which this