Re: [PATCH v2 2/2] mfd: ax20x: Add axp152 support

2015-07-11 Thread Krzysztof Kozlowski
2015-07-10 20:50 GMT+09:00 Michal Suchanek hramr...@gmail.com: Hello, I see missing 'p' in axp20x in the subject u.u Please fix before merging this anywhere. Shouldn't it contain also your signed-off-by? Best regards, Krzysztof -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH 0/6] mfd: 88pm800: Add 88pm860 device support

2015-07-11 Thread Krzysztof Kozlowski
2015-07-10 21:03 GMT+09:00 Vaibhav Hiremath vaibhav.hirem...@linaro.org: On Thursday 09 July 2015 06:58 PM, Krzysztof Kozlowski wrote: 2015-07-09 21:53 GMT+09:00 Vaibhav Hiremath vaibhav.hirem...@linaro.org: On Thursday 09 July 2015 06:14 PM, Vaibhav Hiremath wrote: On Thursday 09

Re: [PATCH 1/2] spi: bcm2835: add spi-bcm2835aux driver for the auxiliar spi1 and spi2

2015-07-11 Thread Stephen Warren
On 07/04/2015 07:14 PM, Martin Sperl wrote: On 02.07.2015, at 06:57, Noralf Trønnes nor...@tronnes.org wrote: Den 01.07.2015 21:39, skrev Martin Sperl: On 30.06.2015, at 19:42, Mark Brown broo...@kernel.org wrote: This looks relevant: On 22.06.2015, at 16:55, Jakub Kiciński

Re: [PATCH 2/3] of_mdio: add new DT property 'autoneg' for fixed-link

2015-07-11 Thread Stas Sergeev
11.07.2015 03:22, Florian Fainelli пишет: On 10/07/15 14:02, Stas Sergeev wrote: 10.07.2015 23:39, Florian Fainelli пишет: - in-band status is an implementation delail, and it is specific to a particular protocols. If you request the in-band status for some protocol that doesn't support it,

Re: [PATCH 3/4] irqchip: Add documentation for the bcm2836 interrupt controller.

2015-07-11 Thread Stephen Warren
On 07/07/2015 03:13 PM, Eric Anholt wrote: This is a new per-cpu root interrupt controller on the Raspberry Pi 2, which will chain to the bcm2835 interrupt controller for peripheral interrupts. diff --git a/Documentation/devicetree/bindings/interrupt-controller/brcm,bcm2836-l1-intc.txt

Re: [PATCH 4/4] irqchip: Add bcm2836 interrupt controller for Raspberry Pi 2.

2015-07-11 Thread Stephen Warren
On 07/07/2015 03:13 PM, Eric Anholt wrote: This interrupt controller is the new root interrupt controller with the timer, PMU events, and IPIs, and the bcm2835's interrupt controller is chained off of it to handle the peripherals. SMP IPI support was mostly written by Andrea Merello, while I

Re: [PATCH 2/3] of_mdio: add new DT property 'autoneg' for fixed-link

2015-07-11 Thread Florian Fainelli
On 10/07/15 14:02, Stas Sergeev wrote: 10.07.2015 23:39, Florian Fainelli пишет: - in-band status is an implementation delail, and it is specific to a particular protocols. If you request the in-band status for some protocol that doesn't support it, perhaps you should get -EINVAL, because

Re: [PATCH 4/4] irqchip: Add bcm2836 interrupt controller for Raspberry Pi 2.

2015-07-11 Thread Thomas Gleixner
On Fri, 10 Jul 2015, Stephen Warren wrote: On 07/07/2015 03:13 PM, Eric Anholt wrote: +static struct arm_local_intc intc __read_mostly; It'd be nice to give everything (types, functions, variables) a consistent symbol prefix; bcm2836_arm_irqchip_ sounds like a good bikeshed to me, but

Re: [PATCH 3/6] mfd: devicetree: bindings: 88pm800: Add DT property for 32KHz output enable

2015-07-11 Thread Krzysztof Kozlowski
W dniu 09.07.2015 o 20:47, Vaibhav Hiremath pisze: 88PM800 family of device supports output of 32KHz clock (low jitter) on CLK32K2/3 pin which can be supplied to other peripherals on the board. This patch adds the devicetree binding to enable this feature. Signed-off-by: Vaibhav Hiremath

Re: [PATCH v2 4/9] clocksource: mediatek: Use GPT as sched clock source

2015-07-11 Thread Yingjoe Chen
On Fri, 2015-07-03 at 17:51 +0200, Matthias Brugger wrote: On Friday, July 03, 2015 09:48:42 PM Daniel Kurtz wrote: ... @@ -243,6 +251,8 @@ static void __init mtk_timer_init(struct device_node *node) mtk_timer_setup(evt, GPT_CLK_SRC, TIMER_CTRL_OP_FREERUN, 1);

Re: [PATCH 3/4] irqchip: Add documentation for the bcm2836 interrupt controller.

2015-07-11 Thread Eric Anholt
Stephen Warren swar...@wwwdotorg.org writes: On 07/07/2015 03:13 PM, Eric Anholt wrote: This is a new per-cpu root interrupt controller on the Raspberry Pi 2, which will chain to the bcm2835 interrupt controller for peripheral interrupts. diff --git

Re: [PATCH 1/2] spi: bcm2835: add spi-bcm2835aux driver for the auxiliar spi1 and spi2

2015-07-11 Thread Stephen Warren
On 06/22/2015 09:26 AM, Martin Sperl wrote: On 22.06.2015, at 16:55, Jakub Kiciński moorr...@wp.pl wrote: As mentioned by Noralf UART1 is quite commonly used on Compute Modules. Proper driver - perhaps modelled as a bus - seems like a prerequisite for this work. You are also not using IRQ mux

Re: [PATCH 1/2] spi: bcm2835: add spi-bcm2835aux driver for the auxiliar spi1 and spi2

2015-07-11 Thread Stephen Warren
On 06/22/2015 07:40 AM, ker...@martin.sperl.org wrote: From: Martin Sperl ker...@martin.sperl.org This driver does NOT make use of native chip-selects but uses the generic cs-gpios facilities provided by the framework allowing for more than 3 chip-selects. diff --git

Re: [alsa-devel] [PATCH v2 02/12] device: property: find dependencies of a firmware node

2015-07-11 Thread Rafael J. Wysocki
On Friday, July 10, 2015 03:14:38 PM Tomeu Vizoso wrote: On 2 July 2015 at 02:02, Rafael J. Wysocki r...@rjwysocki.net wrote: On Wednesday, July 01, 2015 11:40:57 AM Tomeu Vizoso wrote: Adds API that allows callers to find out what other firmware nodes a node depends on. Implementors of

Re: [PATCH 1/6] mfd: 88pm80x: Add 88pm860 chip type support

2015-07-11 Thread Krzysztof Kozlowski
W dniu 09.07.2015 o 20:47, Vaibhav Hiremath pisze: Add chip identification support for 88PM860 device to the pm80x_chip_mapping table. Signed-off-by: Vaibhav Hiremath vaibhav.hirem...@linaro.org --- drivers/mfd/88pm80x.c | 2 ++ include/linux/mfd/88pm80x.h | 1 + 2 files changed, 3

Re: [PATCH 2/6] mfd: 88pm800: Add init time initial configuration support

2015-07-11 Thread Krzysztof Kozlowski
W dniu 09.07.2015 o 20:47, Vaibhav Hiremath pisze: This patch adds init time configuration of 88PM800/805 and 88PM860. It includes, - Enable BUCK clock gating in low power mode - Full mode support for BUCK2 and 4 - Enable voltage change (LPF, DVC) in PMIC Note that both 88PM800 and

Re: [PATCH V2] dt: brcm,bcm2835-aux-spi: add binding documentation for new spi-bcm2835aux

2015-07-11 Thread Stephen Warren
On 06/25/2015 04:54 AM, ker...@martin.sperl.org wrote: From: Martin Sperl ker...@martin.sperl.org Patch description? I'd suggest deriving this from the first paragraph in the binding doc. diff --git a/Documentation/devicetree/bindings/spi/brcm,bcm2835-aux-spi.txt

Re: [PATCH 5/6] mfd: devicetree: bindings: 88pm800: Add DT property for dual phase enable

2015-07-11 Thread Krzysztof Kozlowski
W dniu 09.07.2015 o 20:47, Vaibhav Hiremath pisze: 88PM860 family of device supports dual phase mode on BUCK1 supply providing total 6A capacity. Note that by default they operate independently with 3A capacity. This patch adds the devicetree binding to enable this feature.

[PATCH 2/4] doc: dt: dma: add binding doc for pl08x

2015-07-11 Thread Joachim Eastwood
From: Linus Walleij linus.wall...@linaro.org This introduces device tree bindings for the PL08x DMA controllers when used with fixed signal assignment per channel, i.e. if each channel on the PL08x is assigned precisely one burst/single signal set. [je: remove channel sub-node parsing, use cell

[PATCH 3/4] dmaengine: add driver for lpc18xx dmamux

2015-07-11 Thread Joachim Eastwood
Add support for DMA on NXP LPC18xx/43xx platforms which has a multiplexer in front of the PL080 dma request lines. The mux is a single register in the LPC18xx/43xx CREG block and can multiplex up to 4 request lines to each of the 16 lines on the PL080. Signed-off-by: Joachim Eastwood

[PATCH 1/4] dmaengine: pl08x: support dt channel assignment

2015-07-11 Thread Joachim Eastwood
From: Linus Walleij linus.wall...@linaro.org Add support for assigning DMA channels from a device tree. [je: remove channel sub-node parsing, dynamic channel creation on xlate] Signed-off-by: Linus Walleij linus.wall...@linaro.org Signed-off-by: Joachim Eastwood manab...@gmail.com ---

[PATCH 0/4] PL08x DT bindings and LPC18xx DMA support

2015-07-11 Thread Joachim Eastwood
Hi Vinod, This is the non-RFC version of the patch set with only a few changes. Hope this can go in for 4.3. Changes to the DT for LPC18xx/43xx will go thru arm-soc once this get accepted. This patch set aims to add support for DMA on the NXP LPC18xx/43xx (Cortex-M3/M4) platform. The platform

[PATCH 4/4] doc: dt: dma: add bindings for lpc1850-dmamux

2015-07-11 Thread Joachim Eastwood
Add device tree bindings documentation for the lpc1850-dmamux DMA router. Signed-off-by: Joachim Eastwood manab...@gmail.com --- .../devicetree/bindings/dma/lpc1850-dmamux.txt | 54 ++ 1 file changed, 54 insertions(+) create mode 100644

Re: [PATCH v7 1/4] drm/layerscape: Add Freescale DCU DRM driver

2015-07-11 Thread Paul Bolle
A question and a nit follow. On vr, 2015-07-10 at 19:17 +0800, Jianwei Wang wrote: --- /dev/null +++ b/drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.c +MODULE_ALIAS(platform:fsl-dcu-drm); Question: this appears to be only useful if there's a corresponding struct platform_device. That is, a

[PATCH v3 2/2] mfd: axp20x: Add axp152 support

2015-07-11 Thread Hans de Goede
From: Michal Suchanek hramr...@gmail.com The axp152 is a stripped down version of the axp202 pmic with the battery charging function removed as it is intended for top-set boxes. Signed-off-by: Michal Suchanek hramr...@gmail.com Signed-off-by: Hans de Goede hdego...@redhat.com Acked-by: Lee Jones

[PATCH v3 1/2] ARM: dts: Add binding documentation for AXP152 PMIC

2015-07-11 Thread Hans de Goede
Add devicetree binding documentation for the AXP152 PMIC, this is a stripped down version of the AXP202 PMIC with the battery charging function removed. Signed-off-by: Michal Suchanek hramr...@gmail.com Signed-off-by: Hans de Goede hdego...@redhat.com --- Changes in v2: -New patch in v2 of this

Re: [linux-sunxi] Re: [PATCH v2 2/2] mfd: ax20x: Add axp152 support

2015-07-11 Thread Hans de Goede
Hi, On 11-07-15 08:45, Krzysztof Kozlowski wrote: 2015-07-10 20:50 GMT+09:00 Michal Suchanek hramr...@gmail.com: Hello, I see missing 'p' in axp20x in the subject u.u Please fix before merging this anywhere. Shouldn't it contain also your signed-off-by? Ah right, Michal already gave me

[PATCH v3 0/2] RTC support for NXP LPC18xx family

2015-07-11 Thread Joachim Eastwood
This patch set adds support for the RTC found on many NXP devices including LPC178x/18xx/408x/43xx. The RTC provides calendar and clock functionality together with alarm interrupt support. The driver is a rework of an old driver by Kevin Wells. It has been modified to support modern resource

[PATCH v3 2/2] doc: dt: add documentation for nxp,lpc1788-rtc

2015-07-11 Thread Joachim Eastwood
Signed-off-by: Joachim Eastwood manab...@gmail.com --- .../devicetree/bindings/rtc/nxp,lpc1788-rtc.txt | 21 + 1 file changed, 21 insertions(+) create mode 100644 Documentation/devicetree/bindings/rtc/nxp,lpc1788-rtc.txt diff --git

[PATCH v3 1/2] rtc: add rtc-lpc24xx driver

2015-07-11 Thread Joachim Eastwood
Add driver for the RTC found on NXP LPC178x/18xx/408x/43xx devices. The RTC provides calendar and clock functionality together with alarm interrupt support. Signed-off-by: Joachim Eastwood manab...@gmail.com --- drivers/rtc/Kconfig | 12 ++ drivers/rtc/Makefile | 1 +

Re: [PATCH v2 2/2] ARM: dts: vfxxx: Add property for minimum sample time

2015-07-11 Thread Jonathan Cameron
On 10/07/15 19:06, maitysancha...@gmail.com wrote: Hello Shawn, On 15-07-10 16:53:24, Shawn Guo wrote: On Wed, Jun 24, 2015 at 02:03:41PM +0530, Sanchayan Maity wrote: Add a device tree property which allows to specify the minimum sample time which can be used to calculate the actual ADC

[PATCH v3 1/2] spi: bcm2835: add spi-bcm2835aux driver for the auxiliar spi1 and spi2

2015-07-11 Thread kernel
From: Martin Sperl ker...@martin.sperl.org This driver does NOT make use of native chip-selects but uses the generic cs-gpios facilities provided by the framework allowing for more than 3 chip-selects which is the HW limit. For enabling/disabling spiX we need to use syscon/regmap to serialize

[PATCH v3 2/2] dt: brcm,bcm2835-aux-spi: add binding documentation for new spi-bcm2835aux

2015-07-11 Thread kernel
From: Martin Sperl ker...@martin.sperl.org Document the necessary device-tree bindings of the spi-bcm2835aux driver. Signed-off-by: Martin Sperl ker...@martin.sperl.org --- .../bindings/spi/brcm,bcm2835-aux-spi.txt | 46 1 file changed, 46 insertions(+) create

Re: [PATCH 1/2] spi: bcm2835: add spi-bcm2835aux driver for the auxiliar spi1 and spi2

2015-07-11 Thread Martin Sperl
I am on a business-trip right now, so I can not check the mailing list that often and my access to a rpi to develop is also limited hence the V3 patch set took some time to get out of the door and crossed the responses you had sent. On 11.07.2015, at 14:53, Stephen Warren swar...@wwwdotorg.org

[PATCH 2/2] doc: dt: add documentation for lpc1850-creg-clk driver

2015-07-11 Thread Joachim Eastwood
Add DT binding documentation for lpc1850-creg-clk driver. Signed-off-by: Joachim Eastwood manab...@gmail.com --- .../devicetree/bindings/clock/lpc1850-creg-clk.txt | 52 ++ 1 file changed, 52 insertions(+) create mode 100644

[PATCH 1/2] clk: add lpc18xx creg clk driver

2015-07-11 Thread Joachim Eastwood
The CREG block on lpc18xx contains configuration register for two low power clocks. Support enabling of these two clocks with a clk driver that access CREG trough the syscon regmap interface. These clocks are needed to support peripherals like the internal RTC on lpc18xx. Signed-off-by: Joachim

[PATCH 0/2] CREG clk driver for NXP LPC18xx family

2015-07-11 Thread Joachim Eastwood
This patch set adds a clk driver for the low power clocks found in the CREG block on lpc18xx. CREG is a collection of miscellaneous configuration registers that can be accessed through a syscon regmap interface. The clk driver makes it possible to setup and enabled these two clocks. This need to