Re: [PATCH 2/3] mmc: dw_mmc: add dw_mmc-k3 for k3 platform

2013-12-30 Thread zhangfei
Dear Arnd, On 12/31/2013 04:27 AM, Arnd Bergmann wrote: On Monday 30 December 2013, zhangfei wrote: +static int dw_mci_k3_suspend(struct device *dev) +{ +struct dw_mci *host = dev_get_drvdata(dev); +int ret = 0; + +ret = dw_mci_suspend(host); You should never initialize local vari

Re: [PATCH] of/platform: Fix no irq domain found errors when populating interrupts

2013-12-30 Thread Paul Walmsley
Hi Grant, Rob, On Tue, 10 Dec 2013, Paul Walmsley wrote: > On Sun, 24 Nov 2013, Grant Likely wrote: > > > On Fri, 22 Nov 2013 17:50:35 -0800, Tony Lindgren wrote: > > > * Tony Lindgren [131122 17:16]: > > > > * Tony Lindgren [131122 17:09]: > > > > > * Russell King - ARM Linux [131122 16:56]

[GIT PULL] Devicetree fixes for 3.13

2013-12-30 Thread Rob Herring
Linus, Please pull a couple of DT fixes for 3.13. Rob The following changes since commit 413541dd66d51f791a0b169d9b9014e4f56be13c: Linux 3.13-rc5 (2013-12-22 13:08:32 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git tags/dt-fixes-

Re: [PATCH 2/3] mmc: dw_mmc: add dw_mmc-k3 for k3 platform

2013-12-30 Thread Arnd Bergmann
On Monday 30 December 2013, zhangfei wrote: > +static int dw_mci_k3_suspend(struct device *dev) > +{ > +struct dw_mci *host = dev_get_drvdata(dev); > +int ret = 0; > + > +ret = dw_mci_suspend(host); > >>> > >>> You should never initialize local variables wh

[PATCH v4 4/6] devicetree: bindings: Document Krait L1/L2 EDAC

2013-12-30 Thread Stephen Boyd
The Krait L1/L2 error reporting device is made up of two interrupts, one per-CPU interrupt for the L1 caches and one interrupt for the L2 cache. Cc: Lorenzo Pieralisi Cc: Mark Rutland Cc: Kumar Gala Cc: Signed-off-by: Stephen Boyd --- Documentation/devicetree/bindings/arm/cpus.txt | 72 +

[PATCH v4 0/6] Krait L1/L2 EDAC driver

2013-12-30 Thread Stephen Boyd
This patchset adds support for the Krait L1/L2 cache error detection hardware. The first patch fixes a generic framework bug. The next two patches lay the groundwork for this driver to be added by exporting percpu irq functions as well as adding the Krait l2 indirection register code. The next two

Re: [PATCH v2 0/8] clk: max77686: Clock provider implementation fixes

2013-12-30 Thread Tomasz Figa
On Thursday 12 of December 2013 17:07:13 Tomasz Figa wrote: > This series intends to improve clock provider impementation of max77686 > PMIC driver. First two patches are simple fixes of current implementation > to allow correct control of provided clocks. Further patches refactor > the driver to m

Re: [PATCH 4/6] [RFC] Documentation: dt: Add Renesas RSPI/QSPI bindings

2013-12-30 Thread Geert Uytterhoeven
On Mon, Dec 30, 2013 at 4:18 PM, Laurent Pinchart wrote: >> There are subtle register differences between RSPI on SH7757 and RZ/A1H, >> cfr. what rspi_parse_platform_data() does when no platform_data is >> passed[*]. RSPI on RZ/A1H seems to be an evolutionary step from RSPI on SH >> towards QSPI o

Re: [PATCH 2/3] mmc: dw_mmc: add dw_mmc-k3 for k3 platform

2013-12-30 Thread zhangfei
On 12/30/2013 10:32 AM, Zhangfei Gao wrote: On Mon, Dec 30, 2013 at 7:55 AM, Jaehoon Chung wrote: On 12/30/2013 06:05 AM, Arnd Bergmann wrote: On Saturday 28 December 2013, Zhangfei Gao wrote: Add dw_mmc-k3.c for k3v2, support sd/emmc Signed-off-by: Zhangfei Gao Signed-off-by: Zhigang Wan

RE: [PATCH v2 9/9] dts: Add usb2phy to Exynos 5250

2013-12-30 Thread Kamil Debski
Hi, > From: Vivek Gautam [mailto:gautamvivek1...@gmail.com] > Sent: Thursday, December 26, 2013 11:32 AM > > Hi Kamil, > > > On Fri, Dec 20, 2013 at 6:54 PM, Kamil Debski > wrote: > > Add support to PHY of USB2 of the Exynos 5250 SoC. > > > > Signed-off-by: Kamil Debski > > --- > > arch/arm/

Re: [PATCH 4/6] [RFC] Documentation: dt: Add Renesas RSPI/QSPI bindings

2013-12-30 Thread Laurent Pinchart
Hi Geert, On Monday 30 December 2013 10:37:24 Geert Uytterhoeven wrote: > On Mon, Dec 30, 2013 at 12:22 AM, Laurent Pinchart wrote: > > On Friday 27 December 2013 20:01:53 Geert Uytterhoeven wrote: > >> On Fri, Dec 27, 2013 at 5:18 PM, Laurent Pinchart wrote: > >> > On Tuesday 24 December 2013 12:

Re: [PATCHv7 05/12] iommu/core: add ops->{bound,unbind}_driver()

2013-12-30 Thread Joerg Roedel
On Thu, Dec 12, 2013 at 09:57:06AM +0200, Hiroshi Doyu wrote: > ops->{bound,unbind}_driver() functions are called at > BUS_NOTIFY_{BOUND,UNBIND}_DRIVER respectively. > > This is necessary to control the device population order. IOMMU master > devices depend on an IOMMU device instanciation. IOMMU

Re: [PATCH v2 6/8] [RFC] Documentation: dt: Add Renesas RSPI/QSPI bindings

2013-12-30 Thread Mark Brown
On Mon, Dec 30, 2013 at 02:43:53PM +0100, Geert Uytterhoeven wrote: > On Mon, Dec 30, 2013 at 1:58 PM, Mark Brown wrote: > > On Fri, Dec 27, 2013 at 09:16:00PM +0100, Geert Uytterhoeven wrote: > >> +- num-cs: Number of chip selects > > Why is this variable and how does this map onto hard

Re: [PATCH v2 6/8] [RFC] Documentation: dt: Add Renesas RSPI/QSPI bindings

2013-12-30 Thread Geert Uytterhoeven
On Mon, Dec 30, 2013 at 1:58 PM, Mark Brown wrote: > On Fri, Dec 27, 2013 at 09:16:00PM +0100, Geert Uytterhoeven wrote: >> From: Geert Uytterhoeven >> >> Signed-off-by: Geert Uytterhoeven >> Cc: devicetree@vger.kernel.org > > You've not CCed any maintainers on any of this stuff so I'm assuming

RE: [PATCH v5 4/9] usb: ehci-s5p: Change to use phy provided by the generic phy framework

2013-12-30 Thread Kamil Debski
Hi Vivek, > From: Vivek Gautam [mailto:gautamvivek1...@gmail.com] > Sent: Thursday, December 26, 2013 11:14 AM > > Hi Kamil, > > > On Fri, Dec 20, 2013 at 6:54 PM, Kamil Debski > wrote: > > Change the phy provider used from the old one using the USB phy > > framework to a new one using the Gen

[PATCH V4 2/2] ARM: dts: Enable ahci sata and sata phy

2013-12-30 Thread Yuvaraj Kumar C D
This patch adds dt entry for ahci sata controller and its corresponding phy controller.phy node has been added w.r.t new generic phy framework. Signed-off-by: Yuvaraj Kumar C D --- Changes since V3: 1.Moved the binding info to the /bindings/phy/ Changes since V2: 1.Used syscon i

[PATCH V4 0/2] Exynos5250 SATA Support

2013-12-30 Thread Yuvaraj Kumar C D
This patch series enable the SATA support on Exynos5250 based boards. It incorporates the generic phy framework to deal with sata phy. This patch depends on the below patches [1]. drivers: phy: add generic PHY framework by Kishon Vijay Abraham I [2]. ata: ahci_platf

[PATCH V4 1/2] Phy: Exynos: Add Exynos5250 sata phy driver

2013-12-30 Thread Yuvaraj Kumar C D
This patch adds the sata phy driver for Exynos5250.Exynos5250 sata phy comprises of CMU and TRSV blocks which are of I2C register Map. So this patch also adds a i2c client driver, which is used configure the CMU and TRSV block of exynos5250 SATA PHY. This patch incorporates the generic phy framewo

Re: [PATCH v2 6/8] [RFC] Documentation: dt: Add Renesas RSPI/QSPI bindings

2013-12-30 Thread Mark Brown
On Fri, Dec 27, 2013 at 09:16:00PM +0100, Geert Uytterhoeven wrote: > From: Geert Uytterhoeven > > Signed-off-by: Geert Uytterhoeven > Cc: devicetree@vger.kernel.org You've not CCed any maintainers on any of this stuff so I'm assuming you don't want any review or the patches applying. You shou

Re: [PATCH V3 1/2] Phy: Exynos: Add Exynos5250 sata phy driver

2013-12-30 Thread Yuvaraj Kumar
Thanks for the review. On Mon, Dec 30, 2013 at 12:14 PM, Kishon Vijay Abraham I wrote: > Hi, > > > On Tuesday 10 December 2013 03:35 PM, Yuvaraj Kumar C D wrote: >> >> This patch adds the sata phy driver for Exynos5250.Exynos5250 sata >> phy comprises of CMU and TRSV blocks which are of I2C regis

Re: [RFC PATCH] gpio: add GPIO hogging mechanism

2013-12-30 Thread boris brezillon
Hello, On 19/12/2013 19:22, Felipe Balbi wrote: On Thu, Dec 19, 2013 at 06:18:40PM +0100, boris brezillon wrote: Hello Felipe, On 19/12/2013 17:47, Felipe Balbi wrote: On Thu, Dec 19, 2013 at 08:41:09AM -0800, Greg Kroah-Hartman wrote: On Thu, Dec 19, 2013 at 03:34:31PM +0100, Boris BREZILLO

Re: [PATCH RFC 1/4] phy: Add new Exynos5 USB 3.0 PHY driver

2013-12-30 Thread Vivek Gautam
Hi Kishon, On Tue, Dec 24, 2013 at 11:15 PM, Kishon Vijay Abraham I wrote: > Hi, > > > On Thursday 05 December 2013 01:44 PM, Vivek Gautam wrote: >> >> Hi Kishon, >> >> >> On Wed, Dec 4, 2013 at 7:58 PM, Kishon Vijay Abraham I >> wrote: >>> >>> Hi Vivek, >>> >>> On Wednesday 20 November 2013 09

Re: [PATCH 4/6] [RFC] Documentation: dt: Add Renesas RSPI/QSPI bindings

2013-12-30 Thread Geert Uytterhoeven
Hi Laurent, Thanks for your comments! On Mon, Dec 30, 2013 at 12:22 AM, Laurent Pinchart wrote: > On Friday 27 December 2013 20:01:53 Geert Uytterhoeven wrote: >> On Fri, Dec 27, 2013 at 5:18 PM, Laurent Pinchart wrote: >> > On Tuesday 24 December 2013 12:56:48 Geert Uytterhoeven wrote: >> >> ++