Re: [linux-sunxi] [RFC] ARM: dts: sunxi: Add regulators and board-specific operating points for LeMaker BananaPi

2015-07-28 Thread Timo Sigurdsson
Hi, Hans de Goede schrieb am 27.07.2015 14:43: I've a simular patch here: https://github.com/jwrdegoede/linux-sunxi/commit/6a30b7d5be6012b81e5e1439a444e41c0ac1afc1 I did not submit this upstream yet as it is part of a series to enable the otg controller on the bananapi which needs

Re: [linux-sunxi] [RFC] ARM: dts: sunxi: Add regulators and board-specific operating points for LeMaker BananaPi

2015-07-28 Thread Timo Sigurdsson
Hi, Chen-Yu Tsai schrieb am 27.07.2015 15:14: ChenYu (in the CC), since you did most of the original work here, do you know why we have an op at 0.9 volt, but none of our boards allow the voltage to go that low in the regulator settings ? I'm on vacation now, so apologies for the bad

[linux-sunxi] Re: [RFC] ARM: dts: sunxi: Add regulators and board-specific operating points for LeMaker BananaPi

2015-07-28 Thread Stefan Monnier
IMHO for a common maximum opp that's a good approach. But for the lowest frequency setting, it would seem more logical to me, to raise the voltage to a point where all boards will run fine with them, unless those boards cannot handle the frequency regardless of the higher voltage. I generally

[linux-sunxi] Re: [PATCH v2] mmc: sunxi: Don't start commands while the card is busy

2015-07-28 Thread Shawn Lin
在 2015/7/29 3:22, Arend van Spriel 写道: On 07/21/2015 02:15 PM, Ulf Hansson wrote: On 10 July 2015 at 17:14, Hans de Goede hdego...@redhat.com wrote: Some sdio wifi modules have not been working reliable with the sunxi-mmc host code. This turns out to be caused by it starting new commands while

Re: [linux-sunxi] [RFC] ARM: dts: sunxi: Add regulators and board-specific operating points for LeMaker BananaPi

2015-07-28 Thread Hans de Goede
Hi, On 07/28/2015 02:49 PM, Maxime Ripard wrote: Hi, On Mon, Jul 27, 2015 at 02:43:20PM +0200, Hans de Goede wrote: Hi, On 27-07-15 14:09, public_tim...@silentcreek.de wrote: Hi, Hans de Goede schrieb am 27.07.2015 10:07: I've a simular patch here:

Re: [linux-sunxi] [RFC] ARM: dts: sunxi: Add regulators and board-specific operating points for LeMaker BananaPi

2015-07-28 Thread Timo Sigurdsson
Hi, Maxime Ripard schrieb am 28.07.2015 14:49: I don't feel like holding patches that were posted before you did because you did them some time ago and never submitted them is reasonnable and / or encouraging for new submitters of patches. I'd really like to get more sunxi-people

Re: [linux-sunxi] [RFC] ARM: dts: sunxi: Add regulators and board-specific operating points for LeMaker BananaPi

2015-07-28 Thread Timo Sigurdsson
Hi, Maxime Ripard schrieb am 28.07.2015 14:55: IMHO for a common maximum opp that's a good approach. But for the lowest frequency setting, it would seem more logical to me, to raise the voltage to a point where all boards will run fine with them, unless those boards cannot handle the

Re: [linux-sunxi] [RFC] ARM: dts: sunxi: Add regulators and board-specific operating points for LeMaker BananaPi

2015-07-28 Thread Hans de Goede
Hi, On 07/28/2015 05:09 PM, Timo Sigurdsson wrote: Hi, Hans de Goede schrieb am 28.07.2015 16:24: I've no problem with Timo submitting a cleaned up version of his patch and you taking that instead. I just wanted to point out that I do have a similar patch pending. Ok, I will do that. It

[linux-sunxi] SPDIF and I2S on top of sunxi-wip

2015-07-28 Thread Code Kipper
Hi All, I've just pushed a load of patches towards my github fork https://github.com/codekipper/linux-sunxi/commits/audio_mainlining which now gives spdif functionality to the Mele A1000 boards. There is also additional patches that bring I2S into the kernel however I've not had a chance to verify

Re: [linux-sunxi] Using usbtv driver on A20

2015-07-28 Thread webertakaki
Hi Armando, I'm having the same issues you had trying to load the usbtv kernel module into a Sunxi Linux system (A20-based Cubieboard2). How did you manage to cross-compile and load the backport drivers to the target kernel? I'm doing precisely the same steps you mention, but my

[linux-sunxi] Re: [PATCH v2] mmc: sunxi: Don't start commands while the card is busy

2015-07-28 Thread Arend van Spriel
On 07/21/2015 02:15 PM, Ulf Hansson wrote: On 10 July 2015 at 17:14, Hans de Goede hdego...@redhat.com wrote: Some sdio wifi modules have not been working reliable with the sunxi-mmc host code. This turns out to be caused by it starting new commands while the card signals that it is still busy