public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/3] arm: s5pv210: GONI: add support for MAX8998 PMIC
Date: Wed, 14 Jul 2010 14:06:49 +0900	[thread overview]
Message-ID: <006201cb2312$646b05b0$2d411110$%kim@samsung.com> (raw)
In-Reply-To: <1278321416-32524-4-git-send-email-m.szyprowski@samsung.com>

Marek Szyprowski wrote:
> 
> This patch adds required platform definitions for MAX8998 PMIC driver.
Power
> regulators for LDO and BUCK outputs has been defined as well as a simple
> gpio-keys button for power key (to enable wakeup functionality with
> external interrupt).

Almost same with previous patch...except ldo7_data, ldo17_data and
name...Hmm...
See the previous comments...

> 
> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> ---
>  arch/arm/mach-s5pv210/mach-goni.c |  323
> +++++++++++++++++++++++++++++++++++++
>  1 files changed, 323 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-s5pv210/mach-goni.c
b/arch/arm/mach-s5pv210/mach-
> goni.c
> index 05b4a1a..f0eaf86 100644
> --- a/arch/arm/mach-s5pv210/mach-goni.c
> +++ b/arch/arm/mach-s5pv210/mach-goni.c
> @@ -13,8 +13,13 @@
>  #include <linux/init.h>
>  #include <linux/serial_core.h>
>  #include <linux/fb.h>
> +#include <linux/i2c.h>
> +#include <linux/i2c-gpio.h>
> +#include <linux/mfd/max8998.h>
>  #include <linux/delay.h>
>  #include <linux/clk.h>
> +#include <linux/gpio_keys.h>
> +#include <linux/input.h>
> 
No need inclusion linux/gpio.h and plat/gpio-cfg.h?

>  #include <asm/mach/arch.h>
>  #include <asm/mach/map.h>
> @@ -107,9 +112,323 @@ static struct s3c_fb_platdata goni_lcd_pdata
__initdata
> = {
>  	.setup_gpio		= s5pv210_fb_gpio_setup_24bpp,
>  };
> 

(snip)

Thanks.

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

  reply	other threads:[~2010-07-14  5:06 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-05  9:16 [PATCH v2] Samsung Aquila & GONI update Marek Szyprowski
2010-07-05  9:16 ` [PATCH 1/3] arm: s5pv210: GONI: add support for framebuffer Marek Szyprowski
2010-07-14  6:47   ` Kukjin Kim
2010-07-14  7:30     ` Marek Szyprowski
2010-07-14  7:39       ` Kyungmin Park
2010-07-14 10:26         ` Kukjin Kim
2010-07-05  9:16 ` [PATCH 2/3] arm: s5pv210: Aquila: add support for MAX8998 PMIC Marek Szyprowski
2010-07-14  4:56   ` Kukjin Kim
2010-07-14  7:30     ` Marek Szyprowski
2010-07-05  9:16 ` [PATCH 3/3] arm: s5pv210: GONI: " Marek Szyprowski
2010-07-14  5:06   ` Kukjin Kim [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-07-14  8:16 [PATCH v3] Samsung Aquila & GONI update Marek Szyprowski
2010-07-14  8:16 ` [PATCH 3/3] ARM: S5PV210: GONI: add support for MAX8998 PMIC Marek Szyprowski
2010-07-14  8:33   ` Mark Brown
2010-07-14  9:44   ` Kukjin Kim
2010-07-01  6:07 [PATCH] Samsung Aquila & GONI update Marek Szyprowski
2010-07-01  6:07 ` [PATCH 3/3] arm: s5pv210: GONI: add support for MAX8998 PMIC Marek Szyprowski
2010-07-01 12:25   ` Mark Brown

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='006201cb2312$646b05b0$2d411110$%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