[linux-sunxi] Re: [PATCH] Revert gpio: Oscillate option

2014-05-18 Thread Henrik Nordström
Acked-By: Henrik Nordstrom hen...@henriknordstrom.net fre 2014-05-16 klockan 22:00 +0100 skrev Ian Campbell: This reverts commits d104fc0ee38a and af9f4057a591. Henrik says in https://groups.google.com/forum/#!msg/linux-sunxi/nSKH4IcTaX8/YBVQLMrzfKwJ: GPIO_OSCILLATE is a hack in our

Re: [linux-sunxi] [PATCH] Revert gpio: Oscillate option

2014-05-18 Thread Hans de Goede
Hi, On 05/16/2014 11:00 PM, Ian Campbell wrote: This reverts commits d104fc0ee38a and af9f4057a591. Henrik says in https://groups.google.com/forum/#!msg/linux-sunxi/nSKH4IcTaX8/YBVQLMrzfKwJ: GPIO_OSCILLATE is a hack in our u-boot used for measuring PIO performance. Should likely

Re: [linux-sunxi] [PATCH u-boot-sunxi] sunxi: support Thumb2 for FEL

2014-05-18 Thread Hans de Goede
Hi, On 05/17/2014 10:38 AM, Ian Campbell wrote: On Sat, 2014-05-17 at 09:56 +0200, Hans de Goede wrote: On 05/17/2014 09:43 AM, Siarhei Siamashka wrote: On Fri, 16 May 2014 21:40:07 +0100 Ian Campbell i...@hellion.org.uk wrote: On Fri, 2014-05-16 at 23:11 +0300, Siarhei Siamashka wrote: I

Re: [linux-sunxi] [PATCH] Add qt840a

2014-05-18 Thread Hans de Goede
Hi, On 05/16/2014 10:38 AM, Amit Kucheria wrote: On Fri, May 16, 2014 at 1:17 PM, Hans de Goede hdego...@redhat.com wrote: Hi, On 05/15/2014 08:56 PM, Amit Kucheria wrote: On Thu, May 15, 2014 at 11:41 PM, Hans de Goede hdego...@redhat.com wrote: Hi, Thanks for the patch. Looking at the

Re: [linux-sunxi] [PATCH] Add U-Boot support for Olimex's A13-SOM

2014-05-18 Thread Hans de Goede
Hi, On 05/17/2014 08:03 PM, Siarhei Siamashka wrote: On Wed, 14 May 2014 18:10:38 +0300 Tsvetan Usunov tsvetanusu...@gmail.com wrote: 2014-05-14 16:42 GMT+03:00 Hans de Goede hdego...@redhat.com: Hi, On 05/07/2014 08:24 AM, Димитър Гамишев wrote: Hi All, this patch adds u-boot support

[linux-sunxi] [PATCH 1/3] mfd-core: Don't register supplies from add_device, add register_supply_aliases()

2014-05-18 Thread Hans de Goede
We cannot register supply alias in mfd_add_device before calling platform_add_device, for 2 reasons: 1) devm resources may not be registered before the (platform) drivers probe method runs 2) The platform-dev's name must be set before registering the aliases which happens from

[linux-sunxi] [PATCH 2/3] regulator/axp20x: Call mfd_register_supply_aliases

2014-05-18 Thread Hans de Goede
The mfd-core no longer registers the supply aliases, instead the platform driver probe method must now call mfd_register_supply_aliases(). Signed-off-by: Hans de Goede hdego...@redhat.com --- drivers/regulator/axp20x-regulator.c | 5 + 1 file changed, 5 insertions(+) diff --git

[linux-sunxi] [PATCH 0/3] Fix WARN_ON caused by mfd: Allow mapping regulator supplies to MFD device from children

2014-05-18 Thread Hans de Goede
Hi all, I hit this WARN_ON: WARNING: CPU: 0 PID: 1 at drivers/base/dd.c:286 driver_probe_device... Which points to this line: WARN_ON(!list_empty(dev-devres_head)); While testing Carlo Caione's axp20x regulator patches on top of 3.15-rc5. The problem is that mfd_add_device() from

[linux-sunxi] [PATCH 3/3] arizona-mfd-codecs: Add mfd_register_supply_aliases() calls

2014-05-18 Thread Hans de Goede
The mfd-core no longer registers the supply aliases, instead the platform driver probe method must now call mfd_register_supply_aliases(). Signed-off-by: Hans de Goede hdego...@redhat.com --- sound/soc/codecs/wm5102.c | 5 + sound/soc/codecs/wm5110.c | 5 + sound/soc/codecs/wm8997.c | 7

[linux-sunxi] Small mistake in sunxi-ss driver

2014-05-18 Thread Hans de Goede
Hi Corentin, While building the sunxi-devel branch of my personal repo, to which I've added your sunxi-ss.c driver, I got the following warning: WARNING: vmlinux.o(.data+0xa1654): Section mismatch in reference from the variable sunxi_ss_driver to the function .init.text:sunxi_ss_probe() The

[linux-sunxi] Re: [PATCH 1/1] uboot: add support for pcDuino3

2014-05-18 Thread Hans de Goede
Hi, On 05/11/2014 03:52 PM, Zoltan HERPAI wrote: This patchset adds u-boot support for pcDuino3. The board has been stress-tested for clock=480 and FAST_MBUS, and has proven to be stable so far. Signed-off-by: Zoltan HERPAI wigy...@uid0.hu Applied. Thanks, Hans ---

Re: [linux-sunxi] [PATCH 1/1] a20: add LinkSprite pcDuino3 FEX file

2014-05-18 Thread Hans de Goede
Hi, On 05/11/2014 03:48 PM, Zoltan HERPAI wrote: File taken from vendor site, original comments cleaned up. Signed-off-by: Zoltan HERPAI wigy...@uid0.hu Applied (for real this time). Thanks, Hans --- sys_config/a20/linksprite_pcduino3.fex | 1066 1

Re: [linux-sunxi] New board: Merrii M2 (A20)

2014-05-18 Thread Hans de Goede
Hi, On 02/14/2014 07:00 PM, Marcos Cruz wrote: Hi, This is a digital signage board based on A20 SoC, here the website: http://www.merrii.com/en/detail.asp?id=157 I've Applied the fex file and u-boot patches. Thanks, Hans -- You received this message because you are subscribed to

[linux-sunxi] GMAC on cubieboard2 with 100MB hub

2014-05-18 Thread Ian Campbell
My cubieboard2 (which uses the designware GMAC driver) doesn't seem to work with my 100MB netgear hub. From both Linux (3.14.4) and u-boot (either mainline + sunxi upstreaming patches + cb2 bits, or sunxi repo, doesn't matter) it doesn't seem to be able to generate traffic, despite it thinking

Re: [linux-sunxi] GMAC on cubieboard2 with 100MB hub

2014-05-18 Thread Chen-Yu Tsai
Hi, On Sun, May 18, 2014 at 10:14 PM, Ian Campbell i...@hellion.org.uk wrote: My cubieboard2 (which uses the designware GMAC driver) doesn't seem to work with my 100MB netgear hub. From both Linux (3.14.4) and u-boot IIRC the associated DT and clock drivers were merged in 3.15. 3.14 only had

Re: [linux-sunxi] [PATCH] Add qt840a

2014-05-18 Thread Hans de Goede
Hi, On 05/18/2014 12:30 PM, Hans de Goede wrote: snip What about my u-boot patch? Did you create a dram file for the board too? Yes, that one I had not pushed yet, but I just did, if you checkout the latest sunxi branch code, then you can do: make -j4 CROSS_COMPILE=arm-linux-gnu-

Re: [linux-sunxi] [PATCH u-boot-sunxi] sunxi: support Thumb2 for FEL

2014-05-18 Thread Siarhei Siamashka
On Sun, 18 May 2014 12:51:04 +0200 Hans de Goede hdego...@redhat.com wrote: Hi, On 05/17/2014 10:38 AM, Ian Campbell wrote: On Sat, 2014-05-17 at 09:56 +0200, Hans de Goede wrote: On 05/17/2014 09:43 AM, Siarhei Siamashka wrote: On Fri, 16 May 2014 21:40:07 +0100 Ian Campbell

Re: [linux-sunxi] Re: New board: Merrii M2 (A20)

2014-05-18 Thread Neal Peacock
Quick tangent, what's NDH stand for? Thanks On Mar 18, 2014 9:55 PM, Luc Verhaegen l...@skynet.be wrote: On Mon, Mar 17, 2014 at 04:49:14PM -0700, abell...@rioservice.com wrote: Hi, I bought two of these boards and am trying to make them work with Linux. Did you copy the modified u-boot

Re: [linux-sunxi] [PATCH u-boot-sunxi] sunxi: support Thumb2 for FEL

2014-05-18 Thread Henrik Nordström
fre 2014-05-16 klockan 22:59 +0300 skrev Siarhei Siamashka: Do we have some sort of a BROM USB driver running alongside with our SPL in the FEL mode? At least the stack base is set so that we don't have too much SRAM available for SPL. The FEL binary is only responsible for initializing the

Re: [linux-sunxi] GMAC on cubieboard2 with 100MB hub

2014-05-18 Thread Ian Campbell
On Sun, 2014-05-18 at 22:27 +0800, Chen-Yu Tsai wrote: Hi, On Sun, May 18, 2014 at 10:14 PM, Ian Campbell i...@hellion.org.uk wrote: My cubieboard2 (which uses the designware GMAC driver) doesn't seem to work with my 100MB netgear hub. From both Linux (3.14.4) and u-boot IIRC the

Re: [linux-sunxi] Re: New board: Merrii M2 (A20)

2014-05-18 Thread Ian Campbell
New Device HOWTO on the wiki. On Sun, 2014-05-18 at 11:03 -0700, Neal Peacock wrote: Quick tangent, what's NDH stand for? Thanks On Mar 18, 2014 9:55 PM, Luc Verhaegen l...@skynet.be wrote: On Mon, Mar 17, 2014 at 04:49:14PM -0700, abell...@rioservice.com wrote:

Re: [linux-sunxi] [PATCH u-boot-sunxi] sunxi: support Thumb2 for FEL

2014-05-18 Thread Siarhei Siamashka
On Sun, 18 May 2014 20:41:59 +0200 Henrik Nordström hen...@henriknordstrom.net wrote: fre 2014-05-16 klockan 22:59 +0300 skrev Siarhei Siamashka: Do we have some sort of a BROM USB driver running alongside with our SPL in the FEL mode? At least the stack base is set so that we don't have

Re: [linux-sunxi] [PATCH u-boot-sunxi] sunxi: support Thumb2 for FEL

2014-05-18 Thread Henrik Nordström
sön 2014-05-18 klockan 23:59 +0300 skrev Siarhei Siamashka: My question was whether you possibly know the exact SRAM memory layout in the FEL mode and the areas possibly reserved by BROM. If you don't really know, then we always have the BROM disassembly listings if somebody is really curious.

[linux-sunxi] Re: [PATCH v5 4/8] input: misc: Add driver for AXP20x Power Enable Key

2014-05-18 Thread Dmitry Torokhov
On Fri, May 02, 2014 at 06:06:04PM -0700, Maxime Ripard wrote: On Thu, May 01, 2014 at 02:29:30PM +0200, Carlo Caione wrote: This patch add support for the Power Enable Key found on MFD AXP202 and AXP209. Besides the basic support for the button, the driver adds two entries in sysfs to