Re: [PATCH v11 17/19] drm: bridge: analogix/dp: expand the look time for waiting AUX CH reply

2015-12-22 Thread Yakir Yang
Hi Jingoo, On 12/23/2015 12:24 PM, Yakir Yang wrote: Hi Jingoo, On 12/22/2015 08:26 PM, Jingoo Han wrote: On Wednesday, December 16, 2015 12:58 PM, Yakir Yang wrote: After test on rockchiop platform, i found sometims driver would failed at reading EDID message. After debugging more, i found t

[PATCH] dt: bindings: add bindings for ipq4019 wifi block

2015-12-22 Thread Raja Mani
Add device tree binding documentation details for wifi block present in Qualcomm IPQ4019 SoC into qcom,ath10k.txt. Signed-off-by: Raja Mani --- .../bindings/net/wireless/qcom,ath10k.txt | 87 -- 1 file changed, 82 insertions(+), 5 deletions(-) diff --git a/Documenta

Re: [PATCH v3 2/2] dts/ls2080a: Update DTSI to add support of SP805 WDT

2015-12-22 Thread Bhupesh SHARMA
Hi Arnd, Olof, Kevin On Tue, Dec 15, 2015 at 8:00 PM, Bhupesh Sharma wrote: > This patch updates the LS2080a DTSI (DTS Include) file to add > support for eight SP805 Watchdog units which can be used to > reset the eight Cortex-A57 cores available on LS2080A. > > Signed-off-by: Bhupesh Sharma > -

Re: [PATCH v11 17/19] drm: bridge: analogix/dp: expand the look time for waiting AUX CH reply

2015-12-22 Thread Yakir Yang
Hi Jingoo, On 12/22/2015 08:26 PM, Jingoo Han wrote: On Wednesday, December 16, 2015 12:58 PM, Yakir Yang wrote: After test on rockchiop platform, i found sometims driver would failed at reading EDID message. After debugging more, i found that it's okay to read_a byte from i2c, but it would fai

Re: next-20151222 build: 3 failures 13 warnings (next-20151222)

2015-12-22 Thread Andy Gross
On Tue, Dec 22, 2015 at 12:22:28PM +, Mark Brown wrote: > On Tue, Dec 22, 2015 at 08:57:20AM +, Build bot for Mark Brown wrote: > > Today's linux-next fails to link an arm64 allmodconfig due to: > > > ERROR: "of_irq_count" [drivers/pinctrl/qcom/pinctrl-ssbi-mpp.ko] undefined! > > ERROR: "

Re: [PATCH v5 3/7] ARM: dts: imx: Add Advantech BA-16 Qseven module

2015-12-22 Thread Shawn Guo
On Tue, Dec 22, 2015 at 05:42:01PM -0500, Akshay Bhat wrote: > >>+&iomuxc { > > > >Suggest to put the iomuxc node at the bottom of the dts to make the read > >of this file a bit easier. > > > Will fix it > > >>+ pinctrl-names = "default"; > >>+ pinctrl-0 = <&pinctrl_hog>; > >>+ > >>+ imx6q-b

Re: [PATCH V3] ARM: dts: imx6q-icore-rqs: Add Engicam IMX6 Q7 initial support

2015-12-22 Thread Shawn Guo
On Wed, Dec 16, 2015 at 07:12:05PM +0100, Michael Trimarchi wrote: > > > > + imx6qdl-icore-rqs { > > > > + > > > > > > With commit 5fcdf6a7ed95 (pinctrl: imx: Allow parsing DT without function > > > nodes) in place, we can now save this container. > > > > > If I save this I can not registe

Re: [PATCH v5] extcon: add Maxim MAX3355 driver

2015-12-22 Thread Chanwoo Choi
On 2015년 12월 22일 20:15, Sergei Shtylyov wrote: > Hello. > > On 12/22/2015 4:13 AM, Chanwoo Choi wrote: > >> This patch depend on GPIOLIB configuration as following: >> I modified it with following diff and applied it. >> >> diff --git a/drivers/extcon/Kconfig b/drivers/extcon/Kcon

Re: [PATCH 1/5] iio:adc:at91_adc8xx: introduce new atmel adc driver

2015-12-22 Thread Rob Herring
On Mon, Dec 21, 2015 at 10:24:08AM +0100, Ludovic Desroches wrote: > This driver supports the new version of the Atmel ADC device introduced > with the SAMA5D2 SoC family. > > Signed-off-by: Ludovic Desroches > --- > .../devicetree/bindings/iio/adc/at91_adc8xx.txt| 27 ++ > drivers/iio/adc/

Re: [PATCH v11 03/19] drm: bridge: analogix/dp: remove duplicate configuration of link rate and link count

2015-12-22 Thread Yakir Yang
Hi Jingoo, Thanks for your respond. On 12/22/2015 08:09 PM, Jingoo Han wrote: On Wednesday, December 16, 2015 12:28 PM, Yakir Yang wrote: link_rate and lane_count already configured in analogix_dp_set_link_train(), so we don't need to config those repeatly after training finished, just remove

Re: [PATCH v11 02/19] drm: bridge: analogix/dp: fix some obvious code style

2015-12-22 Thread Yakir Yang
On 12/22/2015 08:05 PM, Jingoo Han wrote: On Wednesday, December 16, 2015 12:26 PM, Yakir Yang wrote: Fix some obvious alignment problems, like alignment and line over 80 characters problems, make this easy to be maintained later. Signed-off-by: Yakir Yang Reviewed-by: Krzysztof Kozlowski Te

Re: [PATCH v3] usb: gadget: renesas_usb3: add support for Renesas USB3.0 peripheral controller

2015-12-22 Thread Rob Herring
On Mon, Dec 21, 2015 at 06:40:04PM +0900, Yoshihiro Shimoda wrote: > R-Car H3 has USB3.0 peripheral controllers. This controller's has the > following features: > - Supports super, high and full speed > - Contains 30 pipes for bulk or interrupt transfer > - Contains dedicated DMA controller > >

Re: [PATCH v11 06/19] ARM: dts: exynos/dp: remove some properties that deprecated by analogix_dp driver

2015-12-22 Thread Yakir Yang
On 12/22/2015 08:13 PM, Jingoo Han wrote: On Wednesday, December 16, 2015 12:35 PM, Yakir Yang wrote: After exynos_dp have been split the common IP code into analogix_dp driver, the analogix_dp driver have deprecated some Samsung platform properties which could be dynamically parsed from EDID/M

Re: [PATCH v11 09/19] phy: Add driver for rockchip Display Port PHY

2015-12-22 Thread Yakir Yang
Hi Jingoo, Thanks for your respond. On 12/22/2015 08:20 PM, Jingoo Han wrote: On Wednesday, December 16, 2015 12:41 PM, Yakir Yang wrote: Add phy driver for the Rockchip DisplayPort PHY module. This is required to get DisplayPort working in Rockchip SoCs. Signed-off-by: Yakir Yang Reviewed-b

Re: [PATCH 2/2] pci, pcie-thunder-pem: Add PCIe host driver for ThunderX processors.

2015-12-22 Thread Rob Herring
On Mon, Dec 21, 2015 at 05:53:42PM -0800, David Daney wrote: > From: David Daney > > Some Cavium ThunderX processors require quirky access methods for the > config space of the PCIe bridge. Add a driver to provide these config > space accessor functions. The pci-host-generic driver code is used

[PATCH 0/3] drivers: net: cpsw: phy-handle fixes

2015-12-22 Thread David Rivshin (Allworx)
From: David Rivshin This series is based on the tip of the net tree. The first patch fixes a bug that makes dual_emac mode break if either slave uses the phy-handle property in the devicetree. The second patch fixes some cosmetic problems with error messages, and also makes the binding document

[PATCH 3/3] drivers: net: cpsw: use of_phy_connect() in fixed-link case

2015-12-22 Thread David Rivshin (Allworx)
From: David Rivshin If a fixed-link DT subnode is used, the phy_device was looked up so that a PHY ID string could be constructed and passed to phy_connect(). This is not necessary, as the device_node can be passed directly to of_phy_connect() instead. This reuses the same codepath as if the phy-

[PATCH 1/3] drivers: net: cpsw: fix parsing of phy-handle DT property in dual_emac config

2015-12-22 Thread David Rivshin (Allworx)
From: David Rivshin Commit 9e42f715264ff158478fa30eaed847f6e131366b ("drivers: net: cpsw: add phy-handle parsing") saved the "phy-handle" phandle into a new cpsw_priv field. However, phy connections are per-slave, so the phy_node field should be in cpsw_slave_data rather than cpsw_priv. This wou

[PATCH 2/3] drivers: net: cpsw: fix error messages when using phy-handle DT property

2015-12-22 Thread David Rivshin (Allworx)
From: David Rivshin The phy-handle, phy_id, and fixed-link properties are mutually exclusive, and only one need be specified. However if phy-handle was specified, an error message would complain about the lack of phy_id or fixed-link. Also, if phy-handle was specified and the subsequent of_phy_c

Re: [PATCH v2 2/2] dt-bindings: sound: add devicetree document for rt5616

2015-12-22 Thread Rob Herring
On Tue, Dec 22, 2015 at 01:45:03PM +0800, Caesar Wang wrote: > Add the description for rt5616 codec. > > Signed-off-by: Caesar Wang > > --- > > Changes in v2: > - As Frank comments, rt5616@1b to instead of rt5616. > - Update the Pins device from Bard. > > Changes in v1: > - As Heiko comments,

Re: [PATCH v1 1/6] dt-bindings: misc: add document for reboot-mode driver

2015-12-22 Thread Rob Herring
On Tue, Dec 22, 2015 at 05:05:24PM +0800, Andy Yan wrote: > add device tree bindings document for reboot-mode driver > > Signed-off-by: Andy Yan > > --- > > Changes in v1: None > > .../devicetree/bindings/misc/reboot-mode.txt | 41 > ++ > 1 file changed, 41 insertio

Re: [PATCH 3/6] ASoC: da7219: Update REFERENCES reg default, in-line with HW

2015-12-22 Thread Mark Brown
On Tue, Dec 22, 2015 at 06:27:53PM +, Adam Thomson wrote: > In current AB silicon, BIAS_EN field is enabled by default in the > REFERENCES register, so the regmap default value should reflect > this. This is the sort of thing where a register patch would normally be used - if you put in a regi

Re: [PATCH] of/irq: Export of_irq_count()

2015-12-22 Thread Linus Walleij
On Tue, Dec 22, 2015 at 6:12 PM, Rob Herring wrote: > On Tue, Dec 22, 2015 at 6:22 AM, Mark Brown wrote: >> Some of the Qualcomm pinctrl drivers have started trying to use >> of_irq_count() in modular code but this fails to build as the symbol is >> not exported. Since there doesn't seem to be a

Re: [PATCH v2 2/2] dt-bindings: sound: add devicetree document for rt5616

2015-12-22 Thread Mark Brown
On Tue, Dec 22, 2015 at 01:45:03PM +0800, Caesar Wang wrote: > Add the description for rt5616 codec. Please use subject lines matching the style for the subsystem. signature.asc Description: PGP signature

Re: [RESEND PATCH v2 2/2] ASoC: atmel-classd: DT binding for PDMIC driver

2015-12-22 Thread Mark Brown
On Tue, Dec 22, 2015 at 12:37:24PM -0600, Rob Herring wrote: > On Sat, Dec 19, 2015 at 5:30 AM, Mark Brown wrote: > >> "label" can be used here if this is really needed. > > The plastics for the system are often very important for audio > > configuration - we need userspace to be able to disting

[PATCH v2 2/2] pci, pcie-thunder-pem: Add PCIe host driver for ThunderX processors.

2015-12-22 Thread David Daney
From: David Daney Some Cavium ThunderX processors require quirky access methods for the config space of the PCIe bridge. Add a driver to provide these config space accessor functions. The pci-host-common code is used to configure the PCI machinery. Signed-off-by: David Daney --- .../devicetr

[PATCH v2 1/2] PCI: generic: Refactor code to enable reuse by other drivers.

2015-12-22 Thread David Daney
From: David Daney No change in functionality. Move structure definitions into a separate header file. Move common code to new file with Kconfig machinery to build it. Split probe function in to two parts: - a small driver specific probe function (gen_pci_probe) - a common probe that ca

[PATCH v2 0/2] pci: Add host controller driver for Cavium ThunderX PCIe

2015-12-22 Thread David Daney
From: David Daney Some Cavium ThunderX processors require quirky access methods for the config space of the PCIe bridge. There are two patches: 1) Refactor code in pci-host-generic so that it can more easily be used by other drivers. This splits the driver for CAM and ECAM access methods

Re: [PATCH] ARM: tegra: Fix suspend hang on Tegra124 Chromebooks

2015-12-22 Thread Olof Johansson
On Tue, Dec 08, 2015 at 10:26:49AM +, Jon Hunter wrote: > Enabling CPUFreq support for Tegra124 Chromebooks is causing the Tegra124 > to hang when resuming from suspend. > > When CPUFreq is enabled, the CPU clock is changed from the PLLX clock to > the DFLL clock during kernel boot. When resum

Re: [PATCH 2/2] pci, pcie-thunder-pem: Add PCIe host driver for ThunderX processors.

2015-12-22 Thread David Daney
On 12/22/2015 11:18 AM, David Daney wrote: On 12/22/2015 02:03 AM, Will Deacon wrote: On Mon, Dec 21, 2015 at 05:53:42PM -0800, David Daney wrote: From: David Daney [...] diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig index f131ba9..16ed9c3 100644 --- a/drivers/pci/host/Kco

Re: [PATCH] ARM: dts: compulab: add new board description

2015-12-22 Thread Rob Herring
On Tue, Dec 22, 2015 at 11:10:59AM +0200, Ilya Ledvich wrote: > Add description for newly introduced Compulab devices: > - CL-SOM-iMX7 > - SBC-iMX7 > > Signed-off-by: Ilya Ledvich Acked-by: Rob Herring -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a me

Re: [PATCH v5 3/7] ARM: dts: imx: Add Advantech BA-16 Qseven module

2015-12-22 Thread Akshay Bhat
Shawn, thanks for the feedback. I have addressed all the comments with the exception of removing imx6q-ba16 container node in iomux. I get errors if I do so, details in-line. On 12/22/2015 06:40 AM, Shawn Guo wrote: On Thu, Dec 03, 2015 at 04:10:32PM -0500, Akshay Bhat wrote: From: Justin Wat

Re: [PATCH 4/6] ASoC: da7219: Remove internal LDO features of codec

2015-12-22 Thread Rob Herring
On Tue, Dec 22, 2015 at 06:27:54PM +, Adam Thomson wrote: > In AB silicon, the internal LDO is not supported so remove > DT and driver references to this (digital voltage direct from > 'VDD' supply) > > Signed-off-by: Adam Thomson > --- > Documentation/devicetree/bindings/sound/da7219.txt |

Re: [PATCH 5/6] ASoC: da7219: Add support for 1.6V micbias level

2015-12-22 Thread Rob Herring
On Tue, Dec 22, 2015 at 06:27:55PM +, Adam Thomson wrote: > HW can provide 1.6V micbias level as well the existing levels > already provided in the driver. This patch adds support for 1.6V > to the DT binding. > > Signed-off-by: Adam Thomson > --- > Documentation/devicetree/bindings/sound/da

[PATCH v2 3/3] ARM: dts: sun4i: Add touchscreen node to inet97fv2 dts file

2015-12-22 Thread Hans de Goede
Add a node describing the focaltech ft5306de4 touchscreen found on inet97fv2 tablets. Signed-off-by: Hans de Goede --- Changes in v2: -Drop unused pinctrl-names = "default"; --- arch/arm/boot/dts/sun4i-a10-inet97fv2.dts | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boo

[PATCH v2 1/3] ARM: dts: sun4i: Add touchscreen node to inet9f-rev03 tablet dts file

2015-12-22 Thread Hans de Goede
Add a node describing the focaltech ft5406ee8 touchscreen found on inet-9f-rev03 / qware qw tb-g100 tablets. Signed-off-by: Hans de Goede --- Changes in v2: -Drop unused pinctrl-names = "default"; --- arch/arm/boot/dts/sun4i-a10-inet9f-rev03.dts | 9 + 1 file changed, 9 insertions(+) di

[PATCH v2 2/3] ARM: dts: sun4i: Add touchscreen node to chuwi-v7 dts file

2015-12-22 Thread Hans de Goede
Add a node describing the focaltech ft5306de4 touchscreen found on chuwi-v7-cw0825 tablets. Signed-off-by: Hans de Goede --- Changes in v2: -Drop unused pinctrl-names = "default"; --- arch/arm/boot/dts/sun4i-a10-chuwi-v7-cw0825.dts | 10 ++ 1 file changed, 10 insertions(+) diff --git a/

[PATCH] ASoC: sun4i-codec: Use proper output for external amp routes

2015-12-22 Thread Hans de Goede
An external amp (if any) is connected to the external outputs of the SoC of course, rather then directly to the internal amp. Signed-off-by: Hans de Goede --- sound/soc/sunxi/sun4i-codec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sound/soc/sunxi/sun4i-codec.c b/sound

Re: [PATCH] powerpc/fsl: Update fman dt binding with pcs-phy and tbi-phy

2015-12-22 Thread Scott Wood
On Tue, 2015-12-22 at 06:18 +0200, igal.liber...@freescale.com wrote: > From: Igal Liberman > > Signed-off-by: Igal Liberman > --- > .../devicetree/bindings/powerpc/fsl/fman.txt | 39 > > 1 file changed, 39 insertions(+) Some description in the log would be nice, e

Re: [PATCH v2 0/8] Raspberry Pi 2 support.

2015-12-22 Thread Arnd Bergmann
On Tuesday 22 December 2015, Alexander Aring wrote: > On Tue, Dec 22, 2015 at 12:11:32AM +0100, Arnd Bergmann wrote: > > On Sunday 20 December 2015, Alexander Aring wrote: > > > On Fri, Dec 18, 2015 at 11:08:26AM +0100, Alexander Aring wrote: > > > > [0.00] Memory policy: Data cache writeba

Re: [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node

2015-12-22 Thread Olof Johansson
Hi, On Mon, Dec 21, 2015 at 11:33:44AM +0100, Geert Uytterhoeven wrote: > Hi, > > As of commit e488ca9f8d4f62c2 ("doc: dt: mtd: partitions: add compatible > property to "partitions" node"), which is in v4.4-rc6, the "partitions" > subnode of an SPI FLASH device node must have a compatible p

Re: [PATCH v2 1/9] ARM: mvebu: ix4-300d: Add compatible property to "partitions" node

2015-12-22 Thread Olof Johansson
On Mon, Dec 21, 2015 at 05:48:48PM +0100, Gregory CLEMENT wrote: > Hi Geert, > > On lun., d??c. 21 2015, Geert Uytterhoeven wrote: > > > As of commit e488ca9f8d4f62c2 ("doc: dt: mtd: partitions: add compatible > > property to "partitions" node"), the "partitions" subnode of an SPI > > FLASH de

Re: [PATCH 1/2] PCI: generic: Refactor code to enable reuse by other drivers.

2015-12-22 Thread Arnd Bergmann
On Tuesday 22 December 2015, David Daney wrote: > On 12/22/2015 02:07 AM, Will Deacon wrote: > > On Mon, Dec 21, 2015 at 05:53:41PM -0800, David Daney wrote: > >> From: David Daney > >> diff --git a/drivers/pci/host/pci-host-generic.c > >> b/drivers/pci/host/pci-host-generic.c > >> index 5434c90.

Re: [PATCH 0/3] DT labels for connector device mapping

2015-12-22 Thread Olof Johansson
On Thu, Dec 10, 2015 at 03:21:10PM -0600, Rob Herring wrote: > Having a common connector interface across different platforms can be > problematic for determining which SOC device is connected to which > connector pins. The standard DT property "label" is intended to provide > a human readable n

Re: [PATCH v5] bus: uniphier-system-bus: add UniPhier System Bus driver

2015-12-22 Thread Olof Johansson
On Wed, Dec 09, 2015 at 03:52:59PM +0900, Masahiro Yamada wrote: > The UniPhier System Bus is an external bus that connects on-board > devices to the UniPhier SoC. Each bank (chip select) is dynamically > mapped to the CPU-viewed address base via the bus controller. The > bus controller must be c

Re: [PATCH 2/2] pci, pcie-thunder-pem: Add PCIe host driver for ThunderX processors.

2015-12-22 Thread David Daney
On 12/22/2015 02:03 AM, Will Deacon wrote: On Mon, Dec 21, 2015 at 05:53:42PM -0800, David Daney wrote: From: David Daney Some Cavium ThunderX processors require quirky access methods for the config space of the PCIe bridge. Add a driver to provide these config space accessor functions. The

Re: [PATCH 1/2] ARM: at91/dt: sama5d2: add pdmic node

2015-12-22 Thread Alexandre Belloni
Hi, On 22/12/2015 at 17:26:04 +0800, Songjun Wu wrote : > Add pdmic node.` > > Signed-off-by: Songjun Wu > --- Both patches have been applied and pushed out, thanks. -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -- To unsubscribe

Re: [GIT PULL 1/9] ARM: EXYNOS: dts: Syscon dependency for v4.5

2015-12-22 Thread Olof Johansson
On Wed, Dec 02, 2015 at 10:39:38AM +0900, Krzysztof Kozlowski wrote: > Hi Kukjin, > > The DT changes are needed before switching to syscon-based reboot > and power off method. > > Best regards, > Krzysztof > > > > The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec: >

Re: [GIT PULL 2/9] ARM: EXYNOS: Exynos SoC/mach specific code for v4.5

2015-12-22 Thread Olof Johansson
On Wed, Dec 02, 2015 at 10:39:39AM +0900, Krzysztof Kozlowski wrote: > Hi Kukjin, > > SoC/mach specific code. > > Best regards, > Krzysztof > > > The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec: > > Linux 4.4-rc1 (2015-11-15 17:00:27 -0800) > > are available in t

Re: [GIT PULL 4/9] ARM64: EXYNOS: Soc specific code for v4.5

2015-12-22 Thread Olof Johansson
On Wed, Dec 02, 2015 at 10:39:41AM +0900, Krzysztof Kozlowski wrote: > Hi Kukjin, > > ARM64 change touch also defconfig. > > Best regards, > Krzysztof > > > The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec: > > Linux 4.4-rc1 (2015-11-15 17:00:27 -0800) > > are ava

Re: [GIT PULL 3/9] ARM64: EXYNOS: clk: Clock dependency for ARM64 for v4.5

2015-12-22 Thread Olof Johansson
On Wed, Dec 02, 2015 at 10:39:40AM +0900, Krzysztof Kozlowski wrote: > Hi Kukjin, > > Dependency for soc64 changes. > > Best regards, > Krzysztof > > > The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec: > > Linux 4.4-rc1 (2015-11-15 17:00:27 -0800) > > are availabl

Re: [GIT PULL 5/9] ARM: EXYNOS: Drivers for v4.5

2015-12-22 Thread Olof Johansson
On Wed, Dec 02, 2015 at 10:39:42AM +0900, Krzysztof Kozlowski wrote: > Hi Kukjin, > > Pinctrl for v4.5. > > Best regards, > Krzysztof > > > The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec: > > Linux 4.4-rc1 (2015-11-15 17:00:27 -0800) > > are available in the git

Re: [GIT PULL 8/9] ARM64: EXYNOS: dts: DeviceTree for ARM64 for v4.5

2015-12-22 Thread Olof Johansson
On Wed, Dec 02, 2015 at 10:39:45AM +0900, Krzysztof Kozlowski wrote: > Hi Kukjin, > > Few changes for Espresso board. > > Best regards, > Krzysztof > > > The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec: > > Linux 4.4-rc1 (2015-11-15 17:00:27 -0800) > > are availa

Re: [GIT PULL 6/9] ARM: EXYNOS: clk: Another clock dependency, ARMv7, for v4.5

2015-12-22 Thread Olof Johansson
On Wed, Dec 02, 2015 at 10:39:43AM +0900, Krzysztof Kozlowski wrote: > Hi Kukjin, > > This is also clock dependency. I put it in separate tag in case clock > folks want to pull it also. > > Best regards, > Krzysztof > > > The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130b

Re: [GIT PULL 7/9] ARM: EXYNOS: dts: DeviceTree for v4.5

2015-12-22 Thread Olof Johansson
On Wed, Dec 02, 2015 at 10:39:44AM +0900, Krzysztof Kozlowski wrote: > Hi Kukjin, > > A lot of stuff here, mostly cleanups. Description in tag. > > Best regards, > Krzysztof > > > The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec: > > Linux 4.4-rc1 (2015-11-15 17:00

Re: [PATCH v3] arm64: dts: uniphier: add PH1-LD10 SoC/board support

2015-12-22 Thread Olof Johansson
On Sat, Nov 28, 2015 at 02:22:31AM +0900, Masahiro Yamada wrote: > This is the first ARMv8 SoC from Socionext Inc. > > Signed-off-by: Masahiro Yamada > --- Thanks, applied. -Olof -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vge

Re: [GIT PULL 9/9] ARM: EXYNOS: Defconfig for v4.5

2015-12-22 Thread Olof Johansson
On Wed, Dec 02, 2015 at 10:39:46AM +0900, Krzysztof Kozlowski wrote: > Hi Kukjin, > > This may conflict with other arm-soc updates... > > Best regards, > Krzysztof > > > The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec: > > Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)

Re: [PATCH v2 0/8] Raspberry Pi 2 support.

2015-12-22 Thread Eric Anholt
Alexander Aring writes: > On Mon, Dec 21, 2015 at 03:07:44PM -0800, Eric Anholt wrote: > ... >> > >> > But still getting this panic, your patches does not contain some >> > defconfig, so I still try to figure out what I need to enable to get it >> > working. Maybe it is some missing config entry

Re: [PATCH 12/12] ASoC: rsnd: add Multi channel support

2015-12-22 Thread Rob Herring
On Sat, Dec 19, 2015 at 5:37 AM, Mark Brown wrote: > On Fri, Dec 18, 2015 at 02:04:51PM -0600, Rob Herring wrote: >> On Thu, Dec 17, 2015 at 03:00:10AM +, Kuninori Morimoto wrote: > >> > Signed-off-by: Kuninori Morimoto >> > --- >> > .../devicetree/bindings/sound/renesas,rsnd.txt | 18 +

Re: [PATCH 1/2] PCI: generic: Refactor code to enable reuse by other drivers.

2015-12-22 Thread David Daney
On 12/22/2015 02:07 AM, Will Deacon wrote: On Mon, Dec 21, 2015 at 05:53:41PM -0800, David Daney wrote: From: David Daney No change in functionality. Move structure definitions into a separate header file. Split probe function in to two parts: - a small driver specific probe function (g

Re: [RESEND PATCH v2 2/2] ASoC: atmel-classd: DT binding for PDMIC driver

2015-12-22 Thread Rob Herring
On Sat, Dec 19, 2015 at 5:30 AM, Mark Brown wrote: > On Fri, Dec 18, 2015 at 01:56:21PM -0600, Rob Herring wrote: >> On Thu, Dec 17, 2015 at 05:50:00PM +0800, Songjun Wu wrote: > >> > +- atmel,model >> > + The user-visible name of this sound card. >> > + The default value is "PDMIC". > >> When

Re: [PATCH 1/5] iio:adc:at91_adc8xx: introduce new atmel adc driver

2015-12-22 Thread Jonathan Cameron
On 21/12/15 09:24, Ludovic Desroches wrote: > This driver supports the new version of the Atmel ADC device introduced > with the SAMA5D2 SoC family. > > Signed-off-by: Ludovic Desroches A few more bits and bobs from me. Mostly looking good. Jonathan > --- > .../devicetree/bindings/iio/adc/at91_

[PATCH 5/6] ASoC: da7219: Add support for 1.6V micbias level

2015-12-22 Thread Adam Thomson
HW can provide 1.6V micbias level as well the existing levels already provided in the driver. This patch adds support for 1.6V to the DT binding. Signed-off-by: Adam Thomson --- Documentation/devicetree/bindings/sound/da7219.txt | 2 +- include/sound/da7219.h | 3 ++-

[PATCH 1/6] ASoC: da7219: Disable regulators on probe() failure

2015-12-22 Thread Adam Thomson
If codec probe() function fails after supplies have been enabled it should really tidy up and disable them again. This patch updates the probe function to do just that. Signed-off-by: Adam Thomson --- sound/soc/codecs/da7219.c | 19 +++ 1 file changed, 15 insertions(+), 4 deletio

[PATCH 3/6] ASoC: da7219: Update REFERENCES reg default, in-line with HW

2015-12-22 Thread Adam Thomson
In current AB silicon, BIAS_EN field is enabled by default in the REFERENCES register, so the regmap default value should reflect this. Signed-off-by: Adam Thomson --- sound/soc/codecs/da7219.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/da7219.c b/sound/

[PATCH 2/6] ASoC: da7219: Fix Sidetone to work regardless of DAI capture

2015-12-22 Thread Adam Thomson
Previously Sidetone would operate only when capture to DAI was in progress, due to DAPM path configuration. There is no reason why this should not operate without DAI capture, so this patch updates the DAPM path accordingly. Signed-off-by: Adam Thomson --- sound/soc/codecs/da7219.c | 3 ++- 1 fi

Re: [PATCH 1/2] can: sja1000: add documentation for Technologic Systems version

2015-12-22 Thread Rob Herring
On Mon, Dec 21, 2015 at 9:09 AM, Damien Riegel wrote: > On Sat, Dec 19, 2015 at 09:37:42PM -0600, Rob Herring wrote: >> On Fri, Dec 18, 2015 at 03:17:24PM -0500, Damien Riegel wrote: >> > This commit adds documentation for the Technologic Systems version of >> > SJA1000. The difference with the NX

[PATCH 4/6] ASoC: da7219: Remove internal LDO features of codec

2015-12-22 Thread Adam Thomson
In AB silicon, the internal LDO is not supported so remove DT and driver references to this (digital voltage direct from 'VDD' supply) Signed-off-by: Adam Thomson --- Documentation/devicetree/bindings/sound/da7219.txt | 6 ++- include/sound/da7219.h | 11 - sound

[PATCH 0/6] ASoC: da7219: AB Silicon related updates and small fixes.

2015-12-22 Thread Adam Thomson
This is a small collection of updates & fixes, put together for ease. For changes relating to AB silicon, previous silicon revision is obsolete and was unavailable outside of Dialog, so does not require driver support in the future. Changes are based on v4.4-rc6 kernel. Adam Thomson (6): ASoC:

[PATCH 6/6] ASoC: da7219: Remove support for 32KHz PLL mode

2015-12-22 Thread Adam Thomson
PLL mode based on 32KHz master clock not supported in AB silicon so remove support from the driver. Signed-off-by: Adam Thomson --- sound/soc/codecs/da7219.c | 10 ++ sound/soc/codecs/da7219.h | 2 -- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/sound/soc/codecs/da721

Re: [PATCH v3 9/9] phy: omap-usb2: use *syscon* framework API to power on/off the PHY

2015-12-22 Thread Rob Herring
On Sun, Dec 20, 2015 at 6:07 AM, Kishon Vijay Abraham I wrote: > Hi Rob, > > On Sunday 20 December 2015 09:09 AM, Rob Herring wrote: >> On Tue, Dec 15, 2015 at 02:46:08PM +0530, Kishon Vijay Abraham I wrote: >>> Deprecate using phy-omap-control driver to power on/off the PHY, >>> and use *syscon*

Re: [PATCH v5] rtc: support DS1302 RTC on ICP DAS LP-8x4x

2015-12-22 Thread Rob Herring
On Sun, Dec 20, 2015 at 6:14 AM, Sergei Ianovich wrote: > On Sat, 2015-12-19 at 21:38 -0600, Rob Herring wrote: >> On Tue, Dec 15, 2015 at 08:45:23PM +0300, Sergei Ianovich wrote: [...] >> > diff --git a/Documentation/devicetree/bindings/rtc/rtc-ds1302.txt >> > b/Documentation/devicetree/binding

Re: [PATCH v3 5/5] iio: health: Add driver for the TI AFE4403 heart monitor

2015-12-22 Thread Jonathan Cameron
On 14/12/15 22:36, Andrew F. Davis wrote: > Add driver for the TI AFE4403 heart rate monitor and pulse oximeter. > This device detects reflected LED light fluctuations and presents an ADC > value to the user space for further signal processing. > > Data sheet located here: > http://www.ti.com/prod

[PATCH v7 1/4] drm: arm: Add DT bindings documentation for HDLCD driver.

2015-12-22 Thread Liviu Dudau
Cc: Pawel Moll Cc: Mark Rutland Cc: Ian Campbell Cc: Kumar Gala Signed-off-by: Liviu Dudau Acked-by: Rob Herring --- .../devicetree/bindings/display/arm,hdlcd.txt | 79 ++ 1 file changed, 79 insertions(+) create mode 100644 Documentation/devicetree/bindings/display

[PATCH v7 3/4] arm64: Juno: Add HDLCD support to the Juno boards.

2015-12-22 Thread Liviu Dudau
ARM's Juno board has two HDLCD controllers, each linked to an NXP TDA19988 HDMI transmitter that provides output encoding. Add them to the device tree. Signed-off-by: Liviu Dudau Acked-by: Sudeep Holla --- arch/arm64/boot/dts/arm/juno-base.dtsi | 46 +++--- 1 file ch

[PATCH v7 4/4] MAINTAINERS: Add Liviu Dudau as maintainer for ARM HDLCD driver.

2015-12-22 Thread Liviu Dudau
Update MAINTAINERS file for HDLCD driver. Cc: Greg KH Cc: Andrew Morton Cc: Mauro Carvalho Chehab Cc: David S. Miller Signed-off-by: Liviu Dudau --- MAINTAINERS | 6 ++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 9a68ea9..050bbf2 100644 --- a/MAINTAINER

[PATCH v7 0/4] drm: Add support for the ARM HDLCD display controller

2015-12-22 Thread Liviu Dudau
This series adds support for ARM's HDLCD display controller found in Juno and ARM TC2 Coretile. The HDLCD outputs an RGB stream that feeds into a single digital encoder (DVI or HDMI). A few days after sending the v6 series and a timid pull request I've discovered that the changes piled in linux-ne

[PATCH v7 2/4] drm: Add support for ARM's HDLCD controller.

2015-12-22 Thread Liviu Dudau
The HDLCD controller is a display controller that supports resolutions up to 4096x4096 pixels. It is present on various development boards produced by ARM Ltd and emulated by the latest Fast Models from the company. Cc: David Airlie Cc: Robin Murphy Signed-off-by: Liviu Dudau Acked-by: Daniel

Re: [PATCH v3 4/5] Documentation: afe4403: Add DT bindings for the AFE4403 heart monitor

2015-12-22 Thread Jonathan Cameron
On 14/12/15 22:36, Andrew F. Davis wrote: > Add the TI AFE4403 heart monitor DT bindings documentation. > > Signed-off-by: Andrew F. Davis Nothing terribly controversial in here that I can spot so looks good to me. Jonathan > --- > .../devicetree/bindings/iio/health/afe4403.txt | 34 >

Re: [PATCH v3 3/5] iio: health: Add driver for the TI AFE4404 heart monitor

2015-12-22 Thread Jonathan Cameron
On 14/12/15 22:35, Andrew F. Davis wrote: > Add driver for the TI AFE4404 heart rate monitor and pulse oximeter. > This device detects reflected LED light fluctuations and presents an ADC > value to the user space for further signal processing. > > Datasheet: http://www.ti.com/product/AFE4404/data

Re: [PATCH v4 0/4] drm: Add support for the ARM HDLCD display controller

2015-12-22 Thread Liviu Dudau
On Thu, Dec 03, 2015 at 04:56:07PM +, Russell King - ARM Linux wrote: > On Thu, Dec 03, 2015 at 10:40:45AM +, Liviu Dudau wrote: > > This series depends on Sudeep Holla's SCPI driver (now in mainline) and on > > the tda998x patches that have been queued on Russell's patch system here > > [

Re: [PATCH] of/irq: Export of_irq_count()

2015-12-22 Thread Rob Herring
On Tue, Dec 22, 2015 at 6:22 AM, Mark Brown wrote: > Some of the Qualcomm pinctrl drivers have started trying to use > of_irq_count() in modular code but this fails to build as the symbol is > not exported. Since there doesn't seem to be any reason not to export > the symbol make it available to

Re: [PATCH v3 1/5] iio: Make IIO value formating function globally available.

2015-12-22 Thread Jonathan Cameron
On 14/12/15 22:35, Andrew F. Davis wrote: > Make IIO value formating function globally available to allow IIO drivers > to output values as the core does. > > Signed-off-by: Andrew F. Davis Applied to the togreg branch of iio.git - initially pushed out as testing for the autobuilders to play wit

Re: [PATCH v1 0/6] misc: add reboot mode driver

2015-12-22 Thread Alexandre Belloni
Hi, On 22/12/2015 at 17:02:29 +0800, Andy Yan wrote : > > This driver parse the reboot commands like "reboot loader" > and "reboot recovery" to get a boot mode described in the > device tree , then call the vendor specific write interfae > to store the boot mode in some place like special registe

Re: [PATCH] powerpc/fsl: Update fman dt binding with pcs-phy and tbi-phy

2015-12-22 Thread Joakim Tjernlund
On Tue, 2015-12-22 at 06:18 +0200, igal.liber...@freescale.com wrote: > From: Igal Liberman > > Signed-off-by: Igal Liberman > --- >  .../devicetree/bindings/powerpc/fsl/fman.txt   |   39 > >  1 file changed, 39 insertions(+) > > diff --git a/Documentation/devicetree/b

RE: [PATCH] powerpc/fsl: Update fman dt binding with pcs-phy and tbi-phy

2015-12-22 Thread Liberman Igal
Regards, Igal Liberman > -Original Message- > From: Joakim Tjernlund [mailto:joakim.tjernl...@infinera.com] > Sent: Tuesday, December 22, 2015 5:57 PM > To: linuxppc-...@lists.ozlabs.org; Liberman Igal-B31950 > ; devicetree@vger.kernel.org > Cc: Wood Scott-B07421 ; Xie Shaohui-B21989 > ;

[v2] powerpc/mpc85xx: Add pcsphy nodes to FManV3 device tree

2015-12-22 Thread igal.liberman
From: Igal Liberman Signed-off-by: Igal Liberman This patch adds pcsphy node to FManV3 device tree. Based on: https://patchwork.ozlabs.org/patch/503921/ v1 --> v2: - Addressed feedback from Shaohui Xie - Submitted a binding document: https://patchwork.ozlabs.org/patch

[PATCH] powerpc/fsl: Update fman dt binding with pcs-phy and tbi-phy

2015-12-22 Thread igal.liberman
From: Igal Liberman Signed-off-by: Igal Liberman --- .../devicetree/bindings/powerpc/fsl/fman.txt | 39 1 file changed, 39 insertions(+) diff --git a/Documentation/devicetree/bindings/powerpc/fsl/fman.txt b/Documentation/devicetree/bindings/powerpc/fsl/fman.txt in

Re: [PATCH v2 0/3] USB: add generic onboard USB HUB driver

2015-12-22 Thread Alan Stern
On Tue, 22 Dec 2015, Peter Chen wrote: > > I don't really understand this. However, you can always specify a USB > > device by giving its port number on the parent hub, and the hub's port > > number on _its_ parent hub, and so on back to the root hub and host > > controller. That works even if y

Re: [PATCH v2 0/8] Raspberry Pi 2 support.

2015-12-22 Thread Alexander Aring
On Mon, Dec 21, 2015 at 03:07:44PM -0800, Eric Anholt wrote: ... > > > > But still getting this panic, your patches does not contain some > > defconfig, so I still try to figure out what I need to enable to get it > > working. Maybe it is some missing config entry which should be enabled. > > > > B

Re: [PATCH v2 0/8] Raspberry Pi 2 support.

2015-12-22 Thread Alexander Aring
On Tue, Dec 22, 2015 at 12:11:32AM +0100, Arnd Bergmann wrote: > On Sunday 20 December 2015, Alexander Aring wrote: > > On Fri, Dec 18, 2015 at 11:08:26AM +0100, Alexander Aring wrote: > > > [0.00] Memory policy: Data cache writeback > > > [0.00] BUG: mapping for 0x3f201000 at 0xf02

Re: [PATCH v2 0/2] Add support for CL-SOM-iMX7 and SBC-iMX7

2015-12-22 Thread Igor Grinberg
On 12/22/15 14:13, Shawn Guo wrote: > On Tue, Dec 22, 2015 at 10:15:18AM +0200, Ilya Ledvich wrote: >> Ilya Ledvich (2): >> ARM: dts: imx7d: cl-som-imx7: add basic module support >> ARM: dts: imx7d: sbc-imx7: add basic board support > > I still have two comments there. But considering that I'

Re: [PATCH v2 2/2] ARM: dts: imx7d: sbc-imx7: add basic board support

2015-12-22 Thread Igor Grinberg
On 12/22/15 14:19, Shawn Guo wrote: > On Tue, Dec 22, 2015 at 10:15:20AM +0200, Ilya Ledvich wrote: [...] >> +&iomuxc { >> +cl-som-imx7 { > > This container should be dropped too. Please check my imx/dt branch for > the fixup I made. Ahhh... Sorry, we've messed this up... While removing th

Re: [PATCH] powerpc/mpc85xx: Add pcsphy nodes to FManV3 device tree

2015-12-22 Thread Scott Wood
On Tue, 2015-12-22 at 02:51 -0600, Liberman Igal-B31950 wrote: > > Regards, > Igal Liberman > > > -Original Message- > > From: Wood Scott-B07421 > > Sent: Monday, December 21, 2015 4:41 PM > > To: Liberman Igal-B31950 ; > > devicetree@vger.kernel.org; linuxppc-...@lists.ozlabs.org > > Cc:

Re: [PATCH v2 1/2] ARM: dts: imx7d: cl-som-imx7: add basic module support

2015-12-22 Thread Igor Grinberg
Hi Shawn, On 12/22/15 14:17, Shawn Guo wrote: > On Tue, Dec 22, 2015 at 10:15:19AM +0200, Ilya Ledvich wrote: [...] >> +/ { >> +model = "CompuLab CL-SOM-iMX7"; >> +compatible = "compulab,cl-som-imx7", "fsl,imx7d"; >> + >> +memory { >> +reg = <0x8000 0x1000>; /* 25

Re: [PATCH v7 1/4] arm64, numa: adding numa support for arm64 platforms.

2015-12-22 Thread Ganapatrao Kulkarni
On Tue, Dec 22, 2015 at 3:25 PM, Will Deacon wrote: > On Tue, Dec 22, 2015 at 03:04:48PM +0530, Ganapatrao Kulkarni wrote: >> On Fri, Dec 18, 2015 at 12:00 AM, Ganapatrao Kulkarni >> wrote: >> > On Thu, Dec 17, 2015 at 10:41 PM, Will Deacon wrote: >> >> This all looks pretty reasonable, but I'd

[PATCH] mmc: host: arasan: sdhci-of-arasan: Remove no-hispd and no-cmd23 quirks for sdhci-arasan4.9a

2015-12-22 Thread Rameshwar Prasad Sahu
The Arason SD host controller supports set block count command (cmd23) and high speed mode. This patch re-enable both of these features that was disabled. For device that doesn't support high speed, it should configure its capability register accordingly instead disables it explicitly. Signed-off-

[PATCH] dmaengine: xgene-dma: Fix double IRQ issue by setting IRQ_DISABLE_UNLAZY flag

2015-12-22 Thread Rameshwar Prasad Sahu
For interrupt controller that doesn't support irq_disable and hardware with level interrupt, an extra interrupt can be pending. This patch fixes the issue by setting IRQ_DISABLE_UNLAZY flag for the interrupt line. Reference: http://git.kernel.org/tip/e9849777d0e27cdd2902805be51da73e7c79578c Signe

Re: [PATCH] of/irq: Export of_irq_count()

2015-12-22 Thread Linus Walleij
On Tue, Dec 22, 2015 at 1:22 PM, Mark Brown wrote: > Some of the Qualcomm pinctrl drivers have started trying to use > of_irq_count() in modular code but this fails to build as the symbol is > not exported. Since there doesn't seem to be any reason not to export > the symbol make it available to

Re: [RESEND PATCH v7 2/4] Documentation, dt, arm64/arm: dt bindings for numa.

2015-12-22 Thread Hanjun Guo
On 2015/12/21 22:27, Will Deacon wrote: Mark, On Fri, Dec 18, 2015 at 06:03:47PM +, Mark Rutland wrote: On Fri, Dec 18, 2015 at 09:00:18PM +0530, Ganapatrao Kulkarni wrote: Hi Mark, On Fri, Dec 18, 2015 at 7:48 PM, Mark Rutland wrote: +- distance-matrix + This property defines a matrix

  1   2   >