Re: [RESUBMIT PATCH v4 7/8] regulator: sky81452: Add compatible string for device binding

2014-10-20 Thread Gyungoh Yoo
On Fri, Oct 17, 2014 at 04:26:05PM +0200, Mark Brown wrote: On Fri, Oct 17, 2014 at 07:43:09PM +0900, Gyungoh Yoo wrote: Are you talking about simplification using of_regulator_match()? This driver has only one regulator. Is the API also useful for this driver? The thing I'm seeing is

Re: [PATCH v5 10/12] gpio: Support for unified device properties interface

2014-10-20 Thread Alexandre Courbot
On Sat, Oct 18, 2014 at 6:47 PM, Arnd Bergmann a...@arndb.de wrote: On Friday 17 October 2014 20:09:51 Arnd Bergmann wrote: On October 17, 2014 2:16:00 PM CEST, Rafael J. Wysocki r...@rjwysocki.net wrote: From: Mika Westerberg mika.westerb...@linux.intel.com Some drivers need to deal with

Re: [RFC 6/7] mfd: qcom-smd-rpm: Driver for the Qualcomm RPM over SMD

2014-10-20 Thread Lee Jones
On Fri, 17 Oct 2014, Bjorn Andersson wrote: On Wed 08 Oct 01:40 PDT 2014, Lee Jones wrote: [...] +static struct qcom_smd_driver qcom_smd_rpm_driver = { + .probe = qcom_smd_rpm_probe, + .remove = qcom_smd_rpm_remove, + .callback = qcom_smd_rpm_callback, + .driver = { +

Re: [PATCH] of/fdt: Add extern prototype for early_init_dt_scan_chosen_serial()

2014-10-20 Thread Geert Uytterhoeven
On Sun, Oct 19, 2014 at 10:11 AM, Kevin Cernekee cerne...@gmail.com wrote: The original commit that introduced this function (fb11ffe74c794a) indicated that calling it from the architecture code was one possible use case. Let's declare it in of_fdt.h to make it a public API. Signed-off-by:

Re: [PATCH v2 5/5] tty/serial: Add earlycon support for Spreadtrum serial driver

2014-10-20 Thread Lyra Zhang
2014-10-17 21:03 GMT+08:00 Mark Rutland mark.rutl...@arm.com: On Fri, Oct 17, 2014 at 10:54:25AM +0100, Chunyan Zhang wrote: Add serial driver for spreadtrum sharkl platform with earlycon support at first. Signed-off-by: Chunyan Zhang chunyan.zh...@spreadtrum.com ---

RE: [PATCH v4] ARM: perf: save/restore pmu registers in pm notifier

2014-10-20 Thread Neil Zhang
-Original Message- From: Will Deacon [mailto:will.dea...@arm.com] Sent: 2014年7月4日 1:57 To: Neil Zhang Cc: Sudeep Holla; 'li...@arm.linux.org.uk'; 'linux-arm- ker...@lists.infradead.org'; 'linux-ker...@vger.kernel.org'; 'devicetree@vger.kernel.org' Subject: Re: [PATCH v4] ARM:

[PATCH v4 0/3] ARM: rk3288 : Add PM Domain support

2014-10-20 Thread jinkun.hong
From: jinkun.hong jinkun.h...@rock-chips.com Add power domain drivers based on generic power domain for Rockchip platform, and support RK3288. Based on: - [PATCH v1 1/4] PM / clock_ops: Add pm_clk_add_clk() http://www.mail-archive.com/linux-kernel@vger.kernel.org/msg735599.html Changes in v4:

[PATCH v4 2/3] dt-bindings: add document of Rockchip power domain

2014-10-20 Thread jinkun.hong
From: jinkun.hong jinkun.h...@rock-chips.com Signed-off-by: Jack Dai jack@rock-chips.com Signed-off-by: jinkun.hong jinkun.h...@rock-chips.com --- Changes in v4: None Changes in v3: - DT structure has changed Changes in v2: - move clocks to optional

[PATCH v4 3/3] ARM: dts: add rk3288 power-domain node

2014-10-20 Thread jinkun.hong
From: jinkun.hong jinkun.h...@rock-chips.com Signed-off-by: Jack Dai jack@rock-chips.com Signed-off-by: jinkun.hong jinkun.h...@rock-chips.com --- Changes in v4: None Changes in v3: - Decomposition power-controller, changed to multiple controller (gpu-power-controller,

[PATCH v4 1/3] power-domain: add power domain drivers for Rockchip platform

2014-10-20 Thread jinkun.hong
From: jinkun.hong jinkun.h...@rock-chips.com Add power domain drivers based on generic power domain for Rockchip platform, and support RK3288. Signed-off-by: Jack Dai jack@rock-chips.com Signed-off-by: jinkun.hong jinkun.h...@rock-chips.com --- Changes in v4: - use list storage dev

Re: [PATCH v4 1/3] power-domain: add power domain drivers for Rockchip platform

2014-10-20 Thread Varka Bhadram
On 10/20/2014 02:33 PM, jinkun.hong wrote: From: jinkun.hong jinkun.h...@rock-chips.com Add power domain drivers based on generic power domain for Rockchip platform, and support RK3288. Signed-off-by: Jack Dai jack@rock-chips.com Signed-off-by: jinkun.hong jinkun.h...@rock-chips.com ---

Re: [PATCH v4] ARM: perf: save/restore pmu registers in pm notifier

2014-10-20 Thread Sudeep Holla
Hi Neil, On 20/10/14 09:46, Neil Zhang wrote: -Original Message- From: Will Deacon [mailto:will.dea...@arm.com] Sent: 2014年7月4日 1:57 To: Neil Zhang Cc: Sudeep Holla; 'li...@arm.linux.org.uk'; 'linux-arm- ker...@lists.infradead.org'; 'linux-ker...@vger.kernel.org';

Re: [PATCH v4] ARM: perf: save/restore pmu registers in pm notifier

2014-10-20 Thread Will Deacon
On Mon, Oct 20, 2014 at 10:16:16AM +0100, Sudeep Holla wrote: On 20/10/14 09:46, Neil Zhang wrote: Will, I prefer to check always-on field under PMU node to check whether we need Save/restore them. But how do you handle it for different idle states. e.g. if CPU is in retention, PMU's

Re: [PATCH] of/fdt: Add extern prototype for early_init_dt_scan_chosen_serial()

2014-10-20 Thread Rob Herring
On Sun, Oct 19, 2014 at 4:11 PM, Kevin Cernekee cerne...@gmail.com wrote: The original commit that introduced this function (fb11ffe74c794a) indicated that calling it from the architecture code was one possible use case. Let's declare it in of_fdt.h to make it a public API. Who is the user

RE: [PATCH v4] ARM: perf: save/restore pmu registers in pm notifier

2014-10-20 Thread Neil Zhang
-Original Message- From: Will Deacon [mailto:will.dea...@arm.com] Sent: 2014年10月20日 17:20 To: Sudeep Holla Cc: Neil Zhang; 'li...@arm.linux.org.uk'; 'linux-arm- ker...@lists.infradead.org'; 'linux-ker...@vger.kernel.org'; 'devicetree@vger.kernel.org'; mathieu.poir...@linaro.org

Re: [PATCH 2/2] Documentation: devicetree: Add bindings for Wi2Wi w2sg0004 gps

2014-10-20 Thread Mark Rutland
Hi, On Fri, Oct 17, 2014 at 08:55:50PM +0100, Dr. H. Nikolaus Schaller wrote: Am 17.10.2014 um 13:00 schrieb Mark Rutland mark.rutl...@arm.com: On Fri, Oct 17, 2014 at 11:16:42AM +0100, Dr. H. Nikolaus Schaller wrote: Am 17.10.2014 um 11:37 schrieb Mark Rutland mark.rutl...@arm.com:

Re: [PATCH v4] ARM: perf: save/restore pmu registers in pm notifier

2014-10-20 Thread Geert Uytterhoeven
On Mon, Oct 20, 2014 at 11:20 AM, Will Deacon will.dea...@arm.com wrote: On Mon, Oct 20, 2014 at 10:16:16AM +0100, Sudeep Holla wrote: On 20/10/14 09:46, Neil Zhang wrote: Will, I prefer to check always-on field under PMU node to check whether we need Save/restore them. But how do you

Re: [PATCH 3/7] clk: samsung: exynos7: add clocks for RTC block

2014-10-20 Thread Vivek Gautam
Hi Abhilash, On Fri, Oct 17, 2014 at 9:41 PM, Abhilash Kesavan a.kesa...@samsung.com wrote: From: Naveen Krishna Ch naveenkrishna...@gmail.com Add clock support for the RTC block in Exynos7. Signed-off-by: Naveen Krishna Ch naveenkrishna...@gmail.com Signed-off-by: Abhilash Kesavan

[PATCH v12 0/5] Rockchip soc thermal driver

2014-10-20 Thread Caesar Wang
This series patchs tested on rk3288 SDK board and pinky-v1,v2 board. I believe the driver can be used on the rk3288-evb board. Add this driver, The system can reset the entire chip when the thermal temperture over 120C, In case of rising over 125C when tha hardware shorting,The sodftware will

[PATCH v12 4/5] ARM: dts: add main Thermal info to rk3288

2014-10-20 Thread Caesar Wang
This patch is depend on rk3288-thermal.dtsi,or it will compile error. If the temperature over a period of time High,over 120C the resulting TSHUT gave CRU module,let it reset the entire chip,or via GPIO give PMIC. Signed-off-by: Caesar Wang caesar.w...@rock-chips.com ---

[PATCH v12 2/5] dt-bindings: document Rockchip thermal

2014-10-20 Thread Caesar Wang
This add the necessary binding documentation for the thermal found on Rockchip SoCs Signed-off-by: zhaoyifeng z...@rock-chips.com Signed-off-by: Caesar Wang caesar.w...@rock-chips.com --- .../bindings/thermal/rockchip-thermal.txt | 45 ++ 1 file changed, 45

[PATCH v12 5/5] ARM: dts: enable Thermal on rk3288-evb board

2014-10-20 Thread Caesar Wang
when a thermal temperature over TSHUT.Default to via CRU reset the entire chip on rk3288-evb Board Signed-off-by: Caesar Wang caesar.w...@rock-chips.com --- arch/arm/boot/dts/rk3288-evb.dtsi | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/rk3288-evb.dtsi

[PATCH v12 1/5] thermal: rockchip: add driver for thermal

2014-10-20 Thread Caesar Wang
Thermal is TS-ADC Controller module supports user-defined mode and automatic mode. User-defined mode refers,TSADC all the control signals entirely by software writing to register for direct control. Automaic mode refers to the module automatically poll TSADC output, and the results were

Re: [PATCH v2 5/5] tty/serial: Add earlycon support for Spreadtrum serial driver

2014-10-20 Thread Orson Zhai
On Sun, Oct 19, 2014 at 5:06 AM, One Thousand Gnomes gno...@lxorguk.ukuu.org.uk wrote: On Fri, 17 Oct 2014 17:54:25 +0800 Chunyan Zhang chunyan.zh...@spreadtrum.com wrote: Add serial driver for spreadtrum sharkl platform with earlycon support at first. +#define UART_TXD 0x +#define

Re: [PATCH v2 5/5] tty/serial: Add earlycon support for Spreadtrum serial driver

2014-10-20 Thread Mark Rutland
On Mon, Oct 20, 2014 at 08:27:24AM +0100, Lyra Zhang wrote: 2014-10-17 21:03 GMT+08:00 Mark Rutland mark.rutl...@arm.com: On Fri, Oct 17, 2014 at 10:54:25AM +0100, Chunyan Zhang wrote: Add serial driver for spreadtrum sharkl platform with earlycon support at first. Signed-off-by:

Re: [PATCH v2 5/5] tty/serial: Add earlycon support for Spreadtrum serial driver

2014-10-20 Thread Lyra Zhang
2014-10-20 18:32 GMT+08:00 Mark Rutland mark.rutl...@arm.com: On Mon, Oct 20, 2014 at 08:27:24AM +0100, Lyra Zhang wrote: 2014-10-17 21:03 GMT+08:00 Mark Rutland mark.rutl...@arm.com: On Fri, Oct 17, 2014 at 10:54:25AM +0100, Chunyan Zhang wrote: Add serial driver for spreadtrum sharkl

[PATCH v3 1/3] ARM: meson: reset: Add reset controller for MesonX SoCs

2014-10-20 Thread Carlo Caione
This patch adds support for the reset controller found on the Amlogic MesonX SoCs. For several devices in the AO (Always-On) power domain, it is possible to reset them by programming a specific bit in a register. Signed-off-by: Carlo Caione ca...@caione.org --- Hi Philipp, from the

[PATCH v3 0/3] ARM: meson: Add reset controller

2014-10-20 Thread Carlo Caione
Apparently several IPs found in the MesonX SoCs can be reset by programming a specific bit in a register in the so called AO (Always-On) domain. From the documentation released by Amlogic under NDA it is not clear which devices can be reset acting on this register. So far from the sources release

[PATCH v3 2/3] ARM: meson: DTSI: Enable reset controller

2014-10-20 Thread Carlo Caione
Add the node for the reset controller in the DTSI. Signed-off-by: Carlo Caione ca...@caione.org --- arch/arm/boot/dts/meson.dtsi | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/meson.dtsi b/arch/arm/boot/dts/meson.dtsi index e6539ea..1ca864e 100644 ---

[PATCH v3 3/3] ARM: meson: docs: Add docs for MesonX reset controller

2014-10-20 Thread Carlo Caione
Signed-off-by: Carlo Caione ca...@caione.org --- .../bindings/reset/amlogic,meson6-rst-mgr-ao.txt | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 Documentation/devicetree/bindings/reset/amlogic,meson6-rst-mgr-ao.txt diff --git

RE: [PATCHv5 6/6] ARM: imx: Add Freescale LS1021A SMP support

2014-10-20 Thread Jingchang Lu
-Original Message- From: Kumar Gala [mailto:ga...@codeaurora.org] Sent: Friday, October 17, 2014 8:27 PM To: Lu Jingchang-B35083 Cc: shawn@linaro.org; mark.rutl...@arm.com; devicetree@vger.kernel.org; linux-arm-ker...@lists.infradead.org; a...@arndb.de Subject: Re: [PATCHv5 6/6] ARM:

[PATCH] ARM: DT: apq8064: Add Support for SD Card Detect for ifc6410 board

2014-10-20 Thread Pramod Gurav
This changes muxes in gpio26 pin to function as gpio and adds support for sd card detect for apq8064 based IFC6410 board. Cc: Rob Herring robh...@kernel.org Cc: Pawel Moll pawel.m...@arm.com Cc: Mark Rutland mark.rutl...@arm.com Cc: Ian Campbell ijc+devicet...@hellion.org.uk Cc: Kumar Gala

Re: [PATCH] ARM: DT: apq8064: Add Support for SD Card Detect for ifc6410 board

2014-10-20 Thread Pramod Gurav
+linux-arm-msm On Monday 20 October 2014 05:09 PM, Pramod Gurav wrote: This changes muxes in gpio26 pin to function as gpio and adds support for sd card detect for apq8064 based IFC6410 board. Cc: Rob Herring robh...@kernel.org Cc: Pawel Moll pawel.m...@arm.com Cc: Mark Rutland

Re: [PATCH v11 0/3] Add drm driver for Rockchip Socs

2014-10-20 Thread Heiko Stübner
Hi Mark, Am Freitag, 17. Oktober 2014, 16:42:54 schrieb Mark yao: On 2014年10月17日 16:25, Heiko Stübner wrote: Am Freitag, 17. Oktober 2014, 16:16:01 schrieb Mark yao: On 2014年10月17日 14:24, Heiko Stübner wrote: Hi Mark, Am Freitag, 17. Oktober 2014, 12:22:53 schrieb Mark yao: On

[PATCH v6 2/2] mtd: nand: add sunxi NFC dt bindings doc

2014-10-20 Thread Boris Brezillon
Add the sunxi NAND Flash Controller dt bindings documentation. Signed-off-by: Boris Brezillon boris.brezil...@free-electrons.com --- .../devicetree/bindings/mtd/sunxi-nand.txt | 45 ++ 1 file changed, 45 insertions(+) create mode 100644

[PATCH v6 1/2] mtd: nand: add sunxi NAND flash controller support

2014-10-20 Thread Boris Brezillon
Add support for the sunxi NAND Flash Controller (NFC). Signed-off-by: Boris Brezillon boris.brezil...@free-electrons.com --- drivers/mtd/nand/Kconfig |6 + drivers/mtd/nand/Makefile |1 + drivers/mtd/nand/sunxi_nand.c | 1400 + 3 files

[PATCH v6 0/2] mtd: nand: add sunxi NAND flash controller support

2014-10-20 Thread Boris Brezillon
Hi Brian, The sunxi NAND controller driver is being submitted for almost 9 month now and I've only had one review (from Ezequiel) during this period. I'd really like to get this first implementation mainlined, so that I can follow up with other MLC specific stuff (like randomizer/scrambler

Re: [PATCH v3 0/3] ARM: meson: Add reset controller

2014-10-20 Thread Carlo Caione
On Mon, Oct 20, 2014 at 01:19:42PM +0200, Carlo Caione wrote: Apparently several IPs found in the MesonX SoCs can be reset by programming a specific bit in a register in the so called AO (Always-On) domain. From the documentation released by Amlogic under NDA it is not clear which devices can

Re: [linux-sunxi] [PATCH v5 2/4] ARM: sunxi: dt: Add DT bindings documentation for SUNXI Security System

2014-10-20 Thread Koen Kooi
Op 19 okt. 2014, om 16:16 heeft LABBE Corentin clabbe.montj...@gmail.com het volgende geschreven: This patch adds documentation for Device-Tree bindings for the Security System cryptographic accelerator driver. Signed-off-by: LABBE Corentin clabbe.montj...@gmail.com ---

Re: [PATCH v6 1/2] mtd: nand: add sunxi NAND flash controller support

2014-10-20 Thread Varka Bhadram
On 10/20/2014 05:15 PM, Boris Brezillon wrote: Add support for the sunxi NAND Flash Controller (NFC). (...) + +static int sunxi_nfc_dev_ready(struct mtd_info *mtd) +{ + struct nand_chip *nand = mtd-priv; + struct sunxi_nand_chip *sunxi_nand = to_sunxi_nand(nand); + struct

Re: [PATCH v9 00/10] rtc: at91sam9: add DT support

2014-10-20 Thread Boris Brezillon
Hi Alessandro, On Tue, 23 Sep 2014 16:48:35 +0200 Boris BREZILLON boris.brezil...@free-electrons.com wrote: Hello, This patch series adds DT support to the atmel at91sam9 RTC driver. It also removes any machine specific inclusions to prepare the migration to multi platform kernel

Re: [PATCH v6 1/2] mtd: nand: add sunxi NAND flash controller support

2014-10-20 Thread Boris Brezillon
Hi Varka, On Mon, 20 Oct 2014 17:31:51 +0530 Varka Bhadram varkabhad...@gmail.com wrote: On 10/20/2014 05:15 PM, Boris Brezillon wrote: Add support for the sunxi NAND Flash Controller (NFC). (...) + +static int sunxi_nfc_dev_ready(struct mtd_info *mtd) +{ + struct nand_chip

[PATCH v2 0/5] power/mfd: Add max77693 charger driver

2014-10-20 Thread Krzysztof Kozlowski
charger driver present on Trats2 board (and Galaxy S III). The driver configures battery charger and exposes power supply interface. Driver is necessary to provide full charging stack on Trats2 device (extcon, charger-manager etc.). Everything rebased on next-20141020. Best regards, Krzysztof

[PATCH v2 1/5] devicetree: mfd: max77693: Document new bindings for charger

2014-10-20 Thread Krzysztof Kozlowski
Document new device tree bindings for Maxim 77693 charger driver. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com --- Documentation/devicetree/bindings/mfd/max77693.txt | 46 ++ 1 file changed, 46 insertions(+) diff --git

[PATCH v2 4/5] power: max77693: Add charger driver for Maxim 77693

2014-10-20 Thread Krzysztof Kozlowski
Add new driver for Maxim 77693 switch-mode charger (part of max77693 MFD driver) providing power supply class information to userspace. The charger has +20V tolerant input. Current input can be set from 0 to 2.58 A. The charger can deliver up to 2.1 A to the battery or 3.5 A to the system (when

[PATCH v2 2/5] mfd: max77693: Map charger device to its own of_node

2014-10-20 Thread Krzysztof Kozlowski
Add a maxim,max77693-charger of_compatible to the mfd_cell so the MFD child device (the charger) will have its own of_node set. This will be used by the max77693 charger driver in next patches to obtain battery configuration from DTS. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com ---

[PATCH v2 5/5] Documentation: charger: max77693: Document exported sysfs entry

2014-10-20 Thread Krzysztof Kozlowski
Document the settings exported by max77693 charger driver through sysfs entries: - fast_charge_timer - top_off_threshold_current - top_off_timer Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com --- Documentation/ABI/testing/sysfs-class-power | 42 + 1

[PATCH v2 3/5] mfd: max77693: Add defines for MAX77693 charger driver

2014-10-20 Thread Krzysztof Kozlowski
Prepare for adding support for Maxim 77693 charger by adding necessary new defines and structure for device tree parsed data. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com Acked-by: Lee Jones lee.jo...@linaro.org --- include/linux/mfd/max77693-private.h | 108

Re: [PATCH v9 00/10] rtc: at91sam9: add DT support

2014-10-20 Thread Nicolas Ferre
On 20/10/2014 14:17, Boris Brezillon : Hi Alessandro, On Tue, 23 Sep 2014 16:48:35 +0200 Boris BREZILLON boris.brezil...@free-electrons.com wrote: Hello, This patch series adds DT support to the atmel at91sam9 RTC driver. It also removes any machine specific inclusions to prepare the

[PATCH v2 1/3] PM / clock_ops: Add pm_clk_add_clk()

2014-10-20 Thread Grygorii Strashko
From: Geert Uytterhoeven geert+rene...@glider.be The existing pm_clk_add() allows to pass a clock by con_id. However, when referring to a specific clock from DT, no con_id is available. Add pm_clk_add_clk(), which allows to specify the struct clk * directly. Reviewed-by: Kevin Hilman

[PATCH v2 2/3] ARM: keystone: pm: switch to use generic pm domains

2014-10-20 Thread Grygorii Strashko
This patch switches Keystone 2 PM code to use Generic PM domains instead of PM clock domains because of the lack of DT support for the last. Reviewed-by: Kevin Hilman khil...@linaro.org Signed-off-by: Grygorii Strashko grygorii.stras...@ti.com --- .../bindings/power/ti,keystone-powerdomain.txt

[PATCH v2 0/3] ARM: keystone: pm: switch to use generic pm domains

2014-10-20 Thread Grygorii Strashko
Hi Santosh, Kevin, This series switches Keystone 2 PM code to use Generic PM domains instead of PM clock domains because of the lack of DT support for the last. It will finally allow to enable Runtime PM for Keystone 2. Patch 1 was reused from [1]. RFC version of patches can be found at [2].

[PATCH v2 3/3] ARM: dts: keystone: add generic pd controller node

2014-10-20 Thread Grygorii Strashko
Add TI Keystone 2 Generic Power Domain Controller node and attach the Davinci MDIO device to it. Signed-off-by: Grygorii Strashko grygorii.stras...@ti.com --- arch/arm/boot/dts/keystone.dtsi | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/keystone.dtsi

[PATCH 2/2] ARM: dts: k2l-mvm: add 1g ethernet phys nodes

2014-10-20 Thread Grygorii Strashko
Keystone K2L-EVM has two 1G Marvell 88E1514 Ethernet PHYs installed, which are compatible with 88E1510. Hence, add corresponding child nodes for 1G MDIO bus. For more information see: https://www.einfochips.com/index.php/partnerships/texas-instruments/k2l-evm.html Signed-off-by: Grygorii

[PATCH 1/2] ARM: dts: k2e-mvm: add 1g ethernet phys nodes

2014-10-20 Thread Grygorii Strashko
Keystone K2E-EVM has two 1G Marvell 88E1514 Ethernet PHYs installed, which are compatible with 88E1510. Hence, add corresponding child nodes for 1G MDIO bus. For more information see: https://www.einfochips.com/index.php/partnerships/texas-instruments/k2e-evm.html Signed-off-by: Grygorii

Re: [PATCH v2 1/5] Documentation: DT: Renamed of-serial.txt to 8250.txt

2014-10-20 Thread Arnd Bergmann
On Friday 17 October 2014 17:54:21 Chunyan Zhang wrote: The file of-serial.txt was only for 8250 compatible UART implementations, so renamed it to 8250.txt to avoid confusing other persons. Signed-off-by: Chunyan Zhang chunyan.zh...@spreadtrum.com ---

Re: [PATCH v2 2/5] Documentation: DT: Add bindings for Spreadtrum Sharkl Platform

2014-10-20 Thread Arnd Bergmann
On Friday 17 October 2014 17:54:22 Chunyan Zhang wrote: Adds Spreadtrum's prefix sprd to vendor-prefixes file. Adds the devicetree binding documentation for Spreadtrum's serial and Sharkl3 SoC based on the Sharkl Platform which is the 64-bit SoC Platform of Spreadtrum. Signed-off-by:

Re: [GIT PULL] dts, kbuild: Implement support for dtb vendor subdirs

2014-10-20 Thread Abhilash Kesavan
Hello Robert, On Thu, Oct 2, 2014 at 8:38 PM, Robert Richter r...@kernel.org wrote: On 23.09.14 13:26:19, Robert Richter wrote: On 19.09.14 15:08:56, Catalin Marinas wrote: On Fri, Sep 19, 2014 at 01:30:56PM +0100, Robert Richter wrote: On 16.09.14 20:49:18, Andrew Bresticker wrote:

Re: [PATCH 2/7] clk: samsung: exynos7: add clocks for MMC block

2014-10-20 Thread Abhilash Kesavan
Hi Vivek, On Mon, Oct 20, 2014 at 3:19 PM, Vivek Gautam gautam.vi...@samsung.com wrote: Hi Abhilash, On Fri, Oct 17, 2014 at 9:41 PM, Abhilash Kesavan a.kesa...@samsung.com wrote: From: Naveen Krishna Ch naveenkrishna...@gmail.com Exynos7 supports 3 MMC channels, add the MMC gate clocks

Re: [PATCH v5 0/6] Add initial support for pinctrl on Exynos7

2014-10-20 Thread Abhilash Kesavan
Hi Linus, On Sun, Oct 12, 2014 at 12:27 AM, Tomasz Figa tomasz.f...@gmail.com wrote: Abhilash, Linus, On 09.10.2014 15:54, Abhilash Kesavan wrote: Changes since v4: - Rebased over Tomasz Figa's pinctrl clean-up patches[1] Changes since v3: - Changed variable name from

Re: [PATCH v5 03/12] ACPI: Allow drivers to match using Device Tree compatible property

2014-10-20 Thread Grant Likely
On Fri, 17 Oct 2014 14:05:59 +0200 , Rafael J. Wysocki r...@rjwysocki.net wrote: From: Mika Westerberg mika.westerb...@linux.intel.com We have lots of existing Device Tree enabled drivers and allocating separate _HID for each is not feasible. Instead we allocate special _HID PRP0001 that

Re: [PATCH v5 09/12] Driver core: Unified interface for firmware node properties

2014-10-20 Thread Arnd Bergmann
On Monday 20 October 2014 01:30:47 Rafael J. Wysocki wrote: On Saturday, October 18, 2014 11:35:21 AM Arnd Bergmann wrote: On Friday 17 October 2014 14:14:53 Rafael J. Wysocki wrote: +/** + * fwnode_property_present - check if a property of a firmware node is present + * @fwnode:

Re: [PATCH v5 09/12] Driver core: Unified interface for firmware node properties

2014-10-20 Thread Arnd Bergmann
On Monday 20 October 2014 01:46:00 Rafael J. Wysocki wrote: Something like: #define define_fwnode_accessors(__type, __devprop_type) \ int device_property_read_##__type(struct device *dev, \ const char *propname, __type *val) \ { \ if

Re: [PATCH v5 09/12] Driver core: Unified interface for firmware node properties

2014-10-20 Thread Grant Likely
On Mon, 20 Oct 2014 01:46 +0200 , Rafael J. Wysocki r...@rjwysocki.net wrote: On Saturday, October 18, 2014 04:55:20 PM Grant Likely wrote: On Fri, 17 Oct 2014 14:14:53 +0200 , Rafael J. Wysocki r...@rjwysocki.net wrote: From: Rafael J. Wysocki rafael.j.wyso...@intel.com Add new

Re: [PATCH v5 10/12] gpio: Support for unified device properties interface

2014-10-20 Thread Arnd Bergmann
On Monday 20 October 2014 01:58:57 Rafael J. Wysocki wrote: Actually, since the two last patches in the series, which currently are the only users of these new functions, both pass gpios as the property name and 0 as the index, I can simplify the functions so that (a) fwnode_get_gpiod()

Re: [PATCH v5 10/12] gpio: Support for unified device properties interface

2014-10-20 Thread Arnd Bergmann
On Monday 20 October 2014 15:12:50 Alexandre Courbot wrote: On Sat, Oct 18, 2014 at 6:47 PM, Arnd Bergmann a...@arndb.de wrote: On Friday 17 October 2014 20:09:51 Arnd Bergmann wrote: On October 17, 2014 2:16:00 PM CEST, Rafael J. Wysocki r...@rjwysocki.net wrote: From: Mika Westerberg

Re: [RFC PATCH 4/4] arm64:numa: adding numa support for arm64 platforms.

2014-10-20 Thread Steve Capper
On Mon, Oct 20, 2014 at 03:25:56PM +0100, Steve Capper wrote: On Fri, Oct 17, 2014 at 10:49:56PM +0530, Ganapatrao Kulkarni wrote: [...] /*Proximity Distance matrix for 4Node system from-node to-node distance */ node-matrix=0 0 10,

Re: [RFC PATCH 4/4] arm64:numa: adding numa support for arm64 platforms.

2014-10-20 Thread Steve Capper
On Fri, Oct 17, 2014 at 10:49:56PM +0530, Ganapatrao Kulkarni wrote: Hi All, On Mon, Oct 6, 2014 at 11:22 PM, Ganapatrao Kulkarni gpkulka...@gmail.com wrote: On Mon, Oct 6, 2014 at 4:56 PM, Mark Rutland mark.rutl...@arm.com wrote: On Mon, Oct 06, 2014 at 06:14:36AM +0100, Ganapatrao

Re: [PATCH RFT 0/8] Marvell PXA168 libphy handling and Berlin Ethernet

2014-10-20 Thread Sebastian Hesselbarth
On 16.10.2014 11:53, Antoine Tenart wrote: On Thu, Oct 09, 2014 at 02:38:58PM +0200, Sebastian Hesselbarth wrote: This patch series deals with a removing a IP feature that can be found on all currently supported Marvell Ethernet IP (pxa168_eth, mv643xx_eth, mvneta). The MAC IP allows to

Re: [PATCH] ARM: DT: apq8064: Add Support for SD Card Detect for ifc6410 board

2014-10-20 Thread Stanimir Varbanov
On 10/20/2014 02:46 PM, Pramod Gurav wrote: +linux-arm-msm On Monday 20 October 2014 05:09 PM, Pramod Gurav wrote: This changes muxes in gpio26 pin to function as gpio and adds support for sd card detect for apq8064 based IFC6410 board. Cc: Rob Herring robh...@kernel.org Cc: Pawel Moll

Re: [PATCH RFC V3 2/3] mxs: add driver for ocotp in i.MX23 and i.MX28

2014-10-20 Thread Arnd Bergmann
On Saturday 18 October 2014 10:32:51 Stefan Wahren wrote: This patch brings readonly support for the On Chip OTP cells in the i.MX23 and i.MX28 processor. The driver uses files (one for each cell) in sysfs as interface. Signed-off-by: Stefan Wahren stefan.wah...@i2se.com ---

[PATCH v3 0/5] Add max77802 regulator operating mode support

2014-10-20 Thread Javier Martinez Canillas
Hello Mark, This is the third version of the series that adds operating modes support for the regulators in the max77802 PMIC. This version uses the standard regulator suspend states bindings as you suggested and also drops the patches already picked by you from the first [0] and second [1]

[PATCH v3 3/5] regulator: max77802: Document regulator operating modes

2014-10-20 Thread Javier Martinez Canillas
Some regulators from the max77802 PMIC support to be configured in one of two operating mode: Output ON (normal) and Output On Low Power Mode. Not all regulators support these two modes and for some of them, the mode can be changed while the system is running in normal operation while others only

[PATCH v3 1/5] regulator: of: Decrement refcount for suspend state nodes

2014-10-20 Thread Javier Martinez Canillas
of_get_regulation_constraints() calls of_get_child_by_name() to find the regulator-state-{mem,disk} child nodes for each regulator. This function increments the device node reference counter but this is not decremented once the function is done using the node. Fix that by calling of_node_put()

[PATCH v3 5/5] ARM: dts: Configure regulators for suspend on exynos Peach boards

2014-10-20 Thread Javier Martinez Canillas
The regulator core now has support to choose if a regulator has to be enabled or disabled during system suspend and also the max77802 driver supports changing the regulator operating mode during runtime and when the system enters into sleep mode. To lower power during suspend, configure the

[PATCH v3 4/5] regulator: max77802: Parse regulator operating mode properties

2014-10-20 Thread Javier Martinez Canillas
The max77802 PMIC regulators output can be configured in one of two modes: Output ON (normal) and Output ON in Low Power Mode. Some of the regulators support their operating mode to be changed on startup or by consumers when the system is running while others only support their operating mode to

Re: [PATCH] ARM: dts: berlin: Add GPIO leds to Google Chromecast

2014-10-20 Thread Sebastian Hesselbarth
On 10/03/2014 05:54 PM, Sebastian Hesselbarth wrote: With GPIO support for Marvell Berlin, now add the two gpio-connected LEDs on Google Chromecast. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Applied to berlin/dt. ---

Re: [PATCH v5 09/12] Driver core: Unified interface for firmware node properties

2014-10-20 Thread Grant Likely
On Mon, Oct 20, 2014 at 4:19 PM, Arnd Bergmann a...@arndb.de wrote: On Monday 20 October 2014 01:46:00 Rafael J. Wysocki wrote: Something like: #define define_fwnode_accessors(__type, __devprop_type) \ int device_property_read_##__type(struct device *dev, \

Re: [PATCH v2 2/5] mfd: max77693: Map charger device to its own of_node

2014-10-20 Thread Lee Jones
On Mon, 20 Oct 2014, Krzysztof Kozlowski wrote: Add a maxim,max77693-charger of_compatible to the mfd_cell so the MFD child device (the charger) will have its own of_node set. This will be used by the max77693 charger driver in next patches to obtain battery configuration from DTS.

Re: [PATCH v6 1/3] dma: at_xdmac: creation of the atmel eXtended DMA Controller driver

2014-10-20 Thread Ludovic Desroches
Hi Vinod, On Wed, Oct 15, 2014 at 07:00:04PM +0530, Vinod Koul wrote: On Wed, Oct 01, 2014 at 04:59:23PM +0200, Ludovic Desroches wrote: New atmel DMA controller known as XDMAC, introduced with SAMA5D4 devices. +static int at_xdmac_set_slave_config(struct dma_chan *chan, +

Re: [PATCH v2 2/5] mfd: max77693: Map charger device to its own of_node

2014-10-20 Thread Krzysztof Kozlowski
On pon, 2014-10-20 at 16:06 +0100, Lee Jones wrote: On Mon, 20 Oct 2014, Krzysztof Kozlowski wrote: Add a maxim,max77693-charger of_compatible to the mfd_cell so the MFD child device (the charger) will have its own of_node set. This will be used by the max77693 charger driver in next

Re: [PATCH RFT 0/8] Marvell PXA168 libphy handling and Berlin Ethernet

2014-10-20 Thread Antoine Tenart
Sebastian, On Mon, Oct 20, 2014 at 04:37:51PM +0200, Sebastian Hesselbarth wrote: On 16.10.2014 11:53, Antoine Tenart wrote: On Thu, Oct 09, 2014 at 02:38:58PM +0200, Sebastian Hesselbarth wrote: This patch series deals with a removing a IP feature that can be found on all currently supported

Re: [PATCH RFC V3 2/3] mxs: add driver for ocotp in i.MX23 and i.MX28

2014-10-20 Thread Stefan Wahren
Hi Arnd, Am 20.10.2014 um 16:44 schrieb Arnd Bergmann: On Saturday 18 October 2014 10:32:51 Stefan Wahren wrote: This patch brings readonly support for the On Chip OTP cells in the i.MX23 and i.MX28 processor. The driver uses files (one for each cell) in sysfs as interface. ... I think

[PATCHv2 2/2] ARM: dts: socfpga: Add a 3.3V fixed regulator node

2014-10-20 Thread dinguyen
From: Dinh Nguyen dingu...@opensource.altera.com Without the 3.3V regulator node, the SDMMC driver will give these warnings: dw_mmc ff704000.dwmmc0: No vmmc regulator found dw_mmc ff704000.dwmmc0: No vqmmc regulator found This patch adds the regulator node, and points the SD/MMC to the

[PATCHv2 0/2] ARM: dts: socfpga: fix booting with SD/MMC

2014-10-20 Thread dinguyen
From: Dinh Nguyen dingu...@opensource.altera.com The SOCFPGA dev kit was hanging during bootup on the SD/MMC driver loading. The first patch fixes the booting and the 2nd patch adds a regulator node for the SD/MMC driver to use. v2 diff(s): Patch 2/2 ARM: dts: socfpga: Add a 3.3V fixed regulator

[PATCHv2 1/2] ARM: dts: socfpga: Fix SD card detect

2014-10-20 Thread dinguyen
From: Dinh Nguyen dingu...@opensource.altera.com Without this patch, the booting the SOCFPGA platform would hang at the SDMMC driver loading. There were 2 patches that caused this to happen: - Patch 9795a846e10 mmc: dw_mmc: remove dw_mci_of_cd_gpio/wp_gpio() removed looking for cd-gpios, since

Re: [PATCH v3 1/3] ARM: meson: reset: Add reset controller for MesonX SoCs

2014-10-20 Thread Philipp Zabel
Am Montag, den 20.10.2014, 13:19 +0200 schrieb Carlo Caione: Hi Philipp, from the documentation and the sources I have, it seems that in the register together with the bits for resetting the ICs there are also bits for turning the ICs on and off. I really wanted to avoid create a new of_xlate

Re: [GIT PULL] dts, kbuild: Implement support for dtb vendor subdirs

2014-10-20 Thread Robert Richter
On 20.10.14 19:26:32, Abhilash Kesavan wrote: Robert Richter (6): dts, arm64: Add dtbs_install make target dts, kbuild: Factor out dtbs install rules to Makefile.dtbinst dts, arm/arm64: Remove dtbs build rules in sub-makes dts, kbuild: Implement support for

Re: [PATCHv2 1/2] ARM: dts: socfpga: Fix SD card detect

2014-10-20 Thread Doug Anderson
Dinh, On Mon, Oct 20, 2014 at 8:31 AM, dingu...@opensource.altera.com wrote: From: Dinh Nguyen dingu...@opensource.altera.com Without this patch, the booting the SOCFPGA platform would hang at the SDMMC driver loading. There were 2 patches that caused this to happen: - Patch 9795a846e10

Re: [PATCH v2 1/1] Documentation: dt-bindings: Explain order in patch series

2014-10-20 Thread Jonathan Corbet
On Tue, 14 Oct 2014 10:25:52 +0100 Mark Rutland mark.rutl...@arm.com wrote: Following the discussion around [1], this makes sense to me, so: Acked-by: Mark Rutland mark.rutl...@arm.com Applied to my shiny new docs tree in case nobody else grabs it. jon -- To unsubscribe from this list: send

Re: [PATCHv2 2/2] ARM: dts: socfpga: Add a 3.3V fixed regulator node

2014-10-20 Thread Doug Anderson
Dinh, On Mon, Oct 20, 2014 at 8:31 AM, dingu...@opensource.altera.com wrote: +++ b/arch/arm/boot/dts/socfpga_arria5_socdk.dts @@ -37,6 +37,15 @@ */ ethernet0 = gmac1; }; + + regulator_3_3v: regulator { I think it's better to give this a real

Re: [PATCH 15/15] drm/panel: Add Sharp LQ101R1SX01 support

2014-10-20 Thread Andrzej Hajda
On 10/13/2014 12:16 PM, Thierry Reding wrote: From: Thierry Reding tred...@nvidia.com This panel requires dual-channel mode. The device accepts command-mode data on 8 lanes and will therefore need a dual-channel DSI controller. The two interfaces that make up this device need to be

Re: [PATCH] of/fdt: Add extern prototype for early_init_dt_scan_chosen_serial()

2014-10-20 Thread Kevin Cernekee
On Mon, Oct 20, 2014 at 2:22 AM, Rob Herring r...@kernel.org wrote: On Sun, Oct 19, 2014 at 4:11 PM, Kevin Cernekee cerne...@gmail.com wrote: The original commit that introduced this function (fb11ffe74c794a) indicated that calling it from the architecture code was one possible use case.

Re: [PATCH 2/2] Documentation: devicetree: Add bindings for Wi2Wi w2sg0004 gps

2014-10-20 Thread Dr. H. Nikolaus Schaller
Hi, Am 20.10.2014 um 11:35 schrieb Mark Rutland mark.rutl...@arm.com: Hi, On Fri, Oct 17, 2014 at 08:55:50PM +0100, Dr. H. Nikolaus Schaller wrote: Am 17.10.2014 um 13:00 schrieb Mark Rutland mark.rutl...@arm.com: On Fri, Oct 17, 2014 at 11:16:42AM +0100, Dr. H. Nikolaus Schaller

Re: [PATCH RFC V3 2/3] mxs: add driver for ocotp in i.MX23 and i.MX28

2014-10-20 Thread Arnd Bergmann
On Monday 20 October 2014 17:32:37 Stefan Wahren wrote: Am 20.10.2014 um 16:44 schrieb Arnd Bergmann: On Saturday 18 October 2014 10:32:51 Stefan Wahren wrote: This patch brings readonly support for the On Chip OTP cells in the i.MX23 and i.MX28 processor. The driver uses files (one for

Re: [PATCHv2 1/2] ARM: dts: socfpga: Fix SD card detect

2014-10-20 Thread Mark Rutland
On Mon, Oct 20, 2014 at 04:31:18PM +0100, dingu...@opensource.altera.com wrote: From: Dinh Nguyen dingu...@opensource.altera.com Without this patch, the booting the SOCFPGA platform would hang at the SDMMC driver loading. There were 2 patches that caused this to happen: - Patch 9795a846e10

Re: [PATCH 2/6] arm64: Add DTS support for Spreadtrum's Shark64 SoC

2014-10-20 Thread Arnd Bergmann
On Wednesday 15 October 2014 11:17:07 Lyra Zhang wrote: Hi, Arnd Hi Lyra, Sorry for the late reply, I've been away travelling and am just now catching up on email. Have you found a solution or do you still need help with this? Arnd 2014-09-29 21:47 GMT+08:00 Arnd Bergmann

Re: [PATCHv2 1/2] ARM: dts: socfpga: Fix SD card detect

2014-10-20 Thread Dinh Nguyen
On 10/20/2014 01:41 PM, Mark Rutland wrote: On Mon, Oct 20, 2014 at 04:31:18PM +0100, dingu...@opensource.altera.com wrote: From: Dinh Nguyen dingu...@opensource.altera.com Without this patch, the booting the SOCFPGA platform would hang at the SDMMC driver loading. There were 2 patches that

Re: [PATCHv2 1/2] ARM: dts: socfpga: Fix SD card detect

2014-10-20 Thread Doug Anderson
Mark, On Mon, Oct 20, 2014 at 11:41 AM, Mark Rutland mark.rutl...@arm.com wrote: On Mon, Oct 20, 2014 at 04:31:18PM +0100, dingu...@opensource.altera.com wrote: From: Dinh Nguyen dingu...@opensource.altera.com Without this patch, the booting the SOCFPGA platform would hang at the SDMMC

Re: [PATCHv2 1/2] ARM: dts: socfpga: Fix SD card detect

2014-10-20 Thread Doug Anderson
Dinh, On Mon, Oct 20, 2014 at 9:31 AM, Dinh Nguyen dingu...@opensource.altera.com wrote: mmc0 { - cd-gpios = gpio1 18 0; + cd = gpio1 18 0; This doesn't look right to me. What was the error that was passed back? I think your change has the same net effect as just deleting the

  1   2   >