Hi! I removed [EMAIL PROTECTED] from cc, it is a subscriber-only list.
On Tuesday 22 January 2008, Haavard Skinnemoen wrote: > From: Chip Coldwell <[EMAIL PROTECTED]> ... > @@ -47,6 +50,11 @@ > > #include "atmel_serial.h" > > +#define SUPPORT_PDC > +#define PDC_BUFFER_SIZE (L1_CACHE_BYTES << 3) > +#warning "Revisit" why add this warning? ... > @@ -1090,7 +1434,7 @@ static int atmel_serial_suspend(struct platform_device > *pdev, > struct atmel_uart_port *atmel_port = (struct atmel_uart_port *)port; > > if (device_may_wakeup(&pdev->dev) > - && !at91_suspend_entering_slow_clock()) > + && !clk_must_disable(atmel_port->clk)) 1. this has nothing to do with dma 2. clk_must_disable isn't in mainline (2.6.24-rc8) for at91 (not verified for avr32). CONFIG_MAGIC_SYSRQ isn't working with this pach, (CONFIG_MAGIC_SYSRQ has never worked with atmel_serial dma patches). For me breaking CONFIG_MAGIC_SYSRQ is not a critical regression and can be fixed later, but the "clk_must_disable" problem breaks compilation. Regards Marc -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

