Re: [PATCH 3/3 v3] USB: ehci-s5p: Add vbus setup function to the s5p ehci glue layer

2012-07-15 Thread Jingoo Han
On Monday, July 16, 2012 2:56 PM, Vivek Gautam wrote: > > This patch retrieves and configures the vbus control gpio via > the device tree. The suspend/resume callbacks will be later > modified for vbus control. > > Signed-off-by: Abhilash Kesavan > Signed-off-by: Vivek Gautam Acked-by: Jingoo

Re: [PATCH 2/3 v3] USB: ehci-s5p: Add support for device tree

2012-07-15 Thread Jingoo Han
On Monday, July 16, 2012 2:56 PM, Vivek Gautam wrote: > > This patch adds support to parse probe data for > ehci driver for exynos using device tree > > Signed-off-by: Thomas Abraham > Signed-off-by: Abhilash Kesavan > Signed-off-by: Vivek Gautam Acked-by: Jingoo Han > > diff --git a/drive

Re: [PATCH 07/11] dmaengine: at_hdmac: add a few const qualifiers

2012-07-15 Thread Vinod Koul
On Fri, 2012-07-13 at 14:32 +0200, y...@pengutronix.de wrote: > From: Uwe Kleine-König > > This prepares of_device_id.data becoming const. Without this change > the following warning would occur: > > drivers/dma/at_hdmac.c: In function 'at_dma_get_driver_data': > drivers/dma/at_hdmac

Re: [PATCH 1/3 v3] USB: ohci-exynos: Add support for device tree

2012-07-15 Thread Jingoo Han
On Monday, July 16, 2012 2:56 PM, Vivek Gautam wrote: > > This patch adds support to parse probe data for > ohci driver for exynos using device tree. > > Signed-off-by: Thomas Abraham > Signed-off-by: Abhilash Kesavan > Signed-off-by: Vivek Gautam Acked-by: Jingoo Han > > diff --git a/driv

[PATCH RESEND v2 2/2] ARM: EXYNOS: Add gscaler device from DT

2012-07-15 Thread Shaik Ameer Basha
This patch adds, - 4 Gscaler devices to the DT device list - Gscaler specific entries to the machine file - binding documentation for Gscaler entries Signed-off-by: Abhilash Kesavan Signed-off-by: Leela Krishna Amudala Signed-off-by: Shaik Ameer Basha --- .../devicetree/bindings/media/exynos5-

[PATCH RESEND v2 1/2] ARM: EXYNOS: Add clock support for Gscaler

2012-07-15 Thread Shaik Ameer Basha
Add required clock support for Gscaler for exynos5 Signed-off-by: Abhilash Kesavan Signed-off-by: Leela Krishna Amudala Signed-off-by: Prathyush K Signed-off-by: Shaik Ameer Basha --- arch/arm/mach-exynos/clock-exynos5.c | 79 ++ 1 files changed, 79 insertion

[PATCH RESEND v2 0/2] Add device tree and clock support for Gscaler.

2012-07-15 Thread Shaik Ameer Basha
This patch series adds clock support for Gscaler and device node entries for Gscaler on exynos5. This patch is based on Kukjin Kim's (linux-samsung) for-next branch. https://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git changes since v1: - Addressed review comments from Syl

Re: [PATCH v3 5/6] mmc: dw_mmc: add device tree support

2012-07-15 Thread Chris Ball
Hi, On Thu, Jul 12 2012, Thomas Abraham wrote: > diff --git a/Documentation/devicetree/bindings/mmc/synposis-dw-mshc.txt > b/Documentation/devicetree/bindings/mmc/synposis-dw-mshc.txt > new file mode 100644 > index 000..3acd6c9 > --- /dev/null > +++ b/Documentation/devicetree/bindings/mmc/syn

Re: [RESEND PATCH 1/1] clk: add DT support for clock gating control

2012-07-15 Thread Rob Landley
I believe clock anything is Thomas Gleixner, just making sure he's seen it... Rob On 07/13/2012 04:42 AM, Sebastian Hesselbarh wrote: > On 07/13/2012 05:19 AM, Rob Herring wrote: >> What's implemented in Linux should not define the binding. The binding >> should describe the hardware. >> [...] >>

Re: [PATCH 2/2] regulator: tps6586x: add support for input supply

2012-07-15 Thread Mark Brown
On Fri, Jul 13, 2012 at 10:45:12PM +0530, Laxman Dewangan wrote: > I was thinking that 1/2 should also go through your tree to avoid > any functionality break on existing platform who are using this > regulator. I'd be happy to do that if the ARM people are happy with it; just let me know and res

Re: [PATCH 0/8] ARM: support for Moschip MCS814x SoCs

2012-07-15 Thread Arnd Bergmann
On Sunday 15 July 2012, Florian Fainelli wrote: > This patchset adds basic support for Mocship MCS814x, and in particular > MCS8140, and allows one booting to user space. Two off-the-shelf boards > are support: Tigal/Robotech RBT-832 and Devolo dLAN USB Extender. > > Support for other on-board per

Re: [PATCH] clk: fix error path inside clk_get()

2012-07-15 Thread Rob Herring
On 07/15/2012 01:01 PM, John Crispin wrote: > clk_get() calls of_clk_get_by_name() which can return a ERR_PTR. The error > path > currently only checks for !NULL. We need to use !IS_ERR_OR_NULL instead. > > This bug was introduced by 766e6a4ec602d0c107553b91b3434fe9c03474f4 > > Signed-off-by: Jo

[PATCH] clk: fix error path inside clk_get()

2012-07-15 Thread John Crispin
clk_get() calls of_clk_get_by_name() which can return a ERR_PTR. The error path currently only checks for !NULL. We need to use !IS_ERR_OR_NULL instead. This bug was introduced by 766e6a4ec602d0c107553b91b3434fe9c03474f4 Signed-off-by: John Crispin Cc: Rob Herring Cc: Grant Likely Cc: devicetr

RE: [PATCH v5 6/6] spi: s3c64xx: add device tree support

2012-07-15 Thread Kukjin Kim
Thomas Abraham wrote: > > On 13 July 2012 19:12, Kukjin Kim wrote: > > Thomas Abraham wrote: > >> > >> On 13 July 2012 16:58, Kukjin Kim wrote: > >> > Thomas Abraham wrote: > >> >> > >> >> On 13 July 2012 04:08, Kukjin Kim wrote: > >> >> > Thomas, the DMACH_DT_PROP is available only on pl330 no

Re: Mis?use of aliases

2012-07-15 Thread David Gibson
On Sat, Jul 14, 2012 at 07:07:17AM -1000, Mitch Bradley wrote: > On 7/14/2012 6:37 AM, David Gibson wrote: > > On Fri, Jul 13, 2012 at 07:30:42PM -1000, Mitch Bradley wrote: > >>> I'm not sure this is really a good use of aliases. UARTs use aliases > >>> because it is important that the UART number