summaryrefslogtreecommitdiff
path: root/packages/linux/ixp4xx-kernel/2.6.16/61-nslu2-beeper.patch
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2006-02-24 22:41:46 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-24 22:41:46 +0000
commit76945f6290afc35fbb8f23ba907947396e7dd632 (patch)
treeec748eda777a39af662e574cd780b95c913c112d /packages/linux/ixp4xx-kernel/2.6.16/61-nslu2-beeper.patch
parent98f3a297f2cbda11a6df717652c82521ddbb63ed (diff)
ixp4xx-kernel: Added support for DSM-G600, and updated to 2.6.16-rc4-git5
Diffstat (limited to 'packages/linux/ixp4xx-kernel/2.6.16/61-nslu2-beeper.patch')
-rw-r--r--packages/linux/ixp4xx-kernel/2.6.16/61-nslu2-beeper.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/packages/linux/ixp4xx-kernel/2.6.16/61-nslu2-beeper.patch b/packages/linux/ixp4xx-kernel/2.6.16/61-nslu2-beeper.patch
deleted file mode 100644
index d58139429d..0000000000
--- a/packages/linux/ixp4xx-kernel/2.6.16/61-nslu2-beeper.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=3344/1
-
-NSLU2 beeper support.
-
-Signed-off-by: Alessandro Zummo <a.zummo@towertech.it>
-
- arch/arm/mach-ixp4xx/nslu2-setup.c | 7 +++++++
- 1 file changed, 7 insertions(+)
-
---- linux-nslu2.orig/arch/arm/mach-ixp4xx/nslu2-setup.c 2006-02-06 20:37:01.000000000 +0100
-+++ linux-nslu2/arch/arm/mach-ixp4xx/nslu2-setup.c 2006-02-06 22:21:17.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)