[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <531708C5.6010506@ti.com>
Date: Wed, 5 Mar 2014 16:51:41 +0530
From: Kishon Vijay Abraham I <kishon@...com>
To: Kamil Debski <k.debski@...sung.com>,
<linux-kernel@...r.kernel.org>,
<linux-samsung-soc@...r.kernel.org>, <linux-usb@...r.kernel.org>,
<devicetree@...r.kernel.org>
CC: <kyungmin.park@...sung.com>, <t.figa@...sung.com>,
<s.nawrocki@...sung.com>, <m.szyprowski@...sung.com>,
<gautam.vivek@...sung.com>, <mat.krawczuk@...il.com>,
<yulgon.kim@...sung.com>, <p.paneri@...sung.com>,
<av.tikhomirov@...sung.com>, <jg1.han@...sung.com>,
<galak@...eaurora.org>, <matt.porter@...aro.org>,
<tjakobi@...h.uni-bielefeld.de>, <stern@...land.harvard.edu>
Subject: Re: [PATCH v7 0/4] phy: Add new Exynos USB 2.0 PHY driver
Hi,
On Tuesday 04 March 2014 08:53 PM, Kamil Debski wrote:
> Hi,
>
> This is the seventh version of this patchset. First and most significant change
> is that this patchset includes only patches touching the Generic PHY Framework.
> Patches to the USB controllers were stripped as they require additional work.
> S5PV210 support is also omitted - it requires more testing.
>
> Thank you to everyone who joined the discussion, reviewed the patched and
> contributed to making the code and consequently the Linux Kernel better.
Can you refresh your patches on
git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git next
It's not applying cleanly.
While at that pls fix these checkpatch errors/warnings
on patch 3.
ERROR: code indent should use tabs where possible
#854: FILE: drivers/phy/phy-exynos4x12-usb2.c:233:
+^I^I^I EXYNOS_4x12_MODE_SWITCH_OFFSET,$
CHECK: Alignment should match open parenthesis
#854: FILE: drivers/phy/phy-exynos4x12-usb2.c:233:
+ regmap_update_bits(drv->reg_sys,
+ EXYNOS_4x12_MODE_SWITCH_OFFSET,
ERROR: code indent should use tabs where possible
#855: FILE: drivers/phy/phy-exynos4x12-usb2.c:234:
+^I^I^I EXYNOS_4x12_MODE_SWITCH_MASK,$
CHECK: Alignment should match open parenthesis
#986: FILE: drivers/phy/phy-samsung-usb2.c:29:
+ dev_dbg(drv->dev, "Request to power_on \"%s\" usb phy\n",
+ inst->cfg->label);
CHECK: Alignment should match open parenthesis
#1014: FILE: drivers/phy/phy-samsung-usb2.c:57:
+ dev_dbg(drv->dev, "Request to power_off \"%s\" usb phy\n",
+ inst->cfg->label);
CHECK: Alignment should match open parenthesis
#1146: FILE: drivers/phy/phy-samsung-usb2.c:189:
+ dev_err(drv->dev, "Failed to create usb2_phy \"%s\"\n",
+
And on patch 4
CHECK: Alignment should match open parenthesis
#350: FILE: drivers/phy/phy-exynos5250-usb2.c:212:
+ regmap_update_bits(drv->reg_sys,
+ EXYNOS_5250_MODE_SWITCH_OFFSET,
-Kishon
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists