Re: AM335x OMAP2 common clock external fixed-clock registration

2015-04-17 Thread Tero Kristo
On 04/17/2015 05:00 AM, Michael Welling wrote: On Fri, Apr 17, 2015 at 01:23:50AM +0200, Sebastian Hesselbarth wrote: On 17.04.2015 00:09, Michael Welling wrote: On Thu, Apr 16, 2015 at 10:37:19PM +0200, Sebastian Hesselbarth wrote: On 16.04.2015 18:17, Michael Welling wrote: On Thu, Apr 16,

Re: [RFC/PATCH v2 0/5] Add cpuidle support for r8a7791

2015-04-17 Thread Simon Horman
Hi Kobayashi-san, from my point of view this looks reasonable. Is it marked as an RFC because you see some problems with it. If not perhaps it would be best to proceed to a more formal stage of the review process by dropping the RFC designation? On Thu, Apr 16, 2015 at 07:35:35PM +0900, Keita

[alsa-devel] [PATCH 1/2] extcon: arizona: Add support for select accessory detect mode when headphone detection

2015-04-17 Thread Inha Song
This patch add support for select accessory detect mode to HPDETL or HPDETR. Arizona provides a headphone detection circuit on the HPDETL and HPDETR pins to measure the impedance of an external load connected to the headphone. Depending on board design, headphone detect pins can change to HPDETR

Re: [PATCH 0/2] crypto: add new driver for Marvell CESA

2015-04-17 Thread Boris Brezillon
Hi Jason, On Mon, 13 Apr 2015 20:11:46 + Jason Cooper ja...@lakedaemon.net wrote: I'd appreciate if we'd look into it. I understand from on-list and off-list discussion that the rewrite was unavoidable. So I'm willing to concede that. Giving people time to migrate from old to

[alsa-devel] [PATCH 0/2] Add support for select accessory detect mode to HPDETL or HPDETR

2015-04-17 Thread Inha Song
This set of patches adds support for select accessory detect mode to HPDETL or HPDETR. Inha Song (2): extcon: arizona: Add support for select accessory detect mode when headphone detection mfd: arizona: Update DT binding to support hpdet channel

Re: [PATCH 0/2] crypto: add new driver for Marvell CESA

2015-04-17 Thread Boris Brezillon
On Fri, 17 Apr 2015 10:33:56 +0200 Boris Brezillon boris.brezil...@free-electrons.com wrote: Hi Jason, On Mon, 13 Apr 2015 20:11:46 + Jason Cooper ja...@lakedaemon.net wrote: I'd appreciate if we'd look into it. I understand from on-list and off-list discussion that the

Re: [PATCH v3] dmaengine: xgene-dma: Fix sparse wannings and coccinelle warnings

2015-04-17 Thread Arnd Bergmann
On Friday 17 April 2015 01:01:13 Rameshwar Prasad Sahu wrote: v3 changes: * Minor changes in length setting in DMA descriptor v2 changes: * Code cleanup * Changed way of setting DMA descriptors for big-endian This patch fixes compilation sparse warnings like incorrect

Re: [alsa-devel] [PATCH 1/2] extcon: arizona: Add support for select accessory detect mode when headphone detection

2015-04-17 Thread Charles Keepax
On Fri, Apr 17, 2015 at 05:32:58PM +0900, Inha Song wrote: This patch add support for select accessory detect mode to HPDETL or HPDETR. Arizona provides a headphone detection circuit on the HPDETL and HPDETR pins to measure the impedance of an external load connected to the headphone.

[RFC PATCH 2/2] tee: add OP-TEE driver

2015-04-17 Thread Jens Wiklander
Adds mostly stubbed OP-TEE driver which also can be compiled as a loadable module. Signed-off-by: Jens Wiklander jens.wiklan...@linaro.org --- drivers/tee/Kconfig| 10 +++ drivers/tee/Makefile | 1 + drivers/tee/optee/Kconfig | 7 ++ drivers/tee/optee/Makefile | 2 +

[RFC PATCH 1/2] tee: generic TEE subsystem

2015-04-17 Thread Jens Wiklander
Initial patch for generic TEE subsystem. This subsystem provides: * Registration/un-registration of TEE drivers. * Shared memory between normal world and secure world. * Ioctl interface for interaction with user space. A TEE (Trusted Execution Environment) driver is a driver that interfaces with

[RFC PATCH 0/2] generic TEE subsystem

2015-04-17 Thread Jens Wiklander
Hi, This patch set introduces a generic TEE subsystem. The TEE subssytem will be able contain drivers for various TEE implementations. A TEE (Trusted Execution Environment) is a trusted OS running in some secure environment, for example, TrustZone on ARM cpus, or a separate secure co-processor

[alsa-devel] [PATCH 2/2] mfd: arizona: Update DT binding to support hpdet channel

2015-04-17 Thread Inha Song
This patch add device tree bindings for the pdata needed to configure the Accessory Detect Mode select when Headphone detection. Signed-off-by: Inha Song ideal.s...@samsung.com --- Documentation/devicetree/bindings/mfd/arizona.txt | 4 1 file changed, 4 insertions(+) diff --git

Re: [PATCH v3] dmaengine: xgene-dma: Fix sparse wannings and coccinelle warnings

2015-04-17 Thread Rameshwar Sahu
Hi Arnd, On Fri, Apr 17, 2015 at 2:19 PM, Arnd Bergmann a...@arndb.de wrote: On Friday 17 April 2015 01:01:13 Rameshwar Prasad Sahu wrote: v3 changes: * Minor changes in length setting in DMA descriptor v2 changes: * Code cleanup * Changed way of setting DMA descriptors

Re: AM335x OMAP2 common clock external fixed-clock registration

2015-04-17 Thread Sebastian Hesselbarth
On 17.04.2015 04:00, Michael Welling wrote: On Fri, Apr 17, 2015 at 01:23:50AM +0200, Sebastian Hesselbarth wrote: On 17.04.2015 00:09, Michael Welling wrote: On Thu, Apr 16, 2015 at 10:37:19PM +0200, Sebastian Hesselbarth wrote: On 16.04.2015 18:17, Michael Welling wrote: [...] What would

Re: [PATCH v2 2/5] mmc: mediatek: Add Mediatek MMC driver

2015-04-17 Thread Sascha Hauer
Ulf, On Tue, Mar 31, 2015 at 02:23:06PM +0200, Ulf Hansson wrote: On 17 March 2015 at 04:13, Chaotian Jing chaotian.j...@mediatek.com wrote: + + msdc_set_buswidth(host, ios-bus_width); + + /* Suspend/Resume will do power off/on */ + switch (ios-power_mode) { +

Re: [PATCH v3] dmaengine: xgene-dma: Fix sparse wannings and coccinelle warnings

2015-04-17 Thread Arnd Bergmann
On Friday 17 April 2015 14:41:02 Rameshwar Sahu wrote: -static void *xgene_dma_lookup_ext8(u64 *desc, int idx) +static __le64 *xgene_dma_lookup_ext8(struct xgene_dma_desc_hw *desc, int idx) { - return (idx % 2) ? (desc + idx - 1) : (desc + idx + 1); + switch (idx) { +

Re: [alsa-devel] [PATCH 2/2] mfd: arizona: Update DT binding to support hpdet channel

2015-04-17 Thread Charles Keepax
On Fri, Apr 17, 2015 at 05:32:59PM +0900, Inha Song wrote: This patch add device tree bindings for the pdata needed to configure the Accessory Detect Mode select when Headphone detection. Signed-off-by: Inha Song ideal.s...@samsung.com --- Documentation/devicetree/bindings/mfd/arizona.txt

Re: [PATCH v2 2/5] mmc: mediatek: Add Mediatek MMC driver

2015-04-17 Thread Ulf Hansson
On 17 April 2015 at 11:12, Sascha Hauer s.ha...@pengutronix.de wrote: Ulf, On Tue, Mar 31, 2015 at 02:23:06PM +0200, Ulf Hansson wrote: On 17 March 2015 at 04:13, Chaotian Jing chaotian.j...@mediatek.com wrote: + + msdc_set_buswidth(host, ios-bus_width); + + /*

Re: [alsa-devel] [PATCH 1/2] extcon: arizona: Add support for select accessory detect mode when headphone detection

2015-04-17 Thread Charles Keepax
On Fri, Apr 17, 2015 at 05:32:58PM +0900, Inha Song wrote: This patch add support for select accessory detect mode to HPDETL or HPDETR. Arizona provides a headphone detection circuit on the HPDETL and HPDETR pins to measure the impedance of an external load connected to the headphone.

Re: [RFC/PATCH v2 3/5] devicetree: bindings: Add new cpuidle enable method for Renesas R-car SoCs

2015-04-17 Thread Mark Rutland
On Thu, Apr 16, 2015 at 11:35:38AM +0100, Keita Kobayashi wrote: This patch add the ARM CPUs Device Tree binding to document a new enable method of Renesas cpuidle. Signed-off-by: Keita Kobayashi keita.kobayashi...@renesas.com --- Documentation/devicetree/bindings/arm/cpus.txt | 1 + 1

Re: [PATCH] clocksource: arm_global_timer: Detect if gt is usable with CPU_FREQ

2015-04-17 Thread Peter Griffin
Hi Srini, Ola, Maxime, On Tue, 14 Apr 2015, Maxime Coquelin wrote: On 04/14/2015 09:41 AM, Srinivas Kandagatla wrote: +Adding Pete and Maxime Thanks Srini, as I wouldn't have seen this otherwise. snip + This patch would not let the SOC like STiH415/416 or zynq with tied-to-cpu-freq

[PATCH 1/2] ARM: dts: tegra: Add labels to Tegra114 nodes

2015-04-17 Thread Krzysztof Kozlowski
Add new labels to certain nodes on Tegra114 so they could be easily referenced by board DTS files. Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com --- arch/arm/boot/dts/tegra114.dtsi | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git

Re: [RFC/PATCH v2 3/5] devicetree: bindings: Add new cpuidle enable method for Renesas R-car SoCs

2015-04-17 Thread Magnus Damm
Hi Mark, On Fri, Apr 17, 2015 at 9:46 PM, Mark Rutland mark.rutl...@arm.com wrote: On Thu, Apr 16, 2015 at 11:35:38AM +0100, Keita Kobayashi wrote: This patch add the ARM CPUs Device Tree binding to document a new enable method of Renesas cpuidle. Signed-off-by: Keita Kobayashi

Re: [RFC/PATCH v2 3/5] devicetree: bindings: Add new cpuidle enable method for Renesas R-car SoCs

2015-04-17 Thread Magnus Damm
Hi Kobayashi-san, On Thu, Apr 16, 2015 at 7:35 PM, Keita Kobayashi keita.kobayashi...@renesas.com wrote: This patch add the ARM CPUs Device Tree binding to document a new enable method of Renesas cpuidle. Signed-off-by: Keita Kobayashi keita.kobayashi...@renesas.com ---

[PATCH 1/2] ARM: dts: s3c2416: Add labels to S3C2416 nodes

2015-04-17 Thread Krzysztof Kozlowski
Add new labels to certain nodes on S3C2416 so they could be easily referenced by board DTS files. Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com --- arch/arm/boot/dts/s3c2416.dtsi | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git

Re: [PATCH 0/2] crypto: add new driver for Marvell CESA

2015-04-17 Thread Gregory CLEMENT
Hi Boris, On 17/04/2015 10:39, Boris Brezillon wrote: On Fri, 17 Apr 2015 10:33:56 +0200 Boris Brezillon boris.brezil...@free-electrons.com wrote: Hi Jason, On Mon, 13 Apr 2015 20:11:46 + Jason Cooper ja...@lakedaemon.net wrote: I'd appreciate if we'd look into it. I understand

[PATCH 2/2] ARM: dts: s3c2416: Use labels for overriding nodes in SMDK2416

2015-04-17 Thread Krzysztof Kozlowski
Usage of labels instead of full paths reduces possible mistakes when overriding nodes. Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com --- arch/arm/boot/dts/s3c2416-smdk2416.dts | 86 +- 1 file changed, 43 insertions(+), 43 deletions(-) diff --git

[PATCH 2/2] ARM: dts: tegra: Use labels for overriding nodes in Tegra114 boards

2015-04-17 Thread Krzysztof Kozlowski
Usage of labels instead of full paths reduces possible mistakes when overriding nodes. Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com --- arch/arm/boot/dts/tegra114-dalmore.dts | 2210 arch/arm/boot/dts/tegra114-roth.dts| 1945

[PATCH 04/14] devicetree: Add bindings for the ATH79 interrupt controllers

2015-04-17 Thread Alban Bedel
Signed-off-by: Alban Bedel al...@free.fr --- .../interrupt-controller/qca,ath79-cpu-intc.txt| 45 ++ 1 file changed, 45 insertions(+) create mode 100644 Documentation/devicetree/bindings/interrupt-controller/qca,ath79-cpu-intc.txt diff --git

[PATCH v3 17/17] crypto: talitos - Update DT bindings with SEC1

2015-04-17 Thread Christophe Leroy
This patch updates the documentation by including SEC1 into SEC2/3 doc Signed-off-by: Christophe Leroy christophe.le...@c-s.fr --- Documentation/devicetree/bindings/crypto/fsl-sec2.txt | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

[PATCH 05/14] devicetree: Add bindings for the ATH79 MISC interrupt controllers

2015-04-17 Thread Alban Bedel
Signed-off-by: Alban Bedel al...@free.fr --- .../interrupt-controller/qca,ath79-misc-intc.txt | 30 ++ 1 file changed, 30 insertions(+) create mode 100644 Documentation/devicetree/bindings/interrupt-controller/qca,ath79-misc-intc.txt diff --git

[PATCH 10/14] devicetree: Add bindings for the ATH79 GPIO controllers

2015-04-17 Thread Alban Bedel
These bindings support the GPIO controllers found on the Qualcomm Atheros AR7xxx/AR9XXX SoC. Signed-off-by: Alban Bedel al...@free.fr --- .../devicetree/bindings/gpio/gpio-ath79.txt| 40 ++ 1 file changed, 40 insertions(+) create mode 100644

[PATCH 07/14] devicetree: Add bindings for the ATH79 PLL controllers

2015-04-17 Thread Alban Bedel
Signed-off-by: Alban Bedel al...@free.fr --- .../devicetree/bindings/clock/qca,ath79-pll.txt| 33 ++ 1 file changed, 33 insertions(+) create mode 100644 Documentation/devicetree/bindings/clock/qca,ath79-pll.txt diff --git

[PATCH V1 2/6] regulator: da9062: DA9062 regulator driver

2015-04-17 Thread S Twiss
From: S Twiss stwiss.opensou...@diasemi.com Add BUCK and LDO regulator driver support for DA9062 Signed-off-by: Steve Twiss stwiss.opensou...@diasemi.com --- This patch applies against linux-next and v4.0 drivers/regulator/Kconfig| 10 + drivers/regulator/Makefile |

[PATCH V1 1/6] mfd: da9062: DA9062 MFD core driver

2015-04-17 Thread S Twiss
From: S Twiss stwiss.opensou...@diasemi.com Add MFD core driver support for DA9062 Signed-off-by: Steve Twiss stwiss.opensou...@diasemi.com --- This patch applies against linux-next and v4.0 drivers/mfd/Kconfig | 12 + drivers/mfd/Makefile |3 +-

[PATCH V1 0/6] COVER LETTER

2015-04-17 Thread S Twiss
From: S Twiss stwiss.opensou...@diasemi.com This patch set adds support for the Dialog DA9062 Power Management IC. In this patch set the following is provided: - [PATCH V1 1/6]: MFD core support - [PATCH V1 2/6]: BUCK and LDO regulator driver - [PATCH V1 3/6]: RTC driver - [PATCH V1 4/6]:

[PATCH V1 5/6] watchdog: da9062: DA9062 watchdog driver

2015-04-17 Thread S Twiss
From: S Twiss stwiss.opensou...@diasemi.com Add watchdog driver support for DA9062 Signed-off-by: Steve Twiss stwiss.opensou...@diasemi.com --- This patch applies against linux-next and v4.0 drivers/watchdog/Kconfig | 9 ++ drivers/watchdog/Makefile | 1 +

Re: [RFC/PATCH v2 3/5] devicetree: bindings: Add new cpuidle enable method for Renesas R-car SoCs

2015-04-17 Thread Lorenzo Pieralisi
On Fri, Apr 17, 2015 at 02:11:24PM +0100, Magnus Damm wrote: Hi Mark, On Fri, Apr 17, 2015 at 9:46 PM, Mark Rutland mark.rutl...@arm.com wrote: On Thu, Apr 16, 2015 at 11:35:38AM +0100, Keita Kobayashi wrote: This patch add the ARM CPUs Device Tree binding to document a new enable method

[PATCH V1 4/6] input: misc: onkey: da9062: DA9062 OnKey driver

2015-04-17 Thread S Twiss
From: S Twiss stwiss.opensou...@diasemi.com Add OnKey driver support for DA9062 Signed-off-by: Steve Twiss stwiss.opensou...@diasemi.com --- This patch applies against linux-next and v4.0 drivers/input/misc/Kconfig| 10 ++ drivers/input/misc/Makefile | 1 +

[PATCH V1 6/6] devicetree: da9062: Add bindings for DA9062 driver

2015-04-17 Thread S Twiss
From: S Twiss stwiss.opensou...@diasemi.com Add device tree bindings for the DA9062 driver Signed-off-by: Steve Twiss stwiss.opensou...@diasemi.com --- This patch applies against linux-next and v4.0 Documentation/devicetree/bindings/mfd/da9062.txt | 107 +++ 1 file

Re: [PATCH 0/2] crypto: add new driver for Marvell CESA

2015-04-17 Thread Gregory CLEMENT
Hi Maxime, On 17/04/2015 16:32, Maxime Ripard wrote: On Fri, Apr 17, 2015 at 04:19:22PM +0200, Boris Brezillon wrote: Hi Gregory, On Fri, 17 Apr 2015 15:01:01 +0200 Gregory CLEMENT gregory.clem...@free-electrons.com wrote: Hi Boris, On 17/04/2015 10:39, Boris Brezillon wrote: On Fri, 17

[PATCH V1 3/6] rtc: da9062: DA9062 RTC driver

2015-04-17 Thread S Twiss
From: S Twiss stwiss.opensou...@diasemi.com Add RTC driver support for DA9062 Signed-off-by: Steve Twiss stwiss.opensou...@diasemi.com --- This patch applies against linux-next and v4.0 drivers/rtc/Kconfig | 10 ++ drivers/rtc/Makefile | 1 + drivers/rtc/rtc-da9062.c | 367

Re: [PATCH 0/2] crypto: add new driver for Marvell CESA

2015-04-17 Thread Maxime Ripard
On Fri, Apr 17, 2015 at 04:19:22PM +0200, Boris Brezillon wrote: Hi Gregory, On Fri, 17 Apr 2015 15:01:01 +0200 Gregory CLEMENT gregory.clem...@free-electrons.com wrote: Hi Boris, On 17/04/2015 10:39, Boris Brezillon wrote: On Fri, 17 Apr 2015 10:33:56 +0200 Boris Brezillon

[PATCH v3 00/17] crypto: talitos - Add support for SEC1

2015-04-17 Thread Christophe Leroy
The purpose of this set of patchs is to add to talitos crypto driver the support for the SEC1 version of the security engine, which is found in mpc885 and mpc8272 processors. v3 is a complete rework of the patchset. Since a kernel can be built with support for both MPC82xx and MPC83xx at the same

[PATCHv2 09/11] ARM: dts: exynos4: Use labels for overriding nodes in Odroid

2015-04-17 Thread Krzysztof Kozlowski
Usage of lablels instead of full paths reduces possible mistakes when overriding nodes. Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com --- arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 728 arch/arm/boot/dts/exynos4412-odroidx.dts| 16 +- 2 files

[PATCHv2 02/11] ARM: dts: exynos4: Use labels for overriding nodes in Exynos4210

2015-04-17 Thread Krzysztof Kozlowski
Usage of lablels instead of full paths reduces possible mistakes when overriding nodes. Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com --- arch/arm/boot/dts/exynos4210.dtsi | 43 +++ 1 file changed, 21 insertions(+), 22 deletions(-) diff --git

[PATCHv2 00/11] ARM: dts: exynos4: labels for overriding nodes

2015-04-17 Thread Krzysztof Kozlowski
Hi, Changes since v1 1. Re-phrased the description (phandle-label). Suggested by Arnd. Description === The label-based notation reduces possible mistakes when overriding nodes by child DTSI and board files and reduces duplication of addresses. The patchset refactors

[PATCH v2 1/7] ARM: dts: Add labels to Exynos5 nodes

2015-04-17 Thread Krzysztof Kozlowski
Add new labels to certain nodes so they could be easily referenced by Exynos5 board DTS files. Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com --- arch/arm/boot/dts/exynos5.dtsi| 6 +++--- arch/arm/boot/dts/exynos5440.dtsi | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-)

[PATCH v2 4/7] ARM: dts: exynos5: Use labels for overriding nodes in Arndale Octa

2015-04-17 Thread Krzysztof Kozlowski
Usage of labels instead of full paths reduces possible mistakes when overriding nodes. Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com --- arch/arm/boot/dts/exynos5420-arndale-octa.dts | 634 +- 1 file changed, 317 insertions(+), 317 deletions(-) diff --git

[PATCH v2 3/7] ARM: dts: exynos5: Remove duplicated I2C7 nodes in Snow

2015-04-17 Thread Krzysztof Kozlowski
The i2c_7 node (i2c@12CD) with LVDS bridge child node was put in Exynos5250 Snow DTS file twice. Move the LVDS bridge to proper existing i2c_7 node. Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com --- arch/arm/boot/dts/exynos5250-snow.dts | 46 +--

[PATCH v2 7/7] ARM: dts: exynos5: Use labels for overriding nodes in Exynos5440 boards

2015-04-17 Thread Krzysztof Kozlowski
Usage of labels instead of full paths reduces possible mistakes when overriding nodes. Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com --- arch/arm/boot/dts/exynos5440-sd5v1.dts| 10 ++-- arch/arm/boot/dts/exynos5440-ssdk5440.dts | 85 +++ 2 files

[PATCH v2 2/7] ARM: dts: exynos5: Use labels for overriding nodes in Exynos5250

2015-04-17 Thread Krzysztof Kozlowski
Usage of labels instead of full paths reduces possible mistakes when overriding nodes. Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com --- arch/arm/boot/dts/exynos5250.dtsi | 82 +++ 1 file changed, 41 insertions(+), 41 deletions(-) diff --git

[PATCH v2 6/7] ARM: dts: exynos5: Use labels for overriding nodes in SMDK5420

2015-04-17 Thread Krzysztof Kozlowski
Usage of labels instead of full paths reduces possible mistakes when overriding nodes. Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com --- arch/arm/boot/dts/exynos5420-smdk5420.dts | 645 +++--- 1 file changed, 323 insertions(+), 322 deletions(-) diff --git

[PATCHv2 05/11] ARM: dts: exynos4: Use labels for overriding nodes in Trats

2015-04-17 Thread Krzysztof Kozlowski
Usage of lablels instead of full paths reduces possible mistakes when overriding nodes. Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com --- arch/arm/boot/dts/exynos4210-trats.dts | 592 - 1 file changed, 296 insertions(+), 296 deletions(-) diff --git

[PATCHv2 03/11] ARM: dts: exynos4: Use labels for overriding nodes in Exynos4210 Origen

2015-04-17 Thread Krzysztof Kozlowski
Usage of lablels instead of full paths reduces possible mistakes when overriding nodes. Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com --- arch/arm/boot/dts/exynos4210-origen.dts | 418 1 file changed, 209 insertions(+), 209 deletions(-) diff --git

[PATCHv2 06/11] ARM: dts: exynos4: Use labels for overriding nodes in Exynos4212

2015-04-17 Thread Krzysztof Kozlowski
Usage of lablels instead of full paths reduces possible mistakes when overriding nodes. Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com --- arch/arm/boot/dts/exynos4212.dtsi | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git

[PATCH v3 07/11] ARM: dts: exynos4: Use labels for overriding nodes in Exynos4x12

2015-04-17 Thread Krzysztof Kozlowski
Usage of labels instead of full paths reduces possible mistakes when overriding nodes. Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com --- arch/arm/boot/dts/exynos4x12.dtsi | 210 +++--- 1 file changed, 105 insertions(+), 105 deletions(-) diff --git

[PATCH v3 08/11] ARM: dts: exynos4: Use labels for overriding nodes in Exynos4412

2015-04-17 Thread Krzysztof Kozlowski
Usage of labels instead of full paths reduces possible mistakes when overriding nodes. Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com --- arch/arm/boot/dts/exynos4412.dtsi | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git

[PATCH v3 09/11] ARM: dts: exynos4: Use labels for overriding nodes in Odroid

2015-04-17 Thread Krzysztof Kozlowski
Usage of labels instead of full paths reduces possible mistakes when overriding nodes. Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com --- arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 728 arch/arm/boot/dts/exynos4412-odroidx.dts| 16 +- 2 files

Re: [PATCH v2 2/5] mmc: mediatek: Add Mediatek MMC driver

2015-04-17 Thread Sascha Hauer
Hi Chaotian, On Tue, Mar 17, 2015 at 11:13:52AM +0800, Chaotian Jing wrote: Add Mediatek MMC driver code [...] + host-dev = pdev-dev; + host-mmc = mmc; + /* Set host parameters to mmc */ + mmc-ops = mt_msdc_ops; + mmc-f_min = 26; + mmc-ocr_avail =

[PATCH v3 04/11] ARM: dts: exynos4: Use labels for overriding nodes in SMDKv310

2015-04-17 Thread Krzysztof Kozlowski
Usage of labels instead of full paths reduces possible mistakes when overriding nodes. Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com --- arch/arm/boot/dts/exynos4210-smdkv310.dts | 280 +++--- 1 file changed, 140 insertions(+), 140 deletions(-) diff --git

[PATCH v3 10/11] ARM: dts: exynos4: Use labels for overriding nodes in SMDK4412

2015-04-17 Thread Krzysztof Kozlowski
Usage of labels instead of full paths reduces possible mistakes when overriding nodes. Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com --- arch/arm/boot/dts/exynos4412-smdk4412.dts | 210 +++--- 1 file changed, 105 insertions(+), 105 deletions(-) diff --git

[PATCH v3 01/11] ARM: dts: Add labels to Exynos4 nodes

2015-04-17 Thread Krzysztof Kozlowski
Add new labels to certain nodes so they could be easily referenced by Exynos4 board DTS files. Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com --- arch/arm/boot/dts/exynos4.dtsi| 22 +++--- arch/arm/boot/dts/exynos4210-pinctrl.dtsi | 6 +++---

[PATCH v3 11/11] ARM: dts: exynos4: Use labels for overriding nodes in Trats2

2015-04-17 Thread Krzysztof Kozlowski
Usage of labels instead of full paths reduces possible mistakes when overriding nodes. Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com --- arch/arm/boot/dts/exynos4412-trats2.dts | 1331 --- 1 file changed, 666 insertions(+), 665 deletions(-) diff --git

[PATCH v3 03/11] ARM: dts: exynos4: Use labels for overriding nodes in Exynos4210 Origen

2015-04-17 Thread Krzysztof Kozlowski
Usage of labels instead of full paths reduces possible mistakes when overriding nodes. Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com --- arch/arm/boot/dts/exynos4210-origen.dts | 418 1 file changed, 209 insertions(+), 209 deletions(-) diff --git

[PATCH v3 00/11] ARM: dts: exynos4: labels for overriding nodes

2015-04-17 Thread Krzysztof Kozlowski
Hi, Changes since v2 1. Fix typo in commit msg (lablels - labels). Changes since v1 1. Re-phrased the description (phandle-label). Suggested by Arnd. Description === The label-based notation reduces possible mistakes when overriding nodes by child

[PATCH v2 0/7] ARM: dts: exynos5: labels for overriding nodes

2015-04-17 Thread Krzysztof Kozlowski
Hi, Changes since v1 1. Re-phrased the description (phandle-label). Suggested by Arnd. Description === The label-based notation reduces possible mistakes when overriding nodes by child DTSI and board files and reduces duplication of addresses. The patchset refactors

[PATCHv2 01/11] ARM: dts: Add labels to Exynos4 nodes

2015-04-17 Thread Krzysztof Kozlowski
Add new labels to certain nodes so they could be easily referenced by Exynos4 board DTS files. Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com --- arch/arm/boot/dts/exynos4.dtsi| 22 +++--- arch/arm/boot/dts/exynos4210-pinctrl.dtsi | 6 +++---

[PATCHv2 07/11] ARM: dts: exynos4: Use labels for overriding nodes in Exynos4x12

2015-04-17 Thread Krzysztof Kozlowski
Usage of lablels instead of full paths reduces possible mistakes when overriding nodes. Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com --- arch/arm/boot/dts/exynos4x12.dtsi | 210 +++--- 1 file changed, 105 insertions(+), 105 deletions(-) diff --git

[PATCHv2 08/11] ARM: dts: exynos4: Use labels for overriding nodes in Exynos4412

2015-04-17 Thread Krzysztof Kozlowski
Usage of lablels instead of full paths reduces possible mistakes when overriding nodes. Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com --- arch/arm/boot/dts/exynos4412.dtsi | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git

[PATCHv2 04/11] ARM: dts: exynos4: Use labels for overriding nodes in SMDKv310

2015-04-17 Thread Krzysztof Kozlowski
Usage of lablels instead of full paths reduces possible mistakes when overriding nodes. Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com --- arch/arm/boot/dts/exynos4210-smdkv310.dts | 280 +++--- 1 file changed, 140 insertions(+), 140 deletions(-) diff --git

[PATCH v3 06/11] ARM: dts: exynos4: Use labels for overriding nodes in Exynos4212

2015-04-17 Thread Krzysztof Kozlowski
Usage of labels instead of full paths reduces possible mistakes when overriding nodes. Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com --- arch/arm/boot/dts/exynos4212.dtsi | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git

[PATCH v3 02/11] ARM: dts: exynos4: Use labels for overriding nodes in Exynos4210

2015-04-17 Thread Krzysztof Kozlowski
Usage of labels instead of full paths reduces possible mistakes when overriding nodes. Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com --- arch/arm/boot/dts/exynos4210.dtsi | 43 +++ 1 file changed, 21 insertions(+), 22 deletions(-) diff --git

[PATCH v3 05/11] ARM: dts: exynos4: Use labels for overriding nodes in Trats

2015-04-17 Thread Krzysztof Kozlowski
Usage of labels instead of full paths reduces possible mistakes when overriding nodes. Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com --- arch/arm/boot/dts/exynos4210-trats.dts | 592 - 1 file changed, 296 insertions(+), 296 deletions(-) diff --git

[PATCH v2 5/7] ARM: dts: exynos5: Use labels for overriding nodes in Exynos5420

2015-04-17 Thread Krzysztof Kozlowski
Usage of labels instead of full paths reduces possible mistakes when overriding nodes. Additionally remove duplicated serial and uart labels for serial Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com --- arch/arm/boot/dts/exynos5420-peach-pit.dts | 2 +-

[PATCH 2/3] iio: magn: Add support for BMC150 magnetometer

2015-04-17 Thread Irina Tirdea
Add support for the Bosh BMC150 Magnetometer. The specification can be downloaded from: http://ae-bst.resource.bosch.com/media/products/dokumente/bmc150/BST-BMC150-DS000-04.pdf. The chip contains both an accelerometer and a magnetometer. This patch adds support only for the magnetometer part. The

[PATCH 3/5] MAINTAINERS: Add st_lpc.c to ARCH/STI section of maintainers

2015-04-17 Thread Peter Griffin
This patch adds the new st_lpc timer driver found on stih407 family SoCs into the ARCH/STI section of the maintainers file. Signed-off-by: Peter Griffin peter.grif...@linaro.org --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index efbcb50..4fe68dc

[PATCH 2/5] clocksource: st_lpc: Add DT bindings documentation for lpc timer

2015-04-17 Thread Peter Griffin
This patch provides the DT bindings documentation for the lpc timer found on stih407 fanmily SoCs from STMicroelectronics. Signed-off-by: Peter Griffin peter.grif...@linaro.org --- Documentation/devicetree/bindings/timer/st,lpc-timer.txt | 15 +++ 1 file changed, 15 insertions(+)

[PATCH 0/3] Add support for BMC150 magnetometer

2015-04-17 Thread Irina Tirdea
This adds support for Bosch BMC150 magnetometer. Irina Tirdea (3): iio: core: Introduce IIO_CHAN_INFO_CALIBREPETITIONS iio: magn: Add support for BMC150 magnetometer iio: magn: bmc150_magn: Add devicetree binding documentation Documentation/ABI/testing/sysfs-bus-iio| 10 +

[PATCH 5/5] ARM: DT: STi: STiH407: Add DT node for st-lpc timer.

2015-04-17 Thread Peter Griffin
This patch adds the dt node for the st-lpc timer found on stih407 famliy SoCs. This can then be used as a clocksource. Signed-off-by: Peter Griffin peter.grif...@linaro.org --- arch/arm/boot/dts/stih407-family.dtsi | 7 +++ 1 file changed, 7 insertions(+) diff --git

[PATCH 1/5] clocksource: st_lpc: Add LPC timer as a clocksource.

2015-04-17 Thread Peter Griffin
This patch adds support for the LPC timer as a clocksource which is found on stih407 family SoCs. We wish to use the LPC timer as a clocksource instead of arm_global_timer, as the latter is tied to CPU frequency, and that driver currently makes no account for frequency scaling. Once this driver

[PATCH 4/5] ARM: sti: Always enable CLKSRC_ST_LPC_CLOCK

2015-04-17 Thread Peter Griffin
If available on the SoC we wish to use st_lpc clksrc so that cpufreq can operate without effecting sched_clock. Signed-off-by: Peter Griffin peter.grif...@linaro.org --- arch/arm/mach-sti/Kconfig | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-sti/Kconfig

[PATCH 3/3] iio: magn: bmc150_magn: Add devicetree binding documentation

2015-04-17 Thread Irina Tirdea
Add binding documentation for Bosch BMC150 magnetometer. Signed-off-by: Irina Tirdea irina.tir...@intel.com --- .../bindings/iio/magnetometer/bmc150_magn.txt| 20 1 file changed, 20 insertions(+) create mode 100644

Re: [PATCH 0/2] crypto: add new driver for Marvell CESA

2015-04-17 Thread Jason Cooper
Hey Boris, On Fri, Apr 17, 2015 at 10:39:46AM +0200, Boris Brezillon wrote: On Fri, 17 Apr 2015 10:33:56 +0200 Boris Brezillon boris.brezil...@free-electrons.com wrote: On Mon, 13 Apr 2015 20:11:46 + Jason Cooper ja...@lakedaemon.net wrote: I'd appreciate if we'd look into

[RESEND PATCH V2 0/2] Add OnKey support for DA9063

2015-04-17 Thread S Twiss
From: S Twiss stwiss.opensou...@diasemi.com This patch set adds OnKey driver support for the Dialog Semiconductor DA9063 PMIC. [PATCH V2 1/2]: kernel driver onkey support [PATCH V2 2/2]: device tree bindings document Thank you, Steve Twiss, Dialog Semiconductor Ltd. S Twiss (2): input: misc:

[RESEND PATCH V2 2/2] devicetree: Add bindings for DA9063 OnKey

2015-04-17 Thread S Twiss
From: Steve Twiss stwiss.opensou...@diasemi.com Add device tree bindings for the DA9063 OnKey driver Signed-off-by: Steve Twiss stwiss.opensou...@diasemi.com --- Changes from PATCH V1 to V2 --- - Remove the circular dependency comment linking patches in the main e-mail

[RESEND PATCH V2 1/2] input: misc: da9063: OnKey driver

2015-04-17 Thread S Twiss
From: Steve Twiss stwiss.opensou...@diasemi.com Add OnKey driver support for DA9063 Signed-off-by: Steve Twiss stwiss.opensou...@diasemi.com --- Changes from PATCH V1 to V2 --- - Remove the circular dependency comment in the main e-mail body linking PATCH V1 1/2 and

Re: AM335x OMAP2 common clock external fixed-clock registration

2015-04-17 Thread Russell King - ARM Linux
On Fri, Apr 17, 2015 at 11:12:03AM +0200, Sebastian Hesselbarth wrote: On 17.04.2015 04:00, Michael Welling wrote: On Fri, Apr 17, 2015 at 01:23:50AM +0200, Sebastian Hesselbarth wrote: On 17.04.2015 00:09, Michael Welling wrote: On Thu, Apr 16, 2015 at 10:37:19PM +0200, Sebastian Hesselbarth

[PATCH 1/3] iio: core: Introduce IIO_CHAN_INFO_CALIBREPETITIONS

2015-04-17 Thread Irina Tirdea
Some magnetometers can perform a number of repetitions in HW for each measurement to increase accuracy. One example is Bosch BMC150: http://ae-bst.resource.bosch.com/media/products/dokumente/bmc150/BST-BMC150-DS000-04.pdf. Introduce an interface to set the number of repetitions for these devices.

LED subsystem child DT node ref counting

2015-04-17 Thread Jacek Anaszewski
Hi, I'd like to clarify whether LED subsystem drivers behave correctly or not, regarding child DT nodes reference counting. Single LED controller can have connected more then one LED to it. The LEDs are represented by child DT nodes of the node representing the controller (see

Re: [RFC/PATCH v2 1/5] ARM: cpuidle: Add cpuidle support for R-Car Gen2 series

2015-04-17 Thread Magnus Damm
Hi Kobayashi-san, On Thu, Apr 16, 2015 at 7:35 PM, Keita Kobayashi keita.kobayashi...@renesas.com wrote: Define ARM_RCAR_CPUIDLE config item to enable cpuidle support for Renesas R-Car Gen2 SoCs. Signed-off-by: Keita Kobayashi keita.kobayashi...@renesas.com --- drivers/cpuidle/Kconfig.arm

[PATCH 0/5] Add st_lpc clocksource timer driver.

2015-04-17 Thread Peter Griffin
Hi, Following on from the discussion here https://www.mail-archive.com/devicetree@vger.kernel.org/msg68857.html This series adds the st_lpc clocksource driver found on stih407 family silicon. Regardless of whether the change referenced above actually gets merged, adding this alternative

[PATCH v3 00/17] crypto: talitos - Add support for SEC1

2015-04-17 Thread Christophe Leroy
The purpose of this set of patchs is to add to talitos crypto driver the support for the SEC1 version of the security engine, which is found in mpc885 and mpc8272 processors. v3 is a complete rework of the patchset. Since a kernel can be built with support for both MPC82xx and MPC83xx at the same

[PATH] MIPS: ath79: Add OF support and DTS for TL-WR1043ND

2015-04-17 Thread Alban Bedel
This series add OF bindings and code support for the interrupt controllers, clocks and GPIOs. However it was only tested on a TL-WR1043ND with an AR9132, others SoCs are untested, and a few are not supported at all. Most code changes base on the previous bug fix series: [PATH] MIPS: ath79:

Re: [PATCH 0/2] crypto: add new driver for Marvell CESA

2015-04-17 Thread Boris Brezillon
Hi Gregory, On Fri, 17 Apr 2015 15:01:01 +0200 Gregory CLEMENT gregory.clem...@free-electrons.com wrote: Hi Boris, On 17/04/2015 10:39, Boris Brezillon wrote: On Fri, 17 Apr 2015 10:33:56 +0200 Boris Brezillon boris.brezil...@free-electrons.com wrote: Hi Jason, On Mon, 13 Apr

[PATCH v3 17/17] crypto: talitos - Update DT bindings with SEC1

2015-04-17 Thread Christophe Leroy
This patch updates the documentation by including SEC1 into SEC2/3 doc Signed-off-by: Christophe Leroy christophe.le...@c-s.fr --- Documentation/devicetree/bindings/crypto/fsl-sec2.txt | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

[PATCH 06/14] MIPS: ath79: Add OF support to the IRQ controllers

2015-04-17 Thread Alban Bedel
Add OF support for the CPU and MISC interrupt controllers of most supported ATH79 devices. Signed-off-by: Alban Bedel al...@free.fr --- arch/mips/ath79/irq.c | 87 ++- 1 file changed, 86 insertions(+), 1 deletion(-) diff --git

[PATCH 11/14] MIPS: ath79: Add OF support to the GPIO driver

2015-04-17 Thread Alban Bedel
Replace the simple GPIO chip registration by a platform driver and make ath79_gpio_init() just register the device. Signed-off-by: Alban Bedel al...@free.fr --- arch/mips/ath79/dev-common.c | 13 arch/mips/ath79/gpio.c | 73 +--- 2 files

[PATCH 09/14] MIPS: ath79: Add OF support to the clocks

2015-04-17 Thread Alban Bedel
Allow using the SoC clocks in the device tree. Signed-off-by: Alban Bedel al...@free.fr --- arch/mips/ath79/clock.c | 63 ++--- 1 file changed, 44 insertions(+), 19 deletions(-) diff --git a/arch/mips/ath79/clock.c b/arch/mips/ath79/clock.c index

[PATCH 02/14] MIPS: ath79: Add basic device tree support

2015-04-17 Thread Alban Bedel
Add the bare minimum to load a device tree. Signed-off-by: Alban Bedel al...@free.fr --- arch/mips/Kconfig | 1 + arch/mips/ath79/Kconfig | 10 ++ arch/mips/ath79/machtypes.h | 1 + arch/mips/ath79/setup.c | 27 ++- 4 files changed, 38

  1   2   >