[kernel] r5896 - in dists/trunk/linux-2.6/debian/patches: . series

Martin Michlmayr tbm at costa.debian.org
Tue Feb 14 23:15:27 UTC 2006


Author: tbm
Date: Tue Feb 14 23:15:26 2006
New Revision: 5896

Added:
   dists/trunk/linux-2.6/debian/patches/arm-nslu2-beeper.patch
Modified:
   dists/trunk/linux-2.6/debian/patches/series/0experimental.1
Log:
that patch went missing from 2.6.15-*; readd


Added: dists/trunk/linux-2.6/debian/patches/arm-nslu2-beeper.patch
==============================================================================
--- (empty file)
+++ dists/trunk/linux-2.6/debian/patches/arm-nslu2-beeper.patch	Tue Feb 14 23:15:26 2006
@@ -0,0 +1,32 @@
+# DP: arm/mach-ixp4xx portion of the beeper support for the NSLU2.
+
+Beeper support for the NSLU2.
+
+Signed-off-by: Alessandro Zummo <a.zummo at towertech.it>
+
+ arch/arm/mach-ixp4xx/nslu2-setup.c |    7 +
+
+--- linux-nslu2.orig/arch/arm/mach-ixp4xx/nslu2-setup.c	2006-01-23 02:13:55.000000000 +0100
++++ linux-nslu2/arch/arm/mach-ixp4xx/nslu2-setup.c	2006-01-25 11:32:14.000000000 +0100
+@@ -52,6 +52,12 @@ static struct platform_device nslu2_i2c_
+ 	.num_resources		= 0,
+ };
+ 
++static struct platform_device nslu2_beeper = {
++	.name			= "ixp4xx-beeper",
++	.id			= NSLU2_GPIO_BUZZ,
++	.num_resources		= 0,
++};
++
+ static struct resource nslu2_uart_resources[] = {
+ 	{
+ 		.start		= IXP4XX_UART1_BASE_PHYS,
+@@ -99,6 +105,7 @@ static struct platform_device *nslu2_dev
+ 	&nslu2_i2c_controller,
+ 	&nslu2_flash,
+ 	&nslu2_uart,
++	&nslu2_beeper,
+ };
+ 
+ static void nslu2_power_off(void)
+

Modified: dists/trunk/linux-2.6/debian/patches/series/0experimental.1
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/series/0experimental.1	(original)
+++ dists/trunk/linux-2.6/debian/patches/series/0experimental.1	Tue Feb 14 23:15:26 2006
@@ -18,3 +18,4 @@
 + sparc-sys_fstatat64.patch
 + arm-nslu2-fix-flash.patch
 + ixp4xx-beeper-fix.patch
++ arm-nslu2-beeper.patch



More information about the Kernel-svn-changes mailing list