Revision: 1260
http://hackndev.svn.sourceforge.net/hackndev/?rev=1260&view=rev
Author: farcaller
Date: 2007-08-23 10:28:03 -0700 (Thu, 23 Aug 2007)
Log Message:
-----------
linux: and pxapwm_bl.h too...
Removed Paths:
-------------
linux4palm/linux/branches/rt/include/asm-arm/arch-pxa/pxapwm-bl.h
Deleted: linux4palm/linux/branches/rt/include/asm-arm/arch-pxa/pxapwm-bl.h
===================================================================
--- linux4palm/linux/branches/rt/include/asm-arm/arch-pxa/pxapwm-bl.h 2007-08-23 17:25:07 UTC (rev 1259)
+++ linux4palm/linux/branches/rt/include/asm-arm/arch-pxa/pxapwm-bl.h 2007-08-23 17:28:03 UTC (rev 1260)
@@ -1,42 +0,0 @@
-/*
- * linux/include/asm-arm/arch-pxa/pxa27x-keypad.h
- *
- * Support for XScale PWM driven backlights.
- *
- * Author: Alex Osborne <bob...@gm...>
- * Created: May 2006
- *
- */
-
-/*
-#define PALMT3_MAX_INTENSITY 0x100
-#define PALMT3_DEFAULT_INTENSITY 0x050
-#define PALMT3_LIMIT_MASK 0x7F
-*/
-
-#ifndef __ASM_ARCH_PXA27X_KEYPAD_H
-#define __ASM_ARCH_PXA27X_KEYPAD_H
-
-#include <linux/backlight.h>
-#include <linux/spinlock.h>
-
-struct pxapwmbl_platform_data {
- int pwm;
- int max_intensity;
- int default_intensity;
- int limit_mask;
- int period;
- int prescaler;
-
- int intensity;
- int limit;
- int off_threshold;
-
- spinlock_t lock;
- struct backlight_device *dev;
- void (*turn_bl_on)(void);
- void (*turn_bl_off)(void);
-
-};
-
-#endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|