Re: [alsa-devel] [PATCH 6/8] extcon: arizona: Add support for WM8998 and WM1814

2015-04-23 Thread Richard Fitzgerald
On Wed, Apr 22, 2015 at 07:20:09PM +0900, Chanwoo Choi wrote: On 04/22/2015 06:19 PM, Richard Fitzgerald wrote: On Wed, Apr 22, 2015 at 02:53:42PM +0900, Chanwoo Choi wrote: Hi Richard, @@ -1176,6 +1182,11 @@ static int arizona_extcon_probe(struct platform_device *pdev)

Re: [alsa-devel] [PATCH 8/8] Documentation: Add WM8998/WM1814 device tree bindings

2015-04-23 Thread Richard Fitzgerald
On Thu, Apr 23, 2015 at 02:05:18AM +, Austin, Brian wrote: On Apr 21, 2015, at 07:38, Richard Fitzgerald r...@opensource.wolfsonmicro.com wrote: Signed-off-by: Richard Fitzgerald r...@opensource.wolfsonmicro.com --- Documentation/devicetree/bindings/mfd/arizona.txt |3 +++

Re: [PATCH 7/8] ASoC: wm8998: Initial WM8998 codec driver

2015-04-23 Thread Richard Fitzgerald
On Wed, Apr 22, 2015 at 12:00:30PM +0100, Mark Brown wrote: On Tue, Apr 21, 2015 at 01:33:55PM +0100, Richard Fitzgerald wrote: +static int wm8998_in1mux_ev(struct snd_soc_dapm_widget *w, + struct snd_kcontrol *kcontrol, + int event)

Re: [PATCH 2/2] misc: Add initial Digital Timing Engine (DTE) driver for cygnus

2015-04-23 Thread Jonathan Richardson
Hi Arnd, Thanks for the initial feedback. I'll investigate your suggestions and get back to you if I have any questions before making some of the API changes you've suggested. On 15-04-23 01:04 AM, Arnd Bergmann wrote: On Wednesday 22 April 2015 16:22:03 Jonathan Richardson wrote: Reviewed-by:

Re: [PATCH 1/3] of: Allow OF to be enabled if COMPILE_TEST to increase coverage

2015-04-23 Thread Pantelis Antoniou
Hi Rob, On Apr 23, 2015, at 21:22 , Rob Herring robherri...@gmail.com wrote: On Thu, Apr 23, 2015 at 7:03 AM, Pantelis Antoniou pantelis.anton...@konsulko.com wrote: Hi Rob, On Apr 6, 2015, at 16:13 , Rob Herring robherri...@gmail.com wrote: +Pantelis On Sun, Apr 5, 2015 at 9:59

[PATCH V3 2/4] i2c: busses: xgene: add acpi support for i2c xgene SLIMpro driver

2015-04-23 Thread Feng Kan
This adds support for ACPI for the APM X-Gene I2C SLIMpro proxy driver. Signed-off-by: Feng Kan f...@apm.com --- drivers/i2c/busses/i2c-xgene-slimpro.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/drivers/i2c/busses/i2c-xgene-slimpro.c

[PATCH v2 3/4] iio: core: Introduce IIO_CHAN_INFO_OVERSAMPLING_RATIO

2015-04-23 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 oversampling ratio for these devices.

Re: [PATCH v2 3/5] ata: add Broadcom AHCI SATA3 driver for STB chips

2015-04-23 Thread Brian Norris
Hi Arnd, On Thu, Apr 23, 2015 at 09:43:55AM +0200, Arnd Bergmann wrote: On Wednesday 22 April 2015 19:59:08 Brian Norris wrote: Pretty straightforward driver, using the nice library-ization of the generic ahci_platform driver. Signed-off-by: Brian Norris computersforpe...@gmail.com

Re: [PATCH v3 3/4] base/platform: Continue on insert_resource() error

2015-04-23 Thread Thierry Reding
On Thu, Apr 23, 2015 at 08:26:37AM -0500, Bjorn Helgaas wrote: On Thu, Apr 23, 2015 at 09:55:13AM +0200, Ricardo Ribalda Delgado wrote: Hi Bjorn: On Wed, Apr 22, 2015 at 6:44 PM, Bjorn Helgaas bhelg...@google.com wrote: Usual style for referencing a commit is (see 02bbde7849e6

[PATCH v2 0/4] Add support for BMC150 magnetometer

2015-04-23 Thread Irina Tirdea
This is the second version for adding support for Bosch BMC150 magnetometer. It mostly contains fixes suggested by Jonathan. Changes in v2: - renamed IIO_CHAN_INFO_CALIBREPETITIONS to IIO_CHAN_INFO_OVERSAMPLING_RATIO - split the main patch in two patches: one that adds main functionality and

[PATCH v2 2/4] iio: magn: bmc150_magn: Add devicetree binding documentation

2015-04-23 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 | 22 ++ 1 file changed, 22 insertions(+) create mode 100644

[PATCH] ARM: dts: sun5i: Utoo P66 add uart node and aliases

2015-04-23 Thread Hans de Goede
Like on most non devel-boards it is still possible to get an uart on the Utoo P66 tablet by soldering some wires to the right pads on the PCB, add support for this to the dts, like we do with all sunxi boards. Signed-off-by: Hans de Goede hdego...@redhat.com ---

Re: [PATCH] ARM: dts: sun5i: Utoo P66 add uart node and aliases

2015-04-23 Thread Hans de Goede
Hi, On 23-04-15 18:36, Hans de Goede wrote: Like on most non devel-boards it is still possible to get an uart on the Utoo P66 tablet by soldering some wires to the right pads on the PCB, add support for this to the dts, like we do with all sunxi boards. Signed-off-by: Hans de Goede

[PATCH V3 3/4] Documentation: i2c: Add APM X-Gene platform SLIMpro I2C driver documentation

2015-04-23 Thread Feng Kan
Add APM X-Gene platform SLIMpro I2C driver documentation. Signed-off-by: Feng Kan f...@apm.com Signed-off-by: Hieu Le h...@apm.com --- .../devicetree/bindings/i2c/i2c-xgene-slimpro.txt | 15 +++ 1 file changed, 15 insertions(+) create mode 100644

Re: [PATCH 1/3] of: Allow OF to be enabled if COMPILE_TEST to increase coverage

2015-04-23 Thread Rob Herring
On Thu, Apr 23, 2015 at 7:03 AM, Pantelis Antoniou pantelis.anton...@konsulko.com wrote: Hi Rob, On Apr 6, 2015, at 16:13 , Rob Herring robherri...@gmail.com wrote: +Pantelis On Sun, Apr 5, 2015 at 9:59 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: Currently the OF configuration

[PATCH v2 4/4] iio: magn: bmc150_magn: add oversampling ratio

2015-04-23 Thread Irina Tirdea
Export the oversampling ratio so that the user can change the number of repetions for x/y/z axis. The sampling frequency is limited by the oversampling ratio. The available sampling frequencies might change depending on the values of oversampling_ratio. The specification can be downloaded from:

[PATCH v2 1/4] iio: magn: Add support for BMC150 magnetometer

2015-04-23 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

Re: [PATCH 7/8] ASoC: wm8998: Initial WM8998 codec driver

2015-04-23 Thread Mark Brown
On Thu, Apr 23, 2015 at 03:28:23PM +0100, Richard Fitzgerald wrote: I'm not sure this is really a routing or widget problem. Problem is that if the muxed inputs are analogue we need to provide separate ALSA controls for the left and right mux because it is allowed to use them as two

Re: [PATCH v6 0/4] edac: Add APM X-Gene SoC EDAC driver

2015-04-23 Thread Loc Ho
Hi, Any comment with v6 of the APM EDAC driver? So this thing is being delayed only due to the device tree stuff AFAICT. Can someone of the DT people on To: please have a look already so that I can queue this? I would really appreciate if someone from the DT community can review/approve

[PATCH V3 1/4] i2c: busses: add SLIMpro I2C device driver on APM X-Gene platform

2015-04-23 Thread Feng Kan
Add SLIMpro I2C device driver on APM X-Gene platform. This I2C device driver use the SLIMpro Mailbox driver to tunnel message to the SLIMpro coprocessor to do the work of accessing I2C components. Signed-off-by: Feng Kan f...@apm.com Signed-off-by: Hieu Le h...@apm.com ---

[PATCH V3 0/4] i2c: busses: xgene: I2C proxy driver for X-Gene

2015-04-23 Thread Feng Kan
This is a proxy I2C driver for APM X-Gene SoC. It uses the mailbox driver to tunnel i2c transactions via the SLIMpro processor. V3 Change: - Add ACPI support - Fix previous comments. Feng Kan (4): i2c: busses: add SLIMpro I2C device driver on APM X-Gene platform i2c: busses:

[PATCH V3 4/4] arm64: dts: add proxy I2C device driver on APM X-Gene platform

2015-04-23 Thread Feng Kan
Add proxy I2C device driver on APM X-Gene platform. Signed-off-by: Feng Kan f...@apm.com Signed-off-by: Hieu Le h...@apm.com --- arch/arm64/boot/dts/apm/apm-storm.dtsi | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm64/boot/dts/apm/apm-storm.dtsi

Re: [PATCH v2 1/2] soc: qcom: Add device tree binding for SMEM

2015-04-23 Thread Jeffrey Hugo
On 4/11/2015 5:32 PM, Bjorn Andersson wrote: Add device tree binding documentation for the Qualcom Shared Memory manager. Signed-off-by: Bjorn Andersson bjorn.anders...@sonymobile.com --- Changes since v1: - None .../devicetree/bindings/soc/qcom/qcom,smem.txt | 49 ++

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

2015-04-23 Thread Maxime Ripard
On Thu, Apr 23, 2015 at 08:45:21AM +0200, LABBE Corentin wrote: 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 v2] ARM: dts: sun7i: Add dts file for the Jesurun Q5 top set box

2015-04-23 Thread Maxime Ripard
On Thu, Apr 23, 2015 at 02:26:50PM +0200, Hans de Goede wrote: The Jesurun Q5 has a black plastic casing with the approximate dimensions of 100mm x 100mm x 24mm with rounded edges. In terms of hardware it features an Allwinner A10 SoC with 1GB RAM and 8GB of NAND flash. The external connectors

Re: [PATCH 7/9] ARM: Add Kconfig support for bcm2836.

2015-04-23 Thread Stephen Warren
On 04/21/2015 02:38 PM, Eric Anholt wrote: Arnd Bergmann a...@arndb.de writes: On Tuesday 21 April 2015 11:09:54 Eric Anholt wrote: @@ -116,17 +122,19 @@ config ARCH_BCM283X config ARCH_BCM2835 bool Broadcom BCM2835 family if ARCH_MULTI_V6 select ARCH_BCM283X - select

Re: BCM2836 (Raspberry Pi 2) port

2015-04-23 Thread Stephen Warren
On 04/21/2015 12:09 PM, Eric Anholt wrote: This is my first submission of a Raspberry Pi 2 port. It can be found at https://github.com/anholt/linux/tree/bcm2836 I'm using the 2835 interrupt controller support, without adding the checks for ARM local interrupts first. That means no support

Re: [PATCH 1/9] dt-bindings: Add root properties for Raspberry Pi 2.

2015-04-23 Thread Stephen Warren
On 04/21/2015 12:09 PM, Eric Anholt wrote: Signed-off-by: Eric Anholt e...@anholt.net --- Documentation/devicetree/bindings/arm/bcm2836.txt | 10 ++ In next-20150423 at least, the bcm2835 equivalent of this file is: Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt The file

Re: [PATCH 2/9] ARM: BCM2835: Split peripheral definitions off to a common include.

2015-04-23 Thread Stephen Warren
On 04/21/2015 12:09 PM, Eric Anholt wrote: The 2836 dts will inherit all of this, because it shares the same peripherals as 2835. diff --git a/arch/arm/boot/dts/bcm2835.dtsi b/arch/arm/boot/dts/bcm2835.dtsi #include dt-bindings/pinctrl/bcm2835.h #include skeleton.dtsi +#include

Re: [PATCH v6 3/5] Documentation: Add documentation for the APM X-Gene SoC EDAC DTS binding

2015-04-23 Thread Rob Herring
On Tue, Mar 17, 2015 at 1:30 AM, Loc Ho l...@apm.com wrote: This patch adds documentation for the APM X-Gene SoC EDAC DTS binding. Signed-off-by: Feng Kan f...@apm.com Signed-off-by: Loc Ho l...@apm.com --- .../devicetree/bindings/edac/apm-xgene-edac.txt| 82 1

Re: [PATCH v6 1/2] Devicetree: Add pl353 smc controller devicetree binding information

2015-04-23 Thread Josh Cartwright
Hey Punnaiah- A few nitpicks here, in case you'll be spinning up a new version of your patchset. On Mon, Apr 13, 2015 at 09:41:51PM +0530, Punnaiah Choudary Kalluri wrote: Add pl353 static memory controller devicetree binding information. Signed-off-by: Punnaiah Choudary Kalluri

Re: [PATCH 2/2] mtd: nand: Add support for Arasan Nand Flash Controller

2015-04-23 Thread punnaiah choudary kalluri
On Thu, Apr 23, 2015 at 6:19 PM, Michal Simek mon...@monstr.eu wrote: On 04/16/2015 03:56 PM, Punnaiah Choudary Kalluri wrote: Added the basic driver for Arasan Nand Flash Controller used in Zynq UltraScale+ MPSoC. It supports only Hw Ecc and upto 24bit correction. Signed-off-by: Punnaiah

Re: [PATCH 2/3] ASoC: tas571x: New driver for TI TAS571x power amplifiers

2015-04-23 Thread Kevin Cernekee
On Sat, Apr 18, 2015 at 9:16 AM, Kevin Cernekee cerne...@chromium.org wrote: + case SND_SOC_BIAS_OFF: + /* Note that this kills I2C accesses. */ + assert_pdn = 1; No, the GPIO set associated with it kills I2C access. I'd also expect to see the regmap being marked

Re: [alsa-devel] [PATCH 6/8] extcon: arizona: Add support for WM8998 and WM1814

2015-04-23 Thread Chanwoo Choi
On 04/23/2015 11:15 PM, Richard Fitzgerald wrote: On Wed, Apr 22, 2015 at 07:20:09PM +0900, Chanwoo Choi wrote: On 04/22/2015 06:19 PM, Richard Fitzgerald wrote: On Wed, Apr 22, 2015 at 02:53:42PM +0900, Chanwoo Choi wrote: Hi Richard, @@ -1176,6 +1182,11 @@ static int

RE: [PATCH v6 1/2] Devicetree: Add pl353 smc controller devicetree binding information

2015-04-23 Thread Punnaiah Choudary Kalluri
Hi Josh, -Original Message- From: Josh Cartwright [mailto:jo...@ni.com] Sent: Friday, April 24, 2015 1:21 AM To: Punnaiah Choudary Kalluri Cc: robh...@kernel.org; pawel.m...@arm.com; mark.rutl...@arm.com; ijc+devicet...@hellion.org.uk; ga...@codeaurora.org; r...@landley.net; Michal

[PATCH v4 4/4] base/platform: Remove code duplication

2015-04-23 Thread Ricardo Ribalda Delgado
Failure path of platform_device_add was almost the same as platform_device_del. Refactor same code in a function. Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- drivers/base/platform.c | 60 + 1 file changed, 25 insertions(+),

[PATCH v4 3/4] of/platform: Use platform_device interface

2015-04-23 Thread Ricardo Ribalda Delgado
of_platform_device_create_pdata() was using of_device_add() to create the devices, but of_platform_device_destroy was using of_platform_device_destroy(). of_device_add(), do not call insert_resource(), which initializes the parent field of the resource structure, needed by release_resource(),

[PATCH v4 1/4] base/platform: Only insert MEM and IO resources

2015-04-23 Thread Ricardo Ribalda Delgado
platform_device_del only checks the type of the resource in order to call release_resource. On the other hand, platform_device_add calls insert_resource for any resource that has a parent. Make both code branches balanced. Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com ---

[PATCH v4 0/4] Fix null pointer deference when calling of_platform_depopulate

2015-04-23 Thread Ricardo Ribalda Delgado
of_platform_depopulate can lead to a kernel error when calling release_resource() The reason is that it is trying to release a resource that was not allocated via insert_resource() of_platform_depopulate() of_platform_device_destroy() platform_device_unregister(platform_device

Re: [PATCH v3 4/4] of/platform: Use platform_device interface

2015-04-23 Thread Ricardo Ribalda Delgado
Hello Rob On Wed, Apr 22, 2015 at 6:25 PM, Rob Herring robherri...@gmail.com wrote: This patch, replaces of_device_add() with platform_device_data(). This doesn't match the change. Thanks for catching it up. Will fix it and resend - if (of_device_add(dev) != 0) { + if

[PATCH v8] crypto: Add Allwinner Security System crypto accelerator

2015-04-23 Thread LABBE Corentin
Hello This is the driver for the Security System included in Allwinner SoC A20. The Security System (SS for short) is a hardware cryptographic accelerator that support AES/MD5/SHA1/DES/3DES/PRNG algorithms. It could be found on others Allwinner SoC: - A10, A10s, A13, A31 and A33 manual give the

[PATCH v8 3/4] MAINTAINERS: Add myself as maintainer of Allwinner Security System

2015-04-23 Thread LABBE Corentin
Signed-off-by: LABBE Corentin clabbe.montj...@gmail.com --- MAINTAINERS | 6 ++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index b4b131a..b678265 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -555,6 +555,12 @@ S: Maintained F:

Re: [PATCH] [PATCH v3] mtd:spi-nor: Add Altera Quad SPI Driver

2015-04-23 Thread Nga Chi
Hi Brian, Could you please spend some time help me to review this patch? It has been more than 1 month and i really hope can get this patch upstream by end of this month. Thanks, Viet Nga On Mon, Mar 16, 2015 at 4:16 PM, vn...@altera.com wrote: From: VIET NGA DAO vn...@altera.com Altera Quad

[PATCH v8 4/4] crypto: Add Allwinner Security System crypto accelerator

2015-04-23 Thread LABBE Corentin
Add support for the Security System included in Allwinner SoC A20. The Security System is a hardware cryptographic accelerator that support: - MD5 and SHA1 hash algorithms - AES block cipher in CBC/ECB mode with 128/196/256bits keys. - DES and 3DES block cipher in CBC/ECB mode Signed-off-by:

[PATCH v8 2/4] ARM: sunxi: dt: Add DT bindings documentation for SUNXI Security System

2015-04-23 Thread LABBE Corentin
This patch adds documentation for Device-Tree bindings for the Security System cryptographic accelerator driver. Signed-off-by: LABBE Corentin clabbe.montj...@gmail.com --- Documentation/devicetree/bindings/crypto/sunxi-ss.txt | 9 + 1 file changed, 9 insertions(+) create mode 100644

[PATCH v8 1/4] ARM: sun7i: dt: Add Security System to A20 SoC DTS

2015-04-23 Thread LABBE Corentin
The Security System is a hardware cryptographic accelerator that support AES/MD5/SHA1/DES/3DES/PRNG algorithms. It could be found on many Allwinner SoC. This patch enable the Security System on the Allwinner A20 SoC Device-tree. Signed-off-by: LABBE Corentin clabbe.montj...@gmail.com ---

Re: [PATCH 2/2] ARM64: mt8173: dts Add MT8173 cpufreq driver support

2015-04-23 Thread Mark Rutland
On Mon, Apr 20, 2015 at 10:27:27AM +0100, pi-cheng.chen wrote: This patch adds voltage supplies and clocks used by MT8173 cpufreq driver. Signed-off-by: pi-cheng.chen pi-cheng.c...@linaro.org This series has no bindings for these properties. --- arch/arm64/boot/dts/mediatek/mt8173-evb.dts

Re: [PATCH 1/2] cpufreq: mediatek: Add MT8173 cpufreq driver

2015-04-23 Thread Mark Rutland
+/* + * This is a temporary solution until we have new OPPv2 bindings. Therefore we + * could describe the OPPs with (freq, volt, volt) tuple properly in device + * tree. + */ + +/* OPP table for LITTLE cores of MT8173 */ +struct mtk_cpu_opp mt8173_l_opp[] = { + OPP(50700,

Re: [PATCH v2 3/4] of: overlay: Add sysfs attributes

2015-04-23 Thread Pantelis Antoniou
Hi Greg, On Apr 23, 2015, at 15:54 , Greg KH g...@kroah.com wrote: On Thu, Apr 23, 2015 at 03:39:21PM +0300, Pantelis Antoniou wrote: Hi Greg, On Apr 23, 2015, at 15:33 , Greg KH g...@kroah.com wrote: On Thu, Apr 23, 2015 at 03:00:03PM +0300, Pantelis Antoniou wrote: Hi Rob, On Apr

Re: [PATCH v2 3/4] of: overlay: Add sysfs attributes

2015-04-23 Thread Greg KH
On Thu, Apr 23, 2015 at 03:59:02PM +0300, Pantelis Antoniou wrote: It’s the same reason that the device tree core is using it. It is doing that for raw device tree files, not individual attributes, right? Each property of a device tree is a binary attribute. Because they

Re: [PATCH 2/2] misc: Add initial Digital Timing Engine (DTE) driver for cygnus

2015-04-23 Thread Arnd Bergmann
On Wednesday 22 April 2015 16:22:03 Jonathan Richardson wrote: Reviewed-by: Scott Branden sbran...@broadcom.com Tested-by: Scott Branden sbran...@broadcom.com Signed-off-by: Jonathan Richardson jonat...@broadcom.com No description at all? You are introducing a new subsystem here, which means

Re: [PATCH] TESTCASE: of: OOPS when disabling node via OF_DYNAMIC

2015-04-23 Thread Wolfram Sang
Sorry for the non-prompt reply; but just for kicks, can you try the attached patch? I have a hunch this might be the problem. Yeah, this even makes my more complex driver work \o/ I will post it once -rc1 is out. Thanks a lot for your help, much appreciated! signature.asc Description:

Re: [PATCH v2 3/5] ata: add Broadcom AHCI SATA3 driver for STB chips

2015-04-23 Thread Arnd Bergmann
On Wednesday 22 April 2015 19:59:08 Brian Norris wrote: Pretty straightforward driver, using the nice library-ization of the generic ahci_platform driver. Signed-off-by: Brian Norris computersforpe...@gmail.com There is an alternative way to do this, by writing a separate phy driver for

Re: [PATCH v3 3/4] base/platform: Continue on insert_resource() error

2015-04-23 Thread Ricardo Ribalda Delgado
Hi Bjorn: On Wed, Apr 22, 2015 at 6:44 PM, Bjorn Helgaas bhelg...@google.com wrote: Usual style for referencing a commit is (see 02bbde7849e6 ('Revert of: use platform_device_add')). Do you make that reference manually or there is a magic git command for printing it in that style? Sounds

Re: [PATCH v3 1/4] kernel/resource: Invalid memory access in __release_resource

2015-04-23 Thread Ricardo Ribalda Delgado
Hi Bjorn On Wed, Apr 22, 2015 at 6:47 PM, Bjorn Helgaas bhelg...@google.com wrote: I'm not really a fan of this. The NULL pointer oops is a very good clue all by itself, and it doesn't require any extra code here. It is a pointer to 0x30. For some reason my platform can handle a couple of

Re: [PATCH] TESTCASE: of: OOPS when disabling node via OF_DYNAMIC

2015-04-23 Thread Pantelis Antoniou
Hi Wolfram, On Apr 23, 2015, at 11:33 , Wolfram Sang w...@the-dreams.de wrote: Sorry for the non-prompt reply; but just for kicks, can you try the attached patch? I have a hunch this might be the problem. Yeah, this even makes my more complex driver work \o/ I will post it once

Re: [PATCH] TESTCASE: of: OOPS when disabling node via OF_DYNAMIC

2015-04-23 Thread Wolfram Sang
This patch has been posted before but up to now, no-one had a test case that triggered the bug, At your service... ;) signature.asc Description: Digital signature

Re: [PATCH] coresight: Add support for Juno platform

2015-04-23 Thread Mark Rutland
Hi Matthieu, + main_funnel@2004 { + compatible = arm,coresight-funnel, arm,primecell; + reg = 0 0x2004 0 0x1000; + + clocks = soc_smc50mhz; + clock-names = apb_pclk; + ports { + #address-cells = 1;

Re: [PATCH v4 05/11] ARM: dts: add imx7d soc dtsi file

2015-04-23 Thread Fabio Estevam
Hi Frank, On Tue, Apr 21, 2015 at 5:47 PM, Zhi Li lzn...@gmail.com wrote: You should dual license dts files with BSD or MIT for any non-Linux users. Do you have sample BSD/GPL dual license header? Take a look at arch/arm/boot/dts/imx6sl-warp.dts in linux-next. -- To unsubscribe from this

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

2015-04-23 Thread Rameshwar Sahu
On Mon, Apr 20, 2015 at 4:23 PM, Rameshwar Prasad Sahu rs...@apm.com wrote: v4 changes: * Re-generate patch on top of latest for-linux git v3 changes: * Minor changes in length setting in DMA descriptor v2 changes: * Code cleanup * Changed way of setting

[PATCH] ARM: dts: sun7i: Add dts file for the Jesurun Q5 top set box

2015-04-23 Thread Hans de Goede
The Jesurun Q5 has a black plastic casing with the approximate dimensions of 100mm x 100mm x 24mm with rounded edges. In terms of hardware it features an Allwinner A10 SoC with 1GB RAM and 8GB of NAND flash. The external connectors are: 2x USB-A female supporting USB2.0, 3.5mm female jack for

[PATCH v2] ARM: dts: sun7i: Add dts file for the Jesurun Q5 top set box

2015-04-23 Thread Hans de Goede
The Jesurun Q5 has a black plastic casing with the approximate dimensions of 100mm x 100mm x 24mm with rounded edges. In terms of hardware it features an Allwinner A10 SoC with 1GB RAM and 8GB of NAND flash. The external connectors are: 2x USB-A female supporting USB2.0, 3.5mm female jack for

Re: [PATCH v2 3/4] of: overlay: Add sysfs attributes

2015-04-23 Thread Greg KH
On Thu, Apr 23, 2015 at 03:00:03PM +0300, Pantelis Antoniou wrote: Hi Rob, On Apr 15, 2015, at 04:27 , Rob Herring robherri...@gmail.com wrote: On Tue, Apr 7, 2015 at 2:23 PM, Pantelis Antoniou pantelis.anton...@konsulko.com wrote: Implement a number of sysfs attributes for overlays.

Re: [PATCH v2 3/4] of: overlay: Add sysfs attributes

2015-04-23 Thread Pantelis Antoniou
Hi Greg, On Apr 23, 2015, at 15:33 , Greg KH g...@kroah.com wrote: On Thu, Apr 23, 2015 at 03:00:03PM +0300, Pantelis Antoniou wrote: Hi Rob, On Apr 15, 2015, at 04:27 , Rob Herring robherri...@gmail.com wrote: On Tue, Apr 7, 2015 at 2:23 PM, Pantelis Antoniou

Re: [PATCH 2/2] mtd: nand: Add support for Arasan Nand Flash Controller

2015-04-23 Thread Michal Simek
On 04/16/2015 03:56 PM, Punnaiah Choudary Kalluri wrote: Added the basic driver for Arasan Nand Flash Controller used in Zynq UltraScale+ MPSoC. It supports only Hw Ecc and upto 24bit correction. Signed-off-by: Punnaiah Choudary Kalluri punn...@xilinx.com --- drivers/mtd/nand/Kconfig

[PATCH v7 1/3] of: Add vendor prefix for Kinetic technologies

2015-04-23 Thread Ingi Kim
This patch adds vendor prefix for Kinetic technologies Signed-off-by: Ingi Kim ingi2@samsung.com Acked-by: Rob Herring r...@kernel.org Acked-by: Seung-Woo Kim sw0312@samsung.com --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [PATCH v3 3/4] base/platform: Continue on insert_resource() error

2015-04-23 Thread Bjorn Helgaas
On Thu, Apr 23, 2015 at 09:55:13AM +0200, Ricardo Ribalda Delgado wrote: Hi Bjorn: On Wed, Apr 22, 2015 at 6:44 PM, Bjorn Helgaas bhelg...@google.com wrote: Usual style for referencing a commit is (see 02bbde7849e6 ('Revert of: use platform_device_add')). Do you make that reference

Re: [PATCH] coresight: Add support for Juno platform

2015-04-23 Thread Mathieu Poirier
On 23 April 2015 at 03:20, Mark Rutland mark.rutl...@arm.com wrote: Hi Matthieu, + main_funnel@2004 { + compatible = arm,coresight-funnel, arm,primecell; + reg = 0 0x2004 0 0x1000; + + clocks = soc_smc50mhz; + clock-names =

[PATCH v7 3/3] leds: Add ktd2692 flash LED driver

2015-04-23 Thread Ingi Kim
This patch adds a driver to support the ktd2692 flash LEDs. ktd2692 can control flash current by ExpressWire interface. Signed-off-by: Ingi Kim ingi2@samsung.com Acked-by: Seung-Woo Kim sw0312@samsung.com --- drivers/leds/Kconfig| 9 + drivers/leds/Makefile | 1 +

[PATCH v7 2/3] leds: ktd2692: add device tree bindings for ktd2692

2015-04-23 Thread Ingi Kim
This patch adds the device tree bindings for ktd2692 flash LEDs. Add Optional properties of child node for Flash LED Signed-off-by: Ingi Kim ingi2@samsung.com Acked-by: Seung-Woo Kim sw0312@samsung.com --- .../devicetree/bindings/leds/leds-ktd2692.txt | 47 ++ 1

[PATCH v7 0/3] Add ktd2692 Flash LED driver using LED Flash class

2015-04-23 Thread Ingi Kim
This patch adds ktd2692 Flash LED driver with LED Flash class Change in v7: - Add flash-max-microamp property for Flash LED - Change gpio-legacy interface to gpio consumer interface Change in v6 resend: - Adjust indent using checkpatch.pl script with strict option Change

Re: [PATCH v3 4/4] of/platform: Use platform_device interface

2015-04-23 Thread Ricardo Ribalda Delgado
Hello Rob On Thu, Apr 23, 2015 at 9:28 AM, Ricardo Ribalda Delgado ricardo.riba...@gmail.com wrote: I think it can also use platform_device_add. I will prepare a patch to finally remove of_device_add() I will post right away an updated version of this patchset, and then I will prepare another

Re: [PATCH v2 3/4] of: overlay: Add sysfs attributes

2015-04-23 Thread Pantelis Antoniou
Hi Rob, On Apr 15, 2015, at 04:27 , Rob Herring robherri...@gmail.com wrote: On Tue, Apr 7, 2015 at 2:23 PM, Pantelis Antoniou pantelis.anton...@konsulko.com wrote: Implement a number of sysfs attributes for overlays. * A throw once master enable switch to protect against any further

Re: [PATCH 1/2] cpufreq: mediatek: Add MT8173 cpufreq driver

2015-04-23 Thread Sascha Hauer
On Mon, Apr 20, 2015 at 05:27:26PM +0800, pi-cheng.chen wrote: This patch implements MT8173 specific cpufreq driver with OPP table defined in the driver code. Signed-off-by: pi-cheng.chen pi-cheng.c...@linaro.org --- drivers/cpufreq/Kconfig.arm | 6 + drivers/cpufreq/Makefile

[PATCH v5] dmaengine: xgene-dma: Fix sparse wannings warnings

2015-04-23 Thread Rameshwar Prasad Sahu
v5 changes: * Re-pull v3 changes that I missed in v4 v4 changes: * Re-generate patch on top of latest for-linux git v3 changes: * Minor changes in length setting in DMA descriptor v2 changes: * Code cleanup * Changed way of setting DMA descriptors for

Re: [PATCH 1/3] of: Allow OF to be enabled if COMPILE_TEST to increase coverage

2015-04-23 Thread Pantelis Antoniou
Hi Rob, On Apr 6, 2015, at 16:13 , Rob Herring robherri...@gmail.com wrote: +Pantelis On Sun, Apr 5, 2015 at 9:59 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: Currently the OF configuration symbol is explicitly selected on architectures that support device trees and/or Open

Re: [PATCH v6 3/5] Documentation: Add documentation for the APM X-Gene SoC EDAC DTS binding

2015-04-23 Thread Loc Ho
Hi Rob, This patch adds documentation for the APM X-Gene SoC EDAC DTS binding. Signed-off-by: Feng Kan f...@apm.com Signed-off-by: Loc Ho l...@apm.com --- .../devicetree/bindings/edac/apm-xgene-edac.txt| 82 1 files changed, 82 insertions(+), 0 deletions(-)

Re: [PATCH 8/9] ARM: Add MAINTAINERS for 2836.

2015-04-23 Thread Stephen Warren
On 04/21/2015 12:09 PM, Eric Anholt wrote: diff --git a/MAINTAINERS b/MAINTAINERS +BROADCOM BCM2836 ARM ARCHITECTURE +M: Eric Anholt e...@anholt.net +L: linux-rpi-ker...@lists.infradead.org (moderated for non-subscribers) +T: git

Re: [PATCH 3/9] ARM: Make a copy of the 2835 dts for the 2836.

2015-04-23 Thread Stephen Warren
On 04/21/2015 12:09 PM, Eric Anholt wrote: This is not hooked up to anything yet, but it means that our later 2836-specific changes will be more obvious. The bcm2836-rpi-2-b.dts actually comes from bcm2835-rpi-2-b-plus, which apparently is the closest. arch/arm/boot/dts/bcm2836-rpi-2-b.dts

Re: [PATCH 4/9] ARM: Update the device trees for 2836.

2015-04-23 Thread Stephen Warren
On 04/21/2015 12:09 PM, Eric Anholt wrote: The bus address for peripherals comes from the platform.h diff between 2708 and 2709, and the CPU's DT definition is based on the 2709 DT. I would suggest squashing this with the previous commit. I was puzzled why patch 3 added bcm2836-rpi.dtsi, yet in

Re: [PATCH 9/9] ARM: BCM283x: Register fixed clocks for uart in the DT.

2015-04-23 Thread Stephen Warren
On 04/21/2015 12:09 PM, Eric Anholt wrote: We were previously relying on the fixed clock registration in clk-bcm2835, but there doesn't seem to be any real reason to not just define it in the DT (and for the 2836 port, I would have needed to change the clock's physical address in

Re: [PATCH v2 1/2] soc: qcom: Add device tree binding for SMEM

2015-04-23 Thread Bjorn Andersson
On Thu, Apr 23, 2015 at 1:01 PM, Jeffrey Hugo jh...@codeaurora.org wrote: On 4/11/2015 5:32 PM, Bjorn Andersson wrote: Add device tree binding documentation for the Qualcom Shared Memory manager. [..] For my information, is there any intention to support the relocatable smem_region by