Re: [PATCH] clk: sunxi: Extend the simple gates and handle the Allwinner H3

2015-12-07 Thread Maxime Ripard
Hi Jean-Francois, On Tue, Dec 08, 2015 at 07:42:26AM +0100, Jean-Francois Moine wrote: > On Mon, 7 Dec 2015 08:31:02 -0600 > Rob Herring wrote: > > > On Sun, Dec 06, 2015 at 10:04:12AM +0100, Jean-Francois Moine wrote: > > > The H3 has a clock gate definition similar to the other Allwinner SoCs,

Re: [PATCH 1/2] usb: renesas_usbhs: add fallback compatibility string

2015-12-07 Thread Simon Horman
On Tue, Dec 08, 2015 at 06:05:51AM +, Kuninori Morimoto wrote: > > Hi Simon > > > Add fallback compatibility string. > > This is in keeping with the fallback scheme being adopted wherever > > appropriate for drivers for Renesas SoCs. > > > > Signed-off-by: Simon Horman > > --- > (snip) > >

Re: [PATCH] ARM: DTS: am33xx: Use the new DT bindings for the eDMA3

2015-12-07 Thread Peter Ujfalusi
On 12/08/2015 02:19 AM, Tony Lindgren wrote: > * Peter Ujfalusi [151204 02:46]: >> + >> +ti,tptcs = <&edma_tptc0 7>, <&edma_tptc1 5>, >> + <&edma_tptc2 0>; >> + >> +ti,edma-memcpy-channels = /bits/ 16 <20 21>; > > Is this safe

Re: [PATCH] ARM: DTS: am33xx: Use the new DT bindings for the eDMA3

2015-12-07 Thread Peter Ujfalusi
On 12/04/2015 11:51 PM, Tony Lindgren wrote: > * Arnd Bergmann [151204 13:38]: >> On Friday 04 December 2015 10:47:07 Tony Lindgren wrote: Peter Ujfalusi writes: > @@ -174,12 +182,44 @@ > }; > > edma: edma@4900 { > - compati

RE: [PATCH linux-next 0/5] mtd: spi-nor: add driver for Atmel QSPI controller

2015-12-07 Thread beanhuo
> > I'll admit I'm a little fuzzy on the differences between dual and quad modes > on > various flash manufacturers. Can you help clear it up for me? For SPI NOR, currently, don't have an official standard to define an uniform Quad I/O mode protocol. So we can see that there are some difference

Re: [PATCH] clk: sunxi: Extend the simple gates and handle the Allwinner H3

2015-12-07 Thread Jean-Francois Moine
On Mon, 7 Dec 2015 08:31:02 -0600 Rob Herring wrote: > On Sun, Dec 06, 2015 at 10:04:12AM +0100, Jean-Francois Moine wrote: > > The H3 has a clock gate definition similar to the other Allwinner SoCs, > > but with a different parent clock for each single gate. > > > > Adding the names of the pare

RE: [PATCH linux-next 0/5] mtd: spi-nor: add driver for Atmel QSPI controller

2015-12-07 Thread beanhuo
some memory manufacturers such as Spansion, Micron and > > Macronix. There are many comments in the source code to explain the > > implementation choices based on the datasheets from memory > manufacturers. > > > > > > This series was based and tested on linux-nex

Re: [PATCH 1/3] usb: misc: generic_onboard_hub: add generic onboard USB HUB driver

2015-12-07 Thread Sascha Hauer
On Tue, Dec 08, 2015 at 09:37:48AM +0800, Peter Chen wrote: > Current USB HUB driver lacks of platform interfaces to configure > external signal on HUB chip, eg, the PHY input clock and gpio reset > pin for HUB, these kinds of HUBs are usually soldered at the board, > and they are not hot-plug USB

Re: [PATCH 1/2] usb: renesas_usbhs: add fallback compatibility string

2015-12-07 Thread Kuninori Morimoto
Hi Simon > Add fallback compatibility string. > This is in keeping with the fallback scheme being adopted wherever > appropriate for drivers for Renesas SoCs. > > Signed-off-by: Simon Horman > --- (snip) > + { > + .compatible = "renesas,usbhs", > + .data = (void *)US

Re: [PATCH 5/8 v4] thermal: rcar: enable to use thermal-zone on DT

2015-12-07 Thread Khiem Nguyen
Hi Morimoto-san, Sorry for late information in v3. There's a small mistake in example in DT binding documentation. Anyway, let's wait for more comments from other developers before fixing it. On 12/8/2015 12:28 PM, Kuninori Morimoto wrote: From: Kuninori Morimoto This patch enables to use t

[PATCH 0/2] usb: renesas_usbhs: More compat strings

2015-12-07 Thread Simon Horman
Hi, this short series adds generic, and soc-specific r8a7792 and r8a7793 compat strings to the Renesas USBHS driver. The intention is to provide a complete set of compat strings for known R-Car SoCs. Simon Horman (2): usb: renesas_usbhs: add fallback compatibility string usb: renesas_usbhs: a

[PATCH 2/2] usb: renesas_usbhs: add device tree support for r8a779[23]

2015-12-07 Thread Simon Horman
Simply document new compatibility string. As a previous patch adds a generic R-Car Gen2 compatibility string there appears to be no need for a driver updates. Also add names for SoCs. Signed-off-by: Simon Horman --- Documentation/devicetree/bindings/usb/renesas_usbhs.txt | 10 ++ 1 file

[PATCH 1/2] usb: renesas_usbhs: add fallback compatibility string

2015-12-07 Thread Simon Horman
Add fallback compatibility string. This is in keeping with the fallback scheme being adopted wherever appropriate for drivers for Renesas SoCs. Signed-off-by: Simon Horman --- Documentation/devicetree/bindings/usb/renesas_usbhs.txt | 4 ++-- drivers/usb/renesas_usbhs/common.c

[PATCH] rcar_jpu: add fallback compatibility string

2015-12-07 Thread Simon Horman
Add fallback compatibility string. This is in keeping with the fallback scheme being adopted wherever appropriate for drivers for Renesas SoCs. Signed-off-by: Simon Horman --- Documentation/devicetree/bindings/media/renesas,jpu.txt | 13 +++-- drivers/media/platform/rcar_jpu.c

[PATCH 5/8 v4] thermal: rcar: enable to use thermal-zone on DT

2015-12-07 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch enables to use thermal-zone on DT if it was call as "renesas,rcar-gen2-thermal". Previous style is still supported by "renesas,rcar-thermal". Signed-off-by: Kuninori Morimoto --- v3 -> v4 - no change .../devicetree/bindings/thermal/rcar-thermal.txt | 37

[PATCH 8/8 v4] thermal: of-thermal: of_thermal_set_trip_temp() call thermal_zone_device_update()

2015-12-07 Thread Kuninori Morimoto
From: Kuninori Morimoto of_thermal_set_trip_temp() updates trip temperature. It should call thermal_zone_device_update() immediately. Signed-off-by: Kuninori Morimoto --- v3 -> v4 - no change drivers/thermal/of-thermal.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/thermal/

[PATCH 7/8 v4] ARM: shmobile: r8a7791: enable to use thermal-zone

2015-12-07 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch enables to use thermal-zone on r8a7791. This thermal sensor can measure temperature from -4 to 125000, but over 117000 can be critical on this chip. Thus, default critical temperature is now set as 115000 (this driver is using 5000 steps) (Current critical

[PATCH 6/8 v4] ARM: shmobile: r8a7790: enable to use thermal-zone

2015-12-07 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch enables to use thermal-zone on r8a7790. This thermal sensor can measure temperature from -4 to 125000, but over 117000 can be critical on this chip. Thus, default critical temperature is now set as 115000 (this driver is using 5000 steps) (Current critical

[PATCH 4/8 v4] thermal: rcar: retern error rcar_thermal_get_temp() if no ctemp update

2015-12-07 Thread Kuninori Morimoto
From: Kuninori Morimoto Current rcar_thermal_get_temp() returns latest temperature, but it might not be updated if some HW issue happened. This means user might get wrong temperature. This patch solved this issue. Signed-off-by: Kuninori Morimoto --- v3 -> v4 - "happend" -> "happened" drive

[PATCH 2/8 v4] thermal: rcar: check every rcar_thermal_update_temp() return value

2015-12-07 Thread Kuninori Morimoto
From: Kuninori Morimoto Signed-off-by: Kuninori Morimoto --- v3 -> v4 - add 1line between int <-> return drivers/thermal/rcar_thermal.c | 18 ++ 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/drivers/thermal/rcar_thermal.c b/drivers/thermal/rcar_thermal.c inde

[PATCH 3/8 v4] thermal: rcar: check irq possibility in rcar_thermal_irq_xxx()

2015-12-07 Thread Kuninori Morimoto
From: Kuninori Morimoto Current rcar thermal driver sometimes checks irq possibility when it calls rcar_thermal_irq_enable/disable(), but sometimes not. This patch checks it inside rcar_thermal_irq_enable/disable(). Signed-off-by: Kuninori Morimoto --- v3 -> v4 - no change drivers/thermal/r

[PATCH 1/8 v4] thermal: rcar: move rcar_thermal_dt_ids to upside

2015-12-07 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch is prepare for of-thermal support. Signed-off-by: Kuninori Morimoto --- v3 -> v4 - no change drivers/thermal/rcar_thermal.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/thermal/rcar_thermal.c b/drivers/thermal/r

[PATCH 0/8 v4] enable to use thermal-zone on r8a7790/1

2015-12-07 Thread Kuninori Morimoto
Hi These are v4 of thermal-zone support for r8a7790/r8a7791. Mainly, it cares return value of get_temp() I think 8) is needed on of-thermal (?) Kuninori Morimoto (8): 1) thermal: rcar: move rcar_thermal_dt_ids to upside 2) thermal: rcar: check every rcar_thermal_update_temp() return

[PATCH v3 3/4] stmmac: Fix calculations for ptp counters when clock input = 50Mhz.

2015-12-07 Thread Phil Reid
stmmac_config_sub_second_increment set the sub second increment to 20ns. Driver is configured to use the fine adjustment method where the sub second register is incremented when the acculumator incremented by the addend register wraps overflows. This accumulator is update on every ptp clk cycle. If

[PATCH v3 2/4] stmmac: Correct documentation on stmmac clocks.

2015-12-07 Thread Phil Reid
devm_get_clk looks in clock-name property for matching clock. the ptp_ref_clk property is ignored. Acked-by: Rob Herring Signed-off-by: Phil Reid --- Documentation/devicetree/bindings/net/stmmac.txt | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Documentat

[PATCH v3 0/4] stmmac: Fixed Phy & PTP fixes

2015-12-07 Thread Phil Reid
Provide ability to specify a fixed phy in the device tree and retain the mdio bus if no phy is found. This is needed where a dsa is connected via a fixed phy and uses the mdio bus for config. Fixed ptp ref clock calculatins for the stmmac when ptp ref clock is running at <= 50Mhz. Also add device

[PATCH v3 1/4] stmmac: create of compatible mdio bus for stmacc driver

2015-12-07 Thread Phil Reid
The DSA driver needs to be passed a reference to an mdio bus. Typically the mac is configured to use a fixed link but the mdio bus still needs to be registered so that it con configure the switch. This patch follows the same process as the altera tse ethernet driver for creation of the mdio bus. A

[PATCH v3 4/4] stmmac: socfpga: Provide dt node to config ptp clk source.

2015-12-07 Thread Phil Reid
Provides an options to use the ptp clock routed from the Altera FPGA fabric. Instead of the defalt eosc1 clock connected to the ARM HPS core. This setting affects all emacs in the core as the ptp clock is common. Signed-off-by: Phil Reid --- Documentation/devicetree/bindings/net/socfpga-dwmac.tx

Re: [PATCH 7/8 v3] ARM: shmobile: r8a7791: enable to use thermal-zone

2015-12-07 Thread Kuninori Morimoto
Hi Khiem > Hi Morimoto-san, > > Thanks for your patch. > I have same comments as patch 0006. Thanks, will fix in v4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/major

Re: [PATCH v2 2/3] nvmem: mediatek: Add Mediatek EFUSE driver

2015-12-07 Thread Nicolas Boichat
On Thu, Nov 19, 2015 at 6:46 PM, Andrew-CT Chen wrote: > Add Mediatek EFUSE driver to access hardware data like > thermal sensor calibration or HDMI impedance. > > Signed-off-by: Andrew-CT Chen > --- > drivers/nvmem/Kconfig | 11 ++ > drivers/nvmem/Makefile| 2 ++ > drivers/nvmem/mt

Re: [PATCH v2 4/9] ARM: dts: add dts files for hi3519-demb board

2015-12-07 Thread xuejiancheng
On 2015/12/7 14:37, xuejiancheng wrote: > > On 2015/12/4 18:49, Arnd Bergmann wrote: >> On Friday 04 December 2015 10:27:58 xuejiancheng wrote: > +sysctrl: system-controller@1202 { > +compatible = "hisilicon,sysctrl"; > +re

Re: [PATCH v2 4/9] ARM: dts: add dts files for hi3519-demb board

2015-12-07 Thread zhangfei
On 12/07/2015 02:37 PM, xuejiancheng wrote: As this seems to be a standard part, we can also think about making a high-level driver for in in drivers/soc rather than relying on the syscon driver which we tend to use more for one-off devices with random register layouts. Sorry. I didn't u

Re: [PATCH 1/3] usb: misc: generic_onboard_hub: add generic onboard USB HUB driver

2015-12-07 Thread kbuild test robot
Hi Peter, [auto build test ERROR on usb/usb-testing] [also build test ERROR on v4.4-rc4 next-20151207] url: https://github.com/0day-ci/linux/commits/Peter-Chen/USB-add-generic-onboard-USB-HUB-driver/20151208-094428 base: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git usb

Re: [PATCH 7/8 v3] ARM: shmobile: r8a7791: enable to use thermal-zone

2015-12-07 Thread Khiem Nguyen
Hi Morimoto-san, Thanks for your patch. I have same comments as patch 0006. On 12/7/2015 2:44 PM, Kuninori Morimoto wrote: From: Kuninori Morimoto This patch enables to use thermal-zone on r8a7791. This thermal sensor can measure temperature from -4 to 125000, but over 117000 can be crit

Re: [PATCH 6/8 v3] ARM: shmobile: r8a7790: enable to use thermal-zone

2015-12-07 Thread Khiem Nguyen
Hi Morimoto-san, Thanks for your patch. On 12/7/2015 2:44 PM, Kuninori Morimoto wrote: From: Kuninori Morimoto This patch enables to use thermal-zone on r8a7790. This thermal sensor can measure temperature from -4 to 125000, but over 117000 can be critical on this chip. Thus, default cri

Re: [PATCH 1/3] usb: misc: generic_onboard_hub: add generic onboard USB HUB driver

2015-12-07 Thread Felipe Balbi
Hi, Peter Chen writes: > diff --git a/drivers/usb/misc/Makefile b/drivers/usb/misc/Makefile > index 45fd4ac..da52e9a 100644 > --- a/drivers/usb/misc/Makefile > +++ b/drivers/usb/misc/Makefile > @@ -29,3 +29,4 @@ obj-$(CONFIG_USB_CHAOSKEY) += chaoskey.o > > obj-$(CONFIG_USB_SISUSBVGA)

Re: [PATCH 2/3] doc: dt-binding: generic onboard USB HUB

2015-12-07 Thread Fabio Estevam
On Mon, Dec 7, 2015 at 11:37 PM, Peter Chen wrote: > Add dt-binding documentation for generic onboard USB HUB. > > Signed-off-by: Peter Chen > --- > .../bindings/usb/generic-onboard-hub.txt | 28 > ++ > 1 file changed, 28 insertions(+) > create mode 100644 > Docu

Re: [PATCH 4/4] ARM: dts: Use OF graph for DP to panel connection in exynos5800-peach-pi

2015-12-07 Thread Inki Dae
2015년 12월 08일 10:47에 Krzysztof Kozlowski 이(가) 쓴 글: > On 08.12.2015 10:33, Javier Martinez Canillas wrote: >> Hello Krzysztof, >> >> On 12/07/2015 09:45 PM, Krzysztof Kozlowski wrote: >>> On 07.12.2015 21:52, Inki Dae wrote: From: Javier Martinez Canillas The DT binding for the Exy

Re: [PATCH 4/4] ARM: dts: Use OF graph for DP to panel connection in exynos5800-peach-pi

2015-12-07 Thread Inki Dae
2015년 12월 08일 09:48에 Krzysztof Kozlowski 이(가) 쓴 글: > On 08.12.2015 00:36, Inki Dae wrote: >> Hi Javier, >> >> 2015-12-07 22:41 GMT+09:00 Javier Martinez Canillas : >>> Hello Inki, >>> >>> On 12/07/2015 09:52 AM, Inki Dae wrote: From: Javier Martinez Canillas >>> >>> Thanks a lot for po

Re: [PATCH] ARM: shmobile: r8a7778: tidyup #sound-dai-cells settings

2015-12-07 Thread Simon Horman
On Tue, Dec 08, 2015 at 01:30:12AM +, Kuninori Morimoto wrote: > > Hi Simon > > > > From: Kuninori Morimoto > > > > > > Renesas sound driver needs #sound-dai-cells settings, but, this usage > > > is a little bit confusable. It came from ALSA SoC historical reasons. > > > The sound DAI namin

Re: [PATCH 4/4] ARM: dts: Use OF graph for DP to panel connection in exynos5800-peach-pi

2015-12-07 Thread Krzysztof Kozlowski
On 08.12.2015 10:33, Javier Martinez Canillas wrote: > Hello Krzysztof, > > On 12/07/2015 09:45 PM, Krzysztof Kozlowski wrote: >> On 07.12.2015 21:52, Inki Dae wrote: >>> From: Javier Martinez Canillas >>> >>> The DT binding for the Exynos DRM Display Port (DP) driver isn't consistent >>> since i

Re: [PATCH RESEND net-next 3/3] arm64: hip05-d02: Document devicetree bindings for Hisilicon D02 Board

2015-12-07 Thread Yankejian (Hackim Yim)
On 2015/12/7 21:48, Bintian wrote: > On 2015/12/7 21:16, Rob Herring wrote: >> On Sat, Dec 05, 2015 at 03:54:48PM +0800, yankejian wrote: >>> This patch adds documentation for the devicetree bindings used by the >>> DT files of Hisilicon Hip05-D02 development board. >>> >>> Signed-off-by: yankeji

Re: [PATCH 4/4] ARM: dts: Use OF graph for DP to panel connection in exynos5800-peach-pi

2015-12-07 Thread Javier Martinez Canillas
Hello Krzysztof, On 12/07/2015 09:48 PM, Krzysztof Kozlowski wrote: > On 08.12.2015 00:36, Inki Dae wrote: >> Hi Javier, >> >> 2015-12-07 22:41 GMT+09:00 Javier Martinez Canillas : >>> Hello Inki, >>> >>> On 12/07/2015 09:52 AM, Inki Dae wrote: From: Javier Martinez Canillas >>> >>> Tha

[PATCH 2/3] doc: dt-binding: generic onboard USB HUB

2015-12-07 Thread Peter Chen
Add dt-binding documentation for generic onboard USB HUB. Signed-off-by: Peter Chen --- .../bindings/usb/generic-onboard-hub.txt | 28 ++ 1 file changed, 28 insertions(+) create mode 100644 Documentation/devicetree/bindings/usb/generic-onboard-hub.txt diff --git

[PATCH 3/3] ARM: dts: imx6qdl-udoo.dtsi: fix onboard USB HUB property

2015-12-07 Thread Peter Chen
The current dts describes USB HUB's property at USB controller's entry, it is improper. Fix it by using a generic USB HUB entry. Signed-off-by: Peter Chen --- arch/arm/boot/dts/imx6qdl-udoo.dtsi | 25 ++--- 1 file changed, 6 insertions(+), 19 deletions(-) diff --git a/arch/a

[PATCH 1/3] usb: misc: generic_onboard_hub: add generic onboard USB HUB driver

2015-12-07 Thread Peter Chen
Current USB HUB driver lacks of platform interfaces to configure external signal on HUB chip, eg, the PHY input clock and gpio reset pin for HUB, these kinds of HUBs are usually soldered at the board, and they are not hot-plug USB devices. With this patch, the user can configure the HUB's pins at

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

2015-12-07 Thread Peter Chen
Hi all, There is a known issue that the USB code can't handle USB HUB's external pins well, in that case, it may cause some onboard USB HUBs can't work since their PHY's clock or reset pin needs to operate. The user reported this issue at below: http://www.spinics.net/lists/linux-usb/msg131502.ht

Re: [PATCH v2 1/9] clk: hi3519: add dt-binding document and header file

2015-12-07 Thread xuejiancheng
On 2015/12/7 17:36, Arnd Bergmann wrote: > On Monday 07 December 2015 16:01:03 xuejiancheng wrote: >> On 2015/12/4 18:56, Arnd Bergmann wrote: >>> On Friday 04 December 2015 11:21:28 xuejiancheng wrote: Hi Arnd, On 2015/12/3 17:44, Arnd Bergmann wrote: > On Thursday 03 December

Re: [PATCH 4/4] ARM: dts: Use OF graph for DP to panel connection in exynos5800-peach-pi

2015-12-07 Thread Javier Martinez Canillas
Hello Krzysztof, On 12/07/2015 09:45 PM, Krzysztof Kozlowski wrote: > On 07.12.2015 21:52, Inki Dae wrote: >> From: Javier Martinez Canillas >> >> The DT binding for the Exynos DRM Display Port (DP) driver isn't consistent >> since it uses a phandle to describe the connection between the DP port

Re: [PATCH] ARM: shmobile: r8a7778: tidyup #sound-dai-cells settings

2015-12-07 Thread Kuninori Morimoto
Hi Simon > > From: Kuninori Morimoto > > > > Renesas sound driver needs #sound-dai-cells settings, but, this usage > > is a little bit confusable. It came from ALSA SoC historical reasons. > > The sound DAI naming method is different between Single/Multi DAI in > > the ALSA framework, and it is

Re: [PATCH v2 3/5] ARM: bcm2835: add rpi power domain driver

2015-12-07 Thread Eric Anholt
Kevin Hilman writes: > Eric Anholt writes: > >> From: Alexander Aring >> >> This patch adds support for several power domains on Raspberry Pi, >> including USB (so it can be enabled even if the bootloader didn't do >> it), and graphics. >> >> This patch is the combined work of Eric Anholt (who

Re: [PATCH 4/4] ARM: dts: Use OF graph for DP to panel connection in exynos5800-peach-pi

2015-12-07 Thread Krzysztof Kozlowski
On 08.12.2015 00:36, Inki Dae wrote: > Hi Javier, > > 2015-12-07 22:41 GMT+09:00 Javier Martinez Canillas : >> Hello Inki, >> >> On 12/07/2015 09:52 AM, Inki Dae wrote: >>> From: Javier Martinez Canillas >>> >> >> Thanks a lot for posting this patch. >> >>> The DT binding for the Exynos DRM Displ

Re: [PATCH 2/4] PCI: rcar-gen2: Add device tree support for r8a7793

2015-12-07 Thread Simon Horman
On Mon, Dec 07, 2015 at 09:38:33AM -0600, Bjorn Helgaas wrote: > On Sat, Dec 05, 2015 at 11:38:37AM +0100, Geert Uytterhoeven wrote: > > Hi Bjorn, > > > > On Fri, Dec 4, 2015 at 10:26 PM, Bjorn Helgaas wrote: > > > On Tue, Dec 01, 2015 at 04:24:30PM +0900, Simon Horman wrote: > > >> Simply docume

Re: [PATCH 4/4] ARM: dts: Use OF graph for DP to panel connection in exynos5800-peach-pi

2015-12-07 Thread Krzysztof Kozlowski
On 07.12.2015 21:52, Inki Dae wrote: > From: Javier Martinez Canillas > > The DT binding for the Exynos DRM Display Port (DP) driver isn't consistent > since it uses a phandle to describe the connection between the DP port and > the display panel but uses the OF graph ports and endpoints to descr

Re: [PATCH] ARM: shmobile: r8a7778: tidyup #sound-dai-cells settings

2015-12-07 Thread Simon Horman
On Tue, Dec 08, 2015 at 12:10:59AM +, Kuninori Morimoto wrote: > > From: Kuninori Morimoto > > Renesas sound driver needs #sound-dai-cells settings, but, this usage > is a little bit confusable. It came from ALSA SoC historical reasons. > The sound DAI naming method is different between Sing

Re: [PATCH] ARM: DTS: am33xx: Use the new DT bindings for the eDMA3

2015-12-07 Thread Tony Lindgren
* Peter Ujfalusi [151204 02:46]: > + > + ti,tptcs = <&edma_tptc0 7>, <&edma_tptc1 5>, > +<&edma_tptc2 0>; > + > + ti,edma-memcpy-channels = /bits/ 16 <20 21>; Is this safe to change to just ti,edma-memcpy-channels = <20 21> a

Re: [PATCH 0/2] ARM: dts: Use MMC pwrseq instead regulators for IGEP WiFi init

2015-12-07 Thread Tony Lindgren
* Enric Balletbo Serra [151204 06:40]: > 2015-12-03 20:27 GMT+01:00 Tony Lindgren : > > * Javier Martinez Canillas [151203 10:29]: > > > >> Since is working for the boards with the libertas chip, I preferred > >> to remove the DTS hack but left the boards with wlcore chip since > >> you said the

[PATCH] ARM: shmobile: r8a7778: tidyup #sound-dai-cells settings

2015-12-07 Thread Kuninori Morimoto
From: Kuninori Morimoto Renesas sound driver needs #sound-dai-cells settings, but, this usage is a little bit confusable. It came from ALSA SoC historical reasons. The sound DAI naming method is different between Single/Multi DAI in the ALSA framework, and it is used for sound card matching. And

Re: [PATCH] [RFC] ARM: shmobile: bockw dts: Override #sound-dai-cells to zero

2015-12-07 Thread Kuninori Morimoto
Hi > The default value of #sound-dai-cells in r8a7778.dtsi is one, while > the /sound/simple-audio-card,cpu device node in r8a7778-bockw.dts uses a > phandle without any extra cells ("<&rcar_sound>"), causing: > > /sound/simple-audio-card,cpu: arguments longer than property > asoc-simple

Re: [PATCH v2] PCI: generic: Add support for Cavium ThunderX PCIe root complexes.

2015-12-07 Thread David Daney
On 12/07/2015 02:43 PM, Bjorn Helgaas wrote: Hi David, On Tue, Sep 22, 2015 at 05:16:55PM -0700, David Daney wrote: From: David Daney The config space for external PCIe root complexes on some Cavium ThunderX SoCs is very similar to CAM and ECAM, but differs in the shift values that have to be

Re: [PATCH v2 3/5] ARM: bcm2835: add rpi power domain driver

2015-12-07 Thread Kevin Hilman
Eric Anholt writes: > From: Alexander Aring > > This patch adds support for several power domains on Raspberry Pi, > including USB (so it can be enabled even if the bootloader didn't do > it), and graphics. > > This patch is the combined work of Eric Anholt (who wrote USB support > inside of the

Re: [PATCH v2] PCI: generic: Add support for Cavium ThunderX PCIe root complexes.

2015-12-07 Thread Bjorn Helgaas
Hi David, On Tue, Sep 22, 2015 at 05:16:55PM -0700, David Daney wrote: > From: David Daney > > The config space for external PCIe root complexes on some Cavium > ThunderX SoCs is very similar to CAM and ECAM, but differs in the > shift values that have to be applied to the bus and devfn numbers

Re: [PATCH v2 0/4] ARM: dts: vf610: relicense the device trees under GPLv2/X11

2015-12-07 Thread Stefan Agner
On 2015-12-07 13:54, Stephen Warren wrote: > On 12/07/2015 02:51 PM, Stefan Agner wrote: >> I collected the Acks I received so far and removed them from the list >> below. Several Freescale addresses are no longer valid (the once >> starting with --)... I would interprete the Ack from Yuan Yao as a

Re: [PATCH v2 0/4] ARM: dts: vf610: relicense the device trees under GPLv2/X11

2015-12-07 Thread Stephen Warren
On 12/07/2015 02:51 PM, Stefan Agner wrote: I collected the Acks I received so far and removed them from the list below. Several Freescale addresses are no longer valid (the once starting with --)... I would interprete the Ack from Yuan Yao as an Ack from Freescale. Matt, you introduced the vf61

[PATCH v2 1/4] ARM: dts: vf610: relicense vf???.dtsi under GPLv2/X11

2015-12-07 Thread Stefan Agner
GPLv2-only devicetrees make reuse difficult for software components licensed under a different license. The consensus is that a GPL/X11 dual-license should allow all necessary uses, so relicense the vfxxx.dtsi, vf500.dtsi and vf610.dtsi files to this combination. CCs were acquired using (updated

[PATCH v2 3/4] ARM: dts: vf610-cosmic: relicense vf610-cosmic.dts under GPLv2/X11

2015-12-07 Thread Stefan Agner
GPLv2-only devicetrees make reuse difficult for software components licensed under a different license. The consensus is that a GPL/X11 dual-license should allow all necessary uses, so relicense the vf610-twr.dts file to this combination. CCs were acquired using (updated some email addresses): gi

[PATCH v2 2/4] ARM: dts: vf610-colibri: relicense vf*colibri* under GPLv2/X11

2015-12-07 Thread Stefan Agner
GPLv2-only devicetrees make reuse difficult for software components licensed under a different license. The consensus is that a GPL/X11 dual-license should allow all necessary uses, so relicense the vf*colibri* files to this combination. CCs were acquired using: git shortlog -sne --no-merges arch

[PATCH v2 0/4] ARM: dts: vf610: relicense the device trees under GPLv2/X11

2015-12-07 Thread Stefan Agner
I collected the Acks I received so far and removed them from the list below. Several Freescale addresses are no longer valid (the once starting with --)... I would interprete the Ack from Yuan Yao as an Ack from Freescale. Matt, you introduced the vf610-cosmic.dts board, is it possible to get an a

[PATCH v2 4/4] ARM: dts: vf610-twr: relicense vf610-twr.dts under GPLv2/X11

2015-12-07 Thread Stefan Agner
GPLv2-only devicetrees make reuse difficult for software components licensed under a different license. The consensus is that a GPL/X11 dual-license should allow all necessary uses, so relicense the vf610-twr.dts file to this combination. CCs were acquired using (updated some email addresses, com

Re: [PATCH 1/3] Device tree binding documentation for gpio-switch

2015-12-07 Thread Martyn Welch
On 07/12/15 17:37, Rob Herring wrote: +Linus W On Fri, Dec 04, 2015 at 05:31:13PM +, Martyn Welch wrote: This patch adds documentation for the gpio-switch binding. This binding provides a mechanism to bind named links to gpio, with the primary purpose of enabling standardised access to sw

Re: [PATCH v9 3/8] ARM: dt: Binding documentation for imx25 touchscreen controller

2015-12-07 Thread Rob Herring
On Sun, Dec 06, 2015 at 08:52:16PM +0100, Markus Pargmann wrote: > This is the touchscreen conversion queue binding documentation. It uses > the shared imx25 ADC. > > Signed-off-by: Markus Pargmann > --- > > Notes: > Changes in v9: > - Updated binding descriptions > > Changes i

Re: [PATCH v2 6/6] arm64: renesas: r8a7795: Add L2 cache-controller nodes

2015-12-07 Thread Geert Uytterhoeven
Hi Mark, On Mon, Dec 7, 2015 at 8:03 PM, Mark Rutland wrote: > On Mon, Dec 07, 2015 at 06:49:43PM +, Sudeep Holla wrote: >> On 07/12/15 18:24, Geert Uytterhoeven wrote: >> >+L2_CA57: cache-controller@0 { >> >+compatible = "cache"; >> >+arm,data-latency = <4 4 1>; >

Re: [PATCH v7 0/5] mfd: tps65912: Driver rewrite with DT support

2015-12-07 Thread Andrew F. Davis
On 12/04/2015 06:02 AM, Mark Brown wrote: On Tue, Nov 24, 2015 at 04:26:24PM +, Lee Jones wrote: On Wed, 18 Nov 2015, Andrew F. Davis wrote: Documentation/devicetree/bindings/mfd/tps65912.txt | 50 ++ drivers/gpio/Kconfig | 2 +- drivers/gpio/gpio-tps6

Re: [PATCH v7 2/6] mfd: syscon: add a DT property to set value width

2015-12-07 Thread Damien Riegel
On Mon, Dec 07, 2015 at 09:40:20AM +, Lee Jones wrote: > On Mon, 30 Nov 2015, Damien Riegel wrote: > > > Currently syscon has a fixed configuration of 32 bits for register and > > values widths. In some cases, it would be desirable to be able to > > customize the value width. > > > > For exam

Re: [PATCH linux-next 0/5] mtd: spi-nor: add driver for Atmel QSPI controller

2015-12-07 Thread Brian Norris
in the source code to explain the > implementation choices based on the datasheets from memory manufacturers. > > > This series was based and tested on linux-next-20151207 > > 1 - Atmel QSPI + Micron n25q128a13 (atmel-quadspi.c driver) > > SPI 1-1-1: This mod

Re: [PATCH net 1/2] net: cadence: macb: Disable USRIO register on some platforms

2015-12-07 Thread Josh Cartwright
On Mon, Dec 07, 2015 at 11:58:33AM +0100, Neil Armstrong wrote: > On some platforms, the macb integration does not use the USRIO > register to configure the (R)MII port and clocks. > When the register is not implemented and the MACB error signal > is connected to the bus error, reading or writing t

Re: [linux-sunxi] [PATCH resend 2/6] clk: sunxi: Add VE (Video Engine) module clock driver for sun[457]i

2015-12-07 Thread Jens Kuske
On 05/12/15 14:16, Chen-Yu Tsai wrote: > The video engine has its own special module clock, consisting of a clock > gate, configurable dividers, and a reset control. > Hi, I've tested these patches on A20, everything works so far. I only read some bits from a random bitstream, so nothing fancy y

Re: [PATCH net 1/2] net: cadence: macb: Disable USRIO register on some platforms

2015-12-07 Thread David Miller
From: Neil Armstrong Date: Mon, 7 Dec 2015 11:58:33 +0100 > - regs_buff[12] = macb_or_gem_readl(bp, USRIO); > + if (!of_property_read_bool(bp->pdev->dev.of_node, "no-usrio")) { > + regs_buff[12] = macb_or_gem_readl(bp, USRIO); > + } Single statement basic blocks shall no

Re: [PATCH v2 6/6] arm64: renesas: r8a7795: Add L2 cache-controller nodes

2015-12-07 Thread Mark Rutland
On Mon, Dec 07, 2015 at 06:49:43PM +, Sudeep Holla wrote: > > On 07/12/15 18:24, Geert Uytterhoeven wrote: > >+L2_CA57: cache-controller@0 { > >+compatible = "cache"; > >+arm,data-latency = <4 4 1>; > >+arm,tag-latency = <3 3 3>; > > Interesting, only P

Re: [RFC PATCH 4/7] mtd: add of_match_mtd_parser() and of_mtd_match_mtd_parser() helpers

2015-12-07 Thread Rob Herring
On Mon, Dec 7, 2015 at 12:13 PM, Brian Norris wrote: > On Sun, Dec 06, 2015 at 08:45:40PM -0600, Rob Herring wrote: >> On Fri, Dec 4, 2015 at 11:19 PM, Brian Norris >> wrote: >> > drivers/of/of_mtd.c| 33 + >> >> BTW, this file should be moved to driver

Re: [PATCH v2 6/6] arm64: renesas: r8a7795: Add L2 cache-controller nodes

2015-12-07 Thread Sudeep Holla
On 07/12/15 18:24, Geert Uytterhoeven wrote: Add device nodes for the L2 caches, and link the CPU node to its L2 cache node. The L2 cache for the Cortex-A57 CPU cores is 2 MiB large (organized as 128 KiB x 16 ways), and requires the following settings: - Tag RAM latency: 3 cycles, - Data

Re: [PATCH v5 3/4] ARM: dts: sunxi: Add Allwinner H3 DTSI

2015-12-07 Thread Jens Kuske
On 07/12/15 09:12, Jean-Francois Moine wrote: > On Fri, 4 Dec 2015 22:24:42 +0100 > Jens Kuske wrote: > >> The Allwinner H3 is a home entertainment system oriented SoC with >> four Cortex-A7 cores and a Mali-400MP2 GPU. >> >> Signed-off-by: Jens Kuske >> --- >> arch/arm/boot/dts/sun8i-h3.dtsi

[PATCH v2 5/6] ARM: shmobile: r8a7794 dtsi: Add L2 cache-controller node

2015-12-07 Thread Geert Uytterhoeven
Add a device node for the L2 cache, and link the CPU nodes to it. The L2 cache for the Cortex-A7 CPU cores is 512 KiB large (organized as 64 KiB x 8 ways). Signed-off-by: Geert Uytterhoeven --- What are the DT bindings for a Cortex-A7 L2 cache controller? v2: - Drop (incorrect) optional cache

[PATCH v2 3/6] ARM: shmobile: r8a7791 dtsi: Add L2 cache-controller node

2015-12-07 Thread Geert Uytterhoeven
Add a device node for the L2 cache, and link the CPU nodes to it. The L2 cache for the Cortex-A15 CPU cores is 1 MiB large (organized as 64 KiB x 16 ways), and requires the following settings: - Tag RAM latency: 3 cycles, - Data RAM latency: 4 cycles, - Data RAM setup: 0 cycles. Signed-off-

[PATCH v2 6/6] arm64: renesas: r8a7795: Add L2 cache-controller nodes

2015-12-07 Thread Geert Uytterhoeven
Add device nodes for the L2 caches, and link the CPU node to its L2 cache node. The L2 cache for the Cortex-A57 CPU cores is 2 MiB large (organized as 128 KiB x 16 ways), and requires the following settings: - Tag RAM latency: 3 cycles, - Data RAM latency: 4 cycles, - Data RAM setup: 1 cycle

[PATCH v2 1/6] ARM: shmobile: r8a73a4 dtsi: Add L2 cache-controller nodes

2015-12-07 Thread Geert Uytterhoeven
Add device nodes for the L2 caches, and link the CPU node to its L2 cache node. The L2 cache for the Cortex-A15 CPU cores is 1 MiB large (organized as 64 KiB x 16 ways), and located in PM domain A3SM. It requires the following settings: - Tag RAM latency: 3 cycles, - Data RAM latency: 4 cycles

[PATCH v2 4/6] ARM: shmobile: r8a7793 dtsi: Add L2 cache-controller node

2015-12-07 Thread Geert Uytterhoeven
Add a device node for the L2 cache, and link the CPU node to it. The L2 cache for the Cortex-A15 CPU cores is 1 MiB large (organized as 64 KiB x 16 ways), and requires the following settings: - Tag RAM latency: 3 cycles, - Data RAM latency: 4 cycles, - Data RAM setup: 0 cycles. Signed-off-b

[PATCH v2 0/6] ARM/arm64 : shmobile/renesas: Add L2 cache-controller nodes

2015-12-07 Thread Geert Uytterhoeven
Hi Simon, Magnus, This patch series adds the missing L2 cache-controller nodes to the DTSes for various Renesas ARM-based SoCs, and links the CPU nodes to them. For R-Mobile APE6 (r8a73a4), the L2 cache-controllers are also linked to the respective (already existing) SYSC Power Domains. F

[PATCH v2 2/6] ARM: shmobile: r8a7790 dtsi: Add L2 cache-controller nodes

2015-12-07 Thread Geert Uytterhoeven
Add device nodes for the L2 caches, and link the CPU nodes to them. The L2 cache for the Cortex-A15 CPU cores is 2 MiB large (organized as 128 KiB x 16 ways), and requires the following settings: - Tag RAM latency: 3 cycles, - Data RAM latency: 4 cycles, - Data RAM setup: 1 cycle. The L2 ca

Re: [PATCH v3] of: fix build failure

2015-12-07 Thread Geert Uytterhoeven
On Mon, Dec 7, 2015 at 5:30 PM, Sudip Mukherjee wrote: >> > --- a/include/linux/of_address.h >> > +++ b/include/linux/of_address.h >> > @@ -112,8 +112,6 @@ static inline bool of_dma_is_coherent(struct >> > device_node *np) >> > extern int of_address_to_resource(struct device_node *dev, int index

Re: [RFC PATCH 4/7] mtd: add of_match_mtd_parser() and of_mtd_match_mtd_parser() helpers

2015-12-07 Thread Brian Norris
On Sun, Dec 06, 2015 at 08:45:40PM -0600, Rob Herring wrote: > On Fri, Dec 4, 2015 at 11:19 PM, Brian Norris > wrote: > > drivers/of/of_mtd.c| 33 + > > BTW, this file should be moved to drivers/mtd/ at some point. How about s/at some point/now/ ? I ca

Re: [PATCH for-4.4 2/2] doc: dt: mtd: partitions: add compatible property to "partitions" node

2015-12-07 Thread Brian Norris
On Sat, Dec 05, 2015 at 12:45:36PM +0100, Jonas Gorski wrote: > On Fri, Dec 4, 2015 at 3:02 AM, Brian Norris > wrote: > > // proposed > > partitions { > > compatible = "partitions"; > > "partitions" sounds mode like a device_type thing than a compatible > name, may

Re: [PATCH v2 1/3] dt-bindings: add Marvell PMU documentation

2015-12-07 Thread Gregory CLEMENT
Hi Russell, On lun., déc. 07 2015, Russell King wrote: > Add the required DT binding documentation for the Marvell PMU driver. > > Acked-by: Rob Herring > Signed-off-by: Russell King Applied on mvebu/dt Thanks, Gregory > --- > Who takes these patches? This never got merged when the PMU

Re: [PATCH v9 2/8] ARM: dt: Binding documentation for imx25 GCQ

2015-12-07 Thread Rob Herring
On Sun, Dec 06, 2015 at 08:52:15PM +0100, Markus Pargmann wrote: > The documentation describes the bindings for the imx25 GCQ unit which is > essentially a generic conversion queue using the imx25 ADC. > > Signed-off-by: Markus Pargmann Acked-by: Rob Herring > --- > > Notes: > Changes in

Re: [PATCH v2 3/3] ARM: dts: dove: add Dove divider clocks

2015-12-07 Thread Gregory CLEMENT
Hi Russell, On lun., déc. 07 2015, Russell King wrote: > Add the Dove divider clocks to the Dove dtsi file. > > Acked-by: Andrew Lunn > Signed-off-by: Russell King Applied on mvebu/dt Thanks, Gregory > --- > arch/arm/boot/dts/dove.dtsi | 6 ++ > 1 file changed, 6 insertions(+) > > d

Re: [PATCH v2 1/3] dt-bindings: add Marvell core PLL and clock divider PMU documentation

2015-12-07 Thread Gregory CLEMENT
Hi Russell, On lun., déc. 07 2015, Russell King wrote: > Add documentation for the Marvell clock divider driver, which is used > to source clocks for the AXI bus, video decoder, GPU and LCD blocks. > > Acked-by: Andrew Lunn > Acked-by: Sebastian Hesselbarth > Acked-by: Rob Herring > Signed-

Re: [PATCH 1/3] Device tree binding documentation for gpio-switch

2015-12-07 Thread Rob Herring
+Linus W On Fri, Dec 04, 2015 at 05:31:13PM +, Martyn Welch wrote: > This patch adds documentation for the gpio-switch binding. This binding > provides a mechanism to bind named links to gpio, with the primary > purpose of enabling standardised access to switches that might be standard > acros

Re: [PATCH v4 0/5] Qualcomm PCIe driver and designware fixes

2015-12-07 Thread Srinivas Kandagatla
On 03/12/15 13:35, Stanimir Varbanov wrote: Hi, Here is v4, comments from Bjorn and Rob have been addressed. The previous version can be found at [1]. regards, Stan [1] https://lkml.org/lkml/2015/11/23/114 Stanimir Varbanov (5): PCI: designware: add memory barrier after enabling region

Re: [PATCH v2 2/2] iio: health: Add driver for the TI AFE4404 heart monitor

2015-12-07 Thread Andrew F. Davis
On 12/05/2015 12:21 PM, Jonathan Cameron wrote: On 02/12/15 19:57, 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. Datashee

Re: [PATCH v11] PCI: Xilinx-NWL-PCIe: Added support for Xilinx NWL PCIe Host Controller

2015-12-07 Thread Marc Zyngier
On 29/11/15 12:03, Bharat Kumar Gogada wrote: > Adding PCIe Root Port driver for Xilinx PCIe NWL bridge IP. > > Signed-off-by: Bharat Kumar Gogada > Signed-off-by: Ravi Kiran Gummaluri > Acked-by: Rob Herring I don't have much to add to this, so FWIW: Reviewed-by: Marc Zyngier M. --

  1   2   3   >