From: Kukjin Kim <kgene.kim@samsung.com>
To: 'Vasily Khoruzhick' <anarsoul@gmail.com>,
'Ben Dooks' <ben-linux@fluff.org>,
linux-samsung-soc@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: RE: [PATCH 1/2] ARM: S3C2410: H1940: Adapt h1940-bluetooth to gpiolib changes
Date: Tue, 16 Nov 2010 18:20:05 +0900 [thread overview]
Message-ID: <010b01cb856f$77c05ab0$67411010$%kim@samsung.com> (raw)
In-Reply-To: <1289248308-21272-1-git-send-email-anarsoul@gmail.com>
Vasily Khoruzhick wrote:
>
> Replace in s3c_gpio_cfgpull with s3c_gpio_setpull.
>
> Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
> ---
> arch/arm/mach-s3c2410/h1940-bluetooth.c | 8 ++++----
> 1 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm/mach-s3c2410/h1940-bluetooth.c b/arch/arm/mach-
> s3c2410/h1940-bluetooth.c
> index 8aa2f19..6b86a72 100644
> --- a/arch/arm/mach-s3c2410/h1940-bluetooth.c
> +++ b/arch/arm/mach-s3c2410/h1940-bluetooth.c
> @@ -77,13 +77,13 @@ static int __devinit h1940bt_probe(struct
platform_device
> *pdev)
>
> /* Configures BT serial port GPIOs */
> s3c_gpio_cfgpin(S3C2410_GPH(0), S3C2410_GPH0_nCTS0);
> - s3c_gpio_cfgpull(S3C2410_GPH(0), S3C_GPIO_PULL_NONE);
> + s3c_gpio_setpull(S3C2410_GPH(0), S3C_GPIO_PULL_NONE);
> s3c_gpio_cfgpin(S3C2410_GPH(1), S3C2410_GPIO_OUTPUT);
> - s3c_gpio_cfgpull(S3C2410_GPH(1), S3C_GPIO_PULL_NONE);
> + s3c_gpio_setpull(S3C2410_GPH(1), S3C_GPIO_PULL_NONE);
> s3c_gpio_cfgpin(S3C2410_GPH(2), S3C2410_GPH2_TXD0);
> - s3c_gpio_cfgpull(S3C2410_GPH(2), S3C_GPIO_PULL_NONE);
> + s3c_gpio_setpull(S3C2410_GPH(2), S3C_GPIO_PULL_NONE);
> s3c_gpio_cfgpin(S3C2410_GPH(3), S3C2410_GPH3_RXD0);
> - s3c_gpio_cfgpull(S3C2410_GPH(3), S3C_GPIO_PULL_NONE);
> + s3c_gpio_setpull(S3C2410_GPH(3), S3C_GPIO_PULL_NONE);
>
>
> rfk = rfkill_alloc(DRV_NAME, &pdev->dev, RFKILL_TYPE_BLUETOOTH,
> --
You're right..will apply.
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
prev parent reply other threads:[~2010-11-16 9:19 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-08 20:31 [PATCH 1/2] ARM: S3C2410: H1940: Adapt h1940-bluetooth to gpiolib changes Vasily Khoruzhick
2010-11-08 20:31 ` [PATCH 2/2] h1940-leds: Fix compile issue introduced by latch-related changes Vasily Khoruzhick
2010-11-15 3:55 ` Kukjin Kim
2010-11-16 23:12 ` Ben Dooks
2010-11-17 6:55 ` Vasily Khoruzhick
2010-12-06 16:43 ` Vasily Khoruzhick
2010-11-16 9:20 ` 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='010b01cb856f$77c05ab0$67411010$%kim@samsung.com' \
--to=kgene.kim@samsung.com \
--cc=anarsoul@gmail.com \
--cc=ben-linux@fluff.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.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