All of lore.kernel.org
 help / color / mirror / Atom feed
From: anarsoul@gmail.com (Vasily Khoruzhick)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 2/4] rx1950: add LEDs device
Date: Sat, 17 Jul 2010 13:57:02 +0300	[thread overview]
Message-ID: <1279364224-24525-3-git-send-email-anarsoul@gmail.com> (raw)
In-Reply-To: <1279364224-24525-1-git-send-email-anarsoul@gmail.com>

Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
---
 arch/arm/mach-s3c2440/mach-rx1950.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-s3c2440/mach-rx1950.c b/arch/arm/mach-s3c2440/mach-rx1950.c
index 8603b57..55b806a 100644
--- a/arch/arm/mach-s3c2440/mach-rx1950.c
+++ b/arch/arm/mach-s3c2440/mach-rx1950.c
@@ -126,6 +126,11 @@ static struct s3c2410fb_display rx1950_display = {
 
 };
 
+static struct platform_device rx1950_device_leds = {
+	.name             = "rx1950-leds",
+	.id               = -1,
+};
+
 static struct s3c2410fb_mach_info rx1950_lcd_cfg = {
 	.displays = &rx1950_display,
 	.num_displays = 1,
@@ -502,6 +507,7 @@ static struct platform_device *rx1950_devices[] __initdata = {
 	&s3c_device_timer[1],
 	&rx1950_backlight,
 	&rx1950_device_gpiokeys,
+	&rx1950_device_leds,
 };
 
 static struct clk *rx1950_clocks[] __initdata = {
-- 
1.7.1.1

  parent reply	other threads:[~2010-07-17 10:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-17 10:57 [PATCH v5 0/4] s3c24xx: iPAQ rx1950 series Vasily Khoruzhick
2010-07-17 10:57 ` [PATCH v5 1/4] Add HP iPAQ rx1950 LEDs driver Vasily Khoruzhick
2010-07-17 10:57 ` Vasily Khoruzhick [this message]
2010-07-17 10:57 ` [PATCH v5 3/4] Add s3c-adc-battery driver Vasily Khoruzhick
2010-07-21  0:42   ` Ben Dooks
2010-07-23 13:18   ` Anton Vorontsov
2010-07-23 14:17     ` Vasily Khoruzhick
2010-07-17 10:57 ` [PATCH v5 4/4] rx1950: add battery device Vasily Khoruzhick
2010-07-20 12:35 ` [PATCH v5 0/4] s3c24xx: iPAQ rx1950 series Vasily Khoruzhick
2010-07-23 12:59   ` Vasily Khoruzhick

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=1279364224-24525-3-git-send-email-anarsoul@gmail.com \
    --to=anarsoul@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.