The patch titled
Basic PWM driver for AVR32 and AT91 (fix)
has been removed from the -mm tree. Its filename was
basic-pwm-driver-for-avr32-and-at91-fix.patch
This patch was dropped because it was folded into
basic-pwm-driver-for-avr32-and-at91.patch
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: Basic PWM driver for AVR32 and AT91 (fix)
From: Haavard Skinnemoen <[EMAIL PROTECTED]>
> There's a bug there ... it should have used ARCH_AT91 instead
> of just AT91. Or even ARCH_AT91SAM9263 || ARCH_AT91SAM9RL.
I've turned it into ARCH_AT91. I think listing the specific chips that
have it is a bit too much; it won't break if you enable it on a chip
that doesn't have it, it will just be useless. That's what defconfigs
are for, and we still want people that test allmodconfigs on e.g.
AT91RM9200 to report any breakage.
Cc: David Brownell <[EMAIL PROTECTED]>
Cc: Andrew Victor <[EMAIL PROTECTED]>
Cc: Nicolas Ferre <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/misc/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN drivers/misc/Kconfig~basic-pwm-driver-for-avr32-and-at91-fix
drivers/misc/Kconfig
--- a/drivers/misc/Kconfig~basic-pwm-driver-for-avr32-and-at91-fix
+++ a/drivers/misc/Kconfig
@@ -15,7 +15,7 @@ if MISC_DEVICES
config ATMEL_PWM
tristate "Atmel AT32/AT91 PWM support"
- depends on (AVR32 || AT91) && EXPERIMENTAL
+ depends on AVR32 || ARCH_AT91
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 [EMAIL PROTECTED] are
origin.patch
tty-let-architectures-override-the-user-kernel-macros.patch
maintainers-add-haavard-as-maintainer-of-the-atmel_serial-driver.patch
atmel_serial-clean-up-the-code.patch
atmel_serial-use-cpu_relax-when-busy-waiting.patch
atmel_serial-use-existing-console-options-only-if-brg-is-running.patch
atmel_serial-fix-bugs-in-probe-error-path-and-remove.patch
atmel_serial-split-the-interrupt-handler.patch
atmel_serial-add-dma-support.patch
atmel_serial-fix-broken-rx-buffer-allocation.patch
atmel_serial-use-container_of-instead-of-direct-cast.patch
atmel_serial-show-tty-name-in-proc-interrupts.patch
basic-pwm-driver-for-avr32-and-at91.patch
basic-pwm-driver-for-avr32-and-at91-fix.patch
pwm-led-driver.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html