Re: [RFC PATCH] net:Add basic DWC Ethernet QoS Driver

2014-05-09 Thread Andreas Irestål
On Thursday 08 May 2014 19:29:37 David Miller wrote: Why did you post this patch twice? Is there some difference between the two versions? No they're not. It was a mistake by me as the patch did not appear on my netdev subscription, fooling me to send a second time. Please ignore the

[RFC PATCH] ARM: dts: am33xx: Re-arrange the USB dt to reflect the h/w configuration

2014-05-09 Thread George Cherian
Re arrange the USB dt for AM33xx to take it a bit closer to the hardware configuration. The USBSS is designed as follows USB control Module 0x44e10_0620 USBSS 0x4740_ USB00x4740_1000 USB0_PHY0x4740_1300 USB0_CORE

Re: [PATCHv4 7/7] ARM: dts: Add device tree sources for Exynos3250

2014-05-09 Thread Chanwoo Choi
Hi Tomasz, On 04/26/2014 08:38 PM, Tomasz Figa wrote: On 26.04.2014 02:51, Tomasz Figa wrote: Hi Chanwoo, On 25.04.2014 03:16, Chanwoo Choi wrote: From: Tomasz Figa t.f...@samsung.com This patch add new exynos3250.dtsi to support Exynos3250 SoC based on Cortex-A7 dual core and includes

[PATCH] of/irq: provide int of_irq_parse_and_map_pci wrapper

2014-05-09 Thread Arnd Bergmann
The pci-rcar driver is enabled for compile tests, and this has now shown that the driver cannot build without CONFIG_OF, following the inclusion of f8f2fe7355fb PCI: rcar: Use new OF interrupt mapping when possible: drivers/built-in.o: In function `rcar_pci_map_irq': :(.text+0x1cc7c): undefined

Re: [PATCH 4/4] ARM: dts: Add LCD panel sharp ls037v7dw01 support for omap3-evm and ldp

2014-05-09 Thread Tomi Valkeinen
On 09/05/14 02:36, Tony Lindgren wrote: --- /dev/null +++ b/arch/arm/boot/dts/omap-panel-sharp-ls037v7dw01.dtsi @@ -0,0 +1,82 @@ +/* + * Common file for omap dpi panels with QVGA and reset pins + * + * Note that the board specifc DTS file needs to specify + * at minimum the GPIO

Re: [PATCHv4 7/7] ARM: dts: Add device tree sources for Exynos3250

2014-05-09 Thread Chanwoo Choi
Hi Tomasz, On 05/09/2014 02:02 PM, Tomasz Figa wrote: Hi Chanwoo, On 09.05.2014 03:06, Chanwoo Choi wrote: On 04/26/2014 09:51 AM, Tomasz Figa wrote: On 25.04.2014 03:16, Chanwoo Choi wrote: [snip] +cpus { +#address-cells = 1; +#size-cells = 0; + +cpu@0

Re: [PATCH] of/irq: provide int of_irq_parse_and_map_pci wrapper

2014-05-09 Thread Geert Uytterhoeven
On Fri, May 9, 2014 at 8:58 AM, Arnd Bergmann a...@arndb.de wrote: The pci-rcar driver is enabled for compile tests, and this has now shown that the driver cannot build without CONFIG_OF, following the inclusion of f8f2fe7355fb PCI: rcar: Use new OF interrupt mapping when possible:

Re: [linux-sunxi] Re: [PATCH v2 3/7] mfd: add support for sun6i PRCM (Power/Reset/Clock Management) unit

2014-05-09 Thread Lee Jones
The PRCM (Power/Reset/Clock Management) block exposes several subdevices in different subsystems (clk, reset ...) Add basic support for the PRCM unit with clk (AR100, AHB0, and APB0 clks) and reset controller subdevices. Other subdevices might be added later (if needed).

Re: [PATCH v2 3/7] mfd: add support for sun6i PRCM (Power/Reset/Clock Management) unit

2014-05-09 Thread Lee Jones
+static struct platform_driver sun6i_prcm_driver = { + .driver = { + .name = sun6i-prcm, + .owner = THIS_MODULE, + .of_match_table = sun6i_prcm_dt_ids, + }, + .probe = sun6i_prcm_probe, You need a .remove() call-back. This driver cannot be compiled

Re: [PATCH/RFC v3 5/5] media: Add registration helpers for V4L2 flash sub-devices

2014-05-09 Thread Jacek Anaszewski
Hi Sakari, On 05/07/2014 09:58 AM, Sakari Ailus wrote: Hi Jacek, On Wed, May 07, 2014 at 09:20:17AM +0200, Jacek Anaszewski wrote: On 05/06/2014 11:10 AM, Sakari Ailus wrote: Hi Jacek, On Tue, May 06, 2014 at 08:44:41AM +0200, Jacek Anaszewski wrote: Hi Sakari, On 05/02/2014 01:06 PM,

Re: [PATCH 3/4] OMAPDSS: panel-sharp-ls037v7dw01: add device tree support

2014-05-09 Thread Tomi Valkeinen
On 09/05/14 02:33, Tony Lindgren wrote: We can pass the GPIO configuration for ls037v7dw01 in a standard gpios property. Signed-off-by: Tony Lindgren t...@atomide.com --- /dev/null +++ b/Documentation/devicetree/bindings/panel/sharp,ls037v7dw01.txt @@ -0,0 +1,56 @@ +SHARP LS037V7DW01

Re: [PATCH v2 3/7] mfd: add support for sun6i PRCM (Power/Reset/Clock Management) unit

2014-05-09 Thread Hans de Goede
Hi, On 05/09/2014 09:12 AM, Lee Jones wrote: +static struct platform_driver sun6i_prcm_driver = { + .driver = { + .name = sun6i-prcm, + .owner = THIS_MODULE, + .of_match_table = sun6i_prcm_dt_ids, + }, + .probe = sun6i_prcm_probe, You need a .remove()

Re: [PATCH 1/4] edac: Fix MC scrub mode comparsion bug for correctable error

2014-05-09 Thread Borislav Petkov
On Thu, May 08, 2014 at 05:03:16PM -0600, Loc Ho wrote: This patch fixes the MC scrub mode comparsion bug by replacing '' with '=='. The MC structure field scrub_mode is integer type - not bit field. Signed-off-by: Loc Ho l...@apm.com Applied, thanks. -- Regards/Gruss, Boris. Sent

Re: [PATCH 1/4] OMAPDSS: Fix DSS clock multiplier issue on 3703 and probably 3630

2014-05-09 Thread Tomi Valkeinen
On 30/04/14 02:52, Tony Lindgren wrote: Otherwise we can get often errors like the following and the display won't come on: omapdss APPLY error: FIFO UNDERFLOW on gfx, disabling the overlay omapdss APPLY error: SYNC_LOST on channel lcd, restarting the output with video overlays disabled

Re: [PATCHv4 7/7] ARM: dts: Add device tree sources for Exynos3250

2014-05-09 Thread Tomasz Figa
On 09.05.2014 09:10, Chanwoo Choi wrote: Hi Tomasz, On 05/09/2014 02:02 PM, Tomasz Figa wrote: Hi Chanwoo, On 09.05.2014 03:06, Chanwoo Choi wrote: On 04/26/2014 09:51 AM, Tomasz Figa wrote: On 25.04.2014 03:16, Chanwoo Choi wrote: [snip] +cpus { +#address-cells = 1; +

Re: [PATCHv4 7/7] ARM: dts: Add device tree sources for Exynos3250

2014-05-09 Thread Tomasz Figa
On 09.05.2014 08:49, Chanwoo Choi wrote: Hi Tomasz, On 04/26/2014 08:38 PM, Tomasz Figa wrote: On 26.04.2014 02:51, Tomasz Figa wrote: Hi Chanwoo, On 25.04.2014 03:16, Chanwoo Choi wrote: From: Tomasz Figa t.f...@samsung.com This patch add new exynos3250.dtsi to support Exynos3250 SoC

Re: [PATCH 1/4] OMAPDSS: Fix DSS clock multiplier issue on 3703 and probably 3630

2014-05-09 Thread Tomi Valkeinen
On 09/05/14 02:20, Tony Lindgren wrote: * Tony Lindgren t...@atomide.com [140429 16:53]: Otherwise we can get often errors like the following and the display won't come on: omapdss APPLY error: FIFO UNDERFLOW on gfx, disabling the overlay omapdss APPLY error: SYNC_LOST on channel lcd,

Re: [PATCH v2 3/7] mfd: add support for sun6i PRCM (Power/Reset/Clock Management) unit

2014-05-09 Thread Lee Jones
+static struct platform_driver sun6i_prcm_driver = { +.driver = { +.name = sun6i-prcm, +.owner = THIS_MODULE, +.of_match_table = sun6i_prcm_dt_ids, +}, +.probe = sun6i_prcm_probe, You need a .remove()

Re: [PATCHv4 7/7] ARM: dts: Add device tree sources for Exynos3250

2014-05-09 Thread Chanwoo Choi
Hi Tomasz, On 05/09/2014 05:01 PM, Tomasz Figa wrote: On 09.05.2014 08:49, Chanwoo Choi wrote: Hi Tomasz, On 04/26/2014 08:38 PM, Tomasz Figa wrote: On 26.04.2014 02:51, Tomasz Figa wrote: Hi Chanwoo, On 25.04.2014 03:16, Chanwoo Choi wrote: From: Tomasz Figa t.f...@samsung.com This

Re: [PATCH v12 4/4] usb: ehci-exynos: Change to use phy provided by the generic phy framework

2014-05-09 Thread Tomasz Figa
Hi Vivek, On 05.05.2014 07:02, Vivek Gautam wrote: From: Kamil Debski k.deb...@samsung.com Add the phy provider, supplied by new Exynos-usb2phy using Generic phy framework. Keeping the support for older USB phy intact right now, in order to prevent any functionality break in absence of

Re: [PATCH v6 3/4] usb: ohci-exynos: Add facility to use phy provided by the generic phy framework

2014-05-09 Thread Tomasz Figa
Hi Vivek, On 05.05.2014 07:02, Vivek Gautam wrote: Add support to consume phy provided by Generic phy framework. Keeping the support for older usb-phy intact right now, in order to prevent any functionality break in absence of relevant device tree side change for ohci-exynos. Once we move to

Re: [PATCH v2 3/7] mfd: add support for sun6i PRCM (Power/Reset/Clock Management) unit

2014-05-09 Thread Boris BREZILLON
On 09/05/2014 10:18, Hans de Goede wrote: Hi, On 05/09/2014 10:08 AM, Lee Jones wrote: +static struct platform_driver sun6i_prcm_driver = { + .driver = { + .name = sun6i-prcm, + .owner = THIS_MODULE, + .of_match_table = sun6i_prcm_dt_ids, +

Re: [PATCH] of/irq: provide int of_irq_parse_and_map_pci wrapper

2014-05-09 Thread Lucas Stach
Am Freitag, den 09.05.2014, 08:58 +0200 schrieb Arnd Bergmann: The pci-rcar driver is enabled for compile tests, and this has now shown that the driver cannot build without CONFIG_OF, following the inclusion of f8f2fe7355fb PCI: rcar: Use new OF interrupt mapping when possible:

Re: [PATCH 3/4] OMAPDSS: panel-sharp-ls037v7dw01: add device tree support

2014-05-09 Thread Tomi Valkeinen
On 09/05/14 02:33, Tony Lindgren wrote: * Tony Lindgren t...@atomide.com [140507 11:00]: * Tomi Valkeinen tomi.valkei...@ti.com [140507 09:03]: On 07/05/14 18:03, Tony Lindgren wrote: BTW, I'm also personally fine with all five gpios showing in a single gpios property, I'm not too exited

[PATCH] ARM: dts: sun6i-a31-app4-evb1.dts: Use sunxi-common-regulators.dtsi

2014-05-09 Thread Hans de Goede
Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/boot/dts/sun6i-a31-app4-evb1.dts | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/arch/arm/boot/dts/sun6i-a31-app4-evb1.dts b/arch/arm/boot/dts/sun6i-a31-app4-evb1.dts index 270ab97..2bbf886 100644 ---

Re: [PATCH] of/irq: provide int of_irq_parse_and_map_pci wrapper

2014-05-09 Thread Arnd Bergmann
On Friday 09 May 2014 10:28:39 Lucas Stach wrote: Am Freitag, den 09.05.2014, 08:58 +0200 schrieb Arnd Bergmann: The pci-rcar driver is enabled for compile tests, and this has now shown that the driver cannot build without CONFIG_OF, following the inclusion of f8f2fe7355fb PCI: rcar: Use

Re: [PATCH] of/irq: provide int of_irq_parse_and_map_pci wrapper

2014-05-09 Thread Lucas Stach
Am Freitag, den 09.05.2014, 10:45 +0200 schrieb Arnd Bergmann: On Friday 09 May 2014 10:28:39 Lucas Stach wrote: Am Freitag, den 09.05.2014, 08:58 +0200 schrieb Arnd Bergmann: The pci-rcar driver is enabled for compile tests, and this has now shown that the driver cannot build without

Re: [PATCH] ARM: dts: sun6i-a31-app4-evb1.dts: Use sunxi-common-regulators.dtsi

2014-05-09 Thread Boris BREZILLON
On 09/05/2014 10:43, Hans de Goede wrote: Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/boot/dts/sun6i-a31-app4-evb1.dts | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/arch/arm/boot/dts/sun6i-a31-app4-evb1.dts

Re: [PATCH] of/irq: provide int of_irq_parse_and_map_pci wrapper

2014-05-09 Thread Geert Uytterhoeven
Hi Arnd, On Fri, May 9, 2014 at 10:45 AM, Arnd Bergmann a...@arndb.de wrote: On Friday 09 May 2014 10:28:39 Lucas Stach wrote: Am Freitag, den 09.05.2014, 08:58 +0200 schrieb Arnd Bergmann: The pci-rcar driver is enabled for compile tests, and this has now shown that the driver cannot build

Re: [PATCH v2 3/7] mfd: add support for sun6i PRCM (Power/Reset/Clock Management) unit

2014-05-09 Thread Lee Jones
+static struct platform_driver sun6i_prcm_driver = { + .driver = { + .name = sun6i-prcm, + .owner = THIS_MODULE, + .of_match_table = sun6i_prcm_dt_ids, + }, + .probe = sun6i_prcm_probe, You need a .remove() call-back. This driver

Re: [linux-sunxi] Re: [PATCH] ARM: dts: sun6i-a31-app4-evb1.dts: Use sunxi-common-regulators.dtsi

2014-05-09 Thread Hans de Goede
Hi, On 05/09/2014 10:55 AM, Boris BREZILLON wrote: On 09/05/2014 10:43, Hans de Goede wrote: Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/boot/dts/sun6i-a31-app4-evb1.dts | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git

Re: [PATCH v2] of/irq: provide int of_irq_parse_and_map_pci wrapper

2014-05-09 Thread Geert Uytterhoeven
Hi Arnd, On Fri, May 9, 2014 at 11:03 AM, Arnd Bergmann a...@arndb.de wrote: The pci-rcar driver is enabled for compile tests, and this has now shown that the driver cannot build without CONFIG_OF, following the inclusion of f8f2fe7355fb PCI: rcar: Use new OF interrupt mapping when possible:

Re: [PATCH v2 0/8] pinctrl-rockchip: Change wrong initial assumptions

2014-05-09 Thread Linus Walleij
On Mon, May 5, 2014 at 1:57 PM, Heiko Stübner he...@sntech.de wrote: Initially due to lack of documentation and (personal) understanding I assumed that the area holding the iomux settings would be separate from everything else, while in fact the grf registers contain not only pinctrl stuff

Re: [PATCH 0/4] OMAPDSS: Add support for panel ls037v7dw01

2014-05-09 Thread Tomi Valkeinen
On 05/05/14 21:41, Tony Lindgren wrote: * Tony Lindgren t...@atomide.com [140429 16:53]: Hi all, Here are few patches to add devicetree support for panel ls037v7dw01 that's found on many omap3 boards. They seem to be often mis-configured as various panel dpi entries, but really should be

Re: [PATCH v3 0/3] Add display support for gta04 device

2014-05-09 Thread Tomi Valkeinen
On 08/05/14 23:16, Marek Belisko wrote: This 3 patches adding display support for openmoko gta04 device. First patch add DT bindings for topolly td028 panel. Second add description for dss + panel and third fix panel probing when panel is compiled as module. Changes from v2: - add missing

Re: [PATCH RFC v3 5/6] drivers: cpuidle: CPU idle ARM64 driver

2014-05-09 Thread Lorenzo Pieralisi
On Fri, May 09, 2014 at 01:48:38AM +0100, Sebastian Capella wrote: Quoting Lorenzo Pieralisi (2014-05-06 11:04:42) diff --git a/drivers/cpuidle/cpuidle-arm64.c b/drivers/cpuidle/cpuidle-arm64.c new file mode 100644 index 000..fef1fad --- /dev/null +++

Re: [PATCH 05/17] pci: host: pcie-dra7xx: add support for pcie-dra7xx controller

2014-05-09 Thread Pavel Machek
+ writel(value, base + offset); +} + +static int dra7xx_pcie_link_up(struct pcie_port *pp) +{ + struct dra7xx_pcie *dra7xx = to_dra7xx_pcie(pp); + u32 reg = dra7xx_pcie_readl(dra7xx-base, PCIECTRL_DRA7XX_CONF_PHY_CS); + + if (reg LINK_UP) + return true; +

Re: [PATCH RFC v3 3/6] drivers: cpuidle: implement OF based idle states infrastructure

2014-05-09 Thread Lorenzo Pieralisi
On Fri, May 09, 2014 at 12:12:19AM +0100, Sebastian Capella wrote: Quoting Lorenzo Pieralisi (2014-05-06 11:04:40) diff --git a/drivers/cpuidle/of_idle_states.c b/drivers/cpuidle/of_idle_states.c new file mode 100644 index 000..360b7ad --- /dev/null +++

Re: [PATCH v7 1/2] phy: Add new Exynos5 USB 3.0 PHY driver

2014-05-09 Thread Tomasz Figa
[CCing DT maintainers] On 08.05.2014 11:03, Vivek Gautam wrote: On Thu, May 8, 2014 at 11:35 AM, Vivek Gautam gautam.vi...@samsung.com wrote: Hi Sylwester, On Tue, May 6, 2014 at 7:57 PM, Sylwester Nawrocki s.nawro...@samsung.com wrote: On 28/04/14 08:17, Vivek Gautam wrote: Add a new

Re: [PATCH] of: Add of_device_destroy_children() function

2014-05-09 Thread Sylwester Nawrocki
On 08/05/14 22:33, Jason Gunthorpe wrote: On Thu, May 08, 2014 at 06:37:49PM +0200, Sylwester Nawrocki wrote: This patch adds a helper function to unregister devices which were created by an of_platform_populate() call. The pattern used here can already be found in multiple drivers. This

Re: [PATCH v3 00/11] ARM: at91: rework main and slow clk implementation

2014-05-09 Thread Nicolas Ferre
On 30/04/2014 21:07, Mike Turquette : Quoting Nicolas Ferre (2014-04-30 11:12:51) On 22/04/2014 06:12, Boris BREZILLON : Hello, This series introduce the real clock model (as described in atmel datasheets) for slow and main clocks. The modifications introduced by this series break the DT

[PATCH v3 1/4] ARM: dts: enable fimd for exynos5250 based snow board

2014-05-09 Thread Rahul Sharma
From: Rahul Sharma rahul.sha...@samsung.com Enable fimd node for snow board. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/boot/dts/exynos5250-snow.dts |6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/exynos5250-snow.dts

[PATCH v3 0/4] ARM: dts: enable display for peach-pit and snow boards

2014-05-09 Thread Rahul Sharma
From: Rahul Sharma rahul.sha...@samsung.com Add nodes for fimd and dp controller for exynos5250 based snow and exynos5420 based peach-pit board. This series is based on Kukjin Kims, for-next branch. V3: 1) Dropped 1 patch ARM: dts: move dp hpd line to the board file for exynos5420. 2) Extra

[PATCH v3 3/4] ARM: dts: enable fimd for exynos5420 based peach-pit board

2014-05-09 Thread Rahul Sharma
From: Rahul Sharma rahul.sha...@samsung.com Enable fimd for peach-pit board. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/boot/dts/exynos5420-peach-pit.dts |5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/exynos5420-peach-pit.dts

[PATCH v3 2/4] ARM: dts: enable dp-controller for exynos5250 based snow board

2014-05-09 Thread Rahul Sharma
From: Rahul Sharma rahul.sha...@samsung.com Enable dp-controller for snow board. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/boot/dts/exynos5250-snow.dts | 29 + 1 file changed, 29 insertions(+) diff --git

[PATCH v3 4/4] ARM: dts: enable dp-controller for exynos5420 based peach-pit board

2014-05-09 Thread Rahul Sharma
From: Rahul Sharma rahul.sha...@samsung.com Enable dp-controller for peach-pit board. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/boot/dts/exynos5420-peach-pit.dts | 36 1 file changed, 36 insertions(+) diff --git

Re: [PATCH v7 1/2] phy: Add new Exynos5 USB 3.0 PHY driver

2014-05-09 Thread Sylwester Nawrocki
Hi Vivek, On 08/05/14 11:03, Vivek Gautam wrote: diff --git a/Documentation/devicetree/bindings/phy/samsung-phy.txt b/Documentation/devicetree/bindings/phy/samsung-phy.txt index b422e38..51efe4c 100644 --- a/Documentation/devicetree/bindings/phy/samsung-phy.txt +++

Re: [PATCH v3 0/4] ARM: dts: enable display for peach-pit and snow boards

2014-05-09 Thread Rahul Sharma
+ Jingoo Han. On 9 May 2014 15:39, Rahul Sharma rahul.sha...@samsung.com wrote: From: Rahul Sharma rahul.sha...@samsung.com Add nodes for fimd and dp controller for exynos5250 based snow and exynos5420 based peach-pit board. This series is based on Kukjin Kims, for-next branch. V3: 1)

Re: [RFC] Describing arbitrary bus mastering relationships in DT

2014-05-09 Thread Dave Martin
On Mon, May 05, 2014 at 05:14:44PM +0200, Arnd Bergmann wrote: On Friday 02 May 2014 18:43:01 Dave Martin wrote: On Fri, May 02, 2014 at 05:19:44PM +0200, Arnd Bergmann wrote: On Friday 02 May 2014 15:23:29 Thierry Reding wrote: To some degree this also depends on how we want to handle

Re: [PATCH v2] ARM: realview: basic device tree implementation

2014-05-09 Thread Arnd Bergmann
On Friday 09 May 2014, Linus Walleij wrote: diff --git a/arch/arm/boot/dts/arm-realview-pb1176.dts b/arch/arm/boot/dts/arm-realview-pb1176.dts new file mode 100644 index ..0eea0f4a7b39 --- /dev/null +++ b/arch/arm/boot/dts/arm-realview-pb1176.dts Can you split this up into an

Re: [RFC] Describing arbitrary bus mastering relationships in DT

2014-05-09 Thread Dave Martin
On Fri, May 02, 2014 at 09:02:20PM +0200, Arnd Bergmann wrote: On Friday 02 May 2014 12:55:45 Stephen Warren wrote: On 05/02/2014 09:19 AM, Arnd Bergmann wrote: On Friday 02 May 2014 15:23:29 Thierry Reding wrote: ... To some degree this also depends on how we want to handle IOMMUs. If

Re: [PATCH 1/6] of: align RESERVEDMEM_OF_DECLARE function callbacks to other callbacks

2014-05-09 Thread Marek Szyprowski
Hello, On 2014-05-09 00:23, Rob Herring wrote: From: Rob Herring r...@kernel.org All the parameters for RESERVEDMEM_OF_DECLARE function callbacks are members of struct reserved_mem, so just pass the struct ptr to callback functions so the function callback is more in line with other OF match

Re: [PATCH 1/2] gpio: pca953x: return IRQ_NONE when appropriate

2014-05-09 Thread Linus Walleij
On Wed, Apr 30, 2014 at 10:01 AM, Toby Smith t...@tismith.id.au wrote: The irq handler should return IRQ_NONE or IRQ_HANDLED to report if we have handled the interrupt. Signed-off-by: Toby Smith t...@tismith.id.au Patch applied. Adding some randon pca953x developers to the thread so noone

Re: [PATCH 2/2] gpio: pca953x: request a shared interrupt

2014-05-09 Thread Linus Walleij
On Wed, Apr 30, 2014 at 10:01 AM, Toby Smith t...@tismith.id.au wrote: Request a shared interrupt when requesting a pca953x GPIO interrupt Signed-off-by: Toby Smith t...@tismith.id.au Patch applied. Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe devicetree

[PATCH 2/2] drivers: net: cpsw-phy-sel: add am43xx platform support

2014-05-09 Thread Mugunthan V N
AM43xx phy mode selection is similar to AM33xx platform, so adding only the compatibility string to the driver Signed-off-by: Mugunthan V N mugunthan...@ti.com --- Documentation/devicetree/bindings/net/cpsw-phy-sel.txt | 1 + drivers/net/ethernet/ti/cpsw-phy-sel.c | 4 2

[PATCH 0/2] Add DRA7xx platform support in cpsw-phy-sel driver

2014-05-09 Thread Mugunthan V N
Adding DRA7xx platform support to cpsw-phy-sel driver to select phy mode in control driver and fixing the uninitialized dev by initializing to platform device structure pointer. Mugunthan V N (2): drivers: net: cpsw-phy-sel: add dra7xx support for phy sel drivers: net: cpsw-phy-sel: add

[PATCH 1/2] drivers: net: cpsw-phy-sel: add dra7xx support for phy sel

2014-05-09 Thread Mugunthan V N
Add dra7xx support for selecting the phy mode which is present in control module of dra7xx SoC Signed-off-by: Mugunthan V N mugunthan...@ti.com --- .../devicetree/bindings/net/cpsw-phy-sel.txt | 3 +- drivers/net/ethernet/ti/cpsw-phy-sel.c | 57 +- 2 files

[PATCH v3 1/7] reset: sunxi: document sunxi's reset controllers bindings

2014-05-09 Thread Boris BREZILLON
Add DT bindings documentation for sunxi's reset controllers. Signed-off-by: Boris BREZILLON boris.brezil...@free-electrons.com Acked-by: Maxime Ripard maxime.rip...@free-electrons.com --- .../bindings/reset/allwinner,sunxi-clock-reset.txt | 21 + 1 file changed, 21

[PATCH v3 0/7] mfd: add basic sun6i A31 PRCM support

2014-05-09 Thread Boris BREZILLON
Hello, This patch series adds support for some functions provided by the PRCM (Power/Reset/Clock Management) unit: - AR100, AHB0 and APB0 clocks - APB0 reset controller These functions are needed to get the P2WI driver working, but more subdevices might be added later. Best Regards, Boris

Re: [PATCH 05/17] pci: host: pcie-dra7xx: add support for pcie-dra7xx controller

2014-05-09 Thread Kishon Vijay Abraham I
Hi Arnd, On Wednesday 07 May 2014 03:00 PM, Arnd Bergmann wrote: On Wednesday 07 May 2014 14:14:55 Kishon Vijay Abraham I wrote: +static void dra7xx_pcie_enable_interrupts(struct pcie_port *pp) +{ +struct dra7xx_pcie *dra7xx = to_dra7xx_pcie(pp); + +dra7xx_pcie_writel(dra7xx-base,

Re: [PATCH 06/17] pci: host: pcie-designware: Use *base-mask* for configuring the iATU

2014-05-09 Thread Kishon Vijay Abraham I
Hi, On Thursday 08 May 2014 02:48 PM, Arnd Bergmann wrote: On Thursday 08 May 2014 18:05:11 Jingoo Han wrote: On Tuesday, May 06, 2014 10:59 PM, Arnd Bergmann wrote: On Tuesday 06 May 2014 19:03:52 Kishon Vijay Abraham I wrote: In DRA7, the cpu sees 32bit address, but the pcie controller can

Re: [PATCH RFC v3 3/6] drivers: cpuidle: implement OF based idle states infrastructure

2014-05-09 Thread Lorenzo Pieralisi
On Fri, May 09, 2014 at 12:12:19AM +0100, Sebastian Capella wrote: Quoting Lorenzo Pieralisi (2014-05-06 11:04:40) diff --git a/drivers/cpuidle/of_idle_states.c b/drivers/cpuidle/of_idle_states.c new file mode 100644 index 000..360b7ad --- /dev/null +++

[PATCH v2 3/3] ARM: dts: Add peach-pi board support

2014-05-09 Thread Arun Kumar K
Adds support for google peach-pi board having the Exynos5800 SoC. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Doug Anderson diand...@chromium.org Reviewed-by: Tomasz Figa t.f...@samsung.com --- Changes from v1 - Updated memory node with a safe size of 2GB ---

[PATCH v2 2/3] ARM: dts: Add Exynos5800 dt file

2014-05-09 Thread Arun Kumar K
Most of the nodes of exynos5420 remains same for exynos5800. So the exynos5420.dtsi is included in exynos5800 and the changed node properties will be overriden. Signed-off-by: Arun Kumar K arun...@samsung.com Reviewed-by: Tomasz Figa t.f...@samsung.com Acked-by: Olof Johansson o...@lixom.net ---

[PATCH v2 0/3] Add Exynos5800 support

2014-05-09 Thread Arun Kumar K
Exynos5800 is a derivative of Exynos5420 with higher clock speeds and most other IP blocks remaining the same except for a few. This patchset is based on Kukjin's for-next branch and Tomasz's samsung-next branch containing Shaik's clock cleanup series for 5420. Changes from v1 -- -

[PATCH v2 1/3] clk: exynos5420: Add 5800 specific clocks

2014-05-09 Thread Arun Kumar K
From: Alim Akhtar alim.akh...@samsung.com Exynos5800 clock structure is mostly similar to 5420 with only a small delta changes. So the 5420 clock file is re-used for 5800 also. The common clocks for both are seggreagated and few clocks which are different for both are separately initialized.

[PATCH 5/5] Doc/DT: hdmi-connector: add HPD GPIO documentation

2014-05-09 Thread Tomi Valkeinen
Add binding documentation for HDMI connector's HPD GPIO. Signed-off-by: Tomi Valkeinen tomi.valkei...@ti.com Cc: devicetree@vger.kernel.org --- Documentation/devicetree/bindings/video/hdmi-connector.txt | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [linux-sunxi] Re: [PATCH] ARM: dts: sun6i-a31-app4-evb1.dts: Use sunxi-common-regulators.dtsi

2014-05-09 Thread Hans de Goede
Hi, On 05/09/2014 11:32 AM, Boris BREZILLON wrote: On 09/05/2014 11:05, Hans de Goede wrote: Hi, On 05/09/2014 10:55 AM, Boris BREZILLON wrote: On 09/05/2014 10:43, Hans de Goede wrote: Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/boot/dts/sun6i-a31-app4-evb1.dts | 8

Re: [PATCH 1/2] mfd: pm8x41: add support for Qualcomm 8x41 PMICs

2014-05-09 Thread Ivan T. Ivanov
Hi, On Thu, 2014-04-24 at 13:18 -0500, Josh Cartwright wrote: On Wed, Apr 23, 2014 at 04:36:22PM -0700, Courtney Cavin wrote: On Wed, Apr 23, 2014 at 11:46:26PM +0200, Josh Cartwright wrote: On Tue, Apr 22, 2014 at 05:31:49PM -0700, Courtney Cavin wrote: [..] snip $ git grep

Re: [PATCH] ARM: dts: am335x-bone-common: Add i2c2 definition

2014-05-09 Thread Nishanth Menon
On Fri 09 May 2014 12:56:23 AM CDT, Matt Ranostay wrote: Add missing i2c2 bus define to access various cape and prototype/breakout board devices. Signed-off-by: Matt Ranostay mranos...@gmail.com --- arch/arm/boot/dts/am335x-bone-common.dtsi | 16 1 file changed, 16

[PATCH 0/4] Add framework to support clkout

2014-05-09 Thread Tushar Behera
The MUX/GATE register for XCLKOUT doesn't resides within PMU domain, this can be accessed through a regmap provided by syscon driver. Adding another clock provider to handle regmap based handing of XCLKOUT. Dependency: 1. [PATCH v3] mfd: syscon: Support early initialization

[PATCH 4/4] ARM: dts: Add pmu-syscon handle for Exynos5420/Exynos5250 clock

2014-05-09 Thread Tushar Behera
XCLKOUT in Exynos5420/Exynos5250 is controlled through a register in PMU domain. Pass pmu-syscon handle to the clock driver so that XCLKOUT can be properly configured. Signed-off-by: Tushar Behera tushar.beh...@linaro.org CC: Kukjin Kim kgene@samsung.com --- arch/arm/boot/dts/exynos5250.dtsi

[PATCH 3/4] clk: samsung: exynos5250: Add xclkout debug clock

2014-05-09 Thread Tushar Behera
A new clock provider has been added to configure the XCLKOUT debug clock. Added a minimal implemetation for Exynos5420 clock driver. Right now, only one valid parent clock from XCLKOUT is defined in existing clock driver. The driver will be updated later for other for other parent clocks.

[PATCH 2/4] clk: samsung: exynos5420: Add xclkout debug clock

2014-05-09 Thread Tushar Behera
A new clock provider has been added to configure the XCLKOUT debug clock. Added a minimal implemetation for Exynos5420 clock driver. Right now, only one valid parent clock from XCLKOUT is defined in existing clock driver. The driver will be updated later for other for other parent clocks.

[PATCH 1/4] clk: samsung: out: Add infrastructure to register CLKOUT

2014-05-09 Thread Tushar Behera
All SoC in Exynos-series have a clock with name XCLKOUT to provide debug information about various clocks available in the SoC. The register controlling the MUX and GATE of this clock is provided within PMU domain. Since PMU domain can't be dedicatedly mapped by every driver, the register needs to

[PATCH 2/3] ARM: ux500: Add DT node for ux500 power domains

2014-05-09 Thread Ulf Hansson
Cc: Tomasz Figa tomasz.f...@gmail.com Cc: devicetree@vger.kernel.org Cc: linux...@vger.kernel.org Signed-off-by: Ulf Hansson ulf.hans...@linaro.org --- arch/arm/boot/dts/ste-dbx5x0.dtsi |4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/ste-dbx5x0.dtsi

[PATCH 0/3] ARM: ux500: Add initial support for power domains

2014-05-09 Thread Ulf Hansson
Initial support for power domains for ux500. To enable this feature we require to use DT, thus we need to add bindings for the ux500 specific parts as well. The implementation of the ux500 power domains is based upon the generic power domain. An important note, this patchset depends on Tomasz

[PATCH 1/3] ARM: ux500: Initial support for power domains

2014-05-09 Thread Ulf Hansson
Initial support for power domains for ux500. To enable this feature we require to use DT, thus we need to add bindings for the ux500 specific parts as well. The implementation of the ux500 power domains is based upon the generic power domain. Cc: Tomasz Figa tomasz.f...@gmail.com Cc:

[PATCH 3/3] ARM: ux500: Add sdi[n] devices to VAPE power domain

2014-05-09 Thread Ulf Hansson
Cc: Tomasz Figa tomasz.f...@gmail.com Cc: devicetree@vger.kernel.org Cc: linux...@vger.kernel.org Signed-off-by: Ulf Hansson ulf.hans...@linaro.org --- arch/arm/boot/dts/ste-dbx5x0.dtsi |7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/ste-dbx5x0.dtsi

[PATCH v2 4/4] ARM: dts: Add usb 2.0 support on exynos5420

2014-05-09 Thread Vivek Gautam
Add required device node for ehci and ohci controllers to enable USB 2.0 support. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com --- Changes from v1: - Removed 'phy-names' property from the 'port'. - Added node references for the nodes. arch/arm/boot/dts/exynos5420.dtsi | 30

[PATCH v2 3/4] ARM: dts: Add usb2phy support on exynos5420

2014-05-09 Thread Vivek Gautam
Add required device node for usb2phy to let enable USB 2.0 support. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com --- Changes from v1: - Added node references for the phy node. arch/arm/boot/dts/exynos5420.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git

[PATCH v9 1/4] ARM: dts: Add sysreg sytem controller node to exynos5250 and exynos5420

2014-05-09 Thread Vivek Gautam
This patch adds sysreg-syscon node to exynos5250 and exynos5420 device tree, to access System Register's registers using syscon driver. Signed-off-by: Kamil Debski k.deb...@samsung.com [gautam.vi...@samsung.com: Split this syreg-syscon dts entry from dts: Add usb2phy to Exynos 5250 patch]

[PATCH v2 0/4] dts: Add usb2phy to Exynos 5250/5420

2014-05-09 Thread Vivek Gautam
Based on 'for-next' branch of Kgene's linux-samsung tree. These patches are as per discussions on the driver side patches which have already been acked. [1] Changes from v1: - Rebase on 'for-next' branch. - Removed 'phy-names' property as per discuusion in the driver patches. [1] V1 of this

[PATCH v9 2/4] ARM: dts: Add usb2phy to Exynos 5250

2014-05-09 Thread Vivek Gautam
From: Kamil Debski k.deb...@samsung.com Add support to PHY of USB2 of the Exynos 5250 SoC. Signed-off-by: Kamil Debski k.deb...@samsung.com [gautam.vi...@samsung.com: Split the usb phy entries from syscon entries from earlier patch: dts: Add usb2phy to Exynos 5250] [gautam.vi...@samsung.com:

Re: [RFC] Describing arbitrary bus mastering relationships in DT

2014-05-09 Thread Dave Martin
On Fri, May 02, 2014 at 10:36:43PM +0200, Arnd Bergmann wrote: On Friday 02 May 2014 18:31:20 Dave Martin wrote: No, but I didn't state it very clearly. In this: parent { child { ranges = ... ; dma-ranges =

Re: [PATCH 0/2] Add DRA7xx platform support in cpsw-phy-sel driver

2014-05-09 Thread Mugunthan V N
On Friday 09 May 2014 04:33 PM, Mugunthan V N wrote: Adding DRA7xx platform support to cpsw-phy-sel driver to select phy mode in control driver and fixing the uninitialized dev by initializing to platform device structure pointer. Mugunthan V N (2): drivers: net: cpsw-phy-sel: add dra7xx

[PATCH v2 1/3] drivers: net: cpsw-phy-sel: initialize priv-dev

2014-05-09 Thread Mugunthan V N
priv-dev is uninitialized, initializing with pdev-dev Signed-off-by: Mugunthan V N mugunthan...@ti.com --- drivers/net/ethernet/ti/cpsw-phy-sel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ethernet/ti/cpsw-phy-sel.c b/drivers/net/ethernet/ti/cpsw-phy-sel.c index

[PATCH v2 0/3] Add DRA7xx and AM43xx platform support in cpsw-phy-sel driver

2014-05-09 Thread Mugunthan V N
Adding DRA7xx and AM43xx platform support to cpsw-phy-sel driver to select phy mode in control driver and fixing the uninitialized dev by initializing to platform device structure pointer. Changes from Initial version * Added back the missing patch (1/3) Mugunthan V N (3): drivers: net:

[PATCH v2 2/3] drivers: net: cpsw-phy-sel: add dra7xx support for phy sel

2014-05-09 Thread Mugunthan V N
Add dra7xx support for selecting the phy mode which is present in control module of dra7xx SoC Signed-off-by: Mugunthan V N mugunthan...@ti.com --- .../devicetree/bindings/net/cpsw-phy-sel.txt | 3 +- drivers/net/ethernet/ti/cpsw-phy-sel.c | 57 +- 2 files

[PATCH v2 3/3] drivers: net: cpsw-phy-sel: add am43xx platform support

2014-05-09 Thread Mugunthan V N
AM43xx phy mode selection is similar to AM33xx platform, so adding only the compatibility string to the driver Signed-off-by: Mugunthan V N mugunthan...@ti.com --- Documentation/devicetree/bindings/net/cpsw-phy-sel.txt | 1 + drivers/net/ethernet/ti/cpsw-phy-sel.c | 4 2

Re: [PATCH v3 1/2] ARM: EXYNOS: Map SYSRAM through generic SRAM bindings

2014-05-09 Thread Kukjin Kim
On 05/09/14 13:49, Tomasz Figa wrote: Hi Kukjin, Hi Tomasz, On 09.05.2014 04:14, Kukjin Kim wrote: Tomasz Figa wrote: Hi Sachin, On 08.05.2014 06:16, Sachin Kamat wrote: Instead of hardcoding the SYSRAM details for each SoC, pass this information through device tree (DT) and make the

Re: [PATCH v3 3/7] mfd: add support for sun6i PRCM (Power/Reset/Clock Management) unit

2014-05-09 Thread Lee Jones
The PRCM (Power/Reset/Clock Management) block exposes several subdevices in different subsystems (clk, reset ...) Add basic support for the PRCM unit with clk (AR100, AHB0, and APB0 clks) and reset controller subdevices. Other subdevices might be added later (if needed). Signed-off-by:

Re: [PATCHv3 3/3] edac: altera: Add EDAC support for Altera SDRAM

2014-05-09 Thread Borislav Petkov
On Thu, May 08, 2014 at 03:37:19PM -0500, Thor Thayer wrote: Yes. Their reasoning is that they want to retain the rights and warranty language with the file (just in case the COPYING file changes). Ok, thanks for checking up on this. Yes. I tested using edac_core.edac_mc_panic_on_ue=1 from

Re: [PATCH v7 1/2] phy: Add new Exynos5 USB 3.0 PHY driver

2014-05-09 Thread Vivek Gautam
On Fri, May 9, 2014 at 4:21 PM, Vivek Gautam gautam.vi...@samsung.com wrote: Hi Sylwester, On Fri, May 9, 2014 at 3:43 PM, Sylwester Nawrocki s.nawro...@samsung.com wrote: Hi Vivek, On 08/05/14 11:03, Vivek Gautam wrote: diff --git a/Documentation/devicetree/bindings/phy/samsung-phy.txt

[PATCH v8 1/2] phy: Add new Exynos5 USB 3.0 PHY driver

2014-05-09 Thread Vivek Gautam
Add a new driver for the USB 3.0 PHY on Exynos5 series of SoCs. The new driver uses the generic PHY framework and will interact with DWC3 controller present on Exynos5 series of SoCs. Also, created a new header file in linux/mfd/syscon/ for Exynos5 SoCs and put the required PMU offset definitions

[PATCH v8 2/2] phy: exynos5-usbdrd: Add facility for VBUS supply

2014-05-09 Thread Vivek Gautam
Adding support to enable/disable VBUS controlled by a regulator, to enable vbus supply on the port. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com --- Changes from v7: - Rebased on top of [PATCH v8 1/2] phy: Add new Exynos5 USB 3.0 PHY driver. drivers/phy/phy-exynos5-usbdrd.c | 32

Re: [PATCH v3 3/7] mfd: add support for sun6i PRCM (Power/Reset/Clock Management) unit

2014-05-09 Thread Boris BREZILLON
On 09/05/2014 15:52, Lee Jones wrote: The PRCM (Power/Reset/Clock Management) block exposes several subdevices in different subsystems (clk, reset ...) Add basic support for the PRCM unit with clk (AR100, AHB0, and APB0 clks) and reset controller subdevices. Other subdevices might be added

Re: [RFC] Describing arbitrary bus mastering relationships in DT

2014-05-09 Thread Dave Martin
On Fri, May 02, 2014 at 12:17:50PM -0600, Jason Gunthorpe wrote: On Fri, May 02, 2014 at 06:31:20PM +0100, Dave Martin wrote: Note that there is no cycle through the reg property on iommu: reg indicates a sink for transactions; slaves indicates a source of transactions, and ranges

[RFC PATCH 0/2] drm/panel: add simple-panel description using DT

2014-05-09 Thread Boris BREZILLON
Hello Thierry, I noticed you're describing each new panel with a new entry in the of_platform_match table and a new compatible string. I guess you have a good reason to do it this way, because retrieving panel description from DT would be pretty easy (see this series ;-)). Could tell me why you

[RFC PATCH 1/2] drm/panel: add support for simple-panel description definition using DT

2014-05-09 Thread Boris BREZILLON
Currently, the only way to add new panel descriptions to the simple panel driver is to add new entries in the platform_of_match table. Add support for panel description retrieval from the DT. Signed-off-by: Boris BREZILLON boris.brezil...@free-electrons.com --- drivers/gpu/drm/panel/Kconfig

  1   2   >