All of lore.kernel.org
 help / color / mirror / Atom feed
From: akpm@linux-foundation.org
To: shawn.guo@linaro.org, grant.likely@secretlab.ca,
	rpurdie@rpsys.net, mm-commits@vger.kernel.org
Subject: [merged] leds-remove-config-option-leds_gpio_platform-from-kconfig.patch removed from -mm tree
Date: Tue, 07 Jun 2011 13:18:27 -0700	[thread overview]
Message-ID: <201106072017.p57KHPfP024486@imap1.linux-foundation.org> (raw)


The patch titled
     leds: remove config option LEDS_GPIO_PLATFORM from Kconfig
has been removed from the -mm tree.  Its filename was
     leds-remove-config-option-leds_gpio_platform-from-kconfig.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: leds: remove config option LEDS_GPIO_PLATFORM from Kconfig
From: Shawn Guo <shawn.guo@linaro.org>

Since a314c5c004 ("leds/leds-gpio: merge platform_driver with
of_platform_driver"), the config option LEDS_GPIO_PLATFORM becomes
useless, so remove it.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Cc: Grant Likely <grant.likely@secretlab.ca>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/leds/Kconfig |   10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff -puN drivers/leds/Kconfig~leds-remove-config-option-leds_gpio_platform-from-kconfig drivers/leds/Kconfig
--- a/drivers/leds/Kconfig~leds-remove-config-option-leds_gpio_platform-from-kconfig
+++ a/drivers/leds/Kconfig
@@ -93,7 +93,7 @@ config LEDS_NET48XX
 config LEDS_NET5501
 	tristate "LED Support for Soekris net5501 series Error LED"
 	depends on LEDS_TRIGGERS
-	depends on X86 && LEDS_GPIO_PLATFORM && GPIO_CS5535
+	depends on X86 && GPIO_CS5535
 	select LEDS_TRIGGER_DEFAULT_ON
 	default n
 	help
@@ -183,14 +183,6 @@ config LEDS_GPIO
 	  defined as platform devices and/or OpenFirmware platform devices.
 	  The code to use these bindings can be selected below.
 
-config LEDS_GPIO_PLATFORM
-	bool "Platform device bindings for GPIO LEDs"
-	depends on LEDS_GPIO
-	default y
-	help
-	  Let the leds-gpio driver drive LEDs which have been defined as
-	  platform devices.  If you don't know what this means, say yes.

                 reply	other threads:[~2011-06-07 20:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=201106072017.p57KHPfP024486@imap1.linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=grant.likely@secretlab.ca \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mm-commits@vger.kernel.org \
    --cc=rpurdie@rpsys.net \
    --cc=shawn.guo@linaro.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.