[linux-sunxi] Re: [PATCH v4 0/4] brcmfmac: OOB interrupt support

2014-06-30 Thread Arend van Spriel
On 29-06-14 16:16, Hans de Goede wrote: Hi All, Here is v2 of the brcmfmac: OOB interrupt support series. I guess this could use an update :-p Regards, Arend Changes since v1: -Post as a stand alone series, rather then together with sunxi pinctrl changes, etc. -Add a patch to fixup

[linux-sunxi] Re: [PATCH v3 1/4] dt: bindings: add bindings for Broadcom bcm43xx sdio devices

2014-06-30 Thread Arend van Spriel
On 29-06-14 16:16, Hans de Goede wrote: From: Arend van Spriel ar...@broadcom.com The Broadcom bcm43xx sdio devices are fullmac devices that may be integrated in ARM platforms. Currently, the brcmfmac driver for these devices support use of platform data. This patch specifies the bindings

[linux-sunxi] [PATCH resend v3 2/2] mmc: Add SDIO function devicetree subnode parsing

2014-06-30 Thread Hans de Goede
From: Sascha Hauer s.ha...@pengutronix.de This adds SDIO devicetree subnode parsing to the mmc core. While SDIO devices are runtime probable they sometimes need nonprobable additional information on embedded systems, like an additional gpio interrupt or a clock. This patch makes it possible to

[linux-sunxi] [PATCH resend v3 0/2] mmc: Add SDIO function devicetree subnode parsing

2014-06-30 Thread Hans de Goede
Hi All, Here is a resend of 3 of my submission of Sascha Hauer's mmc: Add SDIO function devicetree subnode parsing patch. Can we please get some movement on these patches, either a review specifying why this cannot go upstream, or else queuing it up for next / 3.17 ? Changes since v1: - Submit

[linux-sunxi] [PATCH resend v3 1/2] dt: bindings: mmc: Add sdio function subnode documentation

2014-06-30 Thread Hans de Goede
From: Sascha Hauer s.ha...@pengutronix.de While SDIO devices are runtime probable they sometimes need nonprobable additional information on embedded systems, like an additional gpio interrupt or a clock. This binding describes how to add child nodes to the devicetree to supply this information.

[linux-sunxi] Re: [PATCH v3 1/4] dt: bindings: add bindings for Broadcom bcm43xx sdio devices

2014-06-30 Thread Hans de Goede
Hi, On 06/30/2014 10:31 AM, Arend van Spriel wrote: On 29-06-14 16:16, Hans de Goede wrote: From: Arend van Spriel ar...@broadcom.com The Broadcom bcm43xx sdio devices are fullmac devices that may be integrated in ARM platforms. Currently, the brcmfmac driver for these devices support use

[linux-sunxi] Re: [PATCH v7 3/6] input: misc: Add driver for AXP20x Power Enable Key

2014-06-30 Thread Mark Rutland
On Sun, Jun 29, 2014 at 07:23:54PM +0100, 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 configure the time delay for power on/off. Signed-off-by: Carlo

[linux-sunxi] Re: [PATCH v7 1/6] mfd: AXP20x: Add bindings documentation

2014-06-30 Thread Mark Rutland
On Sun, Jun 29, 2014 at 07:23:52PM +0100, Carlo Caione wrote: Bindings documentation for the AXP20x driver. In this file also sub-nodes are documented. Signed-off-by: Carlo Caione ca...@caione.org Acked-by: Maxime Ripard maxime.rip...@free-electrons.com ---

Re: [linux-sunxi] [PATCH] Add .fex for board YBKJ_A20

2014-06-30 Thread Luc Verhaegen
On Mon, Jun 30, 2014 at 03:57:19PM +1000, Paul Jones wrote: Signed-off-by: Paul Jones p...@pauljones.id.au --- sys_config/a20/ybkj_a20.fex | 1007 +++ 1 file changed, 1007 insertions(+) create mode 100644 sys_config/a20/ybkj_a20.fex I have just

RE: [linux-sunxi] [PATCH] Add .fex for board YBKJ_A20

2014-06-30 Thread Paul Jones
Are you serious? I spent all afternoon going around in circles trying to follow the wiki instructions. That is the best I've got. I don't see why u-boot needs a patch when the cubieboard2 target works properly with no modifications, both mmc and tftp. I don't know how to do it anyway. Sorry

Re: [linux-sunxi] [PATCH] Add .fex for board YBKJ_A20

2014-06-30 Thread Luc Verhaegen
On Mon, Jun 30, 2014 at 11:24:16AM +, Paul Jones wrote: Are you serious? Yes. I spent all afternoon going around in circles trying to follow the wiki instructions. That is the best I've got. If you needed guidance, you could've gotten direct guidance on irc. My changes now provide the

[linux-sunxi] [PATCH v10 1/2] Documentation: dt: Add Allwinner A31 DMA controller bindings

2014-06-30 Thread Maxime Ripard
The Allwinner A31 DMA controller is rather simple to describe in the DT. Add the bindings documentation. Signed-off-by: Maxime Ripard maxime.rip...@free-electrons.com --- .../devicetree/bindings/dma/sun6i-dma.txt | 45 ++ 1 file changed, 45 insertions(+) create mode

[linux-sunxi] [PATCH v10 0/2] Add support for the Allwinner A31 DMA Controller

2014-06-30 Thread Maxime Ripard
Hi, This patchset adds support for the DMA controller found in the Allwinner A31 and A23 SoCs. This has been tested using the newly introduced SPI driver on an A31 EVK. Support for DMA-driven SPI transfers will be the subject of another patch serie. Thanks, Maxime Changes from v9: - Rebased

[linux-sunxi] [PULL patches for 3.17]: 2 gspca patches + sunxi cir support

2014-06-30 Thread Hans de Goede
Hi Mauro, Please pull from my tree for 2 gspca patches + sunxi cir support (I'm a sunxi Linux support contributor and have reviewed and tested the cir driver on various a10 and a20 SoC boards). The following changes since commit b5b620584b9c4644b85e932895a742e0c192d66c: [media]

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

2014-06-30 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 resend v2 3/3] arizona-mfd-codecs: Add mfd_register_supply_aliases() calls

2014-06-30 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] [PATCH resend v2 1/3] mfd-core: Don't register supplies from add_device, add register_supply_aliases()

2014-06-30 Thread Hans de Goede
We cannot register supply alias in mfd_add_device before calling platform_add_device because platform-dev's name must be set before registering the aliases which happens from platform_add_device. So stop registering supply aliases from mfd_add_device, and add a mfd_register_supply_aliases helper

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

2014-06-30 Thread Hans de Goede
Hi all, I already send this series before (in time for 3.16) and AFAIK we agreed on going with this series instead of the incomplete fix for the related oops which now has been merged as commit d137be00ee017bc40e6027cb66d667a2e0b450fd I still believe that this series is the more correct fix, as

[linux-sunxi] Re: [PATCH v10 2/2] dmaengine: sun6i: Add driver for the Allwinner A31 DMA controller

2014-06-30 Thread Mark Rutland
Hi Maxime, On Mon, Jun 30, 2014 at 02:20:54PM +0100, Maxime Ripard wrote: The Allwinner A31 has a 16 channels DMA controller that it shares with the newer A23. Although sharing some similarities with the DMA controller of the older Allwinner SoCs, it's significantly different, I don't expect

[linux-sunxi] Re: [PATCH v10 2/2] dmaengine: sun6i: Add driver for the Allwinner A31 DMA controller

2014-06-30 Thread Maxime Ripard
On Mon, Jun 30, 2014 at 03:20:54PM +0100, Mark Rutland wrote: Hi Maxime, On Mon, Jun 30, 2014 at 02:20:54PM +0100, Maxime Ripard wrote: The Allwinner A31 has a 16 channels DMA controller that it shares with the newer A23. Although sharing some similarities with the DMA controller of the

[linux-sunxi] Re: [PATCH v10 2/2] dmaengine: sun6i: Add driver for the Allwinner A31 DMA controller

2014-06-30 Thread Mark Rutland
On Mon, Jun 30, 2014 at 04:19:06PM +0100, Maxime Ripard wrote: On Mon, Jun 30, 2014 at 03:20:54PM +0100, Mark Rutland wrote: Hi Maxime, On Mon, Jun 30, 2014 at 02:20:54PM +0100, Maxime Ripard wrote: The Allwinner A31 has a 16 channels DMA controller that it shares with the newer A23.

[linux-sunxi] [PATCH] pinctrl: sunxi: Fix multi bank interrupt support in gpio_to_irq

2014-06-30 Thread Chen-Yu Tsai
When mapping the interrupts, the gpio_to_irq function did not consider the bank number of the gpio pin in question, only the offset or the interrupt number in the bank. As a result, requests for interrupts in the later banks get mapped to the first bank. This issue was discovered while enabling

[linux-sunxi] Re: [PATCH v7 3/6] input: misc: Add driver for AXP20x Power Enable Key

2014-06-30 Thread Carlo Caione
On Mon, Jun 30, 2014 at 11:47 AM, Mark Rutland mark.rutl...@arm.com wrote: +static struct platform_driver axp20x_pek_driver = { + .probe = axp20x_pek_probe, + .remove = axp20x_pek_remove, + .driver = { + .name = axp20x-pek, +

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

2014-06-30 Thread mikhail . avkhimenia
Hi! Can someone please share any android or linux images for Merrii M2 board? I've accidentally destroyed what has been in the NAND and now trying images fro different boards, but no success. I'd be very grateful! On Friday, February 14, 2014 10:00:39 PM UTC+4, Marcos Cruz wrote: Hi, 

Re: [linux-sunxi] [PATCH sunxi-tools v2] Add copyright headers to various files.

2014-06-30 Thread Alejandro Mery
On 17/06/14 13:19, Ian Campbell wrote: On Fri, 2014-06-13 at 07:42 +0100, Ian Campbell wrote: Hi Alejandro, I think yours is the last Ack which is needed for this change. Sorry to be a pain. sorry for the late response. I have over 9k unread mails in my sunxi folder :\ afaik everything

[linux-sunxi] Re: Allwinner A31 max output resolution via HDMI

2014-06-30 Thread RFat
Hi Martin, Thanks for your inquiry! My feeling is that there are many inconsistencies around various aspects of these processors. I came across the following video which talks about a Mele box that outputs 4k@25Hz using A31. I think they mean _output_ and not _playback_ (but I could be

[linux-sunxi] [PATCH 0/9] ARM: dts: sunxi: Various sunxi dts patches

2014-06-30 Thread Hans de Goede
Hi Maxime, Here is a set of sunxi dts patches for your dt tree. It is a mixed collection: -Some patches submitted earlier by others which I've picked up from the list and brushed up a bit were necessary. -2 new boards -sun4i ir support (and renaming of the compatible from sun7i-a20-ir to

[linux-sunxi] [PATCH 1/9] ARM: dts: sunxi: Add #interrupt-cells to pinctrl nodes

2014-06-30 Thread Hans de Goede
From: Chen-Yu Tsai w...@csie.org The pinctrl device is also an interrupt controller for external interrupts. Add the missing #interrupt-cells property. Also remove the unused #address-cells property. Signed-off-by: Chen-Yu Tsai w...@csie.org [hdego...@redhat.com: make the same change for sun4i,

[linux-sunxi] [PATCH 2/9] ARM: dts: sun4i: Add AXP209 support to various boards

2014-06-30 Thread Hans de Goede
From: Carlo Caione ca...@caione.org At a node for the axp209, and where necessary the i2c controller to the dts for various boards. Note the axp209 regulators are omitted as we don't have any use for them yet, and on some boards were not sure how exactly they are wired up. Adding support for