All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sh: Show sleep state with Migo-R LEDs
@ 2009-03-10  6:13 Magnus Damm
  2009-03-11  8:36 ` Paul Mundt
  0 siblings, 1 reply; 2+ messages in thread
From: Magnus Damm @ 2009-03-10  6:13 UTC (permalink / raw)
  To: linux-sh

From: Magnus Damm <damm@igel.co.jp>

If CONFIG_PM is set, let Migo-R LEDs show sleep states.
D11 will show STATUS0 and D12 PDSTATUS.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
---

 arch/sh/boards/mach-migor/setup.c |    9 +++++++++
 1 file changed, 9 insertions(+)

--- 0001/arch/sh/boards/mach-migor/setup.c
+++ work/arch/sh/boards/mach-migor/setup.c	2009-03-04 12:43:25.000000000 +0900
@@ -450,6 +450,14 @@ static struct spi_board_info migor_spi_d
 
 static int __init migor_devices_setup(void)
 {
+
+#ifdef CONFIG_PM
+	/* Let D11 LED show STATUS0 */
+	gpio_request(GPIO_FN_STATUS0, NULL);
+
+	/* Lit D12 LED show PDSTATUS */
+	gpio_request(GPIO_FN_PDSTATUS, NULL);
+#else
 	/* Lit D11 LED */
 	gpio_request(GPIO_PTJ7, NULL);
 	gpio_direction_output(GPIO_PTJ7, 1);
@@ -459,6 +467,7 @@ static int __init migor_devices_setup(vo
 	gpio_request(GPIO_PTJ5, NULL);
 	gpio_direction_output(GPIO_PTJ5, 1);
 	gpio_export(GPIO_PTJ5, 0);
+#endif
 
 	/* SMC91C111 - Enable IRQ0, Setup CS4 for 16-bit fast access */
 	gpio_request(GPIO_FN_IRQ0, NULL);

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] sh: Show sleep state with Migo-R LEDs
  2009-03-10  6:13 [PATCH] sh: Show sleep state with Migo-R LEDs Magnus Damm
@ 2009-03-11  8:36 ` Paul Mundt
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2009-03-11  8:36 UTC (permalink / raw)
  To: linux-sh

On Tue, Mar 10, 2009 at 03:13:22PM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm@igel.co.jp>
> 
> If CONFIG_PM is set, let Migo-R LEDs show sleep states.
> D11 will show STATUS0 and D12 PDSTATUS.
> 
> Signed-off-by: Magnus Damm <damm@igel.co.jp>

This is now also applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-03-11  8:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-10  6:13 [PATCH] sh: Show sleep state with Migo-R LEDs Magnus Damm
2009-03-11  8:36 ` Paul Mundt

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.