* - at91-atmel_pwm-only-available-for-certain-at91-processors.patch removed from -mm tree
@ 2008-10-18 23:12 akpm
0 siblings, 0 replies; only message in thread
From: akpm @ 2008-10-18 23:12 UTC (permalink / raw)
To: avictor.za, hskinnemoen, linux, mm-commits
The patch titled
AT91: atmel_pwm only available for certain AT91 processors
has been removed from the -mm tree. Its filename was
at91-atmel_pwm-only-available-for-certain-at91-processors.patch
This patch was dropped because it was merged into mainline or a subsystem tree
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: AT91: atmel_pwm only available for certain AT91 processors
From: "Andrew Victor" <avictor.za@gmail.com>
Only three of Atmel's AT91 processors (SAM9263, SAM9RL and CAP9) include a
PWM controller.
It should therefore only be possible to enable the misc/atmel_pwm.c driver
on those processors (and not all AT91 processors).
Signed-off-by: Andrew Victor <linux@maxim.org.za>
Cc: Haavard Skinnemoen <hskinnemoen@atmel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
drivers/misc/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN drivers/misc/Kconfig~at91-atmel_pwm-only-available-for-certain-at91-processors drivers/misc/Kconfig
--- a/drivers/misc/Kconfig~at91-atmel_pwm-only-available-for-certain-at91-processors
+++ a/drivers/misc/Kconfig
@@ -15,7 +15,7 @@ if MISC_DEVICES
config ATMEL_PWM
tristate "Atmel AT32/AT91 PWM support"
- depends on AVR32 || ARCH_AT91
+ depends on AVR32 || ARCH_AT91SAM9263 || ARCH_AT91SAM9RL || ARCH_AT91CAP9
help
This option enables device driver support for the PWM channels
on certain Atmel prcoessors. Pulse Width Modulation is used for
_
Patches currently in -mm which might be from avictor.za@gmail.com are
origin.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-18 23:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-18 23:12 - at91-atmel_pwm-only-available-for-certain-at91-processors.patch removed from -mm tree akpm
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.