Re: [PATCH V3] pci: exynos: split into two parts such as Synopsys part and Exynos part

2013-09-22 Thread Pratyush Anand
On Mon, Sep 23, 2013 at 01:32:54PM +0800, Kishon Vijay Abraham I wrote: > Hi Pratyush, > > On Monday 23 September 2013 09:44 AM, Pratyush Anand wrote: > > Hi Kishon, > > > > > > On Sun, Sep 22, 2013 at 07:16:34PM +0800, Kishon Vijay Abraham I wrote: > >> Hi Arnd, > >> > >> Thanks for replying :-

Re: [PATCH] i2c: s3c2410: fix clk_disable/clk_unprepare warnings

2013-09-22 Thread Wolfram Sang
On Tue, Sep 17, 2013 at 11:31:53AM -0500, Kim Phillips wrote: > commit d16933b33914a6dff38a4ecbe8edce44a17898e8 "i2c: s3c2410: Move > location of clk_prepare_enable() call in probe function" refactored > clk_enable and clk_disable calls yet neglected to remove the > clk_disable_unprepare call in th

Re: [PATCH] usb: dwc3: Remove additional delay of 100ms when resuming

2013-09-22 Thread Jingoo Han
On Monday, September 23, 2013 12:38 PM, Vivek Gautam wrote: > > This delay got introduced in: > "7415f17 usb: dwc3: core: add power management support" > which reflected similar code in dwc3_core_soft_reset() function. > However, originally the delay of 100ms in dwc3_core_soft_reset() was > meant

Re: [PATCH V3] pci: exynos: split into two parts such as Synopsys part and Exynos part

2013-09-22 Thread Kishon Vijay Abraham I
Hi Pratyush, On Monday 23 September 2013 09:44 AM, Pratyush Anand wrote: > Hi Kishon, > > > On Sun, Sep 22, 2013 at 07:16:34PM +0800, Kishon Vijay Abraham I wrote: >> Hi Arnd, >> >> Thanks for replying :-) >> >> On Sunday 22 September 2013 03:33 AM, Arnd Bergmann wrote: >>> On Saturday 21 Septem

Re: [PATCH V3] pci: exynos: split into two parts such as Synopsys part and Exynos part

2013-09-22 Thread Pratyush Anand
Hi Kishon, On Sun, Sep 22, 2013 at 07:16:34PM +0800, Kishon Vijay Abraham I wrote: > Hi Arnd, > > Thanks for replying :-) > > On Sunday 22 September 2013 03:33 AM, Arnd Bergmann wrote: > > On Saturday 21 September 2013, Kishon Vijay Abraham I wrote: > >> { > >> u32 val; > >> voi

[PATCH] usb: dwc3: Remove additional delay of 100ms when resuming

2013-09-22 Thread Vivek Gautam
This delay got introduced in: "7415f17 usb: dwc3: core: add power management support" which reflected similar code in dwc3_core_soft_reset() function. However, originally the delay of 100ms in dwc3_core_soft_reset() was meant to assist USB2PHY and USB3PHY reset, not for usb_phy_init() sequence. We

Re: [PATCH 22/51] DMA-API: amba: get rid of separate dma_mask

2013-09-22 Thread Grant Likely
On Thu, 19 Sep 2013 22:47:01 +0100, Russell King wrote: > AMBA Primecell devices always treat streaming and coherent DMA exactly > the same, so there's no point in having the masks separated. > > Signed-off-by: Russell King for the drivers/of/platform.c portion: Acked-by: Grant Likely g. --

Re: [PATCH V3] pci: exynos: split into two parts such as Synopsys part and Exynos part

2013-09-22 Thread Kishon Vijay Abraham I
Hi Arnd, Thanks for replying :-) On Sunday 22 September 2013 03:33 AM, Arnd Bergmann wrote: > On Saturday 21 September 2013, Kishon Vijay Abraham I wrote: >> { >> u32 val; >> void __iomem *val1; >> void __iomem *dbi_base = pp->dbi_base; >> >> /* Program viewport 0

Re: [PATCH 00/26] ARM: provide common arch init for DT clocks

2013-09-22 Thread Sebastian Hesselbarth
On 09/20/2013 09:16 PM, Matt Porter wrote: On Wed, Sep 18, 2013 at 07:53:33PM +0200, Sebastian Hesselbarth wrote: This is a patch set based on an RFC [1][2] sent earlier to provide a common arch/arm init for DT clock providers. Currently, the call to of_clk_init(NULL) to initialize DT clock prov