[oe-commits] org.oe.dev linux-2.6.23: fix mpc8313e-rdb LEDs patch (didn't apply cleanly)

jeremy_laine commit openembedded-commits at lists.openembedded.org
Thu Nov 29 08:26:10 UTC 2007


linux-2.6.23: fix mpc8313e-rdb LEDs patch (didn't apply cleanly)

Author: jeremy_laine at openembedded.org
Branch: org.openembedded.dev
Revision: 7599bdca96fe9d35fdc55ddecff62818c40a483c
ViewMTN: http://monotone.openembedded.org/revision/info/7599bdca96fe9d35fdc55ddecff62818c40a483c
Files:
1
packages/linux/linux-2.6.23/mpc8313e-rdb/mpc8313e-rdb-leds.patch
Diffs:

#
# mt diff -rf477e212a4365a149188e6bbaba24edd50e70a19 -r7599bdca96fe9d35fdc55ddecff62818c40a483c
#
# 
# 
# patch "packages/linux/linux-2.6.23/mpc8313e-rdb/mpc8313e-rdb-leds.patch"
#  from [73675fe25a8fbdb8b9a32f1405498f94fbdd6c12]
#    to [770b82ced5d1af46c020f23520a1ab4505a112cf]
# 
============================================================
--- packages/linux/linux-2.6.23/mpc8313e-rdb/mpc8313e-rdb-leds.patch	73675fe25a8fbdb8b9a32f1405498f94fbdd6c12
+++ packages/linux/linux-2.6.23/mpc8313e-rdb/mpc8313e-rdb-leds.patch	770b82ced5d1af46c020f23520a1ab4505a112cf
@@ -1,7 +1,6 @@
-Index: linux-2.6.23/drivers/leds/Kconfig
-===================================================================
+diff -urN linux-2.6.23.orig/drivers/leds/Kconfig linux-2.6.23/drivers/leds/Kconfig
 --- linux-2.6.23.orig/drivers/leds/Kconfig	2007-10-09 22:31:38.000000000 +0200
-+++ linux-2.6.23/drivers/leds/Kconfig	2007-11-28 23:16:05.000000000 +0100
++++ linux-2.6.23/drivers/leds/Kconfig	2007-11-29 09:02:42.000000000 +0100
 @@ -101,6 +101,12 @@
  	  outputs. To be useful the particular board must have LEDs
  	  and they must be connected to the GPIO lines.
@@ -15,10 +14,9 @@ Index: linux-2.6.23/drivers/leds/Kconfig
  comment "LED Triggers"
  
  config LEDS_TRIGGERS
-Index: linux-2.6.23/drivers/leds/leds-mpc8313e-rdb.c
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ linux-2.6.23/drivers/leds/leds-mpc8313e-rdb.c	2007-11-29 00:45:42.000000000 +0100
+diff -urN linux-2.6.23.orig/drivers/leds/leds-mpc8313e-rdb.c linux-2.6.23/drivers/leds/leds-mpc8313e-rdb.c
+--- linux-2.6.23.orig/drivers/leds/leds-mpc8313e-rdb.c	1970-01-01 01:00:00.000000000 +0100
++++ linux-2.6.23/drivers/leds/leds-mpc8313e-rdb.c	2007-11-29 09:02:42.000000000 +0100
 @@ -0,0 +1,128 @@
 +/*
 + * drivers/leds/leds-mpc8313e-rdb.c
@@ -148,15 +146,14 @@ Index: linux-2.6.23/drivers/leds/leds-mp
 +MODULE_AUTHOR("Leon Woestenberg <leon at sidebranch.com>");
 +MODULE_DESCRIPTION("MPC8313E-RDB LED driver");
 +
-Index: linux-2.6.23/drivers/leds/Makefile
-===================================================================
---- linux-2.6.23.orig/drivers/leds/Makefile	2007-11-28 23:17:29.000000000 +0100
-+++ linux-2.6.23/drivers/leds/Makefile	2007-11-28 23:35:32.000000000 +0100
+diff -urN linux-2.6.23.orig/drivers/leds/Makefile linux-2.6.23/drivers/leds/Makefile
+--- linux-2.6.23.orig/drivers/leds/Makefile	2007-10-09 22:31:38.000000000 +0200
++++ linux-2.6.23/drivers/leds/Makefile	2007-11-29 09:03:09.000000000 +0100
 @@ -17,6 +17,7 @@
  obj-$(CONFIG_LEDS_H1940)		+= leds-h1940.o
  obj-$(CONFIG_LEDS_COBALT)		+= leds-cobalt.o
  obj-$(CONFIG_LEDS_GPIO)			+= leds-gpio.o
 +obj-$(CONFIG_LEDS_MPC8313E_RDB)		+= leds-mpc8313e-rdb.o
-  
+ 
  # LED Triggers
+ obj-$(CONFIG_LEDS_TRIGGER_TIMER)	+= ledtrig-timer.o
-  obj-$(CONFIG_LEDS_TRIGGER_TIMER)	+= ledtrig-timer.o






More information about the Openembedded-commits mailing list