Re: [PATCH 1/3] ASoC: twl4030: don't report EBUSY if no change requested.

2014-11-08 Thread Mark Brown
On Sat, Nov 08, 2014 at 11:38:03AM +1100, NeilBrown wrote: + int val = ucontrol-value.integer.value[0]; + + if (!!(twl4030_read(codec, TWL4030_REG_CODEC_MODE) + TWL4030_OPTION_1) == !!val) + /* No change */ + return 0; We shouldn't be accepting

Re: [PATCH 2/3] ASoC: twl4030: allow voice port to be connected externally.

2014-11-08 Thread Mark Brown
On Sat, Nov 08, 2014 at 11:38:03AM +1100, NeilBrown wrote: If voice port on twl4030 is not connected to a McBSP (or similar) then we cannot configure the format the way we normally do for a DAI. Yes we can, you need to represent the DAI link to whatever else the device is connected to in the

Re: [PATCH 3/3] ASoC: twl4030: enable routing audio to 'voice' interface.

2014-11-08 Thread Mark Brown
On Sat, Nov 08, 2014 at 11:38:03AM +1100, NeilBrown wrote: - twl_i2c_write_u8(TWL4030_MODULE_AUDIO_VOICE, - TWL4030_VIF_TRI_EN, - TWL4030_REG_VOICE_IF); + /* These pins only relevant when voice_fmt set */ +

Re: [PATCH v3 2/2] ASoC: simple-card: add multi-CODECs in DT

2014-11-08 Thread Mark Brown
On Fri, Nov 07, 2014 at 08:05:57PM +0100, Jean-Francois Moine wrote: Mark Brown broo...@kernel.org wrote: } else { - clk = of_clk_get(args.np, 0); + clk = of_clk_get((struct device_node *) dai_np, 0); Adding this cast looks suspicous - why? As far as I can tell

RE: [PATCH] ARM: dts: Fix booting on Rinato market device

2014-11-08 Thread Kukjin Kim
Krzysztof Kozlowski wrote: On pią, 2014-11-07 at 20:50 +0900, Chanwoo Choi wrote: Hi Krzysztof, On 11/07/2014 08:44 PM, Krzysztof Kozlowski wrote: The bootloader on market Rinato (Gear 2) device checks for revision in compatible field of DTB. If it is not present or lower than

Re: [RFC v2 2/3] iio: bindings: Add TI afe4403 heart monitor documentation

2014-11-08 Thread Jonathan Cameron
On 06/11/14 15:18, Dan Murphy wrote: Add the TI afe4403 heart monitor device tree binding documentation. heart_monitors directory created under iio. Signed-off-by: Dan Murphy dmur...@ti.com As a device tree binding this MUST go to the device tree list and maintainers. Cc'd. I suspect from

Re: [PATCH v4 2/4] serial: mxs-auart: use mctrl_gpio helpers for handling modem signals

2014-11-08 Thread Marek Vasut
On Friday, November 07, 2014 at 05:29:33 PM, Janusz Użycki wrote: W dniu 2014-11-07 o 15:48, Marek Vasut pisze: On Friday, November 07, 2014 at 02:23:23 PM, Janusz Użycki wrote: [...] Hardware RTS/CTS lines can be occupied by RX/TX of other AUART port in order to obtain as much uarts

Re: [PATCH 1/5] input: touchscreen: ti_am335x_tsc Interchange touchscreen and ADC steps

2014-11-08 Thread Jonathan Cameron
On 07/11/14 05:49, Vignesh R wrote: From: Brad Griffis bgrif...@ti.com This patch makes the initial changes required to workaround TSC-false pen-up interrupts. It is required to implement these changes in order to remove udelay in the TSC interrupt handler and false pen-up events. The

Re: [PATCH v2 1/3] iio: adc: Cosmic Circuits 10001 ADC driver

2014-11-08 Thread Jonathan Cameron
On 05/11/14 21:56, Ezequiel Garcia wrote: From: Phani Movva phani.mo...@imgtec.com This commit adds support for Cosmic Circuits 10001 10-bit ADC device. Signed-off-by: Phani Movva phani.mo...@imgtec.com Signed-off-by: Naidu Tellapati naidu.tellap...@imgtec.com [Ezequiel: code style

Re: [PATCH v2 2/3] DT: iio: adc: Add CC_10001 binding documentation

2014-11-08 Thread Jonathan Cameron
On 05/11/14 21:56, Ezequiel Garcia wrote: From: Phani Movva phani.mo...@imgtec.com Add the devicetree binding document for Cosmic Circuits 10001 ADC device. Signed-off-by: Phani Movva phani.mo...@imgtec.com Signed-off-by: Naidu Tellapati naidu.tellap...@imgtec.com [Ezequiel: minor style

Re: [PATCH v2 2/3] DT: iio: adc: Add CC_10001 binding documentation

2014-11-08 Thread Jonathan Cameron
On 05/11/14 21:56, Ezequiel Garcia wrote: From: Phani Movva phani.mo...@imgtec.com Add the devicetree binding document for Cosmic Circuits 10001 ADC device. Signed-off-by: Phani Movva phani.mo...@imgtec.com Signed-off-by: Naidu Tellapati naidu.tellap...@imgtec.com [Ezequiel: minor style

Re: [PATCH v4 2/4] serial: mxs-auart: use mctrl_gpio helpers for handling modem signals

2014-11-08 Thread Janusz Użycki
W dniu 2014-11-08 o 12:22, Marek Vasut pisze: On Friday, November 07, 2014 at 05:29:33 PM, Janusz Użycki wrote: W dniu 2014-11-07 o 15:48, Marek Vasut pisze: On Friday, November 07, 2014 at 02:23:23 PM, Janusz Użycki wrote: [...] Hardware RTS/CTS lines can be occupied by RX/TX of other

[PATCH v5 0/4] Correct vendor-prefix and document device isl29028

2014-11-08 Thread Darshana Padmadas
Patchset documents correct and the deprecated vendor-prefix found by checkpatch warning and also documents information of device isl29028 for compatibility. Patchset also includes corrected vendor-prefix and device name in compatible property for files with checkpatch warning of undocumented

[PATCH v5 1/4] dt-bindings: Document correct and deprecated vendor-prefix with device isl29028

2014-11-08 Thread Darshana Padmadas
This patch documents the device isl29028 with its vendor-prefix. Undocumented deprecated vendor-prefix found by checkpatch also documented for compatibility reasons. Signed-off-by: Darshana Padmadas darshanapadma...@gmail.com Acked-by: Arnd Bergmann a...@arndb.de Acked-by: Mark Rutland

[PATCH v5 2/4] dt-bindings: Document deprecated device vendor name to fix related warning

2014-11-08 Thread Darshana Padmadas
This patch documents deprecated vendor name isil to fix warning of undocumented string for device isl29028 as reported while running checkpatch.pl on drivers/staging/iio/light/isl29028.c. This is done to maintain compatibility with older kernels. Signed-off-by: Darshana Padmadas

[PATCH v5 3/4] Staging: iio: light: Added correct vendor-prefix for device isl29028

2014-11-08 Thread Darshana Padmadas
This patch adds the correct vendor-prefix for device isl29028 and maintains deprecated vendor-prefix found by checkpatch warning for older kernel releases. Signed-off-by: Darshana Padmadas darshanapadma...@gmail.com Acked-by: Arnd Bergmann a...@arndb.de Acked-by: Mark Rutland mark.rutl...@arm.com

[PATCH v5 4/4] arch: arm: boot: dts: Correct vendor-prefix for iio device isl29028 in compatible property

2014-11-08 Thread Darshana Padmadas
This patch corrects the vendor-prefix for isl29028 in the compatible property from isil,isl29028 to isl,isl29028 according to listed vendor-prefixes in Documentation/devicetree/bindings/vendor-prefixes.txt. Incorrect vendor-prefix isl was reported by checkpatch.pl warning for

Re: [PATCH v1 2/3] usb: phy: convert gpio-vbus to gpio_desc

2014-11-08 Thread Robert Jarzmik
Felipe Balbi ba...@ti.com writes: fine by me, as long as their all optional and agreed with devicetree folks. I think we still have time for v3.19 if you manage to finish this before next week's end. I will try, no promise I'll succeed in this window. At least I should fire out within the

Re: [PATCH v1 2/3] usb: phy: convert gpio-vbus to gpio_desc

2014-11-08 Thread Felipe Balbi
On Sat, Nov 08, 2014 at 06:45:59PM +0100, Robert Jarzmik wrote: Felipe Balbi ba...@ti.com writes: fine by me, as long as their all optional and agreed with devicetree dumb me: s/their/they're folks. I think we still have time for v3.19 if you manage to finish this before next week's

[PATCH v2] mtd: fsl_upm: Support NAND ECC DTS properties

2014-11-08 Thread Aaron Sierra
From: Jordan Friendshuh jfriends...@xes-inc.com Support the generic nand-ecc-mode and nand-ecc-strength device-tree properties with the Freescale UPM NAND driver. This patch preserves the default software ECC mode while adding the ability to use BCH ECC for larger NAND devices. Signed-off-by:

Re: [PATCH 01/11] ARM: dts: omap3-igep00x0: Fix UART2 pins that aren't common.

2014-11-08 Thread Javier Martinez Canillas
Hello Enric, On Thu, Nov 6, 2014 at 1:01 PM, Enric Balletbo i Serra eballe...@iseebcn.com wrote: UART2 is used to connect the processor with the bluetooth chip, these pins are not common between IGEPv2 boards and IGEP COM MODULE boards. This patch muxes the correct pins for every board and

[PATCH] devicetree: vendor-prefixes.txt: fix whitespace

2014-11-08 Thread Antony Pavlov
Signed-off-by: Antony Pavlov antonynpav...@gmail.com --- Documentation/devicetree/bindings/vendor-prefixes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index

[PATCH RESEND] devicetree: vendor-prefixes.txt: fix whitespace

2014-11-08 Thread Antony Pavlov
Signed-off-by: Antony Pavlov antonynpav...@gmail.com --- Documentation/devicetree/bindings/vendor-prefixes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index

[PATCH 07/10] of: smiapp: Add documentation

2014-11-08 Thread Sakari Ailus
Document the smiapp device tree properties. Signed-off-by: Sakari Ailus sakari.ai...@iki.fi Cc: devicetree@vger.kernel.org --- .../devicetree/bindings/media/i2c/nokia,smia.txt | 63 MAINTAINERS|1 + 2 files changed, 64

[PATCH 06/10] of: v4l: Document link-frequency property in video-interfaces.txt

2014-11-08 Thread Sakari Ailus
link-frequency is a 64-bit unsigned integer array of allowed link frequencies. Signed-off-by: Sakari Ailus sakari.ai...@iki.fi Cc: devicetree@vger.kernel.org --- Documentation/devicetree/bindings/media/video-interfaces.txt |3 +++ 1 file changed, 3 insertions(+) diff --git

[GIT PULL] Devicetree bug fix for v3.18

2014-11-08 Thread Grant Likely
[resending; forgot to cc the mailing lists] Hi Linus. Please pull the following branch for a device tree bug fix. Thanks, g. The following changes since commit 0df1f2487d2f0d04703f142813d53615d62a1da4: Linux 3.18-rc3 (2014-11-02 15:01:51 -0800) are available in the git repository at:

Re: [GIT PULL] Broadcom Cygnus SoC defconfig changes

2014-11-08 Thread Olof Johansson
On Thu, Oct 30, 2014 at 12:50:09PM -0700, Florian Fainelli wrote: The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1: Linux 3.18-rc1 (2014-10-19 18:08:38 -0700) are available in the git repository at: http://github.com/brcm/linux.git

Re: [PATCH v8 4/8] ARM: dts: Enable Broadcom Cygnus SoC

2014-11-08 Thread Olof Johansson
Hi, A bunch of small comments below, should be quick to fix. On Tue, Oct 28, 2014 at 12:53 PM, Scott Branden sbran...@broadcom.com wrote: DT files to enable cygnus consisting on reference designs and cygnus core configuration. Reviewed-by: Ray Jui r...@broadcom.com Reviewed-by: Arun

Re: [GIT PULL] Broadcom Cygnus SoC Device Tree changes

2014-11-08 Thread Olof Johansson
Hi Florian, On Thu, Oct 30, 2014 at 12:50:10PM -0700, Florian Fainelli wrote: The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1: Linux 3.18-rc1 (2014-10-19 18:08:38 -0700) are available in the git repository at: http://github.com/brcm/linux.git

Re: [GIT PULL] Broadcom Cygnus SoC platforms changes

2014-11-08 Thread Olof Johansson
On Thu, Oct 30, 2014 at 12:50:12PM -0700, Florian Fainelli wrote: The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1: Linux 3.18-rc1 (2014-10-19 18:08:38 -0700) are available in the git repository at: http://github.com/brcm/linux.git

Re: [GIT PULL] Broadcom Cygnus SoC platforms changes

2014-11-08 Thread Olof Johansson
On Sat, Nov 08, 2014 at 04:28:46PM -0800, Olof Johansson wrote: On Thu, Oct 30, 2014 at 12:50:12PM -0700, Florian Fainelli wrote: The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1: Linux 3.18-rc1 (2014-10-19 18:08:38 -0700) are available in the git

Re: [PATCH] ARM: dts: zynq: Enable PL clocks for Parallella

2014-11-08 Thread Olof Johansson
On Fri, Nov 07, 2014 at 07:44:16AM +0100, Michal Simek wrote: On 11/06/2014 06:22 PM, Andreas Färber wrote: The Parallella board comes with a U-Boot bootloader that loads one of two predefined FPGA bitstreams before booting the kernel. Both define an AXI interface to the on-board Epiphany

[PATCH v7 1/7] arm64: dts: add dt-bindings/ symlink

2014-11-08 Thread Abhilash Kesavan
From: Pankaj Dubey pankaj.du...@samsung.com Add symlink to include/dt-bindings from arch/arm64/boot/dts/include/ to match the ones in ARM architectures so that preprocessed device tree files can include various useful constant definitions. See commit c58299aa8754 (kbuild: create an include

[PATCH v7 0/7] Enable support for Samsung Exynos7 SoC

2014-11-08 Thread Abhilash Kesavan
These were originally part of 2 patchsets[1][2] adding support for Exynos7. The clock and pinctrl patches are going through the respective maintainer's tree; hence the remaining dt related patches have been consolidated and are being posted here as a separate series. This patchset has build

[PATCH v7 2/7] arm64: dts: Add initial device tree support for EXYNOS7

2014-11-08 Thread Abhilash Kesavan
From: Naveen Krishna Ch naveenkrishna...@gmail.com Add initial device tree nodes for EXYNOS7 SoC and board dts file to support Espresso board based on Exynos7 SoC. Signed-off-by: Naveen Krishna Ch naveenkrishna...@gmail.com Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com Reviewed-by:

[PATCH v7 5/7] arm64: dts: Add nodes for mmc, i2c, rtc, watchdog, adc on Exynos7

2014-11-08 Thread Abhilash Kesavan
Add nodes for 3 mmc channels, 12 i2c channels, rtc, watchdog and adc on Exynos7. Signed-off-by: Naveen Krishna Ch naveenkrishna...@gmail.com Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com --- arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 45

[PATCH v7 3/7] arm64: dts: Add initial pinctrl support to EXYNOS7

2014-11-08 Thread Abhilash Kesavan
From: Naveen Krishna Ch naveenkrishna...@gmail.com Add intial pin configuration nodes for EXYNOS7. Signed-off-by: Naveen Krishna Ch naveenkrishna...@gmail.com Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com Reviewed-by: Thomas Abraham thomas...@samsung.com Tested-by: Thomas Abraham

[PATCH v7 6/7] arm64: exynos7: Enable ARMv8 based Exynos7 (SoC) support

2014-11-08 Thread Abhilash Kesavan
From: Alim Akhtar alim.akh...@samsung.com This patch adds the necessary Kconfig entries to enable support for the ARMv8 based Exynos7 SoC. It also enables RTC, WDT and Pinctrl for Exynos7. Signed-off-by: Alim Akhtar alim.akh...@samsung.com Signed-off-by: Naveen Krishna Ch

[PATCH v7 7/7] arm64: Enable Exynos7 SOC in the defconfig

2014-11-08 Thread Abhilash Kesavan
From: Alim Akhtar alim.akh...@samsung.com Enable Exynos7 SOC in the arm64 defconfig. Also enable the samsung serial driver needed by this SoC. Signed-off-by: Alim Akhtar alim.akh...@samsung.com Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com --- arch/arm64/configs/defconfig | 4 1

Re: [PATCH V4 00/14] genirq endian fixes; bcm7120/brcmstb IRQ updates

2014-11-08 Thread Jason Cooper
On Fri, Nov 07, 2014 at 07:27:45AM -0500, Jason Cooper wrote: Thomas, On Thu, Nov 06, 2014 at 10:44:15PM -0800, Kevin Cernekee wrote: V3-V4: - Fix buildbot bisectability warning on patch 02/14 (missing include) Dammit. :( Even if I had created a topic branch for this series, I

Re: [PATCH v5 0/6] ARM: mediatek: Add support for interrupt polarity

2014-11-08 Thread Jason Cooper
Thomas, Marc, Could I get Acks for the core changes and gic changes when you have a moment? thx, Jason. On Wed, Oct 29, 2014 at 06:00:18PM +0800, Yingjoe Chen wrote: This series is 5th version of interrupt polarity support for MediaTek SoCs. This is based on Jiang's hierarchy irqdomain p2v3

Re: [GIT PULL] Broadcom Cygnus SoC defconfig changes

2014-11-08 Thread Scott Branden
Hi Olof, Thanks for the comments. Please see my questions inline before we determine what needs to be done for the defconfig patchset. On 14-11-08 04:13 PM, Olof Johansson wrote: On Thu, Oct 30, 2014 at 12:50:09PM -0700, Florian Fainelli wrote: The following changes since commit

Re: [PATCH v8 4/8] ARM: dts: Enable Broadcom Cygnus SoC

2014-11-08 Thread Scott Branden
On 14-11-08 04:22 PM, Olof Johansson wrote: Hi, A bunch of small comments below, should be quick to fix. On Tue, Oct 28, 2014 at 12:53 PM, Scott Branden sbran...@broadcom.com wrote: DT files to enable cygnus consisting on reference designs and cygnus core configuration. Reviewed-by: Ray Jui

Re: [PATCH v8 4/8] ARM: dts: Enable Broadcom Cygnus SoC

2014-11-08 Thread Olof Johansson
On Sat, Nov 8, 2014 at 10:13 PM, Scott Branden sbran...@broadcom.com wrote: On 14-11-08 04:22 PM, Olof Johansson wrote: Hi, A bunch of small comments below, should be quick to fix. On Tue, Oct 28, 2014 at 12:53 PM, Scott Branden sbran...@broadcom.com wrote: DT files to enable cygnus

Re: [PATCH v5 3/6] irqchip: gic: Support hierarchy irq domain.

2014-11-08 Thread Jiang Liu
On 2014/10/29 18:00, Yingjoe Chen wrote: Add support to use gic as a parent for stacked irq domain. Signed-off-by: Yingjoe Chen yingjoe.c...@mediatek.com --- drivers/irqchip/Kconfig | 1 + drivers/irqchip/irq-gic.c | 90 +-- 2 files