[PATCH v6 0/8] Build and support rk3036 SoC platform

2015-11-04 Thread Xing Zheng
Hi, We need to support rk3036 soc platform via upstream, there are some primary parts for the initial release of minimum system: dts, clk-pll, smp, and clock tree for rk3036, and additional, we can use these startup and run to init processs. Thanks. Changed in v6: - add hardware timer in dtsi

Re: [PATCH v6 0/8] ARM64: juno: add SCPI mailbox protocol, clock and CPUFreq support

2015-08-06 Thread Sudeep Holla
Hi Olof, On 05/08/15 10:59, Sudeep Holla wrote: Hi Olof, On 31/07/15 18:43, Sudeep Holla wrote: Hi ARM-SoC guys, It has been on the list for a while and have got all the necessary ACKs. Can you please pull this series for v4.3 ? Can you pull this patch series directly from the mail or do

Re: [PATCH v6 0/8] ARM64: juno: add SCPI mailbox protocol, clock and CPUFreq support

2015-08-05 Thread Sudeep Holla
Hi Olof, On 31/07/15 18:43, Sudeep Holla wrote: Hi ARM-SoC guys, It has been on the list for a while and have got all the necessary ACKs. Can you please pull this series for v4.3 ? Can you pull this patch series directly from the mail or do you prefer pull-request ? Regards, Sudeep -- To

Re: [PATCH v6 0/8] ARM64: juno: add SCPI mailbox protocol, clock and CPUFreq support

2015-08-03 Thread Liviu Dudau
On Fri, Jul 31, 2015 at 06:43:03PM +0100, Sudeep Holla wrote: Hi ARM-SoC guys, It has been on the list for a while and have got all the necessary ACKs. Can you please pull this series for v4.3 ? Regards, Sudeep This patch series adds support for: 1. SCPI(System Control and Power

Re: [PATCH v6 0/8] ARM64: juno: add SCPI mailbox protocol, clock and CPUFreq support

2015-08-03 Thread Sudeep Holla
On 03/08/15 11:18, Liviu Dudau wrote: On Fri, Jul 31, 2015 at 06:43:03PM +0100, Sudeep Holla wrote: Hi ARM-SoC guys, It has been on the list for a while and have got all the necessary ACKs. Can you please pull this series for v4.3 ? Regards, Sudeep This patch series adds support for: 1.

[PATCH v6 0/8] ARM64: juno: add SCPI mailbox protocol, clock and CPUFreq support

2015-07-31 Thread Sudeep Holla
Hi ARM-SoC guys, It has been on the list for a while and have got all the necessary ACKs. Can you please pull this series for v4.3 ? Regards, Sudeep This patch series adds support for: 1. SCPI(System Control and Power Interface) mailbox protocol driver. It uses ARM MHU mailbox controller

Re: [PATCH v6 0/8] Watchdog: introduce ARM SBSA watchdog driver

2015-07-13 Thread Fu Wei
Hi Guenter, If you get some time, could you help me on this patchset again? Great thanks for your help! On 30 June 2015 at 03:16, Guenter Roeck li...@roeck-us.net wrote: On 06/29/2015 09:53 AM, Fu Wei wrote: Hi Guenter, Any suggestion on this v6 patchset, for now , I only got : Problem

Re: [PATCH v6 0/8] Watchdog: introduce ARM SBSA watchdog driver

2015-07-13 Thread Guenter Roeck
On Mon, Jul 13, 2015 at 05:09:57PM +0800, Fu Wei wrote: Hi Guenter, If you get some time, could you help me on this patchset again? Great thanks for your help! I am on vacation this week. Hopefully next week or two weeks from now, depending on my work load. Guenter -- To unsubscribe from

Re: [PATCH v6 0/8] Watchdog: introduce ARM SBSA watchdog driver

2015-07-13 Thread Fu Wei
Hi Guenter, Great thanks for your info, looking forward to your feedback. :-) Have a good vacation! :-) On 13 July 2015 at 23:34, Guenter Roeck li...@roeck-us.net wrote: On Mon, Jul 13, 2015 at 05:09:57PM +0800, Fu Wei wrote: Hi Guenter, If you get some time, could you help me on this

Re: [PATCH v6 0/8] Watchdog: introduce ARM SBSA watchdog driver

2015-06-30 Thread Fu Wei
Hi Guenter, Great thanks for your time, I can't tell you how much I appreciate your review! :-) np, I will improve my patchset, once I get your suggestion. :-) On 30 June 2015 at 03:16, Guenter Roeck li...@roeck-us.net wrote: On 06/29/2015 09:53 AM, Fu Wei wrote: Hi Guenter, Any suggestion

Re: [PATCH v6 0/8] Watchdog: introduce ARM SBSA watchdog driver

2015-06-29 Thread Fu Wei
Hi Guenter, Any suggestion on this v6 patchset, for now , I only got : (1) delete WCV output: diff --git a/drivers/watchdog/sbsa_gwdt.c b/drivers/watchdog/sbsa_gwdt.c index 2de5899..c42883b 100644 --- a/drivers/watchdog/sbsa_gwdt.c +++ b/drivers/watchdog/sbsa_gwdt.c @@ -344,8 +342,7 @@ static int

Re: [PATCH v6 0/8] Watchdog: introduce ARM SBSA watchdog driver

2015-06-29 Thread Guenter Roeck
On 06/29/2015 09:53 AM, Fu Wei wrote: Hi Guenter, Any suggestion on this v6 patchset, for now , I only got : Problem is that each version of your patchset tends to introduce substantially new or different functionality, meaning the review has to pretty much start from scratch. Right now I

[PATCH v6 0/8] Watchdog: introduce ARM SBSA watchdog driver

2015-06-23 Thread fu . wei
From: Fu Wei fu@linaro.org This patchset: (1)Introduce Documentation/devicetree/bindings/watchdog/sbsa-gwdt.txt for FDT info of SBSA Generic Watchdog, and give two examples of adding SBSA Generic Watchdog device node into the dts files: foundation-v8.dts and

[PATCH v6 0/8] mfd: cros_ec: Add multi EC and proto v3 support

2015-06-04 Thread Javier Martinez Canillas
Hello, Newer Chromebooks have more than one Embedded Controller (EC) in the system. These additional ECs are connected through I2C with a host EC which is the one that is connected to the Application Processor (AP) through different transports (I2C, SPI or LPC). So on these platforms,

Re: [PATCH v6 0/8] Add support for Tegra Activity Monitor

2015-03-23 Thread Alexandre Courbot
On Wed, Mar 18, 2015 at 3:27 PM, Tomeu Vizoso tomeu.viz...@collabora.com wrote: On 18 March 2015 at 06:10, MyungJoo Ham myungjoo@samsung.com wrote: Hello, something happened during the last cycle and an old version of the devfreq driver was merged. This thread contains patches that

Re: [PATCH v6 0/8] Add support for Tegra Activity Monitor

2015-03-18 Thread Tomeu Vizoso
On 18 March 2015 at 06:10, MyungJoo Ham myungjoo@samsung.com wrote: Hello, something happened during the last cycle and an old version of the devfreq driver was merged. This thread contains patches that bring it up to date to the last submitted version and also incorporates the feedback

Re: [PATCH v6 0/8] Add support for Tegra Activity Monitor

2015-03-17 Thread MyungJoo Ham
Hello, something happened during the last cycle and an old version of the devfreq driver was merged. This thread contains patches that bring it up to date to the last submitted version and also incorporates the feedback that that version received, plus some other small fixes and

[PATCH v6 0/8] Add support for Tegra Activity Monitor

2015-03-17 Thread Tomeu Vizoso
Hello, something happened during the last cycle and an old version of the devfreq driver was merged. This thread contains patches that bring it up to date to the last submitted version and also incorporates the feedback that that version received, plus some other small fixes and improvements

[PATCH v6 0/8] Add pinctrl support to Broadcom Cygnus SoC

2015-03-09 Thread Ray Jui
This patchset contains the pinmux (IOMUX) and GPIO/PINCONF support for Broadcom Cygnus SoC. The Cygnus IOMUX controller supports group based mux configuration and allows certain pins to be muxed to GPIO function individually. The IOMUX controller is supported by the pinctrl-cygnus-mux.c driver.

[PATCH v6 0/8] Xilinx Video IP Core support

2015-03-04 Thread Laurent Pinchart
Hello, lo and behold, here's the sixth, latest, greatest and most amazing ever (so far) version of the Xilinx FPGA Video IP Cores kernel drivers. I won't detail in great lengths the Xilinx Video IP architecture here, as that would result in dozens of pages of documentation. The interested reader

[PATCH v6 0/8] imx25 adc and touchscreen driver

2015-01-29 Thread Markus Pargmann
This series adds a driver for the Freescale i.MX25 SoC internal ADC unit which is used for touchscreen and ADC. The driver consists of three parts, the MFD driver which handles interrupts and some central configuration registers, the ADC driver and the touchscreen driver. v6 splits the remaining

Re: [RESUBMIT PATCH v6 0/8] Add Skyworks SKY81452 device drivers

2014-11-13 Thread Gyungoh Yoo
On Tue, Nov 11, 2014 at 11:10:37AM +, Lee Jones wrote: Gyungoh, You are still missing Acks for this set. Can you please send it again with the Acks that you have collected thus far. Please do not send it in reply-to these others. I would suggest never sending out the set again in

Re: [RESUBMIT PATCH v6 0/8] Add Skyworks SKY81452 device drivers

2014-11-11 Thread Lee Jones
Gyungoh, You are still missing Acks for this set. Can you please send it again with the Acks that you have collected thus far. Please do not send it in reply-to these others. I would suggest never sending out the set again in reply-to a previous version, as things get confusing real quick.

[RESUBMIT PATCH v6 0/8] Add Skyworks SKY81452 device drivers

2014-10-31 Thread gyungoh
From: Gyungoh Yoo jack@skyworksinc.com This patch set includes regulator and backlight driver for SKY81452. Also it includes documents for device tree and module. The initial version of sky81452-regulator was applied. Fo this, incremental patches are included. v6: Added new line character at

Re: [PATCH V6 0/8] drm/exynos: few patches to enhance bridge chip support

2014-09-18 Thread Laurent Pinchart
Hi Ajay, On Wednesday 17 September 2014 15:43:04 Ajay kumar wrote: Hi Laurent, Please find the latest series here: http://www.spinics.net/lists/dri-devel/msg66740.html Thank you. My comment was meant to be general though, not just for your patch series. On Wed, Sep 17, 2014 at 3:23 PM,

Re: [PATCH V6 0/8] drm/exynos: few patches to enhance bridge chip support

2014-09-17 Thread Laurent Pinchart
Hi Thierry, On Wednesday 30 July 2014 11:40:54 Thierry Reding wrote: On Wed, Jul 30, 2014 at 11:54:00AM +0530, Ajay kumar wrote: On Tue, Jul 29, 2014 at 5:17 PM, Thierry Reding wrote: On Tue, Jul 29, 2014 at 01:42:09PM +0200, Andreas Färber wrote: Am 29.07.2014 13:36, schrieb Thierry

Re: [PATCH V6 0/8] drm/exynos: few patches to enhance bridge chip support

2014-09-17 Thread Ajay kumar
Hi Laurent, Please find the latest series here: http://www.spinics.net/lists/dri-devel/msg66740.html On Wed, Sep 17, 2014 at 3:23 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Thierry, On Wednesday 30 July 2014 11:40:54 Thierry Reding wrote: On Wed, Jul 30, 2014 at

Re: [PATCH v6 0/8] charger/mfd: max14577: Add support for MAX77836

2014-09-16 Thread Sebastian Reichel
Hi, On Mon, Sep 15, 2014 at 11:52:20PM +0100, Lee Jones wrote: On Fri, 12 Sep 2014, Krzysztof Kozlowski wrote: This is a sixth version of patches adding support for MAX77836 device to the max14577 drivers. This patchset has been on the lists for quite long time and was already

Re: [PATCH v6 0/8] charger/mfd: max14577: Add support for MAX77836

2014-09-16 Thread Krzysztof Kozlowski
On wto, 2014-09-16 at 11:30 +0200, Sebastian Reichel wrote: Hi, On Mon, Sep 15, 2014 at 11:52:20PM +0100, Lee Jones wrote: On Fri, 12 Sep 2014, Krzysztof Kozlowski wrote: This is a sixth version of patches adding support for MAX77836 device to the max14577 drivers. This patchset

Re: [PATCH v6 0/8] charger/mfd: max14577: Add support for MAX77836

2014-09-15 Thread Lee Jones
On Fri, 12 Sep 2014, Krzysztof Kozlowski wrote: This is a sixth version of patches adding support for MAX77836 device to the max14577 drivers. This patchset has been on the lists for quite long time and was already reviewed by all necessary maintainers except power supply. I need acks from

[PATCH v6 0/8] charger/mfd: max14577: Add support for MAX77836

2014-09-12 Thread Krzysztof Kozlowski
Hi, This is a sixth version of patches adding support for MAX77836 device to the max14577 drivers. This patchset has been on the lists for quite long time and was already reviewed by all necessary maintainers except power supply. I need acks from power supply subsystem (patches: 3, 5-8).

Re: [PATCH V6 0/8] drm/exynos: few patches to enhance bridge chip support

2014-08-01 Thread Ajay kumar
Andreas, On Thu, Jul 31, 2014 at 7:52 PM, Andreas Färber afaer...@suse.de wrote: Am 31.07.2014 12:23, schrieb Thierry Reding: On Thu, Jul 31, 2014 at 10:57:55AM +0200, Andreas Färber wrote: Am 31.07.2014 10:38, schrieb Ajay kumar: With just the spring-bridge.v6 branch of your own tree, I am

Re: [PATCH V6 0/8] drm/exynos: few patches to enhance bridge chip support

2014-08-01 Thread Andreas Färber
Hi Ajay, Am 01.08.2014 09:02, schrieb Ajay kumar: On Thu, Jul 31, 2014 at 7:52 PM, Andreas Färber afaer...@suse.de wrote: So, with simplefb reverted in U-Boot and ... * with just the v6 applied (...~2), I get only a black screen from Linux, no penguins, but the backlight seems on. System

Re: [PATCH V6 0/8] drm/exynos: few patches to enhance bridge chip support

2014-08-01 Thread Andreas Färber
Ajay, Am 01.08.2014 09:02, schrieb Ajay kumar: On Thu, Jul 31, 2014 at 7:52 PM, Andreas Färber afaer...@suse.de wrote: Am 31.07.2014 12:23, schrieb Thierry Reding: On Thu, Jul 31, 2014 at 10:57:55AM +0200, Andreas Färber wrote: Am 31.07.2014 10:38, schrieb Ajay kumar: With just the

Re: [PATCH V6 0/8] drm/exynos: few patches to enhance bridge chip support

2014-07-31 Thread Ajay kumar
Andreas, On Thu, Jul 31, 2014 at 1:02 AM, Andreas Färber afaer...@suse.de wrote: Hi Ajay, Am 30.07.2014 08:21, schrieb Ajay kumar: On Tue, Jul 29, 2014 at 4:51 PM, Andreas Färber afaer...@suse.de wrote: Am 28.07.2014 08:13, schrieb Ajay kumar: On 7/27/14, Andreas Färber afaer...@suse.de

Re: [PATCH V6 0/8] drm/exynos: few patches to enhance bridge chip support

2014-07-31 Thread Andreas Färber
Ajay, Am 31.07.2014 10:38, schrieb Ajay kumar: On Thu, Jul 31, 2014 at 1:02 AM, Andreas Färber afaer...@suse.de wrote: Am 30.07.2014 08:21, schrieb Ajay kumar: On Tue, Jul 29, 2014 at 4:51 PM, Andreas Färber afaer...@suse.de wrote: Am 28.07.2014 08:13, schrieb Ajay kumar: On 7/27/14, Andreas

Re: [PATCH V6 0/8] drm/exynos: few patches to enhance bridge chip support

2014-07-31 Thread Ajay kumar
On Thu, Jul 31, 2014 at 2:27 PM, Andreas Färber afaer...@suse.de wrote: Ajay, Am 31.07.2014 10:38, schrieb Ajay kumar: On Thu, Jul 31, 2014 at 1:02 AM, Andreas Färber afaer...@suse.de wrote: Am 30.07.2014 08:21, schrieb Ajay kumar: On Tue, Jul 29, 2014 at 4:51 PM, Andreas Färber

Re: [PATCH V6 0/8] drm/exynos: few patches to enhance bridge chip support

2014-07-31 Thread Thierry Reding
On Thu, Jul 31, 2014 at 10:57:55AM +0200, Andreas Färber wrote: Am 31.07.2014 10:38, schrieb Ajay kumar: [...] With just the spring-bridge.v6 branch of your own tree, I am able to see bootup logo on Skate(a variant of spring which also contains ps8622). I have tried both exynos_defconfig

Re: [PATCH V6 0/8] drm/exynos: few patches to enhance bridge chip support

2014-07-31 Thread Andreas Färber
Am 31.07.2014 12:23, schrieb Thierry Reding: On Thu, Jul 31, 2014 at 10:57:55AM +0200, Andreas Färber wrote: Am 31.07.2014 10:38, schrieb Ajay kumar: [...] With just the spring-bridge.v6 branch of your own tree, I am able to see bootup logo on Skate(a variant of spring which also contains

Re: [PATCH V6 0/8] drm/exynos: few patches to enhance bridge chip support

2014-07-31 Thread Andreas Färber
Am 31.07.2014 12:23, schrieb Thierry Reding: On Thu, Jul 31, 2014 at 10:57:55AM +0200, Andreas Färber wrote: Am 31.07.2014 10:38, schrieb Ajay kumar: With just the spring-bridge.v6 branch of your own tree, I am able to see bootup logo on Skate(a variant of spring which also contains ps8622).

Re: [PATCH V6 0/8] drm/exynos: few patches to enhance bridge chip support

2014-07-30 Thread Ajay kumar
Hi Andreas, On Tue, Jul 29, 2014 at 4:51 PM, Andreas Färber afaer...@suse.de wrote: Hi Ajay, Am 28.07.2014 08:13, schrieb Ajay kumar: On 7/27/14, Andreas Färber afaer...@suse.de wrote: Am 25.07.2014 21:22, schrieb Ajay Kumar: This series is based on exynos-drm-next branch of Inki Dae's tree

Re: [PATCH V6 0/8] drm/exynos: few patches to enhance bridge chip support

2014-07-30 Thread Ajay kumar
Hi Thierry, On Tue, Jul 29, 2014 at 5:17 PM, Thierry Reding thierry.red...@gmail.com wrote: On Tue, Jul 29, 2014 at 01:42:09PM +0200, Andreas Färber wrote: Am 29.07.2014 13:36, schrieb Thierry Reding: On Tue, Jul 29, 2014 at 01:21:48PM +0200, Andreas Färber wrote: Hi Ajay, Am 28.07.2014

Re: [PATCH V6 0/8] drm/exynos: few patches to enhance bridge chip support

2014-07-30 Thread Thierry Reding
On Wed, Jul 30, 2014 at 11:54:00AM +0530, Ajay kumar wrote: Hi Thierry, On Tue, Jul 29, 2014 at 5:17 PM, Thierry Reding thierry.red...@gmail.com wrote: On Tue, Jul 29, 2014 at 01:42:09PM +0200, Andreas Färber wrote: Am 29.07.2014 13:36, schrieb Thierry Reding: On Tue, Jul 29, 2014 at

Re: [PATCH V6 0/8] drm/exynos: few patches to enhance bridge chip support

2014-07-30 Thread Thierry Reding
On Sat, Jul 26, 2014 at 12:52:02AM +0530, Ajay Kumar wrote: This series is based on exynos-drm-next branch of Inki Dae's tree at: git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git I have tested this after adding few DT changes for exynos5250-snow, exynos5420-peach-pit and

Re: [PATCH V6 0/8] drm/exynos: few patches to enhance bridge chip support

2014-07-30 Thread Ajay kumar
On Wed, Jul 30, 2014 at 3:10 PM, Thierry Reding thierry.red...@gmail.com wrote: On Wed, Jul 30, 2014 at 11:54:00AM +0530, Ajay kumar wrote: Hi Thierry, On Tue, Jul 29, 2014 at 5:17 PM, Thierry Reding thierry.red...@gmail.com wrote: On Tue, Jul 29, 2014 at 01:42:09PM +0200, Andreas Färber

Re: [PATCH V6 0/8] drm/exynos: few patches to enhance bridge chip support

2014-07-30 Thread Thierry Reding
On Wed, Jul 30, 2014 at 03:54:13PM +0530, Ajay kumar wrote: On Wed, Jul 30, 2014 at 3:10 PM, Thierry Reding thierry.red...@gmail.com wrote: On Wed, Jul 30, 2014 at 11:54:00AM +0530, Ajay kumar wrote: Hi Thierry, On Tue, Jul 29, 2014 at 5:17 PM, Thierry Reding thierry.red...@gmail.com

Re: [PATCH V6 0/8] drm/exynos: few patches to enhance bridge chip support

2014-07-29 Thread Andreas Färber
Hi Ajay, Am 28.07.2014 08:13, schrieb Ajay kumar: On 7/27/14, Andreas Färber afaer...@suse.de wrote: Am 25.07.2014 21:22, schrieb Ajay Kumar: This series is based on exynos-drm-next branch of Inki Dae's tree at: git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git I have

Re: [PATCH V6 0/8] drm/exynos: few patches to enhance bridge chip support

2014-07-29 Thread Thierry Reding
On Tue, Jul 29, 2014 at 01:21:48PM +0200, Andreas Färber wrote: Hi Ajay, Am 28.07.2014 08:13, schrieb Ajay kumar: On 7/27/14, Andreas Färber afaer...@suse.de wrote: Am 25.07.2014 21:22, schrieb Ajay Kumar: This series is based on exynos-drm-next branch of Inki Dae's tree at:

Re: [PATCH V6 0/8] drm/exynos: few patches to enhance bridge chip support

2014-07-29 Thread Andreas Färber
Am 29.07.2014 13:36, schrieb Thierry Reding: On Tue, Jul 29, 2014 at 01:21:48PM +0200, Andreas Färber wrote: Hi Ajay, Am 28.07.2014 08:13, schrieb Ajay kumar: On 7/27/14, Andreas Färber afaer...@suse.de wrote: Am 25.07.2014 21:22, schrieb Ajay Kumar: This series is based on exynos-drm-next

Re: [PATCH V6 0/8] drm/exynos: few patches to enhance bridge chip support

2014-07-29 Thread Thierry Reding
On Tue, Jul 29, 2014 at 01:36:46PM +0200, Thierry Reding wrote: On Tue, Jul 29, 2014 at 01:21:48PM +0200, Andreas Färber wrote: Hi Ajay, Am 28.07.2014 08:13, schrieb Ajay kumar: On 7/27/14, Andreas Färber afaer...@suse.de wrote: Am 25.07.2014 21:22, schrieb Ajay Kumar: This series

Re: [PATCH V6 0/8] drm/exynos: few patches to enhance bridge chip support

2014-07-29 Thread Thierry Reding
On Tue, Jul 29, 2014 at 01:42:09PM +0200, Andreas Färber wrote: Am 29.07.2014 13:36, schrieb Thierry Reding: On Tue, Jul 29, 2014 at 01:21:48PM +0200, Andreas Färber wrote: Hi Ajay, Am 28.07.2014 08:13, schrieb Ajay kumar: On 7/27/14, Andreas Färber afaer...@suse.de wrote: Am

Re: [PATCH V6 0/8] drm/exynos: few patches to enhance bridge chip support

2014-07-27 Thread Andreas Färber
Hi Ajay, Am 25.07.2014 21:22, schrieb Ajay Kumar: This series is based on exynos-drm-next branch of Inki Dae's tree at: git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git I have tested this after adding few DT changes for exynos5250-snow, exynos5420-peach-pit and

[PATCH V6 0/8] drm/exynos: few patches to enhance bridge chip support

2014-07-25 Thread Ajay Kumar
This series is based on exynos-drm-next branch of Inki Dae's tree at: git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git I have tested this after adding few DT changes for exynos5250-snow, exynos5420-peach-pit and exynos5800-peach-pi boards. The V4 series of this particular

Re: [PATCH v6 0/8] Enable USB 3.0 support on Exynos5 systems

2014-05-15 Thread Kukjin Kim
On 05/14/14 23:01, Vivek Gautam wrote: From: Vivek gautamgautam.vi...@samsung.com Based on 'for-next' branch of Kgene's linux-samsung tree; along with dts patches for USB 2.0 phy[1], and Exynos5800 [2]. Also based on the latest USB 3.0 DRD phy driver patches posted [3]. Changes from v5: -

[PATCH v6 0/8] Add support for the Allwinner A31 DMA Controller

2014-04-17 Thread Maxime Ripard
Hi, This patchset adds support for the DMA controller found in the Allwinner A31 and A23 SoCs. This has been tested using the newly introduced SPI driver on an A31 EVK. Support for DMA-driven SPI transfers will be the subject of another patch serie. Since this serie has been sent for the first

[PATCH V6 0/8] add new Samsung SXGBE driver

2014-03-18 Thread Byungho An
Hi all, This is 6th posting for SAMSUNG SXGBE driver. Changes since v1: - changed name of driver to SXGbE as per Ben's comment - squashed Joe's neatening for many stuff in original patches Changes since v2: - updated and split binding document as per Mark's comment - clean up codes as per Joe's

Re: [PATCH v6 0/8] Move device tree graph parsing helpers to drivers/of

2014-03-07 Thread Russell King - ARM Linux
On Thu, Mar 06, 2014 at 05:50:30PM +0100, Philipp Zabel wrote: Am Donnerstag, den 06.03.2014, 17:32 +0100 schrieb Sylwester Nawrocki: On 06/03/14 17:21, Philipp Zabel wrote: Am Donnerstag, den 06.03.2014, 16:47 +0100 schrieb Sylwester Nawrocki: Yes, it's going to conflict with my patch

Re: [PATCH v6 0/8] Move device tree graph parsing helpers to drivers/of

2014-03-07 Thread Grant Likely
On Thu, 6 Mar 2014 15:50:18 +, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Thu, Mar 06, 2014 at 04:39:39PM +0100, Philipp Zabel wrote: Am Donnerstag, den 06.03.2014, 15:24 + schrieb Russell King - ARM Linux: On Wed, Mar 05, 2014 at 10:20:34AM +0100, Philipp Zabel

Re: [PATCH v6 0/8] Move device tree graph parsing helpers to drivers/of

2014-03-07 Thread Grant Likely
On Thu, 06 Mar 2014 12:17:21 -0300, Mauro Carvalho Chehab m.che...@samsung.com wrote: Em Thu, 06 Mar 2014 14:16:57 + Russell King - ARM Linux li...@arm.linux.org.uk escreveu: On Wed, Mar 05, 2014 at 03:42:34PM +0100, Philipp Zabel wrote: Am Mittwoch, den 05.03.2014, 13:35 +0200

Re: [PATCH v6 0/8] Move device tree graph parsing helpers to drivers/of

2014-03-06 Thread Russell King - ARM Linux
On Wed, Mar 05, 2014 at 03:42:34PM +0100, Philipp Zabel wrote: Am Mittwoch, den 05.03.2014, 13:35 +0200 schrieb Tomi Valkeinen: Hi, On 05/03/14 11:20, Philipp Zabel wrote: Hi, this version of the OF graph helper move series further addresses a few of Tomi's and Sylwester's

Re: [PATCH v6 0/8] Move device tree graph parsing helpers to drivers/of

2014-03-06 Thread Mauro Carvalho Chehab
Em Thu, 06 Mar 2014 14:16:57 + Russell King - ARM Linux li...@arm.linux.org.uk escreveu: On Wed, Mar 05, 2014 at 03:42:34PM +0100, Philipp Zabel wrote: Am Mittwoch, den 05.03.2014, 13:35 +0200 schrieb Tomi Valkeinen: Hi, On 05/03/14 11:20, Philipp Zabel wrote: Hi,

Re: [PATCH v6 0/8] Move device tree graph parsing helpers to drivers/of

2014-03-06 Thread Russell King - ARM Linux
On Wed, Mar 05, 2014 at 10:20:34AM +0100, Philipp Zabel wrote: this version of the OF graph helper move series further addresses a few of Tomi's and Sylwester's comments. Philipp, You mention in your other cover for imx-drm bits that this is available via:

Re: [PATCH v6 0/8] Move device tree graph parsing helpers to drivers/of

2014-03-06 Thread Philipp Zabel
Am Donnerstag, den 06.03.2014, 15:24 + schrieb Russell King - ARM Linux: On Wed, Mar 05, 2014 at 10:20:34AM +0100, Philipp Zabel wrote: this version of the OF graph helper move series further addresses a few of Tomi's and Sylwester's comments. Philipp, You mention in your other

Re: [PATCH v6 0/8] Move device tree graph parsing helpers to drivers/of

2014-03-06 Thread Sylwester Nawrocki
On 06/03/14 16:17, Mauro Carvalho Chehab wrote: Em Thu, 06 Mar 2014 14:16:57 + Russell King - ARM Linux li...@arm.linux.org.uk escreveu: On Wed, Mar 05, 2014 at 03:42:34PM +0100, Philipp Zabel wrote: Am Mittwoch, den 05.03.2014, 13:35 +0200 schrieb Tomi Valkeinen: Hi, On

Re: [PATCH v6 0/8] Move device tree graph parsing helpers to drivers/of

2014-03-06 Thread Philipp Zabel
Am Donnerstag, den 06.03.2014, 16:47 +0100 schrieb Sylwester Nawrocki: On 06/03/14 16:17, Mauro Carvalho Chehab wrote: Em Thu, 06 Mar 2014 14:16:57 + Russell King - ARM Linux li...@arm.linux.org.uk escreveu: On Wed, Mar 05, 2014 at 03:42:34PM +0100, Philipp Zabel wrote: Am

Re: [PATCH v6 0/8] Move device tree graph parsing helpers to drivers/of

2014-03-06 Thread Sylwester Nawrocki
On 06/03/14 17:21, Philipp Zabel wrote: Am Donnerstag, den 06.03.2014, 16:47 +0100 schrieb Sylwester Nawrocki: On 06/03/14 16:17, Mauro Carvalho Chehab wrote: Em Thu, 06 Mar 2014 14:16:57 + Russell King - ARM Linux li...@arm.linux.org.uk escreveu: On Wed, Mar 05, 2014 at 03:42:34PM +0100,

Re: [PATCH v6 0/8] Move device tree graph parsing helpers to drivers/of

2014-03-06 Thread Philipp Zabel
Am Donnerstag, den 06.03.2014, 17:32 +0100 schrieb Sylwester Nawrocki: On 06/03/14 17:21, Philipp Zabel wrote: Am Donnerstag, den 06.03.2014, 16:47 +0100 schrieb Sylwester Nawrocki: Yes, it's going to conflict with my patch series. I thought it could be put onto a stable a topic branch,

Re: [PATCH v6 0/8] Move device tree graph parsing helpers to drivers/of

2014-03-06 Thread Laurent Pinchart
Hi Philipp, Thank you for the patches. On Thursday 06 March 2014 16:47:24 Sylwester Nawrocki wrote: On 06/03/14 16:17, Mauro Carvalho Chehab wrote: Em Thu, 06 Mar 2014 14:16:57 + Russell King - ARM Linux escreveu: On Wed, Mar 05, 2014 at 03:42:34PM +0100, Philipp Zabel wrote: Am

[PATCH v6 0/8] Move device tree graph parsing helpers to drivers/of

2014-03-05 Thread Philipp Zabel
Hi, this version of the OF graph helper move series further addresses a few of Tomi's and Sylwester's comments. Changes since v5: - Fixed spelling errors and a wrong device node name in the link section - Added parentless previous endpoint's full name to warning - Fixed documentation comment

Re: [PATCH v6 0/8] Move device tree graph parsing helpers to drivers/of

2014-03-05 Thread Tomi Valkeinen
Hi, On 05/03/14 11:20, Philipp Zabel wrote: Hi, this version of the OF graph helper move series further addresses a few of Tomi's and Sylwester's comments. Changes since v5: - Fixed spelling errors and a wrong device node name in the link section - Added parentless previous endpoint's

Re: [PATCH v6 0/8] Move device tree graph parsing helpers to drivers/of

2014-03-05 Thread Philipp Zabel
Hi Tomi, Am Mittwoch, den 05.03.2014, 13:35 +0200 schrieb Tomi Valkeinen: Hi, On 05/03/14 11:20, Philipp Zabel wrote: Hi, this version of the OF graph helper move series further addresses a few of Tomi's and Sylwester's comments. Changes since v5: - Fixed spelling errors and

Re: [PATCH v6 0/8] ARM: brcmstb: Add Broadcom STB SoC support

2014-02-21 Thread Matt Porter
On Thu, Feb 20, 2014 at 04:41:32PM -0800, Florian Fainelli wrote: Matt, 2014-02-03 13:30 GMT-08:00 Marc Carino marc.cee...@gmail.com: This patchset contains the board support package for the Broadcom BCM7445 ARM-based SoC [1]. These changes contain a minimal set of code needed for a

Re: [PATCH v6 0/8] ARM: brcmstb: Add Broadcom STB SoC support

2014-02-20 Thread Florian Fainelli
Matt, 2014-02-03 13:30 GMT-08:00 Marc Carino marc.cee...@gmail.com: This patchset contains the board support package for the Broadcom BCM7445 ARM-based SoC [1]. These changes contain a minimal set of code needed for a BCM7445-based board to boot the Linux kernel. If you are happy with this

[PATCH v6 0/8]

2014-02-15 Thread David Lanzendörfer
Hello The following patchset adds support for the SD/MMC host found in the Allwinner SoCs. It contains all the necessary modifications for clock environment and also the device tree script modification which add it to all the boards using it. The clock environment function needed for phase

[PATCH v6 0/8] ARM: brcmstb: Add Broadcom STB SoC support

2014-02-03 Thread Marc Carino
This patchset contains the board support package for the Broadcom BCM7445 ARM-based SoC [1]. These changes contain a minimal set of code needed for a BCM7445-based board to boot the Linux kernel. These changes heavily leverage the OF/devicetree framework. v6: - rebased to v3.14-rc1 - utilize

[PATCH v6 0/8] phy: Add new Exynos USB 2.0 PHY driver

2014-01-29 Thread Kamil Debski
Hi, This is the sixth version of the patchset. It adds a new Exynos USB 2.0 PHY driver. The driver uses the Generic PHY Framework. Again, I would like to thank everyone who commented and read through the fifth version of the patchset. Your input is very much appreciated. The last version had two

Re: [PATCH v6 0/8] ARM: imx27 pinctrl

2013-11-06 Thread Markus Pargmann
Hi Shawn, On Mon, Oct 28, 2013 at 10:00:35AM +0100, Markus Pargmann wrote: Hi, v6 updates the binding documentation. this series implements a imx27 pinctrl driver. imx1/21/27 have a register format that is not compatible with the rest of imx series processors. The series adds a imx1 core

Re: [PATCH v6 0/8] ARM: imx27 pinctrl

2013-11-06 Thread Shawn Guo
On Wed, Nov 06, 2013 at 01:49:06PM +0100, Markus Pargmann wrote: Markus Pargmann (8): pinctrl: imx1 core driver pinctrl: imx27: imx27 pincontrol driver ARM: dts: imx27 pin functions ARM: dts: imx27 pinctrl ARM: dts: imx27 phyCARD-S pinctrl ARM: dts: imx27 phycore move

[PATCH v6 0/8] ARM: imx27 pinctrl

2013-10-28 Thread Markus Pargmann
Hi, v6 updates the binding documentation. this series implements a imx27 pinctrl driver. imx1/21/27 have a register format that is not compatible with the rest of imx series processors. The series adds a imx1 core driver for the different register layout. Regards, Markus Markus Pargmann (8):