Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH for 2.6.38] ARM: S5PC110: fix regulator names
Date: Fri, 18 Feb 2011 18:18:53 +0900	[thread overview]
Message-ID: <020e01cbcf4c$df2af670$9d80e350$%kim@samsung.com> (raw)
In-Reply-To: <1297760487-7930-1-git-send-email-m.szyprowski@samsung.com>

Marek Szyprowski wrote:
> 
> Since commit 1130e5b3ff4 regulators are exported to debugfs. The names
> of the regulators that contains slash ('/') causes an ops during kernel
> boot. This patch fixes this issue.
> 
> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> ---
>  arch/arm/mach-s5pv210/mach-aquila.c |    6 +++---
>  arch/arm/mach-s5pv210/mach-goni.c   |    6 +++---
>  2 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/arch/arm/mach-s5pv210/mach-aquila.c b/arch/arm/mach-
> s5pv210/mach-aquila.c
> index 1236e19..557add4 100644
> --- a/arch/arm/mach-s5pv210/mach-aquila.c
> +++ b/arch/arm/mach-s5pv210/mach-aquila.c
> @@ -149,7 +149,7 @@ static struct regulator_init_data aquila_ldo2_data = {
> 
>  static struct regulator_init_data aquila_ldo3_data = {
>  	.constraints	= {
> -		.name		= "VUSB/MIPI_1.1V",
> +		.name		= "VUSB+MIPI_1.1V",
>  		.min_uV		= 1100000,
>  		.max_uV		= 1100000,
>  		.apply_uV	= 1,
> @@ -197,7 +197,7 @@ static struct regulator_init_data aquila_ldo7_data = {
> 
>  static struct regulator_init_data aquila_ldo8_data = {
>  	.constraints	= {
> -		.name		= "VUSB/VADC_3.3V",
> +		.name		= "VUSB+VADC_3.3V",
>  		.min_uV		= 3300000,
>  		.max_uV		= 3300000,
>  		.apply_uV	= 1,
> @@ -207,7 +207,7 @@ static struct regulator_init_data aquila_ldo8_data = {
> 
>  static struct regulator_init_data aquila_ldo9_data = {
>  	.constraints	= {
> -		.name		= "VCC/VCAM_2.8V",
> +		.name		= "VCC+VCAM_2.8V",
>  		.min_uV		= 2800000,
>  		.max_uV		= 2800000,
>  		.apply_uV	= 1,
> diff --git a/arch/arm/mach-s5pv210/mach-goni.c
b/arch/arm/mach-s5pv210/mach-
> goni.c
> index 2beeb66..056f5c7 100644
> --- a/arch/arm/mach-s5pv210/mach-goni.c
> +++ b/arch/arm/mach-s5pv210/mach-goni.c
> @@ -288,7 +288,7 @@ static struct regulator_init_data goni_ldo2_data = {
> 
>  static struct regulator_init_data goni_ldo3_data = {
>  	.constraints	= {
> -		.name		= "VUSB/MIPI_1.1V",
> +		.name		= "VUSB+MIPI_1.1V",
>  		.min_uV		= 1100000,
>  		.max_uV		= 1100000,
>  		.apply_uV	= 1,
> @@ -337,7 +337,7 @@ static struct regulator_init_data goni_ldo7_data = {
> 
>  static struct regulator_init_data goni_ldo8_data = {
>  	.constraints	= {
> -		.name		= "VUSB/VADC_3.3V",
> +		.name		= "VUSB+VADC_3.3V",
>  		.min_uV		= 3300000,
>  		.max_uV		= 3300000,
>  		.apply_uV	= 1,
> @@ -347,7 +347,7 @@ static struct regulator_init_data goni_ldo8_data = {
> 
>  static struct regulator_init_data goni_ldo9_data = {
>  	.constraints	= {
> -		.name		= "VCC/VCAM_2.8V",
> +		.name		= "VCC+VCAM_2.8V",
>  		.min_uV		= 2800000,
>  		.max_uV		= 2800000,
>  		.apply_uV	= 1,
> --

Ok, applied into s5p-fixes-for-linus for 38.

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

      reply	other threads:[~2011-02-18  9:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-15  9:01 [PATCH for 2.6.38] ARM: S5PC110: fix regulator names Marek Szyprowski
2011-02-18  9:18 ` Kukjin Kim [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='020e01cbcf4c$df2af670$9d80e350$%kim@samsung.com' \
    --to=kgene.kim@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox