Re: [PATCH] mfd: cottula: add cottula board

2014-12-20 Thread Robert Jarzmik
Robert Jarzmik robert.jarz...@free.fr writes: Arnd Bergmann a...@arndb.de writes: On Monday 15 December 2014 00:10:06 Robert Jarzmik wrote: + + platform_set_drvdata(pdev, cot); + cot-gpio0 = gpiod_get(pdev-dev, lubbock_irq, 0); + if (IS_ERR(cot-gpio0)) { +

Re: [linux-sunxi] [PATCH v2 04/13] rc: sunxi-cir: Add support for an optional reset controller

2014-12-20 Thread Hans de Goede
Hi, On 19-12-14 19:17, Maxime Ripard wrote: Hi, On Thu, Dec 18, 2014 at 09:50:26AM +0100, Hans de Goede wrote: Hi, On 18-12-14 03:48, Chen-Yu Tsai wrote: Hi, On Thu, Dec 18, 2014 at 1:18 AM, Hans de Goede hdego...@redhat.com wrote: On sun6i the cir block is attached to the reset

Re: [PATCH v2 12/13] ARM: dts: sun6i: Add sun6i-a31s.dtsi

2014-12-20 Thread Hans de Goede
Hi, On 19-12-14 19:34, Maxime Ripard wrote: On Wed, Dec 17, 2014 at 06:18:23PM +0100, Hans de Goede wrote: Add a dtsi file for A31s based boards. Since the A31s is the same die as the A31 in a different package, this dtsi simply includes sun6i-a31.dtsi and then overrides the pinctrl

Re: [PATCH v2 06/13] clk: sunxi: Make the mod0 clk driver also a platform driver

2014-12-20 Thread Hans de Goede
Hi, On 19-12-14 19:24, Maxime Ripard wrote: Hi, On Wed, Dec 17, 2014 at 06:18:17PM +0100, Hans de Goede wrote: With the prcm in sun6i (and some later SoCs) some mod0 clocks are instantiated through the mfd framework, and as such do not work with of_clk_declare, since they do not have

[PATCH v3] clk: sunxi: Make the mod0 clk driver also a platform driver

2014-12-20 Thread Hans de Goede
With the prcm in sun6i (and some later SoCs) some mod0 clocks are instantiated through the mfd framework, and as such do not work with of_clk_declare, since they do not have registers assigned to them yet at of_clk_declare init time. Silence the error on not finding registers in the

Re: [PATCH v3] input: Add new sun4i-lradc-keys driver

2014-12-20 Thread Hans de Goede
Hi Dmitry, On 18-12-14 18:51, Dmitry Torokhov wrote: Hi Hans, On Thu, Dec 18, 2014 at 11:23:13AM +0100, Hans de Goede wrote: Allwinnner sunxi SoCs have a low resolution adc (called lradc) which is specifically designed to have various (tablet) keys (ie home, back, search, etc). attached to it

Re: [PATCH V5 13/23] MIPS: BMIPS: Flush the readahead cache after DMA

2014-12-20 Thread Jonas Gorski
On Sat, Dec 20, 2014 at 2:39 AM, Kevin Cernekee cerne...@gmail.com wrote: On Mon, Dec 15, 2014 at 1:43 AM, Jonas Gorski j...@openwrt.org wrote: On Fri, Dec 12, 2014 at 11:07 PM, Kevin Cernekee cerne...@gmail.com wrote: BMIPS 3300/435x/438x CPUs have a readahead cache that is separate from the

Re: [PATCH 2/2] misc: add a driver to power on/off UART attached devices.

2014-12-20 Thread One Thousand Gnomes
On Sat, 20 Dec 2014 11:09:21 +1100 NeilBrown ne...@suse.de wrote: If a platform has a particular device permanently attached to a UART, there may be out-of-band signaling necessary to power the device on and off. This drive controls that signalling for a number of different devices. It can

Re: [PATCH w/ acks] DT: leds: Add flash LED devices related properties

2014-12-20 Thread Pavel Machek
On Wed 2014-12-03 11:03:59, Bryan Wu wrote: On Wed, Dec 3, 2014 at 10:57 AM, Pavel Machek pa...@ucw.cz wrote: Addition of a LED Flash class extension entails the need for flash LED specific device tree properties. The properties being added are: max-microamp, flash-max-microamp,

Re: [Gta04-owner] [PATCH 2/2] misc: add a driver to power on/off UART attached devices.

2014-12-20 Thread Christ van Willegen
Hi, One remark: +config SERIAL_POWER_MANAGER + tristate Power Management controller for serial-attached devices + depends on TTY OF + default n + help + Some devices permanently attached via a UART can benefit from + being power-managed when the tty

Re: [PATCH V5 13/23] MIPS: BMIPS: Flush the readahead cache after DMA

2014-12-20 Thread Kevin Cernekee
On Sat, Dec 20, 2014 at 4:44 AM, Jonas Gorski j...@openwrt.org wrote: On Sat, Dec 20, 2014 at 2:39 AM, Kevin Cernekee cerne...@gmail.com wrote: On Mon, Dec 15, 2014 at 1:43 AM, Jonas Gorski j...@openwrt.org wrote: On Fri, Dec 12, 2014 at 11:07 PM, Kevin Cernekee cerne...@gmail.com wrote: BMIPS

Re: [PATCH 11/12] ARM: dts: add support for Vybrid running on Cortex-M4

2014-12-20 Thread Stefan Agner
On 2014-12-18 23:44, Arnd Bergmann wrote: On Thursday 18 December 2014 21:36:31 Stefan Agner wrote: On 2014-12-17 13:31, Arnd Bergmann wrote: On Wednesday 17 December 2014 00:41:33 Stefan Agner wrote: On 2014-12-03 12:03, Arnd Bergmann wrote: Starting with v3.19, you should be able to use

Re: [PATCH v2 3/4] arm64: dts: Add mediatek MT8173 SoC and evaluation board dts and Makefile

2014-12-20 Thread Arnd Bergmann
On Wednesday 17 December 2014 15:01:29 Marc Zyngier wrote: Indeed, as described in the documentation: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0471b/CHDIFAEE.html Also it is worth noticing that given how GICV is placed, it will never work with 64K pages and

Re: [PATCH] mfd: cottula: add cottula board

2014-12-20 Thread Arnd Bergmann
On Saturday 20 December 2014 10:43:48 Robert Jarzmik wrote: Robert Jarzmik robert.jarz...@free.fr writes: Arnd Bergmann a...@arndb.de writes: This looks a bit ambiguous: You get a GPIO line for the purpose of the IRQ nesting but don't use the GPIO otherwise, and you pass the device's own

Re: [PATCH v2 3/4] arm64: dts: Add mediatek MT8173 SoC and evaluation board dts and Makefile

2014-12-20 Thread Peter Maydell
On 20 December 2014 at 20:07, Arnd Bergmann a...@arndb.de wrote: On Wednesday 17 December 2014 15:01:29 Marc Zyngier wrote: Also it is worth noticing that given how GICV is placed, it will never work with 64K pages and virtualization. Pretty sad. Does this mean no VGIC support on this

[PATCH] Removes OF_UNITTEST dependency on OF_DYNAMIC config symbol

2014-12-20 Thread Gaurav Minocha
This patch intends to remove the unittests dependency on the fuctions defined in dynamic.c. So, rather than calling of_attach_node defined in dynamic.c, minimal functionality required to attach a new node is re-defined in unittest.c. Also, now after executing the tests the test data is not removed