Re: [PATCH v2 1/6] dt-bindings: iommu: Add binding for mediatek IOMMU

2015-05-25 Thread Tomasz Figa
Hi, Please see my comments inline. On Fri, May 15, 2015 at 6:43 PM, Yong Wu yong...@mediatek.com wrote: This patch add mediatek iommu dts binding document. Signed-off-by: Yong Wu yong...@mediatek.com --- .../devicetree/bindings/iommu/mediatek,iommu.txt | 51 ++

Re: [PATCH v4 2/6] Document: dt: fsl: snvs: change support syscon

2015-05-25 Thread Shawn Guo
On Fri, May 22, 2015 at 10:36:35PM +0800, frank...@freescale.com wrote: From: Frank Li frank...@freescale.com snvs actually is multi fucntion driver. Change to use syscon to access register. The rationale of 'interrupts' change did not get covered in the commit log. Shawn Signed-off-by:

Re: [PATCH v4 3/6] arm: dts: imx: update snvs to use syscon access register

2015-05-25 Thread Shawn Guo
On Fri, May 22, 2015 at 10:36:36PM +0800, frank...@freescale.com wrote: From: Frank Li frank...@freescale.com snvs is MFP device. Change dts to use syscon to allocate register resource. snvs power off also switch to common syscon-poweroff Signed-off-by: Frank Li frank...@freescale.com ---

Re: [PATCH v4 1/6] rtc: arm: imx: snvs: change use syscon to access register

2015-05-25 Thread Shawn Guo
On Fri, May 22, 2015 at 10:36:34PM +0800, frank...@freescale.com wrote: static int snvs_rtc_probe(struct platform_device *pdev) { struct snvs_rtc_data *data; struct resource *res; int ret; + struct device_node *snvs_np; + void __iomem *mmio; data =

Re: [PATCH v4 0/6] Change snvs rtc and poweroff to use syscon add pwrkey driver

2015-05-25 Thread Shawn Guo
On Fri, May 22, 2015 at 10:36:33PM +0800, frank...@freescale.com wrote: Frank Li (5): rtc: arm: imx: snvs: change use syscon to access register Document: dt: fsl: snvs: change support syscon arm: dts: imx: update snvs to use syscon access register document: devicetree: input: imx:

Re: [PATCH v2 2/6] dt-bindings: mediatek: Add smi dts binding

2015-05-25 Thread Tomasz Figa
Hi, Please see my comments inline. On Fri, May 15, 2015 at 6:43 PM, Yong Wu yong...@mediatek.com wrote: This patch add smi binding document. Signed-off-by: Yong Wu yong...@mediatek.com --- .../bindings/soc/mediatek/mediatek,smi-larb.txt| 24 ++

Re: [PATCHv1 0/2] Adding driver for Xilinx LogiCORE IP mailbox.

2015-05-25 Thread Michal Simek
On 05/22/2015 08:03 PM, Moritz Fischer wrote: This patchset adds mailbox framework integration for the Xilinx LogiCORE IP mailbox. The Xilinx LogiCORE IP mailbox is a fpga softcore that allows interprocessor communication between AXI4 stream / memory mapped processors. Changes from v0:

Re: [PATCH v4 1/6] rtc: arm: imx: snvs: change use syscon to access register

2015-05-25 Thread Shawn Guo
On Fri, May 22, 2015 at 10:36:34PM +0800, frank...@freescale.com wrote: From: Frank Li frank...@freescale.com snvs included rtc, on/off key, power-off module change to syscon to access register Signed-off-by: Frank Li frank...@freescale.com Did you test it with both existing and new DTBs?

Re: [PATCH v3 02/16] crypto: add a new driver for Marvell's CESA

2015-05-25 Thread Herbert Xu
On Fri, May 22, 2015 at 03:33:48PM +0200, Boris Brezillon wrote: +struct ahash_alg mv_ahmac_sha1_alg = { + .init = mv_cesa_ahmac_sha1_init, + .update = mv_cesa_ahash_update, + .final = mv_cesa_ahash_final, + .finup = mv_cesa_ahash_finup, + .digest =

Re: [PATCH v3 02/16] crypto: add a new driver for Marvell's CESA

2015-05-25 Thread Herbert Xu
On Mon, May 25, 2015 at 10:10:16AM +0200, Boris Brezillon wrote: Yep, I noticed that after submitting this version. I guess I only needed the import function for my test cases and thus forgot to implement the import function. Anyway, I just added the the import functions (they'll be available

Re: [PATCH v3 02/16] crypto: add a new driver for Marvell's CESA

2015-05-25 Thread Boris Brezillon
Hi Herbert, On Mon, 25 May 2015 15:58:12 +0800 Herbert Xu herb...@gondor.apana.org.au wrote: On Fri, May 22, 2015 at 03:33:48PM +0200, Boris Brezillon wrote: +static int mv_cesa_sha1_export(struct ahash_request *req, void *out) +{ + struct sha1_state *out_state = out; + struct

Re: [PATCH v3 02/16] crypto: add a new driver for Marvell's CESA

2015-05-25 Thread Boris Brezillon
On Mon, 25 May 2015 16:05:47 +0800 Herbert Xu herb...@gondor.apana.org.au wrote: On Fri, May 22, 2015 at 03:33:48PM +0200, Boris Brezillon wrote: +struct ahash_alg mv_ahmac_sha1_alg = { + .init = mv_cesa_ahmac_sha1_init, + .update = mv_cesa_ahash_update, + .final =

Re: [PATCH v3 02/16] crypto: add a new driver for Marvell's CESA

2015-05-25 Thread Herbert Xu
On Mon, May 25, 2015 at 10:18:11AM +0200, Boris Brezillon wrote: Hm, I'm not I understand what you mean: the CESA engine is supporting hardware HMAC. What makes you think I'm doing the HMAC operation in software (I guess I haven't properly filled the ahash_alg structure :-)) ? Nevermind, I

Re: [PATCH v2 5/6] iommu/mediatek: Add mt8173 IOMMU driver

2015-05-25 Thread Tomasz Figa
Hi, Please see my comments inline. On Fri, May 15, 2015 at 6:43 PM, Yong Wu yong...@mediatek.com wrote: [snip] + +struct mtk_iommu_info { + void __iomem*base; + int irq; + struct device *dev; + struct device

Re: [RFC PATCH v1 1/3] PCI: designware: Add ARM64 support

2015-05-25 Thread Zhou Wang
On 2015/5/25 13:10, Jingoo Han wrote: On Wed, 20 May 2015 14:21:39 +0800, Zhou Wang wrote: This patch tries to unify ARM32 and ARM64 PCIe in designware driver. Delete function dw_pcie_setup, dw_pcie_scan_bus, dw_pcie_map_irq and struct hw_pci, move related operations to dw_pcie_host_init. I

Re: [PATCH v4 4/6] input: keyboard: imx: add snvs power key driver

2015-05-25 Thread Shawn Guo
On Fri, May 22, 2015 at 10:36:37PM +0800, frank...@freescale.com wrote: +static int imx_snvs_pwrkey_probe(struct platform_device *pdev) +{ + struct pwrkey_drv_data *pdata = NULL; + struct input_dev *input = NULL; + struct device_node *np, *snvs_np; + int error; + + /*

Re: [PATCH v4 6/6] arm: dts: imx6sx: enable snvs power key

2015-05-25 Thread Shawn Guo
On Fri, May 22, 2015 at 10:36:39PM +0800, frank...@freescale.com wrote: From: Frank Li frank...@freescale.com enable snvs ONOFF power key support Signed-off-by: Frank Li frank...@freescale.com Please use 'ARM: dts: imx6sx: ...' for the patch subject. --- arch/arm/boot/dts/imx6sx.dtsi |

Re: [PATCH v3 02/16] crypto: add a new driver for Marvell's CESA

2015-05-25 Thread Herbert Xu
On Fri, May 22, 2015 at 03:33:48PM +0200, Boris Brezillon wrote: +static int mv_cesa_sha1_export(struct ahash_request *req, void *out) +{ + struct sha1_state *out_state = out; + struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); + struct mv_cesa_ahash_req *creq =

Re: [PATCH 00/15] MIPS Malta DT Conversion

2015-05-25 Thread Rob Landley
On Fri, May 22, 2015 at 10:50 AM, Paul Burton paul.bur...@imgtec.com wrote: This series begins converting the MIPS Malta board to use device tree, which is done with a few goals in mind: - To modernise the Malta board support, providing a cleaner example to people referencing it when

Re: Device Tree Blob (DTB) licence

2015-05-25 Thread Rob Landley
On Fri, May 22, 2015 at 2:27 PM, Yann Droneaud ydrone...@opteya.com wrote: I've added licens...@fsf.ogrg in Cc: in my previous message to have an advice on this subject, but I failed to notice licens...@fsf.org is not a mailing list: I was assigned request ID [gnu.org #1017262]. Regards.

[PATCH v3 4/6] Watchdog: introdouce pretimeout into framework

2015-05-25 Thread fu . wei
From: Fu Wei fu@linaro.org Also update Documentation/watchdog/watchdog-kernel-api.txt to introduce: (1)the new elements in the watchdog_device and watchdog_ops struct; (2)the new API watchdog_init_timeouts Reasons: (1)kernel already has two watchdog drivers are using pretimeout:

[PATCH v3 1/6] Documentation: add sbsa-gwdt.txt documentation

2015-05-25 Thread fu . wei
From: Fu Wei fu@linaro.org The sbsa-gwdt.txt documentation in devicetree/bindings/watchdog is for introducing SBSA(Server Base System Architecture) Generic Watchdog device node info into FDT. Acked-by: Arnd Bergmann a...@arndb.de Signed-off-by: Fu Wei fu@linaro.org ---

[PATCH v3 0/6] Watchdog: introduce ARM SBSA watchdog driver

2015-05-25 Thread fu . wei
From: Fu Wei fu@linaro.org This patchset: (1)Introduce Documentation/devicetree/bindings/watchdog/sbsa-gwdt.txt for FDT info of SBSA Generic Watchdog, and give two examples of adding SBSA Generic Watchdog device node into the dts files: foundation-v8.dts and

[PATCH v3 3/6] ARM64: add SBSA Generic Watchdog device node in amd-seattle-soc.dtsi

2015-05-25 Thread fu . wei
From: Fu Wei fu@linaro.org This can be a example of adding SBSA Generic Watchdog device node into some dts files for the Soc which contains SBSA Generic Watchdog. Acked-by: Arnd Bergmann a...@arndb.de Acked-by: Suravee Suthikulpanit suravee.suthikulpa...@amd.com Tested-by: Suravee

[PATCH v3 6/6] ACPI: import watchdog info of GTDT into platform device

2015-05-25 Thread fu . wei
From: Fu Wei fu@linaro.org Parse SBSA Generic Watchdog Structure in GTDT table of ACPI, and create a platform device with that information. This platform device can be used by the ARM SBSA Generic Watchdog driver. Tested-by: Suravee Suthikulpanit suravee.suthikulpa...@amd.com Tested-by:

Re: [PATCH v5 36/37] MIPS: ingenic: initial JZ4780 support

2015-05-25 Thread Hauke Mehrtens
On 05/24/2015 05:11 PM, Paul Burton wrote: Support the Ingenic JZ4780 SoC using the existing code under arch/mips/jz4740 now that it has been generalised sufficiently. Signed-off-by: Paul Burton paul.bur...@imgtec.com Cc: Ian Campbell ijc+devicet...@hellion.org.uk Cc: Kumar Gala

Re: [PATCH v3 02/16] crypto: add a new driver for Marvell's CESA

2015-05-25 Thread Imre Kaloz
Hi Boris, On Mon, 25 May 2015 13:08:12 +0200, Boris Brezillon boris.brezil...@free-electrons.com wrote: Yep, I noticed that after submitting this version. I guess I only needed the import function for my test cases and thus forgot to implement the import function. Anyway, I just added

Re: [PATCH v4 1/1] ARM: mvebu: dts: Add dts file for DLink DNS-327L

2015-05-25 Thread Gregory CLEMENT
Hi Andrew, On 20/05/2015 13:00, Sebastian Hesselbarth wrote: On 20.05.2015 12:20, Andrew wrote: Sebastian Hesselbarth писал 20.05.2015 12:05: On 19.05.2015 23:10, Andrew Andrianov wrote: DNS-327L is a 2-bay NAS with the following specs: [...] Signed-off-by: Andrew Andrianov

[PATCH 2/3] Documentation: devicetree: Add Richtek RT9455 bindings

2015-05-25 Thread Anda-Maria Nicolae
Signed-off-by: Anda-Maria Nicolae anda-maria.nico...@intel.com --- .../devicetree/bindings/power/rt9455_charger.txt | 46 1 file changed, 46 insertions(+) create mode 100644 Documentation/devicetree/bindings/power/rt9455_charger.txt diff --git

[PATCH 0/3] Add support for Richtek RT9455 battery charger

2015-05-25 Thread Anda-Maria Nicolae
Hello, The next 3 patches do the following: - first patch adds Richtek Technology Corporation in the vendor-prefixes list - second patch adds device tree binding example for Richtek RT9455 battery charger - third patch adds the driver for Richtek RT9455 battery charger Thanks, Anda Anda-Maria

Re: [PATCH v3 02/16] crypto: add a new driver for Marvell's CESA

2015-05-25 Thread Boris Brezillon
Hi Imre, On Mon, 25 May 2015 12:44:44 +0200 Imre Kaloz ka...@openwrt.org wrote: Hi Boris, On Mon, 25 May 2015 10:10:16 +0200, Boris Brezillon boris.brezil...@free-electrons.com wrote: snip Yep, I noticed that after submitting this version. I guess I only needed the import

Re: [PATCH v3 02/16] crypto: add a new driver for Marvell's CESA

2015-05-25 Thread Boris Brezillon
On Mon, 25 May 2015 13:13:43 +0200 Imre Kaloz ka...@openwrt.org wrote: Hi Boris, On Mon, 25 May 2015 13:08:12 +0200, Boris Brezillon boris.brezil...@free-electrons.com wrote: Yep, I noticed that after submitting this version. I guess I only needed the import function for my test

[PATCH v3 5/6] Watchdog: introduce ARM SBSA watchdog driver

2015-05-25 Thread fu . wei
From: Fu Wei fu@linaro.org This driver bases on linux kernel watchdog framework, and use pretimeout in the framework. It supports getting timeout and pretimeout from parameter and FDT at the driver init stage. In first timeout, the interrupt routine run panic to save system context.

[PATCH v3 2/6] ARM64: add SBSA Generic Watchdog device node in foundation-v8.dts

2015-05-25 Thread fu . wei
From: Fu Wei fu@linaro.org This can be a example of adding SBSA Generic Watchdog device node into some dts files for the Soc which contains SBSA Generic Watchdog. Acked-by: Arnd Bergmann a...@arndb.de Signed-off-by: Fu Wei fu@linaro.org --- arch/arm64/boot/dts/arm/foundation-v8.dts | 10

Re: [PATCH v3 2/2] soc: Add driver for Freescale Vybrid Platform

2015-05-25 Thread maitysanchayan
Hello Arnd, On 15-05-22 15:20:00, Arnd Bergmann wrote: On Friday 22 May 2015 14:02:52 Stefan Agner wrote: Can you use syscon_regmap_lookup_by_phandle instead, and put the phandles in the fsl,vf610-mscm-cpucfg node? Hm, with that we would wire up hardware modules which does nothing has

[PATCH 3/3] power_supply: Add support for Richtek RT9455 battery charger

2015-05-25 Thread Anda-Maria Nicolae
Based on the datasheet found here: http://www.richtek.com/download_ds.jsp?p=RT9455 Signed-off-by: Anda-Maria Nicolae anda-maria.nico...@intel.com --- drivers/power/Kconfig |7 + drivers/power/Makefile |1 + drivers/power/rt9455_charger.c | 1821

[PATCH 1/3] of: Add vendor prefix for Richtek Technology Corporation

2015-05-25 Thread Anda-Maria Nicolae
Signed-off-by: Anda-Maria Nicolae anda-maria.nico...@intel.com --- .../devicetree/bindings/vendor-prefixes.txt|1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index

Re: [PATCH v3 02/16] crypto: add a new driver for Marvell's CESA

2015-05-25 Thread Imre Kaloz
Hi Boris, On Mon, 25 May 2015 10:10:16 +0200, Boris Brezillon boris.brezil...@free-electrons.com wrote: snip Yep, I noticed that after submitting this version. I guess I only needed the import function for my test cases and thus forgot to implement the import function. Anyway, I just added

[PATCH] ARM: dts: odroidxu3: Enable wake alarm of S2MPS11 RTC

2015-05-25 Thread Krzysztof Kozlowski
The IRQB of S2MPS11 PMIC is wired to XEINT4 (GPX0-4) through pull-up resistor. Add interrupt properties and pinctrl configuration to enable RTC wake alarm of rtc-s5m driver. This also removes a warning: sec_pmic 4-0066: No interrupt specified, no interrupts Signed-off-by: Krzysztof Kozlowski

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

2015-05-25 Thread Jens Wiklander
On Fri, May 22, 2015 at 05:27:59PM +0100, Mark Rutland wrote: On Wed, May 20, 2015 at 01:16:48PM +0100, Jens Wiklander wrote: Hi, On Mon, May 18, 2015 at 02:18:50PM +0100, Mark Rutland wrote: Hi, On Fri, May 15, 2015 at 07:34:27AM +0100, Jens Wiklander wrote: Adds a OP-TEE

Re: [PATCH V4 1/3] OPP: Redefine bindings to overcome shortcomings

2015-05-25 Thread Viresh Kumar
On 21-05-15, 10:03, Viresh Kumar wrote: On 20-05-15, 12:39, Stephen Boyd wrote: On 05/19/15 19:07, Viresh Kumar wrote: On 19-05-15, 17:51, Stephen Boyd wrote: Also I wonder if all properties should be optional? I don't have this scenario today, but perhaps the frequencies could be

Re: [PATCH] ARM: dts: odroidxu3: Enable wake alarm of S2MPS11 RTC

2015-05-25 Thread Javier Martinez Canillas
Hello Krzysztof, On 05/25/2015 01:44 PM, Krzysztof Kozlowski wrote: The IRQB of S2MPS11 PMIC is wired to XEINT4 (GPX0-4) through pull-up resistor. Add interrupt properties and pinctrl configuration to enable RTC wake alarm of rtc-s5m driver. This also removes a warning: sec_pmic 4-0066: No

[PATCH 2/2] ARM: dts: Add Odroid XU3 Lite support

2015-05-25 Thread Krzysztof Kozlowski
The Odroid XU3 Lite is almost the same as XU3, except: 1. Lower CPU frequencies (1.8 GHz for A15 and 1.3 GHz for A7, instead of 2.0 GHz and 1.4 GHz). 2. No DisplayPort. 3. No TI INA231 energy measurement sensors. This patch moves common nodes (which is almost everything) to a common DTSI file

Re: [PATCH v8 8/8] DT: samsung-fimc: Add examples for samsung,flash-led property

2015-05-25 Thread Sylwester Nawrocki
Hi, On 23/05/15 14:03, Sakari Ailus wrote: On Thu, May 21, 2015 at 03:28:40PM +0200, Sylwester Nawrocki wrote: flash-leds = flash_xx image_sensor_x, ...; One more matter to consider: xenon flash devices. How about samsung,camera-flashes (and ti,camera-flashes)? After pondering this

[PATCH 1/2] of: Add vendor prefix for Hardkernel

2015-05-25 Thread Krzysztof Kozlowski
Add Hardkernel Co., Ltd. to the list of device tree vendor prefixes. Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt

Re: [PATCH 1/2] of: Add vendor prefix for Hardkernel

2015-05-25 Thread Javier Martinez Canillas
Hello Krzysztof, On 05/25/2015 02:26 PM, Krzysztof Kozlowski wrote: Add Hardkernel Co., Ltd. to the list of device tree vendor prefixes. Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1

Re: [PATCH v4 2/2] ARM: socfpga: dts: add sdram controller dt binding doc

2015-05-25 Thread Pavel Machek
On Fri 2015-05-22 13:02:15, Alan Tull wrote: Add binding doc for Altera SOCFPGA SDRAM controller. Signed-off-by: Alan Tull at...@opensource.altera.com --- v4: Add bindings doc --- .../arm/altera/socfpga-sdram-controller.txt| 12 1 file changed, 12 insertions(+)

Re: [PATCH v4 1/2] ARM: socfpga: support suspend to ram

2015-05-25 Thread Pavel Machek
Hi! Suspend-to-RAM and EDAC support are mutually exclusive on SOCFPGA platforms. CONFIG_SOCFPGA_SUSPEND enables suspend-to-RAM and prevents selecting CONFIG_EDAC_ALTERA_MC. Do we went to have the dependency at the .config time? We would like to do generic kernels booting on many machines,

Re: [PATCH v8 8/8] DT: samsung-fimc: Add examples for samsung,flash-led property

2015-05-25 Thread Jacek Anaszewski
Hi, On 05/25/2015 02:00 PM, Sylwester Nawrocki wrote: Hi, On 23/05/15 14:03, Sakari Ailus wrote: On Thu, May 21, 2015 at 03:28:40PM +0200, Sylwester Nawrocki wrote: flash-leds = flash_xx image_sensor_x, ...; One more matter to consider: xenon flash devices. How about

[PATCH 1/2] vendor-prefixes: Add entry for Wandboard

2015-05-25 Thread Fabio Estevam
Add entry for Wandboard vendor prefix. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt

[PATCH 2/2] vendor-prefixes: Add entry for Warpboard

2015-05-25 Thread Fabio Estevam
Add entry for Warpboard vendor prefix. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt

Re: [PATCH v3 01/16] crypto: mv_cesa: request registers memory region

2015-05-25 Thread Herbert Xu
On Fri, May 22, 2015 at 03:33:47PM +0200, Boris Brezillon wrote: The mv_cesa driver does not request the CESA registers memory region. Since we're about to add a new CESA driver, we need to make sure only one of these drivers probe the CESA device, and requesting the registers memory region is

Re: [PATCHv2] ARM: mvebu: add support for the new Aramda 385 based Linksys boards

2015-05-25 Thread Gregory CLEMENT
Hi Imre, On 20/05/2015 23:14, Imre Kaloz wrote: This patch adds support for the Linksys WRT1200AC (Caiman) and the Linksys WRT1900AC v2 (Cobra). Both boards have: - 2 Marvell 88W8864 radios - 1 USB 3.0 port - 1 USB 2.0/eSATAp port - 2 Ethernet interfaces connected to a 88E6176 switch

Re: [PATCHv2] ARM: mvebu: add support for the new Aramda 385 based Linksys boards

2015-05-25 Thread Imre Kaloz
Hi Gregory, On Mon, 25 May 2015 14:58:22 +0200, Gregory CLEMENT gregory.clem...@free-electrons.com wrote: snip it seems that you missed my comment about removing bootargs and just using stdout-path = serial0:115200n8; If you agree and if there is no remark about the DSA part from

Re: [PATCH 00/15] MIPS Malta DT Conversion

2015-05-25 Thread Paul Burton
On Mon, May 25, 2015 at 02:59:31AM -0500, Rob Landley wrote: On Fri, May 22, 2015 at 10:50 AM, Paul Burton paul.bur...@imgtec.com wrote: This series begins converting the MIPS Malta board to use device tree, which is done with a few goals in mind: - To modernise the Malta board support,

Re: [RFC PATCH v1 1/3] PCI: designware: Add ARM64 support

2015-05-25 Thread Jingoo Han
On Monday, May 25, 2015 6:52 PM, Zhou Wang wrote: On 2015/5/25 13:10, Jingoo Han wrote: On Wed, 20 May 2015 14:21:39 +0800, Zhou Wang wrote: This patch tries to unify ARM32 and ARM64 PCIe in designware driver. Delete function dw_pcie_setup, dw_pcie_scan_bus, dw_pcie_map_irq and struct

Re: [PATCHv1 0/2] Adding driver for Xilinx LogiCORE IP mailbox.

2015-05-25 Thread Jingoo Han
On Monday, May 25, 2015 3:05 PM, Michal Simek wrote: On 05/22/2015 08:03 PM, Moritz Fischer wrote: This patchset adds mailbox framework integration for the Xilinx LogiCORE IP mailbox. The Xilinx LogiCORE IP mailbox is a fpga softcore that allows interprocessor communication between AXI4

Re: [RFC PATCH v1 1/3] PCI: designware: Add ARM64 support

2015-05-25 Thread Fabrice Gasnier
Hi Zhou, On 05/25/2015 03:48 PM, Jingoo Han wrote: so how about we set 0 as default value of pp-root_bus_nr, then use pci_create_root_bus(pp-dev, pp-root_bus_nr, dw_pcie_ops, pp, res); to create root bus? I agree with your opinion. However, I still want to wait for other people's opinions.

Re: [PATCH v3 4/5] pci: designware: remove pci_common_init_dev()

2015-05-25 Thread Fabrice Gasnier
Hi Bjorn, On 05/06/2015 09:22 PM, Bjorn Helgaas wrote: It's not completely obvious that replacing pci_common_init_dev() with dw_pcie_setup() is equivalent. Here are my notes from trying to convince myself that this is correct. I think your changelog could stand some enhancement. It would be

Re: [PATCHv2] ARM: mvebu: add support for the new Aramda 385 based Linksys boards

2015-05-25 Thread Andrew Lunn
On Mon, May 25, 2015 at 02:58:22PM +0200, Gregory CLEMENT wrote: Hi Imre, On 20/05/2015 23:14, Imre Kaloz wrote: This patch adds support for the Linksys WRT1200AC (Caiman) and the Linksys WRT1900AC v2 (Cobra). Both boards have: - 2 Marvell 88W8864 radios - 1 USB 3.0 port - 1

Re: [PATCH v5 00/11] Add simple NVMEM Framework via regmap.

2015-05-25 Thread Pantelis Antoniou
Hi Srinivas, On May 21, 2015, at 19:42 , Srinivas Kandagatla srinivas.kandaga...@linaro.org wrote: Thankyou all for providing inputs and comments on previous versions of this patchset. Here is the v5 of the patchset addressing all the issues raised as part of previous versions review.

Re: [PATCH v8 8/8] DT: samsung-fimc: Add examples for samsung,flash-led property

2015-05-25 Thread Sylwester Nawrocki
On 25/05/15 14:50, Jacek Anaszewski wrote: On 23/05/15 14:03, Sakari Ailus wrote: On Thu, May 21, 2015 at 03:28:40PM +0200, Sylwester Nawrocki wrote: flash-leds = flash_xx image_sensor_x, ...; One more matter to consider: xenon flash devices. How about samsung,camera-flashes (and

Re: [PATCHv2] ARM: mvebu: add support for the new Aramda 385 based Linksys boards

2015-05-25 Thread Gregory CLEMENT
Hi Andrew, Imre, On 25/05/2015 16:08, Andrew Lunn wrote: On Mon, May 25, 2015 at 02:58:22PM +0200, Gregory CLEMENT wrote: Hi Imre, On 20/05/2015 23:14, Imre Kaloz wrote: This patch adds support for the Linksys WRT1200AC (Caiman) and the Linksys WRT1900AC v2 (Cobra). Both boards have: -

[PATCH 07/21] of/platform: Ensure device registration on lookup

2015-05-25 Thread Tomeu Vizoso
When looking up a platform device from its device node, ensure that the device has been registered before doing the actual search. This increases the chances of the device having been probed by that time, reducing deferred probes. Signed-off-by: Tomeu Vizoso tomeu.viz...@collabora.com ---

Re: [PATCH v8 8/8] DT: samsung-fimc: Add examples for samsung,flash-led property

2015-05-25 Thread Jacek Anaszewski
On 05/25/2015 04:28 PM, Sylwester Nawrocki wrote: On 25/05/15 14:50, Jacek Anaszewski wrote: On 23/05/15 14:03, Sakari Ailus wrote: On Thu, May 21, 2015 at 03:28:40PM +0200, Sylwester Nawrocki wrote: flash-leds = flash_xx image_sensor_x, ...; One more matter to consider: xenon flash

[PATCH 02/21] ARM: tegra: Add gpio-ranges property

2015-05-25 Thread Tomeu Vizoso
Specify how the GPIOs map to the pins in T124, so the dependency is explicit. Signed-off-by: Tomeu Vizoso tomeu.viz...@collabora.com --- arch/arm/boot/dts/tegra124.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/tegra124.dtsi b/arch/arm/boot/dts/tegra124.dtsi index

[PATCH 06/21] of/platform: Add of_platform_device_ensure()

2015-05-25 Thread Tomeu Vizoso
This function ensures that the device that encloses the passed device node is registered, and thus probed if the corresponding driver has been registered already. This function can be used by drivers to ensure that a dependency is fulfilled. Signed-off-by: Tomeu Vizoso tomeu.viz...@collabora.com

Re: [PATCH v3 13/16] ARM: marvell/dt: add crypto node to armada-xp.dtsi

2015-05-25 Thread Gregory CLEMENT
Hi Boris, On 22/05/2015 15:33, Boris Brezillon wrote: Add crypto related nodes to armada-xp.dtsi. Signed-off-by: Boris Brezillon boris.brezil...@free-electrons.com From the point of view of the mvebu it looks OK: Acked-by: Gregory CLEMENT gregory.clem...@free-electrons.com But of course, I

Re: [PATCH v3 16/16] ARM: marvell/dt: add crypto node to kirkwood dtsi

2015-05-25 Thread Jason Cooper
On Mon, May 25, 2015 at 05:39:13PM +0200, Gregory CLEMENT wrote: Hi Boris, Arnaud, On 22/05/2015 15:34, Boris Brezillon wrote: From: Arnaud Ebalard a...@natisbad.org Add crypto related nodes to kirkwood.dtsi. Here you use a new compatible string but with an old binding to let the

Re: [PATCH v4 1/3] ASoC: qcom: Add apq8016 lpass driver support

2015-05-25 Thread Mark Brown
On Fri, May 22, 2015 at 04:53:52PM +0100, Srinivas Kandagatla wrote: This patch adds apq8016 lpass driver support. APQ8016 has 4 MI2S which can be routed to one internal codec and 2 external codec interfaces. Applied, thanks. signature.asc Description: Digital signature

[PATCH 00/21] On-demand device registration

2015-05-25 Thread Tomeu Vizoso
Hello, I have a problem with the panel on my Tegra Chromebook taking longer than expected to be ready during boot (Stéphane Marchesin reported what is basically the same issue in [0]), and have looked into ordered probing as a better way of solving this than moving nodes around in the DT or

Re: [PATCH v3 14/16] ARM: marvell/dt: enable crypto on armada-xp-gp

2015-05-25 Thread Gregory CLEMENT
Hi Boris, On 22/05/2015 15:34, Boris Brezillon wrote: Enable the crypto IP on armada-xp-gp. Signed-off-by: Boris Brezillon boris.brezil...@free-electrons.com --- arch/arm/boot/dts/armada-xp-gp.dts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

Re: [PATCH v3 16/16] ARM: marvell/dt: add crypto node to kirkwood dtsi

2015-05-25 Thread Gregory CLEMENT
Hi Boris, Arnaud, On 22/05/2015 15:34, Boris Brezillon wrote: From: Arnaud Ebalard a...@natisbad.org Add crypto related nodes to kirkwood.dtsi. Here you use a new compatible string but with an old binding to let the user chose between the old and the new driver. Am I right? Thanks, Gregory

[PATCH v9 7/8] DT: Add documentation for exynos4-is 'flashes' property

2015-05-25 Thread Jacek Anaszewski
This patch adds a description of 'samsung,camera-flashes' property to the samsung-fimc.txt. Signed-off-by: Jacek Anaszewski j.anaszew...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Sylwester Nawrocki s.nawro...@samsung.com --- .../devicetree/bindings/media/samsung-fimc.txt

[PATCH v9 1/8] Documentation: leds: Add description of v4l2-flash sub-device

2015-05-25 Thread Jacek Anaszewski
This patch extends LED Flash class documention by the description of interactions with v4l2-flash sub-device. Signed-off-by: Jacek Anaszewski j.anaszew...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Richard Purdie rpur...@rpsys.net ---

[PATCH v9 2/8] media: Add registration helpers for V4L2 flash sub-devices

2015-05-25 Thread Jacek Anaszewski
This patch adds helper functions for registering/unregistering LED Flash class devices as V4L2 sub-devices. The functions should be called from the LED subsystem device driver. In case the support for V4L2 Flash sub-devices is disabled in the kernel config the functions' empty versions will be

[PATCH v9 5/8] leds: aat1290: add support for V4L2 Flash sub-device

2015-05-25 Thread Jacek Anaszewski
Add support for V4L2 Flash sub-device to the aat1290 LED Flash class driver. The support allows for V4L2 Flash sub-device to take the control of the LED Flash class device. Signed-off-by: Jacek Anaszewski j.anaszew...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Bryan Wu

[PATCH v9 6/8] exynos4-is: Improve the mechanism of async subdevs verification

2015-05-25 Thread Jacek Anaszewski
Avoid verifying bound async sensor sub-devices by their of_nodes, which duplicates v4l2-async functionality, in favour of matching them by the corresponding struct v4l2_async_subdev. The structures are now being aggregated in the newly introduced struct fimc_async_subdevs which allows for

[PATCH v9 8/8] exynos4-is: Add support for v4l2-flash subdevs

2015-05-25 Thread Jacek Anaszewski
This patch adds support for external v4l2-flash devices. The support includes parsing camera-flashes DT property and asynchronous sub-device registration. Signed-off-by: Jacek Anaszewski j.anaszew...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Sylwester Nawrocki

[PATCH v9 3/8] leds: max77693: add support for V4L2 Flash sub-device

2015-05-25 Thread Jacek Anaszewski
Add support for V4L2 Flash sub-device to the max77693 LED Flash class driver. The support allows for V4L2 Flash sub-device to take the control of the LED Flash class device. Signed-off-by: Jacek Anaszewski j.anaszew...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Bryan Wu

[PATCH v9 4/8] DT: aat1290: Document handling external strobe sources

2015-05-25 Thread Jacek Anaszewski
This patch adds documentation for a pinctrl-names property. The property, when present, is used for switching the source of the strobe signal for the device. Signed-off-by: Jacek Anaszewski j.anaszew...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Bryan Wu coolo...@gmail.com

[PATCH v9 0/8] LED / flash API integration

2015-05-25 Thread Jacek Anaszewski
This is ninth non-RFC version of LED / flash API integration series [1]. It is based on linux_next-20150519 with patch [2]. Changes since v8 - switched from samsung,flash-leds to samsun,camera-flashes DT property - improved async sub-devices matching for

Re: [PATCH v3 15/16] ARM: marvell/dt: add crypto node to armada 370 dtsi

2015-05-25 Thread Gregory CLEMENT
Hi Boris, Arnaud, On 22/05/2015 15:34, Boris Brezillon wrote: From: Arnaud Ebalard a...@natisbad.org Add crypto related nodes in armada-370.dtsi. Signed-off-by: Arnaud Ebalard a...@natisbad.org Signed-off-by: Boris Brezillon boris.brezil...@free-electrons.com ---

Re: [PATCH v3 4/6] Watchdog: introdouce pretimeout into framework

2015-05-25 Thread Guenter Roeck
On 05/25/2015 03:03 AM, fu@linaro.org wrote: From: Fu Wei fu@linaro.org Also update Documentation/watchdog/watchdog-kernel-api.txt to introduce: (1)the new elements in the watchdog_device and watchdog_ops struct; (2)the new API watchdog_init_timeouts Reasons: (1)kernel already has two

Re: [PATCH v7 0/6] Add common clock support for Broadcom iProc architecture

2015-05-25 Thread Ray Jui
Hi Mike/Stephen, Ping. Do you think you will be able to review this patch set some time in the near future? Thanks! Ray On 5/11/2015 2:23 PM, Ray Jui wrote: Hi Mike, Have you had a chance to review the iProc clock patches? If possible, I'd like to get feedback from you as early as

Re: [PATCH 2/3] dts: Adding docs for Xilinx LogiCORE IP mailbox driver.

2015-05-25 Thread Sören Brinkmann
On Fri, 2015-05-22 at 07:43AM +0200, Michal Simek wrote: On 05/22/2015 01:37 AM, Moritz Fischer wrote: Signed-off-by: Moritz Fischer moritz.fisc...@ettus.com --- .../bindings/mailbox/xilinx-mailbox.txt | 40 1 file changed, 40 insertions(+) IRC the rule

Re: Device Tree Blob (DTB) licence

2015-05-25 Thread Willy Tarreau
On Mon, May 25, 2015 at 02:14:28AM -0500, Rob Landley wrote: Personally, I'm sad we're starting to get ACPI for arm Maybe it was the only solution found to make this platform start to misbehave like a regular PC and get it even more widely adopted :-) Willy -- To unsubscribe from this list:

Re: [PATCH v3 16/16] ARM: marvell/dt: add crypto node to kirkwood dtsi

2015-05-25 Thread Boris Brezillon
Jason, Gregory, On Mon, 25 May 2015 16:46:51 + Jason Cooper ja...@lakedaemon.net wrote: On Mon, May 25, 2015 at 05:39:13PM +0200, Gregory CLEMENT wrote: Hi Boris, Arnaud, On 22/05/2015 15:34, Boris Brezillon wrote: From: Arnaud Ebalard a...@natisbad.org Add crypto related

Re: [PATCH v8 8/8] DT: samsung-fimc: Add examples for samsung,flash-led property

2015-05-25 Thread Sakari Ailus
Hi Sylwester, On Mon, May 25, 2015 at 04:28:22PM +0200, Sylwester Nawrocki wrote: On 25/05/15 14:50, Jacek Anaszewski wrote: On 23/05/15 14:03, Sakari Ailus wrote: On Thu, May 21, 2015 at 03:28:40PM +0200, Sylwester Nawrocki wrote: flash-leds = flash_xx image_sensor_x, ...; One

Re: [PATCH v3 5/6] Watchdog: introduce ARM SBSA watchdog driver

2015-05-25 Thread Guenter Roeck
On 05/25/2015 03:03 AM, fu@linaro.org wrote: From: Fu Wei fu@linaro.org This driver bases on linux kernel watchdog framework, and use pretimeout in the framework. It supports getting timeout and pretimeout from parameter and FDT at the driver init stage. In first timeout, the interrupt

RE: [PATCH v2 2/2] usb: renesas_usbhs: Add support for R-Car E2

2015-05-25 Thread Yoshihiro Shimoda
Hi Felipe, Sent: Monday, May 18, 2015 8:56 PM On Mon, May 18, 2015 at 1:04 PM, Yoshihiro Shimoda yoshihiro.shimoda...@renesas.com wrote: This patch adds a compatible string to support for R-Car E2. Signed-off-by: Yoshihiro Shimoda yoshihiro.shimoda...@renesas.com Acked-by: Geert

[PATCH v4 0/3] USB PHY driver for Broadcom's Cygnus chipset

2015-05-25 Thread Arun Ramamurthy
This patchset adds the USB phy driver and documentation for Broadom's Cygnus chipset. The phy is configurable from device tree and is capable of both device and host functions. It also provides a clock and reset to the host controller History: v1: - Included Dmitry Torokhov's patch that

[PATCH v4 1/3] phy: phy-core: allow specifying supply at port level

2015-05-25 Thread Arun Ramamurthy
From: Dmitry Torokhov d...@chromium.org Multi-port phys may have per port power supplies. Let's change phy core to look for supply at the port level when multiple ports are specified. To keep compatibility with the existing device tree board descriptions for single-port phys we will continue

[PATCH v4 3/3] phy: cygnus-usbphy: Add Broadcom Cygnus USB phy driver

2015-05-25 Thread Arun Ramamurthy
This driver adds support for USB 2.0 host and device phy for Broadcom's Cygnus chipset. The host controller is connected to three separate phys and one of the phys (port 2) is connected to the device controller Signed-off-by: Arun Ramamurthy arun.ramamur...@broadcom.com Signed-off-by: Dmitry

[PATCH v4 2/3] Phy: DT binding documentation for Broadcom Cygnus USB PHY driver

2015-05-25 Thread Arun Ramamurthy
Broadcom's Cygnus chip has a USB 2.0 host controller connected to three separate phys. One of the phs (port 2) is also connectd to a usb 2.0 device controller Signed-off-by: Arun Ramamurthy arun.ramamur...@broadcom.com Reviewed-by: Ray Jui r...@broadcom.com Reviewed-by: Scott Branden

Re: [RFC PATCH v1 1/3] PCI: designware: Add ARM64 support

2015-05-25 Thread Zhou Wang
On 2015/5/25 21:48, Jingoo Han wrote: On Monday, May 25, 2015 6:52 PM, Zhou Wang wrote: On 2015/5/25 13:10, Jingoo Han wrote: On Wed, 20 May 2015 14:21:39 +0800, Zhou Wang wrote: This patch tries to unify ARM32 and ARM64 PCIe in designware driver. Delete function dw_pcie_setup,

Re: [RFC PATCH v1 1/3] PCI: designware: Add ARM64 support

2015-05-25 Thread Zhou Wang
On 2015/5/25 23:51, Fabrice Gasnier wrote: Hi Zhou, On 05/25/2015 03:48 PM, Jingoo Han wrote: so how about we set 0 as default value of pp-root_bus_nr, then use pci_create_root_bus(pp-dev, pp-root_bus_nr, dw_pcie_ops, pp, res); to create root bus? I agree with your opinion. However, I

[PATCH 0/3] dtc: simplify command line invocation

2015-05-25 Thread Andre Przywara
Hi, most of time I find myself converting .dts to .dtb files and vice versa, but having to explicitly specify -I and -O every time seems to be unnecessary. The file names usually have proper extensions, also a DTB file is easily recognized by its magic. This series aims to make life easier, by

Re: [PATCH V5 1/3] OPP: Redefine bindings to overcome shortcomings

2015-05-25 Thread Viresh Kumar
On 22-05-15, 10:55, Rob Herring wrote: Rob suggested opp- prefix and it looks good to me, lets see what others have to say :) You can decide the color of the bike shed. I like that color more :) -- viresh -- To unsubscribe from this list: send the line unsubscribe devicetree in the body

Re: [PATCH V5 1/3] OPP: Redefine bindings to overcome shortcomings

2015-05-25 Thread Viresh Kumar
On 21-05-15, 00:27, Nishanth Menon wrote: I would suggest adding a link to how future vendor specific extension docs might look like - maybe this is probably not the time to discuss this.. but anyways.. we could make some statement to the effect of SoC vendor specfic extensions are documented

  1   2   >