PXA can use EABI, too
[openwrt.git] / target / linux / avr32 / patches / 100-git_sync.patch
index e9e9614..20c08cf 100644 (file)
@@ -1,6 +1,116 @@
-diff -x .git -Nur linux-2.6.22.1/arch/avr32/boards/atngw100/Kconfig linux-avr32.git/arch/avr32/boards/atngw100/Kconfig
---- linux-2.6.22.1/arch/avr32/boards/atngw100/Kconfig  1970-01-01 01:00:00.000000000 +0100
-+++ linux-avr32.git/arch/avr32/boards/atngw100/Kconfig 2007-07-13 11:24:16.000000000 +0200
+diff -urN linux-2.6.24.3/arch/arm/mach-at91/at91sam9261_devices.c avr32-2.6/arch/arm/mach-at91/at91sam9261_devices.c
+--- linux-2.6.24.3/arch/arm/mach-at91/at91sam9261_devices.c    2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/arch/arm/mach-at91/at91sam9261_devices.c 2008-04-23 20:12:35.000000000 +0200
+@@ -530,6 +530,20 @@
+       at91_set_B_periph(AT91_PIN_PB27, 0);    /* LCDD22 */
+       at91_set_B_periph(AT91_PIN_PB28, 0);    /* LCDD23 */
++#ifdef CONFIG_FB_INTSRAM
++      {
++              void __iomem *fb;
++              struct resource *fb_res = &lcdc_resources[2];
++              size_t fb_len = fb_res->end - fb_res->start + 1;
++
++              fb = ioremap_writecombine(fb_res->start, fb_len);
++              if (fb) {
++                      memset(fb, 0, fb_len);
++                      iounmap(fb, fb_len);
++              }
++      }
++#endif
++
+       lcdc_data = *data;
+       platform_device_register(&at91_lcdc_device);
+ }
+diff -urN linux-2.6.24.3/arch/arm/mach-at91/at91sam9rl_devices.c avr32-2.6/arch/arm/mach-at91/at91sam9rl_devices.c
+--- linux-2.6.24.3/arch/arm/mach-at91/at91sam9rl_devices.c     2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/arch/arm/mach-at91/at91sam9rl_devices.c  2008-04-23 20:12:35.000000000 +0200
+@@ -375,6 +375,20 @@
+       at91_set_B_periph(AT91_PIN_PC24, 0);    /* LCDD22 */
+       at91_set_B_periph(AT91_PIN_PC25, 0);    /* LCDD23 */
++#ifdef CONFIG_FB_INTSRAM
++      {
++              void __iomem *fb;
++              struct resource *fb_res = &lcdc_resources[2];
++              size_t fb_len = fb_res->end - fb_res->start + 1;
++
++              fb = ioremap_writecombine(fb_res->start, fb_len);
++              if (fb) {
++                      memset(fb, 0, fb_len);
++                      iounmap(fb, fb_len);
++              }
++      }
++#endif
++
+       lcdc_data = *data;
+       platform_device_register(&at91_lcdc_device);
+ }
+diff -urN linux-2.6.24.3/arch/arm/mach-at91/board-sam9261ek.c avr32-2.6/arch/arm/mach-at91/board-sam9261ek.c
+--- linux-2.6.24.3/arch/arm/mach-at91/board-sam9261ek.c        2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/arch/arm/mach-at91/board-sam9261ek.c     2008-04-23 20:12:35.000000000 +0200
+@@ -322,6 +322,7 @@
+ /* Driver datas */
+ static struct atmel_lcdfb_info __initdata ek_lcdc_data = {
++      .lcdcon_is_backlight            = true,
+       .default_bpp                    = 16,
+       .default_dmacon                 = ATMEL_LCDC_DMAEN,
+       .default_lcdcon2                = AT91SAM9261_DEFAULT_LCDCON2,
+diff -urN linux-2.6.24.3/arch/arm/mach-at91/board-sam9263ek.c avr32-2.6/arch/arm/mach-at91/board-sam9263ek.c
+--- linux-2.6.24.3/arch/arm/mach-at91/board-sam9263ek.c        2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/arch/arm/mach-at91/board-sam9263ek.c     2008-04-23 20:12:35.000000000 +0200
+@@ -250,6 +250,7 @@
+ /* Driver datas */
+ static struct atmel_lcdfb_info __initdata ek_lcdc_data = {
++      .lcdcon_is_backlight            = true,
+       .default_bpp                    = 16,
+       .default_dmacon                 = ATMEL_LCDC_DMAEN,
+       .default_lcdcon2                = AT91SAM9263_DEFAULT_LCDCON2,
+diff -urN linux-2.6.24.3/arch/arm/mach-at91/Kconfig avr32-2.6/arch/arm/mach-at91/Kconfig
+--- linux-2.6.24.3/arch/arm/mach-at91/Kconfig  2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/arch/arm/mach-at91/Kconfig       2008-04-23 20:12:35.000000000 +0200
+@@ -219,6 +219,36 @@
+         Select this if you need to program one or more of the PCK0..PCK3
+         programmable clock outputs.
++choice
++      prompt "Select a UART for early kernel messages"
++
++config AT91_EARLY_DBGU
++      bool "DBGU"
++
++config AT91_EARLY_USART0
++      bool "USART0"
++
++config AT91_EARLY_USART1
++      bool "USART1"
++
++config AT91_EARLY_USART2
++      bool "USART2"
++      depends on ! ARCH_AT91X40
++
++config AT91_EARLY_USART3
++      bool "USART3"
++      depends on (ARCH_AT91RM9200 || ARCH_AT91SAM9RL || ARCH_AT91SAM9260)
++
++config AT91_EARLY_USART4
++      bool "USART4"
++      depends on ARCH_AT91SAM9260
++
++config AT91_EARLY_USART5
++      bool "USART5"
++      depends on ARCH_AT91SAM9260
++
++endchoice
++
+ endmenu
+ endif
+diff -urN linux-2.6.24.3/arch/avr32/boards/atngw100/Kconfig avr32-2.6/arch/avr32/boards/atngw100/Kconfig
+--- linux-2.6.24.3/arch/avr32/boards/atngw100/Kconfig  1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/arch/avr32/boards/atngw100/Kconfig       2008-04-23 19:33:28.000000000 +0200
 @@ -0,0 +1,12 @@
 +# NGW100 customization
 +
@@ -14,31 +124,25 @@ diff -x .git -Nur linux-2.6.22.1/arch/avr32/boards/atngw100/Kconfig linux-avr32.
 +
 +        Choose 'Y' here if you're having i2c-related problems and
 +        want to rule out the i2c bus driver.
-diff -x .git -Nur linux-2.6.22.1/arch/avr32/boards/atngw100/setup.c linux-avr32.git/arch/avr32/boards/atngw100/setup.c
---- linux-2.6.22.1/arch/avr32/boards/atngw100/setup.c  2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/arch/avr32/boards/atngw100/setup.c 2007-07-13 11:24:16.000000000 +0200
-@@ -9,10 +9,12 @@
-  */
- #include <linux/clk.h>
- #include <linux/etherdevice.h>
-+#include <linux/i2c-gpio.h>
- #include <linux/init.h>
- #include <linux/linkage.h>
- #include <linux/platform_device.h>
- #include <linux/types.h>
-+#include <linux/leds.h>
- #include <linux/spi/spi.h>
+diff -urN linux-2.6.24.3/arch/avr32/boards/atngw100/setup.c avr32-2.6/arch/avr32/boards/atngw100/setup.c
+--- linux-2.6.24.3/arch/avr32/boards/atngw100/setup.c  2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/arch/avr32/boards/atngw100/setup.c       2008-04-23 20:12:35.000000000 +0200
+@@ -20,7 +20,7 @@
  #include <asm/io.h>
-@@ -21,6 +23,7 @@
- #include <asm/arch/at32ap7000.h>
+ #include <asm/setup.h>
+-#include <asm/arch/at32ap7000.h>
++#include <asm/arch/at32ap700x.h>
  #include <asm/arch/board.h>
  #include <asm/arch/init.h>
-+#include <asm/arch/portmux.h>
- /* Initialized by bootloader-specific startup code. */
- struct tag *bootloader_tags __initdata;
-@@ -39,6 +42,11 @@
+ #include <asm/arch/portmux.h>
+@@ -37,11 +37,16 @@
+ static struct spi_board_info spi0_board_info[] __initdata = {
+       {
+               .modalias       = "mtd_dataflash",
+-              .max_speed_hz   = 10000000,
++              .max_speed_hz   = 8000000,
+               .chip_select    = 0,
        },
  };
  
@@ -50,407 +154,1103 @@ diff -x .git -Nur linux-2.6.22.1/arch/avr32/boards/atngw100/setup.c linux-avr32.
  /*
   * The next two functions should go away as the boot loader is
   * supposed to initialize the macb address registers with a valid
-@@ -100,8 +108,46 @@
-       at32_setup_serial_console(0);
- }
+@@ -124,6 +129,7 @@
+       }
+ };
  
-+static const struct gpio_led ngw_leds[] = {
-+      { .name = "sys", .gpio = GPIO_PIN_PA(16), .active_low = 1,
-+              .default_trigger = "heartbeat",
-+      },
-+      { .name = "a", .gpio = GPIO_PIN_PA(19), .active_low = 1, },
-+      { .name = "b", .gpio = GPIO_PIN_PE(19), .active_low = 1, },
-+};
-+
-+static const struct gpio_led_platform_data ngw_led_data = {
-+      .num_leds =     ARRAY_SIZE(ngw_leds),
-+      .leds =         (void *) ngw_leds,
-+};
-+
-+static struct platform_device ngw_gpio_leds = {
-+      .name =         "leds-gpio",
-+      .id =           -1,
-+      .dev = {
-+              .platform_data = (void *) &ngw_led_data,
-+      }
-+};
-+
 +#ifdef CONFIG_BOARD_ATNGW100_I2C_GPIO
-+static struct i2c_gpio_platform_data i2c_gpio_data = {
-+      .sda_pin        = GPIO_PIN_PA(6),
-+      .scl_pin        = GPIO_PIN_PA(7),
-+};
-+
-+static struct platform_device i2c_gpio_device = {
-+      .name           = "i2c-gpio",
-+      .id             = 0,
-+      .dev            = {
-+              .platform_data  = &i2c_gpio_data,
-+      },
-+};
+ static struct i2c_gpio_platform_data i2c_gpio_data = {
+       .sda_pin                = GPIO_PIN_PA(6),
+       .scl_pin                = GPIO_PIN_PA(7),
+@@ -139,6 +145,7 @@
+               .platform_data  = &i2c_gpio_data,
+       },
+ };
 +#endif
-+
  static int __init atngw100_init(void)
  {
-+      unsigned        i;
-+
-       /*
-        * ATNGW100 uses 16-bit SDRAM interface, so we don't need to
-        * reserve any pins for it.
-@@ -115,6 +161,22 @@
+@@ -157,6 +164,7 @@
        set_hw_addr(at32_add_device_eth(1, &eth_data[1]));
  
        at32_add_device_spi(0, spi0_board_info, ARRAY_SIZE(spi0_board_info));
 +      at32_add_device_mci(0, &mci0_data);
-+      at32_add_device_usba(0, NULL);
-+
-+      for (i = 0; i < ARRAY_SIZE(ngw_leds); i++) {
-+              at32_select_gpio(ngw_leds[i].gpio,
-+                              AT32_GPIOF_OUTPUT | AT32_GPIOF_HIGH);
-+      }
-+      platform_device_register(&ngw_gpio_leds);
-+
+       at32_add_device_usba(0, NULL);
+       for (i = 0; i < ARRAY_SIZE(ngw_leds); i++) {
+@@ -165,11 +173,15 @@
+       }
+       platform_device_register(&ngw_gpio_leds);
 +#ifdef CONFIG_BOARD_ATNGW100_I2C_GPIO
-+      at32_select_gpio(i2c_gpio_data.sda_pin, 0);
-+      at32_select_gpio(i2c_gpio_data.scl_pin, 0);
-+      platform_device_register(&i2c_gpio_device);
+       at32_select_gpio(i2c_gpio_data.sda_pin,
+               AT32_GPIOF_MULTIDRV | AT32_GPIOF_OUTPUT | AT32_GPIOF_HIGH);
+       at32_select_gpio(i2c_gpio_data.scl_pin,
+               AT32_GPIOF_MULTIDRV | AT32_GPIOF_OUTPUT | AT32_GPIOF_HIGH);
+       platform_device_register(&i2c_gpio_device);
 +#else
-+      at32_add_device_twi(0);
++      at32_add_device_twi(0, NULL, 0);
 +#endif
  
        return 0;
  }
-diff -x .git -Nur linux-2.6.22.1/arch/avr32/boards/atstk1000/atstk1002.c linux-avr32.git/arch/avr32/boards/atstk1000/atstk1002.c
---- linux-2.6.22.1/arch/avr32/boards/atstk1000/atstk1002.c     2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/arch/avr32/boards/atstk1000/atstk1002.c    2007-07-12 13:59:49.000000000 +0200
-@@ -11,6 +11,7 @@
+diff -urN linux-2.6.24.3/arch/avr32/boards/atstk1000/atstk1000.h avr32-2.6/arch/avr32/boards/atstk1000/atstk1000.h
+--- linux-2.6.24.3/arch/avr32/boards/atstk1000/atstk1000.h     2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/arch/avr32/boards/atstk1000/atstk1000.h  2008-04-23 19:33:28.000000000 +0200
+@@ -12,4 +12,6 @@
+ extern struct atmel_lcdfb_info atstk1000_lcdc_data;
++void atstk1000_setup_j2_leds(void);
++
+ #endif /* __ARCH_AVR32_BOARDS_ATSTK1000_ATSTK1000_H */
+diff -urN linux-2.6.24.3/arch/avr32/boards/atstk1000/atstk1002.c avr32-2.6/arch/avr32/boards/atstk1000/atstk1002.c
+--- linux-2.6.24.3/arch/avr32/boards/atstk1000/atstk1002.c     2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/arch/avr32/boards/atstk1000/atstk1002.c  2008-04-23 20:12:35.000000000 +0200
+@@ -11,7 +11,6 @@
  #include <linux/etherdevice.h>
  #include <linux/init.h>
  #include <linux/kernel.h>
-+#include <linux/leds.h>
+-#include <linux/leds.h>
  #include <linux/platform_device.h>
  #include <linux/string.h>
  #include <linux/types.h>
-@@ -27,7 +28,6 @@
- #include "atstk1000.h"
+@@ -22,7 +21,7 @@
  
--#define       SW2_DEFAULT             /* MMCI and UART_A available */
+ #include <asm/io.h>
+ #include <asm/setup.h>
+-#include <asm/arch/at32ap7000.h>
++#include <asm/arch/at32ap700x.h>
+ #include <asm/arch/board.h>
+ #include <asm/arch/init.h>
+ #include <asm/arch/portmux.h>
+@@ -49,18 +48,16 @@
+       },
+ };
  
- struct eth_addr {
-       u8 addr[6];
-@@ -36,6 +36,7 @@
- static struct eth_addr __initdata hw_addr[2];
- static struct eth_platform_data __initdata eth_data[2];
+-#ifndef CONFIG_BOARD_ATSTK1002_SW1_CUSTOM
+-#ifndef CONFIG_BOARD_ATSTK1002_SW3_CUSTOM
++#ifdef CONFIG_BOARD_ATSTK1000_EXTDAC
+ static struct at73c213_board_info at73c213_data = {
+       .ssc_id         = 0,
+       .shortname      = "AVR32 STK1000 external DAC",
+ };
+ #endif
+-#endif
  
-+#ifndef CONFIG_BOARD_ATSTK1002_SW1_CUSTOM
+-#ifndef CONFIG_BOARD_ATSTK1002_SW1_CUSTOM
++#ifndef CONFIG_BOARD_ATSTK100X_SW1_CUSTOM
  static struct spi_board_info spi0_board_info[] __initdata = {
+-#ifndef CONFIG_BOARD_ATSTK1002_SW3_CUSTOM
++#ifdef CONFIG_BOARD_ATSTK1000_EXTDAC
        {
-               /* QVGA display */
-@@ -45,6 +46,18 @@
-               .mode           = SPI_MODE_3,
-       },
+               /* AT73C213 */
+               .modalias       = "at73c213",
+@@ -80,12 +77,25 @@
  };
-+#endif
-+
-+#ifdef CONFIG_BOARD_ATSTK1002_SPI1
-+static struct spi_board_info spi1_board_info[] __initdata = { {
-+      /* patch in custom entries here */
-+} };
-+#endif
-+
-+static struct mci_platform_data __initdata mci0_data = {
+ #endif
+-#ifdef CONFIG_BOARD_ATSTK1002_SPI1
++#ifdef CONFIG_BOARD_ATSTK100X_SPI1
+ static struct spi_board_info spi1_board_info[] __initdata = { {
+       /* patch in custom entries here */
+ } };
+ #endif
++static struct cf_platform_data __initdata cf0_data = {
++#ifdef CONFIG_BOARD_ATSTK1000_CF_HACKS
++      .detect_pin     = CONFIG_BOARD_ATSTK1000_CF_DETECT_PIN,
++      .reset_pin      = CONFIG_BOARD_ATSTK1000_CF_RESET_PIN,
++#else
 +      .detect_pin     = GPIO_PIN_NONE,
-+      .wp_pin         = GPIO_PIN_NONE,
++      .reset_pin      = GPIO_PIN_NONE,
++#endif
++      .vcc_pin        = GPIO_PIN_NONE,
++      .ready_pin      = GPIO_PIN_PB(27),
++      .cs             = 4,
 +};
++
  /*
   * The next two functions should go away as the boot loader is
-@@ -101,12 +114,71 @@
+  * supposed to initialize the macb address registers with a valid
+@@ -141,68 +151,8 @@
        clk_put(pclk);
  }
  
--void __init setup_board(void)
-+#ifdef CONFIG_BOARD_ATSTK1002_J2_LED
-+
-+static struct gpio_led stk_j2_led[] = {
-+#ifdef CONFIG_BOARD_ATSTK1002_J2_LED8
-+#define LEDSTRING "J2 jumpered to LED8"
-+      { .name = "led0:amber", .gpio = GPIO_PIN_PB( 8), },
-+      { .name = "led1:amber", .gpio = GPIO_PIN_PB( 9), },
-+      { .name = "led2:amber", .gpio = GPIO_PIN_PB(10), },
-+      { .name = "led3:amber", .gpio = GPIO_PIN_PB(13), },
-+      { .name = "led4:amber", .gpio = GPIO_PIN_PB(14), },
-+      { .name = "led5:amber", .gpio = GPIO_PIN_PB(15), },
-+      { .name = "led6:amber", .gpio = GPIO_PIN_PB(16), },
-+      { .name = "led7:amber", .gpio = GPIO_PIN_PB(30),
-+                      .default_trigger = "heartbeat", },
-+#else /* RGB */
-+#define LEDSTRING "J2 jumpered to RGB LEDs"
-+      { .name = "r1:red",     .gpio = GPIO_PIN_PB( 8), },
-+      { .name = "g1:green",   .gpio = GPIO_PIN_PB(10), },
-+      { .name = "b1:blue",    .gpio = GPIO_PIN_PB(14), },
+-#ifdef CONFIG_BOARD_ATSTK1002_J2_LED
+-
+-static struct gpio_led stk_j2_led[] = {
+-#ifdef CONFIG_BOARD_ATSTK1002_J2_LED8
+-#define LEDSTRING "J2 jumpered to LED8"
+-      { .name = "led0:amber", .gpio = GPIO_PIN_PB( 8), },
+-      { .name = "led1:amber", .gpio = GPIO_PIN_PB( 9), },
+-      { .name = "led2:amber", .gpio = GPIO_PIN_PB(10), },
+-      { .name = "led3:amber", .gpio = GPIO_PIN_PB(13), },
+-      { .name = "led4:amber", .gpio = GPIO_PIN_PB(14), },
+-      { .name = "led5:amber", .gpio = GPIO_PIN_PB(15), },
+-      { .name = "led6:amber", .gpio = GPIO_PIN_PB(16), },
+-      { .name = "led7:amber", .gpio = GPIO_PIN_PB(30),
+-                      .default_trigger = "heartbeat", },
+-#else /* RGB */
+-#define LEDSTRING "J2 jumpered to RGB LEDs"
+-      { .name = "r1:red",     .gpio = GPIO_PIN_PB( 8), },
+-      { .name = "g1:green",   .gpio = GPIO_PIN_PB(10), },
+-      { .name = "b1:blue",    .gpio = GPIO_PIN_PB(14), },
+-
+-      { .name = "r2:red",     .gpio = GPIO_PIN_PB( 9),
+-                      .default_trigger = "heartbeat", },
+-      { .name = "g2:green",   .gpio = GPIO_PIN_PB(13), },
+-      { .name = "b2:blue",    .gpio = GPIO_PIN_PB(15),
+-                      .default_trigger = "heartbeat", },
+-      /* PB16, PB30 unused */
+-#endif
+-};
+-
+-static struct gpio_led_platform_data stk_j2_led_data = {
+-      .num_leds       = ARRAY_SIZE(stk_j2_led),
+-      .leds           = stk_j2_led,
+-};
+-
+-static struct platform_device stk_j2_led_dev = {
+-      .name           = "leds-gpio",
+-      .id             = 2,    /* gpio block J2 */
+-      .dev            = {
+-              .platform_data  = &stk_j2_led_data,
+-      },
+-};
+-
+-static void setup_j2_leds(void)
+-{
+-      unsigned        i;
+-
+-      for (i = 0; i < ARRAY_SIZE(stk_j2_led); i++)
+-              at32_select_gpio(stk_j2_led[i].gpio, AT32_GPIOF_OUTPUT);
+-
+-      printk("STK1002: " LEDSTRING "\n");
+-      platform_device_register(&stk_j2_led_dev);
+-}
+-
+-#else
+-static void setup_j2_leds(void)
+-{
+-}
+-#endif
+-
+-#ifndef CONFIG_BOARD_ATSTK1002_SW1_CUSTOM
+-#ifndef CONFIG_BOARD_ATSTK1002_SW3_CUSTOM
+-static void __init at73c213_set_clk(struct at73c213_board_info *info)
++#ifdef CONFIG_BOARD_ATSTK1000_EXTDAC
++static void __init atstk1002_setup_extdac(void)
+ {
+       struct clk *gclk;
+       struct clk *pll;
+@@ -220,7 +170,7 @@
+       }
+       at32_select_periph(GPIO_PIN_PA(30), GPIO_PERIPH_A, 0);
+-      info->dac_clk = gclk;
++      at73c213_data.dac_clk = gclk;
+ err_set_clk:
+       clk_put(pll);
+@@ -229,12 +179,16 @@
+ err_gclk:
+       return;
+ }
+-#endif
+-#endif
++#else
++static void __init atstk1002_setup_extdac(void)
++{
 +
-+      { .name = "r2:red",     .gpio = GPIO_PIN_PB( 9),
-+                      .default_trigger = "heartbeat", },
-+      { .name = "g2:green",   .gpio = GPIO_PIN_PB(13), },
-+      { .name = "b2:blue",    .gpio = GPIO_PIN_PB(15),
-+                      .default_trigger = "heartbeat", },
-+      /* PB16, PB30 unused */
++}
++#endif /* CONFIG_BOARD_ATSTK1000_EXTDAC */
+ void __init setup_board(void)
+ {
+-#ifdef        CONFIG_BOARD_ATSTK1002_SW2_CUSTOM
++#ifdef        CONFIG_BOARD_ATSTK100X_SW2_CUSTOM
+       at32_map_usart(0, 1);   /* USART 0/B: /dev/ttyS1, IRDA */
+ #else
+       at32_map_usart(1, 0);   /* USART 1/A: /dev/ttyS0, DB9 */
+@@ -271,7 +225,7 @@
+       at32_add_system_devices();
+-#ifdef        CONFIG_BOARD_ATSTK1002_SW2_CUSTOM
++#ifdef        CONFIG_BOARD_ATSTK100X_SW2_CUSTOM
+       at32_add_device_usart(1);
+ #else
+       at32_add_device_usart(0);
+@@ -281,12 +235,16 @@
+ #ifndef CONFIG_BOARD_ATSTK1002_SW6_CUSTOM
+       set_hw_addr(at32_add_device_eth(0, &eth_data[0]));
+ #endif
+-#ifndef CONFIG_BOARD_ATSTK1002_SW1_CUSTOM
++#ifndef CONFIG_BOARD_ATSTK100X_SW1_CUSTOM
+       at32_add_device_spi(0, spi0_board_info, ARRAY_SIZE(spi0_board_info));
+ #endif
+-#ifdef CONFIG_BOARD_ATSTK1002_SPI1
++#ifdef CONFIG_BOARD_ATSTK100X_SPI1
+       at32_add_device_spi(1, spi1_board_info, ARRAY_SIZE(spi1_board_info));
+ #endif
++      at32_add_device_twi(0, NULL, 0);
++#ifndef CONFIG_BOARD_ATSTK100X_SW2_CUSTOM
++      at32_add_device_mci(0, NULL);
 +#endif
-+};
+ #ifdef CONFIG_BOARD_ATSTK1002_SW5_CUSTOM
+       set_hw_addr(at32_add_device_eth(1, &eth_data[1]));
+ #else
+@@ -294,18 +252,23 @@
+                            fbmem_start, fbmem_size);
+ #endif
+       at32_add_device_usba(0, NULL);
+-#ifndef CONFIG_BOARD_ATSTK1002_SW3_CUSTOM
+-      at32_add_device_ssc(0, ATMEL_SSC_TX);
++#ifdef CONFIG_BOARD_ATSTK100X_ENABLE_AC97
++      at32_add_device_ac97c(0);
++#else
++      at32_add_device_abdac(0);
+ #endif
+-
+-      setup_j2_leds();
+-
+-#ifndef CONFIG_BOARD_ATSTK1002_SW3_CUSTOM
+-#ifndef CONFIG_BOARD_ATSTK1002_SW1_CUSTOM
+-      at73c213_set_clk(&at73c213_data);
++#ifndef CONFIG_BOARD_ATSTK100X_SW3_CUSTOM
++      at32_add_device_ssc(0, ATMEL_SSC_TX);
+ #endif
++      at32_add_device_cf(0, 2, &cf0_data);
++#ifdef CONFIG_BOARD_ATSTK100X_ENABLE_PSIF
++      at32_add_device_psif(0);
++      at32_add_device_psif(1);
+ #endif
++      atstk1000_setup_j2_leds();
++      atstk1002_setup_extdac();
++
+       return 0;
+ }
+ postcore_initcall(atstk1002_init);
+diff -urN linux-2.6.24.3/arch/avr32/boards/atstk1000/atstk1003.c avr32-2.6/arch/avr32/boards/atstk1000/atstk1003.c
+--- linux-2.6.24.3/arch/avr32/boards/atstk1000/atstk1003.c     1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/arch/avr32/boards/atstk1000/atstk1003.c  2008-04-23 20:12:35.000000000 +0200
+@@ -0,0 +1,185 @@
++/*
++ * ATSTK1003 daughterboard-specific init code
++ *
++ * Copyright (C) 2007 Atmel Corporation
++ *
++ * This program is free software; you can redistribute it and/or modify
++ * it under the terms of the GNU General Public License version 2 as
++ * published by the Free Software Foundation.
++ */
++#include <linux/clk.h>
++#include <linux/err.h>
++#include <linux/init.h>
++#include <linux/kernel.h>
++#include <linux/platform_device.h>
++#include <linux/string.h>
++#include <linux/types.h>
++
++#include <linux/spi/at73c213.h>
++#include <linux/spi/spi.h>
++
++#include <asm/setup.h>
 +
-+static struct gpio_led_platform_data stk_j2_led_data = {
-+      .num_leds       = ARRAY_SIZE(stk_j2_led),
-+      .leds           = stk_j2_led,
++#include <asm/arch/at32ap700x.h>
++#include <asm/arch/board.h>
++#include <asm/arch/init.h>
++#include <asm/arch/portmux.h>
++
++#include "atstk1000.h"
++
++#ifdef CONFIG_BOARD_ATSTK1000_EXTDAC
++static struct at73c213_board_info at73c213_data = {
++      .ssc_id         = 0,
++      .shortname      = "AVR32 STK1000 external DAC",
 +};
++#endif
 +
-+static struct platform_device stk_j2_led_dev = {
-+      .name           = "leds-gpio",
-+      .id             = 2,    /* gpio block J2 */
-+      .dev            = {
-+              .platform_data  = &stk_j2_led_data,
++#ifndef CONFIG_BOARD_ATSTK100X_SW1_CUSTOM
++static struct spi_board_info spi0_board_info[] __initdata = {
++#ifdef CONFIG_BOARD_ATSTK1000_EXTDAC
++      {
++              /* AT73C213 */
++              .modalias       = "at73c213",
++              .max_speed_hz   = 200000,
++              .chip_select    = 0,
++              .mode           = SPI_MODE_1,
++              .platform_data  = &at73c213_data,
 +      },
++#endif
++      /*
++       * We can control the LTV350QV LCD panel, but it isn't much
++       * point since we don't have an LCD controller...
++       */
 +};
++#endif
 +
-+static void setup_j2_leds(void)
- {
--#ifdef        SW2_DEFAULT
--      at32_map_usart(1, 0);   /* USART 1/A: /dev/ttyS0, DB9 */
-+      unsigned        i;
++#ifdef CONFIG_BOARD_ATSTK100X_SPI1
++static struct spi_board_info spi1_board_info[] __initdata = { {
++      /* patch in custom entries here */
++} };
++#endif
 +
-+      for (i = 0; i < ARRAY_SIZE(stk_j2_led); i++)
-+              at32_select_gpio(stk_j2_led[i].gpio, AT32_GPIOF_OUTPUT);
++static struct cf_platform_data __initdata cf0_data = {
++#ifdef CONFIG_BOARD_ATSTK1000_CF_HACKS
++      .detect_pin     = CONFIG_BOARD_ATSTK1000_CF_DETECT_PIN,
++      .reset_pin      = CONFIG_BOARD_ATSTK1000_CF_RESET_PIN,
++#else
++      .detect_pin     = GPIO_PIN_NONE,
++      .reset_pin      = GPIO_PIN_NONE,
++#endif
++      .vcc_pin        = GPIO_PIN_NONE,
++      .ready_pin      = GPIO_PIN_PB(27),
++      .cs             = 4,
++};
 +
-+      printk("STK1002: " LEDSTRING "\n");
-+      platform_device_register(&stk_j2_led_dev);
-+}
++#ifdef CONFIG_BOARD_ATSTK1000_EXTDAC
++static void __init atstk1003_setup_extdac(void)
++{
++      struct clk *gclk;
++      struct clk *pll;
++
++      gclk = clk_get(NULL, "gclk0");
++      if (IS_ERR(gclk))
++              goto err_gclk;
++      pll = clk_get(NULL, "pll0");
++      if (IS_ERR(pll))
++              goto err_pll;
++
++      if (clk_set_parent(gclk, pll)) {
++              pr_debug("STK1000: failed to set pll0 as parent for DAC clock\n");
++              goto err_set_clk;
++      }
 +
- #else
-+static void setup_j2_leds(void)
++      at32_select_periph(GPIO_PIN_PA(30), GPIO_PERIPH_A, 0);
++      at73c213_data.dac_clk = gclk;
++
++err_set_clk:
++      clk_put(pll);
++err_pll:
++      clk_put(gclk);
++err_gclk:
++      return;
++}
++#else
++static void __init atstk1003_setup_extdac(void)
 +{
++
 +}
-+#endif
++#endif /* CONFIG_BOARD_ATSTK1000_EXTDAC */
 +
 +void __init setup_board(void)
 +{
-+#ifdef        CONFIG_BOARD_ATSTK1002_SW2_CUSTOM
-       at32_map_usart(0, 1);   /* USART 0/B: /dev/ttyS1, IRDA */
++#ifdef        CONFIG_BOARD_ATSTK100X_SW2_CUSTOM
++      at32_map_usart(0, 1);   /* USART 0/B: /dev/ttyS1, IRDA */
 +#else
 +      at32_map_usart(1, 0);   /* USART 1/A: /dev/ttyS0, DB9 */
- #endif
-       /* USART 2/unused: expansion connector */
-       at32_map_usart(3, 2);   /* USART 3/C: /dev/ttyS2, DB9 */
-@@ -140,18 +212,40 @@
-       at32_add_system_devices();
--#ifdef        SW2_DEFAULT
--      at32_add_device_usart(0);
--#else
-+#ifdef        CONFIG_BOARD_ATSTK1002_SW2_CUSTOM
-       at32_add_device_usart(1);
-+#else
-+      at32_add_device_usart(0);
- #endif
-       at32_add_device_usart(2);
-+#ifndef CONFIG_BOARD_ATSTK1002_SW6_CUSTOM
-       set_hw_addr(at32_add_device_eth(0, &eth_data[0]));
--
--      at32_add_device_spi(0, spi0_board_info, ARRAY_SIZE(spi0_board_info));
 +#endif
-+#ifdef CONFIG_BOARD_ATSTK1002_SW5_CUSTOM
-+      set_hw_addr(at32_add_device_eth(1, &eth_data[1]));
++      /* USART 2/unused: expansion connector */
++      at32_map_usart(3, 2);   /* USART 3/C: /dev/ttyS2, DB9 */
++
++      at32_setup_serial_console(0);
++}
++
++static int __init atstk1003_init(void)
++{
++      /*
++       * ATSTK1000 uses 32-bit SDRAM interface. Reserve the
++       * SDRAM-specific pins so that nobody messes with them.
++       */
++      at32_reserve_pin(GPIO_PIN_PE(0));       /* DATA[16]     */
++      at32_reserve_pin(GPIO_PIN_PE(1));       /* DATA[17]     */
++      at32_reserve_pin(GPIO_PIN_PE(2));       /* DATA[18]     */
++      at32_reserve_pin(GPIO_PIN_PE(3));       /* DATA[19]     */
++      at32_reserve_pin(GPIO_PIN_PE(4));       /* DATA[20]     */
++      at32_reserve_pin(GPIO_PIN_PE(5));       /* DATA[21]     */
++      at32_reserve_pin(GPIO_PIN_PE(6));       /* DATA[22]     */
++      at32_reserve_pin(GPIO_PIN_PE(7));       /* DATA[23]     */
++      at32_reserve_pin(GPIO_PIN_PE(8));       /* DATA[24]     */
++      at32_reserve_pin(GPIO_PIN_PE(9));       /* DATA[25]     */
++      at32_reserve_pin(GPIO_PIN_PE(10));      /* DATA[26]     */
++      at32_reserve_pin(GPIO_PIN_PE(11));      /* DATA[27]     */
++      at32_reserve_pin(GPIO_PIN_PE(12));      /* DATA[28]     */
++      at32_reserve_pin(GPIO_PIN_PE(13));      /* DATA[29]     */
++      at32_reserve_pin(GPIO_PIN_PE(14));      /* DATA[30]     */
++      at32_reserve_pin(GPIO_PIN_PE(15));      /* DATA[31]     */
++      at32_reserve_pin(GPIO_PIN_PE(26));      /* SDCS         */
++
++      at32_add_system_devices();
++
++#ifdef        CONFIG_BOARD_ATSTK100X_SW2_CUSTOM
++      at32_add_device_usart(1);
 +#else
-       at32_add_device_lcdc(0, &atstk1000_lcdc_data,
-                            fbmem_start, fbmem_size);
++      at32_add_device_usart(0);
 +#endif
++      at32_add_device_usart(2);
 +
-+#ifndef CONFIG_BOARD_ATSTK1002_SW1_CUSTOM
++#ifndef CONFIG_BOARD_ATSTK100X_SW1_CUSTOM
 +      at32_add_device_spi(0, spi0_board_info, ARRAY_SIZE(spi0_board_info));
 +#endif
-+#ifdef CONFIG_BOARD_ATSTK1002_SPI1
++#ifdef CONFIG_BOARD_ATSTK100X_SPI1
 +      at32_add_device_spi(1, spi1_board_info, ARRAY_SIZE(spi1_board_info));
 +#endif
-+      at32_add_device_twi(0);
-+#ifndef CONFIG_BOARD_ATSTK1002_SW2_CUSTOM
-+      at32_add_device_mci(0, &mci0_data);
++#ifndef CONFIG_BOARD_ATSTK100X_SW2_CUSTOM
++      at32_add_device_mci(0, NULL);
 +#endif
 +      at32_add_device_usba(0, NULL);
++#ifdef CONFIG_BOARD_ATSTK100X_ENABLE_AC97
++      at32_add_device_ac97c(0);
++#else
 +      at32_add_device_abdac(0);
-+#ifndef CONFIG_BOARD_ATSTK1002_SW3_CUSTOM
++#endif
++#ifndef CONFIG_BOARD_ATSTK100X_SW3_CUSTOM
 +      at32_add_device_ssc(0, ATMEL_SSC_TX);
 +#endif
++      at32_add_device_cf(0, 2, &cf0_data);
++#ifdef CONFIG_BOARD_ATSTK100X_ENABLE_PSIF
++      at32_add_device_psif(0);
++      at32_add_device_psif(1);
++#endif
 +
-+      setup_j2_leds();
-       return 0;
- }
-diff -x .git -Nur linux-2.6.22.1/arch/avr32/boards/atstk1000/Kconfig linux-avr32.git/arch/avr32/boards/atstk1000/Kconfig
---- linux-2.6.22.1/arch/avr32/boards/atstk1000/Kconfig 1970-01-01 01:00:00.000000000 +0100
-+++ linux-avr32.git/arch/avr32/boards/atstk1000/Kconfig        2007-07-12 13:59:49.000000000 +0200
-@@ -0,0 +1,79 @@
-+# STK1000 customization
++      atstk1000_setup_j2_leds();
++      atstk1003_setup_extdac();
++
++      return 0;
++}
++postcore_initcall(atstk1003_init);
+diff -urN linux-2.6.24.3/arch/avr32/boards/atstk1000/atstk1004.c avr32-2.6/arch/avr32/boards/atstk1000/atstk1004.c
+--- linux-2.6.24.3/arch/avr32/boards/atstk1000/atstk1004.c     1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/arch/avr32/boards/atstk1000/atstk1004.c  2008-04-23 20:12:35.000000000 +0200
+@@ -0,0 +1,156 @@
++/*
++ * ATSTK1003 daughterboard-specific init code
++ *
++ * Copyright (C) 2007 Atmel Corporation
++ *
++ * This program is free software; you can redistribute it and/or modify
++ * it under the terms of the GNU General Public License version 2 as
++ * published by the Free Software Foundation.
++ */
++#include <linux/clk.h>
++#include <linux/err.h>
++#include <linux/init.h>
++#include <linux/kernel.h>
++#include <linux/platform_device.h>
++#include <linux/string.h>
++#include <linux/types.h>
 +
-+if BOARD_ATSTK1002
++#include <linux/spi/at73c213.h>
++#include <linux/spi/spi.h>
 +
-+config BOARD_ATSTK1002_CUSTOM
-+      bool "Non-default STK-1002 jumper settings"
-+      help
-+        You will normally leave the jumpers on the CPU card at their
-+        default settings.  If you need to use certain peripherals,
-+        you will need to change some of those jumpers.
++#include <video/atmel_lcdc.h>
 +
-+if BOARD_ATSTK1002_CUSTOM
++#include <asm/setup.h>
 +
-+config BOARD_ATSTK1002_SW1_CUSTOM
-+      bool "SW1: use SSC1 (not SPI0)"
-+      help
-+        This also prevents using the external DAC as an audio interface,
-+        and means you can't initialize the on-board QVGA display.
++#include <asm/arch/at32ap700x.h>
++#include <asm/arch/board.h>
++#include <asm/arch/init.h>
++#include <asm/arch/portmux.h>
 +
-+config BOARD_ATSTK1002_SW2_CUSTOM
-+      bool "SW2: use IRDA or TIMER0 (not UART-A, MMC/SD, and PS2-A)"
-+      help
-+        If you change this you'll want an updated boot loader putting
-+        the console on UART-C not UART-A.
++#include "atstk1000.h"
 +
-+config BOARD_ATSTK1002_SW3_CUSTOM
-+      bool "SW3: use TIMER1 (not SSC0 and GCLK)"
-+      help
-+        This also prevents using the external DAC as an audio interface.
++#ifdef CONFIG_BOARD_ATSTK1000_EXTDAC
++static struct at73c213_board_info at73c213_data = {
++      .ssc_id         = 0,
++      .shortname      = "AVR32 STK1000 external DAC",
++};
++#endif
 +
-+config BOARD_ATSTK1002_SW4_CUSTOM
-+      bool "SW4: use ISI/Camera (not GPIOs, SPI1, and PS2-B)"
-+      help
-+        To use the camera interface you'll need a custom card (on the
-+        PCI-format connector) connect a video sensor.
++#ifndef CONFIG_BOARD_ATSTK100X_SW1_CUSTOM
++static struct spi_board_info spi0_board_info[] __initdata = {
++#ifdef CONFIG_BOARD_ATSTK1000_EXTDAC
++      {
++              /* AT73C213 */
++              .modalias       = "at73c213",
++              .max_speed_hz   = 200000,
++              .chip_select    = 0,
++              .mode           = SPI_MODE_1,
++              .platform_data  = &at73c213_data,
++      },
++#endif
++      {
++              /* QVGA display */
++              .modalias       = "ltv350qv",
++              .max_speed_hz   = 16000000,
++              .chip_select    = 1,
++              .mode           = SPI_MODE_3,
++      },
++};
++#endif
 +
-+config BOARD_ATSTK1002_SW5_CUSTOM
-+      bool "SW5: use MACB1 (not LCDC)"
++#ifdef CONFIG_BOARD_ATSTK100X_SPI1
++static struct spi_board_info spi1_board_info[] __initdata = { {
++      /* patch in custom entries here */
++} };
++#endif
 +
-+config BOARD_ATSTK1002_SW6_CUSTOM
-+      bool "SW6: more GPIOs (not MACB0)"
++#ifdef CONFIG_BOARD_ATSTK1000_EXTDAC
++static void __init atstk1004_setup_extdac(void)
++{
++      struct clk *gclk;
++      struct clk *pll;
++
++      gclk = clk_get(NULL, "gclk0");
++      if (IS_ERR(gclk))
++              goto err_gclk;
++      pll = clk_get(NULL, "pll0");
++      if (IS_ERR(pll))
++              goto err_pll;
++
++      if (clk_set_parent(gclk, pll)) {
++              pr_debug("STK1000: failed to set pll0 as parent for DAC clock\n");
++              goto err_set_clk;
++      }
 +
-+endif # custom
++      at32_select_periph(GPIO_PIN_PA(30), GPIO_PERIPH_A, 0);
++      at73c213_data.dac_clk = gclk;
 +
-+config BOARD_ATSTK1002_SPI1
-+      bool "Configure SPI1 controller"
-+      depends on !BOARD_ATSTK1002_SW4_CUSTOM
-+      help
-+        All the signals for the second SPI controller are available on
-+        GPIO lines and accessed through the J1 jumper block.  Say "y"
-+        here to configure that SPI controller.
++err_set_clk:
++      clk_put(pll);
++err_pll:
++      clk_put(gclk);
++err_gclk:
++      return;
++}
++#else
++static void __init atstk1004_setup_extdac(void)
++{
 +
-+config BOARD_ATSTK1002_J2_LED
-+      bool
-+      default BOARD_ATSTK1002_J2_LED8 || BOARD_ATSTK1002_J2_RGB
++}
++#endif /* CONFIG_BOARD_ATSTK1000_EXTDAC */
++
++void __init setup_board(void)
++{
++#ifdef        CONFIG_BOARD_ATSTK100X_SW2_CUSTOM
++      at32_map_usart(0, 1);   /* USART 0/B: /dev/ttyS1, IRDA */
++#else
++      at32_map_usart(1, 0);   /* USART 1/A: /dev/ttyS0, DB9 */
++#endif
++      /* USART 2/unused: expansion connector */
++      at32_map_usart(3, 2);   /* USART 3/C: /dev/ttyS2, DB9 */
++
++      at32_setup_serial_console(0);
++}
++
++static int __init atstk1004_init(void)
++{
++      at32_add_system_devices();
++
++#ifdef        CONFIG_BOARD_ATSTK100X_SW2_CUSTOM
++      at32_add_device_usart(1);
++#else
++      at32_add_device_usart(0);
++#endif
++      at32_add_device_usart(2);
++
++#ifndef CONFIG_BOARD_ATSTK100X_SW1_CUSTOM
++      at32_add_device_spi(0, spi0_board_info, ARRAY_SIZE(spi0_board_info));
++#endif
++#ifdef CONFIG_BOARD_ATSTK100X_SPI1
++      at32_add_device_spi(1, spi1_board_info, ARRAY_SIZE(spi1_board_info));
++#endif
++#ifndef CONFIG_BOARD_ATSTK100X_SW2_CUSTOM
++      at32_add_device_mci(0, NULL);
++#endif
++      at32_add_device_lcdc(0, &atstk1000_lcdc_data,
++                           fbmem_start, fbmem_size);
++      at32_add_device_usba(0, NULL);
++#ifdef CONFIG_BOARD_ATSTK100X_ENABLE_AC97
++      at32_add_device_ac97c(0);
++#else
++      at32_add_device_abdac(0);
++#endif
++#ifndef CONFIG_BOARD_ATSTK100X_SW3_CUSTOM
++      at32_add_device_ssc(0, ATMEL_SSC_TX);
++#endif
++#ifdef CONFIG_BOARD_ATSTK100X_ENABLE_PSIF
++      at32_add_device_psif(0);
++      at32_add_device_psif(1);
++#endif
++
++      atstk1000_setup_j2_leds();
++      atstk1004_setup_extdac();
 +
++      return 0;
++}
++postcore_initcall(atstk1004_init);
+diff -urN linux-2.6.24.3/arch/avr32/boards/atstk1000/Kconfig avr32-2.6/arch/avr32/boards/atstk1000/Kconfig
+--- linux-2.6.24.3/arch/avr32/boards/atstk1000/Kconfig 2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/arch/avr32/boards/atstk1000/Kconfig      2008-04-23 20:12:35.000000000 +0200
+@@ -1,34 +1,53 @@
+ # STK1000 customization
+-if BOARD_ATSTK1002
++if BOARD_ATSTK1000
+-config BOARD_ATSTK1002_CUSTOM
+-      bool "Non-default STK-1002 jumper settings"
 +choice
-+      prompt "LEDs connected to J2:"
-+      depends on LEDS_GPIO && !BOARD_ATSTK1002_SW4_CUSTOM
-+      optional
++      prompt "ATSTK1000 CPU daughterboard type"
++      default BOARD_ATSTK1002
++
++config BOARD_ATSTK1002
++      bool "ATSTK1002"
++      select CPU_AT32AP7000
++
++config BOARD_ATSTK1003
++      bool "ATSTK1003"
++      select CPU_AT32AP7001
++
++config BOARD_ATSTK1004
++      bool "ATSTK1004"
++      select CPU_AT32AP7002
++
++endchoice
++
++
++config BOARD_ATSTK100X_CUSTOM
++      bool "Non-default STK1002/STK1003/STK1004 jumper settings"
+       help
+         You will normally leave the jumpers on the CPU card at their
+         default settings.  If you need to use certain peripherals,
+         you will need to change some of those jumpers.
+-if BOARD_ATSTK1002_CUSTOM
++if BOARD_ATSTK100X_CUSTOM
+-config BOARD_ATSTK1002_SW1_CUSTOM
++config BOARD_ATSTK100X_SW1_CUSTOM
+       bool "SW1: use SSC1 (not SPI0)"
+       help
+         This also prevents using the external DAC as an audio interface,
+         and means you can't initialize the on-board QVGA display.
+-config BOARD_ATSTK1002_SW2_CUSTOM
++config BOARD_ATSTK100X_SW2_CUSTOM
+       bool "SW2: use IRDA or TIMER0 (not UART-A, MMC/SD, and PS2-A)"
+       help
+         If you change this you'll want an updated boot loader putting
+         the console on UART-C not UART-A.
+-config BOARD_ATSTK1002_SW3_CUSTOM
++config BOARD_ATSTK100X_SW3_CUSTOM
+       bool "SW3: use TIMER1 (not SSC0 and GCLK)"
+       help
+         This also prevents using the external DAC as an audio interface.
+-config BOARD_ATSTK1002_SW4_CUSTOM
++config BOARD_ATSTK100X_SW4_CUSTOM
+       bool "SW4: use ISI/Camera (not GPIOs, SPI1, and PS2-B)"
+       help
+         To use the camera interface you'll need a custom card (on the
+@@ -36,27 +55,29 @@
+ config BOARD_ATSTK1002_SW5_CUSTOM
+       bool "SW5: use MACB1 (not LCDC)"
++      depends on BOARD_ATSTK1002
+ config BOARD_ATSTK1002_SW6_CUSTOM
+       bool "SW6: more GPIOs (not MACB0)"
++      depends on BOARD_ATSTK1002
+ endif # custom
+-config BOARD_ATSTK1002_SPI1
++config BOARD_ATSTK100X_SPI1
+       bool "Configure SPI1 controller"
+-      depends on !BOARD_ATSTK1002_SW4_CUSTOM
++      depends on !BOARD_ATSTK100X_SW4_CUSTOM
+       help
+         All the signals for the second SPI controller are available on
+         GPIO lines and accessed through the J1 jumper block.  Say "y"
+         here to configure that SPI controller.
+-config BOARD_ATSTK1002_J2_LED
++config BOARD_ATSTK1000_J2_LED
+       bool
+-      default BOARD_ATSTK1002_J2_LED8 || BOARD_ATSTK1002_J2_RGB
++      default BOARD_ATSTK1000_J2_LED8 || BOARD_ATSTK1000_J2_RGB
+ choice
+       prompt "LEDs connected to J2:"
+-      depends on LEDS_GPIO && !BOARD_ATSTK1002_SW4_CUSTOM
++      depends on LEDS_GPIO && !BOARD_ATSTK100X_SW4_CUSTOM
+       optional
+       help
+         Select this if you have jumpered the J2 jumper block to the
+@@ -64,16 +85,77 @@
+         IDC cable.  A default "heartbeat" trigger is provided, but
+         you can of course override this.
+-config BOARD_ATSTK1002_J2_LED8
++config BOARD_ATSTK1000_J2_LED8
+       bool "LED0..LED7"
+       help
+         Select this if J2 is jumpered to LED0..LED7 amber leds.
+-config BOARD_ATSTK1002_J2_RGB
++config BOARD_ATSTK1000_J2_RGB
+       bool "RGB leds"
+       help
+         Select this if J2 is jumpered to the RGB leds.
+ endchoice
+-endif # stk 1002
++config BOARD_ATSTK1000_EXTDAC
++      bool
++      depends on !BOARD_ATSTK100X_SW1_CUSTOM && !BOARD_ATSTK100X_SW3_CUSTOM
++      default y
++
++config BOARD_ATSTK100X_ENABLE_AC97
++      bool "Use AC97C instead of ABDAC"
++      help
++        Select this if you want to use the built-in AC97 controller
++        instead of the built-in Audio Bitstream DAC. These share
++        the same I/O pins on the AP7000, so both can't be enabled
++        at the same time.
++
++        Note that the STK1000 kit doesn't ship with an AC97 codec on
++        board, so say N unless you've got an expansion board with an
++        AC97 codec on it that you want to use.
++
++config BOARD_ATSTK1000_CF_HACKS
++      bool "ATSTK1000 CompactFlash hacks"
++      depends on !BOARD_ATSTK100X_SW4_CUSTOM
++      help
++        Select this if you have re-routed the CompactFlash RESET and
++        CD signals to GPIOs on your STK1000. This is necessary for
++        reset and card detection to work properly, although some CF
++        cards may be able to cope without reset.
++
++config BOARD_ATSTK1000_CF_RESET_PIN
++      hex "CompactFlash RESET pin"
++      default 0x30
++      depends on BOARD_ATSTK1000_CF_HACKS
 +      help
-+        Select this if you have jumpered the J2 jumper block to the
-+        LED0..LED7 amber leds, or to the RGB leds, using a ten-pin
-+        IDC cable.  A default "heartbeat" trigger is provided, but
-+        you can of course override this.
++        Select which GPIO pin to use for the CompactFlash RESET
++        signal. This is specified as a hexadecimal number and should
++        be defined as 0x20 * gpio_port + pin.
 +
-+config BOARD_ATSTK1002_J2_LED8
-+      bool "LED0..LED7"
++        The default is 0x30, which is pin 16 on PIOB, aka GPIO14.
++
++config BOARD_ATSTK1000_CF_DETECT_PIN
++      hex "CompactFlash DETECT pin"
++      default 0x3e
++      depends on BOARD_ATSTK1000_CF_HACKS
 +      help
-+        Select this if J2 is jumpered to LED0..LED7 amber leds.
++        Select which GPIO pin to use for the CompactFlash CD
++        signal. This is specified as a hexadecimal number and should
++        be defined as 0x20 * gpio_port + pin.
++
++        The default is 0x3e, which is pin 30 on PIOB, aka GPIO15.
 +
-+config BOARD_ATSTK1002_J2_RGB
-+      bool "RGB leds"
++config BOARD_ATSTK100X_ENABLE_PSIF
++      bool "Enable PSIF peripheral (PS/2 support)"
++      default n
 +      help
-+        Select this if J2 is jumpered to the RGB leds.
++        Select this if you want to use the PSIF peripheral to hook up PS/2
++        devices to your STK1000. This will require a hardware modification to
++        work correctly, since PS/2 devices require 5 volt power and signals,
++        while the STK1000 only provides 3.3 volt.
++
++        Say N if you have not modified the hardware to boost the voltage, say
++        Y if you have level convertion hardware or a PS/2 device capable of
++        operating on 3.3 volt.
++
++endif # stk 1000
+diff -urN linux-2.6.24.3/arch/avr32/boards/atstk1000/Makefile avr32-2.6/arch/avr32/boards/atstk1000/Makefile
+--- linux-2.6.24.3/arch/avr32/boards/atstk1000/Makefile        2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/arch/avr32/boards/atstk1000/Makefile     2008-04-23 19:33:28.000000000 +0200
+@@ -1,2 +1,4 @@
+ obj-y                         += setup.o flash.o
+ obj-$(CONFIG_BOARD_ATSTK1002) += atstk1002.o
++obj-$(CONFIG_BOARD_ATSTK1003) += atstk1003.o
++obj-$(CONFIG_BOARD_ATSTK1004) += atstk1004.o
+diff -urN linux-2.6.24.3/arch/avr32/boards/atstk1000/setup.c avr32-2.6/arch/avr32/boards/atstk1000/setup.c
+--- linux-2.6.24.3/arch/avr32/boards/atstk1000/setup.c 2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/arch/avr32/boards/atstk1000/setup.c      2008-04-23 19:33:28.000000000 +0200
+@@ -10,13 +10,17 @@
+ #include <linux/bootmem.h>
+ #include <linux/fb.h>
+ #include <linux/init.h>
++#include <linux/platform_device.h>
+ #include <linux/types.h>
+ #include <linux/linkage.h>
+ #include <video/atmel_lcdc.h>
+ #include <asm/setup.h>
 +
-+endchoice
++#include <asm/arch/at32ap700x.h>
+ #include <asm/arch/board.h>
++#include <asm/arch/portmux.h>
+ #include "atstk1000.h"
+@@ -61,3 +65,63 @@
+       .default_monspecs       = &atstk1000_default_monspecs,
+       .guard_time             = 2,
+ };
++
++#ifdef CONFIG_BOARD_ATSTK1000_J2_LED
++#include <linux/leds.h>
++
++static struct gpio_led stk1000_j2_led[] = {
++#ifdef CONFIG_BOARD_ATSTK1000_J2_LED8
++#define LEDSTRING "J2 jumpered to LED8"
++      { .name = "led0:amber", .gpio = GPIO_PIN_PB( 8), },
++      { .name = "led1:amber", .gpio = GPIO_PIN_PB( 9), },
++      { .name = "led2:amber", .gpio = GPIO_PIN_PB(10), },
++      { .name = "led3:amber", .gpio = GPIO_PIN_PB(13), },
++      { .name = "led4:amber", .gpio = GPIO_PIN_PB(14), },
++      { .name = "led5:amber", .gpio = GPIO_PIN_PB(15), },
++      { .name = "led6:amber", .gpio = GPIO_PIN_PB(16), },
++      { .name = "led7:amber", .gpio = GPIO_PIN_PB(30),
++                      .default_trigger = "heartbeat", },
++#else /* RGB */
++#define LEDSTRING "J2 jumpered to RGB LEDs"
++      { .name = "r1:red",     .gpio = GPIO_PIN_PB( 8), },
++      { .name = "g1:green",   .gpio = GPIO_PIN_PB(10), },
++      { .name = "b1:blue",    .gpio = GPIO_PIN_PB(14), },
++
++      { .name = "r2:red",     .gpio = GPIO_PIN_PB( 9),
++                      .default_trigger = "heartbeat", },
++      { .name = "g2:green",   .gpio = GPIO_PIN_PB(13), },
++      { .name = "b2:blue",    .gpio = GPIO_PIN_PB(15),
++                      .default_trigger = "heartbeat", },
++      /* PB16, PB30 unused */
++#endif
++};
++
++static struct gpio_led_platform_data stk1000_j2_led_data = {
++      .num_leds       = ARRAY_SIZE(stk1000_j2_led),
++      .leds           = stk1000_j2_led,
++};
++
++static struct platform_device stk1000_j2_led_dev = {
++      .name           = "leds-gpio",
++      .id             = 2,    /* gpio block J2 */
++      .dev            = {
++              .platform_data  = &stk1000_j2_led_data,
++      },
++};
++
++void __init atstk1000_setup_j2_leds(void)
++{
++      unsigned        i;
++
++      for (i = 0; i < ARRAY_SIZE(stk1000_j2_led); i++)
++              at32_select_gpio(stk1000_j2_led[i].gpio, AT32_GPIOF_OUTPUT);
 +
-+endif # stk 1002
-diff -x .git -Nur linux-2.6.22.1/arch/avr32/configs/atngw100_defconfig linux-avr32.git/arch/avr32/configs/atngw100_defconfig
---- linux-2.6.22.1/arch/avr32/configs/atngw100_defconfig       2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/arch/avr32/configs/atngw100_defconfig      2007-07-13 11:24:16.000000000 +0200
-@@ -1,7 +1,7 @@
++      printk("STK1000: " LEDSTRING "\n");
++      platform_device_register(&stk1000_j2_led_dev);
++}
++#else /* CONFIG_BOARD_ATSTK1000_J2_LED */
++void __init atstk1000_setup_j2_leds(void)
++{
++
++}
++#endif /* CONFIG_BOARD_ATSTK1000_J2_LED */
+diff -urN linux-2.6.24.3/arch/avr32/configs/atngw100_defconfig avr32-2.6/arch/avr32/configs/atngw100_defconfig
+--- linux-2.6.24.3/arch/avr32/configs/atngw100_defconfig       2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/arch/avr32/configs/atngw100_defconfig    2008-04-23 20:12:35.000000000 +0200
+@@ -1,46 +1,52 @@
  #
  # Automatically generated make config: don't edit
 -# Linux kernel version: 2.6.22-rc5
 -# Sat Jun 23 15:40:05 2007
-+# Linux kernel version: 2.6.22.atmel.1
-+# Thu Jul 12 17:49:20 2007
++# Linux kernel version: 2.6.24
++# Thu Mar  6 12:49:54 2008
  #
  CONFIG_AVR32=y
  CONFIG_GENERIC_GPIO=y
-@@ -114,6 +114,7 @@
+ CONFIG_GENERIC_HARDIRQS=y
++CONFIG_STACKTRACE_SUPPORT=y
++CONFIG_LOCKDEP_SUPPORT=y
++CONFIG_TRACE_IRQFLAGS_SUPPORT=y
+ CONFIG_HARDIRQS_SW_RESEND=y
+ CONFIG_GENERIC_IRQ_PROBE=y
+ CONFIG_RWSEM_GENERIC_SPINLOCK=y
+ CONFIG_GENERIC_TIME=y
++CONFIG_GENERIC_CLOCKEVENTS=y
++# CONFIG_RWSEM_XCHGADD_ALGORITHM is not set
+ # CONFIG_ARCH_HAS_ILOG2_U32 is not set
+ # CONFIG_ARCH_HAS_ILOG2_U64 is not set
++CONFIG_ARCH_SUPPORTS_OPROFILE=y
+ CONFIG_GENERIC_HWEIGHT=y
+ CONFIG_GENERIC_CALIBRATE_DELAY=y
+ CONFIG_GENERIC_BUG=y
+ CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
+ #
+-# Code maturity level options
++# General setup
+ #
+ CONFIG_EXPERIMENTAL=y
+ CONFIG_BROKEN_ON_SMP=y
+ CONFIG_INIT_ENV_ARG_LIMIT=32
+-
+-#
+-# General setup
+-#
+ CONFIG_LOCALVERSION=""
+ # CONFIG_LOCALVERSION_AUTO is not set
+ CONFIG_SWAP=y
+ CONFIG_SYSVIPC=y
+-# CONFIG_IPC_NS is not set
+ CONFIG_SYSVIPC_SYSCTL=y
+ CONFIG_POSIX_MQUEUE=y
+ CONFIG_BSD_PROCESS_ACCT=y
+ CONFIG_BSD_PROCESS_ACCT_V3=y
+ # CONFIG_TASKSTATS is not set
+-# CONFIG_UTS_NS is not set
++# CONFIG_USER_NS is not set
++# CONFIG_PID_NS is not set
+ # CONFIG_AUDIT is not set
+ # CONFIG_IKCONFIG is not set
+ CONFIG_LOG_BUF_SHIFT=14
++# CONFIG_CGROUPS is not set
++CONFIG_FAIR_GROUP_SCHED=y
++CONFIG_FAIR_USER_SCHED=y
++# CONFIG_FAIR_CGROUP_SCHED is not set
+ CONFIG_SYSFS_DEPRECATED=y
+ # CONFIG_RELAY is not set
+ CONFIG_BLK_DEV_INITRD=y
+@@ -61,35 +67,28 @@
+ CONFIG_ANON_INODES=y
+ CONFIG_EPOLL=y
+ CONFIG_SIGNALFD=y
+-CONFIG_TIMERFD=y
+ CONFIG_EVENTFD=y
+ CONFIG_SHMEM=y
+ CONFIG_VM_EVENT_COUNTERS=y
+-# CONFIG_SLUB_DEBUG is not set
++CONFIG_SLUB_DEBUG=y
+ # CONFIG_SLAB is not set
+ CONFIG_SLUB=y
+ # CONFIG_SLOB is not set
++CONFIG_SLABINFO=y
+ CONFIG_RT_MUTEXES=y
+ # CONFIG_TINY_SHMEM is not set
+ CONFIG_BASE_SMALL=1
+-
+-#
+-# Loadable module support
+-#
+ CONFIG_MODULES=y
+ CONFIG_MODULE_UNLOAD=y
+ CONFIG_MODULE_FORCE_UNLOAD=y
+ # CONFIG_MODVERSIONS is not set
+ # CONFIG_MODULE_SRCVERSION_ALL is not set
+ CONFIG_KMOD=y
+-
+-#
+-# Block layer
+-#
+ CONFIG_BLOCK=y
+ # CONFIG_LBD is not set
+ # CONFIG_BLK_DEV_IO_TRACE is not set
+ # CONFIG_LSF is not set
++# CONFIG_BLK_DEV_BSG is not set
+ #
+ # IO Schedulers
+@@ -107,21 +106,28 @@
+ #
+ # System Type and features
+ #
++CONFIG_TICK_ONESHOT=y
++CONFIG_NO_HZ=y
++CONFIG_HIGH_RES_TIMERS=y
++CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
+ CONFIG_SUBARCH_AVR32B=y
+ CONFIG_MMU=y
+ CONFIG_PERFORMANCE_COUNTERS=y
+ CONFIG_PLATFORM_AT32AP=y
++CONFIG_CPU_AT32AP700X=y
  CONFIG_CPU_AT32AP7000=y
  # CONFIG_BOARD_ATSTK1000 is not set
  CONFIG_BOARD_ATNGW100=y
-+# CONFIG_BOARD_ATNGW100_I2C_GPIO is not set
++CONFIG_BOARD_ATNGW100_I2C_GPIO=y
  CONFIG_LOADER_U_BOOT=y
  
  #
-@@ -122,6 +123,7 @@
- # CONFIG_AP7000_32_BIT_SMC is not set
- CONFIG_AP7000_16_BIT_SMC=y
- # CONFIG_AP7000_8_BIT_SMC is not set
+ # Atmel AVR32 AP options
+ #
+-# CONFIG_AP7000_32_BIT_SMC is not set
+-CONFIG_AP7000_16_BIT_SMC=y
+-# CONFIG_AP7000_8_BIT_SMC is not set
++# CONFIG_AP700X_32_BIT_SMC is not set
++CONFIG_AP700X_16_BIT_SMC=y
++# CONFIG_AP700X_8_BIT_SMC is not set
 +CONFIG_GPIO_DEV=y
  CONFIG_LOAD_ADDRESS=0x10000000
  CONFIG_ENTRY_ADDRESS=0x90000000
  CONFIG_PHYS_OFFSET=0x10000000
-@@ -145,6 +147,7 @@
+@@ -141,10 +147,14 @@
+ CONFIG_FLATMEM=y
+ CONFIG_FLAT_NODE_MEM_MAP=y
+ # CONFIG_SPARSEMEM_STATIC is not set
++# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
+ CONFIG_SPLIT_PTLOCK_CPUS=4
  # CONFIG_RESOURCES_64BIT is not set
  CONFIG_ZONE_DMA_FLAG=0
++CONFIG_VIRT_TO_BUS=y
  # CONFIG_OWNERSHIP_TRACE is not set
++# CONFIG_NMI_DEBUGGING is not set
 +CONFIG_DW_DMAC=y
  # CONFIG_HZ_100 is not set
  CONFIG_HZ_250=y
  # CONFIG_HZ_300 is not set
-@@ -153,6 +156,27 @@
+@@ -153,13 +163,31 @@
  CONFIG_CMDLINE=""
  
  #
-+# Power managment options
-+#
-+
-+#
+-# Bus options
++# Power management options
+ #
+-# CONFIG_ARCH_SUPPORTS_MSI is not set
+ #
+-# PCCARD (PCMCIA/CardBus) support
 +# CPU Frequency scaling
 +#
 +CONFIG_CPU_FREQ=y
 +CONFIG_CPU_FREQ_TABLE=y
 +# CONFIG_CPU_FREQ_DEBUG is not set
-+CONFIG_CPU_FREQ_STAT=m
-+# CONFIG_CPU_FREQ_STAT_DETAILS is not set
++# CONFIG_CPU_FREQ_STAT is not set
 +CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
 +# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
++# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
++# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
 +CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
-+CONFIG_CPU_FREQ_GOV_POWERSAVE=y
++# CONFIG_CPU_FREQ_GOV_POWERSAVE is not set
 +CONFIG_CPU_FREQ_GOV_USERSPACE=y
 +CONFIG_CPU_FREQ_GOV_ONDEMAND=y
 +# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set
 +CONFIG_CPU_FREQ_AT32AP=y
 +
 +#
- # Bus options
++# Bus options
  #
- # CONFIG_ARCH_SUPPORTS_MSI is not set
-@@ -187,13 +211,8 @@
- # CONFIG_NET_KEY_MIGRATE is not set
- CONFIG_INET=y
- CONFIG_IP_MULTICAST=y
--CONFIG_IP_ADVANCED_ROUTER=y
--CONFIG_ASK_IP_FIB_HASH=y
--# CONFIG_IP_FIB_TRIE is not set
-+# CONFIG_IP_ADVANCED_ROUTER is not set
- CONFIG_IP_FIB_HASH=y
--# CONFIG_IP_MULTIPLE_TABLES is not set
--# CONFIG_IP_ROUTE_MULTIPATH is not set
--# CONFIG_IP_ROUTE_VERBOSE is not set
- CONFIG_IP_PNP=y
- CONFIG_IP_PNP_DHCP=y
- # CONFIG_IP_PNP_BOOTP is not set
-@@ -240,6 +259,7 @@
++# CONFIG_ARCH_SUPPORTS_MSI is not set
+ # CONFIG_PCCARD is not set
+ #
+@@ -213,6 +241,7 @@
+ CONFIG_INET_XFRM_MODE_TRANSPORT=y
+ CONFIG_INET_XFRM_MODE_TUNNEL=y
+ CONFIG_INET_XFRM_MODE_BEET=y
++# CONFIG_INET_LRO is not set
+ CONFIG_INET_DIAG=y
+ CONFIG_INET_TCP_DIAG=y
+ # CONFIG_TCP_CONG_ADVANCED is not set
+@@ -240,6 +269,7 @@
  # CONFIG_NETWORK_SECMARK is not set
  CONFIG_NETFILTER=y
  # CONFIG_NETFILTER_DEBUG is not set
@@ -458,7 +1258,27 @@ diff -x .git -Nur linux-2.6.22.1/arch/avr32/configs/atngw100_defconfig linux-avr
  
  #
  # Core Netfilter Configuration
-@@ -284,6 +304,7 @@
+@@ -252,6 +282,7 @@
+ # CONFIG_NF_CONNTRACK_EVENTS is not set
+ CONFIG_NF_CT_PROTO_GRE=m
+ # CONFIG_NF_CT_PROTO_SCTP is not set
++# CONFIG_NF_CT_PROTO_UDPLITE is not set
+ CONFIG_NF_CONNTRACK_AMANDA=m
+ CONFIG_NF_CONNTRACK_FTP=m
+ CONFIG_NF_CONNTRACK_H323=m
+@@ -269,9 +300,11 @@
+ CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
+ CONFIG_NETFILTER_XT_TARGET_NFLOG=m
+ # CONFIG_NETFILTER_XT_TARGET_NOTRACK is not set
++# CONFIG_NETFILTER_XT_TARGET_TRACE is not set
+ CONFIG_NETFILTER_XT_TARGET_TCPMSS=m
+ CONFIG_NETFILTER_XT_MATCH_COMMENT=m
+ CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m
++# CONFIG_NETFILTER_XT_MATCH_CONNLIMIT is not set
+ CONFIG_NETFILTER_XT_MATCH_CONNMARK=m
+ CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
+ # CONFIG_NETFILTER_XT_MATCH_DCCP is not set
+@@ -284,6 +317,7 @@
  CONFIG_NETFILTER_XT_MATCH_MARK=m
  CONFIG_NETFILTER_XT_MATCH_POLICY=m
  CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m
@@ -466,7 +1286,16 @@ diff -x .git -Nur linux-2.6.22.1/arch/avr32/configs/atngw100_defconfig linux-avr
  CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m
  CONFIG_NETFILTER_XT_MATCH_QUOTA=m
  CONFIG_NETFILTER_XT_MATCH_REALM=m
-@@ -359,13 +380,19 @@
+@@ -292,6 +326,8 @@
+ CONFIG_NETFILTER_XT_MATCH_STATISTIC=m
+ CONFIG_NETFILTER_XT_MATCH_STRING=m
+ CONFIG_NETFILTER_XT_MATCH_TCPMSS=m
++# CONFIG_NETFILTER_XT_MATCH_TIME is not set
++# CONFIG_NETFILTER_XT_MATCH_U32 is not set
+ CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m
+ #
+@@ -359,13 +395,19 @@
  CONFIG_IP6_NF_MANGLE=m
  CONFIG_IP6_NF_TARGET_HL=m
  CONFIG_IP6_NF_RAW=m
@@ -487,24 +1316,131 @@ diff -x .git -Nur linux-2.6.22.1/arch/avr32/configs/atngw100_defconfig linux-avr
  # CONFIG_LLC2 is not set
  # CONFIG_IPX is not set
  # CONFIG_ATALK is not set
-@@ -521,7 +548,6 @@
+@@ -373,10 +415,6 @@
+ # CONFIG_LAPB is not set
+ # CONFIG_ECONET is not set
+ # CONFIG_WAN_ROUTER is not set
+-
+-#
+-# QoS and/or fair queueing
+-#
+ # CONFIG_NET_SCHED is not set
+ CONFIG_NET_CLS_ROUTE=y
+@@ -384,6 +422,7 @@
+ # Network testing
+ #
+ # CONFIG_NET_PKTGEN is not set
++# CONFIG_NET_TCPPROBE is not set
+ # CONFIG_HAMRADIO is not set
+ # CONFIG_IRDA is not set
+ # CONFIG_BT is not set
+@@ -397,6 +436,7 @@
+ # CONFIG_MAC80211 is not set
+ # CONFIG_IEEE80211 is not set
+ # CONFIG_RFKILL is not set
++# CONFIG_NET_9P is not set
+ #
+ # Device Drivers
+@@ -405,16 +445,13 @@
+ #
+ # Generic Driver Options
+ #
++CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
+ CONFIG_STANDALONE=y
+ # CONFIG_PREVENT_FIRMWARE_BUILD is not set
+ # CONFIG_FW_LOADER is not set
+ # CONFIG_DEBUG_DRIVER is not set
+ # CONFIG_DEBUG_DEVRES is not set
+ # CONFIG_SYS_HYPERVISOR is not set
+-
+-#
+-# Connector - unified userspace <-> kernelspace linker
+-#
+ # CONFIG_CONNECTOR is not set
+ CONFIG_MTD=y
+ # CONFIG_MTD_DEBUG is not set
+@@ -434,6 +471,7 @@
+ # CONFIG_INFTL is not set
+ # CONFIG_RFD_FTL is not set
+ # CONFIG_SSFDC is not set
++# CONFIG_MTD_OOPS is not set
  #
- # Misc devices
+ # RAM/ROM/Flash chip drivers
+@@ -493,20 +531,8 @@
+ # UBI - Unsorted block images
  #
+ # CONFIG_MTD_UBI is not set
+-
+-#
+-# Parallel port support
+-#
+ # CONFIG_PARPORT is not set
+-
+-#
+-# Plug and Play support
+-#
+-# CONFIG_PNPACPI is not set
+-
+-#
+-# Block devices
+-#
++CONFIG_BLK_DEV=y
+ # CONFIG_BLK_DEV_COW_COMMON is not set
+ CONFIG_BLK_DEV_LOOP=m
+ # CONFIG_BLK_DEV_CRYPTOLOOP is not set
+@@ -517,11 +543,13 @@
+ CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
+ # CONFIG_CDROM_PKTCDVD is not set
+ # CONFIG_ATA_OVER_ETH is not set
+-
+-#
+-# Misc devices
+-#
 -# CONFIG_BLINK is not set
++CONFIG_MISC_DEVICES=y
++# CONFIG_ATMEL_PWM is not set
++CONFIG_ATMEL_TCLIB=y
++CONFIG_ATMEL_TCB_CLKSRC=y
++CONFIG_ATMEL_TCB_CLKSRC_BLOCK=0
++# CONFIG_EEPROM_93CX6 is not set
++# CONFIG_ATMEL_SSC is not set
  # CONFIG_IDE is not set
  
  #
-@@ -545,13 +571,26 @@
+@@ -529,30 +557,42 @@
+ #
+ # CONFIG_RAID_ATTRS is not set
+ # CONFIG_SCSI is not set
++# CONFIG_SCSI_DMA is not set
+ # CONFIG_SCSI_NETLINK is not set
+ # CONFIG_ATA is not set
+-
+-#
+-# Multi-device support (RAID and LVM)
+-#
+ # CONFIG_MD is not set
+-
+-#
+-# Network device support
+-#
+ CONFIG_NETDEVICES=y
++# CONFIG_NETDEVICES_MULTIQUEUE is not set
+ # CONFIG_DUMMY is not set
  # CONFIG_BONDING is not set
++# CONFIG_MACVLAN is not set
  # CONFIG_EQUALIZER is not set
  CONFIG_TUN=m
 -# CONFIG_PHYLIB is not set
++# CONFIG_VETH is not set
 +CONFIG_PHYLIB=y
-+
-+#
+ #
+-# Ethernet (10 or 100Mbit)
 +# MII PHY device drivers
-+#
+ #
 +# CONFIG_MARVELL_PHY is not set
 +# CONFIG_DAVICOM_PHY is not set
 +# CONFIG_QSEMI_PHY is not set
@@ -513,37 +1449,69 @@ diff -x .git -Nur linux-2.6.22.1/arch/avr32/configs/atngw100_defconfig linux-avr
 +# CONFIG_VITESSE_PHY is not set
 +# CONFIG_SMSC_PHY is not set
 +# CONFIG_BROADCOM_PHY is not set
++# CONFIG_ICPLUS_PHY is not set
 +# CONFIG_FIXED_PHY is not set
- #
- # Ethernet (10 or 100Mbit)
- #
++# CONFIG_MDIO_BITBANG is not set
  CONFIG_NET_ETHERNET=y
 -CONFIG_MII=y
 +# CONFIG_MII is not set
  CONFIG_MACB=y
++# CONFIG_IBM_NEW_EMAC_ZMII is not set
++# CONFIG_IBM_NEW_EMAC_RGMII is not set
++# CONFIG_IBM_NEW_EMAC_TAH is not set
++# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
++# CONFIG_B44 is not set
  # CONFIG_NETDEV_1000 is not set
  # CONFIG_NETDEV_10000 is not set
-@@ -625,7 +664,15 @@
- # IPMI
+@@ -571,21 +611,14 @@
+ CONFIG_PPP_BSDCOMP=m
+ CONFIG_PPP_MPPE=m
+ CONFIG_PPPOE=m
++# CONFIG_PPPOL2TP is not set
+ # CONFIG_SLIP is not set
+ CONFIG_SLHC=m
+ # CONFIG_SHAPER is not set
+ # CONFIG_NETCONSOLE is not set
+ # CONFIG_NETPOLL is not set
+ # CONFIG_NET_POLL_CONTROLLER is not set
+-
+-#
+-# ISDN subsystem
+-#
+ # CONFIG_ISDN is not set
+-
+-#
+-# Telephony Support
+-#
+ # CONFIG_PHONE is not set
  #
+@@ -615,28 +648,57 @@
+ #
+ CONFIG_SERIAL_ATMEL=y
+ CONFIG_SERIAL_ATMEL_CONSOLE=y
++CONFIG_SERIAL_ATMEL_PDC=y
+ # CONFIG_SERIAL_ATMEL_TTYAT is not set
+ CONFIG_SERIAL_CORE=y
+ CONFIG_SERIAL_CORE_CONSOLE=y
+ CONFIG_UNIX98_PTYS=y
+ # CONFIG_LEGACY_PTYS is not set
+-
+-#
+-# IPMI
+-#
  # CONFIG_IPMI_HANDLER is not set
 -# CONFIG_WATCHDOG is not set
-+CONFIG_WATCHDOG=y
-+# CONFIG_WATCHDOG_NOWAYOUT is not set
-+
-+#
-+# Watchdog Device Drivers
-+#
-+# CONFIG_SOFT_WATCHDOG is not set
-+CONFIG_AT32AP700X_WDT=y
-+CONFIG_AT32AP700X_WDT_TIMEOUT=2
  # CONFIG_HW_RANDOM is not set
  # CONFIG_RTC is not set
  # CONFIG_GEN_RTC is not set
-@@ -636,7 +683,42 @@
- # TPM devices
- #
+ # CONFIG_R3964 is not set
+ # CONFIG_RAW_DRIVER is not set
+-
+-#
+-# TPM devices
+-#
  # CONFIG_TCG_TPM is not set
 -# CONFIG_I2C is not set
 +CONFIG_I2C=m
@@ -561,11 +1529,11 @@ diff -x .git -Nur linux-2.6.22.1/arch/avr32/configs/atngw100_defconfig linux-avr
 +# I2C Hardware Bus support
 +#
 +CONFIG_I2C_ATMELTWI=m
-+CONFIG_I2C_ATMELTWI_BAUDRATE=100000
 +CONFIG_I2C_GPIO=m
 +# CONFIG_I2C_OCORES is not set
 +# CONFIG_I2C_PARPORT_LIGHT is not set
 +# CONFIG_I2C_SIMTEC is not set
++# CONFIG_I2C_TAOS_EVM is not set
 +# CONFIG_I2C_STUB is not set
 +
 +#
@@ -573,11 +1541,13 @@ diff -x .git -Nur linux-2.6.22.1/arch/avr32/configs/atngw100_defconfig linux-avr
 +#
 +# CONFIG_SENSORS_DS1337 is not set
 +# CONFIG_SENSORS_DS1374 is not set
++# CONFIG_DS1682 is not set
 +# CONFIG_SENSORS_EEPROM is not set
 +# CONFIG_SENSORS_PCF8574 is not set
 +# CONFIG_SENSORS_PCA9539 is not set
 +# CONFIG_SENSORS_PCF8591 is not set
 +# CONFIG_SENSORS_MAX6875 is not set
++# CONFIG_SENSORS_TSL2550 is not set
 +# CONFIG_I2C_DEBUG_CORE is not set
 +# CONFIG_I2C_DEBUG_ALGO is not set
 +# CONFIG_I2C_DEBUG_BUS is not set
@@ -585,32 +1555,85 @@ diff -x .git -Nur linux-2.6.22.1/arch/avr32/configs/atngw100_defconfig linux-avr
  
  #
  # SPI support
-@@ -655,7 +737,7 @@
+@@ -655,13 +717,25 @@
  # SPI Protocol Masters
  #
  # CONFIG_SPI_AT25 is not set
 -# CONFIG_SPI_SPIDEV is not set
 +CONFIG_SPI_SPIDEV=m
++# CONFIG_SPI_TLE62X0 is not set
++# CONFIG_W1 is not set
++# CONFIG_POWER_SUPPLY is not set
++# CONFIG_HWMON is not set
++CONFIG_WATCHDOG=y
++# CONFIG_WATCHDOG_NOWAYOUT is not set
  
  #
- # Dallas's 1-wire bus
-@@ -706,21 +788,59 @@
- #
- # USB Gadget Support
+-# Dallas's 1-wire bus
++# Watchdog Device Drivers
  #
--# CONFIG_USB_GADGET is not set
+-# CONFIG_W1 is not set
+-# CONFIG_HWMON is not set
++# CONFIG_SOFT_WATCHDOG is not set
++CONFIG_AT32AP700X_WDT=y
++
++#
++# Sonics Silicon Backplane
++#
++CONFIG_SSB_POSSIBLE=y
++# CONFIG_SSB is not set
+ #
+ # Multifunction device drivers
+@@ -678,23 +752,21 @@
+ #
+ # Graphics support
+ #
++# CONFIG_VGASTATE is not set
++# CONFIG_VIDEO_OUTPUT_CONTROL is not set
++# CONFIG_FB is not set
+ # CONFIG_BACKLIGHT_LCD_SUPPORT is not set
+ #
+ # Display device support
+ #
+ # CONFIG_DISPLAY_SUPPORT is not set
+-# CONFIG_VGASTATE is not set
+-# CONFIG_FB is not set
+ #
+ # Sound
+ #
+ # CONFIG_SOUND is not set
+-
+-#
+-# USB support
+-#
++CONFIG_USB_SUPPORT=y
+ # CONFIG_USB_ARCH_HAS_HCD is not set
+ # CONFIG_USB_ARCH_HAS_OHCI is not set
+ # CONFIG_USB_ARCH_HAS_EHCI is not set
+@@ -706,12 +778,48 @@
+ #
+ # USB Gadget Support
+ #
+-# CONFIG_USB_GADGET is not set
 -# CONFIG_MMC is not set
 +CONFIG_USB_GADGET=y
++# CONFIG_USB_GADGET_DEBUG is not set
 +# CONFIG_USB_GADGET_DEBUG_FILES is not set
 +CONFIG_USB_GADGET_SELECTED=y
++# CONFIG_USB_GADGET_AMD5536UDC is not set
++CONFIG_USB_GADGET_ATMEL_USBA=y
++CONFIG_USB_ATMEL_USBA=y
 +# CONFIG_USB_GADGET_FSL_USB2 is not set
 +# CONFIG_USB_GADGET_NET2280 is not set
 +# CONFIG_USB_GADGET_PXA2XX is not set
++# CONFIG_USB_GADGET_M66592 is not set
 +# CONFIG_USB_GADGET_GOKU is not set
 +# CONFIG_USB_GADGET_LH7A40X is not set
-+CONFIG_USB_GADGET_ATMEL_USBA=y
-+CONFIG_USB_ATMEL_USBA=y
 +# CONFIG_USB_GADGET_OMAP is not set
++# CONFIG_USB_GADGET_S3C2410 is not set
 +# CONFIG_USB_GADGET_AT91 is not set
 +# CONFIG_USB_GADGET_DUMMY_HCD is not set
 +CONFIG_USB_GADGET_DUALSPEED=y
@@ -630,57 +1653,53 @@ diff -x .git -Nur linux-2.6.22.1/arch/avr32/configs/atngw100_defconfig linux-avr
 +# MMC/SD Card Drivers
 +#
 +CONFIG_MMC_BLOCK=y
-+
-+#
-+# MMC/SD Host Controller Drivers
-+#
-+CONFIG_MMC_ATMELMCI=y
- #
- # LED devices
- #
--# CONFIG_NEW_LEDS is not set
-+CONFIG_NEW_LEDS=y
-+CONFIG_LEDS_CLASS=y
- #
- # LED drivers
- #
-+CONFIG_LEDS_GPIO=y
- #
- # LED Triggers
- #
-+CONFIG_LEDS_TRIGGERS=y
-+CONFIG_LEDS_TRIGGER_TIMER=y
-+CONFIG_LEDS_TRIGGER_HEARTBEAT=y
++# CONFIG_MMC_BLOCK_BOUNCE is not set
++# CONFIG_SDIO_UART is not set
  
  #
- # InfiniBand support
-@@ -733,7 +853,51 @@
- #
- # Real Time Clock
+-# LED devices
++# MMC/SD Host Controller Drivers
  #
--# CONFIG_RTC_CLASS is not set
++CONFIG_MMC_ATMELMCI=y
++CONFIG_MMC_SPI=m
+ CONFIG_NEW_LEDS=y
+ CONFIG_LEDS_CLASS=y
+@@ -726,53 +834,71 @@
+ CONFIG_LEDS_TRIGGERS=y
+ CONFIG_LEDS_TRIGGER_TIMER=y
+ CONFIG_LEDS_TRIGGER_HEARTBEAT=y
+-
 +CONFIG_RTC_LIB=y
 +CONFIG_RTC_CLASS=y
 +CONFIG_RTC_HCTOSYS=y
 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
 +# CONFIG_RTC_DEBUG is not set
-+
-+#
+ #
+-# LED drivers
+-#
+-
+-#
+-# LED Triggers
+-#
+-
+-#
+-# InfiniBand support
 +# RTC interfaces
-+#
+ #
 +CONFIG_RTC_INTF_SYSFS=y
 +CONFIG_RTC_INTF_PROC=y
 +CONFIG_RTC_INTF_DEV=y
 +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
 +# CONFIG_RTC_DRV_TEST is not set
-+
-+#
+ #
+-# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
 +# I2C RTC drivers
-+#
+ #
 +# CONFIG_RTC_DRV_DS1307 is not set
++# CONFIG_RTC_DRV_DS1374 is not set
 +# CONFIG_RTC_DRV_DS1672 is not set
 +# CONFIG_RTC_DRV_MAX6900 is not set
 +# CONFIG_RTC_DRV_RS5C372 is not set
@@ -688,29 +1707,58 @@ diff -x .git -Nur linux-2.6.22.1/arch/avr32/configs/atngw100_defconfig linux-avr
 +# CONFIG_RTC_DRV_X1205 is not set
 +# CONFIG_RTC_DRV_PCF8563 is not set
 +# CONFIG_RTC_DRV_PCF8583 is not set
-+
-+#
++# CONFIG_RTC_DRV_M41T80 is not set
+ #
+-# Real Time Clock
 +# SPI RTC drivers
-+#
+ #
+-# CONFIG_RTC_CLASS is not set
 +# CONFIG_RTC_DRV_RS5C348 is not set
 +# CONFIG_RTC_DRV_MAX6902 is not set
-+
-+#
+ #
+-# DMA Engine support
 +# Platform RTC drivers
-+#
+ #
+-# CONFIG_DMA_ENGINE is not set
 +# CONFIG_RTC_DRV_DS1553 is not set
++# CONFIG_RTC_DRV_STK17TA8 is not set
 +# CONFIG_RTC_DRV_DS1742 is not set
 +# CONFIG_RTC_DRV_M48T86 is not set
++# CONFIG_RTC_DRV_M48T59 is not set
 +# CONFIG_RTC_DRV_V3020 is not set
-+
-+#
+ #
+-# DMA Clients
 +# on-CPU RTC drivers
-+#
+ #
 +CONFIG_RTC_DRV_AT32AP700X=y
  
  #
- # DMA Engine support
-@@ -767,7 +931,8 @@
+-# DMA Devices
++# Userspace I/O
+ #
++# CONFIG_UIO is not set
+ #
+ # File systems
+ #
+-CONFIG_EXT2_FS=y
++CONFIG_EXT2_FS=m
+ # CONFIG_EXT2_FS_XATTR is not set
+ # CONFIG_EXT2_FS_XIP is not set
+-CONFIG_EXT3_FS=y
++CONFIG_EXT3_FS=m
+ # CONFIG_EXT3_FS_XATTR is not set
+ # CONFIG_EXT4DEV_FS is not set
+-CONFIG_JBD=y
+-# CONFIG_JBD_DEBUG is not set
++CONFIG_JBD=m
+ # CONFIG_REISERFS_FS is not set
+ # CONFIG_JFS_FS is not set
+ # CONFIG_FS_POSIX_ACL is not set
+@@ -781,7 +907,8 @@
  # CONFIG_OCFS2_FS is not set
  # CONFIG_MINIX_FS is not set
  # CONFIG_ROMFS_FS is not set
@@ -720,42 +1768,307 @@ diff -x .git -Nur linux-2.6.22.1/arch/avr32/configs/atngw100_defconfig linux-avr
  # CONFIG_QUOTA is not set
  # CONFIG_DNOTIFY is not set
  # CONFIG_AUTOFS_FS is not set
-@@ -922,7 +1087,7 @@
+@@ -814,7 +941,6 @@
+ CONFIG_TMPFS=y
+ # CONFIG_TMPFS_POSIX_ACL is not set
+ # CONFIG_HUGETLB_PAGE is not set
+-CONFIG_RAMFS=y
+ CONFIG_CONFIGFS_FS=y
+ #
+@@ -830,10 +956,12 @@
+ CONFIG_JFFS2_FS=y
+ CONFIG_JFFS2_FS_DEBUG=0
+ CONFIG_JFFS2_FS_WRITEBUFFER=y
++# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
+ # CONFIG_JFFS2_SUMMARY is not set
+ # CONFIG_JFFS2_FS_XATTR is not set
+ # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
+ CONFIG_JFFS2_ZLIB=y
++# CONFIG_JFFS2_LZO is not set
+ CONFIG_JFFS2_RTIME=y
+ # CONFIG_JFFS2_RUBIN is not set
+ # CONFIG_CRAMFS is not set
+@@ -842,19 +970,21 @@
+ # CONFIG_QNX4FS_FS is not set
+ # CONFIG_SYSV_FS is not set
+ # CONFIG_UFS_FS is not set
+-
+-#
+-# Network File Systems
+-#
++CONFIG_NETWORK_FILESYSTEMS=y
+ CONFIG_NFS_FS=y
+ CONFIG_NFS_V3=y
+ # CONFIG_NFS_V3_ACL is not set
+ # CONFIG_NFS_V4 is not set
+ # CONFIG_NFS_DIRECTIO is not set
+-# CONFIG_NFSD is not set
++CONFIG_NFSD=m
++CONFIG_NFSD_V3=y
++# CONFIG_NFSD_V3_ACL is not set
++# CONFIG_NFSD_V4 is not set
++CONFIG_NFSD_TCP=y
+ CONFIG_ROOT_NFS=y
+ CONFIG_LOCKD=y
+ CONFIG_LOCKD_V4=y
++CONFIG_EXPORTFS=m
+ CONFIG_NFS_COMMON=y
+ CONFIG_SUNRPC=y
+ # CONFIG_SUNRPC_BIND34 is not set
+@@ -871,23 +1001,18 @@
+ # CONFIG_NCP_FS is not set
+ # CONFIG_CODA_FS is not set
+ # CONFIG_AFS_FS is not set
+-# CONFIG_9P_FS is not set
+ #
+ # Partition Types
+ #
+ # CONFIG_PARTITION_ADVANCED is not set
+ CONFIG_MSDOS_PARTITION=y
+-
+-#
+-# Native Language Support
+-#
+-CONFIG_NLS=y
++CONFIG_NLS=m
+ CONFIG_NLS_DEFAULT="iso8859-1"
+-# CONFIG_NLS_CODEPAGE_437 is not set
++CONFIG_NLS_CODEPAGE_437=m
+ # CONFIG_NLS_CODEPAGE_737 is not set
+ # CONFIG_NLS_CODEPAGE_775 is not set
+-CONFIG_NLS_CODEPAGE_850=y
++CONFIG_NLS_CODEPAGE_850=m
+ # CONFIG_NLS_CODEPAGE_852 is not set
+ # CONFIG_NLS_CODEPAGE_855 is not set
+ # CONFIG_NLS_CODEPAGE_857 is not set
+@@ -908,7 +1033,7 @@
+ # CONFIG_NLS_CODEPAGE_1250 is not set
+ # CONFIG_NLS_CODEPAGE_1251 is not set
+ # CONFIG_NLS_ASCII is not set
+-CONFIG_NLS_ISO8859_1=y
++CONFIG_NLS_ISO8859_1=m
+ # CONFIG_NLS_ISO8859_2 is not set
+ # CONFIG_NLS_ISO8859_3 is not set
+ # CONFIG_NLS_ISO8859_4 is not set
+@@ -921,18 +1046,19 @@
+ # CONFIG_NLS_ISO8859_15 is not set
+ # CONFIG_NLS_KOI8_R is not set
+ # CONFIG_NLS_KOI8_U is not set
+-CONFIG_NLS_UTF8=y
+-
+-#
+-# Distributed Lock Manager
+-#
++CONFIG_NLS_UTF8=m
+ # CONFIG_DLM is not set
++CONFIG_INSTRUMENTATION=y
++CONFIG_PROFILING=y
++CONFIG_OPROFILE=m
++CONFIG_KPROBES=y
++# CONFIG_MARKERS is not set
+ #
+ # Kernel hacking
+ #
+-CONFIG_TRACE_IRQFLAGS_SUPPORT=y
+ # CONFIG_PRINTK_TIME is not set
++CONFIG_ENABLE_WARN_DEPRECATED=y
  CONFIG_ENABLE_MUST_CHECK=y
  CONFIG_MAGIC_SYSRQ=y
  # CONFIG_UNUSED_SYMBOLS is not set
--# CONFIG_DEBUG_FS is not set
-+CONFIG_DEBUG_FS=y
- # CONFIG_HEADERS_CHECK is not set
+@@ -941,12 +1067,17 @@
  CONFIG_DEBUG_KERNEL=y
  # CONFIG_DEBUG_SHIRQ is not set
-diff -x .git -Nur linux-2.6.22.1/arch/avr32/configs/atstk1002_defconfig linux-avr32.git/arch/avr32/configs/atstk1002_defconfig
---- linux-2.6.22.1/arch/avr32/configs/atstk1002_defconfig      2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/arch/avr32/configs/atstk1002_defconfig     2007-07-13 11:24:16.000000000 +0200
-@@ -1,7 +1,7 @@
+ CONFIG_DETECT_SOFTLOCKUP=y
++CONFIG_SCHED_DEBUG=y
+ # CONFIG_SCHEDSTATS is not set
+ # CONFIG_TIMER_STATS is not set
++# CONFIG_SLUB_DEBUG_ON is not set
+ # CONFIG_DEBUG_RT_MUTEXES is not set
+ # CONFIG_RT_MUTEX_TESTER is not set
+ # CONFIG_DEBUG_SPINLOCK is not set
+ # CONFIG_DEBUG_MUTEXES is not set
++# CONFIG_DEBUG_LOCK_ALLOC is not set
++# CONFIG_PROVE_LOCKING is not set
++# CONFIG_LOCK_STAT is not set
+ # CONFIG_DEBUG_SPINLOCK_SLEEP is not set
+ # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
+ # CONFIG_DEBUG_KOBJECT is not set
+@@ -954,21 +1085,21 @@
+ # CONFIG_DEBUG_INFO is not set
+ # CONFIG_DEBUG_VM is not set
+ # CONFIG_DEBUG_LIST is not set
++# CONFIG_DEBUG_SG is not set
+ CONFIG_FRAME_POINTER=y
+ # CONFIG_FORCED_INLINING is not set
++# CONFIG_BOOT_PRINTK_DELAY is not set
+ # CONFIG_RCU_TORTURE_TEST is not set
++# CONFIG_LKDTM is not set
+ # CONFIG_FAULT_INJECTION is not set
+-# CONFIG_KPROBES is not set
++# CONFIG_SAMPLES is not set
+ #
+ # Security options
+ #
+ # CONFIG_KEYS is not set
+ # CONFIG_SECURITY is not set
+-
+-#
+-# Cryptographic options
+-#
++# CONFIG_SECURITY_FILE_CAPABILITIES is not set
+ CONFIG_CRYPTO=y
+ CONFIG_CRYPTO_ALGAPI=y
+ CONFIG_CRYPTO_BLKCIPHER=y
+@@ -989,6 +1120,7 @@
+ CONFIG_CRYPTO_CBC=y
+ CONFIG_CRYPTO_PCBC=m
+ # CONFIG_CRYPTO_LRW is not set
++# CONFIG_CRYPTO_XTS is not set
+ # CONFIG_CRYPTO_CRYPTD is not set
+ CONFIG_CRYPTO_DES=y
+ # CONFIG_CRYPTO_FCRYPT is not set
+@@ -1002,15 +1134,14 @@
+ CONFIG_CRYPTO_ARC4=m
+ # CONFIG_CRYPTO_KHAZAD is not set
+ # CONFIG_CRYPTO_ANUBIS is not set
++# CONFIG_CRYPTO_SEED is not set
+ CONFIG_CRYPTO_DEFLATE=y
+ # CONFIG_CRYPTO_MICHAEL_MIC is not set
+ # CONFIG_CRYPTO_CRC32C is not set
+ # CONFIG_CRYPTO_CAMELLIA is not set
+ # CONFIG_CRYPTO_TEST is not set
+-
+-#
+-# Hardware crypto devices
+-#
++# CONFIG_CRYPTO_AUTHENC is not set
++CONFIG_CRYPTO_HW=y
+ #
+ # Library routines
+@@ -1018,8 +1149,9 @@
+ CONFIG_BITREVERSE=y
+ CONFIG_CRC_CCITT=m
+ # CONFIG_CRC16 is not set
+-# CONFIG_CRC_ITU_T is not set
++CONFIG_CRC_ITU_T=m
+ CONFIG_CRC32=y
++CONFIG_CRC7=m
+ # CONFIG_LIBCRC32C is not set
+ CONFIG_ZLIB_INFLATE=y
+ CONFIG_ZLIB_DEFLATE=y
+diff -urN linux-2.6.24.3/arch/avr32/configs/atstk1002_defconfig avr32-2.6/arch/avr32/configs/atstk1002_defconfig
+--- linux-2.6.24.3/arch/avr32/configs/atstk1002_defconfig      2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/arch/avr32/configs/atstk1002_defconfig   2008-04-23 20:12:35.000000000 +0200
+@@ -1,48 +1,49 @@
  #
  # Automatically generated make config: don't edit
 -# Linux kernel version: 2.6.22-rc5
 -# Sat Jun 23 15:32:08 2007
-+# Linux kernel version: 2.6.22.atmel.1
-+# Thu Jul 12 19:34:17 2007
++# Linux kernel version: 2.6.24
++# Thu Mar  6 12:49:17 2008
  #
  CONFIG_AVR32=y
  CONFIG_GENERIC_GPIO=y
-@@ -80,10 +80,10 @@
+ CONFIG_GENERIC_HARDIRQS=y
++CONFIG_STACKTRACE_SUPPORT=y
++CONFIG_LOCKDEP_SUPPORT=y
++CONFIG_TRACE_IRQFLAGS_SUPPORT=y
+ CONFIG_HARDIRQS_SW_RESEND=y
+ CONFIG_GENERIC_IRQ_PROBE=y
+ CONFIG_RWSEM_GENERIC_SPINLOCK=y
+ CONFIG_GENERIC_TIME=y
++CONFIG_GENERIC_CLOCKEVENTS=y
++# CONFIG_RWSEM_XCHGADD_ALGORITHM is not set
+ # CONFIG_ARCH_HAS_ILOG2_U32 is not set
+ # CONFIG_ARCH_HAS_ILOG2_U64 is not set
++CONFIG_ARCH_SUPPORTS_OPROFILE=y
+ CONFIG_GENERIC_HWEIGHT=y
+ CONFIG_GENERIC_CALIBRATE_DELAY=y
+ CONFIG_GENERIC_BUG=y
+ CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
+ #
+-# Code maturity level options
++# General setup
  #
+ CONFIG_EXPERIMENTAL=y
+ CONFIG_BROKEN_ON_SMP=y
+ CONFIG_INIT_ENV_ARG_LIMIT=32
+-
+-#
+-# General setup
+-#
+ CONFIG_LOCALVERSION=""
+ # CONFIG_LOCALVERSION_AUTO is not set
+ CONFIG_SWAP=y
+ CONFIG_SYSVIPC=y
+-# CONFIG_IPC_NS is not set
+ CONFIG_SYSVIPC_SYSCTL=y
+ CONFIG_POSIX_MQUEUE=y
+-CONFIG_BSD_PROCESS_ACCT=y
+-CONFIG_BSD_PROCESS_ACCT_V3=y
+-CONFIG_TASKSTATS=y
+-CONFIG_TASK_DELAY_ACCT=y
+-# CONFIG_TASK_XACCT is not set
+-# CONFIG_UTS_NS is not set
+-CONFIG_AUDIT=y
++# CONFIG_BSD_PROCESS_ACCT is not set
++# CONFIG_TASKSTATS is not set
++# CONFIG_USER_NS is not set
++# CONFIG_PID_NS is not set
++# CONFIG_AUDIT is not set
+ # CONFIG_IKCONFIG is not set
+ CONFIG_LOG_BUF_SHIFT=14
++# CONFIG_CGROUPS is not set
++# CONFIG_FAIR_GROUP_SCHED is not set
+ CONFIG_SYSFS_DEPRECATED=y
+ CONFIG_RELAY=y
+ CONFIG_BLK_DEV_INITRD=y
+@@ -63,35 +64,28 @@
+ CONFIG_ANON_INODES=y
+ CONFIG_EPOLL=y
+ CONFIG_SIGNALFD=y
+-CONFIG_TIMERFD=y
+ CONFIG_EVENTFD=y
+ CONFIG_SHMEM=y
+ CONFIG_VM_EVENT_COUNTERS=y
+-# CONFIG_SLUB_DEBUG is not set
++CONFIG_SLUB_DEBUG=y
+ # CONFIG_SLAB is not set
+ CONFIG_SLUB=y
+ # CONFIG_SLOB is not set
++CONFIG_SLABINFO=y
+ CONFIG_RT_MUTEXES=y
+ # CONFIG_TINY_SHMEM is not set
+ CONFIG_BASE_SMALL=1
+-
+-#
+-# Loadable module support
+-#
  CONFIG_MODULES=y
  CONFIG_MODULE_UNLOAD=y
--# CONFIG_MODULE_FORCE_UNLOAD is not set
-+CONFIG_MODULE_FORCE_UNLOAD=y
+ # CONFIG_MODULE_FORCE_UNLOAD is not set
  # CONFIG_MODVERSIONS is not set
  # CONFIG_MODULE_SRCVERSION_ALL is not set
--# CONFIG_KMOD is not set
-+CONFIG_KMOD=y
+ # CONFIG_KMOD is not set
+-
+-#
+-# Block layer
+-#
+ CONFIG_BLOCK=y
+ # CONFIG_LBD is not set
+ # CONFIG_BLK_DEV_IO_TRACE is not set
+ # CONFIG_LSF is not set
++# CONFIG_BLK_DEV_BSG is not set
  
  #
- # Block layer
-@@ -99,12 +99,12 @@
+ # IO Schedulers
+@@ -99,32 +93,49 @@
  CONFIG_IOSCHED_NOOP=y
  # CONFIG_IOSCHED_AS is not set
  # CONFIG_IOSCHED_DEADLINE is not set
@@ -772,109 +2085,387 @@ diff -x .git -Nur linux-2.6.22.1/arch/avr32/configs/atstk1002_defconfig linux-av
  
  #
  # System Type and features
-@@ -117,6 +117,11 @@
- CONFIG_BOARD_ATSTK1002=y
+ #
++CONFIG_TICK_ONESHOT=y
++CONFIG_NO_HZ=y
++CONFIG_HIGH_RES_TIMERS=y
++CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
+ CONFIG_SUBARCH_AVR32B=y
+ CONFIG_MMU=y
+ CONFIG_PERFORMANCE_COUNTERS=y
+ CONFIG_PLATFORM_AT32AP=y
++CONFIG_CPU_AT32AP700X=y
+ CONFIG_CPU_AT32AP7000=y
+-CONFIG_BOARD_ATSTK1002=y
  CONFIG_BOARD_ATSTK1000=y
  # CONFIG_BOARD_ATNGW100 is not set
-+# CONFIG_BOARD_ATSTK1002_CUSTOM is not set
-+# CONFIG_BOARD_ATSTK1002_SPI1 is not set
-+# CONFIG_BOARD_ATSTK1002_J2_LED is not set
-+# CONFIG_BOARD_ATSTK1002_J2_LED8 is not set
-+# CONFIG_BOARD_ATSTK1002_J2_RGB is not set
++CONFIG_BOARD_ATSTK1002=y
++# CONFIG_BOARD_ATSTK1003 is not set
++# CONFIG_BOARD_ATSTK1004 is not set
++# CONFIG_BOARD_ATSTK100X_CUSTOM is not set
++# CONFIG_BOARD_ATSTK100X_SPI1 is not set
++# CONFIG_BOARD_ATSTK1000_J2_LED is not set
++# CONFIG_BOARD_ATSTK1000_J2_LED8 is not set
++# CONFIG_BOARD_ATSTK1000_J2_RGB is not set
++CONFIG_BOARD_ATSTK1000_EXTDAC=y
++# CONFIG_BOARD_ATSTK100X_ENABLE_AC97 is not set
++# CONFIG_BOARD_ATSTK1000_CF_HACKS is not set
++# CONFIG_BOARD_ATSTK100X_ENABLE_PSIF is not set
  CONFIG_LOADER_U_BOOT=y
  
  #
-@@ -125,6 +130,7 @@
- # CONFIG_AP7000_32_BIT_SMC is not set
- CONFIG_AP7000_16_BIT_SMC=y
- # CONFIG_AP7000_8_BIT_SMC is not set
+ # Atmel AVR32 AP options
+ #
+-# CONFIG_AP7000_32_BIT_SMC is not set
+-CONFIG_AP7000_16_BIT_SMC=y
+-# CONFIG_AP7000_8_BIT_SMC is not set
++# CONFIG_AP700X_32_BIT_SMC is not set
++CONFIG_AP700X_16_BIT_SMC=y
++# CONFIG_AP700X_8_BIT_SMC is not set
 +CONFIG_GPIO_DEV=y
  CONFIG_LOAD_ADDRESS=0x10000000
  CONFIG_ENTRY_ADDRESS=0x90000000
  CONFIG_PHYS_OFFSET=0x10000000
-@@ -148,6 +154,7 @@
+@@ -144,10 +155,14 @@
+ CONFIG_FLATMEM=y
+ CONFIG_FLAT_NODE_MEM_MAP=y
+ # CONFIG_SPARSEMEM_STATIC is not set
++# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
+ CONFIG_SPLIT_PTLOCK_CPUS=4
  # CONFIG_RESOURCES_64BIT is not set
  CONFIG_ZONE_DMA_FLAG=0
++CONFIG_VIRT_TO_BUS=y
  # CONFIG_OWNERSHIP_TRACE is not set
++CONFIG_NMI_DEBUGGING=y
 +CONFIG_DW_DMAC=y
  # CONFIG_HZ_100 is not set
  CONFIG_HZ_250=y
  # CONFIG_HZ_300 is not set
-@@ -156,6 +163,27 @@
+@@ -156,13 +171,31 @@
  CONFIG_CMDLINE=""
  
  #
-+# Power managment options
-+#
-+
-+#
+-# Bus options
++# Power management options
+ #
+-# CONFIG_ARCH_SUPPORTS_MSI is not set
+ #
+-# PCCARD (PCMCIA/CardBus) support
 +# CPU Frequency scaling
 +#
 +CONFIG_CPU_FREQ=y
 +CONFIG_CPU_FREQ_TABLE=y
 +# CONFIG_CPU_FREQ_DEBUG is not set
-+CONFIG_CPU_FREQ_STAT=m
-+# CONFIG_CPU_FREQ_STAT_DETAILS is not set
++# CONFIG_CPU_FREQ_STAT is not set
 +CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
 +# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
++# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
++# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
 +CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
-+CONFIG_CPU_FREQ_GOV_POWERSAVE=y
++# CONFIG_CPU_FREQ_GOV_POWERSAVE is not set
 +CONFIG_CPU_FREQ_GOV_USERSPACE=y
 +CONFIG_CPU_FREQ_GOV_ONDEMAND=y
 +# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set
 +CONFIG_CPU_FREQ_AT32AP=y
 +
 +#
- # Bus options
++# Bus options
+ #
++# CONFIG_ARCH_SUPPORTS_MSI is not set
+ # CONFIG_PCCARD is not set
+ #
+@@ -182,7 +215,12 @@
+ CONFIG_PACKET=y
+ CONFIG_PACKET_MMAP=y
+ CONFIG_UNIX=y
+-# CONFIG_NET_KEY is not set
++CONFIG_XFRM=y
++CONFIG_XFRM_USER=m
++# CONFIG_XFRM_SUB_POLICY is not set
++# CONFIG_XFRM_MIGRATE is not set
++CONFIG_NET_KEY=m
++# CONFIG_NET_KEY_MIGRATE is not set
+ CONFIG_INET=y
+ # CONFIG_IP_MULTICAST is not set
+ # CONFIG_IP_ADVANCED_ROUTER is not set
+@@ -191,36 +229,52 @@
+ CONFIG_IP_PNP_DHCP=y
+ # CONFIG_IP_PNP_BOOTP is not set
+ # CONFIG_IP_PNP_RARP is not set
+-# CONFIG_NET_IPIP is not set
+-# CONFIG_NET_IPGRE is not set
++CONFIG_NET_IPIP=m
++CONFIG_NET_IPGRE=m
+ # CONFIG_ARPD is not set
+ # CONFIG_SYN_COOKIES is not set
+-# CONFIG_INET_AH is not set
+-# CONFIG_INET_ESP is not set
++CONFIG_INET_AH=m
++CONFIG_INET_ESP=m
+ # CONFIG_INET_IPCOMP is not set
+ # CONFIG_INET_XFRM_TUNNEL is not set
+-# CONFIG_INET_TUNNEL is not set
+-# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
+-# CONFIG_INET_XFRM_MODE_TUNNEL is not set
+-# CONFIG_INET_XFRM_MODE_BEET is not set
++CONFIG_INET_TUNNEL=m
++CONFIG_INET_XFRM_MODE_TRANSPORT=m
++CONFIG_INET_XFRM_MODE_TUNNEL=m
++CONFIG_INET_XFRM_MODE_BEET=m
++# CONFIG_INET_LRO is not set
+ CONFIG_INET_DIAG=y
+ CONFIG_INET_TCP_DIAG=y
+ # CONFIG_TCP_CONG_ADVANCED is not set
+ CONFIG_TCP_CONG_CUBIC=y
+ CONFIG_DEFAULT_TCP_CONG="cubic"
+ # CONFIG_TCP_MD5SIG is not set
+-# CONFIG_IPV6 is not set
+-# CONFIG_INET6_XFRM_TUNNEL is not set
+-# CONFIG_INET6_TUNNEL is not set
++CONFIG_IPV6=m
++# CONFIG_IPV6_PRIVACY is not set
++# CONFIG_IPV6_ROUTER_PREF is not set
++# CONFIG_IPV6_OPTIMISTIC_DAD is not set
++CONFIG_INET6_AH=m
++CONFIG_INET6_ESP=m
++CONFIG_INET6_IPCOMP=m
++# CONFIG_IPV6_MIP6 is not set
++CONFIG_INET6_XFRM_TUNNEL=m
++CONFIG_INET6_TUNNEL=m
++CONFIG_INET6_XFRM_MODE_TRANSPORT=m
++CONFIG_INET6_XFRM_MODE_TUNNEL=m
++CONFIG_INET6_XFRM_MODE_BEET=m
++# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
++CONFIG_IPV6_SIT=m
++CONFIG_IPV6_TUNNEL=m
++# CONFIG_IPV6_MULTIPLE_TABLES is not set
+ # CONFIG_NETWORK_SECMARK is not set
+ # CONFIG_NETFILTER is not set
+ # CONFIG_IP_DCCP is not set
+ # CONFIG_IP_SCTP is not set
+ # CONFIG_TIPC is not set
+ # CONFIG_ATM is not set
+-# CONFIG_BRIDGE is not set
++CONFIG_BRIDGE=m
+ # CONFIG_VLAN_8021Q is not set
+ # CONFIG_DECNET is not set
++CONFIG_LLC=m
+ # CONFIG_LLC2 is not set
+ # CONFIG_IPX is not set
+ # CONFIG_ATALK is not set
+@@ -228,16 +282,13 @@
+ # CONFIG_LAPB is not set
+ # CONFIG_ECONET is not set
+ # CONFIG_WAN_ROUTER is not set
+-
+-#
+-# QoS and/or fair queueing
+-#
+ # CONFIG_NET_SCHED is not set
+ #
+ # Network testing
+ #
+ # CONFIG_NET_PKTGEN is not set
++# CONFIG_NET_TCPPROBE is not set
+ # CONFIG_HAMRADIO is not set
+ # CONFIG_IRDA is not set
+ # CONFIG_BT is not set
+@@ -251,6 +302,7 @@
+ # CONFIG_MAC80211 is not set
+ # CONFIG_IEEE80211 is not set
+ # CONFIG_RFKILL is not set
++# CONFIG_NET_9P is not set
+ #
+ # Device Drivers
+@@ -259,16 +311,13 @@
+ #
+ # Generic Driver Options
+ #
++CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
+ CONFIG_STANDALONE=y
+ # CONFIG_PREVENT_FIRMWARE_BUILD is not set
+ # CONFIG_FW_LOADER is not set
+ # CONFIG_DEBUG_DRIVER is not set
+ # CONFIG_DEBUG_DEVRES is not set
+ # CONFIG_SYS_HYPERVISOR is not set
+-
+-#
+-# Connector - unified userspace <-> kernelspace linker
+-#
+ # CONFIG_CONNECTOR is not set
+ CONFIG_MTD=y
+ # CONFIG_MTD_DEBUG is not set
+@@ -288,6 +337,7 @@
+ # CONFIG_INFTL is not set
+ # CONFIG_RFD_FTL is not set
+ # CONFIG_SSFDC is not set
++# CONFIG_MTD_OOPS is not set
  #
- # CONFIG_ARCH_SUPPORTS_MSI is not set
-@@ -327,6 +355,8 @@
+ # RAM/ROM/Flash chip drivers
+@@ -327,6 +377,8 @@
  #
  # Self-contained MTD device drivers
  #
 +CONFIG_MTD_DATAFLASH=m
-+# CONFIG_MTD_M25P80 is not set
++CONFIG_MTD_M25P80=m
  # CONFIG_MTD_SLRAM is not set
  # CONFIG_MTD_PHRAM is not set
  # CONFIG_MTD_MTDRAM is not set
-@@ -373,7 +403,6 @@
- #
- # Misc devices
+@@ -345,20 +397,8 @@
+ # UBI - Unsorted block images
  #
+ # CONFIG_MTD_UBI is not set
+-
+-#
+-# Parallel port support
+-#
+ # CONFIG_PARPORT is not set
+-
+-#
+-# Plug and Play support
+-#
+-# CONFIG_PNPACPI is not set
+-
+-#
+-# Block devices
+-#
++CONFIG_BLK_DEV=y
+ # CONFIG_BLK_DEV_COW_COMMON is not set
+ CONFIG_BLK_DEV_LOOP=m
+ # CONFIG_BLK_DEV_CRYPTOLOOP is not set
+@@ -369,42 +409,91 @@
+ CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
+ # CONFIG_CDROM_PKTCDVD is not set
+ # CONFIG_ATA_OVER_ETH is not set
+-
+-#
+-# Misc devices
+-#
 -# CONFIG_BLINK is not set
++CONFIG_MISC_DEVICES=y
++CONFIG_ATMEL_PWM=m
++CONFIG_ATMEL_TCLIB=y
++CONFIG_ATMEL_TCB_CLKSRC=y
++CONFIG_ATMEL_TCB_CLKSRC_BLOCK=0
++# CONFIG_EEPROM_93CX6 is not set
++CONFIG_ATMEL_SSC=m
  # CONFIG_IDE is not set
  
  #
-@@ -397,13 +426,26 @@
+ # SCSI device support
+ #
+ # CONFIG_RAID_ATTRS is not set
+-# CONFIG_SCSI is not set
++CONFIG_SCSI=m
++CONFIG_SCSI_DMA=y
++# CONFIG_SCSI_TGT is not set
+ # CONFIG_SCSI_NETLINK is not set
+-# CONFIG_ATA is not set
++# CONFIG_SCSI_PROC_FS is not set
+ #
+-# Multi-device support (RAID and LVM)
++# SCSI support type (disk, tape, CD-ROM)
+ #
+-# CONFIG_MD is not set
++CONFIG_BLK_DEV_SD=m
++# CONFIG_CHR_DEV_ST is not set
++# CONFIG_CHR_DEV_OSST is not set
++CONFIG_BLK_DEV_SR=m
++# CONFIG_BLK_DEV_SR_VENDOR is not set
++# CONFIG_CHR_DEV_SG is not set
++# CONFIG_CHR_DEV_SCH is not set
++
++#
++# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
++#
++# CONFIG_SCSI_MULTI_LUN is not set
++# CONFIG_SCSI_CONSTANTS is not set
++# CONFIG_SCSI_LOGGING is not set
++# CONFIG_SCSI_SCAN_ASYNC is not set
++CONFIG_SCSI_WAIT_SCAN=m
+ #
+-# Network device support
++# SCSI Transports
+ #
++# CONFIG_SCSI_SPI_ATTRS is not set
++# CONFIG_SCSI_FC_ATTRS is not set
++# CONFIG_SCSI_ISCSI_ATTRS is not set
++# CONFIG_SCSI_SAS_LIBSAS is not set
++# CONFIG_SCSI_SRP_ATTRS is not set
++# CONFIG_SCSI_LOWLEVEL is not set
++CONFIG_ATA=m
++# CONFIG_ATA_NONSTANDARD is not set
++CONFIG_PATA_AT32=m
++# CONFIG_PATA_PLATFORM is not set
++# CONFIG_MD is not set
+ CONFIG_NETDEVICES=y
+-CONFIG_DUMMY=y
++# CONFIG_NETDEVICES_MULTIQUEUE is not set
++# CONFIG_DUMMY is not set
  # CONFIG_BONDING is not set
++# CONFIG_MACVLAN is not set
  # CONFIG_EQUALIZER is not set
  CONFIG_TUN=m
 -# CONFIG_PHYLIB is not set
++# CONFIG_VETH is not set
 +CONFIG_PHYLIB=y
-+
-+#
+ #
+-# Ethernet (10 or 100Mbit)
 +# MII PHY device drivers
-+#
+ #
 +# CONFIG_MARVELL_PHY is not set
 +# CONFIG_DAVICOM_PHY is not set
 +# CONFIG_QSEMI_PHY is not set
-+CONFIG_LXT_PHY=y
++# CONFIG_LXT_PHY is not set
 +# CONFIG_CICADA_PHY is not set
 +# CONFIG_VITESSE_PHY is not set
 +# CONFIG_SMSC_PHY is not set
 +# CONFIG_BROADCOM_PHY is not set
++# CONFIG_ICPLUS_PHY is not set
 +# CONFIG_FIXED_PHY is not set
- #
- # Ethernet (10 or 100Mbit)
- #
++# CONFIG_MDIO_BITBANG is not set
  CONFIG_NET_ETHERNET=y
 -CONFIG_MII=y
 +# CONFIG_MII is not set
  CONFIG_MACB=y
++# CONFIG_IBM_NEW_EMAC_ZMII is not set
++# CONFIG_IBM_NEW_EMAC_RGMII is not set
++# CONFIG_IBM_NEW_EMAC_TAH is not set
++# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
++# CONFIG_B44 is not set
  # CONFIG_NETDEV_1000 is not set
  # CONFIG_NETDEV_10000 is not set
-@@ -443,7 +485,42 @@
+@@ -423,27 +512,54 @@
+ CONFIG_PPP_BSDCOMP=m
+ # CONFIG_PPP_MPPE is not set
+ # CONFIG_PPPOE is not set
++# CONFIG_PPPOL2TP is not set
+ # CONFIG_SLIP is not set
+ CONFIG_SLHC=m
+ # CONFIG_SHAPER is not set
+ # CONFIG_NETCONSOLE is not set
+ # CONFIG_NETPOLL is not set
+ # CONFIG_NET_POLL_CONTROLLER is not set
+-
+-#
+-# ISDN subsystem
+-#
+ # CONFIG_ISDN is not set
+-
+-#
+-# Telephony Support
+-#
+ # CONFIG_PHONE is not set
  #
  # Input device support
  #
@@ -891,8 +2482,7 @@ diff -x .git -Nur linux-2.6.22.1/arch/avr32/configs/atstk1002_defconfig linux-av
 +CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
 +CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
 +# CONFIG_INPUT_JOYDEV is not set
-+# CONFIG_INPUT_TSDEV is not set
-+# CONFIG_INPUT_EVDEV is not set
++CONFIG_INPUT_EVDEV=m
 +# CONFIG_INPUT_EVBUG is not set
 +
 +#
@@ -918,28 +2508,28 @@ diff -x .git -Nur linux-2.6.22.1/arch/avr32/configs/atstk1002_defconfig linux-av
  
  #
  # Hardware I/O ports
-@@ -477,7 +554,15 @@
- # IPMI
+@@ -467,40 +583,94 @@
  #
+ CONFIG_SERIAL_ATMEL=y
+ CONFIG_SERIAL_ATMEL_CONSOLE=y
++CONFIG_SERIAL_ATMEL_PDC=y
+ # CONFIG_SERIAL_ATMEL_TTYAT is not set
+ CONFIG_SERIAL_CORE=y
+ CONFIG_SERIAL_CORE_CONSOLE=y
+ CONFIG_UNIX98_PTYS=y
+ # CONFIG_LEGACY_PTYS is not set
+-
+-#
+-# IPMI
+-#
  # CONFIG_IPMI_HANDLER is not set
 -# CONFIG_WATCHDOG is not set
-+CONFIG_WATCHDOG=y
-+# CONFIG_WATCHDOG_NOWAYOUT is not set
-+
-+#
-+# Watchdog Device Drivers
-+#
-+# CONFIG_SOFT_WATCHDOG is not set
-+CONFIG_AT32AP700X_WDT=y
-+CONFIG_AT32AP700X_WDT_TIMEOUT=2
  # CONFIG_HW_RANDOM is not set
  # CONFIG_RTC is not set
  # CONFIG_GEN_RTC is not set
-@@ -488,13 +573,61 @@
- # TPM devices
- #
- # CONFIG_TCG_TPM is not set
--# CONFIG_I2C is not set
+ # CONFIG_R3964 is not set
+ # CONFIG_RAW_DRIVER is not set
++# CONFIG_TCG_TPM is not set
 +CONFIG_I2C=m
 +CONFIG_I2C_BOARDINFO=y
 +CONFIG_I2C_CHARDEV=m
@@ -955,11 +2545,11 @@ diff -x .git -Nur linux-2.6.22.1/arch/avr32/configs/atstk1002_defconfig linux-av
 +# I2C Hardware Bus support
 +#
 +CONFIG_I2C_ATMELTWI=m
-+CONFIG_I2C_ATMELTWI_BAUDRATE=100000
 +CONFIG_I2C_GPIO=m
 +# CONFIG_I2C_OCORES is not set
 +# CONFIG_I2C_PARPORT_LIGHT is not set
 +# CONFIG_I2C_SIMTEC is not set
++# CONFIG_I2C_TAOS_EVM is not set
 +# CONFIG_I2C_STUB is not set
 +
 +#
@@ -967,61 +2557,78 @@ diff -x .git -Nur linux-2.6.22.1/arch/avr32/configs/atstk1002_defconfig linux-av
 +#
 +# CONFIG_SENSORS_DS1337 is not set
 +# CONFIG_SENSORS_DS1374 is not set
++# CONFIG_DS1682 is not set
 +# CONFIG_SENSORS_EEPROM is not set
 +# CONFIG_SENSORS_PCF8574 is not set
 +# CONFIG_SENSORS_PCA9539 is not set
 +# CONFIG_SENSORS_PCF8591 is not set
 +# CONFIG_SENSORS_MAX6875 is not set
++# CONFIG_SENSORS_TSL2550 is not set
 +# CONFIG_I2C_DEBUG_CORE is not set
 +# CONFIG_I2C_DEBUG_ALGO is not set
 +# CONFIG_I2C_DEBUG_BUS is not set
 +# CONFIG_I2C_DEBUG_CHIP is not set
  
  #
- # SPI support
+-# TPM devices
++# SPI support
  #
--# CONFIG_SPI is not set
--# CONFIG_SPI_MASTER is not set
+-# CONFIG_TCG_TPM is not set
+-# CONFIG_I2C is not set
 +CONFIG_SPI=y
 +# CONFIG_SPI_DEBUG is not set
 +CONFIG_SPI_MASTER=y
-+
-+#
+ #
+-# SPI support
 +# SPI Master Controller Drivers
-+#
+ #
+-# CONFIG_SPI is not set
+-# CONFIG_SPI_MASTER is not set
 +CONFIG_SPI_ATMEL=y
 +# CONFIG_SPI_BITBANG is not set
-+
-+#
+ #
+-# Dallas's 1-wire bus
 +# SPI Protocol Masters
-+#
+ #
 +# CONFIG_SPI_AT25 is not set
 +CONFIG_SPI_SPIDEV=m
++# CONFIG_SPI_TLE62X0 is not set
+ # CONFIG_W1 is not set
++# CONFIG_POWER_SUPPLY is not set
+ # CONFIG_HWMON is not set
++CONFIG_WATCHDOG=y
++# CONFIG_WATCHDOG_NOWAYOUT is not set
++
++#
++# Watchdog Device Drivers
++#
++# CONFIG_SOFT_WATCHDOG is not set
++CONFIG_AT32AP700X_WDT=y
++
++#
++# Sonics Silicon Backplane
++#
++CONFIG_SSB_POSSIBLE=y
++# CONFIG_SSB is not set
  
  #
- # Dallas's 1-wire bus
-@@ -517,14 +650,40 @@
+ # Multifunction device drivers
+@@ -517,23 +687,104 @@
  #
  # Graphics support
  #
 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
-+CONFIG_BACKLIGHT_LCD_SUPPORT=y
-+CONFIG_LCD_CLASS_DEVICE=y
-+CONFIG_LCD_LTV350QV=y
-+# CONFIG_BACKLIGHT_CLASS_DEVICE is not set
- #
- # Display device support
- #
- # CONFIG_DISPLAY_SUPPORT is not set
- # CONFIG_VGASTATE is not set
--# CONFIG_FB is not set
++# CONFIG_VGASTATE is not set
++# CONFIG_VIDEO_OUTPUT_CONTROL is not set
 +CONFIG_FB=y
 +# CONFIG_FIRMWARE_EDID is not set
 +# CONFIG_FB_DDC is not set
 +CONFIG_FB_CFB_FILLRECT=y
 +CONFIG_FB_CFB_COPYAREA=y
 +CONFIG_FB_CFB_IMAGEBLIT=y
++# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
 +# CONFIG_FB_SYS_FILLRECT is not set
 +# CONFIG_FB_SYS_COPYAREA is not set
 +# CONFIG_FB_SYS_IMAGEBLIT is not set
@@ -1039,39 +2646,112 @@ diff -x .git -Nur linux-2.6.22.1/arch/avr32/configs/atstk1002_defconfig linux-av
 +# CONFIG_FB_S1D13XXX is not set
 +CONFIG_FB_ATMEL=y
 +# CONFIG_FB_VIRTUAL is not set
-+# CONFIG_LOGO is not set
- #
- # Sound
-@@ -532,6 +691,11 @@
- # CONFIG_SOUND is not set
++CONFIG_BACKLIGHT_LCD_SUPPORT=y
++CONFIG_LCD_CLASS_DEVICE=y
++CONFIG_LCD_LTV350QV=y
++# CONFIG_BACKLIGHT_CLASS_DEVICE is not set
+ #
+ # Display device support
+ #
+ # CONFIG_DISPLAY_SUPPORT is not set
+-# CONFIG_VGASTATE is not set
+-# CONFIG_FB is not set
++# CONFIG_LOGO is not set
  
  #
-+# HID Devices
+ # Sound
+ #
+-# CONFIG_SOUND is not set
++CONFIG_SOUND=m
++
++#
++# Advanced Linux Sound Architecture
 +#
-+# CONFIG_HID is not set
++CONFIG_SND=m
++CONFIG_SND_TIMER=m
++CONFIG_SND_PCM=m
++# CONFIG_SND_SEQUENCER is not set
++CONFIG_SND_OSSEMUL=y
++CONFIG_SND_MIXER_OSS=m
++CONFIG_SND_PCM_OSS=m
++CONFIG_SND_PCM_OSS_PLUGINS=y
++# CONFIG_SND_DYNAMIC_MINORS is not set
++# CONFIG_SND_SUPPORT_OLD_API is not set
++# CONFIG_SND_VERBOSE_PROCFS is not set
++# CONFIG_SND_VERBOSE_PRINTK is not set
++# CONFIG_SND_DEBUG is not set
 +
 +#
- # USB support
++# Generic devices
++#
++CONFIG_SND_AC97_CODEC=m
++# CONFIG_SND_DUMMY is not set
++# CONFIG_SND_MTPAV is not set
++# CONFIG_SND_SERIAL_U16550 is not set
++# CONFIG_SND_MPU401 is not set
++
++#
++# AVR32 devices
++#
++CONFIG_SND_ATMEL_AC97=m
+ #
+-# USB support
++# SPI devices
  #
++CONFIG_SND_AT73C213=m
++CONFIG_SND_AT73C213_TARGET_BITRATE=48000
++
++#
++# System on Chip audio support
++#
++# CONFIG_SND_SOC is not set
++
++#
++# SoC Audio support for SuperH
++#
++
++#
++# Open Sound System
++#
++CONFIG_SOUND_PRIME=m
++# CONFIG_SOUND_MSNDCLAS is not set
++# CONFIG_SOUND_MSNDPIN is not set
++CONFIG_SOUND_AT32_ABDAC=m
++CONFIG_AC97_BUS=m
++# CONFIG_HID_SUPPORT is not set
++CONFIG_USB_SUPPORT=y
  # CONFIG_USB_ARCH_HAS_HCD is not set
-@@ -545,21 +709,59 @@
+ # CONFIG_USB_ARCH_HAS_OHCI is not set
+ # CONFIG_USB_ARCH_HAS_EHCI is not set
+@@ -545,63 +796,137 @@
  #
  # USB Gadget Support
  #
 -# CONFIG_USB_GADGET is not set
 -# CONFIG_MMC is not set
+-
+-#
+-# LED devices
+-#
+-# CONFIG_NEW_LEDS is not set
 +CONFIG_USB_GADGET=y
++# CONFIG_USB_GADGET_DEBUG is not set
 +# CONFIG_USB_GADGET_DEBUG_FILES is not set
++# CONFIG_USB_GADGET_DEBUG_FS is not set
 +CONFIG_USB_GADGET_SELECTED=y
++# CONFIG_USB_GADGET_AMD5536UDC is not set
++CONFIG_USB_GADGET_ATMEL_USBA=y
++CONFIG_USB_ATMEL_USBA=y
 +# CONFIG_USB_GADGET_FSL_USB2 is not set
 +# CONFIG_USB_GADGET_NET2280 is not set
 +# CONFIG_USB_GADGET_PXA2XX is not set
++# CONFIG_USB_GADGET_M66592 is not set
 +# CONFIG_USB_GADGET_GOKU is not set
 +# CONFIG_USB_GADGET_LH7A40X is not set
-+CONFIG_USB_GADGET_ATMEL_USBA=y
-+CONFIG_USB_ATMEL_USBA=y
 +# CONFIG_USB_GADGET_OMAP is not set
++# CONFIG_USB_GADGET_S3C2410 is not set
 +# CONFIG_USB_GADGET_AT91 is not set
 +# CONFIG_USB_GADGET_DUMMY_HCD is not set
 +CONFIG_USB_GADGET_DUALSPEED=y
@@ -1091,22 +2771,21 @@ diff -x .git -Nur linux-2.6.22.1/arch/avr32/configs/atstk1002_defconfig linux-av
 +# MMC/SD Card Drivers
 +#
 +CONFIG_MMC_BLOCK=y
++# CONFIG_MMC_BLOCK_BOUNCE is not set
++# CONFIG_SDIO_UART is not set
 +
 +#
 +# MMC/SD Host Controller Drivers
 +#
 +CONFIG_MMC_ATMELMCI=y
- #
- # LED devices
- #
--# CONFIG_NEW_LEDS is not set
++CONFIG_MMC_SPI=m
 +CONFIG_NEW_LEDS=y
 +CONFIG_LEDS_CLASS=m
  
  #
  # LED drivers
  #
++CONFIG_LEDS_ATMEL_PWM=m
 +CONFIG_LEDS_GPIO=m
  
  #
@@ -1115,32 +2794,28 @@ diff -x .git -Nur linux-2.6.22.1/arch/avr32/configs/atstk1002_defconfig linux-av
 +CONFIG_LEDS_TRIGGERS=y
 +CONFIG_LEDS_TRIGGER_TIMER=m
 +CONFIG_LEDS_TRIGGER_HEARTBEAT=m
- #
- # InfiniBand support
-@@ -572,7 +774,50 @@
- #
- # Real Time Clock
- #
--# CONFIG_RTC_CLASS is not set
 +CONFIG_RTC_LIB=y
 +CONFIG_RTC_CLASS=y
-+# CONFIG_RTC_HCTOSYS is not set
++CONFIG_RTC_HCTOSYS=y
++CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
 +# CONFIG_RTC_DEBUG is not set
-+
-+#
+ #
+-# InfiniBand support
 +# RTC interfaces
-+#
+ #
 +CONFIG_RTC_INTF_SYSFS=y
 +CONFIG_RTC_INTF_PROC=y
 +CONFIG_RTC_INTF_DEV=y
 +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
 +# CONFIG_RTC_DRV_TEST is not set
-+
-+#
+ #
+-# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
 +# I2C RTC drivers
-+#
+ #
 +# CONFIG_RTC_DRV_DS1307 is not set
++# CONFIG_RTC_DRV_DS1374 is not set
 +# CONFIG_RTC_DRV_DS1672 is not set
 +# CONFIG_RTC_DRV_MAX6900 is not set
 +# CONFIG_RTC_DRV_RS5C372 is not set
@@ -1148,29 +2823,40 @@ diff -x .git -Nur linux-2.6.22.1/arch/avr32/configs/atstk1002_defconfig linux-av
 +# CONFIG_RTC_DRV_X1205 is not set
 +# CONFIG_RTC_DRV_PCF8563 is not set
 +# CONFIG_RTC_DRV_PCF8583 is not set
-+
-+#
++# CONFIG_RTC_DRV_M41T80 is not set
+ #
+-# Real Time Clock
 +# SPI RTC drivers
-+#
+ #
+-# CONFIG_RTC_CLASS is not set
 +# CONFIG_RTC_DRV_RS5C348 is not set
 +# CONFIG_RTC_DRV_MAX6902 is not set
-+
-+#
+ #
+-# DMA Engine support
 +# Platform RTC drivers
-+#
+ #
+-# CONFIG_DMA_ENGINE is not set
 +# CONFIG_RTC_DRV_DS1553 is not set
++# CONFIG_RTC_DRV_STK17TA8 is not set
 +# CONFIG_RTC_DRV_DS1742 is not set
 +# CONFIG_RTC_DRV_M48T86 is not set
++# CONFIG_RTC_DRV_M48T59 is not set
 +# CONFIG_RTC_DRV_V3020 is not set
-+
-+#
+ #
+-# DMA Clients
 +# on-CPU RTC drivers
-+#
+ #
 +CONFIG_RTC_DRV_AT32AP700X=y
  
  #
- # DMA Engine support
-@@ -590,11 +835,14 @@
+-# DMA Devices
++# Userspace I/O
+ #
++# CONFIG_UIO is not set
  #
  # File systems
  #
@@ -1187,7 +2873,15 @@ diff -x .git -Nur linux-2.6.22.1/arch/avr32/configs/atstk1002_defconfig linux-av
  # CONFIG_REISERFS_FS is not set
  # CONFIG_JFS_FS is not set
  # CONFIG_FS_POSIX_ACL is not set
-@@ -609,7 +857,7 @@
+ # CONFIG_XFS_FS is not set
+ # CONFIG_GFS2_FS is not set
+ # CONFIG_OCFS2_FS is not set
+-CONFIG_MINIX_FS=m
++# CONFIG_MINIX_FS is not set
+ # CONFIG_ROMFS_FS is not set
+ CONFIG_INOTIFY=y
+ CONFIG_INOTIFY_USER=y
+@@ -609,7 +934,7 @@
  # CONFIG_DNOTIFY is not set
  # CONFIG_AUTOFS_FS is not set
  # CONFIG_AUTOFS4_FS is not set
@@ -1196,801 +2890,1877 @@ diff -x .git -Nur linux-2.6.22.1/arch/avr32/configs/atstk1002_defconfig linux-av
  
  #
  # CD-ROM/DVD Filesystems
-@@ -638,7 +886,7 @@
+@@ -637,8 +962,7 @@
+ CONFIG_TMPFS=y
  # CONFIG_TMPFS_POSIX_ACL is not set
  # CONFIG_HUGETLB_PAGE is not set
- CONFIG_RAMFS=y
+-CONFIG_RAMFS=y
 -CONFIG_CONFIGFS_FS=m
 +CONFIG_CONFIGFS_FS=y
  
  #
  # Miscellaneous filesystems
-@@ -683,8 +931,14 @@
- # CONFIG_SUNRPC_BIND34 is not set
- # CONFIG_RPCSEC_GSS_KRB5 is not set
- # CONFIG_RPCSEC_GSS_SPKM3 is not set
--# CONFIG_SMB_FS is not set
--# CONFIG_CIFS is not set
-+CONFIG_SMB_FS=m
-+# CONFIG_SMB_NLS_DEFAULT is not set
-+CONFIG_CIFS=m
-+# CONFIG_CIFS_STATS is not set
-+# CONFIG_CIFS_WEAK_PW_HASH is not set
-+# CONFIG_CIFS_XATTR is not set
-+# CONFIG_CIFS_DEBUG2 is not set
-+# CONFIG_CIFS_EXPERIMENTAL is not set
+@@ -652,11 +976,12 @@
+ # CONFIG_EFS_FS is not set
+ CONFIG_JFFS2_FS=y
+ CONFIG_JFFS2_FS_DEBUG=0
+-CONFIG_JFFS2_FS_WRITEBUFFER=y
++# CONFIG_JFFS2_FS_WRITEBUFFER is not set
+ # CONFIG_JFFS2_SUMMARY is not set
+ # CONFIG_JFFS2_FS_XATTR is not set
+ # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
+ CONFIG_JFFS2_ZLIB=y
++# CONFIG_JFFS2_LZO is not set
+ CONFIG_JFFS2_RTIME=y
+ # CONFIG_JFFS2_RUBIN is not set
+ # CONFIG_CRAMFS is not set
+@@ -665,10 +990,7 @@
+ # CONFIG_QNX4FS_FS is not set
+ # CONFIG_SYSV_FS is not set
+ # CONFIG_UFS_FS is not set
+-
+-#
+-# Network File Systems
+-#
++CONFIG_NETWORK_FILESYSTEMS=y
+ CONFIG_NFS_FS=y
+ CONFIG_NFS_V3=y
+ # CONFIG_NFS_V3_ACL is not set
+@@ -688,17 +1010,12 @@
  # CONFIG_NCP_FS is not set
  # CONFIG_CODA_FS is not set
  # CONFIG_AFS_FS is not set
-diff -x .git -Nur linux-2.6.22.1/arch/avr32/drivers/dw-dmac.c linux-avr32.git/arch/avr32/drivers/dw-dmac.c
---- linux-2.6.22.1/arch/avr32/drivers/dw-dmac.c        1970-01-01 01:00:00.000000000 +0100
-+++ linux-avr32.git/arch/avr32/drivers/dw-dmac.c       2007-07-13 11:24:16.000000000 +0200
-@@ -0,0 +1,761 @@
-+/*
-+ * Driver for the Synopsys DesignWare DMA Controller
-+ *
-+ * Copyright (C) 2005-2006 Atmel Corporation
-+ *
-+ * This program is free software; you can redistribute it and/or modify
-+ * it under the terms of the GNU General Public License version 2 as
-+ * published by the Free Software Foundation.
-+ */
-+#include <linux/clk.h>
-+#include <linux/device.h>
-+#include <linux/dma-mapping.h>
-+#include <linux/dmapool.h>
-+#include <linux/init.h>
-+#include <linux/interrupt.h>
-+#include <linux/module.h>
-+#include <linux/platform_device.h>
+-# CONFIG_9P_FS is not set
+ #
+ # Partition Types
+ #
+ # CONFIG_PARTITION_ADVANCED is not set
+ CONFIG_MSDOS_PARTITION=y
+-
+-#
+-# Native Language Support
+-#
+ CONFIG_NLS=m
+ CONFIG_NLS_DEFAULT="iso8859-1"
+ CONFIG_NLS_CODEPAGE_437=m
+@@ -739,17 +1056,18 @@
+ # CONFIG_NLS_KOI8_R is not set
+ # CONFIG_NLS_KOI8_U is not set
+ CONFIG_NLS_UTF8=m
+-
+-#
+-# Distributed Lock Manager
+-#
+ # CONFIG_DLM is not set
++CONFIG_INSTRUMENTATION=y
++CONFIG_PROFILING=y
++CONFIG_OPROFILE=m
++CONFIG_KPROBES=y
++# CONFIG_MARKERS is not set
+ #
+ # Kernel hacking
+ #
+-CONFIG_TRACE_IRQFLAGS_SUPPORT=y
+ # CONFIG_PRINTK_TIME is not set
++CONFIG_ENABLE_WARN_DEPRECATED=y
+ CONFIG_ENABLE_MUST_CHECK=y
+ CONFIG_MAGIC_SYSRQ=y
+ # CONFIG_UNUSED_SYMBOLS is not set
+@@ -758,12 +1076,17 @@
+ CONFIG_DEBUG_KERNEL=y
+ # CONFIG_DEBUG_SHIRQ is not set
+ CONFIG_DETECT_SOFTLOCKUP=y
++CONFIG_SCHED_DEBUG=y
+ # CONFIG_SCHEDSTATS is not set
+ # CONFIG_TIMER_STATS is not set
++# CONFIG_SLUB_DEBUG_ON is not set
+ # CONFIG_DEBUG_RT_MUTEXES is not set
+ # CONFIG_RT_MUTEX_TESTER is not set
+ # CONFIG_DEBUG_SPINLOCK is not set
+ # CONFIG_DEBUG_MUTEXES is not set
++# CONFIG_DEBUG_LOCK_ALLOC is not set
++# CONFIG_PROVE_LOCKING is not set
++# CONFIG_LOCK_STAT is not set
+ # CONFIG_DEBUG_SPINLOCK_SLEEP is not set
+ # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
+ # CONFIG_DEBUG_KOBJECT is not set
+@@ -771,22 +1094,63 @@
+ # CONFIG_DEBUG_INFO is not set
+ # CONFIG_DEBUG_VM is not set
+ # CONFIG_DEBUG_LIST is not set
++# CONFIG_DEBUG_SG is not set
+ CONFIG_FRAME_POINTER=y
+ CONFIG_FORCED_INLINING=y
++# CONFIG_BOOT_PRINTK_DELAY is not set
+ # CONFIG_RCU_TORTURE_TEST is not set
++# CONFIG_LKDTM is not set
+ # CONFIG_FAULT_INJECTION is not set
+-# CONFIG_KPROBES is not set
++# CONFIG_SAMPLES is not set
+ #
+ # Security options
+ #
+ # CONFIG_KEYS is not set
+ # CONFIG_SECURITY is not set
+-
+-#
+-# Cryptographic options
+-#
+-# CONFIG_CRYPTO is not set
++# CONFIG_SECURITY_FILE_CAPABILITIES is not set
++CONFIG_CRYPTO=y
++CONFIG_CRYPTO_ALGAPI=m
++CONFIG_CRYPTO_BLKCIPHER=m
++CONFIG_CRYPTO_HASH=m
++CONFIG_CRYPTO_MANAGER=m
++CONFIG_CRYPTO_HMAC=m
++# CONFIG_CRYPTO_XCBC is not set
++# CONFIG_CRYPTO_NULL is not set
++# CONFIG_CRYPTO_MD4 is not set
++CONFIG_CRYPTO_MD5=m
++CONFIG_CRYPTO_SHA1=m
++# CONFIG_CRYPTO_SHA256 is not set
++# CONFIG_CRYPTO_SHA512 is not set
++# CONFIG_CRYPTO_WP512 is not set
++# CONFIG_CRYPTO_TGR192 is not set
++# CONFIG_CRYPTO_GF128MUL is not set
++# CONFIG_CRYPTO_ECB is not set
++CONFIG_CRYPTO_CBC=m
++# CONFIG_CRYPTO_PCBC is not set
++# CONFIG_CRYPTO_LRW is not set
++# CONFIG_CRYPTO_XTS is not set
++# CONFIG_CRYPTO_CRYPTD is not set
++CONFIG_CRYPTO_DES=m
++# CONFIG_CRYPTO_FCRYPT is not set
++# CONFIG_CRYPTO_BLOWFISH is not set
++# CONFIG_CRYPTO_TWOFISH is not set
++# CONFIG_CRYPTO_SERPENT is not set
++# CONFIG_CRYPTO_AES is not set
++# CONFIG_CRYPTO_CAST5 is not set
++# CONFIG_CRYPTO_CAST6 is not set
++# CONFIG_CRYPTO_TEA is not set
++# CONFIG_CRYPTO_ARC4 is not set
++# CONFIG_CRYPTO_KHAZAD is not set
++# CONFIG_CRYPTO_ANUBIS is not set
++# CONFIG_CRYPTO_SEED is not set
++CONFIG_CRYPTO_DEFLATE=m
++# CONFIG_CRYPTO_MICHAEL_MIC is not set
++# CONFIG_CRYPTO_CRC32C is not set
++# CONFIG_CRYPTO_CAMELLIA is not set
++# CONFIG_CRYPTO_TEST is not set
++# CONFIG_CRYPTO_AUTHENC is not set
++# CONFIG_CRYPTO_HW is not set
+ #
+ # Library routines
+@@ -794,10 +1158,10 @@
+ CONFIG_BITREVERSE=y
+ CONFIG_CRC_CCITT=m
+ # CONFIG_CRC16 is not set
+-# CONFIG_CRC_ITU_T is not set
++CONFIG_CRC_ITU_T=m
+ CONFIG_CRC32=y
++CONFIG_CRC7=m
+ # CONFIG_LIBCRC32C is not set
+-CONFIG_AUDIT_GENERIC=y
+ CONFIG_ZLIB_INFLATE=y
+ CONFIG_ZLIB_DEFLATE=y
+ CONFIG_PLIST=y
+diff -urN linux-2.6.24.3/arch/avr32/configs/atstk1003_defconfig avr32-2.6/arch/avr32/configs/atstk1003_defconfig
+--- linux-2.6.24.3/arch/avr32/configs/atstk1003_defconfig      1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/arch/avr32/configs/atstk1003_defconfig   2008-04-23 20:12:35.000000000 +0200
+@@ -0,0 +1,1041 @@
++#
++# Automatically generated make config: don't edit
++# Linux kernel version: 2.6.24
++# Thu Mar  6 12:50:27 2008
++#
++CONFIG_AVR32=y
++CONFIG_GENERIC_GPIO=y
++CONFIG_GENERIC_HARDIRQS=y
++CONFIG_STACKTRACE_SUPPORT=y
++CONFIG_LOCKDEP_SUPPORT=y
++CONFIG_TRACE_IRQFLAGS_SUPPORT=y
++CONFIG_HARDIRQS_SW_RESEND=y
++CONFIG_GENERIC_IRQ_PROBE=y
++CONFIG_RWSEM_GENERIC_SPINLOCK=y
++CONFIG_GENERIC_TIME=y
++CONFIG_GENERIC_CLOCKEVENTS=y
++# CONFIG_RWSEM_XCHGADD_ALGORITHM is not set
++# CONFIG_ARCH_HAS_ILOG2_U32 is not set
++# CONFIG_ARCH_HAS_ILOG2_U64 is not set
++CONFIG_ARCH_SUPPORTS_OPROFILE=y
++CONFIG_GENERIC_HWEIGHT=y
++CONFIG_GENERIC_CALIBRATE_DELAY=y
++CONFIG_GENERIC_BUG=y
++CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
 +
-+#include <asm/dma-controller.h>
-+#include <asm/io.h>
++#
++# General setup
++#
++CONFIG_EXPERIMENTAL=y
++CONFIG_BROKEN_ON_SMP=y
++CONFIG_INIT_ENV_ARG_LIMIT=32
++CONFIG_LOCALVERSION=""
++# CONFIG_LOCALVERSION_AUTO is not set
++CONFIG_SWAP=y
++CONFIG_SYSVIPC=y
++CONFIG_SYSVIPC_SYSCTL=y
++CONFIG_POSIX_MQUEUE=y
++CONFIG_BSD_PROCESS_ACCT=y
++CONFIG_BSD_PROCESS_ACCT_V3=y
++CONFIG_TASKSTATS=y
++CONFIG_TASK_DELAY_ACCT=y
++# CONFIG_TASK_XACCT is not set
++# CONFIG_USER_NS is not set
++# CONFIG_PID_NS is not set
++CONFIG_AUDIT=y
++# CONFIG_IKCONFIG is not set
++CONFIG_LOG_BUF_SHIFT=14
++# CONFIG_CGROUPS is not set
++CONFIG_FAIR_GROUP_SCHED=y
++CONFIG_FAIR_USER_SCHED=y
++# CONFIG_FAIR_CGROUP_SCHED is not set
++CONFIG_SYSFS_DEPRECATED=y
++CONFIG_RELAY=y
++CONFIG_BLK_DEV_INITRD=y
++CONFIG_INITRAMFS_SOURCE=""
++CONFIG_CC_OPTIMIZE_FOR_SIZE=y
++CONFIG_SYSCTL=y
++CONFIG_EMBEDDED=y
++# CONFIG_SYSCTL_SYSCALL is not set
++CONFIG_KALLSYMS=y
++# CONFIG_KALLSYMS_ALL is not set
++# CONFIG_KALLSYMS_EXTRA_PASS is not set
++CONFIG_HOTPLUG=y
++CONFIG_PRINTK=y
++CONFIG_BUG=y
++CONFIG_ELF_CORE=y
++# CONFIG_BASE_FULL is not set
++CONFIG_FUTEX=y
++CONFIG_ANON_INODES=y
++CONFIG_EPOLL=y
++CONFIG_SIGNALFD=y
++CONFIG_EVENTFD=y
++CONFIG_SHMEM=y
++CONFIG_VM_EVENT_COUNTERS=y
++# CONFIG_SLUB_DEBUG is not set
++# CONFIG_SLAB is not set
++CONFIG_SLUB=y
++# CONFIG_SLOB is not set
++CONFIG_SLABINFO=y
++CONFIG_RT_MUTEXES=y
++# CONFIG_TINY_SHMEM is not set
++CONFIG_BASE_SMALL=1
++CONFIG_MODULES=y
++CONFIG_MODULE_UNLOAD=y
++# CONFIG_MODULE_FORCE_UNLOAD is not set
++# CONFIG_MODVERSIONS is not set
++# CONFIG_MODULE_SRCVERSION_ALL is not set
++# CONFIG_KMOD is not set
++CONFIG_BLOCK=y
++# CONFIG_LBD is not set
++# CONFIG_BLK_DEV_IO_TRACE is not set
++# CONFIG_LSF is not set
++# CONFIG_BLK_DEV_BSG is not set
 +
-+#include "dw-dmac.h"
++#
++# IO Schedulers
++#
++CONFIG_IOSCHED_NOOP=y
++# CONFIG_IOSCHED_AS is not set
++# CONFIG_IOSCHED_DEADLINE is not set
++CONFIG_IOSCHED_CFQ=y
++# CONFIG_DEFAULT_AS is not set
++# CONFIG_DEFAULT_DEADLINE is not set
++CONFIG_DEFAULT_CFQ=y
++# CONFIG_DEFAULT_NOOP is not set
++CONFIG_DEFAULT_IOSCHED="cfq"
 +
-+#define DMAC_NR_CHANNELS 3
-+#define DMAC_MAX_BLOCKSIZE 4095
++#
++# System Type and features
++#
++CONFIG_TICK_ONESHOT=y
++CONFIG_NO_HZ=y
++CONFIG_HIGH_RES_TIMERS=y
++CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
++CONFIG_SUBARCH_AVR32B=y
++CONFIG_MMU=y
++CONFIG_PERFORMANCE_COUNTERS=y
++CONFIG_PLATFORM_AT32AP=y
++CONFIG_CPU_AT32AP700X=y
++CONFIG_CPU_AT32AP7001=y
++CONFIG_BOARD_ATSTK1000=y
++# CONFIG_BOARD_ATNGW100 is not set
++# CONFIG_BOARD_ATSTK1002 is not set
++CONFIG_BOARD_ATSTK1003=y
++# CONFIG_BOARD_ATSTK1004 is not set
++# CONFIG_BOARD_ATSTK100X_CUSTOM is not set
++# CONFIG_BOARD_ATSTK100X_SPI1 is not set
++# CONFIG_BOARD_ATSTK1000_J2_LED is not set
++# CONFIG_BOARD_ATSTK1000_J2_LED8 is not set
++# CONFIG_BOARD_ATSTK1000_J2_RGB is not set
++CONFIG_BOARD_ATSTK1000_EXTDAC=y
++# CONFIG_BOARD_ATSTK100X_ENABLE_AC97 is not set
++# CONFIG_BOARD_ATSTK1000_CF_HACKS is not set
++# CONFIG_BOARD_ATSTK100X_ENABLE_PSIF is not set
++CONFIG_LOADER_U_BOOT=y
 +
-+enum {
-+      CH_STATE_FREE = 0,
-+      CH_STATE_ALLOCATED,
-+      CH_STATE_BUSY,
-+};
++#
++# Atmel AVR32 AP options
++#
++# CONFIG_AP700X_32_BIT_SMC is not set
++CONFIG_AP700X_16_BIT_SMC=y
++# CONFIG_AP700X_8_BIT_SMC is not set
++CONFIG_GPIO_DEV=y
++CONFIG_LOAD_ADDRESS=0x10000000
++CONFIG_ENTRY_ADDRESS=0x90000000
++CONFIG_PHYS_OFFSET=0x10000000
++CONFIG_PREEMPT_NONE=y
++# CONFIG_PREEMPT_VOLUNTARY is not set
++# CONFIG_PREEMPT is not set
++# CONFIG_HAVE_ARCH_BOOTMEM_NODE is not set
++# CONFIG_ARCH_HAVE_MEMORY_PRESENT is not set
++# CONFIG_NEED_NODE_MEMMAP_SIZE is not set
++CONFIG_ARCH_FLATMEM_ENABLE=y
++# CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set
++# CONFIG_ARCH_SPARSEMEM_ENABLE is not set
++CONFIG_SELECT_MEMORY_MODEL=y
++CONFIG_FLATMEM_MANUAL=y
++# CONFIG_DISCONTIGMEM_MANUAL is not set
++# CONFIG_SPARSEMEM_MANUAL is not set
++CONFIG_FLATMEM=y
++CONFIG_FLAT_NODE_MEM_MAP=y
++# CONFIG_SPARSEMEM_STATIC is not set
++# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
++CONFIG_SPLIT_PTLOCK_CPUS=4
++# CONFIG_RESOURCES_64BIT is not set
++CONFIG_ZONE_DMA_FLAG=0
++CONFIG_VIRT_TO_BUS=y
++# CONFIG_OWNERSHIP_TRACE is not set
++CONFIG_NMI_DEBUGGING=y
++CONFIG_DW_DMAC=y
++# CONFIG_HZ_100 is not set
++CONFIG_HZ_250=y
++# CONFIG_HZ_300 is not set
++# CONFIG_HZ_1000 is not set
++CONFIG_HZ=250
++CONFIG_CMDLINE=""
 +
-+struct dw_dma_lli {
-+      dma_addr_t      sar;
-+      dma_addr_t      dar;
-+      dma_addr_t      llp;
-+      u32             ctllo;
-+      u32             ctlhi;
-+      u32             sstat;
-+      u32             dstat;
-+};
++#
++# Power management options
++#
 +
-+struct dw_dma_block {
-+      struct dw_dma_lli *lli_vaddr;
-+      dma_addr_t lli_dma_addr;
-+};
++#
++# CPU Frequency scaling
++#
++CONFIG_CPU_FREQ=y
++CONFIG_CPU_FREQ_TABLE=y
++# CONFIG_CPU_FREQ_DEBUG is not set
++# CONFIG_CPU_FREQ_STAT is not set
++CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
++# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
++# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
++# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
++CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
++# CONFIG_CPU_FREQ_GOV_POWERSAVE is not set
++CONFIG_CPU_FREQ_GOV_USERSPACE=y
++CONFIG_CPU_FREQ_GOV_ONDEMAND=y
++# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set
++CONFIG_CPU_FREQ_AT32AP=y
 +
-+struct dw_dma_channel {
-+      unsigned int state;
-+        int is_cyclic;
-+      struct dma_request_sg *req_sg;
-+      struct dma_request_cyclic *req_cyclic;
-+      unsigned int nr_blocks;
-+      int direction;
-+      struct dw_dma_block *block;
-+};
++#
++# Bus options
++#
++# CONFIG_ARCH_SUPPORTS_MSI is not set
++# CONFIG_PCCARD is not set
 +
-+struct dw_dma_controller {
-+      spinlock_t lock;
-+      void * __iomem  regs;
-+      struct dma_pool *lli_pool;
-+      struct clk *hclk;
-+      struct dma_controller dma;
-+      struct dw_dma_channel channel[DMAC_NR_CHANNELS];
-+};
-+#define to_dw_dmac(dmac) container_of(dmac, struct dw_dma_controller, dma)
++#
++# Executable file formats
++#
++CONFIG_BINFMT_ELF=y
++# CONFIG_BINFMT_MISC is not set
 +
-+#define dmac_writel_hi(dmac, reg, value) \
-+      __raw_writel((value), (dmac)->regs + DW_DMAC_##reg + 4)
-+#define dmac_readl_hi(dmac, reg) \
-+      __raw_readl((dmac)->regs + DW_DMAC_##reg + 4)
-+#define dmac_writel_lo(dmac, reg, value) \
-+      __raw_writel((value), (dmac)->regs + DW_DMAC_##reg)
-+#define dmac_readl_lo(dmac, reg) \
-+      __raw_readl((dmac)->regs + DW_DMAC_##reg)
-+#define dmac_chan_writel_hi(dmac, chan, reg, value) \
-+      __raw_writel((value), ((dmac)->regs + 0x58 * (chan) \
-+                             + DW_DMAC_CHAN_##reg + 4))
-+#define dmac_chan_readl_hi(dmac, chan, reg) \
-+      __raw_readl((dmac)->regs + 0x58 * (chan) + DW_DMAC_CHAN_##reg + 4)
-+#define dmac_chan_writel_lo(dmac, chan, reg, value) \
-+      __raw_writel((value), (dmac)->regs + 0x58 * (chan) + DW_DMAC_CHAN_##reg)
-+#define dmac_chan_readl_lo(dmac, chan, reg) \
-+      __raw_readl((dmac)->regs + 0x58 * (chan) + DW_DMAC_CHAN_##reg)
-+#define set_channel_bit(dmac, reg, chan) \
-+      dmac_writel_lo(dmac, reg, (1 << (chan)) | (1 << ((chan) + 8)))
-+#define clear_channel_bit(dmac, reg, chan) \
-+      dmac_writel_lo(dmac, reg, (0 << (chan)) | (1 << ((chan) + 8)))
++#
++# Networking
++#
++CONFIG_NET=y
 +
-+static int dmac_alloc_channel(struct dma_controller *_dmac)
-+{
-+      struct dw_dma_controller *dmac = to_dw_dmac(_dmac);
-+      struct dw_dma_channel *chan;
-+      unsigned long flags;
-+      int i;
++#
++# Networking options
++#
++CONFIG_PACKET=y
++CONFIG_PACKET_MMAP=y
++CONFIG_UNIX=y
++# CONFIG_NET_KEY is not set
++CONFIG_INET=y
++# CONFIG_IP_MULTICAST is not set
++# CONFIG_IP_ADVANCED_ROUTER is not set
++CONFIG_IP_FIB_HASH=y
++# CONFIG_IP_PNP is not set
++# CONFIG_NET_IPIP is not set
++# CONFIG_NET_IPGRE is not set
++# CONFIG_ARPD is not set
++# CONFIG_SYN_COOKIES is not set
++# CONFIG_INET_AH is not set
++# CONFIG_INET_ESP is not set
++# CONFIG_INET_IPCOMP is not set
++# CONFIG_INET_XFRM_TUNNEL is not set
++# CONFIG_INET_TUNNEL is not set
++# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
++# CONFIG_INET_XFRM_MODE_TUNNEL is not set
++# CONFIG_INET_XFRM_MODE_BEET is not set
++# CONFIG_INET_LRO is not set
++# CONFIG_INET_DIAG is not set
++# CONFIG_TCP_CONG_ADVANCED is not set
++CONFIG_TCP_CONG_CUBIC=y
++CONFIG_DEFAULT_TCP_CONG="cubic"
++# CONFIG_TCP_MD5SIG is not set
++# CONFIG_IPV6 is not set
++# CONFIG_INET6_XFRM_TUNNEL is not set
++# CONFIG_INET6_TUNNEL is not set
++# CONFIG_NETWORK_SECMARK is not set
++# CONFIG_NETFILTER is not set
++# CONFIG_IP_DCCP is not set
++# CONFIG_IP_SCTP is not set
++# CONFIG_TIPC is not set
++# CONFIG_ATM is not set
++# CONFIG_BRIDGE is not set
++# CONFIG_VLAN_8021Q is not set
++# CONFIG_DECNET is not set
++# CONFIG_LLC2 is not set
++# CONFIG_IPX is not set
++# CONFIG_ATALK is not set
++# CONFIG_X25 is not set
++# CONFIG_LAPB is not set
++# CONFIG_ECONET is not set
++# CONFIG_WAN_ROUTER is not set
++# CONFIG_NET_SCHED is not set
 +
-+      spin_lock_irqsave(&dmac->lock, flags);
-+      for (i = 0; i < DMAC_NR_CHANNELS; i++)
-+              if (dmac->channel[i].state == CH_STATE_FREE)
-+                      break;
++#
++# Network testing
++#
++# CONFIG_NET_PKTGEN is not set
++# CONFIG_NET_TCPPROBE is not set
++# CONFIG_HAMRADIO is not set
++# CONFIG_IRDA is not set
++# CONFIG_BT is not set
++# CONFIG_AF_RXRPC is not set
 +
-+      if (i < DMAC_NR_CHANNELS) {
-+              chan = &dmac->channel[i];
-+              chan->state = CH_STATE_ALLOCATED;
-+      } else {
-+              i = -EBUSY;
-+      }
++#
++# Wireless
++#
++# CONFIG_CFG80211 is not set
++# CONFIG_WIRELESS_EXT is not set
++# CONFIG_MAC80211 is not set
++# CONFIG_IEEE80211 is not set
++# CONFIG_RFKILL is not set
++# CONFIG_NET_9P is not set
 +
-+      spin_unlock_irqrestore(&dmac->lock, flags);
++#
++# Device Drivers
++#
 +
-+      return i;
-+}
++#
++# Generic Driver Options
++#
++CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
++CONFIG_STANDALONE=y
++# CONFIG_PREVENT_FIRMWARE_BUILD is not set
++# CONFIG_FW_LOADER is not set
++# CONFIG_DEBUG_DRIVER is not set
++# CONFIG_DEBUG_DEVRES is not set
++# CONFIG_SYS_HYPERVISOR is not set
++# CONFIG_CONNECTOR is not set
++CONFIG_MTD=y
++# CONFIG_MTD_DEBUG is not set
++# CONFIG_MTD_CONCAT is not set
++CONFIG_MTD_PARTITIONS=y
++# CONFIG_MTD_REDBOOT_PARTS is not set
++CONFIG_MTD_CMDLINE_PARTS=y
 +
-+static void dmac_release_channel(struct dma_controller *_dmac, int channel)
-+{
-+      struct dw_dma_controller *dmac = to_dw_dmac(_dmac);
++#
++# User Modules And Translation Layers
++#
++CONFIG_MTD_CHAR=y
++CONFIG_MTD_BLKDEVS=y
++CONFIG_MTD_BLOCK=y
++# CONFIG_FTL is not set
++# CONFIG_NFTL is not set
++# CONFIG_INFTL is not set
++# CONFIG_RFD_FTL is not set
++# CONFIG_SSFDC is not set
++# CONFIG_MTD_OOPS is not set
 +
-+      BUG_ON(channel >= DMAC_NR_CHANNELS
-+             || dmac->channel[channel].state != CH_STATE_ALLOCATED);
++#
++# RAM/ROM/Flash chip drivers
++#
++CONFIG_MTD_CFI=y
++# CONFIG_MTD_JEDECPROBE is not set
++CONFIG_MTD_GEN_PROBE=y
++# CONFIG_MTD_CFI_ADV_OPTIONS is not set
++CONFIG_MTD_MAP_BANK_WIDTH_1=y
++CONFIG_MTD_MAP_BANK_WIDTH_2=y
++CONFIG_MTD_MAP_BANK_WIDTH_4=y
++# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
++# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
++# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
++CONFIG_MTD_CFI_I1=y
++CONFIG_MTD_CFI_I2=y
++# CONFIG_MTD_CFI_I4 is not set
++# CONFIG_MTD_CFI_I8 is not set
++# CONFIG_MTD_CFI_INTELEXT is not set
++CONFIG_MTD_CFI_AMDSTD=y
++# CONFIG_MTD_CFI_STAA is not set
++CONFIG_MTD_CFI_UTIL=y
++# CONFIG_MTD_RAM is not set
++# CONFIG_MTD_ROM is not set
++# CONFIG_MTD_ABSENT is not set
 +
-+      dmac->channel[channel].state = CH_STATE_FREE;
-+}
++#
++# Mapping drivers for chip access
++#
++# CONFIG_MTD_COMPLEX_MAPPINGS is not set
++CONFIG_MTD_PHYSMAP=y
++CONFIG_MTD_PHYSMAP_START=0x8000000
++CONFIG_MTD_PHYSMAP_LEN=0x0
++CONFIG_MTD_PHYSMAP_BANKWIDTH=2
++# CONFIG_MTD_PLATRAM is not set
 +
-+static struct dw_dma_block *allocate_blocks(struct dw_dma_controller *dmac,
-+                                          unsigned int nr_blocks)
-+{
-+      struct dw_dma_block *block;
-+      void *p;
-+      unsigned int i;
++#
++# Self-contained MTD device drivers
++#
++CONFIG_MTD_DATAFLASH=m
++CONFIG_MTD_M25P80=m
++# CONFIG_MTD_SLRAM is not set
++# CONFIG_MTD_PHRAM is not set
++# CONFIG_MTD_MTDRAM is not set
++# CONFIG_MTD_BLOCK2MTD is not set
 +
-+      block = kmalloc(nr_blocks * sizeof(*block),
-+                      GFP_KERNEL);
-+      if (unlikely(!block))
-+              return NULL;
++#
++# Disk-On-Chip Device Drivers
++#
++# CONFIG_MTD_DOC2000 is not set
++# CONFIG_MTD_DOC2001 is not set
++# CONFIG_MTD_DOC2001PLUS is not set
++# CONFIG_MTD_NAND is not set
++# CONFIG_MTD_ONENAND is not set
 +
-+      for (i = 0; i < nr_blocks; i++) {
-+              p = dma_pool_alloc(dmac->lli_pool, GFP_KERNEL,
-+                                 &block[i].lli_dma_addr);
-+              block[i].lli_vaddr = p;
-+              if (unlikely(!p))
-+                      goto fail;
-+      }
++#
++# UBI - Unsorted block images
++#
++# CONFIG_MTD_UBI is not set
++# CONFIG_PARPORT is not set
++CONFIG_BLK_DEV=y
++# CONFIG_BLK_DEV_COW_COMMON is not set
++CONFIG_BLK_DEV_LOOP=m
++# CONFIG_BLK_DEV_CRYPTOLOOP is not set
++CONFIG_BLK_DEV_NBD=m
++CONFIG_BLK_DEV_RAM=m
++CONFIG_BLK_DEV_RAM_COUNT=16
++CONFIG_BLK_DEV_RAM_SIZE=4096
++CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
++# CONFIG_CDROM_PKTCDVD is not set
++# CONFIG_ATA_OVER_ETH is not set
++CONFIG_MISC_DEVICES=y
++CONFIG_ATMEL_PWM=m
++CONFIG_ATMEL_TCLIB=y
++CONFIG_ATMEL_TCB_CLKSRC=y
++CONFIG_ATMEL_TCB_CLKSRC_BLOCK=0
++# CONFIG_EEPROM_93CX6 is not set
++CONFIG_ATMEL_SSC=m
++# CONFIG_IDE is not set
 +
-+      return block;
++#
++# SCSI device support
++#
++# CONFIG_RAID_ATTRS is not set
++CONFIG_SCSI=m
++CONFIG_SCSI_DMA=y
++# CONFIG_SCSI_TGT is not set
++# CONFIG_SCSI_NETLINK is not set
++# CONFIG_SCSI_PROC_FS is not set
 +
-+fail:
-+      for (i = 0; i < nr_blocks; i++) {
-+              if (!block[i].lli_vaddr)
-+                      break;
-+              dma_pool_free(dmac->lli_pool, block[i].lli_vaddr,
-+                            block[i].lli_dma_addr);
-+      }
-+      kfree(block);
-+      return NULL;
-+}
++#
++# SCSI support type (disk, tape, CD-ROM)
++#
++CONFIG_BLK_DEV_SD=m
++# CONFIG_CHR_DEV_ST is not set
++# CONFIG_CHR_DEV_OSST is not set
++CONFIG_BLK_DEV_SR=m
++# CONFIG_BLK_DEV_SR_VENDOR is not set
++# CONFIG_CHR_DEV_SG is not set
++# CONFIG_CHR_DEV_SCH is not set
 +
-+static void cleanup_channel(struct dw_dma_controller *dmac,
-+                          struct dw_dma_channel *chan)
-+{
-+      unsigned int i;
++#
++# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
++#
++# CONFIG_SCSI_MULTI_LUN is not set
++# CONFIG_SCSI_CONSTANTS is not set
++# CONFIG_SCSI_LOGGING is not set
++# CONFIG_SCSI_SCAN_ASYNC is not set
++CONFIG_SCSI_WAIT_SCAN=m
 +
-+      if (chan->nr_blocks > 1) {
-+              for (i = 0; i < chan->nr_blocks; i++)
-+                      dma_pool_free(dmac->lli_pool, chan->block[i].lli_vaddr,
-+                                    chan->block[i].lli_dma_addr);
-+              kfree(chan->block);
-+      }
++#
++# SCSI Transports
++#
++# CONFIG_SCSI_SPI_ATTRS is not set
++# CONFIG_SCSI_FC_ATTRS is not set
++# CONFIG_SCSI_ISCSI_ATTRS is not set
++# CONFIG_SCSI_SAS_LIBSAS is not set
++# CONFIG_SCSI_SRP_ATTRS is not set
++CONFIG_SCSI_LOWLEVEL=y
++# CONFIG_ISCSI_TCP is not set
++# CONFIG_SCSI_DEBUG is not set
++CONFIG_ATA=m
++# CONFIG_ATA_NONSTANDARD is not set
++CONFIG_PATA_AT32=m
++# CONFIG_PATA_PLATFORM is not set
++# CONFIG_MD is not set
++CONFIG_NETDEVICES=y
++# CONFIG_NETDEVICES_MULTIQUEUE is not set
++# CONFIG_DUMMY is not set
++# CONFIG_BONDING is not set
++# CONFIG_MACVLAN is not set
++# CONFIG_EQUALIZER is not set
++# CONFIG_TUN is not set
++# CONFIG_VETH is not set
++# CONFIG_NET_ETHERNET is not set
++# CONFIG_NETDEV_1000 is not set
++# CONFIG_NETDEV_10000 is not set
 +
-+      chan->state = CH_STATE_ALLOCATED;
-+}
++#
++# Wireless LAN
++#
++# CONFIG_WLAN_PRE80211 is not set
++# CONFIG_WLAN_80211 is not set
++# CONFIG_WAN is not set
++CONFIG_PPP=m
++# CONFIG_PPP_MULTILINK is not set
++# CONFIG_PPP_FILTER is not set
++CONFIG_PPP_ASYNC=m
++# CONFIG_PPP_SYNC_TTY is not set
++CONFIG_PPP_DEFLATE=m
++CONFIG_PPP_BSDCOMP=m
++# CONFIG_PPP_MPPE is not set
++# CONFIG_PPPOE is not set
++# CONFIG_PPPOL2TP is not set
++# CONFIG_SLIP is not set
++CONFIG_SLHC=m
++# CONFIG_SHAPER is not set
++# CONFIG_NETCONSOLE is not set
++# CONFIG_NETPOLL is not set
++# CONFIG_NET_POLL_CONTROLLER is not set
++# CONFIG_ISDN is not set
++# CONFIG_PHONE is not set
 +
-+static int dmac_prepare_request_sg(struct dma_controller *_dmac,
-+                                 struct dma_request_sg *req)
-+{
-+      struct dw_dma_controller *dmac = to_dw_dmac(_dmac);
-+      struct dw_dma_channel *chan;
-+      unsigned long ctlhi, ctllo, cfghi, cfglo;
-+      unsigned long block_size;
-+      unsigned int nr_blocks;
-+      int ret, i, direction;
-+      unsigned long flags;
++#
++# Input device support
++#
++CONFIG_INPUT=m
++# CONFIG_INPUT_FF_MEMLESS is not set
++CONFIG_INPUT_POLLDEV=m
 +
-+      spin_lock_irqsave(&dmac->lock, flags);
++#
++# Userland interfaces
++#
++CONFIG_INPUT_MOUSEDEV=m
++CONFIG_INPUT_MOUSEDEV_PSAUX=y
++CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
++CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
++# CONFIG_INPUT_JOYDEV is not set
++# CONFIG_INPUT_EVDEV is not set
++# CONFIG_INPUT_EVBUG is not set
 +
-+      ret = -EINVAL;
-+      if (req->req.channel >= DMAC_NR_CHANNELS
-+          || dmac->channel[req->req.channel].state != CH_STATE_ALLOCATED
-+          || req->block_size > DMAC_MAX_BLOCKSIZE) {
-+              spin_unlock_irqrestore(&dmac->lock, flags);
-+              return -EINVAL;
-+      }
++#
++# Input Device Drivers
++#
++CONFIG_INPUT_KEYBOARD=y
++# CONFIG_KEYBOARD_ATKBD is not set
++# CONFIG_KEYBOARD_SUNKBD is not set
++# CONFIG_KEYBOARD_LKKBD is not set
++# CONFIG_KEYBOARD_XTKBD is not set
++# CONFIG_KEYBOARD_NEWTON is not set
++# CONFIG_KEYBOARD_STOWAWAY is not set
++CONFIG_KEYBOARD_GPIO=m
++CONFIG_INPUT_MOUSE=y
++# CONFIG_MOUSE_PS2 is not set
++# CONFIG_MOUSE_SERIAL is not set
++# CONFIG_MOUSE_VSXXXAA is not set
++CONFIG_MOUSE_GPIO=m
++# CONFIG_INPUT_JOYSTICK is not set
++# CONFIG_INPUT_TABLET is not set
++# CONFIG_INPUT_TOUCHSCREEN is not set
++# CONFIG_INPUT_MISC is not set
 +
-+      chan = &dmac->channel[req->req.channel];
-+      chan->state = CH_STATE_BUSY;
-+      chan->req_sg = req;
-+      chan->is_cyclic = 0;
++#
++# Hardware I/O ports
++#
++# CONFIG_SERIO is not set
++# CONFIG_GAMEPORT is not set
 +
-+      /*
-+       * We have marked the channel as busy, so no need to keep the
-+       * lock as long as we only touch the channel-specific
-+       * registers
-+       */
-+      spin_unlock_irqrestore(&dmac->lock, flags);
++#
++# Character devices
++#
++# CONFIG_VT is not set
++# CONFIG_SERIAL_NONSTANDARD is not set
 +
-+      /*
-+       * There may be limitations in the driver and/or the DMA
-+       * controller that prevents us from sending a whole
-+       * scatterlist item in one go.  Taking this into account,
-+       * calculate the number of block transfers we need to set up.
-+       *
-+       * FIXME: Let the peripheral driver know about the maximum
-+       * block size we support. We really don't want to use a
-+       * different block size than what was suggested by the
-+       * peripheral.
-+       *
-+       * Each block will get its own Linked List Item (LLI) below.
-+       */
-+      block_size = req->block_size;
-+      nr_blocks = req->nr_blocks;
-+      pr_debug("block_size %lu, nr_blocks %u nr_sg = %u\n",
-+               block_size, nr_blocks, req->nr_sg);
++#
++# Serial drivers
++#
++# CONFIG_SERIAL_8250 is not set
 +
-+      BUG_ON(nr_blocks == 0);
-+      chan->nr_blocks = nr_blocks;
++#
++# Non-8250 serial port support
++#
++CONFIG_SERIAL_ATMEL=y
++CONFIG_SERIAL_ATMEL_CONSOLE=y
++CONFIG_SERIAL_ATMEL_PDC=y
++# CONFIG_SERIAL_ATMEL_TTYAT is not set
++CONFIG_SERIAL_CORE=y
++CONFIG_SERIAL_CORE_CONSOLE=y
++CONFIG_UNIX98_PTYS=y
++# CONFIG_LEGACY_PTYS is not set
++# CONFIG_IPMI_HANDLER is not set
++# CONFIG_HW_RANDOM is not set
++# CONFIG_RTC is not set
++# CONFIG_GEN_RTC is not set
++# CONFIG_R3964 is not set
++# CONFIG_RAW_DRIVER is not set
++# CONFIG_TCG_TPM is not set
++CONFIG_I2C=m
++CONFIG_I2C_BOARDINFO=y
++CONFIG_I2C_CHARDEV=m
 +
-+      ret = -EINVAL;
-+      cfglo = cfghi = 0;
-+      switch (req->direction) {
-+      case DMA_DIR_MEM_TO_PERIPH:
-+              direction = DMA_TO_DEVICE;
-+              cfghi = req->periph_id << (43 - 32);
-+              break;
++#
++# I2C Algorithms
++#
++CONFIG_I2C_ALGOBIT=m
++# CONFIG_I2C_ALGOPCF is not set
++# CONFIG_I2C_ALGOPCA is not set
 +
-+      case DMA_DIR_PERIPH_TO_MEM:
-+              direction = DMA_FROM_DEVICE;
-+              cfghi = req->periph_id << (39 - 32);
-+              break;
-+      default:
-+              goto out_unclaim_channel;
-+      }
++#
++# I2C Hardware Bus support
++#
++CONFIG_I2C_ATMELTWI=m
++CONFIG_I2C_GPIO=m
++# CONFIG_I2C_OCORES is not set
++# CONFIG_I2C_PARPORT_LIGHT is not set
++# CONFIG_I2C_SIMTEC is not set
++# CONFIG_I2C_TAOS_EVM is not set
++# CONFIG_I2C_STUB is not set
 +
-+        chan->direction = direction;
++#
++# Miscellaneous I2C Chip support
++#
++# CONFIG_SENSORS_DS1337 is not set
++# CONFIG_SENSORS_DS1374 is not set
++# CONFIG_DS1682 is not set
++# CONFIG_SENSORS_EEPROM is not set
++# CONFIG_SENSORS_PCF8574 is not set
++# CONFIG_SENSORS_PCA9539 is not set
++# CONFIG_SENSORS_PCF8591 is not set
++# CONFIG_SENSORS_MAX6875 is not set
++# CONFIG_SENSORS_TSL2550 is not set
++# CONFIG_I2C_DEBUG_CORE is not set
++# CONFIG_I2C_DEBUG_ALGO is not set
++# CONFIG_I2C_DEBUG_BUS is not set
++# CONFIG_I2C_DEBUG_CHIP is not set
 +
-+      dmac_chan_writel_hi(dmac, req->req.channel, CFG, cfghi);
-+      dmac_chan_writel_lo(dmac, req->req.channel, CFG, cfglo);
++#
++# SPI support
++#
++CONFIG_SPI=y
++# CONFIG_SPI_DEBUG is not set
++CONFIG_SPI_MASTER=y
 +
-+      ctlhi = block_size >> req->width;
-+      ctllo = ((req->direction << 20)
-+               // | (1 << 14) | (1 << 11) // source/dest burst trans len
-+               | (req->width << 4) | (req->width << 1)
-+               | (1 << 0));            // interrupt enable
++#
++# SPI Master Controller Drivers
++#
++CONFIG_SPI_ATMEL=y
++# CONFIG_SPI_BITBANG is not set
 +
-+      if (nr_blocks == 1) {
-+              /* Only one block: No need to use block chaining */
-+              if (direction == DMA_TO_DEVICE) {
-+                      dmac_chan_writel_lo(dmac, req->req.channel, SAR,
-+                                          req->sg->dma_address);
-+                      dmac_chan_writel_lo(dmac, req->req.channel, DAR,
-+                                          req->data_reg);
-+                      ctllo |= 2 << 7; // no dst increment
-+              } else {
-+                      dmac_chan_writel_lo(dmac, req->req.channel, SAR,
-+                                          req->data_reg);
-+                      dmac_chan_writel_lo(dmac, req->req.channel, DAR,
-+                                          req->sg->dma_address);
-+                      ctllo |= 2 << 9; // no src increment
-+              }
-+              dmac_chan_writel_lo(dmac, req->req.channel, CTL, ctllo);
-+              dmac_chan_writel_hi(dmac, req->req.channel, CTL, ctlhi);
-+              pr_debug("ctl hi:lo 0x%lx:%lx\n", ctlhi, ctllo);
-+      } else {
-+              struct dw_dma_lli *lli, *lli_prev = NULL;
-+              int j = 0, offset = 0;
++#
++# SPI Protocol Masters
++#
++# CONFIG_SPI_AT25 is not set
++CONFIG_SPI_SPIDEV=m
++# CONFIG_SPI_TLE62X0 is not set
++# CONFIG_W1 is not set
++# CONFIG_POWER_SUPPLY is not set
++# CONFIG_HWMON is not set
++CONFIG_WATCHDOG=y
++# CONFIG_WATCHDOG_NOWAYOUT is not set
 +
-+              ret = -ENOMEM;
-+              chan->block = allocate_blocks(dmac, nr_blocks);
-+              if (!chan->block)
-+                      goto out_unclaim_channel;
++#
++# Watchdog Device Drivers
++#
++# CONFIG_SOFT_WATCHDOG is not set
++CONFIG_AT32AP700X_WDT=y
 +
-+              if (direction == DMA_TO_DEVICE)
-+                      ctllo |= 1 << 28 | 1 << 27 | 2 << 7;
-+              else
-+                      ctllo |= 1 << 28 | 1 << 27 | 2 << 9;
++#
++# Sonics Silicon Backplane
++#
++CONFIG_SSB_POSSIBLE=y
++# CONFIG_SSB is not set
 +
-+              /*
-+               * Map scatterlist items to blocks. One scatterlist
-+               * item may need more than one block for the reasons
-+               * mentioned above.
-+               */
-+              for (i = 0; i < nr_blocks; i++) {
-+                      lli = chan->block[i].lli_vaddr;
-+                      if (lli_prev) {
-+                              lli_prev->llp = chan->block[i].lli_dma_addr;
-+                              pr_debug("lli[%d] (0x%p/0x%x): 0x%x 0x%x 0x%x 0x%x 0x%x\n",
-+                                       i - 1, chan->block[i - 1].lli_vaddr,
-+                                       chan->block[i - 1].lli_dma_addr,
-+                                       lli_prev->sar, lli_prev->dar, lli_prev->llp,
-+                                       lli_prev->ctllo, lli_prev->ctlhi);
-+                      }
-+                      lli->llp = 0;
-+                      lli->ctllo = ctllo;
-+                      lli->ctlhi = ctlhi;
-+                      if (direction == DMA_TO_DEVICE) {
-+                              lli->sar = req->sg[j].dma_address + offset;
-+                              lli->dar = req->data_reg;
-+                      } else {
-+                              lli->sar = req->data_reg;
-+                              lli->dar = req->sg[j].dma_address + offset;
-+                      }
-+                      lli_prev = lli;
++#
++# Multifunction device drivers
++#
++# CONFIG_MFD_SM501 is not set
 +
-+                      offset += block_size;
-+                      if (offset > req->sg[j].length) {
-+                              j++;
-+                              offset = 0;
-+                      }
-+              }
++#
++# Multimedia devices
++#
++# CONFIG_VIDEO_DEV is not set
++# CONFIG_DVB_CORE is not set
++# CONFIG_DAB is not set
 +
-+              pr_debug("lli[%d] (0x%p/0x%x): 0x%x 0x%x 0x%x 0x%x 0x%x\n",
-+                       i - 1, chan->block[i - 1].lli_vaddr,
-+                       chan->block[i - 1].lli_dma_addr, lli_prev->sar,
-+                       lli_prev->dar, lli_prev->llp,
-+                       lli_prev->ctllo, lli_prev->ctlhi);
++#
++# Graphics support
++#
++# CONFIG_VGASTATE is not set
++# CONFIG_VIDEO_OUTPUT_CONTROL is not set
++# CONFIG_FB is not set
++# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
 +
-+              /*
-+               * SAR, DAR and CTL are initialized from the LLI. We
-+               * only have to enable the LLI bits in CTL.
-+               */
-+              dmac_chan_writel_hi(dmac, req->req.channel, CTL, 0);
-+              dmac_chan_writel_lo(dmac, req->req.channel, LLP,
-+                                  chan->block[0].lli_dma_addr);
-+              dmac_chan_writel_lo(dmac, req->req.channel, CTL, 1 << 28 | 1 << 27);
-+      }
++#
++# Display device support
++#
++# CONFIG_DISPLAY_SUPPORT is not set
 +
-+      set_channel_bit(dmac, MASK_XFER, req->req.channel);
-+      set_channel_bit(dmac, MASK_ERROR, req->req.channel);
-+      if (req->req.block_complete)
-+              set_channel_bit(dmac, MASK_BLOCK, req->req.channel);
-+      else
-+              clear_channel_bit(dmac, MASK_BLOCK, req->req.channel);
++#
++# Sound
++#
++CONFIG_SOUND=m
 +
-+      return 0;
++#
++# Advanced Linux Sound Architecture
++#
++CONFIG_SND=m
++CONFIG_SND_TIMER=m
++CONFIG_SND_PCM=m
++# CONFIG_SND_SEQUENCER is not set
++CONFIG_SND_OSSEMUL=y
++CONFIG_SND_MIXER_OSS=m
++CONFIG_SND_PCM_OSS=m
++CONFIG_SND_PCM_OSS_PLUGINS=y
++# CONFIG_SND_DYNAMIC_MINORS is not set
++CONFIG_SND_SUPPORT_OLD_API=y
++CONFIG_SND_VERBOSE_PROCFS=y
++# CONFIG_SND_VERBOSE_PRINTK is not set
++# CONFIG_SND_DEBUG is not set
 +
-+out_unclaim_channel:
-+      chan->state = CH_STATE_ALLOCATED;
-+      return ret;
-+}
++#
++# Generic devices
++#
++CONFIG_SND_AC97_CODEC=m
++# CONFIG_SND_DUMMY is not set
++# CONFIG_SND_MTPAV is not set
++# CONFIG_SND_SERIAL_U16550 is not set
++# CONFIG_SND_MPU401 is not set
 +
-+static int dmac_prepare_request_cyclic(struct dma_controller *_dmac,
-+                                       struct dma_request_cyclic *req)
-+{
-+      struct dw_dma_controller *dmac = to_dw_dmac(_dmac);
-+      struct dw_dma_channel *chan;
-+      unsigned long ctlhi, ctllo, cfghi, cfglo;
-+      unsigned long block_size;
-+      int ret, i, direction;
-+      unsigned long flags;
++#
++# AVR32 devices
++#
++CONFIG_SND_ATMEL_AC97=m
 +
-+      spin_lock_irqsave(&dmac->lock, flags);
++#
++# SPI devices
++#
++CONFIG_SND_AT73C213=m
++CONFIG_SND_AT73C213_TARGET_BITRATE=48000
 +
-+        block_size = (req->buffer_size/req->periods) >> req->width;
++#
++# System on Chip audio support
++#
++# CONFIG_SND_SOC is not set
 +
-+      ret = -EINVAL;
-+      if (req->req.channel >= DMAC_NR_CHANNELS
-+          || dmac->channel[req->req.channel].state != CH_STATE_ALLOCATED
-+            || (req->periods == 0)
-+          || block_size > DMAC_MAX_BLOCKSIZE) {
-+              spin_unlock_irqrestore(&dmac->lock, flags);
-+              return -EINVAL;
-+      }
++#
++# SoC Audio support for SuperH
++#
 +
-+      chan = &dmac->channel[req->req.channel];
-+      chan->state = CH_STATE_BUSY;
-+      chan->is_cyclic = 1;
-+        chan->req_cyclic = req;
++#
++# Open Sound System
++#
++# CONFIG_SOUND_PRIME is not set
++CONFIG_AC97_BUS=m
++# CONFIG_HID_SUPPORT is not set
++CONFIG_USB_SUPPORT=y
++# CONFIG_USB_ARCH_HAS_HCD is not set
++# CONFIG_USB_ARCH_HAS_OHCI is not set
++# CONFIG_USB_ARCH_HAS_EHCI is not set
 +
-+      /*
-+       * We have marked the channel as busy, so no need to keep the
-+       * lock as long as we only touch the channel-specific
-+       * registers
-+       */
-+      spin_unlock_irqrestore(&dmac->lock, flags);
++#
++# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
++#
 +
-+      /*
-+          Setup
-+       */
-+      BUG_ON(req->buffer_size % req->periods);
-+      /* printk(KERN_INFO "block_size = %lu, periods = %u\n", block_size, req->periods); */
++#
++# USB Gadget Support
++#
++CONFIG_USB_GADGET=y
++# CONFIG_USB_GADGET_DEBUG is not set
++# CONFIG_USB_GADGET_DEBUG_FILES is not set
++CONFIG_USB_GADGET_DEBUG_FS=y
++CONFIG_USB_GADGET_SELECTED=y
++# CONFIG_USB_GADGET_AMD5536UDC is not set
++CONFIG_USB_GADGET_ATMEL_USBA=y
++CONFIG_USB_ATMEL_USBA=y
++# CONFIG_USB_GADGET_FSL_USB2 is not set
++# CONFIG_USB_GADGET_NET2280 is not set
++# CONFIG_USB_GADGET_PXA2XX is not set
++# CONFIG_USB_GADGET_M66592 is not set
++# CONFIG_USB_GADGET_GOKU is not set
++# CONFIG_USB_GADGET_LH7A40X is not set
++# CONFIG_USB_GADGET_OMAP is not set
++# CONFIG_USB_GADGET_S3C2410 is not set
++# CONFIG_USB_GADGET_AT91 is not set
++# CONFIG_USB_GADGET_DUMMY_HCD is not set
++CONFIG_USB_GADGET_DUALSPEED=y
++CONFIG_USB_ZERO=m
++CONFIG_USB_ETH=m
++CONFIG_USB_ETH_RNDIS=y
++CONFIG_USB_GADGETFS=m
++CONFIG_USB_FILE_STORAGE=m
++# CONFIG_USB_FILE_STORAGE_TEST is not set
++CONFIG_USB_G_SERIAL=m
++# CONFIG_USB_MIDI_GADGET is not set
++CONFIG_MMC=y
++# CONFIG_MMC_DEBUG is not set
++# CONFIG_MMC_UNSAFE_RESUME is not set
 +
-+      chan->nr_blocks = req->periods;
++#
++# MMC/SD Card Drivers
++#
++CONFIG_MMC_BLOCK=y
++# CONFIG_MMC_BLOCK_BOUNCE is not set
++# CONFIG_SDIO_UART is not set
 +
-+      ret = -EINVAL;
-+      cfglo = cfghi = 0;
-+      switch (req->direction) {
-+      case DMA_DIR_MEM_TO_PERIPH:
-+              direction = DMA_TO_DEVICE;
-+              cfghi = req->periph_id << (43 - 32);
-+              break;
++#
++# MMC/SD Host Controller Drivers
++#
++CONFIG_MMC_ATMELMCI=y
++CONFIG_MMC_SPI=m
++CONFIG_NEW_LEDS=y
++CONFIG_LEDS_CLASS=y
 +
-+      case DMA_DIR_PERIPH_TO_MEM:
-+              direction = DMA_FROM_DEVICE;
-+              cfghi = req->periph_id << (39 - 32);
-+              break;
-+      default:
-+              goto out_unclaim_channel;
-+      }
++#
++# LED drivers
++#
++CONFIG_LEDS_ATMEL_PWM=m
++CONFIG_LEDS_GPIO=y
 +
-+        chan->direction = direction;
++#
++# LED Triggers
++#
++CONFIG_LEDS_TRIGGERS=y
++CONFIG_LEDS_TRIGGER_TIMER=y
++CONFIG_LEDS_TRIGGER_HEARTBEAT=y
++CONFIG_RTC_LIB=y
++CONFIG_RTC_CLASS=y
++CONFIG_RTC_HCTOSYS=y
++CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
++# CONFIG_RTC_DEBUG is not set
 +
-+      dmac_chan_writel_hi(dmac, req->req.channel, CFG, cfghi);
-+      dmac_chan_writel_lo(dmac, req->req.channel, CFG, cfglo);
++#
++# RTC interfaces
++#
++CONFIG_RTC_INTF_SYSFS=y
++CONFIG_RTC_INTF_PROC=y
++CONFIG_RTC_INTF_DEV=y
++# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
++# CONFIG_RTC_DRV_TEST is not set
 +
-+      ctlhi = block_size;
-+      ctllo = ((req->direction << 20)
-+               | (req->width << 4) | (req->width << 1)
-+               | (1 << 0));            // interrupt enable
++#
++# I2C RTC drivers
++#
++# CONFIG_RTC_DRV_DS1307 is not set
++# CONFIG_RTC_DRV_DS1374 is not set
++# CONFIG_RTC_DRV_DS1672 is not set
++# CONFIG_RTC_DRV_MAX6900 is not set
++# CONFIG_RTC_DRV_RS5C372 is not set
++# CONFIG_RTC_DRV_ISL1208 is not set
++# CONFIG_RTC_DRV_X1205 is not set
++# CONFIG_RTC_DRV_PCF8563 is not set
++# CONFIG_RTC_DRV_PCF8583 is not set
++# CONFIG_RTC_DRV_M41T80 is not set
 +
-+        {
-+              struct dw_dma_lli *lli = NULL, *lli_prev = NULL;
++#
++# SPI RTC drivers
++#
++# CONFIG_RTC_DRV_RS5C348 is not set
++# CONFIG_RTC_DRV_MAX6902 is not set
 +
-+              ret = -ENOMEM;
-+              chan->block = allocate_blocks(dmac, req->periods);
-+              if (!chan->block)
-+                      goto out_unclaim_channel;
++#
++# Platform RTC drivers
++#
++# CONFIG_RTC_DRV_DS1553 is not set
++# CONFIG_RTC_DRV_STK17TA8 is not set
++# CONFIG_RTC_DRV_DS1742 is not set
++# CONFIG_RTC_DRV_M48T86 is not set
++# CONFIG_RTC_DRV_M48T59 is not set
++# CONFIG_RTC_DRV_V3020 is not set
 +
-+              if (direction == DMA_TO_DEVICE)
-+                      ctllo |= 1 << 28 | 1 << 27 | 2 << 7;
-+              else
-+                      ctllo |= 1 << 28 | 1 << 27 | 2 << 9;
++#
++# on-CPU RTC drivers
++#
++CONFIG_RTC_DRV_AT32AP700X=y
 +
-+              /*
-+               * Set up a linked list items where each period gets
-+               * an item. The linked list item for the last period
-+               * points back to the star of the buffer making a
-+               * cyclic buffer.
-+               */
-+              for (i = 0; i < req->periods; i++) {
-+                      lli = chan->block[i].lli_vaddr;
-+                      if (lli_prev) {
-+                              lli_prev->llp = chan->block[i].lli_dma_addr;
-+                              /* printk(KERN_INFO "lli[%d] (0x%p/0x%x): 0x%x 0x%x 0x%x 0x%x 0x%x\n",
-+                                 i - 1, chan->block[i - 1].lli_vaddr,
-+                                 chan->block[i - 1].lli_dma_addr,
-+                                 lli_prev->sar, lli_prev->dar, lli_prev->llp,
-+                                 lli_prev->ctllo, lli_prev->ctlhi);*/
-+                      }
-+                      lli->llp = 0;
-+                      lli->ctllo = ctllo;
-+                      lli->ctlhi = ctlhi;
-+                      if (direction == DMA_TO_DEVICE) {
-+                              lli->sar = req->buffer_start + i*(block_size << req->width);
-+                              lli->dar = req->data_reg;
-+                      } else {
-+                              lli->sar = req->data_reg;
-+                              lli->dar = req->buffer_start + i*(block_size << req->width);
-+                      }
-+                      lli_prev = lli;
-+              }
-+              lli->llp = chan->block[0].lli_dma_addr;
++#
++# Userspace I/O
++#
++CONFIG_UIO=m
 +
-+              /*printk(KERN_INFO "lli[%d] (0x%p/0x%x): 0x%x 0x%x 0x%x 0x%x 0x%x\n",
-+                i - 1, chan->block[i - 1].lli_vaddr,
-+                chan->block[i - 1].lli_dma_addr, lli_prev->sar,
-+                lli_prev->dar, lli_prev->llp,
-+                lli_prev->ctllo, lli_prev->ctlhi); */
++#
++# File systems
++#
++CONFIG_EXT2_FS=m
++# CONFIG_EXT2_FS_XATTR is not set
++# CONFIG_EXT2_FS_XIP is not set
++CONFIG_EXT3_FS=m
++# CONFIG_EXT3_FS_XATTR is not set
++# CONFIG_EXT4DEV_FS is not set
++CONFIG_JBD=m
++# CONFIG_JBD_DEBUG is not set
++# CONFIG_REISERFS_FS is not set
++# CONFIG_JFS_FS is not set
++# CONFIG_FS_POSIX_ACL is not set
++# CONFIG_XFS_FS is not set
++# CONFIG_GFS2_FS is not set
++# CONFIG_OCFS2_FS is not set
++# CONFIG_MINIX_FS is not set
++# CONFIG_ROMFS_FS is not set
++CONFIG_INOTIFY=y
++CONFIG_INOTIFY_USER=y
++# CONFIG_QUOTA is not set
++# CONFIG_DNOTIFY is not set
++# CONFIG_AUTOFS_FS is not set
++# CONFIG_AUTOFS4_FS is not set
++CONFIG_FUSE_FS=m
 +
-+              /*
-+               * SAR, DAR and CTL are initialized from the LLI. We
-+               * only have to enable the LLI bits in CTL.
-+               */
-+              dmac_chan_writel_lo(dmac, req->req.channel, LLP,
-+                                  chan->block[0].lli_dma_addr);
-+              dmac_chan_writel_lo(dmac, req->req.channel, CTL, 1 << 28 | 1 << 27);
-+      }
++#
++# CD-ROM/DVD Filesystems
++#
++# CONFIG_ISO9660_FS is not set
++# CONFIG_UDF_FS is not set
 +
-+      clear_channel_bit(dmac, MASK_XFER, req->req.channel);
-+      set_channel_bit(dmac, MASK_ERROR, req->req.channel);
-+      if (req->req.block_complete)
-+              set_channel_bit(dmac, MASK_BLOCK, req->req.channel);
-+      else
-+              clear_channel_bit(dmac, MASK_BLOCK, req->req.channel);
++#
++# DOS/FAT/NT Filesystems
++#
++CONFIG_FAT_FS=m
++CONFIG_MSDOS_FS=m
++CONFIG_VFAT_FS=m
++CONFIG_FAT_DEFAULT_CODEPAGE=437
++CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
++# CONFIG_NTFS_FS is not set
 +
-+      return 0;
++#
++# Pseudo filesystems
++#
++CONFIG_PROC_FS=y
++CONFIG_PROC_KCORE=y
++CONFIG_PROC_SYSCTL=y
++CONFIG_SYSFS=y
++CONFIG_TMPFS=y
++# CONFIG_TMPFS_POSIX_ACL is not set
++# CONFIG_HUGETLB_PAGE is not set
++CONFIG_CONFIGFS_FS=y
 +
-+out_unclaim_channel:
-+      chan->state = CH_STATE_ALLOCATED;
-+      return ret;
-+}
++#
++# Miscellaneous filesystems
++#
++# CONFIG_ADFS_FS is not set
++# CONFIG_AFFS_FS is not set
++# CONFIG_HFS_FS is not set
++# CONFIG_HFSPLUS_FS is not set
++# CONFIG_BEFS_FS is not set
++# CONFIG_BFS_FS is not set
++# CONFIG_EFS_FS is not set
++CONFIG_JFFS2_FS=y
++CONFIG_JFFS2_FS_DEBUG=0
++CONFIG_JFFS2_FS_WRITEBUFFER=y
++# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
++# CONFIG_JFFS2_SUMMARY is not set
++# CONFIG_JFFS2_FS_XATTR is not set
++# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
++CONFIG_JFFS2_ZLIB=y
++# CONFIG_JFFS2_LZO is not set
++CONFIG_JFFS2_RTIME=y
++# CONFIG_JFFS2_RUBIN is not set
++# CONFIG_CRAMFS is not set
++# CONFIG_VXFS_FS is not set
++# CONFIG_HPFS_FS is not set
++# CONFIG_QNX4FS_FS is not set
++# CONFIG_SYSV_FS is not set
++# CONFIG_UFS_FS is not set
++# CONFIG_NETWORK_FILESYSTEMS is not set
 +
-+static int dmac_start_request(struct dma_controller *_dmac,
-+                            unsigned int channel)
-+{
-+      struct dw_dma_controller *dmac = to_dw_dmac(_dmac);
++#
++# Partition Types
++#
++# CONFIG_PARTITION_ADVANCED is not set
++CONFIG_MSDOS_PARTITION=y
++CONFIG_NLS=m
++CONFIG_NLS_DEFAULT="iso8859-1"
++CONFIG_NLS_CODEPAGE_437=m
++# CONFIG_NLS_CODEPAGE_737 is not set
++# CONFIG_NLS_CODEPAGE_775 is not set
++# CONFIG_NLS_CODEPAGE_850 is not set
++# CONFIG_NLS_CODEPAGE_852 is not set
++# CONFIG_NLS_CODEPAGE_855 is not set
++# CONFIG_NLS_CODEPAGE_857 is not set
++# CONFIG_NLS_CODEPAGE_860 is not set
++# CONFIG_NLS_CODEPAGE_861 is not set
++# CONFIG_NLS_CODEPAGE_862 is not set
++# CONFIG_NLS_CODEPAGE_863 is not set
++# CONFIG_NLS_CODEPAGE_864 is not set
++# CONFIG_NLS_CODEPAGE_865 is not set
++# CONFIG_NLS_CODEPAGE_866 is not set
++# CONFIG_NLS_CODEPAGE_869 is not set
++# CONFIG_NLS_CODEPAGE_936 is not set
++# CONFIG_NLS_CODEPAGE_950 is not set
++# CONFIG_NLS_CODEPAGE_932 is not set
++# CONFIG_NLS_CODEPAGE_949 is not set
++# CONFIG_NLS_CODEPAGE_874 is not set
++# CONFIG_NLS_ISO8859_8 is not set
++# CONFIG_NLS_CODEPAGE_1250 is not set
++# CONFIG_NLS_CODEPAGE_1251 is not set
++# CONFIG_NLS_ASCII is not set
++CONFIG_NLS_ISO8859_1=m
++# CONFIG_NLS_ISO8859_2 is not set
++# CONFIG_NLS_ISO8859_3 is not set
++# CONFIG_NLS_ISO8859_4 is not set
++# CONFIG_NLS_ISO8859_5 is not set
++# CONFIG_NLS_ISO8859_6 is not set
++# CONFIG_NLS_ISO8859_7 is not set
++# CONFIG_NLS_ISO8859_9 is not set
++# CONFIG_NLS_ISO8859_13 is not set
++# CONFIG_NLS_ISO8859_14 is not set
++# CONFIG_NLS_ISO8859_15 is not set
++# CONFIG_NLS_KOI8_R is not set
++# CONFIG_NLS_KOI8_U is not set
++CONFIG_NLS_UTF8=m
++# CONFIG_DLM is not set
++CONFIG_INSTRUMENTATION=y
++CONFIG_PROFILING=y
++CONFIG_OPROFILE=m
++CONFIG_KPROBES=y
++# CONFIG_MARKERS is not set
 +
-+      BUG_ON(channel >= DMAC_NR_CHANNELS);
++#
++# Kernel hacking
++#
++# CONFIG_PRINTK_TIME is not set
++CONFIG_ENABLE_WARN_DEPRECATED=y
++CONFIG_ENABLE_MUST_CHECK=y
++CONFIG_MAGIC_SYSRQ=y
++# CONFIG_UNUSED_SYMBOLS is not set
++CONFIG_DEBUG_FS=y
++# CONFIG_HEADERS_CHECK is not set
++CONFIG_DEBUG_KERNEL=y
++# CONFIG_DEBUG_SHIRQ is not set
++CONFIG_DETECT_SOFTLOCKUP=y
++CONFIG_SCHED_DEBUG=y
++# CONFIG_SCHEDSTATS is not set
++# CONFIG_TIMER_STATS is not set
++# CONFIG_DEBUG_RT_MUTEXES is not set
++# CONFIG_RT_MUTEX_TESTER is not set
++# CONFIG_DEBUG_SPINLOCK is not set
++# CONFIG_DEBUG_MUTEXES is not set
++# CONFIG_DEBUG_LOCK_ALLOC is not set
++# CONFIG_PROVE_LOCKING is not set
++# CONFIG_LOCK_STAT is not set
++# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
++# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
++# CONFIG_DEBUG_KOBJECT is not set
++CONFIG_DEBUG_BUGVERBOSE=y
++# CONFIG_DEBUG_INFO is not set
++# CONFIG_DEBUG_VM is not set
++# CONFIG_DEBUG_LIST is not set
++# CONFIG_DEBUG_SG is not set
++CONFIG_FRAME_POINTER=y
++CONFIG_FORCED_INLINING=y
++# CONFIG_BOOT_PRINTK_DELAY is not set
++# CONFIG_RCU_TORTURE_TEST is not set
++# CONFIG_LKDTM is not set
++# CONFIG_FAULT_INJECTION is not set
++# CONFIG_SAMPLES is not set
 +
-+      set_channel_bit(dmac, CH_EN, channel);
++#
++# Security options
++#
++# CONFIG_KEYS is not set
++# CONFIG_SECURITY is not set
++# CONFIG_SECURITY_FILE_CAPABILITIES is not set
++# CONFIG_CRYPTO is not set
 +
-+      return 0;
-+}
++#
++# Library routines
++#
++CONFIG_BITREVERSE=y
++CONFIG_CRC_CCITT=m
++# CONFIG_CRC16 is not set
++CONFIG_CRC_ITU_T=m
++CONFIG_CRC32=y
++CONFIG_CRC7=m
++# CONFIG_LIBCRC32C is not set
++CONFIG_AUDIT_GENERIC=y
++CONFIG_ZLIB_INFLATE=y
++CONFIG_ZLIB_DEFLATE=y
++CONFIG_PLIST=y
++CONFIG_HAS_IOMEM=y
++CONFIG_HAS_IOPORT=y
++CONFIG_HAS_DMA=y
+diff -urN linux-2.6.24.3/arch/avr32/configs/atstk1004_defconfig avr32-2.6/arch/avr32/configs/atstk1004_defconfig
+--- linux-2.6.24.3/arch/avr32/configs/atstk1004_defconfig      1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/arch/avr32/configs/atstk1004_defconfig   2008-04-23 20:12:35.000000000 +0200
+@@ -0,0 +1,639 @@
++#
++# Automatically generated make config: don't edit
++# Linux kernel version: 2.6.24
++# Thu Mar  6 12:51:05 2008
++#
++CONFIG_AVR32=y
++CONFIG_GENERIC_GPIO=y
++CONFIG_GENERIC_HARDIRQS=y
++CONFIG_STACKTRACE_SUPPORT=y
++CONFIG_LOCKDEP_SUPPORT=y
++CONFIG_TRACE_IRQFLAGS_SUPPORT=y
++CONFIG_HARDIRQS_SW_RESEND=y
++CONFIG_GENERIC_IRQ_PROBE=y
++CONFIG_RWSEM_GENERIC_SPINLOCK=y
++CONFIG_GENERIC_TIME=y
++CONFIG_GENERIC_CLOCKEVENTS=y
++# CONFIG_RWSEM_XCHGADD_ALGORITHM is not set
++# CONFIG_ARCH_HAS_ILOG2_U32 is not set
++# CONFIG_ARCH_HAS_ILOG2_U64 is not set
++CONFIG_ARCH_SUPPORTS_OPROFILE=y
++CONFIG_GENERIC_HWEIGHT=y
++CONFIG_GENERIC_CALIBRATE_DELAY=y
++CONFIG_GENERIC_BUG=y
++CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
 +
-+static dma_addr_t dmac_get_current_pos(struct dma_controller *_dmac,
-+                                       unsigned int channel)
-+{
-+      struct dw_dma_controller *dmac = to_dw_dmac(_dmac);
-+      struct dw_dma_channel *chan;
-+        dma_addr_t current_pos;
++#
++# General setup
++#
++CONFIG_EXPERIMENTAL=y
++CONFIG_BROKEN_ON_SMP=y
++CONFIG_INIT_ENV_ARG_LIMIT=32
++CONFIG_LOCALVERSION=""
++# CONFIG_LOCALVERSION_AUTO is not set
++# CONFIG_SYSVIPC is not set
++# CONFIG_POSIX_MQUEUE is not set
++# CONFIG_BSD_PROCESS_ACCT is not set
++# CONFIG_TASKSTATS is not set
++# CONFIG_USER_NS is not set
++# CONFIG_PID_NS is not set
++# CONFIG_AUDIT is not set
++# CONFIG_IKCONFIG is not set
++CONFIG_LOG_BUF_SHIFT=14
++# CONFIG_CGROUPS is not set
++# CONFIG_FAIR_GROUP_SCHED is not set
++CONFIG_SYSFS_DEPRECATED=y
++# CONFIG_RELAY is not set
++# CONFIG_BLK_DEV_INITRD is not set
++CONFIG_CC_OPTIMIZE_FOR_SIZE=y
++CONFIG_SYSCTL=y
++CONFIG_EMBEDDED=y
++# CONFIG_SYSCTL_SYSCALL is not set
++CONFIG_KALLSYMS=y
++# CONFIG_KALLSYMS_EXTRA_PASS is not set
++CONFIG_HOTPLUG=y
++CONFIG_PRINTK=y
++CONFIG_BUG=y
++CONFIG_ELF_CORE=y
++# CONFIG_BASE_FULL is not set
++# CONFIG_FUTEX is not set
++# CONFIG_EPOLL is not set
++# CONFIG_SIGNALFD is not set
++# CONFIG_EVENTFD is not set
++CONFIG_SHMEM=y
++CONFIG_VM_EVENT_COUNTERS=y
++# CONFIG_SLAB is not set
++# CONFIG_SLUB is not set
++CONFIG_SLOB=y
++# CONFIG_TINY_SHMEM is not set
++CONFIG_BASE_SMALL=1
++# CONFIG_MODULES is not set
++# CONFIG_BLOCK is not set
 +
-+      BUG_ON(channel >= DMAC_NR_CHANNELS);
++#
++# System Type and features
++#
++CONFIG_TICK_ONESHOT=y
++CONFIG_NO_HZ=y
++CONFIG_HIGH_RES_TIMERS=y
++CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
++CONFIG_SUBARCH_AVR32B=y
++CONFIG_MMU=y
++CONFIG_PERFORMANCE_COUNTERS=y
++CONFIG_PLATFORM_AT32AP=y
++CONFIG_CPU_AT32AP700X=y
++CONFIG_CPU_AT32AP7002=y
++CONFIG_BOARD_ATSTK1000=y
++# CONFIG_BOARD_ATNGW100 is not set
++# CONFIG_BOARD_ATSTK1002 is not set
++# CONFIG_BOARD_ATSTK1003 is not set
++CONFIG_BOARD_ATSTK1004=y
++# CONFIG_BOARD_ATSTK100X_CUSTOM is not set
++# CONFIG_BOARD_ATSTK100X_SPI1 is not set
++# CONFIG_BOARD_ATSTK1000_J2_LED is not set
++CONFIG_BOARD_ATSTK1000_EXTDAC=y
++# CONFIG_BOARD_ATSTK100X_ENABLE_AC97 is not set
++# CONFIG_BOARD_ATSTK1000_CF_HACKS is not set
++# CONFIG_BOARD_ATSTK100X_ENABLE_PSIF is not set
++CONFIG_LOADER_U_BOOT=y
 +
-+        chan = &dmac->channel[channel];
++#
++# Atmel AVR32 AP options
++#
++# CONFIG_AP700X_32_BIT_SMC is not set
++CONFIG_AP700X_16_BIT_SMC=y
++# CONFIG_AP700X_8_BIT_SMC is not set
++# CONFIG_GPIO_DEV is not set
++CONFIG_LOAD_ADDRESS=0x10000000
++CONFIG_ENTRY_ADDRESS=0x90000000
++CONFIG_PHYS_OFFSET=0x10000000
++CONFIG_PREEMPT_NONE=y
++# CONFIG_PREEMPT_VOLUNTARY is not set
++# CONFIG_PREEMPT is not set
++# CONFIG_HAVE_ARCH_BOOTMEM_NODE is not set
++# CONFIG_ARCH_HAVE_MEMORY_PRESENT is not set
++# CONFIG_NEED_NODE_MEMMAP_SIZE is not set
++CONFIG_ARCH_FLATMEM_ENABLE=y
++# CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set
++# CONFIG_ARCH_SPARSEMEM_ENABLE is not set
++CONFIG_SELECT_MEMORY_MODEL=y
++CONFIG_FLATMEM_MANUAL=y
++# CONFIG_DISCONTIGMEM_MANUAL is not set
++# CONFIG_SPARSEMEM_MANUAL is not set
++CONFIG_FLATMEM=y
++CONFIG_FLAT_NODE_MEM_MAP=y
++# CONFIG_SPARSEMEM_STATIC is not set
++# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
++CONFIG_SPLIT_PTLOCK_CPUS=4
++# CONFIG_RESOURCES_64BIT is not set
++CONFIG_ZONE_DMA_FLAG=0
++CONFIG_VIRT_TO_BUS=y
++# CONFIG_OWNERSHIP_TRACE is not set
++# CONFIG_NMI_DEBUGGING is not set
++# CONFIG_DW_DMAC is not set
++# CONFIG_HZ_100 is not set
++CONFIG_HZ_250=y
++# CONFIG_HZ_300 is not set
++# CONFIG_HZ_1000 is not set
++CONFIG_HZ=250
++CONFIG_CMDLINE=""
 +
-+      switch (chan->direction) {
-+      case DMA_TO_DEVICE:
-+              current_pos = dmac_chan_readl_lo(dmac, channel, SAR);
-+              break;
-+      case DMA_FROM_DEVICE:
-+              current_pos = dmac_chan_readl_lo(dmac, channel, DAR);
-+              break;
-+      default:
-+              return 0;
-+      }
++#
++# Power management options
++#
 +
++#
++# CPU Frequency scaling
++#
++CONFIG_CPU_FREQ=y
++CONFIG_CPU_FREQ_TABLE=y
++# CONFIG_CPU_FREQ_DEBUG is not set
++# CONFIG_CPU_FREQ_STAT is not set
++CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
++# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
++# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
++# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
++CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
++# CONFIG_CPU_FREQ_GOV_POWERSAVE is not set
++CONFIG_CPU_FREQ_GOV_USERSPACE=y
++CONFIG_CPU_FREQ_GOV_ONDEMAND=y
++# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set
++CONFIG_CPU_FREQ_AT32AP=y
 +
-+        if (!current_pos) {
-+              if (chan->is_cyclic) {
-+                      current_pos = chan->req_cyclic->buffer_start;
-+              } else {
-+                      current_pos = chan->req_sg->sg->dma_address;
-+              }
-+      }
++#
++# Bus options
++#
++# CONFIG_ARCH_SUPPORTS_MSI is not set
++# CONFIG_PCCARD is not set
 +
-+      return current_pos;
-+}
++#
++# Executable file formats
++#
++CONFIG_BINFMT_ELF=y
++# CONFIG_BINFMT_MISC is not set
 +
++#
++# Networking
++#
++CONFIG_NET=y
 +
-+static int dmac_stop_request(struct dma_controller *_dmac,
-+                             unsigned int channel)
-+{
-+      struct dw_dma_controller *dmac = to_dw_dmac(_dmac);
-+      struct dw_dma_channel *chan;
++#
++# Networking options
++#
++CONFIG_PACKET=y
++CONFIG_PACKET_MMAP=y
++CONFIG_UNIX=y
++# CONFIG_NET_KEY is not set
++CONFIG_INET=y
++# CONFIG_IP_MULTICAST is not set
++# CONFIG_IP_ADVANCED_ROUTER is not set
++CONFIG_IP_FIB_HASH=y
++# CONFIG_IP_PNP is not set
++# CONFIG_NET_IPIP is not set
++# CONFIG_NET_IPGRE is not set
++# CONFIG_ARPD is not set
++# CONFIG_SYN_COOKIES is not set
++# CONFIG_INET_AH is not set
++# CONFIG_INET_ESP is not set
++# CONFIG_INET_IPCOMP is not set
++# CONFIG_INET_XFRM_TUNNEL is not set
++# CONFIG_INET_TUNNEL is not set
++# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
++# CONFIG_INET_XFRM_MODE_TUNNEL is not set
++# CONFIG_INET_XFRM_MODE_BEET is not set
++# CONFIG_INET_LRO is not set
++# CONFIG_INET_DIAG is not set
++# CONFIG_TCP_CONG_ADVANCED is not set
++CONFIG_TCP_CONG_CUBIC=y
++CONFIG_DEFAULT_TCP_CONG="cubic"
++# CONFIG_TCP_MD5SIG is not set
++# CONFIG_IPV6 is not set
++# CONFIG_INET6_XFRM_TUNNEL is not set
++# CONFIG_INET6_TUNNEL is not set
++# CONFIG_NETWORK_SECMARK is not set
++# CONFIG_NETFILTER is not set
++# CONFIG_IP_DCCP is not set
++# CONFIG_IP_SCTP is not set
++# CONFIG_TIPC is not set
++# CONFIG_ATM is not set
++# CONFIG_BRIDGE is not set
++# CONFIG_VLAN_8021Q is not set
++# CONFIG_DECNET is not set
++# CONFIG_LLC2 is not set
++# CONFIG_IPX is not set
++# CONFIG_ATALK is not set
++# CONFIG_X25 is not set
++# CONFIG_LAPB is not set
++# CONFIG_ECONET is not set
++# CONFIG_WAN_ROUTER is not set
++# CONFIG_NET_SCHED is not set
 +
-+      BUG_ON(channel >= DMAC_NR_CHANNELS);
++#
++# Network testing
++#
++# CONFIG_NET_PKTGEN is not set
++# CONFIG_HAMRADIO is not set
++# CONFIG_IRDA is not set
++# CONFIG_BT is not set
++# CONFIG_AF_RXRPC is not set
 +
-+      chan = &dmac->channel[channel];
-+      pr_debug("stop: st%u s%08x d%08x l%08x ctl0x%08x:0x%08x\n",
-+               chan->state, dmac_chan_readl_lo(dmac, channel, SAR),
-+               dmac_chan_readl_lo(dmac, channel, DAR),
-+               dmac_chan_readl_lo(dmac, channel, LLP),
-+               dmac_chan_readl_hi(dmac, channel, CTL),
-+               dmac_chan_readl_lo(dmac, channel, CTL));
++#
++# Wireless
++#
++# CONFIG_CFG80211 is not set
++# CONFIG_WIRELESS_EXT is not set
++# CONFIG_MAC80211 is not set
++# CONFIG_IEEE80211 is not set
++# CONFIG_RFKILL is not set
++# CONFIG_NET_9P is not set
 +
-+      if (chan->state == CH_STATE_BUSY) {
-+              clear_channel_bit(dmac, CH_EN, channel);
-+              cleanup_channel(dmac, &dmac->channel[channel]);
-+      }
++#
++# Device Drivers
++#
 +
-+      return 0;
-+}
++#
++# Generic Driver Options
++#
++CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
++CONFIG_STANDALONE=y
++# CONFIG_PREVENT_FIRMWARE_BUILD is not set
++# CONFIG_FW_LOADER is not set
++# CONFIG_SYS_HYPERVISOR is not set
++# CONFIG_CONNECTOR is not set
++CONFIG_MTD=y
++# CONFIG_MTD_DEBUG is not set
++# CONFIG_MTD_CONCAT is not set
++CONFIG_MTD_PARTITIONS=y
++# CONFIG_MTD_REDBOOT_PARTS is not set
++CONFIG_MTD_CMDLINE_PARTS=y
 +
++#
++# User Modules And Translation Layers
++#
++CONFIG_MTD_CHAR=y
++# CONFIG_MTD_OOPS is not set
 +
-+static void dmac_block_complete(struct dw_dma_controller *dmac)
-+{
-+      struct dw_dma_channel *chan;
-+      unsigned long status, chanid;
++#
++# RAM/ROM/Flash chip drivers
++#
++CONFIG_MTD_CFI=y
++# CONFIG_MTD_JEDECPROBE is not set
++CONFIG_MTD_GEN_PROBE=y
++# CONFIG_MTD_CFI_ADV_OPTIONS is not set
++CONFIG_MTD_MAP_BANK_WIDTH_1=y
++CONFIG_MTD_MAP_BANK_WIDTH_2=y
++CONFIG_MTD_MAP_BANK_WIDTH_4=y
++# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
++# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
++# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
++CONFIG_MTD_CFI_I1=y
++CONFIG_MTD_CFI_I2=y
++# CONFIG_MTD_CFI_I4 is not set
++# CONFIG_MTD_CFI_I8 is not set
++# CONFIG_MTD_CFI_INTELEXT is not set
++CONFIG_MTD_CFI_AMDSTD=y
++# CONFIG_MTD_CFI_STAA is not set
++CONFIG_MTD_CFI_UTIL=y
++# CONFIG_MTD_RAM is not set
++# CONFIG_MTD_ROM is not set
++# CONFIG_MTD_ABSENT is not set
 +
-+      status = dmac_readl_lo(dmac, STATUS_BLOCK);
++#
++# Mapping drivers for chip access
++#
++# CONFIG_MTD_COMPLEX_MAPPINGS is not set
++CONFIG_MTD_PHYSMAP=y
++CONFIG_MTD_PHYSMAP_START=0x8000000
++CONFIG_MTD_PHYSMAP_LEN=0x0
++CONFIG_MTD_PHYSMAP_BANKWIDTH=2
++# CONFIG_MTD_PLATRAM is not set
 +
-+      while (status) {
-+              struct dma_request *req;
-+              chanid = __ffs(status);
-+              chan = &dmac->channel[chanid];
++#
++# Self-contained MTD device drivers
++#
++# CONFIG_MTD_DATAFLASH is not set
++# CONFIG_MTD_M25P80 is not set
++# CONFIG_MTD_SLRAM is not set
++# CONFIG_MTD_PHRAM is not set
++# CONFIG_MTD_MTDRAM is not set
 +
-+                if (chan->is_cyclic) {
-+                      BUG_ON(!chan->req_cyclic
-+                             || !chan->req_cyclic->req.block_complete);
-+                      req = &chan->req_cyclic->req;
-+                } else {
-+                      BUG_ON(!chan->req_sg || !chan->req_sg->req.block_complete);
-+                      req = &chan->req_sg->req;
-+                }
-+              dmac_writel_lo(dmac, CLEAR_BLOCK, 1 << chanid);
-+              req->block_complete(req);
-+              status = dmac_readl_lo(dmac, STATUS_BLOCK);
-+      }
-+}
++#
++# Disk-On-Chip Device Drivers
++#
++# CONFIG_MTD_DOC2000 is not set
++# CONFIG_MTD_DOC2001 is not set
++# CONFIG_MTD_DOC2001PLUS is not set
++# CONFIG_MTD_NAND is not set
++# CONFIG_MTD_ONENAND is not set
 +
-+static void dmac_xfer_complete(struct dw_dma_controller *dmac)
-+{
-+      struct dw_dma_channel *chan;
-+      struct dma_request *req;
-+      unsigned long status, chanid;
++#
++# UBI - Unsorted block images
++#
++# CONFIG_MTD_UBI is not set
++# CONFIG_PARPORT is not set
++CONFIG_MISC_DEVICES=y
++# CONFIG_ATMEL_PWM is not set
++CONFIG_ATMEL_TCLIB=y
++CONFIG_ATMEL_TCB_CLKSRC=y
++CONFIG_ATMEL_TCB_CLKSRC_BLOCK=0
++# CONFIG_EEPROM_93CX6 is not set
++# CONFIG_ATMEL_SSC is not set
 +
-+      status = dmac_readl_lo(dmac, STATUS_XFER);
++#
++# SCSI device support
++#
++# CONFIG_SCSI_DMA is not set
++# CONFIG_SCSI_NETLINK is not set
++# CONFIG_NETDEVICES is not set
++# CONFIG_ISDN is not set
++# CONFIG_PHONE is not set
 +
-+      while (status) {
-+              chanid = __ffs(status);
-+              chan = &dmac->channel[chanid];
++#
++# Input device support
++#
++# CONFIG_INPUT is not set
 +
-+              dmac_writel_lo(dmac, CLEAR_XFER, 1 << chanid);
++#
++# Hardware I/O ports
++#
++# CONFIG_SERIO is not set
++# CONFIG_GAMEPORT is not set
 +
-+                req = &chan->req_sg->req;
-+                BUG_ON(!req);
-+                cleanup_channel(dmac, chan);
-+                if (req->xfer_complete)
-+                      req->xfer_complete(req);
++#
++# Character devices
++#
++# CONFIG_VT is not set
++# CONFIG_SERIAL_NONSTANDARD is not set
 +
-+              status = dmac_readl_lo(dmac, STATUS_XFER);
-+      }
-+}
++#
++# Serial drivers
++#
++# CONFIG_SERIAL_8250 is not set
 +
-+static void dmac_error(struct dw_dma_controller *dmac)
-+{
-+      struct dw_dma_channel *chan;
-+      unsigned long status, chanid;
++#
++# Non-8250 serial port support
++#
++CONFIG_SERIAL_ATMEL=y
++CONFIG_SERIAL_ATMEL_CONSOLE=y
++# CONFIG_SERIAL_ATMEL_PDC is not set
++# CONFIG_SERIAL_ATMEL_TTYAT is not set
++CONFIG_SERIAL_CORE=y
++CONFIG_SERIAL_CORE_CONSOLE=y
++CONFIG_UNIX98_PTYS=y
++# CONFIG_LEGACY_PTYS is not set
++# CONFIG_IPMI_HANDLER is not set
++# CONFIG_HW_RANDOM is not set
++# CONFIG_RTC is not set
++# CONFIG_GEN_RTC is not set
++# CONFIG_R3964 is not set
++# CONFIG_TCG_TPM is not set
++# CONFIG_I2C is not set
 +
-+      status = dmac_readl_lo(dmac, STATUS_ERROR);
++#
++# SPI support
++#
++CONFIG_SPI=y
++CONFIG_SPI_MASTER=y
 +
-+      while (status) {
-+              struct dma_request *req;
++#
++# SPI Master Controller Drivers
++#
++CONFIG_SPI_ATMEL=y
++# CONFIG_SPI_BITBANG is not set
 +
-+              chanid = __ffs(status);
-+              chan = &dmac->channel[chanid];
++#
++# SPI Protocol Masters
++#
++# CONFIG_SPI_AT25 is not set
++# CONFIG_SPI_SPIDEV is not set
++# CONFIG_SPI_TLE62X0 is not set
++# CONFIG_W1 is not set
++# CONFIG_POWER_SUPPLY is not set
++# CONFIG_HWMON is not set
++CONFIG_WATCHDOG=y
++# CONFIG_WATCHDOG_NOWAYOUT is not set
 +
-+              dmac_writel_lo(dmac, CLEAR_ERROR, 1 << chanid);
-+              clear_channel_bit(dmac, CH_EN, chanid);
++#
++# Watchdog Device Drivers
++#
++# CONFIG_SOFT_WATCHDOG is not set
++CONFIG_AT32AP700X_WDT=y
 +
-+                if (chan->is_cyclic) {
-+                      BUG_ON(!chan->req_cyclic);
-+                      req = &chan->req_cyclic->req;
-+                } else {
-+                      BUG_ON(!chan->req_sg);
-+                      req = &chan->req_sg->req;
-+                }
-+
-+              cleanup_channel(dmac, chan);
-+              if (req->error)
-+                      req->error(req);
-+
-+              status = dmac_readl_lo(dmac, STATUS_XFER);
-+      }
-+}
-+
-+static irqreturn_t dmac_interrupt(int irq, void *dev_id)
-+{
-+      struct dw_dma_controller *dmac = dev_id;
-+      unsigned long status;
-+      int ret = IRQ_NONE;
-+
-+      spin_lock(&dmac->lock);
-+
-+      status = dmac_readl_lo(dmac, STATUS_INT);
-+
-+      while (status) {
-+              ret = IRQ_HANDLED;
-+              if (status & 0x10)
-+                      dmac_error(dmac);
-+              if (status & 0x02)
-+                      dmac_block_complete(dmac);
-+              if (status & 0x01)
-+                      dmac_xfer_complete(dmac);
++#
++# Sonics Silicon Backplane
++#
++CONFIG_SSB_POSSIBLE=y
++# CONFIG_SSB is not set
 +
-+              status = dmac_readl_lo(dmac, STATUS_INT);
-+      }
++#
++# Multifunction device drivers
++#
++# CONFIG_MFD_SM501 is not set
 +
-+      spin_unlock(&dmac->lock);
-+      return ret;
-+}
++#
++# Multimedia devices
++#
++# CONFIG_VIDEO_DEV is not set
++# CONFIG_DVB_CORE is not set
++# CONFIG_DAB is not set
 +
-+static int __devinit dmac_probe(struct platform_device *pdev)
-+{
-+      struct dw_dma_controller *dmac;
-+      struct resource *regs;
-+      int ret;
++#
++# Graphics support
++#
++# CONFIG_VGASTATE is not set
++# CONFIG_VIDEO_OUTPUT_CONTROL is not set
++CONFIG_FB=y
++# CONFIG_FIRMWARE_EDID is not set
++# CONFIG_FB_DDC is not set
++CONFIG_FB_CFB_FILLRECT=y
++CONFIG_FB_CFB_COPYAREA=y
++CONFIG_FB_CFB_IMAGEBLIT=y
++# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
++# CONFIG_FB_SYS_FILLRECT is not set
++# CONFIG_FB_SYS_COPYAREA is not set
++# CONFIG_FB_SYS_IMAGEBLIT is not set
++# CONFIG_FB_SYS_FOPS is not set
++CONFIG_FB_DEFERRED_IO=y
++# CONFIG_FB_SVGALIB is not set
++# CONFIG_FB_MACMODES is not set
++# CONFIG_FB_BACKLIGHT is not set
++# CONFIG_FB_MODE_HELPERS is not set
++# CONFIG_FB_TILEBLITTING is not set
 +
-+      regs = platform_get_resource(pdev, IORESOURCE_MEM, 0);
-+      if (!regs)
-+              return -ENXIO;
++#
++# Frame buffer hardware drivers
++#
++# CONFIG_FB_S1D13XXX is not set
++CONFIG_FB_ATMEL=y
++# CONFIG_FB_VIRTUAL is not set
++CONFIG_BACKLIGHT_LCD_SUPPORT=y
++CONFIG_LCD_CLASS_DEVICE=y
++CONFIG_LCD_LTV350QV=y
++# CONFIG_BACKLIGHT_CLASS_DEVICE is not set
 +
-+      dmac = kmalloc(sizeof(*dmac), GFP_KERNEL);
-+      if (!dmac)
-+              return -ENOMEM;
-+      memset(dmac, 0, sizeof(*dmac));
++#
++# Display device support
++#
++# CONFIG_DISPLAY_SUPPORT is not set
++# CONFIG_LOGO is not set
 +
-+      dmac->hclk = clk_get(&pdev->dev, "hclk");
-+      if (IS_ERR(dmac->hclk)) {
-+              ret = PTR_ERR(dmac->hclk);
-+              goto out_free_dmac;
-+      }
-+      clk_enable(dmac->hclk);
++#
++# Sound
++#
++# CONFIG_SOUND is not set
++CONFIG_USB_SUPPORT=y
++# CONFIG_USB_ARCH_HAS_HCD is not set
++# CONFIG_USB_ARCH_HAS_OHCI is not set
++# CONFIG_USB_ARCH_HAS_EHCI is not set
 +
-+      ret = -ENOMEM;
-+      dmac->lli_pool = dma_pool_create("dmac", &pdev->dev,
-+                                       sizeof(struct dw_dma_lli), 4, 0);
-+      if (!dmac->lli_pool)
-+              goto out_disable_clk;
++#
++# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
++#
 +
-+      spin_lock_init(&dmac->lock);
-+      dmac->dma.dev = &pdev->dev;
-+      dmac->dma.alloc_channel = dmac_alloc_channel;
-+      dmac->dma.release_channel = dmac_release_channel;
-+      dmac->dma.prepare_request_sg = dmac_prepare_request_sg;
-+      dmac->dma.prepare_request_cyclic = dmac_prepare_request_cyclic;
-+      dmac->dma.start_request = dmac_start_request;
-+      dmac->dma.stop_request = dmac_stop_request;
-+      dmac->dma.get_current_pos = dmac_get_current_pos;
++#
++# USB Gadget Support
++#
++CONFIG_USB_GADGET=y
++# CONFIG_USB_GADGET_DEBUG_FILES is not set
++CONFIG_USB_GADGET_SELECTED=y
++# CONFIG_USB_GADGET_AMD5536UDC is not set
++CONFIG_USB_GADGET_ATMEL_USBA=y
++CONFIG_USB_ATMEL_USBA=y
++# CONFIG_USB_GADGET_FSL_USB2 is not set
++# CONFIG_USB_GADGET_NET2280 is not set
++# CONFIG_USB_GADGET_PXA2XX is not set
++# CONFIG_USB_GADGET_M66592 is not set
++# CONFIG_USB_GADGET_GOKU is not set
++# CONFIG_USB_GADGET_LH7A40X is not set
++# CONFIG_USB_GADGET_OMAP is not set
++# CONFIG_USB_GADGET_S3C2410 is not set
++# CONFIG_USB_GADGET_AT91 is not set
++# CONFIG_USB_GADGET_DUMMY_HCD is not set
++CONFIG_USB_GADGET_DUALSPEED=y
++# CONFIG_USB_ZERO is not set
++CONFIG_USB_ETH=y
++# CONFIG_USB_ETH_RNDIS is not set
++# CONFIG_USB_GADGETFS is not set
++# CONFIG_USB_FILE_STORAGE is not set
++# CONFIG_USB_G_SERIAL is not set
++# CONFIG_USB_MIDI_GADGET is not set
++# CONFIG_MMC is not set
++# CONFIG_NEW_LEDS is not set
++CONFIG_RTC_LIB=y
++CONFIG_RTC_CLASS=y
++CONFIG_RTC_HCTOSYS=y
++CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
++# CONFIG_RTC_DEBUG is not set
 +
-+      dmac->regs = ioremap(regs->start, regs->end - regs->start + 1);
-+      if (!dmac->regs)
-+              goto out_free_pool;
++#
++# RTC interfaces
++#
++CONFIG_RTC_INTF_SYSFS=y
++# CONFIG_RTC_INTF_PROC is not set
++CONFIG_RTC_INTF_DEV=y
++# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
++# CONFIG_RTC_DRV_TEST is not set
 +
-+      ret = request_irq(platform_get_irq(pdev, 0), dmac_interrupt,
-+                        IRQF_SAMPLE_RANDOM, pdev->name, dmac);
-+      if (ret)
-+              goto out_unmap_regs;
++#
++# SPI RTC drivers
++#
++# CONFIG_RTC_DRV_RS5C348 is not set
++# CONFIG_RTC_DRV_MAX6902 is not set
 +
-+      /* Enable the DMA controller */
-+      dmac_writel_lo(dmac, CFG, 1);
++#
++# Platform RTC drivers
++#
++# CONFIG_RTC_DRV_DS1553 is not set
++# CONFIG_RTC_DRV_STK17TA8 is not set
++# CONFIG_RTC_DRV_DS1742 is not set
++# CONFIG_RTC_DRV_M48T86 is not set
++# CONFIG_RTC_DRV_M48T59 is not set
++# CONFIG_RTC_DRV_V3020 is not set
 +
-+      register_dma_controller(&dmac->dma);
++#
++# on-CPU RTC drivers
++#
++CONFIG_RTC_DRV_AT32AP700X=y
 +
-+      printk(KERN_INFO
-+             "dmac%d: DesignWare DMA controller at 0x%p irq %d\n",
-+             dmac->dma.id, dmac->regs, platform_get_irq(pdev, 0));
++#
++# Userspace I/O
++#
++# CONFIG_UIO is not set
 +
-+      return 0;
++#
++# File systems
++#
++# CONFIG_INOTIFY is not set
++# CONFIG_QUOTA is not set
++# CONFIG_DNOTIFY is not set
++# CONFIG_AUTOFS_FS is not set
++# CONFIG_AUTOFS4_FS is not set
++# CONFIG_FUSE_FS is not set
 +
-+out_unmap_regs:
-+      iounmap(dmac->regs);
-+out_free_pool:
-+      dma_pool_destroy(dmac->lli_pool);
-+out_disable_clk:
-+      clk_disable(dmac->hclk);
-+      clk_put(dmac->hclk);
-+out_free_dmac:
-+      kfree(dmac);
-+      return ret;
-+}
++#
++# Pseudo filesystems
++#
++CONFIG_PROC_FS=y
++CONFIG_PROC_KCORE=y
++CONFIG_PROC_SYSCTL=y
++CONFIG_SYSFS=y
++CONFIG_TMPFS=y
++# CONFIG_TMPFS_POSIX_ACL is not set
++# CONFIG_HUGETLB_PAGE is not set
++# CONFIG_CONFIGFS_FS is not set
 +
-+static struct platform_driver dmac_driver = {
-+      .probe          = dmac_probe,
-+      .driver         = {
-+              .name           = "dmaca",
-+      },
-+};
++#
++# Miscellaneous filesystems
++#
++CONFIG_JFFS2_FS=y
++CONFIG_JFFS2_FS_DEBUG=0
++# CONFIG_JFFS2_FS_WRITEBUFFER is not set
++# CONFIG_JFFS2_SUMMARY is not set
++# CONFIG_JFFS2_FS_XATTR is not set
++# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
++CONFIG_JFFS2_ZLIB=y
++# CONFIG_JFFS2_LZO is not set
++CONFIG_JFFS2_RTIME=y
++# CONFIG_JFFS2_RUBIN is not set
++# CONFIG_NETWORK_FILESYSTEMS is not set
++# CONFIG_NLS is not set
++# CONFIG_DLM is not set
++# CONFIG_INSTRUMENTATION is not set
 +
-+static int __init dmac_init(void)
-+{
-+      return platform_driver_register(&dmac_driver);
-+}
-+subsys_initcall(dmac_init);
++#
++# Kernel hacking
++#
++# CONFIG_PRINTK_TIME is not set
++CONFIG_ENABLE_WARN_DEPRECATED=y
++CONFIG_ENABLE_MUST_CHECK=y
++CONFIG_MAGIC_SYSRQ=y
++# CONFIG_UNUSED_SYMBOLS is not set
++# CONFIG_DEBUG_FS is not set
++# CONFIG_HEADERS_CHECK is not set
++# CONFIG_DEBUG_KERNEL is not set
++# CONFIG_DEBUG_BUGVERBOSE is not set
++# CONFIG_SAMPLES is not set
 +
-+static void __exit dmac_exit(void)
-+{
-+      platform_driver_unregister(&dmac_driver);
-+}
-+module_exit(dmac_exit);
++#
++# Security options
++#
++# CONFIG_KEYS is not set
++# CONFIG_SECURITY is not set
++# CONFIG_SECURITY_FILE_CAPABILITIES is not set
++# CONFIG_CRYPTO is not set
 +
-+MODULE_DESCRIPTION("Synopsys DesignWare DMA Controller driver");
-+MODULE_AUTHOR("Haavard Skinnemoen <hskinnemoen@atmel.com>");
-+MODULE_LICENSE("GPL");
-diff -x .git -Nur linux-2.6.22.1/arch/avr32/drivers/dw-dmac.h linux-avr32.git/arch/avr32/drivers/dw-dmac.h
---- linux-2.6.22.1/arch/avr32/drivers/dw-dmac.h        1970-01-01 01:00:00.000000000 +0100
-+++ linux-avr32.git/arch/avr32/drivers/dw-dmac.h       2007-06-06 11:33:46.000000000 +0200
-@@ -0,0 +1,42 @@
++#
++# Library routines
++#
++CONFIG_BITREVERSE=y
++# CONFIG_CRC_CCITT is not set
++# CONFIG_CRC16 is not set
++# CONFIG_CRC_ITU_T is not set
++CONFIG_CRC32=y
++# CONFIG_CRC7 is not set
++# CONFIG_LIBCRC32C is not set
++CONFIG_ZLIB_INFLATE=y
++CONFIG_ZLIB_DEFLATE=y
++CONFIG_HAS_IOMEM=y
++CONFIG_HAS_IOPORT=y
++CONFIG_HAS_DMA=y
+diff -urN linux-2.6.24.3/arch/avr32/drivers/dw-dmac.c avr32-2.6/arch/avr32/drivers/dw-dmac.c
+--- linux-2.6.24.3/arch/avr32/drivers/dw-dmac.c        1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/arch/avr32/drivers/dw-dmac.c     2008-04-23 19:33:28.000000000 +0200
+@@ -0,0 +1,761 @@
 +/*
 + * Driver for the Synopsys DesignWare DMA Controller
 + *
@@ -2000,706 +4770,5184 @@ diff -x .git -Nur linux-2.6.22.1/arch/avr32/drivers/dw-dmac.h linux-avr32.git/ar
 + * it under the terms of the GNU General Public License version 2 as
 + * published by the Free Software Foundation.
 + */
-+#ifndef __AVR32_DW_DMAC_H__
-+#define __AVR32_DW_DMAC_H__
++#include <linux/clk.h>
++#include <linux/device.h>
++#include <linux/dma-mapping.h>
++#include <linux/dmapool.h>
++#include <linux/init.h>
++#include <linux/interrupt.h>
++#include <linux/module.h>
++#include <linux/platform_device.h>
 +
-+#define DW_DMAC_CFG           0x398
-+#define DW_DMAC_CH_EN         0x3a0
++#include <asm/dma-controller.h>
++#include <asm/io.h>
 +
-+#define DW_DMAC_STATUS_XFER   0x2e8
-+#define DW_DMAC_STATUS_BLOCK  0x2f0
-+#define DW_DMAC_STATUS_ERROR  0x308
++#include "dw-dmac.h"
 +
-+#define DW_DMAC_MASK_XFER     0x310
-+#define DW_DMAC_MASK_BLOCK    0x318
-+#define DW_DMAC_MASK_ERROR    0x330
++#define DMAC_NR_CHANNELS 3
++#define DMAC_MAX_BLOCKSIZE 4095
 +
-+#define DW_DMAC_CLEAR_XFER    0x338
-+#define DW_DMAC_CLEAR_BLOCK   0x340
-+#define DW_DMAC_CLEAR_ERROR   0x358
++enum {
++      CH_STATE_FREE = 0,
++      CH_STATE_ALLOCATED,
++      CH_STATE_BUSY,
++};
 +
-+#define DW_DMAC_STATUS_INT    0x360
++struct dw_dma_lli {
++      dma_addr_t      sar;
++      dma_addr_t      dar;
++      dma_addr_t      llp;
++      u32             ctllo;
++      u32             ctlhi;
++      u32             sstat;
++      u32             dstat;
++};
 +
-+#define DW_DMAC_CHAN_SAR      0x000
-+#define DW_DMAC_CHAN_DAR      0x008
-+#define DW_DMAC_CHAN_LLP      0x010
-+#define DW_DMAC_CHAN_CTL      0x018
-+#define DW_DMAC_CHAN_SSTAT    0x020
-+#define DW_DMAC_CHAN_DSTAT    0x028
-+#define DW_DMAC_CHAN_SSTATAR  0x030
-+#define DW_DMAC_CHAN_DSTATAR  0x038
-+#define DW_DMAC_CHAN_CFG      0x040
-+#define DW_DMAC_CHAN_SGR      0x048
-+#define DW_DMAC_CHAN_DSR      0x050
-+
-+#endif /* __AVR32_DW_DMAC_H__ */
-diff -x .git -Nur linux-2.6.22.1/arch/avr32/drivers/Makefile linux-avr32.git/arch/avr32/drivers/Makefile
---- linux-2.6.22.1/arch/avr32/drivers/Makefile 1970-01-01 01:00:00.000000000 +0100
-+++ linux-avr32.git/arch/avr32/drivers/Makefile        2007-06-06 11:33:46.000000000 +0200
-@@ -0,0 +1 @@
-+obj-$(CONFIG_DW_DMAC)                 += dw-dmac.o
-diff -x .git -Nur linux-2.6.22.1/arch/avr32/Kconfig linux-avr32.git/arch/avr32/Kconfig
---- linux-2.6.22.1/arch/avr32/Kconfig  2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/arch/avr32/Kconfig 2007-07-13 11:24:16.000000000 +0200
-@@ -113,6 +113,13 @@
-       bool "ATNGW100 Network Gateway"
- endchoice
-+if BOARD_ATSTK1000
-+source "arch/avr32/boards/atstk1000/Kconfig"
-+endif
-+if BOARD_ATNGW100
-+source "arch/avr32/boards/atngw100/Kconfig"
-+endif
++struct dw_dma_block {
++      struct dw_dma_lli *lli_vaddr;
++      dma_addr_t lli_dma_addr;
++};
 +
- choice
-       prompt "Boot loader type"
-       default LOADER_U_BOOT
-@@ -171,6 +178,10 @@
-         enabling Nexus-compliant debuggers to keep track of the PID of the
-         currently executing task.
-+config DW_DMAC
-+      tristate "Synopsys DesignWare DMA Controller support"
-+      default y if CPU_AT32AP7000
++struct dw_dma_channel {
++      unsigned int state;
++        int is_cyclic;
++      struct dma_request_sg *req_sg;
++      struct dma_request_cyclic *req_cyclic;
++      unsigned int nr_blocks;
++      int direction;
++      struct dw_dma_block *block;
++};
 +
- # FPU emulation goes here
- source "kernel/Kconfig.hz"
-@@ -185,6 +196,27 @@
- endmenu
-+menu "Power managment options"
++struct dw_dma_controller {
++      spinlock_t lock;
++      void * __iomem  regs;
++      struct dma_pool *lli_pool;
++      struct clk *hclk;
++      struct dma_controller dma;
++      struct dw_dma_channel channel[DMAC_NR_CHANNELS];
++};
++#define to_dw_dmac(dmac) container_of(dmac, struct dw_dma_controller, dma)
 +
-+menu "CPU Frequency scaling"
++#define dmac_writel_hi(dmac, reg, value) \
++      __raw_writel((value), (dmac)->regs + DW_DMAC_##reg + 4)
++#define dmac_readl_hi(dmac, reg) \
++      __raw_readl((dmac)->regs + DW_DMAC_##reg + 4)
++#define dmac_writel_lo(dmac, reg, value) \
++      __raw_writel((value), (dmac)->regs + DW_DMAC_##reg)
++#define dmac_readl_lo(dmac, reg) \
++      __raw_readl((dmac)->regs + DW_DMAC_##reg)
++#define dmac_chan_writel_hi(dmac, chan, reg, value) \
++      __raw_writel((value), ((dmac)->regs + 0x58 * (chan) \
++                             + DW_DMAC_CHAN_##reg + 4))
++#define dmac_chan_readl_hi(dmac, chan, reg) \
++      __raw_readl((dmac)->regs + 0x58 * (chan) + DW_DMAC_CHAN_##reg + 4)
++#define dmac_chan_writel_lo(dmac, chan, reg, value) \
++      __raw_writel((value), (dmac)->regs + 0x58 * (chan) + DW_DMAC_CHAN_##reg)
++#define dmac_chan_readl_lo(dmac, chan, reg) \
++      __raw_readl((dmac)->regs + 0x58 * (chan) + DW_DMAC_CHAN_##reg)
++#define set_channel_bit(dmac, reg, chan) \
++      dmac_writel_lo(dmac, reg, (1 << (chan)) | (1 << ((chan) + 8)))
++#define clear_channel_bit(dmac, reg, chan) \
++      dmac_writel_lo(dmac, reg, (0 << (chan)) | (1 << ((chan) + 8)))
 +
-+source "drivers/cpufreq/Kconfig"
++static int dmac_alloc_channel(struct dma_controller *_dmac)
++{
++      struct dw_dma_controller *dmac = to_dw_dmac(_dmac);
++      struct dw_dma_channel *chan;
++      unsigned long flags;
++      int i;
 +
-+config CPU_FREQ_AT32AP
-+      bool "CPU frequency driver for AT32AP"
-+      depends on CPU_FREQ && PLATFORM_AT32AP
-+      default n
-+      help
-+        This enables the CPU frequency driver for AT32AP processors.
++      spin_lock_irqsave(&dmac->lock, flags);
++      for (i = 0; i < DMAC_NR_CHANNELS; i++)
++              if (dmac->channel[i].state == CH_STATE_FREE)
++                      break;
 +
-+        For details, take a look in <file:Documentation/cpu-freq>.
++      if (i < DMAC_NR_CHANNELS) {
++              chan = &dmac->channel[i];
++              chan->state = CH_STATE_ALLOCATED;
++      } else {
++              i = -EBUSY;
++      }
 +
-+        If in doubt, say N.
++      spin_unlock_irqrestore(&dmac->lock, flags);
 +
-+endmenu
++      return i;
++}
 +
-+endmenu
++static void dmac_release_channel(struct dma_controller *_dmac, int channel)
++{
++      struct dw_dma_controller *dmac = to_dw_dmac(_dmac);
 +
- menu "Bus options"
- config PCI
-diff -x .git -Nur linux-2.6.22.1/arch/avr32/kernel/dma-controller.c linux-avr32.git/arch/avr32/kernel/dma-controller.c
---- linux-2.6.22.1/arch/avr32/kernel/dma-controller.c  1970-01-01 01:00:00.000000000 +0100
-+++ linux-avr32.git/arch/avr32/kernel/dma-controller.c 2007-06-06 11:33:46.000000000 +0200
-@@ -0,0 +1,34 @@
-+/*
-+ * Preliminary DMA controller framework for AVR32
-+ *
-+ * Copyright (C) 2005-2006 Atmel Corporation
-+ *
-+ * This program is free software; you can redistribute it and/or modify
-+ * it under the terms of the GNU General Public License version 2 as
-+ * published by the Free Software Foundation.
-+ */
-+#include <asm/dma-controller.h>
++      BUG_ON(channel >= DMAC_NR_CHANNELS
++             || dmac->channel[channel].state != CH_STATE_ALLOCATED);
 +
-+static LIST_HEAD(controllers);
++      dmac->channel[channel].state = CH_STATE_FREE;
++}
 +
-+int register_dma_controller(struct dma_controller *dmac)
++static struct dw_dma_block *allocate_blocks(struct dw_dma_controller *dmac,
++                                          unsigned int nr_blocks)
 +{
-+      static int next_id;
++      struct dw_dma_block *block;
++      void *p;
++      unsigned int i;
 +
-+      dmac->id = next_id++;
-+      list_add_tail(&dmac->list, &controllers);
++      block = kmalloc(nr_blocks * sizeof(*block),
++                      GFP_KERNEL);
++      if (unlikely(!block))
++              return NULL;
 +
-+      return 0;
-+}
-+EXPORT_SYMBOL(register_dma_controller);
++      for (i = 0; i < nr_blocks; i++) {
++              p = dma_pool_alloc(dmac->lli_pool, GFP_KERNEL,
++                                 &block[i].lli_dma_addr);
++              block[i].lli_vaddr = p;
++              if (unlikely(!p))
++                      goto fail;
++      }
 +
-+struct dma_controller *find_dma_controller(int id)
-+{
-+      struct dma_controller *dmac;
++      return block;
 +
-+      list_for_each_entry(dmac, &controllers, list)
-+              if (dmac->id == id)
-+                      return dmac;
++fail:
++      for (i = 0; i < nr_blocks; i++) {
++              if (!block[i].lli_vaddr)
++                      break;
++              dma_pool_free(dmac->lli_pool, block[i].lli_vaddr,
++                            block[i].lli_dma_addr);
++      }
++      kfree(block);
 +      return NULL;
 +}
-+EXPORT_SYMBOL(find_dma_controller);
-diff -x .git -Nur linux-2.6.22.1/arch/avr32/kernel/Makefile linux-avr32.git/arch/avr32/kernel/Makefile
---- linux-2.6.22.1/arch/avr32/kernel/Makefile  2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/arch/avr32/kernel/Makefile 2007-06-06 11:33:46.000000000 +0200
-@@ -9,6 +9,7 @@
- obj-y                         += setup.o traps.o semaphore.o ptrace.o
- obj-y                         += signal.o sys_avr32.o process.o time.o
- obj-y                         += init_task.o switch_to.o cpu.o
-+obj-y                         += dma-controller.o
- obj-$(CONFIG_MODULES)         += module.o avr32_ksyms.o
- obj-$(CONFIG_KPROBES)         += kprobes.o
-diff -x .git -Nur linux-2.6.22.1/arch/avr32/mach-at32ap/at32ap7000.c linux-avr32.git/arch/avr32/mach-at32ap/at32ap7000.c
---- linux-2.6.22.1/arch/avr32/mach-at32ap/at32ap7000.c 2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/arch/avr32/mach-at32ap/at32ap7000.c        2007-07-12 13:59:49.000000000 +0200
-@@ -17,14 +17,20 @@
- #include <asm/arch/at32ap7000.h>
- #include <asm/arch/board.h>
- #include <asm/arch/portmux.h>
--#include <asm/arch/sm.h>
- #include <video/atmel_lcdc.h>
- #include "clock.h"
- #include "hmatrix.h"
- #include "pio.h"
--#include "sm.h"
-+#include "pm.h"
-+
-+/*
-+ * We can reduce the code size a bit by using a constant here. Since
-+ * this file is completely chip-specific, it's safe to not use
-+ * ioremap. Generic drivers should of course never do this.
-+ */
-+#define AT32_PM_BASE  0xfff00000
- #define PBMEM(base)                                   \
-       {                                               \
-@@ -88,6 +94,8 @@
-       .index          = _index,                               \
- }
-+static DEFINE_SPINLOCK(pm_lock);
 +
- unsigned long at32ap7000_osc_rates[3] = {
-       [0] = 32768,
-       /* FIXME: these are ATSTK1002-specific */
-@@ -104,11 +112,11 @@
- {
-       unsigned long div, mul, rate;
--      if (!(control & SM_BIT(PLLEN)))
-+      if (!(control & PM_BIT(PLLEN)))
-               return 0;
--      div = SM_BFEXT(PLLDIV, control) + 1;
--      mul = SM_BFEXT(PLLMUL, control) + 1;
-+      div = PM_BFEXT(PLLDIV, control) + 1;
-+      mul = PM_BFEXT(PLLMUL, control) + 1;
-       rate = clk->parent->get_rate(clk->parent);
-       rate = (rate + div / 2) / div;
-@@ -121,7 +129,7 @@
- {
-       u32 control;
--      control = sm_readl(&system_manager, PM_PLL0);
-+      control = pm_readl(PLL0);
-       return pll_get_rate(clk, control);
- }
-@@ -130,7 +138,7 @@
- {
-       u32 control;
--      control = sm_readl(&system_manager, PM_PLL1);
-+      control = pm_readl(PLL1);
-       return pll_get_rate(clk, control);
- }
-@@ -187,108 +195,139 @@
- static void cpu_clk_mode(struct clk *clk, int enabled)
- {
--      struct at32_sm *sm = &system_manager;
-       unsigned long flags;
-       u32 mask;
--      spin_lock_irqsave(&sm->lock, flags);
--      mask = sm_readl(sm, PM_CPU_MASK);
-+      spin_lock_irqsave(&pm_lock, flags);
-+      mask = pm_readl(CPU_MASK);
-       if (enabled)
-               mask |= 1 << clk->index;
-       else
-               mask &= ~(1 << clk->index);
--      sm_writel(sm, PM_CPU_MASK, mask);
--      spin_unlock_irqrestore(&sm->lock, flags);
-+      pm_writel(CPU_MASK, mask);
-+      spin_unlock_irqrestore(&pm_lock, flags);
- }
- static unsigned long cpu_clk_get_rate(struct clk *clk)
- {
-       unsigned long cksel, shift = 0;
--      cksel = sm_readl(&system_manager, PM_CKSEL);
--      if (cksel & SM_BIT(CPUDIV))
--              shift = SM_BFEXT(CPUSEL, cksel) + 1;
-+      cksel = pm_readl(CKSEL);
-+      if (cksel & PM_BIT(CPUDIV))
-+              shift = PM_BFEXT(CPUSEL, cksel) + 1;
-       return bus_clk_get_rate(clk, shift);
- }
-+static long cpu_clk_set_rate(struct clk *clk, unsigned long rate, int apply)
++static void cleanup_channel(struct dw_dma_controller *dmac,
++                          struct dw_dma_channel *chan)
 +{
-+      u32 control;
-+      unsigned long parent_rate, child_div, actual_rate, div;
-+
-+      parent_rate = clk->parent->get_rate(clk->parent);
-+      control = pm_readl(CKSEL);
-+
-+      if (control & PM_BIT(HSBDIV))
-+              child_div = 1 << (PM_BFEXT(HSBSEL, control) + 1);
-+      else
-+              child_div = 1;
++      unsigned int i;
 +
-+      if (rate > 3 * (parent_rate / 4) || child_div == 1) {
-+              actual_rate = parent_rate;
-+              control &= ~PM_BIT(CPUDIV);
-+      } else {
-+              unsigned int cpusel;
-+              div = (parent_rate + rate / 2) / rate;
-+              if (div > child_div)
-+                      div = child_div;
-+              cpusel = (div > 1) ? (fls(div) - 2) : 0;
-+              control = PM_BIT(CPUDIV) | PM_BFINS(CPUSEL, cpusel, control);
-+              actual_rate = parent_rate / (1 << (cpusel + 1));
++      if (chan->nr_blocks > 1) {
++              for (i = 0; i < chan->nr_blocks; i++)
++                      dma_pool_free(dmac->lli_pool, chan->block[i].lli_vaddr,
++                                    chan->block[i].lli_dma_addr);
++              kfree(chan->block);
 +      }
 +
-+      pr_debug("clk %s: new rate %lu (actual rate %lu)\n",
-+                      clk->name, rate, actual_rate);
-+
-+      if (apply)
-+              pm_writel(CKSEL, control);
++      chan->state = CH_STATE_ALLOCATED;
++}
++
++static int dmac_prepare_request_sg(struct dma_controller *_dmac,
++                                 struct dma_request_sg *req)
++{
++      struct dw_dma_controller *dmac = to_dw_dmac(_dmac);
++      struct dw_dma_channel *chan;
++      unsigned long ctlhi, ctllo, cfghi, cfglo;
++      unsigned long block_size;
++      unsigned int nr_blocks;
++      int ret, i, direction;
++      unsigned long flags;
++
++      spin_lock_irqsave(&dmac->lock, flags);
++
++      ret = -EINVAL;
++      if (req->req.channel >= DMAC_NR_CHANNELS
++          || dmac->channel[req->req.channel].state != CH_STATE_ALLOCATED
++          || req->block_size > DMAC_MAX_BLOCKSIZE) {
++              spin_unlock_irqrestore(&dmac->lock, flags);
++              return -EINVAL;
++      }
++
++      chan = &dmac->channel[req->req.channel];
++      chan->state = CH_STATE_BUSY;
++      chan->req_sg = req;
++      chan->is_cyclic = 0;
++
++      /*
++       * We have marked the channel as busy, so no need to keep the
++       * lock as long as we only touch the channel-specific
++       * registers
++       */
++      spin_unlock_irqrestore(&dmac->lock, flags);
++
++      /*
++       * There may be limitations in the driver and/or the DMA
++       * controller that prevents us from sending a whole
++       * scatterlist item in one go.  Taking this into account,
++       * calculate the number of block transfers we need to set up.
++       *
++       * FIXME: Let the peripheral driver know about the maximum
++       * block size we support. We really don't want to use a
++       * different block size than what was suggested by the
++       * peripheral.
++       *
++       * Each block will get its own Linked List Item (LLI) below.
++       */
++      block_size = req->block_size;
++      nr_blocks = req->nr_blocks;
++      pr_debug("block_size %lu, nr_blocks %u nr_sg = %u\n",
++               block_size, nr_blocks, req->nr_sg);
++
++      BUG_ON(nr_blocks == 0);
++      chan->nr_blocks = nr_blocks;
++
++      ret = -EINVAL;
++      cfglo = cfghi = 0;
++      switch (req->direction) {
++      case DMA_DIR_MEM_TO_PERIPH:
++              direction = DMA_TO_DEVICE;
++              cfghi = req->periph_id << (43 - 32);
++              break;
++
++      case DMA_DIR_PERIPH_TO_MEM:
++              direction = DMA_FROM_DEVICE;
++              cfghi = req->periph_id << (39 - 32);
++              break;
++      default:
++              goto out_unclaim_channel;
++      }
++
++        chan->direction = direction;
++
++      dmac_chan_writel_hi(dmac, req->req.channel, CFG, cfghi);
++      dmac_chan_writel_lo(dmac, req->req.channel, CFG, cfglo);
++
++      ctlhi = block_size >> req->width;
++      ctllo = ((req->direction << 20)
++               // | (1 << 14) | (1 << 11) // source/dest burst trans len
++               | (req->width << 4) | (req->width << 1)
++               | (1 << 0));            // interrupt enable
++
++      if (nr_blocks == 1) {
++              /* Only one block: No need to use block chaining */
++              if (direction == DMA_TO_DEVICE) {
++                      dmac_chan_writel_lo(dmac, req->req.channel, SAR,
++                                          req->sg->dma_address);
++                      dmac_chan_writel_lo(dmac, req->req.channel, DAR,
++                                          req->data_reg);
++                      ctllo |= 2 << 7; // no dst increment
++              } else {
++                      dmac_chan_writel_lo(dmac, req->req.channel, SAR,
++                                          req->data_reg);
++                      dmac_chan_writel_lo(dmac, req->req.channel, DAR,
++                                          req->sg->dma_address);
++                      ctllo |= 2 << 9; // no src increment
++              }
++              dmac_chan_writel_lo(dmac, req->req.channel, CTL, ctllo);
++              dmac_chan_writel_hi(dmac, req->req.channel, CTL, ctlhi);
++              pr_debug("ctl hi:lo 0x%lx:%lx\n", ctlhi, ctllo);
++      } else {
++              struct dw_dma_lli *lli, *lli_prev = NULL;
++              int j = 0, offset = 0;
++
++              ret = -ENOMEM;
++              chan->block = allocate_blocks(dmac, nr_blocks);
++              if (!chan->block)
++                      goto out_unclaim_channel;
++
++              if (direction == DMA_TO_DEVICE)
++                      ctllo |= 1 << 28 | 1 << 27 | 2 << 7;
++              else
++                      ctllo |= 1 << 28 | 1 << 27 | 2 << 9;
++
++              /*
++               * Map scatterlist items to blocks. One scatterlist
++               * item may need more than one block for the reasons
++               * mentioned above.
++               */
++              for (i = 0; i < nr_blocks; i++) {
++                      lli = chan->block[i].lli_vaddr;
++                      if (lli_prev) {
++                              lli_prev->llp = chan->block[i].lli_dma_addr;
++                              pr_debug("lli[%d] (0x%p/0x%x): 0x%x 0x%x 0x%x 0x%x 0x%x\n",
++                                       i - 1, chan->block[i - 1].lli_vaddr,
++                                       chan->block[i - 1].lli_dma_addr,
++                                       lli_prev->sar, lli_prev->dar, lli_prev->llp,
++                                       lli_prev->ctllo, lli_prev->ctlhi);
++                      }
++                      lli->llp = 0;
++                      lli->ctllo = ctllo;
++                      lli->ctlhi = ctlhi;
++                      if (direction == DMA_TO_DEVICE) {
++                              lli->sar = req->sg[j].dma_address + offset;
++                              lli->dar = req->data_reg;
++                      } else {
++                              lli->sar = req->data_reg;
++                              lli->dar = req->sg[j].dma_address + offset;
++                      }
++                      lli_prev = lli;
++
++                      offset += block_size;
++                      if (offset > req->sg[j].length) {
++                              j++;
++                              offset = 0;
++                      }
++              }
++
++              pr_debug("lli[%d] (0x%p/0x%x): 0x%x 0x%x 0x%x 0x%x 0x%x\n",
++                       i - 1, chan->block[i - 1].lli_vaddr,
++                       chan->block[i - 1].lli_dma_addr, lli_prev->sar,
++                       lli_prev->dar, lli_prev->llp,
++                       lli_prev->ctllo, lli_prev->ctlhi);
++
++              /*
++               * SAR, DAR and CTL are initialized from the LLI. We
++               * only have to enable the LLI bits in CTL.
++               */
++              dmac_chan_writel_hi(dmac, req->req.channel, CTL, 0);
++              dmac_chan_writel_lo(dmac, req->req.channel, LLP,
++                                  chan->block[0].lli_dma_addr);
++              dmac_chan_writel_lo(dmac, req->req.channel, CTL, 1 << 28 | 1 << 27);
++      }
++
++      set_channel_bit(dmac, MASK_XFER, req->req.channel);
++      set_channel_bit(dmac, MASK_ERROR, req->req.channel);
++      if (req->req.block_complete)
++              set_channel_bit(dmac, MASK_BLOCK, req->req.channel);
++      else
++              clear_channel_bit(dmac, MASK_BLOCK, req->req.channel);
++
++      return 0;
++
++out_unclaim_channel:
++      chan->state = CH_STATE_ALLOCATED;
++      return ret;
++}
++
++static int dmac_prepare_request_cyclic(struct dma_controller *_dmac,
++                                       struct dma_request_cyclic *req)
++{
++      struct dw_dma_controller *dmac = to_dw_dmac(_dmac);
++      struct dw_dma_channel *chan;
++      unsigned long ctlhi, ctllo, cfghi, cfglo;
++      unsigned long block_size;
++      int ret, i, direction;
++      unsigned long flags;
++
++      spin_lock_irqsave(&dmac->lock, flags);
++
++        block_size = (req->buffer_size/req->periods) >> req->width;
++
++      ret = -EINVAL;
++      if (req->req.channel >= DMAC_NR_CHANNELS
++          || dmac->channel[req->req.channel].state != CH_STATE_ALLOCATED
++            || (req->periods == 0)
++          || block_size > DMAC_MAX_BLOCKSIZE) {
++              spin_unlock_irqrestore(&dmac->lock, flags);
++              return -EINVAL;
++      }
++
++      chan = &dmac->channel[req->req.channel];
++      chan->state = CH_STATE_BUSY;
++      chan->is_cyclic = 1;
++        chan->req_cyclic = req;
++
++      /*
++       * We have marked the channel as busy, so no need to keep the
++       * lock as long as we only touch the channel-specific
++       * registers
++       */
++      spin_unlock_irqrestore(&dmac->lock, flags);
++
++      /*
++          Setup
++       */
++      BUG_ON(req->buffer_size % req->periods);
++      /* printk(KERN_INFO "block_size = %lu, periods = %u\n", block_size, req->periods); */
++
++      chan->nr_blocks = req->periods;
++
++      ret = -EINVAL;
++      cfglo = cfghi = 0;
++      switch (req->direction) {
++      case DMA_DIR_MEM_TO_PERIPH:
++              direction = DMA_TO_DEVICE;
++              cfghi = req->periph_id << (43 - 32);
++              break;
++
++      case DMA_DIR_PERIPH_TO_MEM:
++              direction = DMA_FROM_DEVICE;
++              cfghi = req->periph_id << (39 - 32);
++              break;
++      default:
++              goto out_unclaim_channel;
++      }
++
++        chan->direction = direction;
++
++      dmac_chan_writel_hi(dmac, req->req.channel, CFG, cfghi);
++      dmac_chan_writel_lo(dmac, req->req.channel, CFG, cfglo);
++
++      ctlhi = block_size;
++      ctllo = ((req->direction << 20)
++               | (req->width << 4) | (req->width << 1)
++               | (1 << 0));            // interrupt enable
++
++        {
++              struct dw_dma_lli *lli = NULL, *lli_prev = NULL;
++
++              ret = -ENOMEM;
++              chan->block = allocate_blocks(dmac, req->periods);
++              if (!chan->block)
++                      goto out_unclaim_channel;
++
++              if (direction == DMA_TO_DEVICE)
++                      ctllo |= 1 << 28 | 1 << 27 | 2 << 7;
++              else
++                      ctllo |= 1 << 28 | 1 << 27 | 2 << 9;
++
++              /*
++               * Set up a linked list items where each period gets
++               * an item. The linked list item for the last period
++               * points back to the star of the buffer making a
++               * cyclic buffer.
++               */
++              for (i = 0; i < req->periods; i++) {
++                      lli = chan->block[i].lli_vaddr;
++                      if (lli_prev) {
++                              lli_prev->llp = chan->block[i].lli_dma_addr;
++                              /* printk(KERN_INFO "lli[%d] (0x%p/0x%x): 0x%x 0x%x 0x%x 0x%x 0x%x\n",
++                                 i - 1, chan->block[i - 1].lli_vaddr,
++                                 chan->block[i - 1].lli_dma_addr,
++                                 lli_prev->sar, lli_prev->dar, lli_prev->llp,
++                                 lli_prev->ctllo, lli_prev->ctlhi);*/
++                      }
++                      lli->llp = 0;
++                      lli->ctllo = ctllo;
++                      lli->ctlhi = ctlhi;
++                      if (direction == DMA_TO_DEVICE) {
++                              lli->sar = req->buffer_start + i*(block_size << req->width);
++                              lli->dar = req->data_reg;
++                      } else {
++                              lli->sar = req->data_reg;
++                              lli->dar = req->buffer_start + i*(block_size << req->width);
++                      }
++                      lli_prev = lli;
++              }
++              lli->llp = chan->block[0].lli_dma_addr;
++
++              /*printk(KERN_INFO "lli[%d] (0x%p/0x%x): 0x%x 0x%x 0x%x 0x%x 0x%x\n",
++                i - 1, chan->block[i - 1].lli_vaddr,
++                chan->block[i - 1].lli_dma_addr, lli_prev->sar,
++                lli_prev->dar, lli_prev->llp,
++                lli_prev->ctllo, lli_prev->ctlhi); */
++
++              /*
++               * SAR, DAR and CTL are initialized from the LLI. We
++               * only have to enable the LLI bits in CTL.
++               */
++              dmac_chan_writel_lo(dmac, req->req.channel, LLP,
++                                  chan->block[0].lli_dma_addr);
++              dmac_chan_writel_lo(dmac, req->req.channel, CTL, 1 << 28 | 1 << 27);
++      }
++
++      clear_channel_bit(dmac, MASK_XFER, req->req.channel);
++      set_channel_bit(dmac, MASK_ERROR, req->req.channel);
++      if (req->req.block_complete)
++              set_channel_bit(dmac, MASK_BLOCK, req->req.channel);
++      else
++              clear_channel_bit(dmac, MASK_BLOCK, req->req.channel);
++
++      return 0;
++
++out_unclaim_channel:
++      chan->state = CH_STATE_ALLOCATED;
++      return ret;
++}
++
++static int dmac_start_request(struct dma_controller *_dmac,
++                            unsigned int channel)
++{
++      struct dw_dma_controller *dmac = to_dw_dmac(_dmac);
++
++      BUG_ON(channel >= DMAC_NR_CHANNELS);
++
++      set_channel_bit(dmac, CH_EN, channel);
++
++      return 0;
++}
++
++static dma_addr_t dmac_get_current_pos(struct dma_controller *_dmac,
++                                       unsigned int channel)
++{
++      struct dw_dma_controller *dmac = to_dw_dmac(_dmac);
++      struct dw_dma_channel *chan;
++        dma_addr_t current_pos;
++
++      BUG_ON(channel >= DMAC_NR_CHANNELS);
++
++        chan = &dmac->channel[channel];
++
++      switch (chan->direction) {
++      case DMA_TO_DEVICE:
++              current_pos = dmac_chan_readl_lo(dmac, channel, SAR);
++              break;
++      case DMA_FROM_DEVICE:
++              current_pos = dmac_chan_readl_lo(dmac, channel, DAR);
++              break;
++      default:
++              return 0;
++      }
++
++
++        if (!current_pos) {
++              if (chan->is_cyclic) {
++                      current_pos = chan->req_cyclic->buffer_start;
++              } else {
++                      current_pos = chan->req_sg->sg->dma_address;
++              }
++      }
++
++      return current_pos;
++}
++
++
++static int dmac_stop_request(struct dma_controller *_dmac,
++                             unsigned int channel)
++{
++      struct dw_dma_controller *dmac = to_dw_dmac(_dmac);
++      struct dw_dma_channel *chan;
++
++      BUG_ON(channel >= DMAC_NR_CHANNELS);
++
++      chan = &dmac->channel[channel];
++      pr_debug("stop: st%u s%08x d%08x l%08x ctl0x%08x:0x%08x\n",
++               chan->state, dmac_chan_readl_lo(dmac, channel, SAR),
++               dmac_chan_readl_lo(dmac, channel, DAR),
++               dmac_chan_readl_lo(dmac, channel, LLP),
++               dmac_chan_readl_hi(dmac, channel, CTL),
++               dmac_chan_readl_lo(dmac, channel, CTL));
++
++      if (chan->state == CH_STATE_BUSY) {
++              clear_channel_bit(dmac, CH_EN, channel);
++              cleanup_channel(dmac, &dmac->channel[channel]);
++      }
++
++      return 0;
++}
++
++
++static void dmac_block_complete(struct dw_dma_controller *dmac)
++{
++      struct dw_dma_channel *chan;
++      unsigned long status, chanid;
++
++      status = dmac_readl_lo(dmac, STATUS_BLOCK);
++
++      while (status) {
++              struct dma_request *req;
++              chanid = __ffs(status);
++              chan = &dmac->channel[chanid];
++
++                if (chan->is_cyclic) {
++                      BUG_ON(!chan->req_cyclic
++                             || !chan->req_cyclic->req.block_complete);
++                      req = &chan->req_cyclic->req;
++                } else {
++                      BUG_ON(!chan->req_sg || !chan->req_sg->req.block_complete);
++                      req = &chan->req_sg->req;
++                }
++              dmac_writel_lo(dmac, CLEAR_BLOCK, 1 << chanid);
++              req->block_complete(req);
++              status = dmac_readl_lo(dmac, STATUS_BLOCK);
++      }
++}
++
++static void dmac_xfer_complete(struct dw_dma_controller *dmac)
++{
++      struct dw_dma_channel *chan;
++      struct dma_request *req;
++      unsigned long status, chanid;
++
++      status = dmac_readl_lo(dmac, STATUS_XFER);
++
++      while (status) {
++              chanid = __ffs(status);
++              chan = &dmac->channel[chanid];
++
++              dmac_writel_lo(dmac, CLEAR_XFER, 1 << chanid);
++
++                req = &chan->req_sg->req;
++                BUG_ON(!req);
++                cleanup_channel(dmac, chan);
++                if (req->xfer_complete)
++                      req->xfer_complete(req);
++
++              status = dmac_readl_lo(dmac, STATUS_XFER);
++      }
++}
++
++static void dmac_error(struct dw_dma_controller *dmac)
++{
++      struct dw_dma_channel *chan;
++      unsigned long status, chanid;
++
++      status = dmac_readl_lo(dmac, STATUS_ERROR);
++
++      while (status) {
++              struct dma_request *req;
++
++              chanid = __ffs(status);
++              chan = &dmac->channel[chanid];
++
++              dmac_writel_lo(dmac, CLEAR_ERROR, 1 << chanid);
++              clear_channel_bit(dmac, CH_EN, chanid);
++
++                if (chan->is_cyclic) {
++                      BUG_ON(!chan->req_cyclic);
++                      req = &chan->req_cyclic->req;
++                } else {
++                      BUG_ON(!chan->req_sg);
++                      req = &chan->req_sg->req;
++                }
++
++              cleanup_channel(dmac, chan);
++              if (req->error)
++                      req->error(req);
++
++              status = dmac_readl_lo(dmac, STATUS_XFER);
++      }
++}
++
++static irqreturn_t dmac_interrupt(int irq, void *dev_id)
++{
++      struct dw_dma_controller *dmac = dev_id;
++      unsigned long status;
++      int ret = IRQ_NONE;
++
++      spin_lock(&dmac->lock);
++
++      status = dmac_readl_lo(dmac, STATUS_INT);
++
++      while (status) {
++              ret = IRQ_HANDLED;
++              if (status & 0x10)
++                      dmac_error(dmac);
++              if (status & 0x02)
++                      dmac_block_complete(dmac);
++              if (status & 0x01)
++                      dmac_xfer_complete(dmac);
++
++              status = dmac_readl_lo(dmac, STATUS_INT);
++      }
++
++      spin_unlock(&dmac->lock);
++      return ret;
++}
++
++static int __devinit dmac_probe(struct platform_device *pdev)
++{
++      struct dw_dma_controller *dmac;
++      struct resource *regs;
++      int ret;
++
++      regs = platform_get_resource(pdev, IORESOURCE_MEM, 0);
++      if (!regs)
++              return -ENXIO;
++
++      dmac = kmalloc(sizeof(*dmac), GFP_KERNEL);
++      if (!dmac)
++              return -ENOMEM;
++      memset(dmac, 0, sizeof(*dmac));
++
++      dmac->hclk = clk_get(&pdev->dev, "hclk");
++      if (IS_ERR(dmac->hclk)) {
++              ret = PTR_ERR(dmac->hclk);
++              goto out_free_dmac;
++      }
++      clk_enable(dmac->hclk);
++
++      ret = -ENOMEM;
++      dmac->lli_pool = dma_pool_create("dmac", &pdev->dev,
++                                       sizeof(struct dw_dma_lli), 4, 0);
++      if (!dmac->lli_pool)
++              goto out_disable_clk;
++
++      spin_lock_init(&dmac->lock);
++      dmac->dma.dev = &pdev->dev;
++      dmac->dma.alloc_channel = dmac_alloc_channel;
++      dmac->dma.release_channel = dmac_release_channel;
++      dmac->dma.prepare_request_sg = dmac_prepare_request_sg;
++      dmac->dma.prepare_request_cyclic = dmac_prepare_request_cyclic;
++      dmac->dma.start_request = dmac_start_request;
++      dmac->dma.stop_request = dmac_stop_request;
++      dmac->dma.get_current_pos = dmac_get_current_pos;
++
++      dmac->regs = ioremap(regs->start, regs->end - regs->start + 1);
++      if (!dmac->regs)
++              goto out_free_pool;
++
++      ret = request_irq(platform_get_irq(pdev, 0), dmac_interrupt,
++                        IRQF_SAMPLE_RANDOM, pdev->name, dmac);
++      if (ret)
++              goto out_unmap_regs;
++
++      /* Enable the DMA controller */
++      dmac_writel_lo(dmac, CFG, 1);
++
++      register_dma_controller(&dmac->dma);
++
++      printk(KERN_INFO
++             "dmac%d: DesignWare DMA controller at 0x%p irq %d\n",
++             dmac->dma.id, dmac->regs, platform_get_irq(pdev, 0));
++
++      return 0;
++
++out_unmap_regs:
++      iounmap(dmac->regs);
++out_free_pool:
++      dma_pool_destroy(dmac->lli_pool);
++out_disable_clk:
++      clk_disable(dmac->hclk);
++      clk_put(dmac->hclk);
++out_free_dmac:
++      kfree(dmac);
++      return ret;
++}
++
++static struct platform_driver dmac_driver = {
++      .probe          = dmac_probe,
++      .driver         = {
++              .name           = "dmaca",
++      },
++};
++
++static int __init dmac_init(void)
++{
++      return platform_driver_register(&dmac_driver);
++}
++subsys_initcall(dmac_init);
++
++static void __exit dmac_exit(void)
++{
++      platform_driver_unregister(&dmac_driver);
++}
++module_exit(dmac_exit);
++
++MODULE_DESCRIPTION("Synopsys DesignWare DMA Controller driver");
++MODULE_AUTHOR("Haavard Skinnemoen <hskinnemoen@atmel.com>");
++MODULE_LICENSE("GPL");
+diff -urN linux-2.6.24.3/arch/avr32/drivers/dw-dmac.h avr32-2.6/arch/avr32/drivers/dw-dmac.h
+--- linux-2.6.24.3/arch/avr32/drivers/dw-dmac.h        1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/arch/avr32/drivers/dw-dmac.h     2008-04-23 19:33:28.000000000 +0200
+@@ -0,0 +1,42 @@
++/*
++ * Driver for the Synopsys DesignWare DMA Controller
++ *
++ * Copyright (C) 2005-2006 Atmel Corporation
++ *
++ * This program is free software; you can redistribute it and/or modify
++ * it under the terms of the GNU General Public License version 2 as
++ * published by the Free Software Foundation.
++ */
++#ifndef __AVR32_DW_DMAC_H__
++#define __AVR32_DW_DMAC_H__
++
++#define DW_DMAC_CFG           0x398
++#define DW_DMAC_CH_EN         0x3a0
++
++#define DW_DMAC_STATUS_XFER   0x2e8
++#define DW_DMAC_STATUS_BLOCK  0x2f0
++#define DW_DMAC_STATUS_ERROR  0x308
++
++#define DW_DMAC_MASK_XFER     0x310
++#define DW_DMAC_MASK_BLOCK    0x318
++#define DW_DMAC_MASK_ERROR    0x330
++
++#define DW_DMAC_CLEAR_XFER    0x338
++#define DW_DMAC_CLEAR_BLOCK   0x340
++#define DW_DMAC_CLEAR_ERROR   0x358
++
++#define DW_DMAC_STATUS_INT    0x360
++
++#define DW_DMAC_CHAN_SAR      0x000
++#define DW_DMAC_CHAN_DAR      0x008
++#define DW_DMAC_CHAN_LLP      0x010
++#define DW_DMAC_CHAN_CTL      0x018
++#define DW_DMAC_CHAN_SSTAT    0x020
++#define DW_DMAC_CHAN_DSTAT    0x028
++#define DW_DMAC_CHAN_SSTATAR  0x030
++#define DW_DMAC_CHAN_DSTATAR  0x038
++#define DW_DMAC_CHAN_CFG      0x040
++#define DW_DMAC_CHAN_SGR      0x048
++#define DW_DMAC_CHAN_DSR      0x050
++
++#endif /* __AVR32_DW_DMAC_H__ */
+diff -urN linux-2.6.24.3/arch/avr32/drivers/Makefile avr32-2.6/arch/avr32/drivers/Makefile
+--- linux-2.6.24.3/arch/avr32/drivers/Makefile 1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/arch/avr32/drivers/Makefile      2008-04-23 19:33:28.000000000 +0200
+@@ -0,0 +1 @@
++obj-$(CONFIG_DW_DMAC)                 += dw-dmac.o
+diff -urN linux-2.6.24.3/arch/avr32/Kconfig avr32-2.6/arch/avr32/Kconfig
+--- linux-2.6.24.3/arch/avr32/Kconfig  2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/arch/avr32/Kconfig       2008-04-23 20:12:35.000000000 +0200
+@@ -45,6 +45,9 @@
+ config GENERIC_TIME
+       def_bool y
++config GENERIC_CLOCKEVENTS
++      def_bool y
++
+ config RWSEM_XCHGADD_ALGORITHM
+       def_bool n
+@@ -54,6 +57,9 @@
+ config ARCH_HAS_ILOG2_U64
+       def_bool n
++config ARCH_SUPPORTS_OPROFILE
++      def_bool y
++
+ config GENERIC_HWEIGHT
+       def_bool y
+@@ -68,6 +74,8 @@
+ menu "System Type and features"
++source "kernel/time/Kconfig"
++
+ config SUBARCH_AVR32B
+       bool
+ config MMU
+@@ -81,19 +89,23 @@
+       select MMU
+       select PERFORMANCE_COUNTERS
+-choice
+-      prompt "AVR32 CPU type"
+-      default CPU_AT32AP7000
++#
++# CPU types
++#
+-config CPU_AT32AP7000
+-      bool "AT32AP7000"
++# AP7000 derivatives
++config CPU_AT32AP700X
++      bool
+       select PLATFORM_AT32AP
+-endchoice
+-
+-#
+-# CPU Daughterboards for ATSTK1000
+-config BOARD_ATSTK1002
++config CPU_AT32AP7000
++      bool
++      select CPU_AT32AP700X
++config CPU_AT32AP7001
++      bool
++      select CPU_AT32AP700X
++config CPU_AT32AP7002
+       bool
++      select CPU_AT32AP700X
+ choice
+       prompt "AVR32 board type"
+@@ -101,15 +113,18 @@
+ config BOARD_ATSTK1000
+       bool "ATSTK1000 evaluation board"
+-      select BOARD_ATSTK1002 if CPU_AT32AP7000
+ config BOARD_ATNGW100
+       bool "ATNGW100 Network Gateway"
++      select CPU_AT32AP7000
+ endchoice
+ if BOARD_ATSTK1000
+ source "arch/avr32/boards/atstk1000/Kconfig"
+ endif
++if BOARD_ATNGW100
++source "arch/avr32/boards/atngw100/Kconfig"
++endif
+ choice
+       prompt "Boot loader type"
+@@ -123,15 +138,15 @@
+ config LOAD_ADDRESS
+       hex
+-      default 0x10000000 if LOADER_U_BOOT=y && CPU_AT32AP7000=y
++      default 0x10000000 if LOADER_U_BOOT=y && CPU_AT32AP700X=y
+ config ENTRY_ADDRESS
+       hex
+-      default 0x90000000 if LOADER_U_BOOT=y && CPU_AT32AP7000=y
++      default 0x90000000 if LOADER_U_BOOT=y && CPU_AT32AP700X=y
+ config PHYS_OFFSET
+       hex
+-      default 0x10000000 if CPU_AT32AP7000=y
++      default 0x10000000 if CPU_AT32AP700X=y
+ source "kernel/Kconfig.preempt"
+@@ -163,6 +178,20 @@
+         enabling Nexus-compliant debuggers to keep track of the PID of the
+         currently executing task.
++config NMI_DEBUGGING
++      bool "NMI Debugging"
++      default n
++      help
++        Say Y here and pass the nmi_debug command-line parameter to
++        the kernel to turn on NMI debugging. Depending on the value
++        of the nmi_debug option, various pieces of information will
++        be dumped to the console when a Non-Maskable Interrupt
++        happens.
++
++config DW_DMAC
++      tristate "Synopsys DesignWare DMA Controller support"
++      default y if CPU_AT32AP7000
++
+ # FPU emulation goes here
+ source "kernel/Kconfig.hz"
+@@ -219,6 +248,8 @@
+ source "fs/Kconfig"
++source "kernel/Kconfig.instrumentation"
++
+ source "arch/avr32/Kconfig.debug"
+ source "security/Kconfig"
+diff -urN linux-2.6.24.3/arch/avr32/Kconfig.debug avr32-2.6/arch/avr32/Kconfig.debug
+--- linux-2.6.24.3/arch/avr32/Kconfig.debug    2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/arch/avr32/Kconfig.debug 2008-04-23 19:33:28.000000000 +0200
+@@ -6,14 +6,4 @@
+ source "lib/Kconfig.debug"
+-config KPROBES
+-      bool "Kprobes"
+-      depends on DEBUG_KERNEL
+-      help
+-        Kprobes allows you to trap at almost any kernel address and
+-          execute a callback function.  register_kprobe() establishes
+-          a probepoint and specifies the callback.  Kprobes is useful
+-          for kernel debugging, non-intrusive instrumentation and testing.
+-          If in doubt, say "N".
+-
+ endmenu
+diff -urN linux-2.6.24.3/arch/avr32/kernel/cpu.c avr32-2.6/arch/avr32/kernel/cpu.c
+--- linux-2.6.24.3/arch/avr32/kernel/cpu.c     2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/arch/avr32/kernel/cpu.c  2008-04-23 19:33:28.000000000 +0200
+@@ -13,6 +13,7 @@
+ #include <linux/percpu.h>
+ #include <linux/param.h>
+ #include <linux/errno.h>
++#include <linux/clk.h>
+ #include <asm/setup.h>
+ #include <asm/sysreg.h>
+@@ -187,9 +188,20 @@
+ subsys_initcall(topology_init);
++struct chip_id_map {
++      u16     mid;
++      u16     pn;
++      const char *name;
++};
++
++static const struct chip_id_map chip_names[] = {
++      { .mid = 0x1f, .pn = 0x1e82, .name = "AT32AP700x" },
++};
++#define NR_CHIP_NAMES ARRAY_SIZE(chip_names)
++
+ static const char *cpu_names[] = {
+       "Morgan",
+-      "AP7000",
++      "AP7",
+ };
+ #define NR_CPU_NAMES ARRAY_SIZE(cpu_names)
+@@ -206,12 +218,32 @@
+       "MPU"
+ };
++static const char *cpu_feature_flags[] = {
++      "rmw", "dsp", "simd", "ocd", "perfctr", "java", "fpu",
++};
++
++static const char *get_chip_name(struct avr32_cpuinfo *cpu)
++{
++      unsigned int i;
++      unsigned int mid = avr32_get_manufacturer_id(cpu);
++      unsigned int pn = avr32_get_product_number(cpu);
++
++      for (i = 0; i < NR_CHIP_NAMES; i++) {
++              if (chip_names[i].mid == mid && chip_names[i].pn == pn)
++                      return chip_names[i].name;
++      }
++
++      return "(unknown)";
++}
++
+ void __init setup_processor(void)
+ {
+       unsigned long config0, config1;
+       unsigned long features;
+       unsigned cpu_id, cpu_rev, arch_id, arch_rev, mmu_type;
++      unsigned device_id;
+       unsigned tmp;
++      unsigned i;
+       config0 = sysreg_read(CONFIG0);
+       config1 = sysreg_read(CONFIG1);
+@@ -221,11 +253,14 @@
+       arch_rev = SYSREG_BFEXT(AR, config0);
+       mmu_type = SYSREG_BFEXT(MMUT, config0);
++      device_id = ocd_read(DID);
++
+       boot_cpu_data.arch_type = arch_id;
+       boot_cpu_data.cpu_type = cpu_id;
+       boot_cpu_data.arch_revision = arch_rev;
+       boot_cpu_data.cpu_revision = cpu_rev;
+       boot_cpu_data.tlb_config = mmu_type;
++      boot_cpu_data.device_id = device_id;
+       tmp = SYSREG_BFEXT(ILSZ, config1);
+       if (tmp) {
+@@ -247,41 +282,34 @@
+               return;
+       }
+-      printk ("CPU: %s [%02x] revision %d (%s revision %d)\n",
++      printk ("CPU: %s chip revision %c\n", get_chip_name(&boot_cpu_data),
++                      avr32_get_chip_revision(&boot_cpu_data) + 'A');
++      printk ("CPU: %s [%02x] core revision %d (%s arch revision %d)\n",
+               cpu_names[cpu_id], cpu_id, cpu_rev,
+               arch_names[arch_id], arch_rev);
+       printk ("CPU: MMU configuration: %s\n", mmu_types[mmu_type]);
+       printk ("CPU: features:");
+       features = 0;
+-      if (config0 & SYSREG_BIT(CONFIG0_R)) {
++      if (config0 & SYSREG_BIT(CONFIG0_R))
+               features |= AVR32_FEATURE_RMW;
+-              printk(" rmw");
+-      }
+-      if (config0 & SYSREG_BIT(CONFIG0_D)) {
++      if (config0 & SYSREG_BIT(CONFIG0_D))
+               features |= AVR32_FEATURE_DSP;
+-              printk(" dsp");
+-      }
+-      if (config0 & SYSREG_BIT(CONFIG0_S)) {
++      if (config0 & SYSREG_BIT(CONFIG0_S))
+               features |= AVR32_FEATURE_SIMD;
+-              printk(" simd");
+-      }
+-      if (config0 & SYSREG_BIT(CONFIG0_O)) {
++      if (config0 & SYSREG_BIT(CONFIG0_O))
+               features |= AVR32_FEATURE_OCD;
+-              printk(" ocd");
+-      }
+-      if (config0 & SYSREG_BIT(CONFIG0_P)) {
++      if (config0 & SYSREG_BIT(CONFIG0_P))
+               features |= AVR32_FEATURE_PCTR;
+-              printk(" perfctr");
+-      }
+-      if (config0 & SYSREG_BIT(CONFIG0_J)) {
++      if (config0 & SYSREG_BIT(CONFIG0_J))
+               features |= AVR32_FEATURE_JAVA;
+-              printk(" java");
+-      }
+-      if (config0 & SYSREG_BIT(CONFIG0_F)) {
++      if (config0 & SYSREG_BIT(CONFIG0_F))
+               features |= AVR32_FEATURE_FPU;
+-              printk(" fpu");
+-      }
++
++      for (i = 0; i < ARRAY_SIZE(cpu_feature_flags); i++)
++              if (features & (1 << i))
++                      printk(" %s", cpu_feature_flags[i]);
++
+       printk("\n");
+       boot_cpu_data.features = features;
+ }
+@@ -291,6 +319,8 @@
+ {
+       unsigned int icache_size, dcache_size;
+       unsigned int cpu = smp_processor_id();
++      unsigned int freq;
++      unsigned int i;
+       icache_size = boot_cpu_data.icache.ways *
+               boot_cpu_data.icache.sets *
+@@ -301,15 +331,21 @@
+       seq_printf(m, "processor\t: %d\n", cpu);
++      seq_printf(m, "chip type\t: %s revision %c\n",
++                      get_chip_name(&boot_cpu_data),
++                      avr32_get_chip_revision(&boot_cpu_data) + 'A');
+       if (boot_cpu_data.arch_type < NR_ARCH_NAMES)
+-              seq_printf(m, "cpu family\t: %s revision %d\n",
++              seq_printf(m, "cpu arch\t: %s revision %d\n",
+                          arch_names[boot_cpu_data.arch_type],
+                          boot_cpu_data.arch_revision);
+       if (boot_cpu_data.cpu_type < NR_CPU_NAMES)
+-              seq_printf(m, "cpu type\t: %s revision %d\n",
++              seq_printf(m, "cpu core\t: %s revision %d\n",
+                          cpu_names[boot_cpu_data.cpu_type],
+                          boot_cpu_data.cpu_revision);
++      freq = (clk_get_rate(boot_cpu_data.clk) + 500) / 1000;
++      seq_printf(m, "cpu MHz\t\t: %u.%03u\n", freq / 1000, freq % 1000);
++
+       seq_printf(m, "i-cache\t\t: %dK (%u ways x %u sets x %u)\n",
+                  icache_size >> 10,
+                  boot_cpu_data.icache.ways,
+@@ -320,7 +356,13 @@
+                  boot_cpu_data.dcache.ways,
+                  boot_cpu_data.dcache.sets,
+                  boot_cpu_data.dcache.linesz);
+-      seq_printf(m, "bogomips\t: %lu.%02lu\n",
++
++      seq_printf(m, "features\t:");
++      for (i = 0; i < ARRAY_SIZE(cpu_feature_flags); i++)
++              if (boot_cpu_data.features & (1 << i))
++                      seq_printf(m, " %s", cpu_feature_flags[i]);
++
++      seq_printf(m, "\nbogomips\t: %lu.%02lu\n",
+                  boot_cpu_data.loops_per_jiffy / (500000/HZ),
+                  (boot_cpu_data.loops_per_jiffy / (5000/HZ)) % 100);
+@@ -343,7 +385,7 @@
+ }
+-struct seq_operations cpuinfo_op = {
++const struct seq_operations cpuinfo_op = {
+       .start  = c_start,
+       .next   = c_next,
+       .stop   = c_stop,
+diff -urN linux-2.6.24.3/arch/avr32/kernel/dma-controller.c avr32-2.6/arch/avr32/kernel/dma-controller.c
+--- linux-2.6.24.3/arch/avr32/kernel/dma-controller.c  1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/arch/avr32/kernel/dma-controller.c       2008-04-23 19:33:28.000000000 +0200
+@@ -0,0 +1,34 @@
++/*
++ * Preliminary DMA controller framework for AVR32
++ *
++ * Copyright (C) 2005-2006 Atmel Corporation
++ *
++ * This program is free software; you can redistribute it and/or modify
++ * it under the terms of the GNU General Public License version 2 as
++ * published by the Free Software Foundation.
++ */
++#include <asm/dma-controller.h>
++
++static LIST_HEAD(controllers);
++
++int register_dma_controller(struct dma_controller *dmac)
++{
++      static int next_id;
++
++      dmac->id = next_id++;
++      list_add_tail(&dmac->list, &controllers);
++
++      return 0;
++}
++EXPORT_SYMBOL(register_dma_controller);
++
++struct dma_controller *find_dma_controller(int id)
++{
++      struct dma_controller *dmac;
++
++      list_for_each_entry(dmac, &controllers, list)
++              if (dmac->id == id)
++                      return dmac;
++      return NULL;
++}
++EXPORT_SYMBOL(find_dma_controller);
+diff -urN linux-2.6.24.3/arch/avr32/kernel/entry-avr32b.S avr32-2.6/arch/avr32/kernel/entry-avr32b.S
+--- linux-2.6.24.3/arch/avr32/kernel/entry-avr32b.S    2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/arch/avr32/kernel/entry-avr32b.S 2008-04-23 20:12:35.000000000 +0200
+@@ -741,26 +741,6 @@
+       .section .irq.text,"ax",@progbits
+-.global cpu_idle_sleep
+-cpu_idle_sleep:
+-      mask_interrupts
+-      get_thread_info r8
+-      ld.w    r9, r8[TI_flags]
+-      bld     r9, TIF_NEED_RESCHED
+-      brcs    cpu_idle_enable_int_and_exit
+-      sbr     r9, TIF_CPU_GOING_TO_SLEEP
+-      st.w    r8[TI_flags], r9
+-      unmask_interrupts
+-      sleep 0
+-cpu_idle_skip_sleep:
+-      mask_interrupts
+-      ld.w    r9, r8[TI_flags]
+-      cbr     r9, TIF_CPU_GOING_TO_SLEEP
+-      st.w    r8[TI_flags], r9
+-cpu_idle_enable_int_and_exit:
+-      unmask_interrupts
+-      retal   r12
+-
+       .global irq_level0
+       .global irq_level1
+       .global irq_level2
+diff -urN linux-2.6.24.3/arch/avr32/kernel/irq.c avr32-2.6/arch/avr32/kernel/irq.c
+--- linux-2.6.24.3/arch/avr32/kernel/irq.c     2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/arch/avr32/kernel/irq.c  2008-04-23 19:33:28.000000000 +0200
+@@ -25,6 +25,17 @@
+       printk("unexpected IRQ %u\n", irq);
+ }
++/* May be overridden by platform code */
++int __weak nmi_enable(void)
++{
++      return -ENOSYS;
++}
++
++void __weak nmi_disable(void)
++{
++
++}
++
+ #ifdef CONFIG_PROC_FS
+ int show_interrupts(struct seq_file *p, void *v)
+ {
+diff -urN linux-2.6.24.3/arch/avr32/kernel/kprobes.c avr32-2.6/arch/avr32/kernel/kprobes.c
+--- linux-2.6.24.3/arch/avr32/kernel/kprobes.c 2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/arch/avr32/kernel/kprobes.c      2008-04-23 19:33:28.000000000 +0200
+@@ -48,6 +48,7 @@
+ void __kprobes arch_arm_kprobe(struct kprobe *p)
+ {
+       pr_debug("arming kprobe at %p\n", p->addr);
++      ocd_enable(NULL);
+       *p->addr = BREAKPOINT_INSTRUCTION;
+       flush_icache_range((unsigned long)p->addr,
+                          (unsigned long)p->addr + sizeof(kprobe_opcode_t));
+@@ -56,6 +57,7 @@
+ void __kprobes arch_disarm_kprobe(struct kprobe *p)
+ {
+       pr_debug("disarming kprobe at %p\n", p->addr);
++      ocd_disable(NULL);
+       *p->addr = p->opcode;
+       flush_icache_range((unsigned long)p->addr,
+                          (unsigned long)p->addr + sizeof(kprobe_opcode_t));
+@@ -260,9 +262,6 @@
+ int __init arch_init_kprobes(void)
+ {
+-      printk("KPROBES: Enabling monitor mode (MM|DBE)...\n");
+-      ocd_write(DC, (1 << OCD_DC_MM_BIT) | (1 << OCD_DC_DBE_BIT));
+-
+       /* TODO: Register kretprobe trampoline */
+       return 0;
+ }
+diff -urN linux-2.6.24.3/arch/avr32/kernel/Makefile avr32-2.6/arch/avr32/kernel/Makefile
+--- linux-2.6.24.3/arch/avr32/kernel/Makefile  2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/arch/avr32/kernel/Makefile       2008-04-23 19:33:28.000000000 +0200
+@@ -6,9 +6,11 @@
+ obj-$(CONFIG_SUBARCH_AVR32B)  += entry-avr32b.o
+ obj-y                         += syscall_table.o syscall-stubs.o irq.o
+-obj-y                         += setup.o traps.o semaphore.o ptrace.o
++obj-y                         += setup.o traps.o semaphore.o ocd.o ptrace.o
+ obj-y                         += signal.o sys_avr32.o process.o time.o
+ obj-y                         += init_task.o switch_to.o cpu.o
++obj-y                         += dma-controller.o
+ obj-$(CONFIG_MODULES)         += module.o avr32_ksyms.o
+ obj-$(CONFIG_KPROBES)         += kprobes.o
+ obj-$(CONFIG_STACKTRACE)      += stacktrace.o
++obj-$(CONFIG_NMI_DEBUGGING)   += nmi_debug.o
+diff -urN linux-2.6.24.3/arch/avr32/kernel/nmi_debug.c avr32-2.6/arch/avr32/kernel/nmi_debug.c
+--- linux-2.6.24.3/arch/avr32/kernel/nmi_debug.c       1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/arch/avr32/kernel/nmi_debug.c    2008-04-23 19:33:28.000000000 +0200
+@@ -0,0 +1,82 @@
++/*
++ * Copyright (C) 2007 Atmel Corporation
++ *
++ * This program is free software; you can redistribute it and/or modify
++ * it under the terms of the GNU General Public License version 2 as
++ * published by the Free Software Foundation.
++ */
++#include <linux/delay.h>
++#include <linux/kdebug.h>
++#include <linux/notifier.h>
++#include <linux/sched.h>
++
++#include <asm/irq.h>
++
++enum nmi_action {
++      NMI_SHOW_STATE  = 1 << 0,
++      NMI_SHOW_REGS   = 1 << 1,
++      NMI_DIE         = 1 << 2,
++      NMI_DEBOUNCE    = 1 << 3,
++};
++
++static unsigned long nmi_actions;
++
++static int nmi_debug_notify(struct notifier_block *self,
++              unsigned long val, void *data)
++{
++      struct die_args *args = data;
++
++      if (likely(val != DIE_NMI))
++              return NOTIFY_DONE;
++
++      if (nmi_actions & NMI_SHOW_STATE)
++              show_state();
++      if (nmi_actions & NMI_SHOW_REGS)
++              show_regs(args->regs);
++      if (nmi_actions & NMI_DEBOUNCE)
++              mdelay(10);
++      if (nmi_actions & NMI_DIE)
++              return NOTIFY_BAD;
++
++      return NOTIFY_OK;
++}
++
++static struct notifier_block nmi_debug_nb = {
++      .notifier_call = nmi_debug_notify,
++};
++
++static int __init nmi_debug_setup(char *str)
++{
++      char *p, *sep;
++
++      register_die_notifier(&nmi_debug_nb);
++      if (nmi_enable()) {
++              printk(KERN_WARNING "Unable to enable NMI.\n");
++              return 0;
++      }
++
++      if (*str != '=')
++              return 0;
++
++      for (p = str + 1; *p; p = sep + 1) {
++              sep = strchr(p, ',');
++              if (sep)
++                      *sep = 0;
++              if (strcmp(p, "state") == 0)
++                      nmi_actions |= NMI_SHOW_STATE;
++              else if (strcmp(p, "regs") == 0)
++                      nmi_actions |= NMI_SHOW_REGS;
++              else if (strcmp(p, "debounce") == 0)
++                      nmi_actions |= NMI_DEBOUNCE;
++              else if (strcmp(p, "die") == 0)
++                      nmi_actions |= NMI_DIE;
++              else
++                      printk(KERN_WARNING "NMI: Unrecognized action `%s'\n",
++                              p);
++              if (!sep)
++                      break;
++      }
++
++      return 0;
++}
++__setup("nmi_debug", nmi_debug_setup);
+diff -urN linux-2.6.24.3/arch/avr32/kernel/ocd.c avr32-2.6/arch/avr32/kernel/ocd.c
+--- linux-2.6.24.3/arch/avr32/kernel/ocd.c     1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/arch/avr32/kernel/ocd.c  2008-04-23 19:33:28.000000000 +0200
+@@ -0,0 +1,163 @@
++/*
++ * Copyright (C) 2007 Atmel Corporation
++ *
++ * This program is free software; you can redistribute it and/or modify
++ * it under the terms of the GNU General Public License version 2 as
++ * published by the Free Software Foundation.
++ */
++#include <linux/init.h>
++#include <linux/sched.h>
++#include <linux/spinlock.h>
++
++#include <asm/ocd.h>
++
++static long ocd_count;
++static spinlock_t ocd_lock;
++
++/**
++ * ocd_enable - enable on-chip debugging
++ * @child: task to be debugged
++ *
++ * If @child is non-NULL, ocd_enable() first checks if debugging has
++ * already been enabled for @child, and if it has, does nothing.
++ *
++ * If @child is NULL (e.g. when debugging the kernel), or debugging
++ * has not already been enabled for it, ocd_enable() increments the
++ * reference count and enables the debugging hardware.
++ */
++void ocd_enable(struct task_struct *child)
++{
++      u32 dc;
++
++      if (child)
++              pr_debug("ocd_enable: child=%s [%u]\n",
++                              child->comm, child->pid);
++      else
++              pr_debug("ocd_enable (no child)\n");
++
++      if (!child || !test_and_set_tsk_thread_flag(child, TIF_DEBUG)) {
++              spin_lock(&ocd_lock);
++              ocd_count++;
++              dc = ocd_read(DC);
++              dc |= (1 << OCD_DC_MM_BIT) | (1 << OCD_DC_DBE_BIT);
++              ocd_write(DC, dc);
++              spin_unlock(&ocd_lock);
++      }
++}
++
++/**
++ * ocd_disable - disable on-chip debugging
++ * @child: task that was being debugged, but isn't anymore
++ *
++ * If @child is non-NULL, ocd_disable() checks if debugging is enabled
++ * for @child, and if it isn't, does nothing.
++ *
++ * If @child is NULL (e.g. when debugging the kernel), or debugging is
++ * enabled, ocd_disable() decrements the reference count, and if it
++ * reaches zero, disables the debugging hardware.
++ */
++void ocd_disable(struct task_struct *child)
++{
++      u32 dc;
++
++      if (!child)
++              pr_debug("ocd_disable (no child)\n");
++      else if (test_tsk_thread_flag(child, TIF_DEBUG))
++              pr_debug("ocd_disable: child=%s [%u]\n",
++                              child->comm, child->pid);
++
++      if (!child || test_and_clear_tsk_thread_flag(child, TIF_DEBUG)) {
++              spin_lock(&ocd_lock);
++              ocd_count--;
++
++              WARN_ON(ocd_count < 0);
++
++              if (ocd_count <= 0) {
++                      dc = ocd_read(DC);
++                      dc &= ~((1 << OCD_DC_MM_BIT) | (1 << OCD_DC_DBE_BIT));
++                      ocd_write(DC, dc);
++              }
++              spin_unlock(&ocd_lock);
++      }
++}
++
++#ifdef CONFIG_DEBUG_FS
++#include <linux/debugfs.h>
++#include <linux/module.h>
++
++static struct dentry *ocd_debugfs_root;
++static struct dentry *ocd_debugfs_DC;
++static struct dentry *ocd_debugfs_DS;
++static struct dentry *ocd_debugfs_count;
++
++static u64 ocd_DC_get(void *data)
++{
++      return ocd_read(DC);
++}
++static void ocd_DC_set(void *data, u64 val)
++{
++      ocd_write(DC, val);
++}
++DEFINE_SIMPLE_ATTRIBUTE(fops_DC, ocd_DC_get, ocd_DC_set, "0x%08llx\n");
++
++static u64 ocd_DS_get(void *data)
++{
++      return ocd_read(DS);
++}
++DEFINE_SIMPLE_ATTRIBUTE(fops_DS, ocd_DS_get, NULL, "0x%08llx\n");
++
++static u64 ocd_count_get(void *data)
++{
++      return ocd_count;
++}
++DEFINE_SIMPLE_ATTRIBUTE(fops_count, ocd_count_get, NULL, "%lld\n");
++
++static void ocd_debugfs_init(void)
++{
++      struct dentry *root;
++
++      root = debugfs_create_dir("ocd", NULL);
++      if (IS_ERR(root) || !root)
++              goto err_root;
++      ocd_debugfs_root = root;
++
++      ocd_debugfs_DC = debugfs_create_file("DC", S_IRUSR | S_IWUSR,
++                              root, NULL, &fops_DC);
++      if (!ocd_debugfs_DC)
++              goto err_DC;
++
++      ocd_debugfs_DS = debugfs_create_file("DS", S_IRUSR, root,
++                              NULL, &fops_DS);
++      if (!ocd_debugfs_DS)
++              goto err_DS;
++
++      ocd_debugfs_count = debugfs_create_file("count", S_IRUSR, root,
++                              NULL, &fops_count);
++      if (!ocd_debugfs_count)
++              goto err_count;
++
++      return;
++
++err_count:
++      debugfs_remove(ocd_debugfs_DS);
++err_DS:
++      debugfs_remove(ocd_debugfs_DC);
++err_DC:
++      debugfs_remove(ocd_debugfs_root);
++err_root:
++      printk(KERN_WARNING "OCD: Failed to create debugfs entries\n");
++}
++#else
++static inline void ocd_debugfs_init(void)
++{
++
++}
++#endif
++
++static int __init ocd_init(void)
++{
++      spin_lock_init(&ocd_lock);
++      ocd_debugfs_init();
++      return 0;
++}
++arch_initcall(ocd_init);
+diff -urN linux-2.6.24.3/arch/avr32/kernel/process.c avr32-2.6/arch/avr32/kernel/process.c
+--- linux-2.6.24.3/arch/avr32/kernel/process.c 2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/arch/avr32/kernel/process.c      2008-04-23 20:12:35.000000000 +0200
+@@ -11,17 +11,18 @@
+ #include <linux/fs.h>
+ #include <linux/ptrace.h>
+ #include <linux/reboot.h>
++#include <linux/tick.h>
+ #include <linux/uaccess.h>
+ #include <linux/unistd.h>
+ #include <asm/sysreg.h>
+ #include <asm/ocd.h>
++#include <asm/arch/pm.h>
++
+ void (*pm_power_off)(void) = NULL;
+ EXPORT_SYMBOL(pm_power_off);
+-extern void cpu_idle_sleep(void);
+-
+ /*
+  * This file handles the architecture-dependent parts of process handling..
+  */
+@@ -30,8 +31,10 @@
+ {
+       /* endless idle loop with no priority at all */
+       while (1) {
++              tick_nohz_stop_sched_tick();
+               while (!need_resched())
+                       cpu_idle_sleep();
++              tick_nohz_restart_sched_tick();
+               preempt_enable_no_resched();
+               schedule();
+               preempt_disable();
+@@ -103,7 +106,7 @@
+  */
+ void exit_thread(void)
+ {
+-      /* nothing to do */
++      ocd_disable(current);
+ }
+ void flush_thread(void)
+@@ -345,6 +348,10 @@
+       p->thread.cpu_context.ksp = (unsigned long)childregs;
+       p->thread.cpu_context.pc = (unsigned long)ret_from_fork;
++      clear_tsk_thread_flag(p, TIF_DEBUG);
++      if ((clone_flags & CLONE_PTRACE) && test_thread_flag(TIF_DEBUG))
++              ocd_enable(p);
++
+       return 0;
+ }
+diff -urN linux-2.6.24.3/arch/avr32/kernel/ptrace.c avr32-2.6/arch/avr32/kernel/ptrace.c
+--- linux-2.6.24.3/arch/avr32/kernel/ptrace.c  2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/arch/avr32/kernel/ptrace.c       2008-04-23 19:33:28.000000000 +0200
+@@ -58,6 +58,7 @@
+ {
+       clear_tsk_thread_flag(child, TIF_SINGLE_STEP);
+       clear_tsk_thread_flag(child, TIF_BREAKPOINT);
++      ocd_disable(child);
+ }
+ /*
+@@ -144,10 +145,6 @@
+ {
+       int ret;
+-      pr_debug("ptrace: Enabling monitor mode...\n");
+-      ocd_write(DC, ocd_read(DC) | (1 << OCD_DC_MM_BIT)
+-                      | (1 << OCD_DC_DBE_BIT));
+-
+       switch (request) {
+       /* Read the word at location addr in the child process */
+       case PTRACE_PEEKTEXT:
+diff -urN linux-2.6.24.3/arch/avr32/kernel/setup.c avr32-2.6/arch/avr32/kernel/setup.c
+--- linux-2.6.24.3/arch/avr32/kernel/setup.c   2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/arch/avr32/kernel/setup.c        2008-04-23 20:12:35.000000000 +0200
+@@ -273,6 +273,8 @@
+                       printk(KERN_WARNING
+                              "Failed to allocate framebuffer memory\n");
+                       fbmem_size = 0;
++              } else {
++                      memset(__va(fbmem_start), 0, fbmem_size);
+               }
+       }
+diff -urN linux-2.6.24.3/arch/avr32/kernel/signal.c avr32-2.6/arch/avr32/kernel/signal.c
+--- linux-2.6.24.3/arch/avr32/kernel/signal.c  2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/arch/avr32/kernel/signal.c       2008-04-23 19:33:28.000000000 +0200
+@@ -270,19 +270,12 @@
+       if (!user_mode(regs))
+               return 0;
+-      if (try_to_freeze()) {
+-              signr = 0;
+-              if (!signal_pending(current))
+-                      goto no_signal;
+-      }
+-
+       if (test_thread_flag(TIF_RESTORE_SIGMASK))
+               oldset = &current->saved_sigmask;
+       else if (!oldset)
+               oldset = &current->blocked;
+       signr = get_signal_to_deliver(&info, &ka, regs, NULL);
+-no_signal:
+       if (syscall) {
+               switch (regs->r12) {
+               case -ERESTART_RESTARTBLOCK:
+diff -urN linux-2.6.24.3/arch/avr32/kernel/time.c avr32-2.6/arch/avr32/kernel/time.c
+--- linux-2.6.24.3/arch/avr32/kernel/time.c    2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/arch/avr32/kernel/time.c 2008-04-23 20:12:35.000000000 +0200
+@@ -1,16 +1,12 @@
+ /*
+  * Copyright (C) 2004-2007 Atmel Corporation
+  *
+- * Based on MIPS implementation arch/mips/kernel/time.c
+- *   Copyright 2001 MontaVista Software Inc.
+- *
+  * This program is free software; you can redistribute it and/or modify
+  * it under the terms of the GNU General Public License version 2 as
+  * published by the Free Software Foundation.
+  */
+-
+ #include <linux/clk.h>
+-#include <linux/clocksource.h>
++#include <linux/clockchips.h>
+ #include <linux/time.h>
+ #include <linux/module.h>
+ #include <linux/interrupt.h>
+@@ -27,207 +23,133 @@
+ #include <asm/io.h>
+ #include <asm/sections.h>
+-/* how many counter cycles in a jiffy? */
+-static u32 cycles_per_jiffy;
++#include <asm/arch/pm.h>
+-/* the count value for the next timer interrupt */
+-static u32 expirelo;
+-cycle_t __weak read_cycle_count(void)
++static cycle_t read_cycle_count(void)
+ {
+       return (cycle_t)sysreg_read(COUNT);
+ }
+-struct clocksource __weak clocksource_avr32 = {
+-      .name           = "avr32",
+-      .rating         = 350,
++/*
++ * The architectural cycle count registers are a fine clocksource unless
++ * the system idle loop use sleep states like "idle":  the CPU cycles
++ * measured by COUNT (and COMPARE) don't happen during sleep states.
++ * Their duration also changes if cpufreq changes the CPU clock rate.
++ * So we rate the clocksource using COUNT as very low quality.
++ */
++static struct clocksource counter = {
++      .name           = "avr32_counter",
++      .rating         = 50,
+       .read           = read_cycle_count,
+       .mask           = CLOCKSOURCE_MASK(32),
+       .shift          = 16,
+       .flags          = CLOCK_SOURCE_IS_CONTINUOUS,
+ };
+-irqreturn_t __weak timer_interrupt(int irq, void *dev_id);
+-
+-struct irqaction timer_irqaction = {
+-      .handler        = timer_interrupt,
+-      .flags          = IRQF_DISABLED,
+-      .name           = "timer",
+-};
+-
+-/*
+- * By default we provide the null RTC ops
+- */
+-static unsigned long null_rtc_get_time(void)
++static irqreturn_t timer_interrupt(int irq, void *dev_id)
+ {
+-      return mktime(2007, 1, 1, 0, 0, 0);
+-}
+-
+-static int null_rtc_set_time(unsigned long sec)
+-{
+-      return 0;
+-}
++      struct clock_event_device *evdev = dev_id;
+-static unsigned long (*rtc_get_time)(void) = null_rtc_get_time;
+-static int (*rtc_set_time)(unsigned long) = null_rtc_set_time;
+-
+-static void avr32_timer_ack(void)
+-{
+-      u32 count;
+-
+-      /* Ack this timer interrupt and set the next one */
+-      expirelo += cycles_per_jiffy;
+-      /* setting COMPARE to 0 stops the COUNT-COMPARE */
+-      if (expirelo == 0) {
+-              sysreg_write(COMPARE, expirelo + 1);
+-      } else {
+-              sysreg_write(COMPARE, expirelo);
+-      }
++      /*
++       * Disable the interrupt until the clockevent subsystem
++       * reprograms it.
++       */
++      sysreg_write(COMPARE, 0);
+-      /* Check to see if we have missed any timer interrupts */
+-      count = sysreg_read(COUNT);
+-      if ((count - expirelo) < 0x7fffffff) {
+-              expirelo = count + cycles_per_jiffy;
+-              sysreg_write(COMPARE, expirelo);
+-      }
++      evdev->event_handler(evdev);
++      return IRQ_HANDLED;
+ }
+-int __weak avr32_hpt_init(void)
+-{
+-      int ret;
+-      unsigned long mult, shift, count_hz;
+-
+-      count_hz = clk_get_rate(boot_cpu_data.clk);
+-      shift = clocksource_avr32.shift;
+-      mult = clocksource_hz2mult(count_hz, shift);
+-      clocksource_avr32.mult = mult;
+-
+-      {
+-              u64 tmp;
+-
+-              tmp = TICK_NSEC;
+-              tmp <<= shift;
+-              tmp += mult / 2;
+-              do_div(tmp, mult);
+-
+-              cycles_per_jiffy = tmp;
+-      }
++static struct irqaction timer_irqaction = {
++      .handler        = timer_interrupt,
++      .flags          = IRQF_TIMER | IRQF_DISABLED,
++      .name           = "avr32_comparator",
++};
+-      ret = setup_irq(0, &timer_irqaction);
+-      if (ret) {
+-              pr_debug("timer: could not request IRQ 0: %d\n", ret);
+-              return -ENODEV;
+-      }
++static int comparator_next_event(unsigned long delta,
++              struct clock_event_device *evdev)
++{
++      unsigned long   flags;
+-      printk(KERN_INFO "timer: AT32AP COUNT-COMPARE at irq 0, "
+-                      "%lu.%03lu MHz\n",
+-                      ((count_hz + 500) / 1000) / 1000,
+-                      ((count_hz + 500) / 1000) % 1000);
++      raw_local_irq_save(flags);
+-      return 0;
+-}
++      /* The time to read COUNT then update COMPARE must be less
++       * than the min_delta_ns value for this clockevent source.
++       */
++      sysreg_write(COMPARE, (sysreg_read(COUNT) + delta) ? : 1);
+-/*
+- * Taken from MIPS c0_hpt_timer_init().
+- *
+- * The reason COUNT is written twice is probably to make sure we don't get any
+- * timer interrupts while we are messing with the counter.
+- */
+-int __weak avr32_hpt_start(void)
+-{
+-      u32 count = sysreg_read(COUNT);
+-      expirelo = (count / cycles_per_jiffy + 1) * cycles_per_jiffy;
+-      sysreg_write(COUNT, expirelo - cycles_per_jiffy);
+-      sysreg_write(COMPARE, expirelo);
+-      sysreg_write(COUNT, count);
++      raw_local_irq_restore(flags);
+       return 0;
+ }
+-/*
+- * local_timer_interrupt() does profiling and process accounting on a
+- * per-CPU basis.
+- *
+- * In UP mode, it is invoked from the (global) timer_interrupt.
+- */
+-void local_timer_interrupt(int irq, void *dev_id)
++static void comparator_mode(enum clock_event_mode mode,
++              struct clock_event_device *evdev)
+ {
+-      if (current->pid)
+-              profile_tick(CPU_PROFILING);
+-      update_process_times(user_mode(get_irq_regs()));
++      switch (mode) {
++      case CLOCK_EVT_MODE_ONESHOT:
++              pr_debug("%s: start\n", evdev->name);
++              /* FALLTHROUGH */
++      case CLOCK_EVT_MODE_RESUME:
++              cpu_disable_idle_sleep();
++              break;
++      case CLOCK_EVT_MODE_UNUSED:
++      case CLOCK_EVT_MODE_SHUTDOWN:
++              sysreg_write(COMPARE, 0);
++              pr_debug("%s: stop\n", evdev->name);
++              cpu_enable_idle_sleep();
++              break;
++      default:
++              BUG();
++      }
+ }
+-irqreturn_t __weak timer_interrupt(int irq, void *dev_id)
+-{
+-      /* ack timer interrupt and try to set next interrupt */
+-      avr32_timer_ack();
+-
+-      /*
+-       * Call the generic timer interrupt handler
+-       */
+-      write_seqlock(&xtime_lock);
+-      do_timer(1);
+-      write_sequnlock(&xtime_lock);
+-
+-      /*
+-       * In UP mode, we call local_timer_interrupt() to do profiling
+-       * and process accounting.
+-       *
+-       * SMP is not supported yet.
+-       */
+-      local_timer_interrupt(irq, dev_id);
+-
+-      return IRQ_HANDLED;
+-}
++static struct clock_event_device comparator = {
++      .name           = "avr32_comparator",
++      .features       = CLOCK_EVT_FEAT_ONESHOT,
++      .shift          = 16,
++      .rating         = 50,
++      .cpumask        = CPU_MASK_CPU0,
++      .set_next_event = comparator_next_event,
++      .set_mode       = comparator_mode,
++};
+ void __init time_init(void)
+ {
++      unsigned long counter_hz;
+       int ret;
+-      /*
+-       * Make sure we don't get any COMPARE interrupts before we can
+-       * handle them.
+-       */
+-      sysreg_write(COMPARE, 0);
+-
+-      xtime.tv_sec = rtc_get_time();
++      xtime.tv_sec = mktime(2007, 1, 1, 0, 0, 0);
+       xtime.tv_nsec = 0;
+       set_normalized_timespec(&wall_to_monotonic,
+                               -xtime.tv_sec, -xtime.tv_nsec);
+-      ret = avr32_hpt_init();
+-      if (ret) {
+-              pr_debug("timer: failed setup: %d\n", ret);
+-              return;
+-      }
++      /* figure rate for counter */
++      counter_hz = clk_get_rate(boot_cpu_data.clk);
++      counter.mult = clocksource_hz2mult(counter_hz, counter.shift);
+-      ret = clocksource_register(&clocksource_avr32);
++      ret = clocksource_register(&counter);
+       if (ret)
+               pr_debug("timer: could not register clocksource: %d\n", ret);
+-      ret = avr32_hpt_start();
+-      if (ret) {
+-              pr_debug("timer: failed starting: %d\n", ret);
+-              return;
+-      }
+-}
++      /* setup COMPARE clockevent */
++      comparator.mult = div_sc(counter_hz, NSEC_PER_SEC, comparator.shift);
++      comparator.max_delta_ns = clockevent_delta2ns((u32)~0, &comparator);
++      comparator.min_delta_ns = clockevent_delta2ns(50, &comparator) + 1;
+-static struct sysdev_class timer_class = {
+-      set_kset_name("timer"),
+-};
++      sysreg_write(COMPARE, 0);
++      timer_irqaction.dev_id = &comparator;
+-static struct sys_device timer_device = {
+-      .id     = 0,
+-      .cls    = &timer_class,
+-};
++      ret = setup_irq(0, &timer_irqaction);
++      if (ret)
++              pr_debug("timer: could not request IRQ 0: %d\n", ret);
++      else {
++              clockevents_register_device(&comparator);
+-static int __init init_timer_sysfs(void)
+-{
+-      int err = sysdev_class_register(&timer_class);
+-      if (!err)
+-              err = sysdev_register(&timer_device);
+-      return err;
++              pr_info("%s: irq 0, %lu.%03lu MHz\n", comparator.name,
++                              ((counter_hz + 500) / 1000) / 1000,
++                              ((counter_hz + 500) / 1000) % 1000);
++      }
+ }
+-
+-device_initcall(init_timer_sysfs);
+diff -urN linux-2.6.24.3/arch/avr32/kernel/traps.c avr32-2.6/arch/avr32/kernel/traps.c
+--- linux-2.6.24.3/arch/avr32/kernel/traps.c   2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/arch/avr32/kernel/traps.c        2008-04-23 19:33:28.000000000 +0200
+@@ -9,6 +9,7 @@
+ #include <linux/bug.h>
+ #include <linux/init.h>
+ #include <linux/kallsyms.h>
++#include <linux/kdebug.h>
+ #include <linux/module.h>
+ #include <linux/notifier.h>
+ #include <linux/sched.h>
+@@ -107,9 +108,23 @@
+ asmlinkage void do_nmi(unsigned long ecr, struct pt_regs *regs)
+ {
+-      printk(KERN_ALERT "Got Non-Maskable Interrupt, dumping regs\n");
+-      show_regs_log_lvl(regs, KERN_ALERT);
+-      show_stack_log_lvl(current, regs->sp, regs, KERN_ALERT);
++      int ret;
++
++      nmi_enter();
++
++      ret = notify_die(DIE_NMI, "NMI", regs, 0, ecr, SIGINT);
++      switch (ret) {
++      case NOTIFY_OK:
++      case NOTIFY_STOP:
++              return;
++      case NOTIFY_BAD:
++              die("Fatal Non-Maskable Interrupt", regs, SIGINT);
++      default:
++              break;
++      }
++
++      printk(KERN_ALERT "Got NMI, but nobody cared. Disabling...\n");
++      nmi_disable();
+ }
+ asmlinkage void do_critical_exception(unsigned long ecr, struct pt_regs *regs)
+diff -urN linux-2.6.24.3/arch/avr32/mach-at32ap/at32ap7000.c avr32-2.6/arch/avr32/mach-at32ap/at32ap7000.c
+--- linux-2.6.24.3/arch/avr32/mach-at32ap/at32ap7000.c 2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/arch/avr32/mach-at32ap/at32ap7000.c      1970-01-01 01:00:00.000000000 +0100
+@@ -1,1730 +0,0 @@
+-/*
+- * Copyright (C) 2005-2006 Atmel Corporation
+- *
+- * This program is free software; you can redistribute it and/or modify
+- * it under the terms of the GNU General Public License version 2 as
+- * published by the Free Software Foundation.
+- */
+-#include <linux/clk.h>
+-#include <linux/fb.h>
+-#include <linux/init.h>
+-#include <linux/platform_device.h>
+-#include <linux/dma-mapping.h>
+-#include <linux/spi/spi.h>
+-
+-#include <asm/io.h>
+-
+-#include <asm/arch/at32ap7000.h>
+-#include <asm/arch/board.h>
+-#include <asm/arch/portmux.h>
+-
+-#include <video/atmel_lcdc.h>
+-
+-#include "clock.h"
+-#include "hmatrix.h"
+-#include "pio.h"
+-#include "pm.h"
+-
+-
+-#define PBMEM(base)                                   \
+-      {                                               \
+-              .start          = base,                 \
+-              .end            = base + 0x3ff,         \
+-              .flags          = IORESOURCE_MEM,       \
+-      }
+-#define IRQ(num)                                      \
+-      {                                               \
+-              .start          = num,                  \
+-              .end            = num,                  \
+-              .flags          = IORESOURCE_IRQ,       \
+-      }
+-#define NAMED_IRQ(num, _name)                         \
+-      {                                               \
+-              .start          = num,                  \
+-              .end            = num,                  \
+-              .name           = _name,                \
+-              .flags          = IORESOURCE_IRQ,       \
+-      }
+-
+-/* REVISIT these assume *every* device supports DMA, but several
+- * don't ... tc, smc, pio, rtc, watchdog, pwm, ps2, and more.
+- */
+-#define DEFINE_DEV(_name, _id)                                        \
+-static u64 _name##_id##_dma_mask = DMA_32BIT_MASK;            \
+-static struct platform_device _name##_id##_device = {         \
+-      .name           = #_name,                               \
+-      .id             = _id,                                  \
+-      .dev            = {                                     \
+-              .dma_mask = &_name##_id##_dma_mask,             \
+-              .coherent_dma_mask = DMA_32BIT_MASK,            \
+-      },                                                      \
+-      .resource       = _name##_id##_resource,                \
+-      .num_resources  = ARRAY_SIZE(_name##_id##_resource),    \
+-}
+-#define DEFINE_DEV_DATA(_name, _id)                           \
+-static u64 _name##_id##_dma_mask = DMA_32BIT_MASK;            \
+-static struct platform_device _name##_id##_device = {         \
+-      .name           = #_name,                               \
+-      .id             = _id,                                  \
+-      .dev            = {                                     \
+-              .dma_mask = &_name##_id##_dma_mask,             \
+-              .platform_data  = &_name##_id##_data,           \
+-              .coherent_dma_mask = DMA_32BIT_MASK,            \
+-      },                                                      \
+-      .resource       = _name##_id##_resource,                \
+-      .num_resources  = ARRAY_SIZE(_name##_id##_resource),    \
+-}
+-
+-#define select_peripheral(pin, periph, flags)                 \
+-      at32_select_periph(GPIO_PIN_##pin, GPIO_##periph, flags)
+-
+-#define DEV_CLK(_name, devname, bus, _index)                  \
+-static struct clk devname##_##_name = {                               \
+-      .name           = #_name,                               \
+-      .dev            = &devname##_device.dev,                \
+-      .parent         = &bus##_clk,                           \
+-      .mode           = bus##_clk_mode,                       \
+-      .get_rate       = bus##_clk_get_rate,                   \
+-      .index          = _index,                               \
+-}
+-
+-static DEFINE_SPINLOCK(pm_lock);
+-
+-unsigned long at32ap7000_osc_rates[3] = {
+-      [0] = 32768,
+-      /* FIXME: these are ATSTK1002-specific */
+-      [1] = 20000000,
+-      [2] = 12000000,
+-};
+-
+-static unsigned long osc_get_rate(struct clk *clk)
+-{
+-      return at32ap7000_osc_rates[clk->index];
+-}
+-
+-static unsigned long pll_get_rate(struct clk *clk, unsigned long control)
+-{
+-      unsigned long div, mul, rate;
+-
+-      if (!(control & PM_BIT(PLLEN)))
+-              return 0;
+-
+-      div = PM_BFEXT(PLLDIV, control) + 1;
+-      mul = PM_BFEXT(PLLMUL, control) + 1;
+-
+-      rate = clk->parent->get_rate(clk->parent);
+-      rate = (rate + div / 2) / div;
+-      rate *= mul;
+-
+-      return rate;
+-}
+-
+-static unsigned long pll0_get_rate(struct clk *clk)
+-{
+-      u32 control;
+-
+-      control = pm_readl(PLL0);
+-
+-      return pll_get_rate(clk, control);
+-}
+-
+-static unsigned long pll1_get_rate(struct clk *clk)
+-{
+-      u32 control;
+-
+-      control = pm_readl(PLL1);
+-
+-      return pll_get_rate(clk, control);
+-}
+-
+-/*
+- * The AT32AP7000 has five primary clock sources: One 32kHz
+- * oscillator, two crystal oscillators and two PLLs.
+- */
+-static struct clk osc32k = {
+-      .name           = "osc32k",
+-      .get_rate       = osc_get_rate,
+-      .users          = 1,
+-      .index          = 0,
+-};
+-static struct clk osc0 = {
+-      .name           = "osc0",
+-      .get_rate       = osc_get_rate,
+-      .users          = 1,
+-      .index          = 1,
+-};
+-static struct clk osc1 = {
+-      .name           = "osc1",
+-      .get_rate       = osc_get_rate,
+-      .index          = 2,
+-};
+-static struct clk pll0 = {
+-      .name           = "pll0",
+-      .get_rate       = pll0_get_rate,
+-      .parent         = &osc0,
+-};
+-static struct clk pll1 = {
+-      .name           = "pll1",
+-      .get_rate       = pll1_get_rate,
+-      .parent         = &osc0,
+-};
+-
+-/*
+- * The main clock can be either osc0 or pll0.  The boot loader may
+- * have chosen one for us, so we don't really know which one until we
+- * have a look at the SM.
+- */
+-static struct clk *main_clock;
+-
+-/*
+- * Synchronous clocks are generated from the main clock. The clocks
+- * must satisfy the constraint
+- *   fCPU >= fHSB >= fPB
+- * i.e. each clock must not be faster than its parent.
+- */
+-static unsigned long bus_clk_get_rate(struct clk *clk, unsigned int shift)
+-{
+-      return main_clock->get_rate(main_clock) >> shift;
+-};
+-
+-static void cpu_clk_mode(struct clk *clk, int enabled)
+-{
+-      unsigned long flags;
+-      u32 mask;
+-
+-      spin_lock_irqsave(&pm_lock, flags);
+-      mask = pm_readl(CPU_MASK);
+-      if (enabled)
+-              mask |= 1 << clk->index;
+-      else
+-              mask &= ~(1 << clk->index);
+-      pm_writel(CPU_MASK, mask);
+-      spin_unlock_irqrestore(&pm_lock, flags);
+-}
+-
+-static unsigned long cpu_clk_get_rate(struct clk *clk)
+-{
+-      unsigned long cksel, shift = 0;
+-
+-      cksel = pm_readl(CKSEL);
+-      if (cksel & PM_BIT(CPUDIV))
+-              shift = PM_BFEXT(CPUSEL, cksel) + 1;
+-
+-      return bus_clk_get_rate(clk, shift);
+-}
+-
+-static long cpu_clk_set_rate(struct clk *clk, unsigned long rate, int apply)
+-{
+-      u32 control;
+-      unsigned long parent_rate, child_div, actual_rate, div;
+-
+-      parent_rate = clk->parent->get_rate(clk->parent);
+-      control = pm_readl(CKSEL);
+-
+-      if (control & PM_BIT(HSBDIV))
+-              child_div = 1 << (PM_BFEXT(HSBSEL, control) + 1);
+-      else
+-              child_div = 1;
+-
+-      if (rate > 3 * (parent_rate / 4) || child_div == 1) {
+-              actual_rate = parent_rate;
+-              control &= ~PM_BIT(CPUDIV);
+-      } else {
+-              unsigned int cpusel;
+-              div = (parent_rate + rate / 2) / rate;
+-              if (div > child_div)
+-                      div = child_div;
+-              cpusel = (div > 1) ? (fls(div) - 2) : 0;
+-              control = PM_BIT(CPUDIV) | PM_BFINS(CPUSEL, cpusel, control);
+-              actual_rate = parent_rate / (1 << (cpusel + 1));
+-      }
+-
+-      pr_debug("clk %s: new rate %lu (actual rate %lu)\n",
+-                      clk->name, rate, actual_rate);
+-
+-      if (apply)
+-              pm_writel(CKSEL, control);
+-
+-      return actual_rate;
+-}
+-
+-static void hsb_clk_mode(struct clk *clk, int enabled)
+-{
+-      unsigned long flags;
+-      u32 mask;
+-
+-      spin_lock_irqsave(&pm_lock, flags);
+-      mask = pm_readl(HSB_MASK);
+-      if (enabled)
+-              mask |= 1 << clk->index;
+-      else
+-              mask &= ~(1 << clk->index);
+-      pm_writel(HSB_MASK, mask);
+-      spin_unlock_irqrestore(&pm_lock, flags);
+-}
+-
+-static unsigned long hsb_clk_get_rate(struct clk *clk)
+-{
+-      unsigned long cksel, shift = 0;
+-
+-      cksel = pm_readl(CKSEL);
+-      if (cksel & PM_BIT(HSBDIV))
+-              shift = PM_BFEXT(HSBSEL, cksel) + 1;
+-
+-      return bus_clk_get_rate(clk, shift);
+-}
+-
+-static void pba_clk_mode(struct clk *clk, int enabled)
+-{
+-      unsigned long flags;
+-      u32 mask;
+-
+-      spin_lock_irqsave(&pm_lock, flags);
+-      mask = pm_readl(PBA_MASK);
+-      if (enabled)
+-              mask |= 1 << clk->index;
+-      else
+-              mask &= ~(1 << clk->index);
+-      pm_writel(PBA_MASK, mask);
+-      spin_unlock_irqrestore(&pm_lock, flags);
+-}
+-
+-static unsigned long pba_clk_get_rate(struct clk *clk)
+-{
+-      unsigned long cksel, shift = 0;
+-
+-      cksel = pm_readl(CKSEL);
+-      if (cksel & PM_BIT(PBADIV))
+-              shift = PM_BFEXT(PBASEL, cksel) + 1;
+-
+-      return bus_clk_get_rate(clk, shift);
+-}
+-
+-static void pbb_clk_mode(struct clk *clk, int enabled)
+-{
+-      unsigned long flags;
+-      u32 mask;
+-
+-      spin_lock_irqsave(&pm_lock, flags);
+-      mask = pm_readl(PBB_MASK);
+-      if (enabled)
+-              mask |= 1 << clk->index;
+-      else
+-              mask &= ~(1 << clk->index);
+-      pm_writel(PBB_MASK, mask);
+-      spin_unlock_irqrestore(&pm_lock, flags);
+-}
+-
+-static unsigned long pbb_clk_get_rate(struct clk *clk)
+-{
+-      unsigned long cksel, shift = 0;
+-
+-      cksel = pm_readl(CKSEL);
+-      if (cksel & PM_BIT(PBBDIV))
+-              shift = PM_BFEXT(PBBSEL, cksel) + 1;
+-
+-      return bus_clk_get_rate(clk, shift);
+-}
+-
+-static struct clk cpu_clk = {
+-      .name           = "cpu",
+-      .get_rate       = cpu_clk_get_rate,
+-      .set_rate       = cpu_clk_set_rate,
+-      .users          = 1,
+-};
+-static struct clk hsb_clk = {
+-      .name           = "hsb",
+-      .parent         = &cpu_clk,
+-      .get_rate       = hsb_clk_get_rate,
+-};
+-static struct clk pba_clk = {
+-      .name           = "pba",
+-      .parent         = &hsb_clk,
+-      .mode           = hsb_clk_mode,
+-      .get_rate       = pba_clk_get_rate,
+-      .index          = 1,
+-};
+-static struct clk pbb_clk = {
+-      .name           = "pbb",
+-      .parent         = &hsb_clk,
+-      .mode           = hsb_clk_mode,
+-      .get_rate       = pbb_clk_get_rate,
+-      .users          = 1,
+-      .index          = 2,
+-};
+-
+-/* --------------------------------------------------------------------
+- *  Generic Clock operations
+- * -------------------------------------------------------------------- */
+-
+-static void genclk_mode(struct clk *clk, int enabled)
+-{
+-      u32 control;
+-
+-      control = pm_readl(GCCTRL(clk->index));
+-      if (enabled)
+-              control |= PM_BIT(CEN);
+-      else
+-              control &= ~PM_BIT(CEN);
+-      pm_writel(GCCTRL(clk->index), control);
+-}
+-
+-static unsigned long genclk_get_rate(struct clk *clk)
+-{
+-      u32 control;
+-      unsigned long div = 1;
+-
+-      control = pm_readl(GCCTRL(clk->index));
+-      if (control & PM_BIT(DIVEN))
+-              div = 2 * (PM_BFEXT(DIV, control) + 1);
+-
+-      return clk->parent->get_rate(clk->parent) / div;
+-}
+-
+-static long genclk_set_rate(struct clk *clk, unsigned long rate, int apply)
+-{
+-      u32 control;
+-      unsigned long parent_rate, actual_rate, div;
+-
+-      parent_rate = clk->parent->get_rate(clk->parent);
+-      control = pm_readl(GCCTRL(clk->index));
+-
+-      if (rate > 3 * parent_rate / 4) {
+-              actual_rate = parent_rate;
+-              control &= ~PM_BIT(DIVEN);
+-      } else {
+-              div = (parent_rate + rate) / (2 * rate) - 1;
+-              control = PM_BFINS(DIV, div, control) | PM_BIT(DIVEN);
+-              actual_rate = parent_rate / (2 * (div + 1));
+-      }
+-
+-      dev_dbg(clk->dev, "clk %s: new rate %lu (actual rate %lu)\n",
+-              clk->name, rate, actual_rate);
+-
+-      if (apply)
+-              pm_writel(GCCTRL(clk->index), control);
+-
+-      return actual_rate;
+-}
+-
+-int genclk_set_parent(struct clk *clk, struct clk *parent)
+-{
+-      u32 control;
+-
+-      dev_dbg(clk->dev, "clk %s: new parent %s (was %s)\n",
+-              clk->name, parent->name, clk->parent->name);
+-
+-      control = pm_readl(GCCTRL(clk->index));
+-
+-      if (parent == &osc1 || parent == &pll1)
+-              control |= PM_BIT(OSCSEL);
+-      else if (parent == &osc0 || parent == &pll0)
+-              control &= ~PM_BIT(OSCSEL);
+-      else
+-              return -EINVAL;
+-
+-      if (parent == &pll0 || parent == &pll1)
+-              control |= PM_BIT(PLLSEL);
+-      else
+-              control &= ~PM_BIT(PLLSEL);
+-
+-      pm_writel(GCCTRL(clk->index), control);
+-      clk->parent = parent;
+-
+-      return 0;
+-}
+-
+-static void __init genclk_init_parent(struct clk *clk)
+-{
+-      u32 control;
+-      struct clk *parent;
+-
+-      BUG_ON(clk->index > 7);
+-
+-      control = pm_readl(GCCTRL(clk->index));
+-      if (control & PM_BIT(OSCSEL))
+-              parent = (control & PM_BIT(PLLSEL)) ? &pll1 : &osc1;
+-      else
+-              parent = (control & PM_BIT(PLLSEL)) ? &pll0 : &osc0;
+-
+-      clk->parent = parent;
+-}
+-
+-/* --------------------------------------------------------------------
+- *  System peripherals
+- * -------------------------------------------------------------------- */
+-static struct resource at32_pm0_resource[] = {
+-      {
+-              .start  = 0xfff00000,
+-              .end    = 0xfff0007f,
+-              .flags  = IORESOURCE_MEM,
+-      },
+-      IRQ(20),
+-};
+-
+-static struct resource at32ap700x_rtc0_resource[] = {
+-      {
+-              .start  = 0xfff00080,
+-              .end    = 0xfff000af,
+-              .flags  = IORESOURCE_MEM,
+-      },
+-      IRQ(21),
+-};
+-
+-static struct resource at32_wdt0_resource[] = {
+-      {
+-              .start  = 0xfff000b0,
+-              .end    = 0xfff000cf,
+-              .flags  = IORESOURCE_MEM,
+-      },
+-};
+-
+-static struct resource at32_eic0_resource[] = {
+-      {
+-              .start  = 0xfff00100,
+-              .end    = 0xfff0013f,
+-              .flags  = IORESOURCE_MEM,
+-      },
+-      IRQ(19),
+-};
+-
+-DEFINE_DEV(at32_pm, 0);
+-DEFINE_DEV(at32ap700x_rtc, 0);
+-DEFINE_DEV(at32_wdt, 0);
+-DEFINE_DEV(at32_eic, 0);
+-
+-/*
+- * Peripheral clock for PM, RTC, WDT and EIC. PM will ensure that this
+- * is always running.
+- */
+-static struct clk at32_pm_pclk = {
+-      .name           = "pclk",
+-      .dev            = &at32_pm0_device.dev,
+-      .parent         = &pbb_clk,
+-      .mode           = pbb_clk_mode,
+-      .get_rate       = pbb_clk_get_rate,
+-      .users          = 1,
+-      .index          = 0,
+-};
+-
+-static struct resource intc0_resource[] = {
+-      PBMEM(0xfff00400),
+-};
+-struct platform_device at32_intc0_device = {
+-      .name           = "intc",
+-      .id             = 0,
+-      .resource       = intc0_resource,
+-      .num_resources  = ARRAY_SIZE(intc0_resource),
+-};
+-DEV_CLK(pclk, at32_intc0, pbb, 1);
+-
+-static struct clk ebi_clk = {
+-      .name           = "ebi",
+-      .parent         = &hsb_clk,
+-      .mode           = hsb_clk_mode,
+-      .get_rate       = hsb_clk_get_rate,
+-      .users          = 1,
+-};
+-static struct clk hramc_clk = {
+-      .name           = "hramc",
+-      .parent         = &hsb_clk,
+-      .mode           = hsb_clk_mode,
+-      .get_rate       = hsb_clk_get_rate,
+-      .users          = 1,
+-      .index          = 3,
+-};
+-
+-static struct resource smc0_resource[] = {
+-      PBMEM(0xfff03400),
+-};
+-DEFINE_DEV(smc, 0);
+-DEV_CLK(pclk, smc0, pbb, 13);
+-DEV_CLK(mck, smc0, hsb, 0);
+-
+-static struct platform_device pdc_device = {
+-      .name           = "pdc",
+-      .id             = 0,
+-};
+-DEV_CLK(hclk, pdc, hsb, 4);
+-DEV_CLK(pclk, pdc, pba, 16);
+-
+-static struct clk pico_clk = {
+-      .name           = "pico",
+-      .parent         = &cpu_clk,
+-      .mode           = cpu_clk_mode,
+-      .get_rate       = cpu_clk_get_rate,
+-      .users          = 1,
+-};
+-
+-static struct resource dmaca0_resource[] = {
+-      {
+-              .start  = 0xff200000,
+-              .end    = 0xff20ffff,
+-              .flags  = IORESOURCE_MEM,
+-      },
+-      IRQ(2),
+-};
+-DEFINE_DEV(dmaca, 0);
+-DEV_CLK(hclk, dmaca0, hsb, 10);
+-
+-/* --------------------------------------------------------------------
+- * HMATRIX
+- * -------------------------------------------------------------------- */
+-
+-static struct clk hmatrix_clk = {
+-      .name           = "hmatrix_clk",
+-      .parent         = &pbb_clk,
+-      .mode           = pbb_clk_mode,
+-      .get_rate       = pbb_clk_get_rate,
+-      .index          = 2,
+-      .users          = 1,
+-};
+-#define HMATRIX_BASE  ((void __iomem *)0xfff00800)
+-
+-#define hmatrix_readl(reg)                                    \
+-      __raw_readl((HMATRIX_BASE) + HMATRIX_##reg)
+-#define hmatrix_writel(reg,value)                             \
+-      __raw_writel((value), (HMATRIX_BASE) + HMATRIX_##reg)
+-
+-/*
+- * Set bits in the HMATRIX Special Function Register (SFR) used by the
+- * External Bus Interface (EBI). This can be used to enable special
+- * features like CompactFlash support, NAND Flash support, etc. on
+- * certain chipselects.
+- */
+-static inline void set_ebi_sfr_bits(u32 mask)
+-{
+-      u32 sfr;
+-
+-      clk_enable(&hmatrix_clk);
+-      sfr = hmatrix_readl(SFR4);
+-      sfr |= mask;
+-      hmatrix_writel(SFR4, sfr);
+-      clk_disable(&hmatrix_clk);
+-}
+-
+-/* --------------------------------------------------------------------
+- *  System Timer/Counter (TC)
+- * -------------------------------------------------------------------- */
+-static struct resource at32_systc0_resource[] = {
+-      PBMEM(0xfff00c00),
+-      IRQ(22),
+-};
+-struct platform_device at32_systc0_device = {
+-      .name           = "systc",
+-      .id             = 0,
+-      .resource       = at32_systc0_resource,
+-      .num_resources  = ARRAY_SIZE(at32_systc0_resource),
+-};
+-DEV_CLK(pclk, at32_systc0, pbb, 3);
+-
+-/* --------------------------------------------------------------------
+- *  PIO
+- * -------------------------------------------------------------------- */
+-
+-static struct resource pio0_resource[] = {
+-      PBMEM(0xffe02800),
+-      IRQ(13),
+-};
+-DEFINE_DEV(pio, 0);
+-DEV_CLK(mck, pio0, pba, 10);
+-
+-static struct resource pio1_resource[] = {
+-      PBMEM(0xffe02c00),
+-      IRQ(14),
+-};
+-DEFINE_DEV(pio, 1);
+-DEV_CLK(mck, pio1, pba, 11);
+-
+-static struct resource pio2_resource[] = {
+-      PBMEM(0xffe03000),
+-      IRQ(15),
+-};
+-DEFINE_DEV(pio, 2);
+-DEV_CLK(mck, pio2, pba, 12);
+-
+-static struct resource pio3_resource[] = {
+-      PBMEM(0xffe03400),
+-      IRQ(16),
+-};
+-DEFINE_DEV(pio, 3);
+-DEV_CLK(mck, pio3, pba, 13);
+-
+-static struct resource pio4_resource[] = {
+-      PBMEM(0xffe03800),
+-      IRQ(17),
+-};
+-DEFINE_DEV(pio, 4);
+-DEV_CLK(mck, pio4, pba, 14);
+-
+-void __init at32_add_system_devices(void)
+-{
+-      platform_device_register(&at32_pm0_device);
+-      platform_device_register(&at32_intc0_device);
+-      platform_device_register(&at32ap700x_rtc0_device);
+-      platform_device_register(&at32_wdt0_device);
+-      platform_device_register(&at32_eic0_device);
+-      platform_device_register(&smc0_device);
+-      platform_device_register(&pdc_device);
+-      platform_device_register(&dmaca0_device);
+-
+-      platform_device_register(&at32_systc0_device);
+-
+-      platform_device_register(&pio0_device);
+-      platform_device_register(&pio1_device);
+-      platform_device_register(&pio2_device);
+-      platform_device_register(&pio3_device);
+-      platform_device_register(&pio4_device);
+-}
+-
+-/* --------------------------------------------------------------------
+- *  USART
+- * -------------------------------------------------------------------- */
+-
+-static struct atmel_uart_data atmel_usart0_data = {
+-      .use_dma_tx     = 1,
+-      .use_dma_rx     = 1,
+-};
+-static struct resource atmel_usart0_resource[] = {
+-      PBMEM(0xffe00c00),
+-      IRQ(6),
+-};
+-DEFINE_DEV_DATA(atmel_usart, 0);
+-DEV_CLK(usart, atmel_usart0, pba, 3);
+-
+-static struct atmel_uart_data atmel_usart1_data = {
+-      .use_dma_tx     = 1,
+-      .use_dma_rx     = 1,
+-};
+-static struct resource atmel_usart1_resource[] = {
+-      PBMEM(0xffe01000),
+-      IRQ(7),
+-};
+-DEFINE_DEV_DATA(atmel_usart, 1);
+-DEV_CLK(usart, atmel_usart1, pba, 4);
+-
+-static struct atmel_uart_data atmel_usart2_data = {
+-      .use_dma_tx     = 1,
+-      .use_dma_rx     = 1,
+-};
+-static struct resource atmel_usart2_resource[] = {
+-      PBMEM(0xffe01400),
+-      IRQ(8),
+-};
+-DEFINE_DEV_DATA(atmel_usart, 2);
+-DEV_CLK(usart, atmel_usart2, pba, 5);
+-
+-static struct atmel_uart_data atmel_usart3_data = {
+-      .use_dma_tx     = 1,
+-      .use_dma_rx     = 1,
+-};
+-static struct resource atmel_usart3_resource[] = {
+-      PBMEM(0xffe01800),
+-      IRQ(9),
+-};
+-DEFINE_DEV_DATA(atmel_usart, 3);
+-DEV_CLK(usart, atmel_usart3, pba, 6);
+-
+-static inline void configure_usart0_pins(void)
+-{
+-      select_peripheral(PA(8),  PERIPH_B, 0); /* RXD  */
+-      select_peripheral(PA(9),  PERIPH_B, 0); /* TXD  */
+-}
+-
+-static inline void configure_usart1_pins(void)
+-{
+-      select_peripheral(PA(17), PERIPH_A, 0); /* RXD  */
+-      select_peripheral(PA(18), PERIPH_A, 0); /* TXD  */
+-}
+-
+-static inline void configure_usart2_pins(void)
+-{
+-      select_peripheral(PB(26), PERIPH_B, 0); /* RXD  */
+-      select_peripheral(PB(27), PERIPH_B, 0); /* TXD  */
+-}
+-
+-static inline void configure_usart3_pins(void)
+-{
+-      select_peripheral(PB(18), PERIPH_B, 0); /* RXD  */
+-      select_peripheral(PB(17), PERIPH_B, 0); /* TXD  */
+-}
+-
+-static struct platform_device *__initdata at32_usarts[4];
+-
+-void __init at32_map_usart(unsigned int hw_id, unsigned int line)
+-{
+-      struct platform_device *pdev;
+-
+-      switch (hw_id) {
+-      case 0:
+-              pdev = &atmel_usart0_device;
+-              configure_usart0_pins();
+-              break;
+-      case 1:
+-              pdev = &atmel_usart1_device;
+-              configure_usart1_pins();
+-              break;
+-      case 2:
+-              pdev = &atmel_usart2_device;
+-              configure_usart2_pins();
+-              break;
+-      case 3:
+-              pdev = &atmel_usart3_device;
+-              configure_usart3_pins();
+-              break;
+-      default:
+-              return;
+-      }
+-
+-      if (PXSEG(pdev->resource[0].start) == P4SEG) {
+-              /* Addresses in the P4 segment are permanently mapped 1:1 */
+-              struct atmel_uart_data *data = pdev->dev.platform_data;
+-              data->regs = (void __iomem *)pdev->resource[0].start;
+-      }
+-
+-      pdev->id = line;
+-      at32_usarts[line] = pdev;
+-}
+-
+-struct platform_device *__init at32_add_device_usart(unsigned int id)
+-{
+-      platform_device_register(at32_usarts[id]);
+-      return at32_usarts[id];
+-}
+-
+-struct platform_device *atmel_default_console_device;
+-
+-void __init at32_setup_serial_console(unsigned int usart_id)
+-{
+-      atmel_default_console_device = at32_usarts[usart_id];
+-}
+-
+-/* --------------------------------------------------------------------
+- *  Ethernet
+- * -------------------------------------------------------------------- */
+-
+-static struct eth_platform_data macb0_data;
+-static struct resource macb0_resource[] = {
+-      PBMEM(0xfff01800),
+-      IRQ(25),
+-};
+-DEFINE_DEV_DATA(macb, 0);
+-DEV_CLK(hclk, macb0, hsb, 8);
+-DEV_CLK(pclk, macb0, pbb, 6);
+-
+-static struct eth_platform_data macb1_data;
+-static struct resource macb1_resource[] = {
+-      PBMEM(0xfff01c00),
+-      IRQ(26),
+-};
+-DEFINE_DEV_DATA(macb, 1);
+-DEV_CLK(hclk, macb1, hsb, 9);
+-DEV_CLK(pclk, macb1, pbb, 7);
+-
+-struct platform_device *__init
+-at32_add_device_eth(unsigned int id, struct eth_platform_data *data)
+-{
+-      struct platform_device *pdev;
+-
+-      switch (id) {
+-      case 0:
+-              pdev = &macb0_device;
+-
+-              select_peripheral(PC(3),  PERIPH_A, 0); /* TXD0 */
+-              select_peripheral(PC(4),  PERIPH_A, 0); /* TXD1 */
+-              select_peripheral(PC(7),  PERIPH_A, 0); /* TXEN */
+-              select_peripheral(PC(8),  PERIPH_A, 0); /* TXCK */
+-              select_peripheral(PC(9),  PERIPH_A, 0); /* RXD0 */
+-              select_peripheral(PC(10), PERIPH_A, 0); /* RXD1 */
+-              select_peripheral(PC(13), PERIPH_A, 0); /* RXER */
+-              select_peripheral(PC(15), PERIPH_A, 0); /* RXDV */
+-              select_peripheral(PC(16), PERIPH_A, 0); /* MDC  */
+-              select_peripheral(PC(17), PERIPH_A, 0); /* MDIO */
+-
+-              if (!data->is_rmii) {
+-                      select_peripheral(PC(0),  PERIPH_A, 0); /* COL  */
+-                      select_peripheral(PC(1),  PERIPH_A, 0); /* CRS  */
+-                      select_peripheral(PC(2),  PERIPH_A, 0); /* TXER */
+-                      select_peripheral(PC(5),  PERIPH_A, 0); /* TXD2 */
+-                      select_peripheral(PC(6),  PERIPH_A, 0); /* TXD3 */
+-                      select_peripheral(PC(11), PERIPH_A, 0); /* RXD2 */
+-                      select_peripheral(PC(12), PERIPH_A, 0); /* RXD3 */
+-                      select_peripheral(PC(14), PERIPH_A, 0); /* RXCK */
+-                      select_peripheral(PC(18), PERIPH_A, 0); /* SPD  */
+-              }
+-              break;
+-
+-      case 1:
+-              pdev = &macb1_device;
+-
+-              select_peripheral(PD(13), PERIPH_B, 0);         /* TXD0 */
+-              select_peripheral(PD(14), PERIPH_B, 0);         /* TXD1 */
+-              select_peripheral(PD(11), PERIPH_B, 0);         /* TXEN */
+-              select_peripheral(PD(12), PERIPH_B, 0);         /* TXCK */
+-              select_peripheral(PD(10), PERIPH_B, 0);         /* RXD0 */
+-              select_peripheral(PD(6),  PERIPH_B, 0);         /* RXD1 */
+-              select_peripheral(PD(5),  PERIPH_B, 0);         /* RXER */
+-              select_peripheral(PD(4),  PERIPH_B, 0);         /* RXDV */
+-              select_peripheral(PD(3),  PERIPH_B, 0);         /* MDC  */
+-              select_peripheral(PD(2),  PERIPH_B, 0);         /* MDIO */
+-
+-              if (!data->is_rmii) {
+-                      select_peripheral(PC(19), PERIPH_B, 0); /* COL  */
+-                      select_peripheral(PC(23), PERIPH_B, 0); /* CRS  */
+-                      select_peripheral(PC(26), PERIPH_B, 0); /* TXER */
+-                      select_peripheral(PC(27), PERIPH_B, 0); /* TXD2 */
+-                      select_peripheral(PC(28), PERIPH_B, 0); /* TXD3 */
+-                      select_peripheral(PC(29), PERIPH_B, 0); /* RXD2 */
+-                      select_peripheral(PC(30), PERIPH_B, 0); /* RXD3 */
+-                      select_peripheral(PC(24), PERIPH_B, 0); /* RXCK */
+-                      select_peripheral(PD(15), PERIPH_B, 0); /* SPD  */
+-              }
+-              break;
+-
+-      default:
+-              return NULL;
+-      }
+-
+-      memcpy(pdev->dev.platform_data, data, sizeof(struct eth_platform_data));
+-      platform_device_register(pdev);
+-
+-      return pdev;
+-}
+-
+-/* --------------------------------------------------------------------
+- *  SPI
+- * -------------------------------------------------------------------- */
+-static struct resource atmel_spi0_resource[] = {
+-      PBMEM(0xffe00000),
+-      IRQ(3),
+-};
+-DEFINE_DEV(atmel_spi, 0);
+-DEV_CLK(spi_clk, atmel_spi0, pba, 0);
+-
+-static struct resource atmel_spi1_resource[] = {
+-      PBMEM(0xffe00400),
+-      IRQ(4),
+-};
+-DEFINE_DEV(atmel_spi, 1);
+-DEV_CLK(spi_clk, atmel_spi1, pba, 1);
+-
+-static void __init
+-at32_spi_setup_slaves(unsigned int bus_num, struct spi_board_info *b,
+-                    unsigned int n, const u8 *pins)
+-{
+-      unsigned int pin, mode;
+-
+-      for (; n; n--, b++) {
+-              b->bus_num = bus_num;
+-              if (b->chip_select >= 4)
+-                      continue;
+-              pin = (unsigned)b->controller_data;
+-              if (!pin) {
+-                      pin = pins[b->chip_select];
+-                      b->controller_data = (void *)pin;
+-              }
+-              mode = AT32_GPIOF_OUTPUT;
+-              if (!(b->mode & SPI_CS_HIGH))
+-                      mode |= AT32_GPIOF_HIGH;
+-              at32_select_gpio(pin, mode);
+-      }
+-}
+-
+-struct platform_device *__init
+-at32_add_device_spi(unsigned int id, struct spi_board_info *b, unsigned int n)
+-{
+-      /*
+-       * Manage the chipselects as GPIOs, normally using the same pins
+-       * the SPI controller expects; but boards can use other pins.
+-       */
+-      static u8 __initdata spi0_pins[] =
+-              { GPIO_PIN_PA(3), GPIO_PIN_PA(4),
+-                GPIO_PIN_PA(5), GPIO_PIN_PA(20), };
+-      static u8 __initdata spi1_pins[] =
+-              { GPIO_PIN_PB(2), GPIO_PIN_PB(3),
+-                GPIO_PIN_PB(4), GPIO_PIN_PA(27), };
+-      struct platform_device *pdev;
+-
+-      switch (id) {
+-      case 0:
+-              pdev = &atmel_spi0_device;
+-              select_peripheral(PA(0),  PERIPH_A, 0); /* MISO  */
+-              select_peripheral(PA(1),  PERIPH_A, 0); /* MOSI  */
+-              select_peripheral(PA(2),  PERIPH_A, 0); /* SCK   */
+-              at32_spi_setup_slaves(0, b, n, spi0_pins);
+-              break;
+-
+-      case 1:
+-              pdev = &atmel_spi1_device;
+-              select_peripheral(PB(0),  PERIPH_B, 0); /* MISO  */
+-              select_peripheral(PB(1),  PERIPH_B, 0); /* MOSI  */
+-              select_peripheral(PB(5),  PERIPH_B, 0); /* SCK   */
+-              at32_spi_setup_slaves(1, b, n, spi1_pins);
+-              break;
+-
+-      default:
+-              return NULL;
+-      }
+-
+-      spi_register_board_info(b, n);
+-      platform_device_register(pdev);
+-      return pdev;
+-}
+-
+-/* --------------------------------------------------------------------
+- *  TWI
+- * -------------------------------------------------------------------- */
+-static struct resource atmel_twi0_resource[] __initdata = {
+-      PBMEM(0xffe00800),
+-      IRQ(5),
+-};
+-static struct clk atmel_twi0_pclk = {
+-      .name           = "twi_pclk",
+-      .parent         = &pba_clk,
+-      .mode           = pba_clk_mode,
+-      .get_rate       = pba_clk_get_rate,
+-      .index          = 2,
+-};
+-
+-struct platform_device *__init at32_add_device_twi(unsigned int id)
+-{
+-      struct platform_device *pdev;
+-
+-      if (id != 0)
+-              return NULL;
+-
+-      pdev = platform_device_alloc("atmel_twi", id);
+-      if (!pdev)
+-              return NULL;
+-
+-      if (platform_device_add_resources(pdev, atmel_twi0_resource,
+-                              ARRAY_SIZE(atmel_twi0_resource)))
+-              goto err_add_resources;
+-
+-      select_peripheral(PA(6),  PERIPH_A, 0); /* SDA  */
+-      select_peripheral(PA(7),  PERIPH_A, 0); /* SDL  */
+-
+-      atmel_twi0_pclk.dev = &pdev->dev;
+-
+-      platform_device_add(pdev);
+-      return pdev;
+-
+-err_add_resources:
+-      platform_device_put(pdev);
+-      return NULL;
+-}
+-
+-/* --------------------------------------------------------------------
+- * MMC
+- * -------------------------------------------------------------------- */
+-static struct resource atmel_mci0_resource[] __initdata = {
+-      PBMEM(0xfff02400),
+-      IRQ(28),
+-};
+-static struct clk atmel_mci0_pclk = {
+-      .name           = "mci_clk",
+-      .parent         = &pbb_clk,
+-      .mode           = pbb_clk_mode,
+-      .get_rate       = pbb_clk_get_rate,
+-      .index          = 9,
+-};
+-
+-struct platform_device *__init at32_add_device_mci(unsigned int id)
+-{
+-      struct platform_device *pdev;
+-
+-      if (id != 0)
+-              return NULL;
+-
+-      pdev = platform_device_alloc("atmel_mci", id);
+-      if (!pdev)
+-              return NULL;
+-
+-      if (platform_device_add_resources(pdev, atmel_mci0_resource,
+-                              ARRAY_SIZE(atmel_mci0_resource)))
+-              goto err_add_resources;
+-
+-      select_peripheral(PA(10), PERIPH_A, 0); /* CLK   */
+-      select_peripheral(PA(11), PERIPH_A, 0); /* CMD   */
+-      select_peripheral(PA(12), PERIPH_A, 0); /* DATA0 */
+-      select_peripheral(PA(13), PERIPH_A, 0); /* DATA1 */
+-      select_peripheral(PA(14), PERIPH_A, 0); /* DATA2 */
+-      select_peripheral(PA(15), PERIPH_A, 0); /* DATA3 */
+-
+-      atmel_mci0_pclk.dev = &pdev->dev;
+-
+-      platform_device_add(pdev);
+-      return pdev;
+-
+-err_add_resources:
+-      platform_device_put(pdev);
+-      return NULL;
+-}
+-
+-/* --------------------------------------------------------------------
+- *  LCDC
+- * -------------------------------------------------------------------- */
+-static struct atmel_lcdfb_info atmel_lcdfb0_data;
+-static struct resource atmel_lcdfb0_resource[] = {
+-      {
+-              .start          = 0xff000000,
+-              .end            = 0xff000fff,
+-              .flags          = IORESOURCE_MEM,
+-      },
+-      IRQ(1),
+-      {
+-              /* Placeholder for pre-allocated fb memory */
+-              .start          = 0x00000000,
+-              .end            = 0x00000000,
+-              .flags          = 0,
+-      },
+-};
+-DEFINE_DEV_DATA(atmel_lcdfb, 0);
+-DEV_CLK(hck1, atmel_lcdfb0, hsb, 7);
+-static struct clk atmel_lcdfb0_pixclk = {
+-      .name           = "lcdc_clk",
+-      .dev            = &atmel_lcdfb0_device.dev,
+-      .mode           = genclk_mode,
+-      .get_rate       = genclk_get_rate,
+-      .set_rate       = genclk_set_rate,
+-      .set_parent     = genclk_set_parent,
+-      .index          = 7,
+-};
+-
+-struct platform_device *__init
+-at32_add_device_lcdc(unsigned int id, struct atmel_lcdfb_info *data,
+-                   unsigned long fbmem_start, unsigned long fbmem_len)
+-{
+-      struct platform_device *pdev;
+-      struct atmel_lcdfb_info *info;
+-      struct fb_monspecs *monspecs;
+-      struct fb_videomode *modedb;
+-      unsigned int modedb_size;
+-
+-      /*
+-       * Do a deep copy of the fb data, monspecs and modedb. Make
+-       * sure all allocations are done before setting up the
+-       * portmux.
+-       */
+-      monspecs = kmemdup(data->default_monspecs,
+-                         sizeof(struct fb_monspecs), GFP_KERNEL);
+-      if (!monspecs)
+-              return NULL;
+-
+-      modedb_size = sizeof(struct fb_videomode) * monspecs->modedb_len;
+-      modedb = kmemdup(monspecs->modedb, modedb_size, GFP_KERNEL);
+-      if (!modedb)
+-              goto err_dup_modedb;
+-      monspecs->modedb = modedb;
+-
+-      switch (id) {
+-      case 0:
+-              pdev = &atmel_lcdfb0_device;
+-              select_peripheral(PC(19), PERIPH_A, 0); /* CC     */
+-              select_peripheral(PC(20), PERIPH_A, 0); /* HSYNC  */
+-              select_peripheral(PC(21), PERIPH_A, 0); /* PCLK   */
+-              select_peripheral(PC(22), PERIPH_A, 0); /* VSYNC  */
+-              select_peripheral(PC(23), PERIPH_A, 0); /* DVAL   */
+-              select_peripheral(PC(24), PERIPH_A, 0); /* MODE   */
+-              select_peripheral(PC(25), PERIPH_A, 0); /* PWR    */
+-              select_peripheral(PC(26), PERIPH_A, 0); /* DATA0  */
+-              select_peripheral(PC(27), PERIPH_A, 0); /* DATA1  */
+-              select_peripheral(PC(28), PERIPH_A, 0); /* DATA2  */
+-              select_peripheral(PC(29), PERIPH_A, 0); /* DATA3  */
+-              select_peripheral(PC(30), PERIPH_A, 0); /* DATA4  */
+-              select_peripheral(PC(31), PERIPH_A, 0); /* DATA5  */
+-              select_peripheral(PD(0),  PERIPH_A, 0); /* DATA6  */
+-              select_peripheral(PD(1),  PERIPH_A, 0); /* DATA7  */
+-              select_peripheral(PD(2),  PERIPH_A, 0); /* DATA8  */
+-              select_peripheral(PD(3),  PERIPH_A, 0); /* DATA9  */
+-              select_peripheral(PD(4),  PERIPH_A, 0); /* DATA10 */
+-              select_peripheral(PD(5),  PERIPH_A, 0); /* DATA11 */
+-              select_peripheral(PD(6),  PERIPH_A, 0); /* DATA12 */
+-              select_peripheral(PD(7),  PERIPH_A, 0); /* DATA13 */
+-              select_peripheral(PD(8),  PERIPH_A, 0); /* DATA14 */
+-              select_peripheral(PD(9),  PERIPH_A, 0); /* DATA15 */
+-              select_peripheral(PD(10), PERIPH_A, 0); /* DATA16 */
+-              select_peripheral(PD(11), PERIPH_A, 0); /* DATA17 */
+-              select_peripheral(PD(12), PERIPH_A, 0); /* DATA18 */
+-              select_peripheral(PD(13), PERIPH_A, 0); /* DATA19 */
+-              select_peripheral(PD(14), PERIPH_A, 0); /* DATA20 */
+-              select_peripheral(PD(15), PERIPH_A, 0); /* DATA21 */
+-              select_peripheral(PD(16), PERIPH_A, 0); /* DATA22 */
+-              select_peripheral(PD(17), PERIPH_A, 0); /* DATA23 */
+-
+-              clk_set_parent(&atmel_lcdfb0_pixclk, &pll0);
+-              clk_set_rate(&atmel_lcdfb0_pixclk, clk_get_rate(&pll0));
+-              break;
+-
+-      default:
+-              goto err_invalid_id;
+-      }
+-
+-      if (fbmem_len) {
+-              pdev->resource[2].start = fbmem_start;
+-              pdev->resource[2].end = fbmem_start + fbmem_len - 1;
+-              pdev->resource[2].flags = IORESOURCE_MEM;
+-      }
+-
+-      info = pdev->dev.platform_data;
+-      memcpy(info, data, sizeof(struct atmel_lcdfb_info));
+-      info->default_monspecs = monspecs;
+-
+-      platform_device_register(pdev);
+-      return pdev;
+-
+-err_invalid_id:
+-      kfree(modedb);
+-err_dup_modedb:
+-      kfree(monspecs);
+-      return NULL;
+-}
+-
+-/* --------------------------------------------------------------------
+- *  SSC
+- * -------------------------------------------------------------------- */
+-static struct resource ssc0_resource[] = {
+-      PBMEM(0xffe01c00),
+-      IRQ(10),
+-};
+-DEFINE_DEV(ssc, 0);
+-DEV_CLK(pclk, ssc0, pba, 7);
+-
+-static struct resource ssc1_resource[] = {
+-      PBMEM(0xffe02000),
+-      IRQ(11),
+-};
+-DEFINE_DEV(ssc, 1);
+-DEV_CLK(pclk, ssc1, pba, 8);
+-
+-static struct resource ssc2_resource[] = {
+-      PBMEM(0xffe02400),
+-      IRQ(12),
+-};
+-DEFINE_DEV(ssc, 2);
+-DEV_CLK(pclk, ssc2, pba, 9);
+-
+-struct platform_device *__init
+-at32_add_device_ssc(unsigned int id, unsigned int flags)
+-{
+-      struct platform_device *pdev;
+-
+-      switch (id) {
+-      case 0:
+-              pdev = &ssc0_device;
+-              if (flags & ATMEL_SSC_RF)
+-                      select_peripheral(PA(21), PERIPH_A, 0); /* RF */
+-              if (flags & ATMEL_SSC_RK)
+-                      select_peripheral(PA(22), PERIPH_A, 0); /* RK */
+-              if (flags & ATMEL_SSC_TK)
+-                      select_peripheral(PA(23), PERIPH_A, 0); /* TK */
+-              if (flags & ATMEL_SSC_TF)
+-                      select_peripheral(PA(24), PERIPH_A, 0); /* TF */
+-              if (flags & ATMEL_SSC_TD)
+-                      select_peripheral(PA(25), PERIPH_A, 0); /* TD */
+-              if (flags & ATMEL_SSC_RD)
+-                      select_peripheral(PA(26), PERIPH_A, 0); /* RD */
+-              break;
+-      case 1:
+-              pdev = &ssc1_device;
+-              if (flags & ATMEL_SSC_RF)
+-                      select_peripheral(PA(0), PERIPH_B, 0);  /* RF */
+-              if (flags & ATMEL_SSC_RK)
+-                      select_peripheral(PA(1), PERIPH_B, 0);  /* RK */
+-              if (flags & ATMEL_SSC_TK)
+-                      select_peripheral(PA(2), PERIPH_B, 0);  /* TK */
+-              if (flags & ATMEL_SSC_TF)
+-                      select_peripheral(PA(3), PERIPH_B, 0);  /* TF */
+-              if (flags & ATMEL_SSC_TD)
+-                      select_peripheral(PA(4), PERIPH_B, 0);  /* TD */
+-              if (flags & ATMEL_SSC_RD)
+-                      select_peripheral(PA(5), PERIPH_B, 0);  /* RD */
+-              break;
+-      case 2:
+-              pdev = &ssc2_device;
+-              if (flags & ATMEL_SSC_TD)
+-                      select_peripheral(PB(13), PERIPH_A, 0); /* TD */
+-              if (flags & ATMEL_SSC_RD)
+-                      select_peripheral(PB(14), PERIPH_A, 0); /* RD */
+-              if (flags & ATMEL_SSC_TK)
+-                      select_peripheral(PB(15), PERIPH_A, 0); /* TK */
+-              if (flags & ATMEL_SSC_TF)
+-                      select_peripheral(PB(16), PERIPH_A, 0); /* TF */
+-              if (flags & ATMEL_SSC_RF)
+-                      select_peripheral(PB(17), PERIPH_A, 0); /* RF */
+-              if (flags & ATMEL_SSC_RK)
+-                      select_peripheral(PB(18), PERIPH_A, 0); /* RK */
+-              break;
+-      default:
+-              return NULL;
+-      }
+-
+-      platform_device_register(pdev);
+-      return pdev;
+-}
+-
+-/* --------------------------------------------------------------------
+- *  USB Device Controller
+- * -------------------------------------------------------------------- */
+-static struct resource usba0_resource[] __initdata = {
+-      {
+-              .start          = 0xff300000,
+-              .end            = 0xff3fffff,
+-              .flags          = IORESOURCE_MEM,
+-      }, {
+-              .start          = 0xfff03000,
+-              .end            = 0xfff033ff,
+-              .flags          = IORESOURCE_MEM,
+-      },
+-      IRQ(31),
+-};
+-static struct clk usba0_pclk = {
+-      .name           = "pclk",
+-      .parent         = &pbb_clk,
+-      .mode           = pbb_clk_mode,
+-      .get_rate       = pbb_clk_get_rate,
+-      .index          = 12,
+-};
+-static struct clk usba0_hclk = {
+-      .name           = "hclk",
+-      .parent         = &hsb_clk,
+-      .mode           = hsb_clk_mode,
+-      .get_rate       = hsb_clk_get_rate,
+-      .index          = 6,
+-};
+-
+-struct platform_device *__init
+-at32_add_device_usba(unsigned int id, struct usba_platform_data *data)
+-{
+-      struct platform_device *pdev;
+-
+-      if (id != 0)
+-              return NULL;
+-
+-      pdev = platform_device_alloc("atmel_usba_udc", 0);
+-      if (!pdev)
+-              return NULL;
+-
+-      if (platform_device_add_resources(pdev, usba0_resource,
+-                                        ARRAY_SIZE(usba0_resource)))
+-              goto out_free_pdev;
+-
+-      if (data) {
+-              if (platform_device_add_data(pdev, data, sizeof(*data)))
+-                      goto out_free_pdev;
+-
+-              if (data->vbus_pin != GPIO_PIN_NONE)
+-                      at32_select_gpio(data->vbus_pin, 0);
+-      }
+-
+-      usba0_pclk.dev = &pdev->dev;
+-      usba0_hclk.dev = &pdev->dev;
+-
+-      platform_device_add(pdev);
+-
+-      return pdev;
+-
+-out_free_pdev:
+-      platform_device_put(pdev);
+-      return NULL;
+-}
+-
+-/* --------------------------------------------------------------------
+- * IDE / CompactFlash
+- * -------------------------------------------------------------------- */
+-static struct resource at32_smc_cs4_resource[] __initdata = {
+-      {
+-              .start  = 0x04000000,
+-              .end    = 0x07ffffff,
+-              .flags  = IORESOURCE_MEM,
+-      },
+-      IRQ(~0UL), /* Magic IRQ will be overridden */
+-};
+-static struct resource at32_smc_cs5_resource[] __initdata = {
+-      {
+-              .start  = 0x20000000,
+-              .end    = 0x23ffffff,
+-              .flags  = IORESOURCE_MEM,
+-      },
+-      IRQ(~0UL), /* Magic IRQ will be overridden */
+-};
+-
+-static int __init at32_init_ide_or_cf(struct platform_device *pdev,
+-              unsigned int cs, unsigned int extint)
+-{
+-      static unsigned int extint_pin_map[4] __initdata = {
+-              GPIO_PIN_PB(25),
+-              GPIO_PIN_PB(26),
+-              GPIO_PIN_PB(27),
+-              GPIO_PIN_PB(28),
+-      };
+-      static bool common_pins_initialized __initdata = false;
+-      unsigned int extint_pin;
+-      int ret;
+-
+-      if (extint >= ARRAY_SIZE(extint_pin_map))
+-              return -EINVAL;
+-      extint_pin = extint_pin_map[extint];
+-
+-      switch (cs) {
+-      case 4:
+-              ret = platform_device_add_resources(pdev,
+-                              at32_smc_cs4_resource,
+-                              ARRAY_SIZE(at32_smc_cs4_resource));
+-              if (ret)
+-                      return ret;
+-
+-              select_peripheral(PE(21), PERIPH_A, 0); /* NCS4   -> OE_N  */
+-              set_ebi_sfr_bits(HMATRIX_BIT(CS4A));
+-              break;
+-      case 5:
+-              ret = platform_device_add_resources(pdev,
+-                              at32_smc_cs5_resource,
+-                              ARRAY_SIZE(at32_smc_cs5_resource));
+-              if (ret)
+-                      return ret;
+-
+-              select_peripheral(PE(22), PERIPH_A, 0); /* NCS5   -> OE_N  */
+-              set_ebi_sfr_bits(HMATRIX_BIT(CS5A));
+-              break;
+-      default:
+-              return -EINVAL;
+-      }
+-
+-      if (!common_pins_initialized) {
+-              select_peripheral(PE(19), PERIPH_A, 0); /* CFCE1  -> CS0_N */
+-              select_peripheral(PE(20), PERIPH_A, 0); /* CFCE2  -> CS1_N */
+-              select_peripheral(PE(23), PERIPH_A, 0); /* CFRNW  -> DIR   */
+-              select_peripheral(PE(24), PERIPH_A, 0); /* NWAIT  <- IORDY */
+-              common_pins_initialized = true;
+-      }
+-
+-      at32_select_periph(extint_pin, GPIO_PERIPH_A, AT32_GPIOF_DEGLITCH);
+-
+-      pdev->resource[1].start = EIM_IRQ_BASE + extint;
+-      pdev->resource[1].end = pdev->resource[1].start;
+-
+-      return 0;
+-}
+-
+-struct platform_device *__init
+-at32_add_device_ide(unsigned int id, unsigned int extint,
+-                  struct ide_platform_data *data)
+-{
+-      struct platform_device *pdev;
+-
+-      pdev = platform_device_alloc("at32_ide", id);
+-      if (!pdev)
+-              goto fail;
+-
+-      if (platform_device_add_data(pdev, data,
+-                              sizeof(struct ide_platform_data)))
+-              goto fail;
+-
+-      if (at32_init_ide_or_cf(pdev, data->cs, extint))
+-              goto fail;
+-
+-      platform_device_add(pdev);
+-      return pdev;
+-
+-fail:
+-      platform_device_put(pdev);
+-      return NULL;
+-}
+-
+-struct platform_device *__init
+-at32_add_device_cf(unsigned int id, unsigned int extint,
+-                  struct cf_platform_data *data)
+-{
+-      struct platform_device *pdev;
+-
+-      pdev = platform_device_alloc("at32_cf", id);
+-      if (!pdev)
+-              goto fail;
+-
+-      if (platform_device_add_data(pdev, data,
+-                              sizeof(struct cf_platform_data)))
+-              goto fail;
+-
+-      if (at32_init_ide_or_cf(pdev, data->cs, extint))
+-              goto fail;
+-
+-      if (data->detect_pin != GPIO_PIN_NONE)
+-              at32_select_gpio(data->detect_pin, AT32_GPIOF_DEGLITCH);
+-      if (data->reset_pin != GPIO_PIN_NONE)
+-              at32_select_gpio(data->reset_pin, 0);
+-      if (data->vcc_pin != GPIO_PIN_NONE)
+-              at32_select_gpio(data->vcc_pin, 0);
+-      /* READY is used as extint, so we can't select it as gpio */
+-
+-      platform_device_add(pdev);
+-      return pdev;
+-
+-fail:
+-      platform_device_put(pdev);
+-      return NULL;
+-}
+-
+-/* --------------------------------------------------------------------
+- * AC97C
+- * -------------------------------------------------------------------- */
+-static struct resource atmel_ac97c0_resource[] __initdata = {
+-      PBMEM(0xfff02800),
+-      IRQ(29),
+-};
+-static struct clk atmel_ac97c0_pclk = {
+-      .name           = "pclk",
+-      .parent         = &pbb_clk,
+-      .mode           = pbb_clk_mode,
+-      .get_rate       = pbb_clk_get_rate,
+-      .index          = 10,
+-};
+-
+-struct platform_device *__init at32_add_device_ac97c(unsigned int id)
+-{
+-      struct platform_device *pdev;
+-
+-      if (id != 0)
+-              return NULL;
+-
+-      pdev = platform_device_alloc("atmel_ac97c", id);
+-      if (!pdev)
+-              return NULL;
+-
+-      if (platform_device_add_resources(pdev, atmel_ac97c0_resource,
+-                              ARRAY_SIZE(atmel_ac97c0_resource)))
+-              goto err_add_resources;
+-
+-      select_peripheral(PB(20), PERIPH_B, 0); /* SYNC */
+-      select_peripheral(PB(21), PERIPH_B, 0); /* SDO  */
+-      select_peripheral(PB(22), PERIPH_B, 0); /* SDI  */
+-      select_peripheral(PB(23), PERIPH_B, 0); /* SCLK */
+-
+-      atmel_ac97c0_pclk.dev = &pdev->dev;
+-
+-      platform_device_add(pdev);
+-      return pdev;
+-
+-err_add_resources:
+-      platform_device_put(pdev);
+-      return NULL;
+-}
+-
+-/* --------------------------------------------------------------------
+- * ABDAC
+- * -------------------------------------------------------------------- */
+-static struct resource abdac0_resource[] __initdata = {
+-      PBMEM(0xfff02000),
+-      IRQ(27),
+-};
+-static struct clk abdac0_pclk = {
+-      .name           = "pclk",
+-      .parent         = &pbb_clk,
+-      .mode           = pbb_clk_mode,
+-      .get_rate       = pbb_clk_get_rate,
+-      .index          = 8,
+-};
+-static struct clk abdac0_sample_clk = {
+-      .name           = "sample_clk",
+-      .mode           = genclk_mode,
+-      .get_rate       = genclk_get_rate,
+-      .set_rate       = genclk_set_rate,
+-      .set_parent     = genclk_set_parent,
+-      .index          = 6,
+-};
+-
+-struct platform_device *__init at32_add_device_abdac(unsigned int id)
+-{
+-      struct platform_device *pdev;
+-
+-      if (id != 0)
+-              return NULL;
+-
+-      pdev = platform_device_alloc("abdac", id);
+-      if (!pdev)
+-              return NULL;
+-
+-      if (platform_device_add_resources(pdev, abdac0_resource,
+-                              ARRAY_SIZE(abdac0_resource)))
+-              goto err_add_resources;
+-
+-      select_peripheral(PB(20), PERIPH_A, 0); /* DATA1        */
+-      select_peripheral(PB(21), PERIPH_A, 0); /* DATA0        */
+-      select_peripheral(PB(22), PERIPH_A, 0); /* DATAN1       */
+-      select_peripheral(PB(23), PERIPH_A, 0); /* DATAN0       */
+-
+-      abdac0_pclk.dev = &pdev->dev;
+-      abdac0_sample_clk.dev = &pdev->dev;
+-
+-      platform_device_add(pdev);
+-      return pdev;
+-
+-err_add_resources:
+-      platform_device_put(pdev);
+-      return NULL;
+-}
+-
+-/* --------------------------------------------------------------------
+- *  GCLK
+- * -------------------------------------------------------------------- */
+-static struct clk gclk0 = {
+-      .name           = "gclk0",
+-      .mode           = genclk_mode,
+-      .get_rate       = genclk_get_rate,
+-      .set_rate       = genclk_set_rate,
+-      .set_parent     = genclk_set_parent,
+-      .index          = 0,
+-};
+-static struct clk gclk1 = {
+-      .name           = "gclk1",
+-      .mode           = genclk_mode,
+-      .get_rate       = genclk_get_rate,
+-      .set_rate       = genclk_set_rate,
+-      .set_parent     = genclk_set_parent,
+-      .index          = 1,
+-};
+-static struct clk gclk2 = {
+-      .name           = "gclk2",
+-      .mode           = genclk_mode,
+-      .get_rate       = genclk_get_rate,
+-      .set_rate       = genclk_set_rate,
+-      .set_parent     = genclk_set_parent,
+-      .index          = 2,
+-};
+-static struct clk gclk3 = {
+-      .name           = "gclk3",
+-      .mode           = genclk_mode,
+-      .get_rate       = genclk_get_rate,
+-      .set_rate       = genclk_set_rate,
+-      .set_parent     = genclk_set_parent,
+-      .index          = 3,
+-};
+-static struct clk gclk4 = {
+-      .name           = "gclk4",
+-      .mode           = genclk_mode,
+-      .get_rate       = genclk_get_rate,
+-      .set_rate       = genclk_set_rate,
+-      .set_parent     = genclk_set_parent,
+-      .index          = 4,
+-};
+-
+-struct clk *at32_clock_list[] = {
+-      &osc32k,
+-      &osc0,
+-      &osc1,
+-      &pll0,
+-      &pll1,
+-      &cpu_clk,
+-      &hsb_clk,
+-      &pba_clk,
+-      &pbb_clk,
+-      &at32_pm_pclk,
+-      &at32_intc0_pclk,
+-      &hmatrix_clk,
+-      &ebi_clk,
+-      &hramc_clk,
+-      &smc0_pclk,
+-      &smc0_mck,
+-      &pdc_hclk,
+-      &pdc_pclk,
+-      &dmaca0_hclk,
+-      &pico_clk,
+-      &pio0_mck,
+-      &pio1_mck,
+-      &pio2_mck,
+-      &pio3_mck,
+-      &pio4_mck,
+-      &at32_systc0_pclk,
+-      &atmel_usart0_usart,
+-      &atmel_usart1_usart,
+-      &atmel_usart2_usart,
+-      &atmel_usart3_usart,
+-      &macb0_hclk,
+-      &macb0_pclk,
+-      &macb1_hclk,
+-      &macb1_pclk,
+-      &atmel_spi0_spi_clk,
+-      &atmel_spi1_spi_clk,
+-      &atmel_twi0_pclk,
+-      &atmel_mci0_pclk,
+-      &atmel_lcdfb0_hck1,
+-      &atmel_lcdfb0_pixclk,
+-      &ssc0_pclk,
+-      &ssc1_pclk,
+-      &ssc2_pclk,
+-      &usba0_hclk,
+-      &usba0_pclk,
+-      &atmel_ac97c0_pclk,
+-      &abdac0_pclk,
+-      &abdac0_sample_clk,
+-      &gclk0,
+-      &gclk1,
+-      &gclk2,
+-      &gclk3,
+-      &gclk4,
+-};
+-unsigned int at32_nr_clocks = ARRAY_SIZE(at32_clock_list);
+-
+-void __init at32_portmux_init(void)
+-{
+-      at32_init_pio(&pio0_device);
+-      at32_init_pio(&pio1_device);
+-      at32_init_pio(&pio2_device);
+-      at32_init_pio(&pio3_device);
+-      at32_init_pio(&pio4_device);
+-}
+-
+-void __init at32_clock_init(void)
+-{
+-      u32 cpu_mask = 0, hsb_mask = 0, pba_mask = 0, pbb_mask = 0;
+-      int i;
+-
+-      if (pm_readl(MCCTRL) & PM_BIT(PLLSEL)) {
+-              main_clock = &pll0;
+-              cpu_clk.parent = &pll0;
+-      } else {
+-              main_clock = &osc0;
+-              cpu_clk.parent = &osc0;
+-      }
+-
+-      if (pm_readl(PLL0) & PM_BIT(PLLOSC))
+-              pll0.parent = &osc1;
+-      if (pm_readl(PLL1) & PM_BIT(PLLOSC))
+-              pll1.parent = &osc1;
+-
+-      genclk_init_parent(&gclk0);
+-      genclk_init_parent(&gclk1);
+-      genclk_init_parent(&gclk2);
+-      genclk_init_parent(&gclk3);
+-      genclk_init_parent(&gclk4);
+-      genclk_init_parent(&atmel_lcdfb0_pixclk);
+-      genclk_init_parent(&abdac0_sample_clk);
+-
+-      /*
+-       * Turn on all clocks that have at least one user already, and
+-       * turn off everything else. We only do this for module
+-       * clocks, and even though it isn't particularly pretty to
+-       * check the address of the mode function, it should do the
+-       * trick...
+-       */
+-      for (i = 0; i < ARRAY_SIZE(at32_clock_list); i++) {
+-              struct clk *clk = at32_clock_list[i];
+-
+-              if (clk->users == 0)
+-                      continue;
+-
+-              if (clk->mode == &cpu_clk_mode)
+-                      cpu_mask |= 1 << clk->index;
+-              else if (clk->mode == &hsb_clk_mode)
+-                      hsb_mask |= 1 << clk->index;
+-              else if (clk->mode == &pba_clk_mode)
+-                      pba_mask |= 1 << clk->index;
+-              else if (clk->mode == &pbb_clk_mode)
+-                      pbb_mask |= 1 << clk->index;
+-      }
+-
+-      pm_writel(CPU_MASK, cpu_mask);
+-      pm_writel(HSB_MASK, hsb_mask);
+-      pm_writel(PBA_MASK, pba_mask);
+-      pm_writel(PBB_MASK, pbb_mask);
+-}
+diff -urN linux-2.6.24.3/arch/avr32/mach-at32ap/at32ap700x.c avr32-2.6/arch/avr32/mach-at32ap/at32ap700x.c
+--- linux-2.6.24.3/arch/avr32/mach-at32ap/at32ap700x.c 1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/arch/avr32/mach-at32ap/at32ap700x.c      2008-04-23 20:12:35.000000000 +0200
+@@ -0,0 +1,1944 @@
++/*
++ * Copyright (C) 2005-2006 Atmel Corporation
++ *
++ * This program is free software; you can redistribute it and/or modify
++ * it under the terms of the GNU General Public License version 2 as
++ * published by the Free Software Foundation.
++ */
++#include <linux/clk.h>
++#include <linux/fb.h>
++#include <linux/init.h>
++#include <linux/platform_device.h>
++#include <linux/dma-mapping.h>
++#include <linux/spi/spi.h>
++#include <linux/usb/atmel_usba_udc.h>
++
++#include <asm/io.h>
++#include <asm/irq.h>
++
++#include <asm/arch/at32ap700x.h>
++#include <asm/arch/board.h>
++#include <asm/arch/portmux.h>
++
++#include <video/atmel_lcdc.h>
++
++#include "clock.h"
++#include "hmatrix.h"
++#include "pio.h"
++#include "pm.h"
++
++
++#define PBMEM(base)                                   \
++      {                                               \
++              .start          = base,                 \
++              .end            = base + 0x3ff,         \
++              .flags          = IORESOURCE_MEM,       \
++      }
++#define IRQ(num)                                      \
++      {                                               \
++              .start          = num,                  \
++              .end            = num,                  \
++              .flags          = IORESOURCE_IRQ,       \
++      }
++#define NAMED_IRQ(num, _name)                         \
++      {                                               \
++              .start          = num,                  \
++              .end            = num,                  \
++              .name           = _name,                \
++              .flags          = IORESOURCE_IRQ,       \
++      }
++
++/* REVISIT these assume *every* device supports DMA, but several
++ * don't ... tc, smc, pio, rtc, watchdog, pwm, ps2, and more.
++ */
++#define DEFINE_DEV(_name, _id)                                        \
++static u64 _name##_id##_dma_mask = DMA_32BIT_MASK;            \
++static struct platform_device _name##_id##_device = {         \
++      .name           = #_name,                               \
++      .id             = _id,                                  \
++      .dev            = {                                     \
++              .dma_mask = &_name##_id##_dma_mask,             \
++              .coherent_dma_mask = DMA_32BIT_MASK,            \
++      },                                                      \
++      .resource       = _name##_id##_resource,                \
++      .num_resources  = ARRAY_SIZE(_name##_id##_resource),    \
++}
++#define DEFINE_DEV_DATA(_name, _id)                           \
++static u64 _name##_id##_dma_mask = DMA_32BIT_MASK;            \
++static struct platform_device _name##_id##_device = {         \
++      .name           = #_name,                               \
++      .id             = _id,                                  \
++      .dev            = {                                     \
++              .dma_mask = &_name##_id##_dma_mask,             \
++              .platform_data  = &_name##_id##_data,           \
++              .coherent_dma_mask = DMA_32BIT_MASK,            \
++      },                                                      \
++      .resource       = _name##_id##_resource,                \
++      .num_resources  = ARRAY_SIZE(_name##_id##_resource),    \
++}
++
++#define select_peripheral(pin, periph, flags)                 \
++      at32_select_periph(GPIO_PIN_##pin, GPIO_##periph, flags)
++
++#define DEV_CLK(_name, devname, bus, _index)                  \
++static struct clk devname##_##_name = {                               \
++      .name           = #_name,                               \
++      .dev            = &devname##_device.dev,                \
++      .parent         = &bus##_clk,                           \
++      .mode           = bus##_clk_mode,                       \
++      .get_rate       = bus##_clk_get_rate,                   \
++      .index          = _index,                               \
++}
++
++static DEFINE_SPINLOCK(pm_lock);
++
++unsigned long at32ap7000_osc_rates[3] = {
++      [0] = 32768,
++      /* FIXME: these are ATSTK1002-specific */
++      [1] = 20000000,
++      [2] = 12000000,
++};
++
++static unsigned long osc_get_rate(struct clk *clk)
++{
++      return at32ap7000_osc_rates[clk->index];
++}
++
++static unsigned long pll_get_rate(struct clk *clk, unsigned long control)
++{
++      unsigned long div, mul, rate;
++
++      if (!(control & PM_BIT(PLLEN)))
++              return 0;
++
++      div = PM_BFEXT(PLLDIV, control) + 1;
++      mul = PM_BFEXT(PLLMUL, control) + 1;
++
++      rate = clk->parent->get_rate(clk->parent);
++      rate = (rate + div / 2) / div;
++      rate *= mul;
++
++      return rate;
++}
++
++static unsigned long pll0_get_rate(struct clk *clk)
++{
++      u32 control;
++
++      control = pm_readl(PLL0);
++
++      return pll_get_rate(clk, control);
++}
++
++static unsigned long pll1_get_rate(struct clk *clk)
++{
++      u32 control;
++
++      control = pm_readl(PLL1);
++
++      return pll_get_rate(clk, control);
++}
++
++/*
++ * The AT32AP7000 has five primary clock sources: One 32kHz
++ * oscillator, two crystal oscillators and two PLLs.
++ */
++static struct clk osc32k = {
++      .name           = "osc32k",
++      .get_rate       = osc_get_rate,
++      .users          = 1,
++      .index          = 0,
++};
++static struct clk osc0 = {
++      .name           = "osc0",
++      .get_rate       = osc_get_rate,
++      .users          = 1,
++      .index          = 1,
++};
++static struct clk osc1 = {
++      .name           = "osc1",
++      .get_rate       = osc_get_rate,
++      .index          = 2,
++};
++static struct clk pll0 = {
++      .name           = "pll0",
++      .get_rate       = pll0_get_rate,
++      .parent         = &osc0,
++};
++static struct clk pll1 = {
++      .name           = "pll1",
++      .get_rate       = pll1_get_rate,
++      .parent         = &osc0,
++};
++
++/*
++ * The main clock can be either osc0 or pll0.  The boot loader may
++ * have chosen one for us, so we don't really know which one until we
++ * have a look at the SM.
++ */
++static struct clk *main_clock;
++
++/*
++ * Synchronous clocks are generated from the main clock. The clocks
++ * must satisfy the constraint
++ *   fCPU >= fHSB >= fPB
++ * i.e. each clock must not be faster than its parent.
++ */
++static unsigned long bus_clk_get_rate(struct clk *clk, unsigned int shift)
++{
++      return main_clock->get_rate(main_clock) >> shift;
++};
++
++static void cpu_clk_mode(struct clk *clk, int enabled)
++{
++      unsigned long flags;
++      u32 mask;
++
++      spin_lock_irqsave(&pm_lock, flags);
++      mask = pm_readl(CPU_MASK);
++      if (enabled)
++              mask |= 1 << clk->index;
++      else
++              mask &= ~(1 << clk->index);
++      pm_writel(CPU_MASK, mask);
++      spin_unlock_irqrestore(&pm_lock, flags);
++}
++
++static unsigned long cpu_clk_get_rate(struct clk *clk)
++{
++      unsigned long cksel, shift = 0;
++
++      cksel = pm_readl(CKSEL);
++      if (cksel & PM_BIT(CPUDIV))
++              shift = PM_BFEXT(CPUSEL, cksel) + 1;
++
++      return bus_clk_get_rate(clk, shift);
++}
++
++static long cpu_clk_set_rate(struct clk *clk, unsigned long rate, int apply)
++{
++      u32 control;
++      unsigned long parent_rate, child_div, actual_rate, div;
++
++      parent_rate = clk->parent->get_rate(clk->parent);
++      control = pm_readl(CKSEL);
++
++      if (control & PM_BIT(HSBDIV))
++              child_div = 1 << (PM_BFEXT(HSBSEL, control) + 1);
++      else
++              child_div = 1;
++
++      if (rate > 3 * (parent_rate / 4) || child_div == 1) {
++              actual_rate = parent_rate;
++              control &= ~PM_BIT(CPUDIV);
++      } else {
++              unsigned int cpusel;
++              div = (parent_rate + rate / 2) / rate;
++              if (div > child_div)
++                      div = child_div;
++              cpusel = (div > 1) ? (fls(div) - 2) : 0;
++              control = PM_BIT(CPUDIV) | PM_BFINS(CPUSEL, cpusel, control);
++              actual_rate = parent_rate / (1 << (cpusel + 1));
++      }
++
++      pr_debug("clk %s: new rate %lu (actual rate %lu)\n",
++                      clk->name, rate, actual_rate);
++
++      if (apply)
++              pm_writel(CKSEL, control);
 +
 +      return actual_rate;
 +}
 +
- static void hsb_clk_mode(struct clk *clk, int enabled)
- {
--      struct at32_sm *sm = &system_manager;
-       unsigned long flags;
-       u32 mask;
--      spin_lock_irqsave(&sm->lock, flags);
--      mask = sm_readl(sm, PM_HSB_MASK);
++static void hsb_clk_mode(struct clk *clk, int enabled)
++{
++      unsigned long flags;
++      u32 mask;
++
 +      spin_lock_irqsave(&pm_lock, flags);
 +      mask = pm_readl(HSB_MASK);
-       if (enabled)
-               mask |= 1 << clk->index;
-       else
-               mask &= ~(1 << clk->index);
--      sm_writel(sm, PM_HSB_MASK, mask);
--      spin_unlock_irqrestore(&sm->lock, flags);
++      if (enabled)
++              mask |= 1 << clk->index;
++      else
++              mask &= ~(1 << clk->index);
 +      pm_writel(HSB_MASK, mask);
 +      spin_unlock_irqrestore(&pm_lock, flags);
- }
- static unsigned long hsb_clk_get_rate(struct clk *clk)
- {
-       unsigned long cksel, shift = 0;
--      cksel = sm_readl(&system_manager, PM_CKSEL);
--      if (cksel & SM_BIT(HSBDIV))
--              shift = SM_BFEXT(HSBSEL, cksel) + 1;
++}
++
++static unsigned long hsb_clk_get_rate(struct clk *clk)
++{
++      unsigned long cksel, shift = 0;
++
 +      cksel = pm_readl(CKSEL);
 +      if (cksel & PM_BIT(HSBDIV))
 +              shift = PM_BFEXT(HSBSEL, cksel) + 1;
-       return bus_clk_get_rate(clk, shift);
- }
- static void pba_clk_mode(struct clk *clk, int enabled)
- {
--      struct at32_sm *sm = &system_manager;
-       unsigned long flags;
-       u32 mask;
--      spin_lock_irqsave(&sm->lock, flags);
--      mask = sm_readl(sm, PM_PBA_MASK);
++
++      return bus_clk_get_rate(clk, shift);
++}
++
++static void pba_clk_mode(struct clk *clk, int enabled)
++{
++      unsigned long flags;
++      u32 mask;
++
 +      spin_lock_irqsave(&pm_lock, flags);
 +      mask = pm_readl(PBA_MASK);
-       if (enabled)
-               mask |= 1 << clk->index;
-       else
-               mask &= ~(1 << clk->index);
--      sm_writel(sm, PM_PBA_MASK, mask);
--      spin_unlock_irqrestore(&sm->lock, flags);
++      if (enabled)
++              mask |= 1 << clk->index;
++      else
++              mask &= ~(1 << clk->index);
 +      pm_writel(PBA_MASK, mask);
 +      spin_unlock_irqrestore(&pm_lock, flags);
- }
- static unsigned long pba_clk_get_rate(struct clk *clk)
- {
-       unsigned long cksel, shift = 0;
--      cksel = sm_readl(&system_manager, PM_CKSEL);
--      if (cksel & SM_BIT(PBADIV))
--              shift = SM_BFEXT(PBASEL, cksel) + 1;
++}
++
++static unsigned long pba_clk_get_rate(struct clk *clk)
++{
++      unsigned long cksel, shift = 0;
++
 +      cksel = pm_readl(CKSEL);
 +      if (cksel & PM_BIT(PBADIV))
 +              shift = PM_BFEXT(PBASEL, cksel) + 1;
-       return bus_clk_get_rate(clk, shift);
- }
- static void pbb_clk_mode(struct clk *clk, int enabled)
- {
--      struct at32_sm *sm = &system_manager;
-       unsigned long flags;
-       u32 mask;
--      spin_lock_irqsave(&sm->lock, flags);
--      mask = sm_readl(sm, PM_PBB_MASK);
++
++      return bus_clk_get_rate(clk, shift);
++}
++
++static void pbb_clk_mode(struct clk *clk, int enabled)
++{
++      unsigned long flags;
++      u32 mask;
++
 +      spin_lock_irqsave(&pm_lock, flags);
 +      mask = pm_readl(PBB_MASK);
-       if (enabled)
-               mask |= 1 << clk->index;
-       else
-               mask &= ~(1 << clk->index);
--      sm_writel(sm, PM_PBB_MASK, mask);
--      spin_unlock_irqrestore(&sm->lock, flags);
++      if (enabled)
++              mask |= 1 << clk->index;
++      else
++              mask &= ~(1 << clk->index);
 +      pm_writel(PBB_MASK, mask);
 +      spin_unlock_irqrestore(&pm_lock, flags);
- }
- static unsigned long pbb_clk_get_rate(struct clk *clk)
- {
-       unsigned long cksel, shift = 0;
--      cksel = sm_readl(&system_manager, PM_CKSEL);
--      if (cksel & SM_BIT(PBBDIV))
--              shift = SM_BFEXT(PBBSEL, cksel) + 1;
++}
++
++static unsigned long pbb_clk_get_rate(struct clk *clk)
++{
++      unsigned long cksel, shift = 0;
++
 +      cksel = pm_readl(CKSEL);
 +      if (cksel & PM_BIT(PBBDIV))
 +              shift = PM_BFEXT(PBBSEL, cksel) + 1;
-       return bus_clk_get_rate(clk, shift);
- }
-@@ -296,6 +335,7 @@
- static struct clk cpu_clk = {
-       .name           = "cpu",
-       .get_rate       = cpu_clk_get_rate,
++
++      return bus_clk_get_rate(clk, shift);
++}
++
++static struct clk cpu_clk = {
++      .name           = "cpu",
++      .get_rate       = cpu_clk_get_rate,
 +      .set_rate       = cpu_clk_set_rate,
-       .users          = 1,
- };
- static struct clk hsb_clk = {
-@@ -327,12 +367,12 @@
- {
-       u32 control;
--      control = sm_readl(&system_manager, PM_GCCTRL + 4 * clk->index);
++      .users          = 1,
++};
++static struct clk hsb_clk = {
++      .name           = "hsb",
++      .parent         = &cpu_clk,
++      .get_rate       = hsb_clk_get_rate,
++};
++static struct clk pba_clk = {
++      .name           = "pba",
++      .parent         = &hsb_clk,
++      .mode           = hsb_clk_mode,
++      .get_rate       = pba_clk_get_rate,
++      .index          = 1,
++};
++static struct clk pbb_clk = {
++      .name           = "pbb",
++      .parent         = &hsb_clk,
++      .mode           = hsb_clk_mode,
++      .get_rate       = pbb_clk_get_rate,
++      .users          = 1,
++      .index          = 2,
++};
++
++/* --------------------------------------------------------------------
++ *  Generic Clock operations
++ * -------------------------------------------------------------------- */
++
++static void genclk_mode(struct clk *clk, int enabled)
++{
++      u32 control;
++
 +      control = pm_readl(GCCTRL(clk->index));
-       if (enabled)
--              control |= SM_BIT(CEN);
++      if (enabled)
 +              control |= PM_BIT(CEN);
-       else
--              control &= ~SM_BIT(CEN);
--      sm_writel(&system_manager, PM_GCCTRL + 4 * clk->index, control);
++      else
 +              control &= ~PM_BIT(CEN);
 +      pm_writel(GCCTRL(clk->index), control);
- }
- static unsigned long genclk_get_rate(struct clk *clk)
-@@ -340,9 +380,9 @@
-       u32 control;
-       unsigned long div = 1;
--      control = sm_readl(&system_manager, PM_GCCTRL + 4 * clk->index);
--      if (control & SM_BIT(DIVEN))
--              div = 2 * (SM_BFEXT(DIV, control) + 1);
++}
++
++static unsigned long genclk_get_rate(struct clk *clk)
++{
++      u32 control;
++      unsigned long div = 1;
++
 +      control = pm_readl(GCCTRL(clk->index));
 +      if (control & PM_BIT(DIVEN))
 +              div = 2 * (PM_BFEXT(DIV, control) + 1);
-       return clk->parent->get_rate(clk->parent) / div;
- }
-@@ -353,23 +393,22 @@
-       unsigned long parent_rate, actual_rate, div;
-       parent_rate = clk->parent->get_rate(clk->parent);
--      control = sm_readl(&system_manager, PM_GCCTRL + 4 * clk->index);
++
++      return clk->parent->get_rate(clk->parent) / div;
++}
++
++static long genclk_set_rate(struct clk *clk, unsigned long rate, int apply)
++{
++      u32 control;
++      unsigned long parent_rate, actual_rate, div;
++
++      parent_rate = clk->parent->get_rate(clk->parent);
 +      control = pm_readl(GCCTRL(clk->index));
-       if (rate > 3 * parent_rate / 4) {
-               actual_rate = parent_rate;
--              control &= ~SM_BIT(DIVEN);
++
++      if (rate > 3 * parent_rate / 4) {
++              actual_rate = parent_rate;
 +              control &= ~PM_BIT(DIVEN);
-       } else {
-               div = (parent_rate + rate) / (2 * rate) - 1;
--              control = SM_BFINS(DIV, div, control) | SM_BIT(DIVEN);
++      } else {
++              div = (parent_rate + rate) / (2 * rate) - 1;
 +              control = PM_BFINS(DIV, div, control) | PM_BIT(DIVEN);
-               actual_rate = parent_rate / (2 * (div + 1));
-       }
--      printk("clk %s: new rate %lu (actual rate %lu)\n",
--             clk->name, rate, actual_rate);
++              actual_rate = parent_rate / (2 * (div + 1));
++      }
++
 +      dev_dbg(clk->dev, "clk %s: new rate %lu (actual rate %lu)\n",
 +              clk->name, rate, actual_rate);
-       if (apply)
--              sm_writel(&system_manager, PM_GCCTRL + 4 * clk->index,
--                        control);
++
++      if (apply)
 +              pm_writel(GCCTRL(clk->index), control);
-       return actual_rate;
- }
-@@ -378,24 +417,24 @@
- {
-       u32 control;
--      printk("clk %s: new parent %s (was %s)\n",
--             clk->name, parent->name, clk->parent->name);
++
++      return actual_rate;
++}
++
++int genclk_set_parent(struct clk *clk, struct clk *parent)
++{
++      u32 control;
++
 +      dev_dbg(clk->dev, "clk %s: new parent %s (was %s)\n",
 +              clk->name, parent->name, clk->parent->name);
--      control = sm_readl(&system_manager, PM_GCCTRL + 4 * clk->index);
++
 +      control = pm_readl(GCCTRL(clk->index));
-       if (parent == &osc1 || parent == &pll1)
--              control |= SM_BIT(OSCSEL);
++
++      if (parent == &osc1 || parent == &pll1)
 +              control |= PM_BIT(OSCSEL);
-       else if (parent == &osc0 || parent == &pll0)
--              control &= ~SM_BIT(OSCSEL);
++      else if (parent == &osc0 || parent == &pll0)
 +              control &= ~PM_BIT(OSCSEL);
-       else
-               return -EINVAL;
-       if (parent == &pll0 || parent == &pll1)
--              control |= SM_BIT(PLLSEL);
++      else
++              return -EINVAL;
++
++      if (parent == &pll0 || parent == &pll1)
 +              control |= PM_BIT(PLLSEL);
-       else
--              control &= ~SM_BIT(PLLSEL);
++      else
 +              control &= ~PM_BIT(PLLSEL);
--      sm_writel(&system_manager, PM_GCCTRL + 4 * clk->index, control);
++
 +      pm_writel(GCCTRL(clk->index), control);
-       clk->parent = parent;
-       return 0;
-@@ -408,11 +447,11 @@
-       BUG_ON(clk->index > 7);
--      control = sm_readl(&system_manager, PM_GCCTRL + 4 * clk->index);
--      if (control & SM_BIT(OSCSEL))
--              parent = (control & SM_BIT(PLLSEL)) ? &pll1 : &osc1;
++      clk->parent = parent;
++
++      return 0;
++}
++
++static void __init genclk_init_parent(struct clk *clk)
++{
++      u32 control;
++      struct clk *parent;
++
++      BUG_ON(clk->index > 7);
++
 +      control = pm_readl(GCCTRL(clk->index));
 +      if (control & PM_BIT(OSCSEL))
 +              parent = (control & PM_BIT(PLLSEL)) ? &pll1 : &osc1;
-       else
--              parent = (control & SM_BIT(PLLSEL)) ? &pll0 : &osc0;
++      else
 +              parent = (control & PM_BIT(PLLSEL)) ? &pll0 : &osc0;
-       clk->parent = parent;
- }
-@@ -420,21 +459,53 @@
- /* --------------------------------------------------------------------
-  *  System peripherals
-  * -------------------------------------------------------------------- */
--static struct resource sm_resource[] = {
--      PBMEM(0xfff00000),
--      NAMED_IRQ(19, "eim"),
--      NAMED_IRQ(20, "pm"),
--      NAMED_IRQ(21, "rtc"),
++
++      clk->parent = parent;
++}
++
++/* --------------------------------------------------------------------
++ *  System peripherals
++ * -------------------------------------------------------------------- */
 +static struct resource at32_pm0_resource[] = {
 +      {
-+              .start  = 0xfff00000,
-+              .end    = 0xfff0007f,
++              .start  = 0xfff00000,
++              .end    = 0xfff0007f,
++              .flags  = IORESOURCE_MEM,
++      },
++      IRQ(20),
++};
++
++static struct resource at32ap700x_rtc0_resource[] = {
++      {
++              .start  = 0xfff00080,
++              .end    = 0xfff000af,
++              .flags  = IORESOURCE_MEM,
++      },
++      IRQ(21),
++};
++
++static struct resource at32_wdt0_resource[] = {
++      {
++              .start  = 0xfff000b0,
++              .end    = 0xfff000cf,
++              .flags  = IORESOURCE_MEM,
++      },
++};
++
++static struct resource at32_eic0_resource[] = {
++      {
++              .start  = 0xfff00100,
++              .end    = 0xfff0013f,
++              .flags  = IORESOURCE_MEM,
++      },
++      IRQ(19),
++};
++
++DEFINE_DEV(at32_pm, 0);
++DEFINE_DEV(at32ap700x_rtc, 0);
++DEFINE_DEV(at32_wdt, 0);
++DEFINE_DEV(at32_eic, 0);
++
++/*
++ * Peripheral clock for PM, RTC, WDT and EIC. PM will ensure that this
++ * is always running.
++ */
++static struct clk at32_pm_pclk = {
++      .name           = "pclk",
++      .dev            = &at32_pm0_device.dev,
++      .parent         = &pbb_clk,
++      .mode           = pbb_clk_mode,
++      .get_rate       = pbb_clk_get_rate,
++      .users          = 1,
++      .index          = 0,
++};
++
++static struct resource intc0_resource[] = {
++      PBMEM(0xfff00400),
++};
++struct platform_device at32_intc0_device = {
++      .name           = "intc",
++      .id             = 0,
++      .resource       = intc0_resource,
++      .num_resources  = ARRAY_SIZE(intc0_resource),
++};
++DEV_CLK(pclk, at32_intc0, pbb, 1);
++
++static struct clk ebi_clk = {
++      .name           = "ebi",
++      .parent         = &hsb_clk,
++      .mode           = hsb_clk_mode,
++      .get_rate       = hsb_clk_get_rate,
++      .users          = 1,
++};
++static struct clk hramc_clk = {
++      .name           = "hramc",
++      .parent         = &hsb_clk,
++      .mode           = hsb_clk_mode,
++      .get_rate       = hsb_clk_get_rate,
++      .users          = 1,
++      .index          = 3,
++};
++
++static struct resource smc0_resource[] = {
++      PBMEM(0xfff03400),
++};
++DEFINE_DEV(smc, 0);
++DEV_CLK(pclk, smc0, pbb, 13);
++DEV_CLK(mck, smc0, hsb, 0);
++
++static struct platform_device pdc_device = {
++      .name           = "pdc",
++      .id             = 0,
++};
++DEV_CLK(hclk, pdc, hsb, 4);
++DEV_CLK(pclk, pdc, pba, 16);
++
++static struct clk pico_clk = {
++      .name           = "pico",
++      .parent         = &cpu_clk,
++      .mode           = cpu_clk_mode,
++      .get_rate       = cpu_clk_get_rate,
++      .users          = 1,
++};
++
++static struct resource dmaca0_resource[] = {
++      {
++              .start  = 0xff200000,
++              .end    = 0xff20ffff,
++              .flags  = IORESOURCE_MEM,
++      },
++      IRQ(2),
++};
++DEFINE_DEV(dmaca, 0);
++DEV_CLK(hclk, dmaca0, hsb, 10);
++
++/* --------------------------------------------------------------------
++ * HMATRIX
++ * -------------------------------------------------------------------- */
++
++static struct clk hmatrix_clk = {
++      .name           = "hmatrix_clk",
++      .parent         = &pbb_clk,
++      .mode           = pbb_clk_mode,
++      .get_rate       = pbb_clk_get_rate,
++      .index          = 2,
++      .users          = 1,
++};
++#define HMATRIX_BASE  ((void __iomem *)0xfff00800)
++
++#define hmatrix_readl(reg)                                    \
++      __raw_readl((HMATRIX_BASE) + HMATRIX_##reg)
++#define hmatrix_writel(reg,value)                             \
++      __raw_writel((value), (HMATRIX_BASE) + HMATRIX_##reg)
++
++/*
++ * Set bits in the HMATRIX Special Function Register (SFR) used by the
++ * External Bus Interface (EBI). This can be used to enable special
++ * features like CompactFlash support, NAND Flash support, etc. on
++ * certain chipselects.
++ */
++static inline void set_ebi_sfr_bits(u32 mask)
++{
++      u32 sfr;
++
++      clk_enable(&hmatrix_clk);
++      sfr = hmatrix_readl(SFR4);
++      sfr |= mask;
++      hmatrix_writel(SFR4, sfr);
++      clk_disable(&hmatrix_clk);
++}
++
++/* --------------------------------------------------------------------
++ *  Timer/Counter (TC)
++ * -------------------------------------------------------------------- */
++
++static struct resource at32_tcb0_resource[] = {
++      PBMEM(0xfff00c00),
++      IRQ(22),
++};
++static struct platform_device at32_tcb0_device = {
++      .name           = "atmel_tcb",
++      .id             = 0,
++      .resource       = at32_tcb0_resource,
++      .num_resources  = ARRAY_SIZE(at32_tcb0_resource),
++};
++DEV_CLK(t0_clk, at32_tcb0, pbb, 3);
++
++static struct resource at32_tcb1_resource[] = {
++      PBMEM(0xfff01000),
++      IRQ(23),
++};
++static struct platform_device at32_tcb1_device = {
++      .name           = "atmel_tcb",
++      .id             = 1,
++      .resource       = at32_tcb1_resource,
++      .num_resources  = ARRAY_SIZE(at32_tcb1_resource),
++};
++DEV_CLK(t0_clk, at32_tcb1, pbb, 4);
++
++/* --------------------------------------------------------------------
++ *  PIO
++ * -------------------------------------------------------------------- */
++
++static struct resource pio0_resource[] = {
++      PBMEM(0xffe02800),
++      IRQ(13),
++};
++DEFINE_DEV(pio, 0);
++DEV_CLK(mck, pio0, pba, 10);
++
++static struct resource pio1_resource[] = {
++      PBMEM(0xffe02c00),
++      IRQ(14),
++};
++DEFINE_DEV(pio, 1);
++DEV_CLK(mck, pio1, pba, 11);
++
++static struct resource pio2_resource[] = {
++      PBMEM(0xffe03000),
++      IRQ(15),
++};
++DEFINE_DEV(pio, 2);
++DEV_CLK(mck, pio2, pba, 12);
++
++static struct resource pio3_resource[] = {
++      PBMEM(0xffe03400),
++      IRQ(16),
++};
++DEFINE_DEV(pio, 3);
++DEV_CLK(mck, pio3, pba, 13);
++
++static struct resource pio4_resource[] = {
++      PBMEM(0xffe03800),
++      IRQ(17),
++};
++DEFINE_DEV(pio, 4);
++DEV_CLK(mck, pio4, pba, 14);
++
++void __init at32_add_system_devices(void)
++{
++      platform_device_register(&at32_pm0_device);
++      platform_device_register(&at32_intc0_device);
++      platform_device_register(&at32ap700x_rtc0_device);
++      platform_device_register(&at32_wdt0_device);
++      platform_device_register(&at32_eic0_device);
++      platform_device_register(&smc0_device);
++      platform_device_register(&pdc_device);
++      platform_device_register(&dmaca0_device);
++
++      platform_device_register(&at32_tcb0_device);
++      platform_device_register(&at32_tcb1_device);
++
++      platform_device_register(&pio0_device);
++      platform_device_register(&pio1_device);
++      platform_device_register(&pio2_device);
++      platform_device_register(&pio3_device);
++      platform_device_register(&pio4_device);
++}
++
++/* --------------------------------------------------------------------
++ *  PSIF
++ * -------------------------------------------------------------------- */
++static struct resource atmel_psif0_resource[] __initdata = {
++      {
++              .start  = 0xffe03c00,
++              .end    = 0xffe03cff,
 +              .flags  = IORESOURCE_MEM,
 +      },
-+      IRQ(20),
- };
--struct platform_device at32_sm_device = {
--      .name           = "sm",
--      .id             = 0,
--      .resource       = sm_resource,
--      .num_resources  = ARRAY_SIZE(sm_resource),
++      IRQ(18),
++};
++static struct clk atmel_psif0_pclk = {
++      .name           = "pclk",
++      .parent         = &pba_clk,
++      .mode           = pba_clk_mode,
++      .get_rate       = pba_clk_get_rate,
++      .index          = 15,
++};
 +
-+static struct resource at32ap700x_rtc0_resource[] = {
++static struct resource atmel_psif1_resource[] __initdata = {
 +      {
-+              .start  = 0xfff00080,
-+              .end    = 0xfff000af,
++              .start  = 0xffe03d00,
++              .end    = 0xffe03dff,
 +              .flags  = IORESOURCE_MEM,
 +      },
-+      IRQ(21),
++      IRQ(18),
++};
++static struct clk atmel_psif1_pclk = {
++      .name           = "pclk",
++      .parent         = &pba_clk,
++      .mode           = pba_clk_mode,
++      .get_rate       = pba_clk_get_rate,
++      .index          = 15,
++};
++
++struct platform_device *__init at32_add_device_psif(unsigned int id)
++{
++      struct platform_device *pdev;
++
++      if (!(id == 0 || id == 1))
++              return NULL;
++
++      pdev = platform_device_alloc("atmel_psif", id);
++      if (!pdev)
++              return NULL;
++
++      switch (id) {
++      case 0:
++              if (platform_device_add_resources(pdev, atmel_psif0_resource,
++                                      ARRAY_SIZE(atmel_psif0_resource)))
++                      goto err_add_resources;
++              atmel_psif0_pclk.dev = &pdev->dev;
++              select_peripheral(PA(8), PERIPH_A, 0); /* CLOCK */
++              select_peripheral(PA(9), PERIPH_A, 0); /* DATA  */
++              break;
++      case 1:
++              if (platform_device_add_resources(pdev, atmel_psif1_resource,
++                                      ARRAY_SIZE(atmel_psif1_resource)))
++                      goto err_add_resources;
++              atmel_psif1_pclk.dev = &pdev->dev;
++              select_peripheral(PB(11), PERIPH_A, 0); /* CLOCK */
++              select_peripheral(PB(12), PERIPH_A, 0); /* DATA  */
++              break;
++      default:
++              return NULL;
++      }
++
++      platform_device_add(pdev);
++      return pdev;
++
++err_add_resources:
++      platform_device_put(pdev);
++      return NULL;
++}
++
++/* --------------------------------------------------------------------
++ *  USART
++ * -------------------------------------------------------------------- */
++
++static struct atmel_uart_data atmel_usart0_data = {
++      .use_dma_tx     = 1,
++      .use_dma_rx     = 1,
++};
++static struct resource atmel_usart0_resource[] = {
++      PBMEM(0xffe00c00),
++      IRQ(6),
++};
++DEFINE_DEV_DATA(atmel_usart, 0);
++DEV_CLK(usart, atmel_usart0, pba, 3);
++
++static struct atmel_uart_data atmel_usart1_data = {
++      .use_dma_tx     = 1,
++      .use_dma_rx     = 1,
++};
++static struct resource atmel_usart1_resource[] = {
++      PBMEM(0xffe01000),
++      IRQ(7),
++};
++DEFINE_DEV_DATA(atmel_usart, 1);
++DEV_CLK(usart, atmel_usart1, pba, 4);
++
++static struct atmel_uart_data atmel_usart2_data = {
++      .use_dma_tx     = 1,
++      .use_dma_rx     = 1,
++};
++static struct resource atmel_usart2_resource[] = {
++      PBMEM(0xffe01400),
++      IRQ(8),
++};
++DEFINE_DEV_DATA(atmel_usart, 2);
++DEV_CLK(usart, atmel_usart2, pba, 5);
++
++static struct atmel_uart_data atmel_usart3_data = {
++      .use_dma_tx     = 1,
++      .use_dma_rx     = 1,
++};
++static struct resource atmel_usart3_resource[] = {
++      PBMEM(0xffe01800),
++      IRQ(9),
++};
++DEFINE_DEV_DATA(atmel_usart, 3);
++DEV_CLK(usart, atmel_usart3, pba, 6);
++
++static inline void configure_usart0_pins(void)
++{
++      select_peripheral(PA(8),  PERIPH_B, 0); /* RXD  */
++      select_peripheral(PA(9),  PERIPH_B, 0); /* TXD  */
++}
++
++static inline void configure_usart1_pins(void)
++{
++      select_peripheral(PA(17), PERIPH_A, 0); /* RXD  */
++      select_peripheral(PA(18), PERIPH_A, 0); /* TXD  */
++}
++
++static inline void configure_usart2_pins(void)
++{
++      select_peripheral(PB(26), PERIPH_B, 0); /* RXD  */
++      select_peripheral(PB(27), PERIPH_B, 0); /* TXD  */
++}
++
++static inline void configure_usart3_pins(void)
++{
++      select_peripheral(PB(18), PERIPH_B, 0); /* RXD  */
++      select_peripheral(PB(17), PERIPH_B, 0); /* TXD  */
++}
++
++static struct platform_device *__initdata at32_usarts[4];
++
++void __init at32_map_usart(unsigned int hw_id, unsigned int line)
++{
++      struct platform_device *pdev;
++
++      switch (hw_id) {
++      case 0:
++              pdev = &atmel_usart0_device;
++              configure_usart0_pins();
++              break;
++      case 1:
++              pdev = &atmel_usart1_device;
++              configure_usart1_pins();
++              break;
++      case 2:
++              pdev = &atmel_usart2_device;
++              configure_usart2_pins();
++              break;
++      case 3:
++              pdev = &atmel_usart3_device;
++              configure_usart3_pins();
++              break;
++      default:
++              return;
++      }
++
++      if (PXSEG(pdev->resource[0].start) == P4SEG) {
++              /* Addresses in the P4 segment are permanently mapped 1:1 */
++              struct atmel_uart_data *data = pdev->dev.platform_data;
++              data->regs = (void __iomem *)pdev->resource[0].start;
++      }
++
++      pdev->id = line;
++      at32_usarts[line] = pdev;
++}
++
++struct platform_device *__init at32_add_device_usart(unsigned int id)
++{
++      platform_device_register(at32_usarts[id]);
++      return at32_usarts[id];
++}
++
++struct platform_device *atmel_default_console_device;
++
++void __init at32_setup_serial_console(unsigned int usart_id)
++{
++      atmel_default_console_device = at32_usarts[usart_id];
++}
++
++/* --------------------------------------------------------------------
++ *  Ethernet
++ * -------------------------------------------------------------------- */
++
++#ifdef CONFIG_CPU_AT32AP7000
++static struct eth_platform_data macb0_data;
++static struct resource macb0_resource[] = {
++      PBMEM(0xfff01800),
++      IRQ(25),
++};
++DEFINE_DEV_DATA(macb, 0);
++DEV_CLK(hclk, macb0, hsb, 8);
++DEV_CLK(pclk, macb0, pbb, 6);
++
++static struct eth_platform_data macb1_data;
++static struct resource macb1_resource[] = {
++      PBMEM(0xfff01c00),
++      IRQ(26),
++};
++DEFINE_DEV_DATA(macb, 1);
++DEV_CLK(hclk, macb1, hsb, 9);
++DEV_CLK(pclk, macb1, pbb, 7);
++
++struct platform_device *__init
++at32_add_device_eth(unsigned int id, struct eth_platform_data *data)
++{
++      struct platform_device *pdev;
++
++      switch (id) {
++      case 0:
++              pdev = &macb0_device;
++
++              select_peripheral(PC(3),  PERIPH_A, 0); /* TXD0 */
++              select_peripheral(PC(4),  PERIPH_A, 0); /* TXD1 */
++              select_peripheral(PC(7),  PERIPH_A, 0); /* TXEN */
++              select_peripheral(PC(8),  PERIPH_A, 0); /* TXCK */
++              select_peripheral(PC(9),  PERIPH_A, 0); /* RXD0 */
++              select_peripheral(PC(10), PERIPH_A, 0); /* RXD1 */
++              select_peripheral(PC(13), PERIPH_A, 0); /* RXER */
++              select_peripheral(PC(15), PERIPH_A, 0); /* RXDV */
++              select_peripheral(PC(16), PERIPH_A, 0); /* MDC  */
++              select_peripheral(PC(17), PERIPH_A, 0); /* MDIO */
++
++              if (!data->is_rmii) {
++                      select_peripheral(PC(0),  PERIPH_A, 0); /* COL  */
++                      select_peripheral(PC(1),  PERIPH_A, 0); /* CRS  */
++                      select_peripheral(PC(2),  PERIPH_A, 0); /* TXER */
++                      select_peripheral(PC(5),  PERIPH_A, 0); /* TXD2 */
++                      select_peripheral(PC(6),  PERIPH_A, 0); /* TXD3 */
++                      select_peripheral(PC(11), PERIPH_A, 0); /* RXD2 */
++                      select_peripheral(PC(12), PERIPH_A, 0); /* RXD3 */
++                      select_peripheral(PC(14), PERIPH_A, 0); /* RXCK */
++                      select_peripheral(PC(18), PERIPH_A, 0); /* SPD  */
++              }
++              break;
++
++      case 1:
++              pdev = &macb1_device;
++
++              select_peripheral(PD(13), PERIPH_B, 0);         /* TXD0 */
++              select_peripheral(PD(14), PERIPH_B, 0);         /* TXD1 */
++              select_peripheral(PD(11), PERIPH_B, 0);         /* TXEN */
++              select_peripheral(PD(12), PERIPH_B, 0);         /* TXCK */
++              select_peripheral(PD(10), PERIPH_B, 0);         /* RXD0 */
++              select_peripheral(PD(6),  PERIPH_B, 0);         /* RXD1 */
++              select_peripheral(PD(5),  PERIPH_B, 0);         /* RXER */
++              select_peripheral(PD(4),  PERIPH_B, 0);         /* RXDV */
++              select_peripheral(PD(3),  PERIPH_B, 0);         /* MDC  */
++              select_peripheral(PD(2),  PERIPH_B, 0);         /* MDIO */
++
++              if (!data->is_rmii) {
++                      select_peripheral(PC(19), PERIPH_B, 0); /* COL  */
++                      select_peripheral(PC(23), PERIPH_B, 0); /* CRS  */
++                      select_peripheral(PC(26), PERIPH_B, 0); /* TXER */
++                      select_peripheral(PC(27), PERIPH_B, 0); /* TXD2 */
++                      select_peripheral(PC(28), PERIPH_B, 0); /* TXD3 */
++                      select_peripheral(PC(29), PERIPH_B, 0); /* RXD2 */
++                      select_peripheral(PC(30), PERIPH_B, 0); /* RXD3 */
++                      select_peripheral(PC(24), PERIPH_B, 0); /* RXCK */
++                      select_peripheral(PD(15), PERIPH_B, 0); /* SPD  */
++              }
++              break;
++
++      default:
++              return NULL;
++      }
++
++      memcpy(pdev->dev.platform_data, data, sizeof(struct eth_platform_data));
++      platform_device_register(pdev);
++
++      return pdev;
++}
++#endif
++
++/* --------------------------------------------------------------------
++ *  SPI
++ * -------------------------------------------------------------------- */
++static struct resource atmel_spi0_resource[] = {
++      PBMEM(0xffe00000),
++      IRQ(3),
++};
++DEFINE_DEV(atmel_spi, 0);
++DEV_CLK(spi_clk, atmel_spi0, pba, 0);
++
++static struct resource atmel_spi1_resource[] = {
++      PBMEM(0xffe00400),
++      IRQ(4),
++};
++DEFINE_DEV(atmel_spi, 1);
++DEV_CLK(spi_clk, atmel_spi1, pba, 1);
++
++static void __init
++at32_spi_setup_slaves(unsigned int bus_num, struct spi_board_info *b,
++                    unsigned int n, const u8 *pins)
++{
++      unsigned int pin, mode;
++
++      for (; n; n--, b++) {
++              b->bus_num = bus_num;
++              if (b->chip_select >= 4)
++                      continue;
++              pin = (unsigned)b->controller_data;
++              if (!pin) {
++                      pin = pins[b->chip_select];
++                      b->controller_data = (void *)pin;
++              }
++              mode = AT32_GPIOF_OUTPUT;
++              if (!(b->mode & SPI_CS_HIGH))
++                      mode |= AT32_GPIOF_HIGH;
++              at32_select_gpio(pin, mode);
++      }
++}
++
++struct platform_device *__init
++at32_add_device_spi(unsigned int id, struct spi_board_info *b, unsigned int n)
++{
++      /*
++       * Manage the chipselects as GPIOs, normally using the same pins
++       * the SPI controller expects; but boards can use other pins.
++       */
++      static u8 __initdata spi0_pins[] =
++              { GPIO_PIN_PA(3), GPIO_PIN_PA(4),
++                GPIO_PIN_PA(5), GPIO_PIN_PA(20), };
++      static u8 __initdata spi1_pins[] =
++              { GPIO_PIN_PB(2), GPIO_PIN_PB(3),
++                GPIO_PIN_PB(4), GPIO_PIN_PA(27), };
++      struct platform_device *pdev;
++
++      switch (id) {
++      case 0:
++              pdev = &atmel_spi0_device;
++              select_peripheral(PA(0),  PERIPH_A, 0); /* MISO  */
++              select_peripheral(PA(1),  PERIPH_A, 0); /* MOSI  */
++              select_peripheral(PA(2),  PERIPH_A, 0); /* SCK   */
++              at32_spi_setup_slaves(0, b, n, spi0_pins);
++              break;
++
++      case 1:
++              pdev = &atmel_spi1_device;
++              select_peripheral(PB(0),  PERIPH_B, 0); /* MISO  */
++              select_peripheral(PB(1),  PERIPH_B, 0); /* MOSI  */
++              select_peripheral(PB(5),  PERIPH_B, 0); /* SCK   */
++              at32_spi_setup_slaves(1, b, n, spi1_pins);
++              break;
++
++      default:
++              return NULL;
++      }
++
++      spi_register_board_info(b, n);
++      platform_device_register(pdev);
++      return pdev;
++}
++
++/* --------------------------------------------------------------------
++ *  TWI
++ * -------------------------------------------------------------------- */
++static struct resource atmel_twi0_resource[] __initdata = {
++      PBMEM(0xffe00800),
++      IRQ(5),
++};
++static struct clk atmel_twi0_pclk = {
++      .name           = "twi_pclk",
++      .parent         = &pba_clk,
++      .mode           = pba_clk_mode,
++      .get_rate       = pba_clk_get_rate,
++      .index          = 2,
++};
++
++struct platform_device *__init at32_add_device_twi(unsigned int id,
++                                                  struct i2c_board_info *b,
++                                                  unsigned int n)
++{
++      struct platform_device *pdev;
++
++      if (id != 0)
++              return NULL;
++
++      pdev = platform_device_alloc("atmel_twi", id);
++      if (!pdev)
++              return NULL;
++
++      if (platform_device_add_resources(pdev, atmel_twi0_resource,
++                              ARRAY_SIZE(atmel_twi0_resource)))
++              goto err_add_resources;
++
++      select_peripheral(PA(6),  PERIPH_A, 0); /* SDA  */
++      select_peripheral(PA(7),  PERIPH_A, 0); /* SDL  */
++
++      atmel_twi0_pclk.dev = &pdev->dev;
++
++      if (b)
++              i2c_register_board_info(id, b, n);
++
++      platform_device_add(pdev);
++      return pdev;
++
++err_add_resources:
++      platform_device_put(pdev);
++      return NULL;
++}
++
++/* --------------------------------------------------------------------
++ * MMC
++ * -------------------------------------------------------------------- */
++static struct resource atmel_mci0_resource[] __initdata = {
++      PBMEM(0xfff02400),
++      IRQ(28),
++};
++static struct clk atmel_mci0_pclk = {
++      .name           = "mci_clk",
++      .parent         = &pbb_clk,
++      .mode           = pbb_clk_mode,
++      .get_rate       = pbb_clk_get_rate,
++      .index          = 9,
 +};
 +
-+static struct resource at32_wdt0_resource[] = {
-+      {
-+              .start  = 0xfff000b0,
-+              .end    = 0xfff000bf,
-+              .flags  = IORESOURCE_MEM,
-+      },
-+};
++struct platform_device *__init
++at32_add_device_mci(unsigned int id, struct mci_platform_data *data)
++{
++      struct platform_device *pdev;
++
++      if (id != 0)
++              return NULL;
++
++      pdev = platform_device_alloc("atmel_mci", id);
++      if (!pdev)
++              goto fail;
++
++      if (platform_device_add_resources(pdev, atmel_mci0_resource,
++                              ARRAY_SIZE(atmel_mci0_resource)))
++              goto fail;
++
++      if (data && platform_device_add_data(pdev, data,
++                              sizeof(struct mci_platform_data)))
++              goto fail;
++
++      select_peripheral(PA(10), PERIPH_A, 0); /* CLK   */
++      select_peripheral(PA(11), PERIPH_A, 0); /* CMD   */
++      select_peripheral(PA(12), PERIPH_A, 0); /* DATA0 */
++      select_peripheral(PA(13), PERIPH_A, 0); /* DATA1 */
++      select_peripheral(PA(14), PERIPH_A, 0); /* DATA2 */
++      select_peripheral(PA(15), PERIPH_A, 0); /* DATA3 */
++
++      if (data) {
++              if (data->detect_pin != GPIO_PIN_NONE)
++                      at32_select_gpio(data->detect_pin, 0);
++              if (data->wp_pin != GPIO_PIN_NONE)
++                      at32_select_gpio(data->wp_pin, 0);
++      }
++
++      atmel_mci0_pclk.dev = &pdev->dev;
 +
-+static struct resource at32_eic0_resource[] = {
-+      {
-+              .start  = 0xfff00100,
-+              .end    = 0xfff0013f,
-+              .flags  = IORESOURCE_MEM,
-+      },
-+      IRQ(19),
- };
--static struct clk at32_sm_pclk = {
++      platform_device_add(pdev);
++      return pdev;
 +
-+DEFINE_DEV(at32_pm, 0);
-+DEFINE_DEV(at32ap700x_rtc, 0);
-+DEFINE_DEV(at32_wdt, 0);
-+DEFINE_DEV(at32_eic, 0);
++fail:
++      platform_device_put(pdev);
++      return NULL;
++}
 +
-+/*
-+ * Peripheral clock for PM, RTC, WDT and EIC. PM will ensure that this
-+ * is always running.
-+ */
-+static struct clk at32_pm_pclk = {
-       .name           = "pclk",
--      .dev            = &at32_sm_device.dev,
-+      .dev            = &at32_pm0_device.dev,
-       .parent         = &pbb_clk,
-       .mode           = pbb_clk_mode,
-       .get_rate       = pbb_clk_get_rate,
-@@ -491,6 +562,17 @@
-       .users          = 1,
- };
-+static struct resource dmaca0_resource[] = {
++/* --------------------------------------------------------------------
++ *  LCDC
++ * -------------------------------------------------------------------- */
++#if defined(CONFIG_CPU_AT32AP7000) || defined(CONFIG_CPU_AT32AP7002)
++static struct atmel_lcdfb_info atmel_lcdfb0_data;
++static struct resource atmel_lcdfb0_resource[] = {
 +      {
-+              .start  = 0xff200000,
-+              .end    = 0xff20ffff,
-+              .flags  = IORESOURCE_MEM,
++              .start          = 0xff000000,
++              .end            = 0xff000fff,
++              .flags          = IORESOURCE_MEM,
++      },
++      IRQ(1),
++      {
++              /* Placeholder for pre-allocated fb memory */
++              .start          = 0x00000000,
++              .end            = 0x00000000,
++              .flags          = 0,
 +      },
-+      IRQ(2),
 +};
-+DEFINE_DEV(dmaca, 0);
-+DEV_CLK(hclk, dmaca0, hsb, 10);
-+
- /* --------------------------------------------------------------------
-  * HMATRIX
-  * -------------------------------------------------------------------- */
-@@ -583,12 +665,14 @@
- void __init at32_add_system_devices(void)
- {
--      system_manager.eim_first_irq = EIM_IRQ_BASE;
--
--      platform_device_register(&at32_sm_device);
-+      platform_device_register(&at32_pm0_device);
-       platform_device_register(&at32_intc0_device);
-+      platform_device_register(&at32ap700x_rtc0_device);
-+      platform_device_register(&at32_wdt0_device);
-+      platform_device_register(&at32_eic0_device);
-       platform_device_register(&smc0_device);
-       platform_device_register(&pdc_device);
-+      platform_device_register(&dmaca0_device);
-       platform_device_register(&at32_systc0_device);
-@@ -894,6 +978,83 @@
- }
- /* --------------------------------------------------------------------
-+ *  TWI
-+ * -------------------------------------------------------------------- */
-+
-+static struct resource atmel_twi0_resource[] = {
-+      PBMEM(0xffe00800),
-+      IRQ(5),
++DEFINE_DEV_DATA(atmel_lcdfb, 0);
++DEV_CLK(hck1, atmel_lcdfb0, hsb, 7);
++static struct clk atmel_lcdfb0_pixclk = {
++      .name           = "lcdc_clk",
++      .dev            = &atmel_lcdfb0_device.dev,
++      .mode           = genclk_mode,
++      .get_rate       = genclk_get_rate,
++      .set_rate       = genclk_set_rate,
++      .set_parent     = genclk_set_parent,
++      .index          = 7,
 +};
-+DEFINE_DEV(atmel_twi, 0);
-+DEV_CLK(pclk,atmel_twi0,pba,2);
 +
 +struct platform_device *__init
-+at32_add_device_twi(unsigned int id)
++at32_add_device_lcdc(unsigned int id, struct atmel_lcdfb_info *data,
++                   unsigned long fbmem_start, unsigned long fbmem_len)
 +{
 +      struct platform_device *pdev;
++      struct atmel_lcdfb_info *info;
++      struct fb_monspecs *monspecs;
++      struct fb_videomode *modedb;
++      unsigned int modedb_size;
++
++      /*
++       * Do a deep copy of the fb data, monspecs and modedb. Make
++       * sure all allocations are done before setting up the
++       * portmux.
++       */
++      monspecs = kmemdup(data->default_monspecs,
++                         sizeof(struct fb_monspecs), GFP_KERNEL);
++      if (!monspecs)
++              return NULL;
++
++      modedb_size = sizeof(struct fb_videomode) * monspecs->modedb_len;
++      modedb = kmemdup(monspecs->modedb, modedb_size, GFP_KERNEL);
++      if (!modedb)
++              goto err_dup_modedb;
++      monspecs->modedb = modedb;
 +
 +      switch (id) {
 +      case 0:
-+              pdev = &atmel_twi0_device;
-+              select_peripheral(PA(6),  PERIPH_A, 0); /* SDA  */
-+              select_peripheral(PA(7),  PERIPH_A, 0); /* SCL  */
++              pdev = &atmel_lcdfb0_device;
++              select_peripheral(PC(19), PERIPH_A, 0); /* CC     */
++              select_peripheral(PC(20), PERIPH_A, 0); /* HSYNC  */
++              select_peripheral(PC(21), PERIPH_A, 0); /* PCLK   */
++              select_peripheral(PC(22), PERIPH_A, 0); /* VSYNC  */
++              select_peripheral(PC(23), PERIPH_A, 0); /* DVAL   */
++              select_peripheral(PC(24), PERIPH_A, 0); /* MODE   */
++              select_peripheral(PC(25), PERIPH_A, 0); /* PWR    */
++              select_peripheral(PC(26), PERIPH_A, 0); /* DATA0  */
++              select_peripheral(PC(27), PERIPH_A, 0); /* DATA1  */
++              select_peripheral(PC(28), PERIPH_A, 0); /* DATA2  */
++              select_peripheral(PC(29), PERIPH_A, 0); /* DATA3  */
++              select_peripheral(PC(30), PERIPH_A, 0); /* DATA4  */
++              select_peripheral(PC(31), PERIPH_A, 0); /* DATA5  */
++              select_peripheral(PD(0),  PERIPH_A, 0); /* DATA6  */
++              select_peripheral(PD(1),  PERIPH_A, 0); /* DATA7  */
++              select_peripheral(PD(2),  PERIPH_A, 0); /* DATA8  */
++              select_peripheral(PD(3),  PERIPH_A, 0); /* DATA9  */
++              select_peripheral(PD(4),  PERIPH_A, 0); /* DATA10 */
++              select_peripheral(PD(5),  PERIPH_A, 0); /* DATA11 */
++              select_peripheral(PD(6),  PERIPH_A, 0); /* DATA12 */
++              select_peripheral(PD(7),  PERIPH_A, 0); /* DATA13 */
++              select_peripheral(PD(8),  PERIPH_A, 0); /* DATA14 */
++              select_peripheral(PD(9),  PERIPH_A, 0); /* DATA15 */
++              select_peripheral(PD(10), PERIPH_A, 0); /* DATA16 */
++              select_peripheral(PD(11), PERIPH_A, 0); /* DATA17 */
++              select_peripheral(PD(12), PERIPH_A, 0); /* DATA18 */
++              select_peripheral(PD(13), PERIPH_A, 0); /* DATA19 */
++              select_peripheral(PD(14), PERIPH_A, 0); /* DATA20 */
++              select_peripheral(PD(15), PERIPH_A, 0); /* DATA21 */
++              select_peripheral(PD(16), PERIPH_A, 0); /* DATA22 */
++              select_peripheral(PD(17), PERIPH_A, 0); /* DATA23 */
++
++              clk_set_parent(&atmel_lcdfb0_pixclk, &pll0);
++              clk_set_rate(&atmel_lcdfb0_pixclk, clk_get_rate(&pll0));
 +              break;
 +
 +      default:
-+              return NULL;
++              goto err_invalid_id;
 +      }
 +
++      if (fbmem_len) {
++              pdev->resource[2].start = fbmem_start;
++              pdev->resource[2].end = fbmem_start + fbmem_len - 1;
++              pdev->resource[2].flags = IORESOURCE_MEM;
++      }
++
++      info = pdev->dev.platform_data;
++      memcpy(info, data, sizeof(struct atmel_lcdfb_info));
++      info->default_monspecs = monspecs;
++
 +      platform_device_register(pdev);
 +      return pdev;
++
++err_invalid_id:
++      kfree(modedb);
++err_dup_modedb:
++      kfree(monspecs);
++      return NULL;
 +}
++#endif
 +
 +/* --------------------------------------------------------------------
-+ * MMC
++ *  PWM
 + * -------------------------------------------------------------------- */
-+static struct mci_platform_data atmel_mci0_data = {
-+      .detect_pin     = GPIO_PIN_NONE,
-+      .wp_pin         = GPIO_PIN_NONE,
++static struct resource atmel_pwm0_resource[] __initdata = {
++      PBMEM(0xfff01400),
++      IRQ(24),
 +};
-+static struct resource atmel_mci0_resource[] = {
-+      PBMEM(0xfff02400),
-+      IRQ(28),
++static struct clk atmel_pwm0_mck = {
++      .name           = "mck",
++      .parent         = &pbb_clk,
++      .mode           = pbb_clk_mode,
++      .get_rate       = pbb_clk_get_rate,
++      .index          = 5,
++};
++
++struct platform_device *__init at32_add_device_pwm(u32 mask)
++{
++      struct platform_device *pdev;
++
++      if (!mask)
++              return NULL;
++
++      pdev = platform_device_alloc("atmel_pwm", 0);
++      if (!pdev)
++              return NULL;
++
++      if (platform_device_add_resources(pdev, atmel_pwm0_resource,
++                              ARRAY_SIZE(atmel_pwm0_resource)))
++              goto out_free_pdev;
++
++      if (platform_device_add_data(pdev, &mask, sizeof(mask)))
++              goto out_free_pdev;
++
++      if (mask & (1 << 0))
++              select_peripheral(PA(28), PERIPH_A, 0);
++      if (mask & (1 << 1))
++              select_peripheral(PA(29), PERIPH_A, 0);
++      if (mask & (1 << 2))
++              select_peripheral(PA(21), PERIPH_B, 0);
++      if (mask & (1 << 3))
++              select_peripheral(PA(22), PERIPH_B, 0);
++
++      atmel_pwm0_mck.dev = &pdev->dev;
++
++      platform_device_add(pdev);
++
++      return pdev;
++
++out_free_pdev:
++      platform_device_put(pdev);
++      return NULL;
++}
++
++/* --------------------------------------------------------------------
++ *  SSC
++ * -------------------------------------------------------------------- */
++static struct resource ssc0_resource[] = {
++      PBMEM(0xffe01c00),
++      IRQ(10),
++};
++DEFINE_DEV(ssc, 0);
++DEV_CLK(pclk, ssc0, pba, 7);
++
++static struct resource ssc1_resource[] = {
++      PBMEM(0xffe02000),
++      IRQ(11),
++};
++DEFINE_DEV(ssc, 1);
++DEV_CLK(pclk, ssc1, pba, 8);
++
++static struct resource ssc2_resource[] = {
++      PBMEM(0xffe02400),
++      IRQ(12),
 +};
-+DEFINE_DEV_DATA(atmel_mci, 0);
-+DEV_CLK(mci_clk, atmel_mci0, pbb, 9);
++DEFINE_DEV(ssc, 2);
++DEV_CLK(pclk, ssc2, pba, 9);
 +
 +struct platform_device *__init
-+at32_add_device_mci(unsigned int id, struct mci_platform_data *data)
++at32_add_device_ssc(unsigned int id, unsigned int flags)
 +{
 +      struct platform_device *pdev;
 +
 +      switch (id) {
 +      case 0:
-+              pdev = &atmel_mci0_device;
-+              select_peripheral(PA(10), PERIPH_A, 0); /* CLK   */
-+              select_peripheral(PA(11), PERIPH_A, 0); /* CMD   */
-+              select_peripheral(PA(12), PERIPH_A, 0); /* DATA0 */
-+              select_peripheral(PA(13), PERIPH_A, 0); /* DATA1 */
-+              select_peripheral(PA(14), PERIPH_A, 0); /* DATA2 */
-+              select_peripheral(PA(15), PERIPH_A, 0); /* DATA3 */
++              pdev = &ssc0_device;
++              if (flags & ATMEL_SSC_RF)
++                      select_peripheral(PA(21), PERIPH_A, 0); /* RF */
++              if (flags & ATMEL_SSC_RK)
++                      select_peripheral(PA(22), PERIPH_A, 0); /* RK */
++              if (flags & ATMEL_SSC_TK)
++                      select_peripheral(PA(23), PERIPH_A, 0); /* TK */
++              if (flags & ATMEL_SSC_TF)
++                      select_peripheral(PA(24), PERIPH_A, 0); /* TF */
++              if (flags & ATMEL_SSC_TD)
++                      select_peripheral(PA(25), PERIPH_A, 0); /* TD */
++              if (flags & ATMEL_SSC_RD)
++                      select_peripheral(PA(26), PERIPH_A, 0); /* RD */
++              break;
++      case 1:
++              pdev = &ssc1_device;
++              if (flags & ATMEL_SSC_RF)
++                      select_peripheral(PA(0), PERIPH_B, 0);  /* RF */
++              if (flags & ATMEL_SSC_RK)
++                      select_peripheral(PA(1), PERIPH_B, 0);  /* RK */
++              if (flags & ATMEL_SSC_TK)
++                      select_peripheral(PA(2), PERIPH_B, 0);  /* TK */
++              if (flags & ATMEL_SSC_TF)
++                      select_peripheral(PA(3), PERIPH_B, 0);  /* TF */
++              if (flags & ATMEL_SSC_TD)
++                      select_peripheral(PA(4), PERIPH_B, 0);  /* TD */
++              if (flags & ATMEL_SSC_RD)
++                      select_peripheral(PA(5), PERIPH_B, 0);  /* RD */
++              break;
++      case 2:
++              pdev = &ssc2_device;
++              if (flags & ATMEL_SSC_TD)
++                      select_peripheral(PB(13), PERIPH_A, 0); /* TD */
++              if (flags & ATMEL_SSC_RD)
++                      select_peripheral(PB(14), PERIPH_A, 0); /* RD */
++              if (flags & ATMEL_SSC_TK)
++                      select_peripheral(PB(15), PERIPH_A, 0); /* TK */
++              if (flags & ATMEL_SSC_TF)
++                      select_peripheral(PB(16), PERIPH_A, 0); /* TF */
++              if (flags & ATMEL_SSC_RF)
++                      select_peripheral(PB(17), PERIPH_A, 0); /* RF */
++              if (flags & ATMEL_SSC_RK)
++                      select_peripheral(PB(18), PERIPH_A, 0); /* RK */
 +              break;
 +      default:
 +              return NULL;
 +      }
 +
-+      if (data) {
-+              if (data->detect_pin != GPIO_PIN_NONE)
-+                      at32_select_gpio(data->detect_pin, 0);
-+              if (data->wp_pin != GPIO_PIN_NONE)
-+                      at32_select_gpio(data->wp_pin, 0);
-+              memcpy(pdev->dev.platform_data, data,
-+                     sizeof(struct mci_platform_data));
-+      }
-+
 +      platform_device_register(pdev);
 +      return pdev;
 +}
 +
 +/* --------------------------------------------------------------------
-  *  LCDC
-  * -------------------------------------------------------------------- */
- static struct atmel_lcdfb_info atmel_lcdfb0_data;
-@@ -1013,6 +1174,228 @@
- }
- /* --------------------------------------------------------------------
 + *  USB Device Controller
 + * -------------------------------------------------------------------- */
 +static struct resource usba0_resource[] __initdata = {
 +      {
-+              .name           = "fifo",
 +              .start          = 0xff300000,
 +              .end            = 0xff3fffff,
 +              .flags          = IORESOURCE_MEM,
 +      }, {
-+              .name           = "regs",
 +              .start          = 0xfff03000,
 +              .end            = 0xfff033ff,
 +              .flags          = IORESOURCE_MEM,
@@ -2721,9 +9969,39 @@ diff -x .git -Nur linux-2.6.22.1/arch/avr32/mach-at32ap/at32ap7000.c linux-avr32
 +      .index          = 6,
 +};
 +
++#define EP(nam, idx, maxpkt, maxbk, dma, isoc)                        \
++      [idx] = {                                               \
++              .name           = nam,                          \
++              .index          = idx,                          \
++              .fifo_size      = maxpkt,                       \
++              .nr_banks       = maxbk,                        \
++              .can_dma        = dma,                          \
++              .can_isoc       = isoc,                         \
++      }
++
++static struct usba_ep_data at32_usba_ep[] __initdata = {
++      EP("ep0",     0,   64, 1, 0, 0),
++      EP("ep1",     1,  512, 2, 1, 1),
++      EP("ep2",     2,  512, 2, 1, 1),
++      EP("ep3-int", 3,   64, 3, 1, 0),
++      EP("ep4-int", 4,   64, 3, 1, 0),
++      EP("ep5",     5, 1024, 3, 1, 1),
++      EP("ep6",     6, 1024, 3, 1, 1),
++};
++
++#undef EP
++
 +struct platform_device *__init
 +at32_add_device_usba(unsigned int id, struct usba_platform_data *data)
 +{
++      /*
++       * pdata doesn't have room for any endpoints, so we need to
++       * append room for the ones we need right after it.
++       */
++      struct {
++              struct usba_platform_data pdata;
++              struct usba_ep_data ep[7];
++      } usba_data;
 +      struct platform_device *pdev;
 +
 +      if (id != 0)
@@ -2737,13 +10015,20 @@ diff -x .git -Nur linux-2.6.22.1/arch/avr32/mach-at32ap/at32ap7000.c linux-avr32
 +                                        ARRAY_SIZE(usba0_resource)))
 +              goto out_free_pdev;
 +
-+      if (data) {
-+              if (platform_device_add_data(pdev, data, sizeof(*data)))
-+                      goto out_free_pdev;
++      if (data)
++              usba_data.pdata.vbus_pin = data->vbus_pin;
++      else
++              usba_data.pdata.vbus_pin = -EINVAL;
 +
-+              if (data->vbus_pin != GPIO_PIN_NONE)
-+                      at32_select_gpio(data->vbus_pin, 0);
-+      }
++      data = &usba_data.pdata;
++      data->num_ep = ARRAY_SIZE(at32_usba_ep);
++      memcpy(data->ep, at32_usba_ep, sizeof(at32_usba_ep));
++
++      if (platform_device_add_data(pdev, data, sizeof(usba_data)))
++              goto out_free_pdev;
++
++      if (data->vbus_pin >= 0)
++              at32_select_gpio(data->vbus_pin, 0);
 +
 +      usba0_pclk.dev = &pdev->dev;
 +      usba0_hclk.dev = &pdev->dev;
@@ -2758,2157 +10043,2661 @@ diff -x .git -Nur linux-2.6.22.1/arch/avr32/mach-at32ap/at32ap7000.c linux-avr32
 +}
 +
 +/* --------------------------------------------------------------------
-+ *  SSC
++ * IDE / CompactFlash
 + * -------------------------------------------------------------------- */
-+static struct resource ssc0_resource[] = {
-+      PBMEM(0xffe01c00),
-+      IRQ(10),
++#if defined(CONFIG_CPU_AT32AP7000) || defined(CONFIG_CPU_AT32AP7001)
++static struct resource at32_smc_cs4_resource[] __initdata = {
++      {
++              .start  = 0x04000000,
++              .end    = 0x07ffffff,
++              .flags  = IORESOURCE_MEM,
++      },
++      IRQ(~0UL), /* Magic IRQ will be overridden */
 +};
-+DEFINE_DEV(ssc, 0);
-+DEV_CLK(pclk, ssc0, pba, 7);
-+
-+static struct resource ssc1_resource[] = {
-+      PBMEM(0xffe02000),
-+      IRQ(11),
++static struct resource at32_smc_cs5_resource[] __initdata = {
++      {
++              .start  = 0x20000000,
++              .end    = 0x23ffffff,
++              .flags  = IORESOURCE_MEM,
++      },
++      IRQ(~0UL), /* Magic IRQ will be overridden */
 +};
-+DEFINE_DEV(ssc, 1);
-+DEV_CLK(pclk, ssc1, pba, 8);
 +
-+static struct resource ssc2_resource[] = {
-+      PBMEM(0xffe02400),
-+      IRQ(12),
-+};
-+DEFINE_DEV(ssc, 2);
-+DEV_CLK(pclk, ssc2, pba, 9);
++static int __init at32_init_ide_or_cf(struct platform_device *pdev,
++              unsigned int cs, unsigned int extint)
++{
++      static unsigned int extint_pin_map[4] __initdata = {
++              GPIO_PIN_PB(25),
++              GPIO_PIN_PB(26),
++              GPIO_PIN_PB(27),
++              GPIO_PIN_PB(28),
++      };
++      static bool common_pins_initialized __initdata = false;
++      unsigned int extint_pin;
++      int ret;
++
++      if (extint >= ARRAY_SIZE(extint_pin_map))
++              return -EINVAL;
++      extint_pin = extint_pin_map[extint];
++
++      switch (cs) {
++      case 4:
++              ret = platform_device_add_resources(pdev,
++                              at32_smc_cs4_resource,
++                              ARRAY_SIZE(at32_smc_cs4_resource));
++              if (ret)
++                      return ret;
++
++              select_peripheral(PE(21), PERIPH_A, 0); /* NCS4   -> OE_N  */
++              set_ebi_sfr_bits(HMATRIX_BIT(CS4A));
++              break;
++      case 5:
++              ret = platform_device_add_resources(pdev,
++                              at32_smc_cs5_resource,
++                              ARRAY_SIZE(at32_smc_cs5_resource));
++              if (ret)
++                      return ret;
++
++              select_peripheral(PE(22), PERIPH_A, 0); /* NCS5   -> OE_N  */
++              set_ebi_sfr_bits(HMATRIX_BIT(CS5A));
++              break;
++      default:
++              return -EINVAL;
++      }
++
++      if (!common_pins_initialized) {
++              select_peripheral(PE(19), PERIPH_A, 0); /* CFCE1  -> CS0_N */
++              select_peripheral(PE(20), PERIPH_A, 0); /* CFCE2  -> CS1_N */
++              select_peripheral(PE(23), PERIPH_A, 0); /* CFRNW  -> DIR   */
++              select_peripheral(PE(24), PERIPH_A, 0); /* NWAIT  <- IORDY */
++              common_pins_initialized = true;
++      }
++
++      at32_select_periph(extint_pin, GPIO_PERIPH_A, AT32_GPIOF_DEGLITCH);
++
++      pdev->resource[1].start = EIM_IRQ_BASE + extint;
++      pdev->resource[1].end = pdev->resource[1].start;
++
++      return 0;
++}
++
++struct platform_device *__init
++at32_add_device_ide(unsigned int id, unsigned int extint,
++                  struct ide_platform_data *data)
++{
++      struct platform_device *pdev;
++
++      pdev = platform_device_alloc("at32_ide", id);
++      if (!pdev)
++              goto fail;
++
++      if (platform_device_add_data(pdev, data,
++                              sizeof(struct ide_platform_data)))
++              goto fail;
++
++      if (at32_init_ide_or_cf(pdev, data->cs, extint))
++              goto fail;
++
++      platform_device_add(pdev);
++      return pdev;
++
++fail:
++      platform_device_put(pdev);
++      return NULL;
++}
 +
 +struct platform_device *__init
-+at32_add_device_ssc(unsigned int id, unsigned int flags)
++at32_add_device_cf(unsigned int id, unsigned int extint,
++                  struct cf_platform_data *data)
 +{
 +      struct platform_device *pdev;
 +
-+      switch (id) {
-+      case 0:
-+              pdev = &ssc0_device;
-+              if (flags & ATMEL_SSC_RF)
-+                      select_peripheral(PA(21), PERIPH_A, 0); /* RF */
-+              if (flags & ATMEL_SSC_RK)
-+                      select_peripheral(PA(22), PERIPH_A, 0); /* RK */
-+              if (flags & ATMEL_SSC_TK)
-+                      select_peripheral(PA(23), PERIPH_A, 0); /* TK */
-+              if (flags & ATMEL_SSC_TF)
-+                      select_peripheral(PA(24), PERIPH_A, 0); /* TF */
-+              if (flags & ATMEL_SSC_TD)
-+                      select_peripheral(PA(25), PERIPH_A, 0); /* TD */
-+              if (flags & ATMEL_SSC_RD)
-+                      select_peripheral(PA(26), PERIPH_A, 0); /* RD */
-+              break;
-+      case 1:
-+              pdev = &ssc1_device;
-+              if (flags & ATMEL_SSC_RF)
-+                      select_peripheral(PA(0), PERIPH_B, 0);  /* RF */
-+              if (flags & ATMEL_SSC_RK)
-+                      select_peripheral(PA(1), PERIPH_B, 0);  /* RK */
-+              if (flags & ATMEL_SSC_TK)
-+                      select_peripheral(PA(2), PERIPH_B, 0);  /* TK */
-+              if (flags & ATMEL_SSC_TF)
-+                      select_peripheral(PA(3), PERIPH_B, 0);  /* TF */
-+              if (flags & ATMEL_SSC_TD)
-+                      select_peripheral(PA(4), PERIPH_B, 0);  /* TD */
-+              if (flags & ATMEL_SSC_RD)
-+                      select_peripheral(PA(5), PERIPH_B, 0);  /* RD */
-+              break;
-+      case 2:
-+              pdev = &ssc2_device;
-+              if (flags & ATMEL_SSC_TD)
-+                      select_peripheral(PB(13), PERIPH_A, 0); /* TD */
-+              if (flags & ATMEL_SSC_RD)
-+                      select_peripheral(PB(14), PERIPH_A, 0); /* RD */
-+              if (flags & ATMEL_SSC_TK)
-+                      select_peripheral(PB(15), PERIPH_A, 0); /* TK */
-+              if (flags & ATMEL_SSC_TF)
-+                      select_peripheral(PB(16), PERIPH_A, 0); /* TF */
-+              if (flags & ATMEL_SSC_RF)
-+                      select_peripheral(PB(17), PERIPH_A, 0); /* RF */
-+              if (flags & ATMEL_SSC_RK)
-+                      select_peripheral(PB(18), PERIPH_A, 0); /* RK */
-+              break;
-+      default:
-+              return NULL;
-+      }
++      pdev = platform_device_alloc("at32_cf", id);
++      if (!pdev)
++              goto fail;
 +
-+      platform_device_register(pdev);
++      if (platform_device_add_data(pdev, data,
++                              sizeof(struct cf_platform_data)))
++              goto fail;
++
++      if (at32_init_ide_or_cf(pdev, data->cs, extint))
++              goto fail;
++
++      if (data->detect_pin != GPIO_PIN_NONE)
++              at32_select_gpio(data->detect_pin, AT32_GPIOF_DEGLITCH);
++      if (data->reset_pin != GPIO_PIN_NONE)
++              at32_select_gpio(data->reset_pin, 0);
++      if (data->vcc_pin != GPIO_PIN_NONE)
++              at32_select_gpio(data->vcc_pin, 0);
++      /* READY is used as extint, so we can't select it as gpio */
++
++      platform_device_add(pdev);
 +      return pdev;
++
++fail:
++      platform_device_put(pdev);
++      return NULL;
 +}
++#endif
 +
 +/* --------------------------------------------------------------------
-+ *  AC97C
++ * AC97C
 + * -------------------------------------------------------------------- */
-+static struct resource atmel_ac97c0_resource[] = {
++static struct resource atmel_ac97c0_resource[] __initdata = {
 +      PBMEM(0xfff02800),
 +      IRQ(29),
 +};
-+DEFINE_DEV(atmel_ac97c, 0);
-+DEV_CLK(pclk, atmel_ac97c0, pbb, 10);
++static struct clk atmel_ac97c0_pclk = {
++      .name           = "pclk",
++      .parent         = &pbb_clk,
++      .mode           = pbb_clk_mode,
++      .get_rate       = pbb_clk_get_rate,
++      .index          = 10,
++};
 +
-+struct platform_device *__init
-+at32_add_device_ac97c(unsigned int id)
++struct platform_device *__init at32_add_device_ac97c(unsigned int id)
 +{
 +      struct platform_device *pdev;
 +
-+      switch (id) {
-+      case 0:
-+              pdev = &atmel_ac97c0_device;
-+              select_peripheral(PB(20), PERIPH_B, 0); /* SYNC */
-+              select_peripheral(PB(21), PERIPH_B, 0); /* SDO  */
-+              select_peripheral(PB(22), PERIPH_B, 0); /* SDI  */
-+              select_peripheral(PB(23), PERIPH_B, 0); /* SCLK */
-+              break;
-+      default:
++      if (id != 0)
 +              return NULL;
-+      }
 +
-+      platform_device_register(pdev);
++      pdev = platform_device_alloc("atmel_ac97c", id);
++      if (!pdev)
++              return NULL;
++
++      if (platform_device_add_resources(pdev, atmel_ac97c0_resource,
++                              ARRAY_SIZE(atmel_ac97c0_resource)))
++              goto err_add_resources;
++
++      select_peripheral(PB(20), PERIPH_B, 0); /* SYNC */
++      select_peripheral(PB(21), PERIPH_B, 0); /* SDO  */
++      select_peripheral(PB(22), PERIPH_B, 0); /* SDI  */
++      select_peripheral(PB(23), PERIPH_B, 0); /* SCLK */
++
++      atmel_ac97c0_pclk.dev = &pdev->dev;
++
++      platform_device_add(pdev);
 +      return pdev;
++
++err_add_resources:
++      platform_device_put(pdev);
++      return NULL;
 +}
 +
 +/* --------------------------------------------------------------------
-+ *  DAC
++ * ABDAC
 + * -------------------------------------------------------------------- */
-+static struct resource abdac0_resource[] = {
++static struct resource abdac0_resource[] __initdata = {
 +      PBMEM(0xfff02000),
 +      IRQ(27),
 +};
-+DEFINE_DEV(abdac, 0);
-+DEV_CLK(pclk, abdac0, pbb, 8);
++static struct clk abdac0_pclk = {
++      .name           = "pclk",
++      .parent         = &pbb_clk,
++      .mode           = pbb_clk_mode,
++      .get_rate       = pbb_clk_get_rate,
++      .index          = 8,
++};
 +static struct clk abdac0_sample_clk = {
-+      .name           = "sample_clk",
-+      .dev            = &abdac0_device.dev,
-+      .mode           = genclk_mode,
-+      .get_rate       = genclk_get_rate,
-+      .set_rate       = genclk_set_rate,
-+      .set_parent     = genclk_set_parent,
-+      .index          = 6,
++      .name           = "sample_clk",
++      .mode           = genclk_mode,
++      .get_rate       = genclk_get_rate,
++      .set_rate       = genclk_set_rate,
++      .set_parent     = genclk_set_parent,
++      .index          = 6,
 +};
 +
-+struct platform_device *__init
-+at32_add_device_abdac(unsigned int id)
++struct platform_device *__init at32_add_device_abdac(unsigned int id)
 +{
 +      struct platform_device *pdev;
 +
-+      switch (id) {
-+      case 0:
-+              pdev = &abdac0_device;
-+              select_peripheral(PB(20), PERIPH_A, 0); /* DATA1        */
-+              select_peripheral(PB(21), PERIPH_A, 0); /* DATA0        */
-+              select_peripheral(PB(22), PERIPH_A, 0); /* DATAN1       */
-+              select_peripheral(PB(23), PERIPH_A, 0); /* DATAN0       */
-+              break;
-+      default:
++      if (id != 0)
 +              return NULL;
-+      }
 +
-+      platform_device_register(pdev);
++      pdev = platform_device_alloc("abdac", id);
++      if (!pdev)
++              return NULL;
++
++      if (platform_device_add_resources(pdev, abdac0_resource,
++                              ARRAY_SIZE(abdac0_resource)))
++              goto err_add_resources;
++
++      select_peripheral(PB(20), PERIPH_A, 0); /* DATA1        */
++      select_peripheral(PB(21), PERIPH_A, 0); /* DATA0        */
++      select_peripheral(PB(22), PERIPH_A, 0); /* DATAN1       */
++      select_peripheral(PB(23), PERIPH_A, 0); /* DATAN0       */
++
++      abdac0_pclk.dev = &pdev->dev;
++      abdac0_sample_clk.dev = &pdev->dev;
++
++      platform_device_add(pdev);
 +      return pdev;
++
++err_add_resources:
++      platform_device_put(pdev);
++      return NULL;
 +}
 +
 +/* --------------------------------------------------------------------
-  *  GCLK
-  * -------------------------------------------------------------------- */
- static struct clk gclk0 = {
-@@ -1066,7 +1449,7 @@
-       &hsb_clk,
-       &pba_clk,
-       &pbb_clk,
--      &at32_sm_pclk,
++ *  GCLK
++ * -------------------------------------------------------------------- */
++static struct clk gclk0 = {
++      .name           = "gclk0",
++      .mode           = genclk_mode,
++      .get_rate       = genclk_get_rate,
++      .set_rate       = genclk_set_rate,
++      .set_parent     = genclk_set_parent,
++      .index          = 0,
++};
++static struct clk gclk1 = {
++      .name           = "gclk1",
++      .mode           = genclk_mode,
++      .get_rate       = genclk_get_rate,
++      .set_rate       = genclk_set_rate,
++      .set_parent     = genclk_set_parent,
++      .index          = 1,
++};
++static struct clk gclk2 = {
++      .name           = "gclk2",
++      .mode           = genclk_mode,
++      .get_rate       = genclk_get_rate,
++      .set_rate       = genclk_set_rate,
++      .set_parent     = genclk_set_parent,
++      .index          = 2,
++};
++static struct clk gclk3 = {
++      .name           = "gclk3",
++      .mode           = genclk_mode,
++      .get_rate       = genclk_get_rate,
++      .set_rate       = genclk_set_rate,
++      .set_parent     = genclk_set_parent,
++      .index          = 3,
++};
++static struct clk gclk4 = {
++      .name           = "gclk4",
++      .mode           = genclk_mode,
++      .get_rate       = genclk_get_rate,
++      .set_rate       = genclk_set_rate,
++      .set_parent     = genclk_set_parent,
++      .index          = 4,
++};
++
++struct clk *at32_clock_list[] = {
++      &osc32k,
++      &osc0,
++      &osc1,
++      &pll0,
++      &pll1,
++      &cpu_clk,
++      &hsb_clk,
++      &pba_clk,
++      &pbb_clk,
 +      &at32_pm_pclk,
-       &at32_intc0_pclk,
-       &hmatrix_clk,
-       &ebi_clk,
-@@ -1075,6 +1458,7 @@
-       &smc0_mck,
-       &pdc_hclk,
-       &pdc_pclk,
++      &at32_intc0_pclk,
++      &hmatrix_clk,
++      &ebi_clk,
++      &hramc_clk,
++      &smc0_pclk,
++      &smc0_mck,
++      &pdc_hclk,
++      &pdc_pclk,
 +      &dmaca0_hclk,
-       &pico_clk,
-       &pio0_mck,
-       &pio1_mck,
-@@ -1092,8 +1476,18 @@
-       &macb1_pclk,
-       &atmel_spi0_spi_clk,
-       &atmel_spi1_spi_clk,
++      &pico_clk,
++      &pio0_mck,
++      &pio1_mck,
++      &pio2_mck,
++      &pio3_mck,
++      &pio4_mck,
++      &at32_tcb0_t0_clk,
++      &at32_tcb1_t0_clk,
++      &atmel_psif0_pclk,
++      &atmel_psif1_pclk,
++      &atmel_usart0_usart,
++      &atmel_usart1_usart,
++      &atmel_usart2_usart,
++      &atmel_usart3_usart,
++      &atmel_pwm0_mck,
++#if defined(CONFIG_CPU_AT32AP7000)
++      &macb0_hclk,
++      &macb0_pclk,
++      &macb1_hclk,
++      &macb1_pclk,
++#endif
++      &atmel_spi0_spi_clk,
++      &atmel_spi1_spi_clk,
 +      &atmel_twi0_pclk,
-+      &atmel_mci0_mci_clk,
-       &atmel_lcdfb0_hck1,
-       &atmel_lcdfb0_pixclk,
-+      &usba0_pclk,
-+      &usba0_hclk,
++      &atmel_mci0_pclk,
++#if defined(CONFIG_CPU_AT32AP7000) || defined(CONFIG_CPU_AT32AP7002)
++      &atmel_lcdfb0_hck1,
++      &atmel_lcdfb0_pixclk,
++#endif
 +      &ssc0_pclk,
 +      &ssc1_pclk,
 +      &ssc2_pclk,
++      &usba0_hclk,
++      &usba0_pclk,
 +      &atmel_ac97c0_pclk,
 +      &abdac0_pclk,
 +      &abdac0_sample_clk,
-       &gclk0,
-       &gclk1,
-       &gclk2,
-@@ -1113,18 +1507,20 @@
- void __init at32_clock_init(void)
- {
--      struct at32_sm *sm = &system_manager;
-       u32 cpu_mask = 0, hsb_mask = 0, pba_mask = 0, pbb_mask = 0;
-       int i;
--      if (sm_readl(sm, PM_MCCTRL) & SM_BIT(PLLSEL))
++      &gclk0,
++      &gclk1,
++      &gclk2,
++      &gclk3,
++      &gclk4,
++};
++unsigned int at32_nr_clocks = ARRAY_SIZE(at32_clock_list);
++
++void __init at32_portmux_init(void)
++{
++      at32_init_pio(&pio0_device);
++      at32_init_pio(&pio1_device);
++      at32_init_pio(&pio2_device);
++      at32_init_pio(&pio3_device);
++      at32_init_pio(&pio4_device);
++}
++
++void __init at32_clock_init(void)
++{
++      u32 cpu_mask = 0, hsb_mask = 0, pba_mask = 0, pbb_mask = 0;
++      int i;
++
 +      if (pm_readl(MCCTRL) & PM_BIT(PLLSEL)) {
-               main_clock = &pll0;
--      else
++              main_clock = &pll0;
 +              cpu_clk.parent = &pll0;
 +      } else {
-               main_clock = &osc0;
++              main_clock = &osc0;
 +              cpu_clk.parent = &osc0;
 +      }
--      if (sm_readl(sm, PM_PLL0) & SM_BIT(PLLOSC))
++
 +      if (pm_readl(PLL0) & PM_BIT(PLLOSC))
-               pll0.parent = &osc1;
--      if (sm_readl(sm, PM_PLL1) & SM_BIT(PLLOSC))
++              pll0.parent = &osc1;
 +      if (pm_readl(PLL1) & PM_BIT(PLLOSC))
-               pll1.parent = &osc1;
-       genclk_init_parent(&gclk0);
-@@ -1133,6 +1529,7 @@
-       genclk_init_parent(&gclk3);
-       genclk_init_parent(&gclk4);
-       genclk_init_parent(&atmel_lcdfb0_pixclk);
++              pll1.parent = &osc1;
++
++      genclk_init_parent(&gclk0);
++      genclk_init_parent(&gclk1);
++      genclk_init_parent(&gclk2);
++      genclk_init_parent(&gclk3);
++      genclk_init_parent(&gclk4);
++#if defined(CONFIG_CPU_AT32AP7000) || defined(CONFIG_CPU_AT32AP7002)
++      genclk_init_parent(&atmel_lcdfb0_pixclk);
++#endif
 +      genclk_init_parent(&abdac0_sample_clk);
-       /*
-        * Turn on all clocks that have at least one user already, and
-@@ -1157,8 +1554,8 @@
-                       pbb_mask |= 1 << clk->index;
-       }
--      sm_writel(sm, PM_CPU_MASK, cpu_mask);
--      sm_writel(sm, PM_HSB_MASK, hsb_mask);
--      sm_writel(sm, PM_PBA_MASK, pba_mask);
--      sm_writel(sm, PM_PBB_MASK, pbb_mask);
++
++      /*
++       * Turn on all clocks that have at least one user already, and
++       * turn off everything else. We only do this for module
++       * clocks, and even though it isn't particularly pretty to
++       * check the address of the mode function, it should do the
++       * trick...
++       */
++      for (i = 0; i < ARRAY_SIZE(at32_clock_list); i++) {
++              struct clk *clk = at32_clock_list[i];
++
++              if (clk->users == 0)
++                      continue;
++
++              if (clk->mode == &cpu_clk_mode)
++                      cpu_mask |= 1 << clk->index;
++              else if (clk->mode == &hsb_clk_mode)
++                      hsb_mask |= 1 << clk->index;
++              else if (clk->mode == &pba_clk_mode)
++                      pba_mask |= 1 << clk->index;
++              else if (clk->mode == &pbb_clk_mode)
++                      pbb_mask |= 1 << clk->index;
++      }
++
 +      pm_writel(CPU_MASK, cpu_mask);
 +      pm_writel(HSB_MASK, hsb_mask);
 +      pm_writel(PBA_MASK, pba_mask);
 +      pm_writel(PBB_MASK, pbb_mask);
- }
-diff -x .git -Nur linux-2.6.22.1/arch/avr32/mach-at32ap/at32ap.c linux-avr32.git/arch/avr32/mach-at32ap/at32ap.c
---- linux-2.6.22.1/arch/avr32/mach-at32ap/at32ap.c     2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/arch/avr32/mach-at32ap/at32ap.c    2007-07-12 13:59:49.000000000 +0200
-@@ -11,41 +11,10 @@
- #include <linux/init.h>
- #include <linux/platform_device.h>
--#include <asm/io.h>
--
- #include <asm/arch/init.h>
--#include <asm/arch/sm.h>
--
--struct at32_sm system_manager;
--
--static int __init at32_sm_init(void)
--{
--      struct resource *regs;
--      struct at32_sm *sm = &system_manager;
--      int ret = -ENXIO;
--
--      regs = platform_get_resource(&at32_sm_device, IORESOURCE_MEM, 0);
--      if (!regs)
--              goto fail;
--
--      spin_lock_init(&sm->lock);
--      sm->pdev = &at32_sm_device;
--
--      ret = -ENOMEM;
--      sm->regs = ioremap(regs->start, regs->end - regs->start + 1);
--      if (!sm->regs)
--              goto fail;
--
--      return 0;
++}
+diff -urN linux-2.6.24.3/arch/avr32/mach-at32ap/extint.c avr32-2.6/arch/avr32/mach-at32ap/extint.c
+--- linux-2.6.24.3/arch/avr32/mach-at32ap/extint.c     2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/arch/avr32/mach-at32ap/extint.c  2008-04-23 19:33:29.000000000 +0200
+@@ -26,16 +26,10 @@
+ #define EIC_MODE                              0x0014
+ #define EIC_EDGE                              0x0018
+ #define EIC_LEVEL                             0x001c
+-#define EIC_TEST                              0x0020
+ #define EIC_NMIC                              0x0024
+-/* Bitfields in TEST */
+-#define EIC_TESTEN_OFFSET                     31
+-#define EIC_TESTEN_SIZE                               1
 -
--fail:
--      printk(KERN_ERR "Failed to initialize System Manager: %d\n", ret);
--      return ret;
--}
+ /* Bitfields in NMIC */
+-#define EIC_EN_OFFSET                         0
+-#define EIC_EN_SIZE                           1
++#define EIC_NMIC_ENABLE                               (1 << 0)
+ /* Bit manipulation macros */
+ #define EIC_BIT(name)                                 \
+@@ -63,6 +57,9 @@
+       unsigned int first_irq;
+ };
  
- void __init setup_platform(void)
++static struct eic *nmi_eic;
++static bool nmi_enabled;
++
+ static void eic_ack_irq(unsigned int irq)
+ {
+       struct eic *eic = get_irq_chip_data(irq);
+@@ -133,8 +130,11 @@
+               eic_writel(eic, EDGE, edge);
+               eic_writel(eic, LEVEL, level);
+-              if (flow_type & (IRQ_TYPE_LEVEL_LOW | IRQ_TYPE_LEVEL_HIGH))
++              if (flow_type & (IRQ_TYPE_LEVEL_LOW | IRQ_TYPE_LEVEL_HIGH)) {
+                       flow_type |= IRQ_LEVEL;
++                      __set_irq_handler_unlocked(irq, handle_level_irq);
++              } else
++                      __set_irq_handler_unlocked(irq, handle_edge_irq);
+               desc->status &= ~(IRQ_TYPE_SENSE_MASK | IRQ_LEVEL);
+               desc->status |= flow_type;
+       }
+@@ -154,9 +154,8 @@
+ static void demux_eic_irq(unsigned int irq, struct irq_desc *desc)
  {
--      at32_sm_init();
-       at32_clock_init();
-       at32_portmux_init();
+       struct eic *eic = desc->handler_data;
+-      struct irq_desc *ext_desc;
+       unsigned long status, pending;
+-      unsigned int i, ext_irq;
++      unsigned int i;
+       status = eic_readl(eic, ISR);
+       pending = status & eic_readl(eic, IMR);
+@@ -165,15 +164,28 @@
+               i = fls(pending) - 1;
+               pending &= ~(1 << i);
+-              ext_irq = i + eic->first_irq;
+-              ext_desc = irq_desc + ext_irq;
+-              if (ext_desc->status & IRQ_LEVEL)
+-                      handle_level_irq(ext_irq, ext_desc);
+-              else
+-                      handle_edge_irq(ext_irq, ext_desc);
++              generic_handle_irq(i + eic->first_irq);
+       }
  }
-diff -x .git -Nur linux-2.6.22.1/arch/avr32/mach-at32ap/cpufreq.c linux-avr32.git/arch/avr32/mach-at32ap/cpufreq.c
---- linux-2.6.22.1/arch/avr32/mach-at32ap/cpufreq.c    1970-01-01 01:00:00.000000000 +0100
-+++ linux-avr32.git/arch/avr32/mach-at32ap/cpufreq.c   2007-07-12 13:59:49.000000000 +0200
-@@ -0,0 +1,112 @@
++int nmi_enable(void)
++{
++      nmi_enabled = true;
++
++      if (nmi_eic)
++              eic_writel(nmi_eic, NMIC, EIC_NMIC_ENABLE);
++
++      return 0;
++}
++
++void nmi_disable(void)
++{
++      if (nmi_eic)
++              eic_writel(nmi_eic, NMIC, 0);
++
++      nmi_enabled = false;
++}
++
+ static int __init eic_probe(struct platform_device *pdev)
+ {
+       struct eic *eic;
+@@ -214,14 +226,13 @@
+       pattern = eic_readl(eic, MODE);
+       nr_irqs = fls(pattern);
+-      /* Trigger on falling edge unless overridden by driver */
+-      eic_writel(eic, MODE, 0UL);
++      /* Trigger on low level unless overridden by driver */
+       eic_writel(eic, EDGE, 0UL);
++      eic_writel(eic, LEVEL, 0UL);
+       eic->chip = &eic_chip;
+       for (i = 0; i < nr_irqs; i++) {
+-              /* NOTE the handler we set here is ignored by the demux */
+               set_irq_chip_and_handler(eic->first_irq + i, &eic_chip,
+                                        handle_level_irq);
+               set_irq_chip_data(eic->first_irq + i, eic);
+@@ -230,6 +241,16 @@
+       set_irq_chained_handler(int_irq, demux_eic_irq);
+       set_irq_data(int_irq, eic);
++      if (pdev->id == 0) {
++              nmi_eic = eic;
++              if (nmi_enabled)
++                      /*
++                       * Someone tried to enable NMI before we were
++                       * ready. Do it now.
++                       */
++                      nmi_enable();
++      }
++
+       dev_info(&pdev->dev,
+                "External Interrupt Controller at 0x%p, IRQ %u\n",
+                eic->regs, int_irq);
+diff -urN linux-2.6.24.3/arch/avr32/mach-at32ap/gpio-dev.c avr32-2.6/arch/avr32/mach-at32ap/gpio-dev.c
+--- linux-2.6.24.3/arch/avr32/mach-at32ap/gpio-dev.c   1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/arch/avr32/mach-at32ap/gpio-dev.c        2008-04-23 19:33:29.000000000 +0200
+@@ -0,0 +1,573 @@
 +/*
-+ * Copyright (C) 2004-2007 Atmel Corporation
++ * GPIO /dev and configfs interface
 + *
-+ * Based on MIPS implementation arch/mips/kernel/time.c
-+ *   Copyright 2001 MontaVista Software Inc.
++ * Copyright (C) 2006-2007 Atmel Corporation
 + *
 + * This program is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License version 2 as
 + * published by the Free Software Foundation.
 + */
++#include <linux/kernel.h>
++#include <linux/configfs.h>
++#include <linux/cdev.h>
++#include <linux/device.h>
++#include <linux/fs.h>
++#include <linux/interrupt.h>
++#include <linux/module.h>
++#include <linux/poll.h>
++#include <linux/uaccess.h>
++#include <linux/wait.h>
++
++#include <asm/gpio.h>
++#include <asm/arch/portmux.h>
++
++#define GPIO_DEV_MAX                  8
++
++static struct class *gpio_dev_class;
++static dev_t gpio_devt;
++
++struct gpio_item {
++      spinlock_t lock;
++
++      int enabled;
++      int initialized;
++      int port;
++      u32 pin_mask;
++      u32 oe_mask;
++
++      /* Pin state last time we read it (for blocking reads) */
++      u32 pin_state;
++      int changed;
++
++      wait_queue_head_t change_wq;
++      struct fasync_struct *async_queue;
++
++      int id;
++      struct class_device *gpio_dev;
++      struct cdev char_dev;
++      struct config_item item;
++};
 +
-+/*#define DEBUG*/
++struct gpio_attribute {
++      struct configfs_attribute attr;
++      ssize_t (*show)(struct gpio_item *, char *);
++      ssize_t (*store)(struct gpio_item *, const char *, size_t);
++};
 +
-+#include <linux/kernel.h>
-+#include <linux/types.h>
-+#include <linux/init.h>
-+#include <linux/cpufreq.h>
-+#include <linux/io.h>
-+#include <linux/clk.h>
-+#include <linux/err.h>
-+#include <asm/system.h>
++static irqreturn_t gpio_dev_interrupt(int irq, void *dev_id)
++{
++      struct gpio_item *gpio = dev_id;
++      u32 old_state, new_state;
++
++      old_state = gpio->pin_state;
++      new_state = at32_gpio_get_value_multiple(gpio->port, gpio->pin_mask);
++      gpio->pin_state = new_state;
++
++      if (new_state != old_state) {
++              gpio->changed = 1;
++              wake_up_interruptible(&gpio->change_wq);
++
++              if (gpio->async_queue)
++                      kill_fasync(&gpio->async_queue, SIGIO, POLL_IN);
++      }
 +
-+static struct clk *cpuclk;
++      return IRQ_HANDLED;
++}
 +
-+static int at32_verify_speed(struct cpufreq_policy *policy)
++static int gpio_dev_open(struct inode *inode, struct file *file)
 +{
-+      if (policy->cpu != 0)
-+              return -EINVAL;
++      struct gpio_item *gpio = container_of(inode->i_cdev,
++                                            struct gpio_item,
++                                            char_dev);
++      unsigned int irq;
++      unsigned int i;
++      int ret;
++
++      nonseekable_open(inode, file);
++      config_item_get(&gpio->item);
++      file->private_data = gpio;
++
++      gpio->pin_state = at32_gpio_get_value_multiple(gpio->port,
++                                                     gpio->pin_mask);
++      gpio->changed = 1;
++
++      for (i = 0; i < 32; i++) {
++              if (gpio->pin_mask & (1 << i)) {
++                      irq = gpio_to_irq(32 * gpio->port + i);
++                      ret = request_irq(irq, gpio_dev_interrupt, 0,
++                                        "gpio-dev", gpio);
++                      if (ret)
++                              goto err_irq;
++              }
++      }
 +
-+      cpufreq_verify_within_limits(policy, policy->cpuinfo.min_freq,
-+                      policy->cpuinfo.max_freq);
 +      return 0;
++
++err_irq:
++      while (i--) {
++              if (gpio->pin_mask & (1 << i)) {
++                      irq = gpio_to_irq(32 * gpio->port + i);
++                      free_irq(irq, gpio);
++              }
++      }
++
++      config_item_put(&gpio->item);
++
++      return ret;
 +}
 +
-+static unsigned int at32_get_speed(unsigned int cpu)
++static int gpio_dev_fasync(int fd, struct file *file, int mode)
 +{
-+      /* No SMP support */
-+      if (cpu)
-+              return 0;
-+      return (unsigned int)((clk_get_rate(cpuclk) + 500) / 1000);
++      struct gpio_item *gpio = file->private_data;
++
++      return fasync_helper(fd, file, mode, &gpio->async_queue);
 +}
 +
-+static int at32_set_target(struct cpufreq_policy *policy,
-+                        unsigned int target_freq,
-+                        unsigned int relation)
++static int gpio_dev_release(struct inode *inode, struct file *file)
 +{
-+      struct cpufreq_freqs freqs;
-+      long freq;
++      struct gpio_item *gpio = file->private_data;
++      unsigned int irq;
++      unsigned int i;
 +
-+      /* Convert target_freq from kHz to Hz */
-+      freq = clk_round_rate(cpuclk, target_freq * 1000);
++      gpio_dev_fasync(-1, file, 0);
 +
-+      /* Check if policy->min <= new_freq <= policy->max */
-+      if(freq < (policy->min * 1000) || freq > (policy->max * 1000))
-+              return -EINVAL;
++      for (i = 0; i < 32; i++) {
++              if (gpio->pin_mask & (1 << i)) {
++                      irq = gpio_to_irq(32 * gpio->port + i);
++                      free_irq(irq, gpio);
++              }
++      }
 +
-+      pr_debug("cpufreq: requested frequency %u Hz\n", target_freq * 1000);
++      config_item_put(&gpio->item);
 +
-+      freqs.old = at32_get_speed(0);
-+      freqs.new = (freq + 500) / 1000;
-+      freqs.cpu = 0;
-+      freqs.flags = 0;
++      return 0;
++}
 +
-+      cpufreq_notify_transition(&freqs, CPUFREQ_PRECHANGE);
-+      clk_set_rate(cpuclk, freq);
-+      cpufreq_notify_transition(&freqs, CPUFREQ_POSTCHANGE);
++static unsigned int gpio_dev_poll(struct file *file, poll_table *wait)
++{
++      struct gpio_item *gpio = file->private_data;
++      unsigned int mask = 0;
 +
-+      pr_debug("cpufreq: set frequency %lu Hz\n", freq);
++      poll_wait(file, &gpio->change_wq, wait);
++      if (gpio->changed)
++              mask |= POLLIN | POLLRDNORM;
 +
-+      return 0;
++      return mask;
 +}
 +
-+static int __init at32_cpufreq_driver_init(struct cpufreq_policy *policy)
++static ssize_t gpio_dev_read(struct file *file, char __user *buf,
++                           size_t count, loff_t *offset)
 +{
-+      if (policy->cpu != 0)
-+              return -EINVAL;
++      struct gpio_item *gpio = file->private_data;
++      u32 value;
++
++      spin_lock_irq(&gpio->lock);
++      while (!gpio->changed) {
++              spin_unlock_irq(&gpio->lock);
++
++              if (file->f_flags & O_NONBLOCK)
++                      return -EAGAIN;
++
++              if (wait_event_interruptible(gpio->change_wq, gpio->changed))
++                      return -ERESTARTSYS;
 +
-+      cpuclk = clk_get(NULL, "cpu");
-+      if (IS_ERR(cpuclk)) {
-+              pr_debug("cpufreq: could not get CPU clk\n");
-+              return PTR_ERR(cpuclk);
++              spin_lock_irq(&gpio->lock);
 +      }
 +
-+      policy->cpuinfo.min_freq = (clk_round_rate(cpuclk, 1) + 500) / 1000;
-+      policy->cpuinfo.max_freq = (clk_round_rate(cpuclk, ~0UL) + 500) / 1000;
-+      policy->cpuinfo.transition_latency = 0;
-+      policy->cur = at32_get_speed(0);
-+      policy->min = policy->cpuinfo.min_freq;
-+      policy->max = policy->cpuinfo.max_freq;
-+      policy->governor = CPUFREQ_DEFAULT_GOVERNOR;
++      gpio->changed = 0;
++      value = at32_gpio_get_value_multiple(gpio->port, gpio->pin_mask);
 +
-+      printk("cpufreq: AT32AP CPU frequency driver\n");
++      spin_unlock_irq(&gpio->lock);
 +
-+      return 0;
++      count = min(count, (size_t)4);
++      if (copy_to_user(buf, &value, count))
++              return -EFAULT;
++
++      return count;
++}
++
++static ssize_t gpio_dev_write(struct file *file, const char __user *buf,
++                            size_t count, loff_t *offset)
++{
++      struct gpio_item *gpio = file->private_data;
++      u32 value = 0;
++      u32 mask = ~0UL;
++
++      count = min(count, (size_t)4);
++      if (copy_from_user(&value, buf, count))
++              return -EFAULT;
++
++      /* Assuming big endian */
++      mask <<= (4 - count) * 8;
++      mask &= gpio->pin_mask;
++
++      at32_gpio_set_value_multiple(gpio->port, value, mask);
++
++      return count;
 +}
 +
-+static struct cpufreq_driver at32_driver = {
-+      .name           = "at32ap",
++static struct file_operations gpio_dev_fops = {
 +      .owner          = THIS_MODULE,
-+      .init           = at32_cpufreq_driver_init,
-+      .verify         = at32_verify_speed,
-+      .target         = at32_set_target,
-+      .get            = at32_get_speed,
-+      .flags          = CPUFREQ_STICKY,
++      .llseek         = no_llseek,
++      .open           = gpio_dev_open,
++      .release        = gpio_dev_release,
++      .fasync         = gpio_dev_fasync,
++      .poll           = gpio_dev_poll,
++      .read           = gpio_dev_read,
++      .write          = gpio_dev_write,
 +};
 +
-+static int __init at32_cpufreq_init(void)
++static struct gpio_item *to_gpio_item(struct config_item *item)
 +{
-+      return cpufreq_register_driver(&at32_driver);
++      return item ? container_of(item, struct gpio_item, item) : NULL;
 +}
 +
-+arch_initcall(at32_cpufreq_init);
-diff -x .git -Nur linux-2.6.22.1/arch/avr32/mach-at32ap/extint.c linux-avr32.git/arch/avr32/mach-at32ap/extint.c
---- linux-2.6.22.1/arch/avr32/mach-at32ap/extint.c     2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/arch/avr32/mach-at32ap/extint.c    2007-07-12 13:59:49.000000000 +0200
-@@ -17,42 +17,83 @@
- #include <asm/io.h>
--#include <asm/arch/sm.h>
--
--#include "sm.h"
-+/* EIC register offsets */
-+#define EIC_IER                                       0x0000
-+#define EIC_IDR                                       0x0004
-+#define EIC_IMR                                       0x0008
-+#define EIC_ISR                                       0x000c
-+#define EIC_ICR                                       0x0010
-+#define EIC_MODE                              0x0014
-+#define EIC_EDGE                              0x0018
-+#define EIC_LEVEL                             0x001c
-+#define EIC_TEST                              0x0020
-+#define EIC_NMIC                              0x0024
-+
-+/* Bitfields in TEST */
-+#define EIC_TESTEN_OFFSET                     31
-+#define EIC_TESTEN_SIZE                               1
-+
-+/* Bitfields in NMIC */
-+#define EIC_EN_OFFSET                         0
-+#define EIC_EN_SIZE                           1
-+
-+/* Bit manipulation macros */
-+#define EIC_BIT(name)                                 \
-+      (1 << EIC_##name##_OFFSET)
-+#define EIC_BF(name,value)                            \
-+      (((value) & ((1 << EIC_##name##_SIZE) - 1))     \
-+       << EIC_##name##_OFFSET)
-+#define EIC_BFEXT(name,value)                         \
-+      (((value) >> EIC_##name##_OFFSET)               \
-+       & ((1 << EIC_##name##_SIZE) - 1))
-+#define EIC_BFINS(name,value,old)                     \
-+      (((old) & ~(((1 << EIC_##name##_SIZE) - 1)      \
-+                  << EIC_##name##_OFFSET))            \
-+       | EIC_BF(name,value))
-+
-+/* Register access macros */
-+#define eic_readl(port,reg)                           \
-+      __raw_readl((port)->regs + EIC_##reg)
-+#define eic_writel(port,reg,value)                    \
-+      __raw_writel((value), (port)->regs + EIC_##reg)
++static ssize_t gpio_show_gpio_id(struct gpio_item *gpio, char *page)
++{
++      return sprintf(page, "%d\n", gpio->port);
++}
 +
-+struct eic {
-+      void __iomem *regs;
-+      struct irq_chip *chip;
-+      unsigned int first_irq;
-+};
--static void eim_ack_irq(unsigned int irq)
-+static void eic_ack_irq(unsigned int irq)
- {
--      struct at32_sm *sm = get_irq_chip_data(irq);
--      sm_writel(sm, EIM_ICR, 1 << (irq - sm->eim_first_irq));
-+      struct eic *eic = get_irq_chip_data(irq);
-+      eic_writel(eic, ICR, 1 << (irq - eic->first_irq));
- }
--static void eim_mask_irq(unsigned int irq)
-+static void eic_mask_irq(unsigned int irq)
- {
--      struct at32_sm *sm = get_irq_chip_data(irq);
--      sm_writel(sm, EIM_IDR, 1 << (irq - sm->eim_first_irq));
-+      struct eic *eic = get_irq_chip_data(irq);
-+      eic_writel(eic, IDR, 1 << (irq - eic->first_irq));
- }
--static void eim_mask_ack_irq(unsigned int irq)
-+static void eic_mask_ack_irq(unsigned int irq)
- {
--      struct at32_sm *sm = get_irq_chip_data(irq);
--      sm_writel(sm, EIM_ICR, 1 << (irq - sm->eim_first_irq));
--      sm_writel(sm, EIM_IDR, 1 << (irq - sm->eim_first_irq));
-+      struct eic *eic = get_irq_chip_data(irq);
-+      eic_writel(eic, ICR, 1 << (irq - eic->first_irq));
-+      eic_writel(eic, IDR, 1 << (irq - eic->first_irq));
- }
--static void eim_unmask_irq(unsigned int irq)
-+static void eic_unmask_irq(unsigned int irq)
- {
--      struct at32_sm *sm = get_irq_chip_data(irq);
--      sm_writel(sm, EIM_IER, 1 << (irq - sm->eim_first_irq));
-+      struct eic *eic = get_irq_chip_data(irq);
-+      eic_writel(eic, IER, 1 << (irq - eic->first_irq));
- }
--static int eim_set_irq_type(unsigned int irq, unsigned int flow_type)
-+static int eic_set_irq_type(unsigned int irq, unsigned int flow_type)
- {
--      struct at32_sm *sm = get_irq_chip_data(irq);
-+      struct eic *eic = get_irq_chip_data(irq);
-       struct irq_desc *desc;
--      unsigned int i = irq - sm->eim_first_irq;
-+      unsigned int i = irq - eic->first_irq;
-       u32 mode, edge, level;
--      unsigned long flags;
-       int ret = 0;
-       flow_type &= IRQ_TYPE_SENSE_MASK;
-@@ -60,11 +101,10 @@
-               flow_type = IRQ_TYPE_LEVEL_LOW;
-       desc = &irq_desc[irq];
--      spin_lock_irqsave(&sm->lock, flags);
--      mode = sm_readl(sm, EIM_MODE);
--      edge = sm_readl(sm, EIM_EDGE);
--      level = sm_readl(sm, EIM_LEVEL);
-+      mode = eic_readl(eic, MODE);
-+      edge = eic_readl(eic, EDGE);
-+      level = eic_readl(eic, LEVEL);
-       switch (flow_type) {
-       case IRQ_TYPE_LEVEL_LOW:
-@@ -89,9 +129,9 @@
-       }
-       if (ret == 0) {
--              sm_writel(sm, EIM_MODE, mode);
--              sm_writel(sm, EIM_EDGE, edge);
--              sm_writel(sm, EIM_LEVEL, level);
-+              eic_writel(eic, MODE, mode);
-+              eic_writel(eic, EDGE, edge);
-+              eic_writel(eic, LEVEL, level);
-               if (flow_type & (IRQ_TYPE_LEVEL_LOW | IRQ_TYPE_LEVEL_HIGH))
-                       flow_type |= IRQ_LEVEL;
-@@ -99,35 +139,33 @@
-               desc->status |= flow_type;
-       }
--      spin_unlock_irqrestore(&sm->lock, flags);
--
-       return ret;
- }
--struct irq_chip eim_chip = {
--      .name           = "eim",
--      .ack            = eim_ack_irq,
--      .mask           = eim_mask_irq,
--      .mask_ack       = eim_mask_ack_irq,
--      .unmask         = eim_unmask_irq,
--      .set_type       = eim_set_irq_type,
-+struct irq_chip eic_chip = {
-+      .name           = "eic",
-+      .ack            = eic_ack_irq,
-+      .mask           = eic_mask_irq,
-+      .mask_ack       = eic_mask_ack_irq,
-+      .unmask         = eic_unmask_irq,
-+      .set_type       = eic_set_irq_type,
- };
--static void demux_eim_irq(unsigned int irq, struct irq_desc *desc)
-+static void demux_eic_irq(unsigned int irq, struct irq_desc *desc)
- {
--      struct at32_sm *sm = desc->handler_data;
-+      struct eic *eic = desc->handler_data;
-       struct irq_desc *ext_desc;
-       unsigned long status, pending;
-       unsigned int i, ext_irq;
--      status = sm_readl(sm, EIM_ISR);
--      pending = status & sm_readl(sm, EIM_IMR);
-+      status = eic_readl(eic, ISR);
-+      pending = status & eic_readl(eic, IMR);
-       while (pending) {
-               i = fls(pending) - 1;
-               pending &= ~(1 << i);
--              ext_irq = i + sm->eim_first_irq;
-+              ext_irq = i + eic->first_irq;
-               ext_desc = irq_desc + ext_irq;
-               if (ext_desc->status & IRQ_LEVEL)
-                       handle_level_irq(ext_irq, ext_desc);
-@@ -136,51 +174,85 @@
-       }
- }
--static int __init eim_init(void)
-+static int __init eic_probe(struct platform_device *pdev)
- {
--      struct at32_sm *sm = &system_manager;
-+      struct eic *eic;
-+      struct resource *regs;
-       unsigned int i;
-       unsigned int nr_irqs;
-       unsigned int int_irq;
-+      int ret;
-       u32 pattern;
--      /*
--       * The EIM is really the same module as SM, so register
--       * mapping, etc. has been taken care of already.
--       */
-+      regs = platform_get_resource(pdev, IORESOURCE_MEM, 0);
-+      int_irq = platform_get_irq(pdev, 0);
-+      if (!regs || !int_irq) {
-+              dev_dbg(&pdev->dev, "missing regs and/or irq resource\n");
-+              return -ENXIO;
-+      }
++static ssize_t gpio_store_gpio_id(struct gpio_item *gpio,
++                                const char *page, size_t count)
++{
++      unsigned long id;
++      char *p = (char *)page;
++      ssize_t ret = -EINVAL;
 +
-+      ret = -ENOMEM;
-+      eic = kzalloc(sizeof(struct eic), GFP_KERNEL);
-+      if (!eic) {
-+              dev_dbg(&pdev->dev, "no memory for eic structure\n");
-+              goto err_kzalloc;
-+      }
++      id = simple_strtoul(p, &p, 0);
++      if (!p || (*p && (*p != '\n')))
++              return -EINVAL;
 +
-+      eic->first_irq = EIM_IRQ_BASE + 32 * pdev->id;
-+      eic->regs = ioremap(regs->start, regs->end - regs->start + 1);
-+      if (!eic->regs) {
-+              dev_dbg(&pdev->dev, "failed to map regs\n");
-+              goto err_ioremap;
++      /* Switching PIO is not allowed when live... */
++      spin_lock(&gpio->lock);
++      if (!gpio->enabled) {
++              ret = -ENXIO;
++              if (at32_gpio_port_is_valid(id)) {
++                      gpio->port = id;
++                      ret = count;
++              }
 +      }
-       /*
-        * Find out how many interrupt lines that are actually
-        * implemented in hardware.
-        */
--      sm_writel(sm, EIM_IDR, ~0UL);
--      sm_writel(sm, EIM_MODE, ~0UL);
--      pattern = sm_readl(sm, EIM_MODE);
-+      eic_writel(eic, IDR, ~0UL);
-+      eic_writel(eic, MODE, ~0UL);
-+      pattern = eic_readl(eic, MODE);
-       nr_irqs = fls(pattern);
-       /* Trigger on falling edge unless overridden by driver */
--      sm_writel(sm, EIM_MODE, 0UL);
--      sm_writel(sm, EIM_EDGE, 0UL);
-+      eic_writel(eic, MODE, 0UL);
-+      eic_writel(eic, EDGE, 0UL);
--      sm->eim_chip = &eim_chip;
-+      eic->chip = &eic_chip;
-       for (i = 0; i < nr_irqs; i++) {
-               /* NOTE the handler we set here is ignored by the demux */
--              set_irq_chip_and_handler(sm->eim_first_irq + i, &eim_chip,
-+              set_irq_chip_and_handler(eic->first_irq + i, &eic_chip,
-                                        handle_level_irq);
--              set_irq_chip_data(sm->eim_first_irq + i, sm);
-+              set_irq_chip_data(eic->first_irq + i, eic);
-       }
--      int_irq = platform_get_irq_byname(sm->pdev, "eim");
--
--      set_irq_chained_handler(int_irq, demux_eim_irq);
--      set_irq_data(int_irq, sm);
-+      set_irq_chained_handler(int_irq, demux_eic_irq);
-+      set_irq_data(int_irq, eic);
--      printk("EIM: External Interrupt Module at 0x%p, IRQ %u\n",
--             sm->regs, int_irq);
--      printk("EIM: Handling %u external IRQs, starting with IRQ %u\n",
--             nr_irqs, sm->eim_first_irq);
-+      dev_info(&pdev->dev,
-+               "External Interrupt Controller at 0x%p, IRQ %u\n",
-+               eic->regs, int_irq);
-+      dev_info(&pdev->dev,
-+               "Handling %u external IRQs, starting with IRQ %u\n",
-+               nr_irqs, eic->first_irq);
-       return 0;
++      spin_unlock(&gpio->lock);
 +
-+err_ioremap:
-+      kfree(eic);
-+err_kzalloc:
 +      return ret;
 +}
 +
-+static struct platform_driver eic_driver = {
-+      .driver = {
-+              .name = "at32_eic",
-+      },
-+};
++static ssize_t gpio_show_pin_mask(struct gpio_item *gpio, char *page)
++{
++      return sprintf(page, "0x%08x\n", gpio->pin_mask);
++}
 +
-+static int __init eic_init(void)
++static ssize_t gpio_store_pin_mask(struct gpio_item *gpio,
++                                 const char *page, size_t count)
 +{
-+      return platform_driver_probe(&eic_driver, eic_probe);
- }
--arch_initcall(eim_init);
-+arch_initcall(eic_init);
-diff -x .git -Nur linux-2.6.22.1/arch/avr32/mach-at32ap/gpio-dev.c linux-avr32.git/arch/avr32/mach-at32ap/gpio-dev.c
---- linux-2.6.22.1/arch/avr32/mach-at32ap/gpio-dev.c   1970-01-01 01:00:00.000000000 +0100
-+++ linux-avr32.git/arch/avr32/mach-at32ap/gpio-dev.c  2007-07-12 13:59:49.000000000 +0200
-@@ -0,0 +1,570 @@
-+/*
-+ * GPIO /dev and configfs interface
-+ *
-+ * Copyright (C) 2006-2007 Atmel Corporation
-+ *
-+ * This program is free software; you can redistribute it and/or modify
-+ * it under the terms of the GNU General Public License version 2 as
-+ * published by the Free Software Foundation.
-+ */
-+#include <linux/configfs.h>
-+#include <linux/cdev.h>
-+#include <linux/fs.h>
-+#include <linux/interrupt.h>
-+#include <linux/poll.h>
-+#include <linux/uaccess.h>
-+#include <linux/wait.h>
++      u32 new_mask;
++      char *p = (char *)page;
++      ssize_t ret = -EINVAL;
 +
-+#include <asm/gpio.h>
-+#include <asm/arch/portmux.h>
++      new_mask = simple_strtoul(p, &p, 0);
++      if (!p || (*p && (*p != '\n')))
++              return -EINVAL;
 +
-+#define GPIO_DEV_MAX                  8
++      /* Can't update the pin mask while live. */
++      spin_lock(&gpio->lock);
++      if (!gpio->enabled) {
++              gpio->oe_mask &= new_mask;
++              gpio->pin_mask = new_mask;
++              ret = count;
++      }
++      spin_unlock(&gpio->lock);
 +
-+static struct class *gpio_dev_class;
-+static dev_t gpio_devt;
++      return ret;
++}
 +
-+struct gpio_item {
-+      spinlock_t lock;
++static ssize_t gpio_show_oe_mask(struct gpio_item *gpio, char *page)
++{
++      return sprintf(page, "0x%08x\n", gpio->oe_mask);
++}
 +
-+      int enabled;
-+      int initialized;
-+      int port;
-+      u32 pin_mask;
-+      u32 oe_mask;
++static ssize_t gpio_store_oe_mask(struct gpio_item *gpio,
++                                const char *page, size_t count)
++{
++      u32 mask;
++      char *p = (char *)page;
++      ssize_t ret = -EINVAL;
 +
-+      /* Pin state last time we read it (for blocking reads) */
-+      u32 pin_state;
-+      int changed;
++      mask = simple_strtoul(p, &p, 0);
++      if (!p || (*p && (*p != '\n')))
++              return -EINVAL;
 +
-+      wait_queue_head_t change_wq;
-+      struct fasync_struct *async_queue;
++      spin_lock(&gpio->lock);
++      if (!gpio->enabled) {
++              gpio->oe_mask = mask & gpio->pin_mask;
++              ret = count;
++      }
++      spin_unlock(&gpio->lock);
 +
-+      int id;
-+      struct class_device *gpio_dev;
-+      struct cdev char_dev;
-+      struct config_item item;
-+};
++      return ret;
++}
 +
-+struct gpio_attribute {
-+      struct configfs_attribute attr;
-+      ssize_t (*show)(struct gpio_item *, char *);
-+      ssize_t (*store)(struct gpio_item *, const char *, size_t);
-+};
++static ssize_t gpio_show_enabled(struct gpio_item *gpio, char *page)
++{
++      return sprintf(page, "%d\n", gpio->enabled);
++}
 +
-+static irqreturn_t gpio_dev_interrupt(int irq, void *dev_id)
++static ssize_t gpio_store_enabled(struct gpio_item *gpio,
++                                const char *page, size_t count)
 +{
-+      struct gpio_item *gpio = dev_id;
-+      u32 old_state, new_state;
++      char *p = (char *)page;
++      int enabled;
++      int ret;
 +
-+      old_state = gpio->pin_state;
-+      new_state = at32_gpio_get_value_multiple(gpio->port, gpio->pin_mask);
-+      gpio->pin_state = new_state;
++      enabled = simple_strtoul(p, &p, 0);
++      if (!p || (*p && (*p != '\n')))
++              return -EINVAL;
 +
-+      if (new_state != old_state) {
-+              gpio->changed = 1;
-+              wake_up_interruptible(&gpio->change_wq);
++      /* make it a boolean value */
++      enabled = !!enabled;
 +
-+              if (gpio->async_queue)
-+                      kill_fasync(&gpio->async_queue, SIGIO, POLL_IN);
++      if (gpio->enabled == enabled)
++              /* No change; do nothing. */
++              return count;
++
++      BUG_ON(gpio->id >= GPIO_DEV_MAX);
++
++      if (!enabled) {
++              class_device_unregister(gpio->gpio_dev);
++              cdev_del(&gpio->char_dev);
++              at32_deselect_pins(gpio->port, gpio->pin_mask);
++              gpio->initialized = 0;
++      } else {
++              if (gpio->port < 0 || !gpio->pin_mask)
++                      return -ENODEV;
 +      }
 +
-+      return IRQ_HANDLED;
-+}
++      /* Disallow any updates to gpio_id or pin_mask */
++      spin_lock(&gpio->lock);
++      gpio->enabled = enabled;
++      spin_unlock(&gpio->lock);
 +
-+static int gpio_dev_open(struct inode *inode, struct file *file)
-+{
-+      struct gpio_item *gpio = container_of(inode->i_cdev,
-+                                            struct gpio_item,
-+                                            char_dev);
-+      unsigned int irq;
-+      unsigned int i;
-+      int ret;
++      if (!enabled)
++              return count;
 +
-+      nonseekable_open(inode, file);
-+      config_item_get(&gpio->item);
-+      file->private_data = gpio;
++      /* Now, try to allocate the pins */
++      ret = at32_select_gpio_pins(gpio->port, gpio->pin_mask, gpio->oe_mask);
++      if (ret)
++              goto err_alloc_pins;
 +
-+      gpio->pin_state = at32_gpio_get_value_multiple(gpio->port,
-+                                                     gpio->pin_mask);
-+      gpio->changed = 1;
++      gpio->initialized = 1;
 +
-+      for (i = 0; i < 32; i++) {
-+              if (gpio->pin_mask & (1 << i)) {
-+                      irq = gpio_to_irq(32 * gpio->port + i);
-+                      ret = request_irq(irq, gpio_dev_interrupt, 0,
-+                                        "gpio-dev", gpio);
-+                      if (ret)
-+                              goto err_irq;
-+              }
++      cdev_init(&gpio->char_dev, &gpio_dev_fops);
++      gpio->char_dev.owner = THIS_MODULE;
++      ret = cdev_add(&gpio->char_dev, MKDEV(MAJOR(gpio_devt), gpio->id), 1);
++      if (ret < 0)
++              goto err_cdev_add;
++      gpio->gpio_dev = class_device_create(gpio_dev_class, NULL,
++                                           MKDEV(MAJOR(gpio_devt), gpio->id),
++                                           NULL,
++                                           "gpio%d", gpio->id);
++      if (IS_ERR(gpio->gpio_dev)) {
++              printk(KERN_ERR "failed to create gpio%d\n", gpio->id);
++              ret = PTR_ERR(gpio->gpio_dev);
++              goto err_class_dev;
 +      }
 +
++      printk(KERN_INFO "created gpio%d (port%d/0x%08x) as (%d:%d)\n",
++             gpio->id, gpio->port, gpio->pin_mask,
++             MAJOR(gpio->gpio_dev->devt), MINOR(gpio->gpio_dev->devt));
++
 +      return 0;
 +
-+err_irq:
-+      while (i--) {
-+              if (gpio->pin_mask & (1 << i)) {
-+                      irq = gpio_to_irq(32 * gpio->port + i);
-+                      free_irq(irq, gpio);
-+              }
-+      }
++err_class_dev:
++      cdev_del(&gpio->char_dev);
++err_cdev_add:
++      at32_deselect_pins(gpio->port, gpio->pin_mask);
++      gpio->initialized = 0;
++err_alloc_pins:
++      spin_lock(&gpio->lock);
++      gpio->enabled = 0;
++      spin_unlock(&gpio->lock);
 +
-+      config_item_put(&gpio->item);
++      return ret;
++}
++
++static struct gpio_attribute gpio_item_attr_gpio_id = {
++      .attr = {
++              .ca_owner = THIS_MODULE,
++              .ca_name = "gpio_id",
++              .ca_mode = S_IRUGO | S_IWUSR,
++      },
++      .show = gpio_show_gpio_id,
++      .store = gpio_store_gpio_id,
++};
++static struct gpio_attribute gpio_item_attr_pin_mask = {
++      .attr = {
++              .ca_owner = THIS_MODULE,
++              .ca_name = "pin_mask",
++              .ca_mode = S_IRUGO | S_IWUSR,
++      },
++      .show = gpio_show_pin_mask,
++      .store = gpio_store_pin_mask,
++};
++static struct gpio_attribute gpio_item_attr_oe_mask = {
++      .attr = {
++              .ca_owner = THIS_MODULE,
++              .ca_name = "oe_mask",
++              .ca_mode = S_IRUGO | S_IWUSR,
++      },
++      .show = gpio_show_oe_mask,
++      .store = gpio_store_oe_mask,
++};
++static struct gpio_attribute gpio_item_attr_enabled = {
++      .attr = {
++              .ca_owner = THIS_MODULE,
++              .ca_name = "enabled",
++              .ca_mode = S_IRUGO | S_IWUSR,
++      },
++      .show = gpio_show_enabled,
++      .store = gpio_store_enabled,
++};
++
++static struct configfs_attribute *gpio_item_attrs[] = {
++      &gpio_item_attr_gpio_id.attr,
++      &gpio_item_attr_pin_mask.attr,
++      &gpio_item_attr_oe_mask.attr,
++      &gpio_item_attr_enabled.attr,
++      NULL,
++};
++
++static ssize_t gpio_show_attr(struct config_item *item,
++                            struct configfs_attribute *attr,
++                            char *page)
++{
++      struct gpio_item *gpio_item = to_gpio_item(item);
++      struct gpio_attribute *gpio_attr
++              = container_of(attr, struct gpio_attribute, attr);
++      ssize_t ret = 0;
 +
++      if (gpio_attr->show)
++              ret = gpio_attr->show(gpio_item, page);
 +      return ret;
 +}
 +
-+static int gpio_dev_fasync(int fd, struct file *file, int mode)
++static ssize_t gpio_store_attr(struct config_item *item,
++                             struct configfs_attribute *attr,
++                             const char *page, size_t count)
 +{
-+      struct gpio_item *gpio = file->private_data;
++      struct gpio_item *gpio_item = to_gpio_item(item);
++      struct gpio_attribute *gpio_attr
++              = container_of(attr, struct gpio_attribute, attr);
++      ssize_t ret = -EINVAL;
 +
-+      return fasync_helper(fd, file, mode, &gpio->async_queue);
++      if (gpio_attr->store)
++              ret = gpio_attr->store(gpio_item, page, count);
++      return ret;
 +}
 +
-+static int gpio_dev_release(struct inode *inode, struct file *file)
++static void gpio_release(struct config_item *item)
 +{
-+      struct gpio_item *gpio = file->private_data;
-+      unsigned int irq;
-+      unsigned int i;
++      kfree(to_gpio_item(item));
++}
 +
-+      gpio_dev_fasync(-1, file, 0);
++static struct configfs_item_operations gpio_item_ops = {
++      .release                = gpio_release,
++      .show_attribute         = gpio_show_attr,
++      .store_attribute        = gpio_store_attr,
++};
 +
-+      for (i = 0; i < 32; i++) {
-+              if (gpio->pin_mask & (1 << i)) {
-+                      irq = gpio_to_irq(32 * gpio->port + i);
-+                      free_irq(irq, gpio);
-+              }
-+      }
++static struct config_item_type gpio_item_type = {
++      .ct_item_ops    = &gpio_item_ops,
++      .ct_attrs       = gpio_item_attrs,
++      .ct_owner       = THIS_MODULE,
++};
 +
-+      config_item_put(&gpio->item);
++static struct config_item *gpio_make_item(struct config_group *group,
++                                        const char *name)
++{
++      static int next_id;
++      struct gpio_item *gpio;
 +
-+      return 0;
++      if (next_id >= GPIO_DEV_MAX)
++              return NULL;
++
++      gpio = kzalloc(sizeof(struct gpio_item), GFP_KERNEL);
++      if (!gpio)
++              return NULL;
++
++      gpio->id = next_id++;
++      config_item_init_type_name(&gpio->item, name, &gpio_item_type);
++      spin_lock_init(&gpio->lock);
++      init_waitqueue_head(&gpio->change_wq);
++
++      return &gpio->item;
 +}
 +
-+static unsigned int gpio_dev_poll(struct file *file, poll_table *wait)
++static void gpio_drop_item(struct config_group *group,
++                         struct config_item *item)
 +{
-+      struct gpio_item *gpio = file->private_data;
-+      unsigned int mask = 0;
++      struct gpio_item *gpio = to_gpio_item(item);
 +
-+      poll_wait(file, &gpio->change_wq, wait);
-+      if (gpio->changed)
-+              mask |= POLLIN | POLLRDNORM;
++      spin_lock(&gpio->lock);
++      if (gpio->enabled) {
++              class_device_unregister(gpio->gpio_dev);
++              cdev_del(&gpio->char_dev);
++      }
 +
-+      return mask;
++      if (gpio->initialized) {
++              at32_deselect_pins(gpio->port, gpio->pin_mask);
++              gpio->initialized = 0;
++              gpio->enabled = 0;
++      }
++      spin_unlock(&gpio->lock);
 +}
 +
-+static ssize_t gpio_dev_read(struct file *file, char __user *buf,
-+                           size_t count, loff_t *offset)
-+{
-+      struct gpio_item *gpio = file->private_data;
-+      u32 value;
++static struct configfs_group_operations gpio_group_ops = {
++      .make_item      = gpio_make_item,
++      .drop_item      = gpio_drop_item,
++};
 +
-+      spin_lock_irq(&gpio->lock);
-+      while (!gpio->changed) {
-+              spin_unlock_irq(&gpio->lock);
++static struct config_item_type gpio_group_type = {
++      .ct_group_ops   = &gpio_group_ops,
++      .ct_owner       = THIS_MODULE,
++};
 +
-+              if (file->f_flags & O_NONBLOCK)
-+                      return -EAGAIN;
++static struct configfs_subsystem gpio_subsys = {
++      .su_group = {
++              .cg_item = {
++                       .ci_namebuf = "gpio",
++                       .ci_type = &gpio_group_type,
++               },
++      },
++};
 +
-+              if (wait_event_interruptible(gpio->change_wq, gpio->changed))
-+                      return -ERESTARTSYS;
++static int __init gpio_dev_init(void)
++{
++      int err;
 +
-+              spin_lock_irq(&gpio->lock);
++      gpio_dev_class = class_create(THIS_MODULE, "gpio-dev");
++      if (IS_ERR(gpio_dev_class)) {
++              err = PTR_ERR(gpio_dev_class);
++              goto err_class_create;
 +      }
 +
-+      gpio->changed = 0;
-+      value = at32_gpio_get_value_multiple(gpio->port, gpio->pin_mask);
++      err = alloc_chrdev_region(&gpio_devt, 0, GPIO_DEV_MAX, "gpio");
++      if (err < 0)
++              goto err_alloc_chrdev;
 +
-+      spin_unlock_irq(&gpio->lock);
++      /* Configfs initialization */
++      config_group_init(&gpio_subsys.su_group);
++      mutex_init(&gpio_subsys.su_mutex);
++      err = configfs_register_subsystem(&gpio_subsys);
++      if (err)
++              goto err_register_subsys;
 +
-+      count = min(count, (size_t)4);
-+      if (copy_to_user(buf, &value, count))
-+              return -EFAULT;
++      return 0;
 +
-+      return count;
++err_register_subsys:
++      unregister_chrdev_region(gpio_devt, GPIO_DEV_MAX);
++err_alloc_chrdev:
++      class_destroy(gpio_dev_class);
++err_class_create:
++      printk(KERN_WARNING "Failed to initialize gpio /dev interface\n");
++      return err;
 +}
++late_initcall(gpio_dev_init);
+diff -urN linux-2.6.24.3/arch/avr32/mach-at32ap/intc.c avr32-2.6/arch/avr32/mach-at32ap/intc.c
+--- linux-2.6.24.3/arch/avr32/mach-at32ap/intc.c       2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/arch/avr32/mach-at32ap/intc.c    2008-04-23 20:12:35.000000000 +0200
+@@ -13,7 +13,6 @@
+ #include <linux/irq.h>
+ #include <linux/platform_device.h>
+-#include <asm/intc.h>
+ #include <asm/io.h>
+ #include "intc.h"
+diff -urN linux-2.6.24.3/arch/avr32/mach-at32ap/Kconfig avr32-2.6/arch/avr32/mach-at32ap/Kconfig
+--- linux-2.6.24.3/arch/avr32/mach-at32ap/Kconfig      2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/arch/avr32/mach-at32ap/Kconfig   2008-04-23 19:33:29.000000000 +0200
+@@ -3,9 +3,9 @@
+ menu "Atmel AVR32 AP options"
+ choice
+-      prompt "AT32AP7000 static memory bus width"
+-      depends on CPU_AT32AP7000
+-      default AP7000_16_BIT_SMC
++      prompt "AT32AP700x static memory bus width"
++      depends on CPU_AT32AP700X
++      default AP700X_16_BIT_SMC
+       help
+         Define the width of the AP7000 external static memory interface.
+         This is used to determine how to mangle the address and/or data
+@@ -15,17 +15,24 @@
+         width for all chip selects, excluding the flash (which is using
+         raw access and is thus not affected by any of this.)
+-config AP7000_32_BIT_SMC
++config AP700X_32_BIT_SMC
+       bool "32 bit"
+-config AP7000_16_BIT_SMC
++config AP700X_16_BIT_SMC
+       bool "16 bit"
+-config AP7000_8_BIT_SMC
++config AP700X_8_BIT_SMC
+       bool "8 bit"
+ endchoice
++config GPIO_DEV
++      bool "GPIO /dev interface"
++      select CONFIGFS_FS
++      default n
++      help
++        Say `Y' to enable a /dev interface to the GPIO pins.
 +
-+static ssize_t gpio_dev_write(struct file *file, const char __user *buf,
-+                            size_t count, loff_t *offset)
+ endmenu
+ endif # PLATFORM_AT32AP
+diff -urN linux-2.6.24.3/arch/avr32/mach-at32ap/Makefile avr32-2.6/arch/avr32/mach-at32ap/Makefile
+--- linux-2.6.24.3/arch/avr32/mach-at32ap/Makefile     2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/arch/avr32/mach-at32ap/Makefile  2008-04-23 20:12:35.000000000 +0200
+@@ -1,4 +1,4 @@
+ obj-y                         += at32ap.o clock.o intc.o extint.o pio.o hsmc.o
+-obj-$(CONFIG_CPU_AT32AP7000)  += at32ap7000.o
+-obj-$(CONFIG_CPU_AT32AP7000)  += time-tc.o
++obj-$(CONFIG_CPU_AT32AP700X)  += at32ap700x.o pm-at32ap700x.o
+ obj-$(CONFIG_CPU_FREQ_AT32AP) += cpufreq.o
++obj-$(CONFIG_GPIO_DEV)                += gpio-dev.o
+diff -urN linux-2.6.24.3/arch/avr32/mach-at32ap/pio.c avr32-2.6/arch/avr32/mach-at32ap/pio.c
+--- linux-2.6.24.3/arch/avr32/mach-at32ap/pio.c        2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/arch/avr32/mach-at32ap/pio.c     2008-04-23 20:12:35.000000000 +0200
+@@ -162,6 +162,82 @@
+       dump_stack();
+ }
++#ifdef CONFIG_GPIO_DEV
++
++/* Gang allocators and accessors; used by the GPIO /dev driver */
++int at32_gpio_port_is_valid(unsigned int port)
 +{
-+      struct gpio_item *gpio = file->private_data;
-+      u32 value = 0;
-+      u32 mask = ~0UL;
++      return port < MAX_NR_PIO_DEVICES && pio_dev[port].regs != NULL;
++}
 +
-+      count = min(count, (size_t)4);
-+      if (copy_from_user(&value, buf, count))
-+              return -EFAULT;
++int at32_select_gpio_pins(unsigned int port, u32 pins, u32 oe_mask)
++{
++      struct pio_device *pio;
++      u32 old, new;
 +
-+      /* Assuming big endian */
-+      mask <<= (4 - count) * 8;
-+      mask &= gpio->pin_mask;
++      pio = &pio_dev[port];
++      BUG_ON(port > ARRAY_SIZE(pio_dev) || !pio->regs || (oe_mask & ~pins));
 +
-+      at32_gpio_set_value_multiple(gpio->port, value, mask);
++      /* Try to allocate the pins */
++      do {
++              old = pio->pinmux_mask;
++              if (old & pins)
++                      return -EBUSY;
 +
-+      return count;
-+}
++              new = old | pins;
++      } while (cmpxchg(&pio->pinmux_mask, old, new) != old);
 +
-+static struct file_operations gpio_dev_fops = {
-+      .owner          = THIS_MODULE,
-+      .llseek         = no_llseek,
-+      .open           = gpio_dev_open,
-+      .release        = gpio_dev_release,
-+      .fasync         = gpio_dev_fasync,
-+      .poll           = gpio_dev_poll,
-+      .read           = gpio_dev_read,
-+      .write          = gpio_dev_write,
-+};
++      /* That went well, now configure the port */
++      pio_writel(pio, OER, oe_mask);
++      pio_writel(pio, PER, pins);
 +
-+static struct gpio_item *to_gpio_item(struct config_item *item)
-+{
-+      return item ? container_of(item, struct gpio_item, item) : NULL;
++      return 0;
 +}
 +
-+static ssize_t gpio_show_gpio_id(struct gpio_item *gpio, char *page)
++void at32_deselect_pins(unsigned int port, u32 pins)
 +{
-+      return sprintf(page, "%d\n", gpio->port);
++      struct pio_device *pio;
++      u32 old, new;
++
++      pio = &pio_dev[port];
++      BUG_ON(port > ARRAY_SIZE(pio_dev) || !pio->regs);
++
++      /* Return to a "safe" mux configuration */
++      pio_writel(pio, PUER, pins);
++      pio_writel(pio, ODR, pins);
++
++      /* Deallocate the pins */
++      do {
++              old = pio->pinmux_mask;
++              new = old & ~pins;
++      } while (cmpxchg(&pio->pinmux_mask, old, new) != old);
 +}
 +
-+static ssize_t gpio_store_gpio_id(struct gpio_item *gpio,
-+                                const char *page, size_t count)
++u32 at32_gpio_get_value_multiple(unsigned int port, u32 pins)
 +{
-+      unsigned long id;
-+      char *p = (char *)page;
-+      ssize_t ret = -EINVAL;
-+
-+      id = simple_strtoul(p, &p, 0);
-+      if (!p || (*p && (*p != '\n')))
-+              return -EINVAL;
++      struct pio_device *pio;
 +
-+      /* Switching PIO is not allowed when live... */
-+      spin_lock(&gpio->lock);
-+      if (!gpio->enabled) {
-+              ret = -ENXIO;
-+              if (at32_gpio_port_is_valid(id)) {
-+                      gpio->port = id;
-+                      ret = count;
-+              }
-+      }
-+      spin_unlock(&gpio->lock);
++      pio = &pio_dev[port];
++      BUG_ON(port > ARRAY_SIZE(pio_dev) || !pio->regs);
 +
-+      return ret;
++      return pio_readl(pio, PDSR) & pins;
 +}
 +
-+static ssize_t gpio_show_pin_mask(struct gpio_item *gpio, char *page)
++void at32_gpio_set_value_multiple(unsigned int port, u32 value, u32 mask)
 +{
-+      return sprintf(page, "0x%08x\n", gpio->pin_mask);
++      struct pio_device *pio;
++
++      pio = &pio_dev[port];
++      BUG_ON(port > ARRAY_SIZE(pio_dev) || !pio->regs);
++
++      /* No atomic updates for now... */
++      pio_writel(pio, CODR, ~value & mask);
++      pio_writel(pio, SODR, value & mask);
 +}
 +
-+static ssize_t gpio_store_pin_mask(struct gpio_item *gpio,
-+                                 const char *page, size_t count)
-+{
-+      u32 new_mask;
-+      char *p = (char *)page;
-+      ssize_t ret = -EINVAL;
++#endif /* CONFIG_GPIO_DEV */
 +
-+      new_mask = simple_strtoul(p, &p, 0);
-+      if (!p || (*p && (*p != '\n')))
-+              return -EINVAL;
 +
-+      /* Can't update the pin mask while live. */
-+      spin_lock(&gpio->lock);
-+      if (!gpio->enabled) {
-+              gpio->oe_mask &= new_mask;
-+              gpio->pin_mask = new_mask;
-+              ret = count;
-+      }
-+      spin_unlock(&gpio->lock);
+ /*--------------------------------------------------------------------------*/
+ /* GPIO API */
+diff -urN linux-2.6.24.3/arch/avr32/mach-at32ap/pm-at32ap700x.S avr32-2.6/arch/avr32/mach-at32ap/pm-at32ap700x.S
+--- linux-2.6.24.3/arch/avr32/mach-at32ap/pm-at32ap700x.S      1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/arch/avr32/mach-at32ap/pm-at32ap700x.S   2008-04-23 20:12:35.000000000 +0200
+@@ -0,0 +1,66 @@
++/*
++ * Low-level Power Management code.
++ *
++ * Copyright (C) 2008 Atmel Corporation
++ *
++ * This program is free software; you can redistribute it and/or modify
++ * it under the terms of the GNU General Public License version 2 as
++ * published by the Free Software Foundation.
++ */
++#include <asm/asm.h>
++#include <asm/asm-offsets.h>
++#include <asm/thread_info.h>
++#include <asm/arch/pm.h>
 +
-+      return ret;
-+}
++      .section .bss, "wa", @nobits
++      .global disable_idle_sleep
++      .type   disable_idle_sleep, @object
++disable_idle_sleep:
++      .int    4
++      .size   disable_idle_sleep, . - disable_idle_sleep
 +
-+static ssize_t gpio_show_oe_mask(struct gpio_item *gpio, char *page)
-+{
-+      return sprintf(page, "0x%08x\n", gpio->oe_mask);
-+}
++      /* Keep this close to the irq handlers */
++      .section .irq.text, "ax", @progbits
 +
-+static ssize_t gpio_store_oe_mask(struct gpio_item *gpio,
-+                                const char *page, size_t count)
-+{
-+      u32 mask;
-+      char *p = (char *)page;
-+      ssize_t ret = -EINVAL;
++      /*
++       * void cpu_enter_idle(void)
++       *
++       * Put the CPU into "idle" mode, in which it will consume
++       * significantly less power.
++       *
++       * If an interrupt comes along in the window between
++       * unmask_interrupts and the sleep instruction below, the
++       * interrupt code will adjust the return address so that we
++       * never execute the sleep instruction. This is required
++       * because the AP7000 doesn't unmask interrupts when entering
++       * sleep modes; later CPUs may not need this workaround.
++       */
++      .global cpu_enter_idle
++      .type   cpu_enter_idle, @function
++cpu_enter_idle:
++      mask_interrupts
++      get_thread_info r8
++      ld.w    r9, r8[TI_flags]
++      bld     r9, TIF_NEED_RESCHED
++      brcs    .Lret_from_sleep
++      sbr     r9, TIF_CPU_GOING_TO_SLEEP
++      st.w    r8[TI_flags], r9
++      unmask_interrupts
++      sleep   CPU_SLEEP_IDLE
++      .size   cpu_idle_sleep, . - cpu_idle_sleep
 +
-+      mask = simple_strtoul(p, &p, 0);
-+      if (!p || (*p && (*p != '\n')))
-+              return -EINVAL;
++      /*
++       * Common return path for PM functions that don't run from
++       * SRAM.
++       */
++      .global cpu_idle_skip_sleep
++      .type   cpu_idle_skip_sleep, @function
++cpu_idle_skip_sleep:
++      mask_interrupts
++      ld.w    r9, r8[TI_flags]
++      cbr     r9, TIF_CPU_GOING_TO_SLEEP
++      st.w    r8[TI_flags], r9
++.Lret_from_sleep:
++      unmask_interrupts
++      retal   r12
++      .size   cpu_idle_skip_sleep, . - cpu_idle_skip_sleep
+diff -urN linux-2.6.24.3/arch/avr32/mach-at32ap/time-tc.c avr32-2.6/arch/avr32/mach-at32ap/time-tc.c
+--- linux-2.6.24.3/arch/avr32/mach-at32ap/time-tc.c    2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/arch/avr32/mach-at32ap/time-tc.c 1970-01-01 01:00:00.000000000 +0100
+@@ -1,218 +0,0 @@
+-/*
+- * Copyright (C) 2004-2007 Atmel Corporation
+- *
+- * Based on MIPS implementation arch/mips/kernel/time.c
+- *   Copyright 2001 MontaVista Software Inc.
+- *
+- * This program is free software; you can redistribute it and/or modify
+- * it under the terms of the GNU General Public License version 2 as
+- * published by the Free Software Foundation.
+- */
+-
+-#include <linux/clk.h>
+-#include <linux/clocksource.h>
+-#include <linux/time.h>
+-#include <linux/module.h>
+-#include <linux/interrupt.h>
+-#include <linux/irq.h>
+-#include <linux/kernel_stat.h>
+-#include <linux/errno.h>
+-#include <linux/init.h>
+-#include <linux/profile.h>
+-#include <linux/sysdev.h>
+-#include <linux/err.h>
+-
+-#include <asm/div64.h>
+-#include <asm/sysreg.h>
+-#include <asm/io.h>
+-#include <asm/sections.h>
+-
+-#include <asm/arch/time.h>
+-
+-/* how many counter cycles in a jiffy? */
+-static u32 cycles_per_jiffy;
+-
+-/* the count value for the next timer interrupt */
+-static u32 expirelo;
+-
+-/* the I/O registers of the TC module */
+-static void __iomem *ioregs;
+-
+-cycle_t read_cycle_count(void)
+-{
+-      return (cycle_t)timer_read(ioregs, 0, CV);
+-}
+-
+-struct clocksource clocksource_avr32 = {
+-      .name           = "avr32",
+-      .rating         = 342,
+-      .read           = read_cycle_count,
+-      .mask           = CLOCKSOURCE_MASK(16),
+-      .shift          = 16,
+-      .flags          = CLOCK_SOURCE_IS_CONTINUOUS,
+-};
+-
+-static void avr32_timer_ack(void)
+-{
+-      u16 count = expirelo;
+-
+-      /* Ack this timer interrupt and set the next one, use a u16
+-       * variable so it will wrap around correctly */
+-      count += cycles_per_jiffy;
+-      expirelo = count;
+-      timer_write(ioregs, 0, RC, expirelo);
+-
+-      /* Check to see if we have missed any timer interrupts */
+-      count = timer_read(ioregs, 0, CV);
+-      if ((count - expirelo) < 0x7fff) {
+-              expirelo = count + cycles_per_jiffy;
+-              timer_write(ioregs, 0, RC, expirelo);
+-      }
+-}
+-
+-u32 avr32_hpt_read(void)
+-{
+-      return timer_read(ioregs, 0, CV);
+-}
+-
+-static int avr32_timer_calc_div_and_set_jiffies(struct clk *pclk)
+-{
+-      unsigned int cycles_max = (clocksource_avr32.mask + 1) / 2;
+-      unsigned int divs[] = { 4, 8, 16, 32 };
+-      int divs_size = ARRAY_SIZE(divs);
+-      int i = 0;
+-      unsigned long count_hz;
+-      unsigned long shift;
+-      unsigned long mult;
+-      int clock_div = -1;
+-      u64 tmp;
+-
+-      shift = clocksource_avr32.shift;
+-
+-      do {
+-              count_hz = clk_get_rate(pclk) / divs[i];
+-              mult = clocksource_hz2mult(count_hz, shift);
+-              clocksource_avr32.mult = mult;
+-
+-              tmp = TICK_NSEC;
+-              tmp <<= shift;
+-              tmp += mult / 2;
+-              do_div(tmp, mult);
+-
+-              cycles_per_jiffy = tmp;
+-      } while (cycles_per_jiffy > cycles_max && ++i < divs_size);
+-
+-      clock_div = i + 1;
+-
+-      if (clock_div > divs_size) {
+-              pr_debug("timer: could not calculate clock divider\n");
+-              return -EFAULT;
+-      }
+-
+-      /* Set the clock divider */
+-      timer_write(ioregs, 0, CMR, TIMER_BF(CMR_TCCLKS, clock_div));
+-
+-      return 0;
+-}
+-
+-int avr32_hpt_init(unsigned int count)
+-{
+-      struct resource *regs;
+-      struct clk *pclk;
+-      int irq = -1;
+-      int ret = 0;
+-
+-      ret = -ENXIO;
+-
+-      irq = platform_get_irq(&at32_systc0_device, 0);
+-      if (irq < 0) {
+-              pr_debug("timer: could not get irq\n");
+-              goto out_error;
+-      }
+-
+-      pclk = clk_get(&at32_systc0_device.dev, "pclk");
+-      if (IS_ERR(pclk)) {
+-              pr_debug("timer: could not get clk: %ld\n", PTR_ERR(pclk));
+-              goto out_error;
+-      }
+-      clk_enable(pclk);
+-
+-      regs = platform_get_resource(&at32_systc0_device, IORESOURCE_MEM, 0);
+-      if (!regs) {
+-              pr_debug("timer: could not get resource\n");
+-              goto out_error_clk;
+-      }
+-
+-      ioregs = ioremap(regs->start, regs->end - regs->start + 1);
+-      if (!ioregs) {
+-              pr_debug("timer: could not get ioregs\n");
+-              goto out_error_clk;
+-      }
+-
+-      ret = avr32_timer_calc_div_and_set_jiffies(pclk);
+-      if (ret)
+-              goto out_error_io;
+-
+-      ret = setup_irq(irq, &timer_irqaction);
+-      if (ret) {
+-              pr_debug("timer: could not request irq %d: %d\n",
+-                              irq, ret);
+-              goto out_error_io;
+-      }
+-
+-      expirelo = (timer_read(ioregs, 0, CV) / cycles_per_jiffy + 1)
+-              * cycles_per_jiffy;
+-
+-      /* Enable clock and interrupts on RC compare */
+-      timer_write(ioregs, 0, CCR, TIMER_BIT(CCR_CLKEN));
+-      timer_write(ioregs, 0, IER, TIMER_BIT(IER_CPCS));
+-      /* Set cycles to first interrupt */
+-      timer_write(ioregs, 0,  RC, expirelo);
+-
+-      printk(KERN_INFO "timer: AT32AP system timer/counter at 0x%p irq %d\n",
+-                      ioregs, irq);
+-
+-      return 0;
+-
+-out_error_io:
+-      iounmap(ioregs);
+-out_error_clk:
+-      clk_put(pclk);
+-out_error:
+-      return ret;
+-}
+-
+-int avr32_hpt_start(void)
+-{
+-      timer_write(ioregs, 0, CCR, TIMER_BIT(CCR_SWTRG));
+-      return 0;
+-}
+-
+-irqreturn_t timer_interrupt(int irq, void *dev_id)
+-{
+-      unsigned int sr = timer_read(ioregs, 0, SR);
+-
+-      if (sr & TIMER_BIT(SR_CPCS)) {
+-              /* ack timer interrupt and try to set next interrupt */
+-              avr32_timer_ack();
+-
+-              /*
+-               * Call the generic timer interrupt handler
+-               */
+-              write_seqlock(&xtime_lock);
+-              do_timer(1);
+-              write_sequnlock(&xtime_lock);
+-
+-              /*
+-               * In UP mode, we call local_timer_interrupt() to do profiling
+-               * and process accounting.
+-               *
+-               * SMP is not supported yet.
+-               */
+-              local_timer_interrupt(irq, dev_id);
+-
+-              return IRQ_HANDLED;
+-      }
+-
+-      return IRQ_NONE;
+-}
+diff -urN linux-2.6.24.3/arch/avr32/Makefile avr32-2.6/arch/avr32/Makefile
+--- linux-2.6.24.3/arch/avr32/Makefile 2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/arch/avr32/Makefile      2008-04-23 19:33:28.000000000 +0200
+@@ -16,7 +16,7 @@
+ CFLAGS_MODULE += -mno-relax
+ LDFLAGS_vmlinux       += --relax
+-cpuflags-$(CONFIG_CPU_AT32AP7000)     += -mcpu=ap7000
++cpuflags-$(CONFIG_PLATFORM_AT32AP)    += -march=ap
+ KBUILD_CFLAGS += $(cpuflags-y)
+ KBUILD_AFLAGS += $(cpuflags-y)
+@@ -31,6 +31,8 @@
+ core-$(CONFIG_LOADER_U_BOOT)          += arch/avr32/boot/u-boot/
+ core-y                                        += arch/avr32/kernel/
+ core-y                                        += arch/avr32/mm/
++drivers-$(CONFIG_OPROFILE)            += arch/avr32/oprofile/
++drivers-y                             += arch/avr32/drivers/
+ libs-y                                        += arch/avr32/lib/
+ archincdir-$(CONFIG_PLATFORM_AT32AP)  := arch-at32ap
+diff -urN linux-2.6.24.3/arch/avr32/mm/dma-coherent.c avr32-2.6/arch/avr32/mm/dma-coherent.c
+--- linux-2.6.24.3/arch/avr32/mm/dma-coherent.c        2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/arch/avr32/mm/dma-coherent.c     2008-04-23 19:33:29.000000000 +0200
+@@ -41,6 +41,13 @@
+       struct page *page, *free, *end;
+       int order;
++      /* Following is a work-around (a.k.a. hack) to prevent pages
++       * with __GFP_COMP being passed to split_page() which cannot
++       * handle them.  The real problem is that this flag probably
++       * should be 0 on AVR32 as it is not supported on this
++       * platform--see CONFIG_HUGETLB_PAGE. */
++      gfp &= ~(__GFP_COMP);
 +
-+      spin_lock(&gpio->lock);
-+      if (!gpio->enabled) {
-+              gpio->oe_mask = mask & gpio->pin_mask;
-+              ret = count;
-+      }
-+      spin_unlock(&gpio->lock);
+       size = PAGE_ALIGN(size);
+       order = get_order(size);
+diff -urN linux-2.6.24.3/arch/avr32/mm/fault.c avr32-2.6/arch/avr32/mm/fault.c
+--- linux-2.6.24.3/arch/avr32/mm/fault.c       2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/arch/avr32/mm/fault.c    2008-04-23 20:12:35.000000000 +0200
+@@ -189,6 +189,8 @@
+       page = sysreg_read(PTBR);
+       printk(KERN_ALERT "ptbr = %08lx", page);
++      if (address >= TASK_SIZE)
++              page = (unsigned long)swapper_pg_dir;
+       if (page) {
+               page = ((unsigned long *)page)[address >> 22];
+               printk(" pgd = %08lx", page);
+diff -urN linux-2.6.24.3/arch/avr32/mm/tlb.c avr32-2.6/arch/avr32/mm/tlb.c
+--- linux-2.6.24.3/arch/avr32/mm/tlb.c 2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/arch/avr32/mm/tlb.c      2008-04-23 19:33:29.000000000 +0200
+@@ -348,7 +348,7 @@
+       return 0;
+ }
+-static struct seq_operations tlb_ops = {
++static const struct seq_operations tlb_ops = {
+       .start          = tlb_start,
+       .next           = tlb_next,
+       .stop           = tlb_stop,
+diff -urN linux-2.6.24.3/arch/avr32/oprofile/Makefile avr32-2.6/arch/avr32/oprofile/Makefile
+--- linux-2.6.24.3/arch/avr32/oprofile/Makefile        1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/arch/avr32/oprofile/Makefile     2008-04-23 19:33:29.000000000 +0200
+@@ -0,0 +1,8 @@
++obj-$(CONFIG_OPROFILE) += oprofile.o
++
++oprofile-y            := $(addprefix ../../../drivers/oprofile/,      \
++                              oprof.o cpu_buffer.o buffer_sync.o      \
++                              event_buffer.o oprofile_files.o         \
++                              oprofilefs.o oprofile_stats.o           \
++                              timer_int.o)
++oprofile-y            += op_model_avr32.o
+diff -urN linux-2.6.24.3/arch/avr32/oprofile/op_model_avr32.c avr32-2.6/arch/avr32/oprofile/op_model_avr32.c
+--- linux-2.6.24.3/arch/avr32/oprofile/op_model_avr32.c        1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/arch/avr32/oprofile/op_model_avr32.c     2008-04-23 20:12:35.000000000 +0200
+@@ -0,0 +1,234 @@
++/*
++ * AVR32 Performance Counter Driver
++ *
++ * Copyright (C) 2005-2007 Atmel Corporation
++ *
++ * This program is free software; you can redistribute it and/or modify
++ * it under the terms of the GNU General Public License version 2 as
++ * published by the Free Software Foundation.
++ *
++ * Author: Ronny Pedersen
++ */
++#include <linux/errno.h>
++#include <linux/interrupt.h>
++#include <linux/irq.h>
++#include <linux/oprofile.h>
++#include <linux/sched.h>
++#include <linux/types.h>
 +
-+      return ret;
-+}
++#include <asm/sysreg.h>
++#include <asm/system.h>
 +
-+static ssize_t gpio_show_enabled(struct gpio_item *gpio, char *page)
++#define AVR32_PERFCTR_IRQ_GROUP       0
++#define AVR32_PERFCTR_IRQ_LINE        1
++
++enum { PCCNT, PCNT0, PCNT1, NR_counter };
++
++struct avr32_perf_counter {
++      unsigned long   enabled;
++      unsigned long   event;
++      unsigned long   count;
++      unsigned long   unit_mask;
++      unsigned long   kernel;
++      unsigned long   user;
++
++      u32             ie_mask;
++      u32             flag_mask;
++};
++
++static struct avr32_perf_counter counter[NR_counter] = {
++      {
++              .ie_mask        = SYSREG_BIT(IEC),
++              .flag_mask      = SYSREG_BIT(FC),
++      }, {
++              .ie_mask        = SYSREG_BIT(IE0),
++              .flag_mask      = SYSREG_BIT(F0),
++      }, {
++              .ie_mask        = SYSREG_BIT(IE1),
++              .flag_mask      = SYSREG_BIT(F1),
++      },
++};
++
++static void avr32_perf_counter_reset(void)
 +{
-+      return sprintf(page, "%d\n", gpio->enabled);
++      /* Reset all counter and disable/clear all interrupts */
++      sysreg_write(PCCR, (SYSREG_BIT(PCCR_R)
++                              | SYSREG_BIT(PCCR_C)
++                              | SYSREG_BIT(FC)
++                              | SYSREG_BIT(F0)
++                              | SYSREG_BIT(F1)));
 +}
 +
-+static ssize_t gpio_store_enabled(struct gpio_item *gpio,
-+                                const char *page, size_t count)
++static irqreturn_t avr32_perf_counter_interrupt(int irq, void *dev_id)
 +{
-+      char *p = (char *)page;
-+      int enabled;
-+      int ret;
-+
-+      enabled = simple_strtoul(p, &p, 0);
-+      if (!p || (*p && (*p != '\n')))
-+              return -EINVAL;
++      struct avr32_perf_counter *ctr = dev_id;
++      struct pt_regs *regs;
++      u32 pccr;
 +
-+      /* make it a boolean value */
-+      enabled = !!enabled;
++      if (likely(!(intc_get_pending(AVR32_PERFCTR_IRQ_GROUP)
++                                      & (1 << AVR32_PERFCTR_IRQ_LINE))))
++              return IRQ_NONE;
 +
-+      if (gpio->enabled == enabled)
-+              /* No change; do nothing. */
-+              return count;
++      regs = get_irq_regs();
++      pccr = sysreg_read(PCCR);
 +
-+      BUG_ON(gpio->id >= GPIO_DEV_MAX);
++      /* Clear the interrupt flags we're about to handle */
++      sysreg_write(PCCR, pccr);
 +
-+      if (!enabled) {
-+              class_device_unregister(gpio->gpio_dev);
-+              cdev_del(&gpio->char_dev);
-+              at32_deselect_pins(gpio->port, gpio->pin_mask);
-+              gpio->initialized = 0;
-+      } else {
-+              if (gpio->port < 0 || !gpio->pin_mask)
-+                      return -ENODEV;
++      /* PCCNT */
++      if (ctr->enabled && (pccr & ctr->flag_mask)) {
++              sysreg_write(PCCNT, -ctr->count);
++              oprofile_add_sample(regs, PCCNT);
++      }
++      ctr++;
++      /* PCNT0 */
++      if (ctr->enabled && (pccr & ctr->flag_mask)) {
++              sysreg_write(PCNT0, -ctr->count);
++              oprofile_add_sample(regs, PCNT0);
++      }
++      ctr++;
++      /* PCNT1 */
++      if (ctr->enabled && (pccr & ctr->flag_mask)) {
++              sysreg_write(PCNT1, -ctr->count);
++              oprofile_add_sample(regs, PCNT1);
 +      }
 +
-+      /* Disallow any updates to gpio_id or pin_mask */
-+      spin_lock(&gpio->lock);
-+      gpio->enabled = enabled;
-+      spin_unlock(&gpio->lock);
-+
-+      if (!enabled)
-+              return count;
++      return IRQ_HANDLED;
++}
 +
-+      /* Now, try to allocate the pins */
-+      ret = at32_select_gpio_pins(gpio->port, gpio->pin_mask, gpio->oe_mask);
-+      if (ret)
-+              goto err_alloc_pins;
++static int avr32_perf_counter_create_files(struct super_block *sb,
++              struct dentry *root)
++{
++      struct dentry *dir;
++      unsigned int i;
++      char filename[4];
++
++      for (i = 0; i < NR_counter; i++) {
++              snprintf(filename, sizeof(filename), "%u", i);
++              dir = oprofilefs_mkdir(sb, root, filename);
++
++              oprofilefs_create_ulong(sb, dir, "enabled",
++                              &counter[i].enabled);
++              oprofilefs_create_ulong(sb, dir, "event",
++                              &counter[i].event);
++              oprofilefs_create_ulong(sb, dir, "count",
++                              &counter[i].count);
++
++              /* Dummy entries */
++              oprofilefs_create_ulong(sb, dir, "kernel",
++                              &counter[i].kernel);
++              oprofilefs_create_ulong(sb, dir, "user",
++                              &counter[i].user);
++              oprofilefs_create_ulong(sb, dir, "unit_mask",
++                              &counter[i].unit_mask);
++      }
 +
-+      gpio->initialized = 1;
++      return 0;
++}
 +
-+      cdev_init(&gpio->char_dev, &gpio_dev_fops);
-+      gpio->char_dev.owner = THIS_MODULE;
-+      ret = cdev_add(&gpio->char_dev, MKDEV(MAJOR(gpio_devt), gpio->id), 1);
-+      if (ret < 0)
-+              goto err_cdev_add;
-+      gpio->gpio_dev = class_device_create(gpio_dev_class, NULL,
-+                                           MKDEV(MAJOR(gpio_devt), gpio->id),
-+                                           NULL,
-+                                           "gpio%d", gpio->id);
-+      if (IS_ERR(gpio->gpio_dev)) {
-+              printk(KERN_ERR "failed to create gpio%d\n", gpio->id);
-+              ret = PTR_ERR(gpio->gpio_dev);
-+              goto err_class_dev;
++static int avr32_perf_counter_setup(void)
++{
++      struct avr32_perf_counter *ctr;
++      u32 pccr;
++      int ret;
++      int i;
++
++      pr_debug("avr32_perf_counter_setup\n");
++
++      if (sysreg_read(PCCR) & SYSREG_BIT(PCCR_E)) {
++              printk(KERN_ERR
++                      "oprofile: setup: perf counter already enabled\n");
++              return -EBUSY;
 +      }
 +
-+      printk(KERN_INFO "created gpio%d (port%d/0x%08x) as (%d:%d)\n",
-+             gpio->id, gpio->port, gpio->pin_mask,
-+             MAJOR(gpio->gpio_dev->devt), MINOR(gpio->gpio_dev->devt));
++      ret = request_irq(AVR32_PERFCTR_IRQ_GROUP,
++                      avr32_perf_counter_interrupt, IRQF_SHARED,
++                      "oprofile", counter);
++      if (ret)
++              return ret;
 +
-+      return 0;
++      avr32_perf_counter_reset();
 +
-+err_class_dev:
-+      cdev_del(&gpio->char_dev);
-+err_cdev_add:
-+      at32_deselect_pins(gpio->port, gpio->pin_mask);
-+      gpio->initialized = 0;
-+err_alloc_pins:
-+      spin_lock(&gpio->lock);
-+      gpio->enabled = 0;
-+      spin_unlock(&gpio->lock);
++      pccr = 0;
++      for (i = PCCNT; i < NR_counter; i++) {
++              ctr = &counter[i];
++              if (!ctr->enabled)
++                      continue;
 +
-+      return ret;
-+}
++              pr_debug("enabling counter %d...\n", i);
 +
-+static struct gpio_attribute gpio_item_attr_gpio_id = {
-+      .attr = {
-+              .ca_owner = THIS_MODULE,
-+              .ca_name = "gpio_id",
-+              .ca_mode = S_IRUGO | S_IWUSR,
-+      },
-+      .show = gpio_show_gpio_id,
-+      .store = gpio_store_gpio_id,
-+};
-+static struct gpio_attribute gpio_item_attr_pin_mask = {
-+      .attr = {
-+              .ca_owner = THIS_MODULE,
-+              .ca_name = "pin_mask",
-+              .ca_mode = S_IRUGO | S_IWUSR,
-+      },
-+      .show = gpio_show_pin_mask,
-+      .store = gpio_store_pin_mask,
-+};
-+static struct gpio_attribute gpio_item_attr_oe_mask = {
-+      .attr = {
-+              .ca_owner = THIS_MODULE,
-+              .ca_name = "oe_mask",
-+              .ca_mode = S_IRUGO | S_IWUSR,
-+      },
-+      .show = gpio_show_oe_mask,
-+      .store = gpio_store_oe_mask,
-+};
-+static struct gpio_attribute gpio_item_attr_enabled = {
-+      .attr = {
-+              .ca_owner = THIS_MODULE,
-+              .ca_name = "enabled",
-+              .ca_mode = S_IRUGO | S_IWUSR,
-+      },
-+      .show = gpio_show_enabled,
-+      .store = gpio_store_enabled,
-+};
++              pccr |= ctr->ie_mask;
 +
-+static struct configfs_attribute *gpio_item_attrs[] = {
-+      &gpio_item_attr_gpio_id.attr,
-+      &gpio_item_attr_pin_mask.attr,
-+      &gpio_item_attr_oe_mask.attr,
-+      &gpio_item_attr_enabled.attr,
-+      NULL,
-+};
++              switch (i) {
++              case PCCNT:
++                      /* PCCNT always counts cycles, so no events */
++                      sysreg_write(PCCNT, -ctr->count);
++                      break;
++              case PCNT0:
++                      pccr |= SYSREG_BF(CONF0, ctr->event);
++                      sysreg_write(PCNT0, -ctr->count);
++                      break;
++              case PCNT1:
++                      pccr |= SYSREG_BF(CONF1, ctr->event);
++                      sysreg_write(PCNT1, -ctr->count);
++                      break;
++              }
++      }
 +
-+static ssize_t gpio_show_attr(struct config_item *item,
-+                            struct configfs_attribute *attr,
-+                            char *page)
-+{
-+      struct gpio_item *gpio_item = to_gpio_item(item);
-+      struct gpio_attribute *gpio_attr
-+              = container_of(attr, struct gpio_attribute, attr);
-+      ssize_t ret = 0;
++      pr_debug("oprofile: writing 0x%x to PCCR...\n", pccr);
 +
-+      if (gpio_attr->show)
-+              ret = gpio_attr->show(gpio_item, page);
-+      return ret;
++      sysreg_write(PCCR, pccr);
++
++      return 0;
 +}
 +
-+static ssize_t gpio_store_attr(struct config_item *item,
-+                             struct configfs_attribute *attr,
-+                             const char *page, size_t count)
++static void avr32_perf_counter_shutdown(void)
 +{
-+      struct gpio_item *gpio_item = to_gpio_item(item);
-+      struct gpio_attribute *gpio_attr
-+              = container_of(attr, struct gpio_attribute, attr);
-+      ssize_t ret = -EINVAL;
++      pr_debug("avr32_perf_counter_shutdown\n");
 +
-+      if (gpio_attr->store)
-+              ret = gpio_attr->store(gpio_item, page, count);
-+      return ret;
++      avr32_perf_counter_reset();
++      free_irq(AVR32_PERFCTR_IRQ_GROUP, counter);
 +}
 +
-+static void gpio_release(struct config_item *item)
++static int avr32_perf_counter_start(void)
 +{
-+      kfree(to_gpio_item(item));
++      pr_debug("avr32_perf_counter_start\n");
++
++      sysreg_write(PCCR, sysreg_read(PCCR) | SYSREG_BIT(PCCR_E));
++
++      return 0;
 +}
 +
-+static struct configfs_item_operations gpio_item_ops = {
-+      .release                = gpio_release,
-+      .show_attribute         = gpio_show_attr,
-+      .store_attribute        = gpio_store_attr,
-+};
++static void avr32_perf_counter_stop(void)
++{
++      pr_debug("avr32_perf_counter_stop\n");
 +
-+static struct config_item_type gpio_item_type = {
-+      .ct_item_ops    = &gpio_item_ops,
-+      .ct_attrs       = gpio_item_attrs,
-+      .ct_owner       = THIS_MODULE,
++      sysreg_write(PCCR, sysreg_read(PCCR) & ~SYSREG_BIT(PCCR_E));
++}
++
++static struct oprofile_operations avr32_perf_counter_ops __initdata = {
++      .create_files   = avr32_perf_counter_create_files,
++      .setup          = avr32_perf_counter_setup,
++      .shutdown       = avr32_perf_counter_shutdown,
++      .start          = avr32_perf_counter_start,
++      .stop           = avr32_perf_counter_stop,
++      .cpu_type       = "avr32",
 +};
 +
-+static struct config_item *gpio_make_item(struct config_group *group,
-+                                        const char *name)
++int __init oprofile_arch_init(struct oprofile_operations *ops)
 +{
-+      static int next_id;
-+      struct gpio_item *gpio;
++      if (!(current_cpu_data.features & AVR32_FEATURE_PCTR))
++              return -ENODEV;
 +
-+      if (next_id >= GPIO_DEV_MAX)
-+              return NULL;
++      memcpy(ops, &avr32_perf_counter_ops,
++                      sizeof(struct oprofile_operations));
 +
-+      gpio = kzalloc(sizeof(struct gpio_item), GFP_KERNEL);
-+      if (!gpio)
-+              return NULL;
++      printk(KERN_INFO "oprofile: using AVR32 performance monitoring.\n");
 +
-+      gpio->id = next_id++;
-+      config_item_init_type_name(&gpio->item, name, &gpio_item_type);
-+      spin_lock_init(&gpio->lock);
-+      init_waitqueue_head(&gpio->change_wq);
++      return 0;
++}
++
++void oprofile_arch_exit(void)
++{
 +
-+      return &gpio->item;
 +}
+diff -urN linux-2.6.24.3/Documentation/kernel-parameters.txt avr32-2.6/Documentation/kernel-parameters.txt
+--- linux-2.6.24.3/Documentation/kernel-parameters.txt 2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/Documentation/kernel-parameters.txt      2008-04-23 20:12:35.000000000 +0200
+@@ -34,6 +34,7 @@
+       ALSA    ALSA sound support is enabled.
+       APIC    APIC support is enabled.
+       APM     Advanced Power Management support is enabled.
++      AVR32   AVR32 architecture is enabled.
+       AX25    Appropriate AX.25 support is enabled.
+       BLACKFIN Blackfin architecture is enabled.
+       DRM     Direct Rendering Management support is enabled.
+@@ -1123,6 +1124,10 @@
+                       of returning the full 64-bit number.
+                       The default is to return 64-bit inode numbers.
++      nmi_debug=      [KNL,AVR32] Specify one or more actions to take
++                      when a NMI is triggered.
++                      Format: [state][,regs][,debounce][,die]
++
+       nmi_watchdog=   [KNL,BUGS=X86-32] Debugging features for SMP kernels
+       no387           [BUGS=X86-32] Tells the kernel to use the 387 maths
+diff -urN linux-2.6.24.3/drivers/clocksource/Makefile avr32-2.6/drivers/clocksource/Makefile
+--- linux-2.6.24.3/drivers/clocksource/Makefile        2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/drivers/clocksource/Makefile     2008-04-23 20:12:39.000000000 +0200
+@@ -1,3 +1,4 @@
++obj-$(CONFIG_ATMEL_TCB_CLKSRC)        += tcb_clksrc.o
+ obj-$(CONFIG_X86_CYCLONE_TIMER)       += cyclone.o
+ obj-$(CONFIG_X86_PM_TIMER)    += acpi_pm.o
+ obj-$(CONFIG_SCx200HR_TIMER)  += scx200_hrt.o
+diff -urN linux-2.6.24.3/drivers/clocksource/tcb_clksrc.c avr32-2.6/drivers/clocksource/tcb_clksrc.c
+--- linux-2.6.24.3/drivers/clocksource/tcb_clksrc.c    1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/drivers/clocksource/tcb_clksrc.c 2008-04-23 20:12:39.000000000 +0200
+@@ -0,0 +1,305 @@
++#include <linux/init.h>
++#include <linux/clocksource.h>
++#include <linux/clockchips.h>
++#include <linux/interrupt.h>
++#include <linux/irq.h>
 +
-+static void gpio_drop_item(struct config_group *group,
-+                         struct config_item *item)
++#include <linux/clk.h>
++#include <linux/err.h>
++#include <linux/ioport.h>
++#include <linux/io.h>
++#include <linux/platform_device.h>
++#include <linux/atmel_tc.h>
++
++
++/*
++ * We're configured to use a specific TC block, one that's not hooked
++ * up to external hardware, to provide a time solution:
++ *
++ *   - Two channels combine to create a free-running 32 bit counter
++ *     with a base rate of 5+ MHz, packaged as a clocksource (with
++ *     resolution better than 200 nsec).
++ *
++ *   - The third channel may be used to provide a 16-bit clockevent
++ *     source, used in either periodic or oneshot mode.  This runs
++ *     at 32 KiHZ, and can handle delays of up to two seconds.
++ *
++ * A boot clocksource and clockevent source are also currently needed,
++ * unless the relevant platforms (ARM/AT91, AVR32/AT32) are changed so
++ * this code can be used when init_timers() is called, well before most
++ * devices are set up.  (Some low end AT91 parts, which can run uClinux,
++ * have only the timers in one TC block... they currently don't support
++ * the tclib code, because of that initialization issue.)
++ *
++ * REVISIT behavior during system suspend states... we should disable
++ * all clocks and save the power.  Easily done for clockevent devices,
++ * but clocksources won't necessarily get the needed notifications.
++ * For deeper system sleep states, this will be mandatory...
++ */
++
++static void __iomem *tcaddr;
++
++static cycle_t tc_get_cycles(void)
 +{
-+      struct gpio_item *gpio = to_gpio_item(item);
++      unsigned long   flags;
++      u32             lower, upper;
 +
-+      spin_lock(&gpio->lock);
-+      if (gpio->enabled) {
-+              class_device_unregister(gpio->gpio_dev);
-+              cdev_del(&gpio->char_dev);
-+      }
++      raw_local_irq_save(flags);
++      do {
++              upper = __raw_readl(tcaddr + ATMEL_TC_REG(1, CV));
++              lower = __raw_readl(tcaddr + ATMEL_TC_REG(0, CV));
++      } while (upper != __raw_readl(tcaddr + ATMEL_TC_REG(1, CV)));
 +
-+      if (gpio->initialized) {
-+              at32_deselect_pins(gpio->port, gpio->pin_mask);
-+              gpio->initialized = 0;
-+              gpio->enabled = 0;
-+      }
-+      spin_unlock(&gpio->lock);
++      raw_local_irq_restore(flags);
++      return (upper << 16) | lower;
 +}
 +
-+static struct configfs_group_operations gpio_group_ops = {
-+      .make_item      = gpio_make_item,
-+      .drop_item      = gpio_drop_item,
++static struct clocksource clksrc = {
++      .name           = "tcb_clksrc",
++      .rating         = 200,
++      .read           = tc_get_cycles,
++      .mask           = CLOCKSOURCE_MASK(32),
++      .shift          = 18,
++      .flags          = CLOCK_SOURCE_IS_CONTINUOUS,
 +};
 +
-+static struct config_item_type gpio_group_type = {
-+      .ct_group_ops   = &gpio_group_ops,
-+      .ct_owner       = THIS_MODULE,
-+};
++#ifdef CONFIG_GENERIC_CLOCKEVENTS
 +
-+static struct configfs_subsystem gpio_subsys = {
-+      .su_group = {
-+              .cg_item = {
-+                       .ci_namebuf = "gpio",
-+                       .ci_type = &gpio_group_type,
-+               },
-+      },
++struct tc_clkevt_device {
++      struct clock_event_device       clkevt;
++      struct clk                      *clk;
++      void __iomem                    *regs;
 +};
 +
-+static int __init gpio_dev_init(void)
++static struct tc_clkevt_device *to_tc_clkevt(struct clock_event_device *clkevt)
 +{
-+      int err;
-+
-+      gpio_dev_class = class_create(THIS_MODULE, "gpio-dev");
-+      if (IS_ERR(gpio_dev_class)) {
-+              err = PTR_ERR(gpio_dev_class);
-+              goto err_class_create;
-+      }
++      return container_of(clkevt, struct tc_clkevt_device, clkevt);
++}
 +
-+      err = alloc_chrdev_region(&gpio_devt, 0, GPIO_DEV_MAX, "gpio");
-+      if (err < 0)
-+              goto err_alloc_chrdev;
++/* For now, we always use the 32K clock ... this optimizes for NO_HZ,
++ * because using one of the divided clocks would usually mean the
++ * tick rate can never be less than several dozen Hz (vs 0.5 Hz).
++ *
++ * A divided clock could be good for high resolution timers, since
++ * 30.5 usec resolution can seem "low".
++ */
++static u32 timer_clock;
 +
-+      /* Configfs initialization */
-+      config_group_init(&gpio_subsys.su_group);
-+      init_MUTEX(&gpio_subsys.su_sem);
-+      err = configfs_register_subsystem(&gpio_subsys);
-+      if (err)
-+              goto err_register_subsys;
++static void tc_mode(enum clock_event_mode m, struct clock_event_device *d)
++{
++      struct tc_clkevt_device *tcd = to_tc_clkevt(d);
++      void __iomem            *regs = tcd->regs;
++
++      if (tcd->clkevt.mode == CLOCK_EVT_MODE_PERIODIC
++                      || tcd->clkevt.mode == CLOCK_EVT_MODE_ONESHOT) {
++              __raw_writel(0xff, regs + ATMEL_TC_REG(2, IDR));
++              __raw_writel(ATMEL_TC_CLKDIS, regs + ATMEL_TC_REG(2, CCR));
++              clk_disable(tcd->clk);
++      }
 +
-+      return 0;
++      switch (m) {
 +
-+err_register_subsys:
-+      unregister_chrdev_region(gpio_devt, GPIO_DEV_MAX);
-+err_alloc_chrdev:
-+      class_destroy(gpio_dev_class);
-+err_class_create:
-+      printk(KERN_WARNING "Failed to initialize gpio /dev interface\n");
-+      return err;
-+}
-+late_initcall(gpio_dev_init);
-diff -x .git -Nur linux-2.6.22.1/arch/avr32/mach-at32ap/Kconfig linux-avr32.git/arch/avr32/mach-at32ap/Kconfig
---- linux-2.6.22.1/arch/avr32/mach-at32ap/Kconfig      2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/arch/avr32/mach-at32ap/Kconfig     2007-07-12 13:59:49.000000000 +0200
-@@ -26,6 +26,13 @@
- endchoice
-+config GPIO_DEV
-+      bool "GPIO /dev interface"
-+      select CONFIGFS_FS
-+      default n
-+      help
-+        Say `Y' to enable a /dev interface to the GPIO pins.
++      /* By not making the gentime core emulate periodic mode on top
++       * of oneshot, we get lower overhead and improved accuracy.
++       */
++      case CLOCK_EVT_MODE_PERIODIC:
++              clk_enable(tcd->clk);
 +
- endmenu
- endif # PLATFORM_AT32AP
-diff -x .git -Nur linux-2.6.22.1/arch/avr32/mach-at32ap/Makefile linux-avr32.git/arch/avr32/mach-at32ap/Makefile
---- linux-2.6.22.1/arch/avr32/mach-at32ap/Makefile     2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/arch/avr32/mach-at32ap/Makefile    2007-07-12 13:59:49.000000000 +0200
-@@ -1,3 +1,5 @@
- obj-y                         += at32ap.o clock.o intc.o extint.o pio.o hsmc.o
- obj-$(CONFIG_CPU_AT32AP7000)  += at32ap7000.o
- obj-$(CONFIG_CPU_AT32AP7000)  += time-tc.o
-+obj-$(CONFIG_CPU_FREQ_AT32AP) += cpufreq.o
-+obj-$(CONFIG_GPIO_DEV)                += gpio-dev.o
-diff -x .git -Nur linux-2.6.22.1/arch/avr32/mach-at32ap/pio.c linux-avr32.git/arch/avr32/mach-at32ap/pio.c
---- linux-2.6.22.1/arch/avr32/mach-at32ap/pio.c        2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/arch/avr32/mach-at32ap/pio.c       2007-07-12 13:59:49.000000000 +0200
-@@ -158,6 +158,82 @@
-       dump_stack();
- }
-+#ifdef CONFIG_GPIO_DEV
++              /* slow clock, count up to RC, then irq and restart */
++              __raw_writel(timer_clock
++                              | ATMEL_TC_WAVE | ATMEL_TC_WAVESEL_UP_AUTO,
++                              regs + ATMEL_TC_REG(2, CMR));
++              __raw_writel((32768 + HZ/2) / HZ, tcaddr + ATMEL_TC_REG(2, RC));
 +
-+/* Gang allocators and accessors; used by the GPIO /dev driver */
-+int at32_gpio_port_is_valid(unsigned int port)
-+{
-+      return port < MAX_NR_PIO_DEVICES && pio_dev[port].regs != NULL;
-+}
++              /* Enable clock and interrupts on RC compare */
++              __raw_writel(ATMEL_TC_CPCS, regs + ATMEL_TC_REG(2, IER));
 +
-+int at32_select_gpio_pins(unsigned int port, u32 pins, u32 oe_mask)
-+{
-+      struct pio_device *pio;
-+      u32 old, new;
++              /* go go gadget! */
++              __raw_writel(ATMEL_TC_CLKEN | ATMEL_TC_SWTRG,
++                              regs + ATMEL_TC_REG(2, CCR));
++              break;
 +
-+      pio = &pio_dev[port];
-+      BUG_ON(port > ARRAY_SIZE(pio_dev) || !pio->regs || (oe_mask & ~pins));
++      case CLOCK_EVT_MODE_ONESHOT:
++              clk_enable(tcd->clk);
 +
-+      /* Try to allocate the pins */
-+      do {
-+              old = pio->pinmux_mask;
-+              if (old & pins)
-+                      return -EBUSY;
++              /* slow clock, count up to RC, then irq and stop */
++              __raw_writel(timer_clock | ATMEL_TC_CPCSTOP
++                              | ATMEL_TC_WAVE | ATMEL_TC_WAVESEL_UP_AUTO,
++                              regs + ATMEL_TC_REG(2, CMR));
++              __raw_writel(ATMEL_TC_CPCS, regs + ATMEL_TC_REG(2, IER));
 +
-+              new = old | pins;
-+      } while (cmpxchg(&pio->pinmux_mask, old, new) != old);
++              /* set_next_event() configures and starts the timer */
++              break;
 +
-+      /* That went well, now configure the port */
-+      pio_writel(pio, OER, oe_mask);
-+      pio_writel(pio, PER, pins);
++      default:
++              break;
++      }
++}
 +
++static int tc_next_event(unsigned long delta, struct clock_event_device *d)
++{
++      __raw_writel(delta, tcaddr + ATMEL_TC_REG(2, RC));
++
++      /* go go gadget! */
++      __raw_writel(ATMEL_TC_CLKEN | ATMEL_TC_SWTRG,
++                      tcaddr + ATMEL_TC_REG(2, CCR));
 +      return 0;
 +}
 +
-+void at32_deselect_pins(unsigned int port, u32 pins)
-+{
-+      struct pio_device *pio;
-+      u32 old, new;
++static struct tc_clkevt_device clkevt = {
++      .clkevt = {
++              .name           = "tc_clkevt",
++              .features       = CLOCK_EVT_FEAT_PERIODIC
++                                      | CLOCK_EVT_FEAT_ONESHOT,
++              .shift          = 32,
++              /* Should be lower than at91rm9200's system timer */
++              .rating         = 125,
++              .cpumask        = CPU_MASK_CPU0,
++              .set_next_event = tc_next_event,
++              .set_mode       = tc_mode,
++      },
++};
 +
-+      pio = &pio_dev[port];
-+      BUG_ON(port > ARRAY_SIZE(pio_dev) || !pio->regs);
++static irqreturn_t ch2_irq(int irq, void *handle)
++{
++      struct tc_clkevt_device *dev = handle;
++      unsigned int            sr;
 +
-+      /* Return to a "safe" mux configuration */
-+      pio_writel(pio, PUER, pins);
-+      pio_writel(pio, ODR, pins);
++      sr = __raw_readl(dev->regs + ATMEL_TC_REG(2, SR));
++      if (sr & ATMEL_TC_CPCS) {
++              dev->clkevt.event_handler(&dev->clkevt);
++              return IRQ_HANDLED;
++      }
 +
-+      /* Deallocate the pins */
-+      do {
-+              old = pio->pinmux_mask;
-+              new = old & ~pins;
-+      } while (cmpxchg(&pio->pinmux_mask, old, new) != old);
++      return IRQ_NONE;
 +}
 +
-+u32 at32_gpio_get_value_multiple(unsigned int port, u32 pins)
++static struct irqaction tc_irqaction = {
++      .name           = "tc_clkevt",
++      .flags          = IRQF_TIMER | IRQF_DISABLED,
++      .handler        = ch2_irq,
++};
++
++static void __init setup_clkevents(struct atmel_tc *tc,
++              struct clk *t0_clk, int clk32k_divisor_idx)
 +{
-+      struct pio_device *pio;
++      struct platform_device *pdev = tc->pdev;
++      struct clk *t2_clk = tc->clk[2];
++      int irq = tc->irq[2];
 +
-+      pio = &pio_dev[port];
-+      BUG_ON(port > ARRAY_SIZE(pio_dev) || !pio->regs);
++      clkevt.regs = tc->regs;
++      clkevt.clk = t2_clk;
++      tc_irqaction.dev_id = &clkevt;
 +
-+      return pio_readl(pio, PDSR) & pins;
++      timer_clock = clk32k_divisor_idx;
++
++      clkevt.clkevt.mult = div_sc(32768, NSEC_PER_SEC, clkevt.clkevt.shift);
++      clkevt.clkevt.max_delta_ns
++              = clockevent_delta2ns(0xffff, &clkevt.clkevt);
++      clkevt.clkevt.min_delta_ns = clockevent_delta2ns(1, &clkevt.clkevt) + 1;
++
++      setup_irq(irq, &tc_irqaction);
++
++      clockevents_register_device(&clkevt.clkevt);
 +}
 +
-+void at32_gpio_set_value_multiple(unsigned int port, u32 value, u32 mask)
++#else /* !CONFIG_GENERIC_CLOCKEVENTS */
++
++static void __init setup_clkevents(struct atmel_tc *tc,
++              struct clk *t0_clk, int clk32k_divisor_idx)
 +{
-+      struct pio_device *pio;
++      /* NOTHING */
++}
 +
-+      pio = &pio_dev[port];
-+      BUG_ON(port > ARRAY_SIZE(pio_dev) || !pio->regs);
++#endif
 +
-+      /* No atomic updates for now... */
-+      pio_writel(pio, CODR, ~value & mask);
-+      pio_writel(pio, SODR, value & mask);
-+}
++static int __init tcb_clksrc_init(void)
++{
++      static char bootinfo[] __initdata
++              = KERN_DEBUG "%s: tc%d at %d.%03d MHz\n";
 +
-+#endif /* CONFIG_GPIO_DEV */
++      struct platform_device *pdev;
++      struct atmel_tc *tc;
++      struct clk *t0_clk, *t1_clk;
++      u32 rate, divided_rate = 0;
++      int best_divisor_idx = -1;
++      int clk32k_divisor_idx = -1;
++      int i;
 +
++      tc = atmel_tc_alloc(CONFIG_ATMEL_TCB_CLKSRC_BLOCK, clksrc.name);
++      if (!tc) {
++              pr_debug("can't alloc TC for clocksource\n");
++              return -ENODEV;
++      }
++      tcaddr = tc->regs;
++      pdev = tc->pdev;
 +
- /*--------------------------------------------------------------------------*/
- /* GPIO API */
-diff -x .git -Nur linux-2.6.22.1/arch/avr32/mach-at32ap/pm.h linux-avr32.git/arch/avr32/mach-at32ap/pm.h
---- linux-2.6.22.1/arch/avr32/mach-at32ap/pm.h 1970-01-01 01:00:00.000000000 +0100
-+++ linux-avr32.git/arch/avr32/mach-at32ap/pm.h        2007-07-12 13:59:49.000000000 +0200
-@@ -0,0 +1,112 @@
-+/*
-+ * Register definitions for the Power Manager (PM)
-+ */
-+#ifndef __ARCH_AVR32_MACH_AT32AP_PM_H__
-+#define __ARCH_AVR32_MACH_AT32AP_PM_H__
-+
-+/* PM register offsets */
-+#define PM_MCCTRL                             0x0000
-+#define PM_CKSEL                              0x0004
-+#define PM_CPU_MASK                           0x0008
-+#define PM_HSB_MASK                           0x000c
-+#define PM_PBA_MASK                           0x0010
-+#define PM_PBB_MASK                           0x0014
-+#define PM_PLL0                                       0x0020
-+#define PM_PLL1                                       0x0024
-+#define PM_IER                                        0x0040
-+#define PM_IDR                                        0x0044
-+#define PM_IMR                                        0x0048
-+#define PM_ISR                                        0x004c
-+#define PM_ICR                                        0x0050
-+#define PM_GCCTRL(x)                          (0x0060 + 4 * (x))
-+#define PM_RCAUSE                             0x00c0
-+
-+/* Bitfields in CKSEL */
-+#define PM_CPUSEL_OFFSET                      0
-+#define PM_CPUSEL_SIZE                                3
-+#define PM_CPUDIV_OFFSET                      7
-+#define PM_CPUDIV_SIZE                                1
-+#define PM_HSBSEL_OFFSET                      8
-+#define PM_HSBSEL_SIZE                                3
-+#define PM_HSBDIV_OFFSET                      15
-+#define PM_HSBDIV_SIZE                                1
-+#define PM_PBASEL_OFFSET                      16
-+#define PM_PBASEL_SIZE                                3
-+#define PM_PBADIV_OFFSET                      23
-+#define PM_PBADIV_SIZE                                1
-+#define PM_PBBSEL_OFFSET                      24
-+#define PM_PBBSEL_SIZE                                3
-+#define PM_PBBDIV_OFFSET                      31
-+#define PM_PBBDIV_SIZE                                1
-+
-+/* Bitfields in PLL0 */
-+#define PM_PLLEN_OFFSET                               0
-+#define PM_PLLEN_SIZE                         1
-+#define PM_PLLOSC_OFFSET                      1
-+#define PM_PLLOSC_SIZE                                1
-+#define PM_PLLOPT_OFFSET                      2
-+#define PM_PLLOPT_SIZE                                3
-+#define PM_PLLDIV_OFFSET                      8
-+#define PM_PLLDIV_SIZE                                8
-+#define PM_PLLMUL_OFFSET                      16
-+#define PM_PLLMUL_SIZE                                8
-+#define PM_PLLCOUNT_OFFSET                    24
-+#define PM_PLLCOUNT_SIZE                      6
-+#define PM_PLLTEST_OFFSET                     31
-+#define PM_PLLTEST_SIZE                               1
-+
-+/* Bitfields in ICR */
-+#define PM_LOCK0_OFFSET                               0
-+#define PM_LOCK0_SIZE                         1
-+#define PM_LOCK1_OFFSET                               1
-+#define PM_LOCK1_SIZE                         1
-+#define PM_WAKE_OFFSET                                2
-+#define PM_WAKE_SIZE                          1
-+#define PM_CKRDY_OFFSET                               5
-+#define PM_CKRDY_SIZE                         1
-+#define PM_MSKRDY_OFFSET                      6
-+#define PM_MSKRDY_SIZE                                1
-+
-+/* Bitfields in GCCTRL0 */
-+#define PM_OSCSEL_OFFSET                      0
-+#define PM_OSCSEL_SIZE                                1
-+#define PM_PLLSEL_OFFSET                      1
-+#define PM_PLLSEL_SIZE                                1
-+#define PM_CEN_OFFSET                         2
-+#define PM_CEN_SIZE                           1
-+#define PM_DIVEN_OFFSET                               4
-+#define PM_DIVEN_SIZE                         1
-+#define PM_DIV_OFFSET                         8
-+#define PM_DIV_SIZE                           8
-+
-+/* Bitfields in RCAUSE */
-+#define PM_POR_OFFSET                         0
-+#define PM_POR_SIZE                           1
-+#define PM_EXT_OFFSET                         2
-+#define PM_EXT_SIZE                           1
-+#define PM_WDT_OFFSET                         3
-+#define PM_WDT_SIZE                           1
-+#define PM_NTAE_OFFSET                                4
-+#define PM_NTAE_SIZE                          1
++      t0_clk = tc->clk[0];
++      clk_enable(t0_clk);
 +
-+/* Bit manipulation macros */
-+#define PM_BIT(name)                                  \
-+      (1 << PM_##name##_OFFSET)
-+#define PM_BF(name,value)                             \
-+      (((value) & ((1 << PM_##name##_SIZE) - 1))      \
-+       << PM_##name##_OFFSET)
-+#define PM_BFEXT(name,value)                          \
-+      (((value) >> PM_##name##_OFFSET)                \
-+       & ((1 << PM_##name##_SIZE) - 1))
-+#define PM_BFINS(name,value,old)\
-+      (((old) & ~(((1 << PM_##name##_SIZE) - 1)       \
-+                  << PM_##name##_OFFSET))             \
-+       | PM_BF(name,value))
++      /* How fast will we be counting?  Pick something over 5 MHz.  */
++      rate = (u32) clk_get_rate(t0_clk);
++      for (i = 0; i < 5; i++) {
++              unsigned divisor = atmel_tc_divisors[i];
++              unsigned tmp;
 +
-+/* Register access macros */
-+#define pm_readl(reg)                                                 \
-+      __raw_readl((void __iomem *)AT32_PM_BASE + PM_##reg)
-+#define pm_writel(reg,value)                                          \
-+      __raw_writel((value), (void __iomem *)AT32_PM_BASE + PM_##reg)
-+
-+#endif /* __ARCH_AVR32_MACH_AT32AP_PM_H__ */
-diff -x .git -Nur linux-2.6.22.1/arch/avr32/mach-at32ap/sm.h linux-avr32.git/arch/avr32/mach-at32ap/sm.h
---- linux-2.6.22.1/arch/avr32/mach-at32ap/sm.h 2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/arch/avr32/mach-at32ap/sm.h        1970-01-01 01:00:00.000000000 +0100
-@@ -1,242 +0,0 @@
--/*
-- * Register definitions for SM
-- *
-- * System Manager
-- */
--#ifndef __ASM_AVR32_SM_H__
--#define __ASM_AVR32_SM_H__
--
--/* SM register offsets */
--#define SM_PM_MCCTRL                            0x0000
--#define SM_PM_CKSEL                             0x0004
--#define SM_PM_CPU_MASK                          0x0008
--#define SM_PM_HSB_MASK                          0x000c
--#define SM_PM_PBA_MASK                         0x0010
--#define SM_PM_PBB_MASK                         0x0014
--#define SM_PM_PLL0                              0x0020
--#define SM_PM_PLL1                              0x0024
--#define SM_PM_VCTRL                             0x0030
--#define SM_PM_VMREF                             0x0034
--#define SM_PM_VMV                               0x0038
--#define SM_PM_IER                               0x0040
--#define SM_PM_IDR                               0x0044
--#define SM_PM_IMR                               0x0048
--#define SM_PM_ISR                               0x004c
--#define SM_PM_ICR                               0x0050
--#define SM_PM_GCCTRL                            0x0060
--#define SM_RTC_CTRL                             0x0080
--#define SM_RTC_VAL                              0x0084
--#define SM_RTC_TOP                              0x0088
--#define SM_RTC_IER                              0x0090
--#define SM_RTC_IDR                              0x0094
--#define SM_RTC_IMR                              0x0098
--#define SM_RTC_ISR                              0x009c
--#define SM_RTC_ICR                              0x00a0
--#define SM_WDT_CTRL                             0x00b0
--#define SM_WDT_CLR                              0x00b4
--#define SM_WDT_EXT                              0x00b8
--#define SM_RC_RCAUSE                            0x00c0
--#define SM_EIM_IER                              0x0100
--#define SM_EIM_IDR                              0x0104
--#define SM_EIM_IMR                              0x0108
--#define SM_EIM_ISR                              0x010c
--#define SM_EIM_ICR                              0x0110
--#define SM_EIM_MODE                             0x0114
--#define SM_EIM_EDGE                             0x0118
--#define SM_EIM_LEVEL                            0x011c
--#define SM_EIM_TEST                             0x0120
--#define SM_EIM_NMIC                             0x0124
--
--/* Bitfields in PM_MCCTRL */
--
--/* Bitfields in PM_CKSEL */
--#define SM_CPUSEL_OFFSET                        0
--#define SM_CPUSEL_SIZE                          3
--#define SM_CPUDIV_OFFSET                        7
--#define SM_CPUDIV_SIZE                          1
--#define SM_HSBSEL_OFFSET                        8
--#define SM_HSBSEL_SIZE                          3
--#define SM_HSBDIV_OFFSET                        15
--#define SM_HSBDIV_SIZE                          1
--#define SM_PBASEL_OFFSET                       16
--#define SM_PBASEL_SIZE                         3
--#define SM_PBADIV_OFFSET                       23
--#define SM_PBADIV_SIZE                         1
--#define SM_PBBSEL_OFFSET                       24
--#define SM_PBBSEL_SIZE                         3
--#define SM_PBBDIV_OFFSET                       31
--#define SM_PBBDIV_SIZE                         1
--
--/* Bitfields in PM_CPU_MASK */
--
--/* Bitfields in PM_HSB_MASK */
--
--/* Bitfields in PM_PBA_MASK */
--
--/* Bitfields in PM_PBB_MASK */
--
--/* Bitfields in PM_PLL0 */
--#define SM_PLLEN_OFFSET                         0
--#define SM_PLLEN_SIZE                           1
--#define SM_PLLOSC_OFFSET                        1
--#define SM_PLLOSC_SIZE                          1
--#define SM_PLLOPT_OFFSET                        2
--#define SM_PLLOPT_SIZE                          3
--#define SM_PLLDIV_OFFSET                        8
--#define SM_PLLDIV_SIZE                          8
--#define SM_PLLMUL_OFFSET                        16
--#define SM_PLLMUL_SIZE                          8
--#define SM_PLLCOUNT_OFFSET                      24
--#define SM_PLLCOUNT_SIZE                        6
--#define SM_PLLTEST_OFFSET                       31
--#define SM_PLLTEST_SIZE                         1
--
--/* Bitfields in PM_PLL1 */
--
--/* Bitfields in PM_VCTRL */
--#define SM_VAUTO_OFFSET                         0
--#define SM_VAUTO_SIZE                           1
--#define SM_PM_VCTRL_VAL_OFFSET                  8
--#define SM_PM_VCTRL_VAL_SIZE                    7
--
--/* Bitfields in PM_VMREF */
--#define SM_REFSEL_OFFSET                        0
--#define SM_REFSEL_SIZE                          4
--
--/* Bitfields in PM_VMV */
--#define SM_PM_VMV_VAL_OFFSET                    0
--#define SM_PM_VMV_VAL_SIZE                      8
--
--/* Bitfields in PM_IER */
--
--/* Bitfields in PM_IDR */
--
--/* Bitfields in PM_IMR */
--
--/* Bitfields in PM_ISR */
--
--/* Bitfields in PM_ICR */
--#define SM_LOCK0_OFFSET                         0
--#define SM_LOCK0_SIZE                           1
--#define SM_LOCK1_OFFSET                         1
--#define SM_LOCK1_SIZE                           1
--#define SM_WAKE_OFFSET                          2
--#define SM_WAKE_SIZE                            1
--#define SM_VOK_OFFSET                           3
--#define SM_VOK_SIZE                             1
--#define SM_VMRDY_OFFSET                         4
--#define SM_VMRDY_SIZE                           1
--#define SM_CKRDY_OFFSET                         5
--#define SM_CKRDY_SIZE                           1
--
--/* Bitfields in PM_GCCTRL */
--#define SM_OSCSEL_OFFSET                        0
--#define SM_OSCSEL_SIZE                          1
--#define SM_PLLSEL_OFFSET                        1
--#define SM_PLLSEL_SIZE                          1
--#define SM_CEN_OFFSET                           2
--#define SM_CEN_SIZE                             1
--#define SM_CPC_OFFSET                           3
--#define SM_CPC_SIZE                             1
--#define SM_DIVEN_OFFSET                         4
--#define SM_DIVEN_SIZE                           1
--#define SM_DIV_OFFSET                           8
--#define SM_DIV_SIZE                             8
--
--/* Bitfields in RTC_CTRL */
--#define SM_PCLR_OFFSET                          1
--#define SM_PCLR_SIZE                            1
--#define SM_TOPEN_OFFSET                         2
--#define SM_TOPEN_SIZE                           1
--#define SM_CLKEN_OFFSET                         3
--#define SM_CLKEN_SIZE                           1
--#define SM_PSEL_OFFSET                          8
--#define SM_PSEL_SIZE                            16
--
--/* Bitfields in RTC_VAL */
--#define SM_RTC_VAL_VAL_OFFSET                   0
--#define SM_RTC_VAL_VAL_SIZE                     31
--
--/* Bitfields in RTC_TOP */
--#define SM_RTC_TOP_VAL_OFFSET                   0
--#define SM_RTC_TOP_VAL_SIZE                     32
--
--/* Bitfields in RTC_IER */
--
--/* Bitfields in RTC_IDR */
--
--/* Bitfields in RTC_IMR */
--
--/* Bitfields in RTC_ISR */
--
--/* Bitfields in RTC_ICR */
--#define SM_TOPI_OFFSET                          0
--#define SM_TOPI_SIZE                            1
--
--/* Bitfields in WDT_CTRL */
--#define SM_KEY_OFFSET                           24
--#define SM_KEY_SIZE                             8
--
--/* Bitfields in WDT_CLR */
--
--/* Bitfields in WDT_EXT */
--
--/* Bitfields in RC_RCAUSE */
--#define SM_POR_OFFSET                           0
--#define SM_POR_SIZE                             1
--#define SM_BOD_OFFSET                           1
--#define SM_BOD_SIZE                             1
--#define SM_EXT_OFFSET                           2
--#define SM_EXT_SIZE                             1
--#define SM_WDT_OFFSET                           3
--#define SM_WDT_SIZE                             1
--#define SM_NTAE_OFFSET                          4
--#define SM_NTAE_SIZE                            1
--#define SM_SERP_OFFSET                          5
--#define SM_SERP_SIZE                            1
--
--/* Bitfields in EIM_IER */
--
--/* Bitfields in EIM_IDR */
--
--/* Bitfields in EIM_IMR */
--
--/* Bitfields in EIM_ISR */
--
--/* Bitfields in EIM_ICR */
--
--/* Bitfields in EIM_MODE */
--
--/* Bitfields in EIM_EDGE */
--#define SM_INT0_OFFSET                          0
--#define SM_INT0_SIZE                            1
--#define SM_INT1_OFFSET                          1
--#define SM_INT1_SIZE                            1
--#define SM_INT2_OFFSET                          2
--#define SM_INT2_SIZE                            1
--#define SM_INT3_OFFSET                          3
--#define SM_INT3_SIZE                            1
--
--/* Bitfields in EIM_LEVEL */
--
--/* Bitfields in EIM_TEST */
--#define SM_TESTEN_OFFSET                        31
--#define SM_TESTEN_SIZE                          1
--
--/* Bitfields in EIM_NMIC */
--#define SM_EN_OFFSET                            0
--#define SM_EN_SIZE                              1
--
--/* Bit manipulation macros */
--#define SM_BIT(name)                            (1 << SM_##name##_OFFSET)
--#define SM_BF(name,value)                       (((value) & ((1 << SM_##name##_SIZE) - 1)) << SM_##name##_OFFSET)
--#define SM_BFEXT(name,value)                    (((value) >> SM_##name##_OFFSET) & ((1 << SM_##name##_SIZE) - 1))
--#define SM_BFINS(name,value,old)                (((old) & ~(((1 << SM_##name##_SIZE) - 1) << SM_##name##_OFFSET)) | SM_BF(name,value))
--
--/* Register access macros */
--#define sm_readl(port,reg)                                    \
--      __raw_readl((port)->regs + SM_##reg)
--#define sm_writel(port,reg,value)                             \
--      __raw_writel((value), (port)->regs + SM_##reg)
--
--#endif /* __ASM_AVR32_SM_H__ */
-diff -x .git -Nur linux-2.6.22.1/arch/avr32/Makefile linux-avr32.git/arch/avr32/Makefile
---- linux-2.6.22.1/arch/avr32/Makefile 2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/arch/avr32/Makefile        2007-06-06 11:33:46.000000000 +0200
-@@ -31,6 +31,7 @@
- core-$(CONFIG_LOADER_U_BOOT)          += arch/avr32/boot/u-boot/
- core-y                                        += arch/avr32/kernel/
- core-y                                        += arch/avr32/mm/
-+drivers-y                             += arch/avr32/drivers/
- libs-y                                        += arch/avr32/lib/
- archincdir-$(CONFIG_PLATFORM_AT32AP)  := arch-at32ap
-diff -x .git -Nur linux-2.6.22.1/arch/avr32/mm/dma-coherent.c linux-avr32.git/arch/avr32/mm/dma-coherent.c
---- linux-2.6.22.1/arch/avr32/mm/dma-coherent.c        2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/arch/avr32/mm/dma-coherent.c       2007-07-12 13:59:49.000000000 +0200
-@@ -41,6 +41,13 @@
-       struct page *page, *free, *end;
-       int order;
-+      /* Following is a work-around (a.k.a. hack) to prevent pages
-+       * with __GFP_COMP being passed to split_page() which cannot
-+       * handle them.  The real problem is that this flag probably
-+       * should be 0 on AVR32 as it is not supported on this
-+       * platform--see CONFIG_HUGETLB_PAGE. */
-+      gfp &= ~(__GFP_COMP);
++              /* remember 32 KiHz clock for later */
++              if (!divisor) {
++                      clk32k_divisor_idx = i;
++                      continue;
++              }
 +
-       size = PAGE_ALIGN(size);
-       order = get_order(size);
-diff -x .git -Nur linux-2.6.22.1/drivers/char/watchdog/at32ap700x_wdt.c linux-avr32.git/drivers/char/watchdog/at32ap700x_wdt.c
---- linux-2.6.22.1/drivers/char/watchdog/at32ap700x_wdt.c      1970-01-01 01:00:00.000000000 +0100
-+++ linux-avr32.git/drivers/char/watchdog/at32ap700x_wdt.c     2007-07-12 13:59:59.000000000 +0200
-@@ -0,0 +1,325 @@
++              tmp = rate / divisor;
++              pr_debug("TC: %u / %-3u [%d] --> %u\n", rate, divisor, i, tmp);
++              if (best_divisor_idx > 0) {
++                      if (tmp < 5 * 1000 * 1000)
++                              continue;
++              }
++              divided_rate = tmp;
++              best_divisor_idx = i;
++      }
++
++      clksrc.mult = clocksource_hz2mult(divided_rate, clksrc.shift);
++
++      printk(bootinfo, clksrc.name, CONFIG_ATMEL_TCB_CLKSRC_BLOCK,
++                      divided_rate / 1000000,
++                      ((divided_rate + 500000) % 1000000) / 1000);
++
++      /* tclib will give us three clocks no matter what the
++       * underlying platform supports.
++       */
++      clk_enable(tc->clk[1]);
++
++      /* channel 0:  waveform mode, input mclk/8, clock TIOA0 on overflow */
++      __raw_writel(best_divisor_idx                   /* likely divide-by-8 */
++                      | ATMEL_TC_WAVE
++                      | ATMEL_TC_WAVESEL_UP           /* free-run */
++                      | ATMEL_TC_ACPA_SET             /* TIOA0 rises at 0 */
++                      | ATMEL_TC_ACPC_CLEAR,          /* (duty cycle 50%) */
++                      tcaddr + ATMEL_TC_REG(0, CMR));
++      __raw_writel(0x0000, tcaddr + ATMEL_TC_REG(0, RA));
++      __raw_writel(0x8000, tcaddr + ATMEL_TC_REG(0, RC));
++      __raw_writel(0xff, tcaddr + ATMEL_TC_REG(0, IDR));      /* no irqs */
++      __raw_writel(ATMEL_TC_CLKEN, tcaddr + ATMEL_TC_REG(0, CCR));
++
++      /* channel 1:  waveform mode, input TIOA0 */
++      __raw_writel(ATMEL_TC_XC1                       /* input: TIOA0 */
++                      | ATMEL_TC_WAVE
++                      | ATMEL_TC_WAVESEL_UP,          /* free-run */
++                      tcaddr + ATMEL_TC_REG(1, CMR));
++      __raw_writel(0xff, tcaddr + ATMEL_TC_REG(1, IDR));      /* no irqs */
++      __raw_writel(ATMEL_TC_CLKEN, tcaddr + ATMEL_TC_REG(1, CCR));
++
++      /* chain channel 0 to channel 1, then reset all the timers */
++      __raw_writel(ATMEL_TC_TC1XC1S_TIOA0, tcaddr + ATMEL_TC_BMR);
++      __raw_writel(ATMEL_TC_SYNC, tcaddr + ATMEL_TC_BCR);
++
++      /* and away we go! */
++      clocksource_register(&clksrc);
++
++      /* channel 2:  periodic and oneshot timer support */
++      setup_clkevents(tc, t0_clk, clk32k_divisor_idx);
++
++      return 0;
++}
++arch_initcall(tcb_clksrc_init);
+diff -urN linux-2.6.24.3/drivers/i2c/busses/i2c-atmeltwi.c avr32-2.6/drivers/i2c/busses/i2c-atmeltwi.c
+--- linux-2.6.24.3/drivers/i2c/busses/i2c-atmeltwi.c   1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/drivers/i2c/busses/i2c-atmeltwi.c        2008-04-23 19:33:37.000000000 +0200
+@@ -0,0 +1,436 @@
 +/*
-+ * Watchdog driver for Atmel AT32AP700X devices
++ * i2c Support for Atmel's Two-Wire Interface (TWI)
 + *
-+ * Copyright (C) 2005-2006 Atmel Corporation
++ * Based on the work of Copyright (C) 2004 Rick Bronson
++ * Converted to 2.6 by Andrew Victor <andrew at sanpeople.com>
++ * Ported to AVR32 and heavily modified by Espen Krangnes
++ * <ekrangnes at atmel.com>
++ *
++ * Copyright (C) 2006 Atmel Corporation
++ *
++ * Borrowed heavily from the original work by:
++ * Copyright (C) 2000 Philip Edelbrock <phil at stimpy.netroedge.com>
++ *
++ * Partialy rewriten by Karel Hojdar <cmkaho at seznam.cz>
++ * bugs removed, interrupt routine markedly rewritten
 + *
 + * This program is free software; you can redistribute it and/or modify
-+ * it under the terms of the GNU General Public License version 2 as
-+ * published by the Free Software Foundation.
++ * it under the terms of the GNU General Public License as published by
++ * the Free Software Foundation; either version 2 of the License, or
++ * (at your option) any later version.
 + */
++#undef VERBOSE_DEBUG
 +
-+#include <linux/init.h>
-+#include <linux/kernel.h>
 +#include <linux/module.h>
-+#include <linux/moduleparam.h>
-+#include <linux/miscdevice.h>
-+#include <linux/fs.h>
++#include <linux/slab.h>
++#include <linux/i2c.h>
++#include <linux/init.h>
++#include <linux/clk.h>
++#include <linux/err.h>
++#include <linux/interrupt.h>
 +#include <linux/platform_device.h>
-+#include <linux/watchdog.h>
-+#include <linux/uaccess.h>
++#include <linux/completion.h>
 +#include <linux/io.h>
 +
-+#define TIMEOUT_MIN           1
-+#define TIMEOUT_DEFAULT               CONFIG_AT32AP700X_WDT_TIMEOUT
-+#define TIMEOUT_MAX           2
++#include "i2c-atmeltwi.h"
 +
-+/* Watchdog registers and write/read macro */
-+#define       WDT_CTRL                0x00
-+#define WDT_CTRL_EN              0
-+#define WDT_CTRL_PSEL            8
-+#define WDT_CTRL_KEY            24
-+
-+#define WDT_CLR                       0x04
++static unsigned int baudrate = 100 * 1000;
++module_param(baudrate, uint, S_IRUGO);
++MODULE_PARM_DESC(baudrate, "The TWI baudrate");
 +
-+#define WDT_BIT(name)         (1 << WDT_##name)
-+#define WDT_BF(name,value)    ((value) << WDT_##name)
 +
-+#define wdt_readl(dev,reg)                            \
-+      __raw_readl((dev)->regs + WDT_##reg)
-+#define wdt_writel(dev,reg,value)                     \
-+      __raw_writel((value), (dev)->regs + WDT_##reg)
++struct atmel_twi {
++      void __iomem *regs;
++      struct i2c_adapter adapter;
++      struct clk *pclk;
++      struct completion comp;
++      u32 mask;
++      u8 *buf;
++      u16 len;
++      u16 acks_left;
++      int status;
++      unsigned int irq;
 +
-+struct wdt_at32ap700x {
-+      void __iomem            *regs;
-+      int                     timeout;
-+      int                     users;
-+      struct miscdevice       miscdev;
 +};
-+
-+static struct wdt_at32ap700x *wdt;
++#define to_atmel_twi(adap) container_of(adap, struct atmel_twi, adapter)
 +
 +/*
-+ * Disable the watchdog.
++ * (Re)Initialize the TWI hardware registers.
 + */
-+static void inline at32_wdt_stop(void)
++static int twi_hwinit(struct atmel_twi *twi)
 +{
-+      unsigned long psel = wdt_readl(wdt, CTRL) & WDT_BF(CTRL_PSEL, 0x0f);
-+      wdt_writel(wdt, CTRL, psel | WDT_BF(CTRL_KEY, 0x55));
-+      wdt_writel(wdt, CTRL, psel | WDT_BF(CTRL_KEY, 0xaa));
-+}
++      unsigned long cdiv, ckdiv = 0;
 +
-+/*
-+ * Enable and reset the watchdog.
-+ */
-+static void inline at32_wdt_start(void)
-+{
-+      /* 0xf is 2^16 divider = 2 sec, 0xe is 2^15 divider = 1 sec */
-+      unsigned long psel = (wdt->timeout > 1) ? 0xf : 0xe;
++      /* REVISIT: wait till SCL is high before resetting; otherwise,
++       * some versions will wedge forever.
++       */
 +
-+      wdt_writel(wdt, CTRL, WDT_BIT(CTRL_EN)
-+                      | WDT_BF(CTRL_PSEL, psel)
-+                      | WDT_BF(CTRL_KEY, 0x55));
-+      wdt_writel(wdt, CTRL, WDT_BIT(CTRL_EN)
-+                      | WDT_BF(CTRL_PSEL, psel)
-+                      | WDT_BF(CTRL_KEY, 0xaa));
-+}
++      twi_writel(twi, IDR, ~0UL);
++      twi_writel(twi, CR, TWI_BIT(SWRST));    /*Reset peripheral*/
++      twi_readl(twi, SR);
 +
-+/*
-+ * Pat the watchdog timer.
-+ */
-+static void inline at32_wdt_pat(void)
-+{
-+      wdt_writel(wdt, CLR, 0x42);
++      cdiv = (clk_get_rate(twi->pclk) / (2 * baudrate)) - 4;
++
++      while (cdiv > 255) {
++              ckdiv++;
++              cdiv = cdiv >> 1;
++      }
++
++      /* REVISIT: there are various errata to consider re CDIV and CHDIV
++       * here, at least on at91 parts.
++       */
++
++      if (ckdiv > 7)
++              return -EINVAL;
++      else
++              twi_writel(twi, CWGR, TWI_BF(CKDIV, ckdiv)
++                              | TWI_BF(CHDIV, cdiv)
++                              | TWI_BF(CLDIV, cdiv));
++      return 0;
 +}
 +
 +/*
-+ * Watchdog device is opened, and watchdog starts running.
++ * Waits for the i2c status register to set the specified bitmask
++ * Returns 0 if timed out ... ~100ms is much longer than the SMBus
++ * limit, but I2C has no limit at all.
 + */
-+static int at32_wdt_open(struct inode *inode, struct file *file)
++static int twi_complete(struct atmel_twi *twi, u32 mask)
 +{
-+      if (test_and_set_bit(1, &wdt->users))
-+              return -EBUSY;
++      int timeout = msecs_to_jiffies(100);
++
++      mask |= TWI_BIT(TXCOMP);
++      twi->mask = mask | TWI_BIT(NACK) | TWI_BIT(OVRE);
++      init_completion(&twi->comp);
++
++      twi_writel(twi, IER, mask);
++
++      if (!wait_for_completion_timeout(&twi->comp, timeout)) {
++              /* RESET TWI interface */
++              twi_writel(twi, CR, TWI_BIT(SWRST));
++
++              /* Reinitialize TWI */
++              twi_hwinit(twi);
 +
-+      at32_wdt_start();
-+      return nonseekable_open(inode, file);
++              return -ETIMEDOUT;
++      }
++      return 0;
 +}
 +
 +/*
-+ * Close the watchdog device. If CONFIG_WATCHDOG_NOWAYOUT is _not_ defined then
-+ * the watchdog is also disabled.
++ * Generic i2c master transfer entrypoint.
 + */
-+static int at32_wdt_close(struct inode *inode, struct file *file)
++static int twi_xfer(struct i2c_adapter *adap, struct i2c_msg *pmsg, int num)
 +{
-+#ifndef CONFIG_WATCHDOG_NOWAYOUT
-+      at32_wdt_stop();
-+#endif
-+      clear_bit(1, &wdt->users);
-+      return 0;
++      struct atmel_twi *twi = to_atmel_twi(adap);
++      int i;
++
++      dev_dbg(&adap->dev, "twi_xfer: processing %d messages:\n", num);
++
++      twi->status = 0;
++      for (i = 0; i < num; i++, pmsg++) {
++              twi->len = pmsg->len;
++              twi->buf = pmsg->buf;
++              twi->acks_left = pmsg->len;
++              twi_writel(twi, MMR, TWI_BF(DADR, pmsg->addr) |
++                      (pmsg->flags & I2C_M_RD ? TWI_BIT(MREAD) : 0));
++              twi_writel(twi, IADR, TWI_BF(IADR, pmsg->addr));
++
++              dev_dbg(&adap->dev,
++                      "#%d: %s %d byte%s %s dev 0x%02x\n",
++                      i,
++                      pmsg->flags & I2C_M_RD ? "reading" : "writing",
++                      pmsg->len,
++                      pmsg->len > 1 ? "s" : "",
++                      pmsg->flags & I2C_M_RD ? "from" : "to", pmsg->addr);
++
++              /* enable */
++              twi_writel(twi, CR, TWI_BIT(MSEN));
++
++              if (pmsg->flags & I2C_M_RD) {
++                      /* cleanup after previous RX overruns */
++                      while (twi_readl(twi, SR) & TWI_BIT(RXRDY))
++                              twi_readl(twi, RHR);
++
++                      if (twi->len == 1)
++                              twi_writel(twi, CR,
++                                      TWI_BIT(START) | TWI_BIT(STOP));
++                      else
++                              twi_writel(twi, CR, TWI_BIT(START));
++
++                      if (twi_complete(twi, TWI_BIT(RXRDY)) == -ETIMEDOUT) {
++                              dev_dbg(&adap->dev, "RX[%d] timeout. "
++                                      "Stopped with %d bytes left\n",
++                                      i, twi->acks_left);
++                              return -ETIMEDOUT;
++                      }
++              } else {
++                      twi_writel(twi, THR, twi->buf[0]);
++                      twi->acks_left--;
++                      /* REVISIT: some chips don't start automagically:
++                       * twi_writel(twi, CR, TWI_BIT(START));
++                       */
++                      if (twi_complete(twi, TWI_BIT(TXRDY)) == -ETIMEDOUT) {
++                              dev_dbg(&adap->dev, "TX[%d] timeout. "
++                                      "Stopped with %d bytes left\n",
++                                      i, twi->acks_left);
++                              return -ETIMEDOUT;
++                      }
++                      /* REVISIT: an erratum workaround may be needed here;
++                       * see sam9261 "STOP not generated" (START either).
++                       */
++              }
++
++              /* Disable TWI interface */
++              twi_writel(twi, CR, TWI_BIT(MSDIS));
++
++              if (twi->status)
++                      return twi->status;
++
++              /* WARNING:  This driver lies about properly supporting
++               * repeated start, or it would *ALWAYS* return here.  It
++               * has issued a STOP.  Continuing is a false claim -- that
++               * a second (or third, etc.) message is part of the same
++               * "combined" (no STOPs between parts) message.
++               */
++
++      } /* end cur msg */
++
++      return i;
 +}
 +
-+/*
-+ * Change the watchdog time interval.
-+ */
-+static int at32_wdt_settimeout(int time)
++
++static irqreturn_t twi_interrupt(int irq, void *dev_id)
 +{
-+      /*
-+       * All counting occurs at 1 / SLOW_CLOCK (32 kHz) and max prescaler is
-+       * 2 ^ 16 allowing up to 2 seconds timeout.
-+       */
-+      if ((time < TIMEOUT_MIN) || (time > TIMEOUT_MAX))
-+              return -EINVAL;
++      struct atmel_twi *twi = dev_id;
++      int status = twi_readl(twi, SR);
++
++      /* Save state for later debug prints */
++      int old_status = status;
++
++      if (twi->mask & status) {
++
++              status &= twi->mask;
++
++              if (status & TWI_BIT(RXRDY)) {
++                      if ((status & TWI_BIT(OVRE)) && twi->acks_left) {
++                              /* Note weakness in fault reporting model:
++                               * we can't say "the first N of these data
++                               * bytes are valid".
++                               */
++                              dev_err(&twi->adapter.dev,
++                                      "OVERRUN RX! %04x, lost %d\n",
++                                      old_status, twi->acks_left);
++                              twi->acks_left = 0;
++                              twi_writel(twi, CR, TWI_BIT(STOP));
++                              twi->status = -EOVERFLOW;
++                      } else if (twi->acks_left > 0) {
++                              twi->buf[twi->len - twi->acks_left] =
++                                      twi_readl(twi, RHR);
++                              twi->acks_left--;
++                      }
++                      if (status & TWI_BIT(TXCOMP))
++                              goto done;
++                      if (twi->acks_left == 1)
++                              twi_writel(twi, CR, TWI_BIT(STOP));
++
++              } else if (status & (TWI_BIT(NACK) | TWI_BIT(TXCOMP))) {
++                      goto done;
++
++              } else if (status & TWI_BIT(TXRDY)) {
++                      if (twi->acks_left > 0) {
++                              twi_writel(twi, THR,
++                                      twi->buf[twi->len - twi->acks_left]);
++                              twi->acks_left--;
++                      } else
++                              twi_writel(twi, CR, TWI_BIT(STOP));
++              }
++
++              if (twi->acks_left == 0)
++                      twi_writel(twi, IDR, ~TWI_BIT(TXCOMP));
++      }
 +
-+      /*
-+       * Set new watchdog time. It will be used when at32_wdt_start() is
-+       * called.
-+       */
-+      wdt->timeout = time;
-+      return 0;
-+}
++      /* enabling this message helps trigger overruns/underruns ... */
++      dev_vdbg(&twi->adapter.dev,
++              "ISR: SR 0x%04X, mask 0x%04X, acks %i\n",
++              old_status,
++              twi->acks_left ? twi->mask : TWI_BIT(TXCOMP),
++              twi->acks_left);
 +
-+static struct watchdog_info at32_wdt_info = {
-+      .identity       = "at32ap700x watchdog",
-+      .options        = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING,
-+};
++      return IRQ_HANDLED;
 +
-+/*
-+ * Handle commands from user-space.
-+ */
-+static int at32_wdt_ioctl(struct inode *inode, struct file *file,
-+              unsigned int cmd, unsigned long arg)
-+{
-+      int ret = -ENOTTY;
-+      int time;
-+      void __user *argp = (void __user *)arg;
-+      int __user *p = argp;
++done:
++      /* Note weak fault reporting model:  we can't report how many
++       * bytes we sent before the NAK, or let upper layers choose
++       * whether to continue.  The I2C stack doesn't allow that...
++       */
++      if (status & TWI_BIT(NACK)) {
++              dev_dbg(&twi->adapter.dev, "NACK received! %d to go\n",
++                      twi->acks_left);
++              twi->status = -EPIPE;
 +
-+      switch (cmd) {
-+      case WDIOC_KEEPALIVE:
-+              at32_wdt_pat();
-+              ret = 0;
-+              break;
-+      case WDIOC_GETSUPPORT:
-+              ret = copy_to_user(argp, &at32_wdt_info,
-+                              sizeof(at32_wdt_info)) ? -EFAULT : 0;
-+              break;
-+      case WDIOC_SETTIMEOUT:
-+              ret = get_user(time, p);
-+              if (ret)
-+                      break;
-+              ret = at32_wdt_settimeout(time);
-+              if (ret)
-+                      break;
-+              /* Enable new time value */
-+              at32_wdt_start();
-+              /* fall through */
-+      case WDIOC_GETTIMEOUT:
-+              ret = put_user(wdt->timeout, p);
-+              break;
-+      case WDIOC_GETSTATUS: /* fall through */
-+      case WDIOC_GETBOOTSTATUS:
-+              ret = put_user(0, p);
-+              break;
-+      case WDIOC_SETOPTIONS:
-+              ret = get_user(time, p);
-+              if (ret)
-+                      break;
-+              if (time & WDIOS_DISABLECARD)
-+                      at32_wdt_stop();
-+              if (time & WDIOS_ENABLECARD)
-+                      at32_wdt_start();
-+              ret = 0;
-+              break;
++      /* TX underrun morphs automagically into a premature STOP;
++       * we'll probably observe UVRE even when it's not documented.
++       */
++      } else if (twi->acks_left && (twi->mask & TWI_BIT(TXRDY))) {
++              dev_err(&twi->adapter.dev, "UNDERRUN TX!  %04x, %d to go\n",
++                      old_status, twi->acks_left);
++              twi->status = -ENOSR;
 +      }
 +
-+      return ret;
++      twi_writel(twi, IDR, ~0UL);
++      complete(&twi->comp);
++
++      dev_dbg(&twi->adapter.dev, "ISR: SR 0x%04X, acks %i --> %d\n",
++              old_status, twi->acks_left, twi->status);
++
++      return IRQ_HANDLED;
 +}
 +
-+static ssize_t at32_wdt_write(struct file *file, const char *data, size_t len,
-+                              loff_t *ppos)
++
++/*
++ * Return list of supported functionality.
++ *
++ * NOTE:  see warning above about repeated starts; this driver is falsely
++ * claiming to support "combined" transfers.  The mid-message STOPs mean
++ * some slaves will never work with this driver.  (Use i2c-gpio...)
++ */
++static u32 twi_func(struct i2c_adapter *adapter)
 +{
-+      at32_wdt_pat();
-+      return len;
++      return (I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL)
++              & ~I2C_FUNC_SMBUS_QUICK;
 +}
 +
-+static const struct file_operations at32_wdt_fops = {
-+      .owner          = THIS_MODULE,
-+      .llseek         = no_llseek,
-+      .ioctl          = at32_wdt_ioctl,
-+      .open           = at32_wdt_open,
-+      .release        = at32_wdt_close,
-+      .write          = at32_wdt_write,
++static struct i2c_algorithm twi_algorithm = {
++      .master_xfer    = twi_xfer,
++      .functionality  = twi_func,
 +};
 +
-+static int __init at32_wdt_probe(struct platform_device *pdev)
++/*
++ * Main initialization routine.
++ */
++static int __init twi_probe(struct platform_device *pdev)
 +{
-+      struct resource *regs;
-+      int ret;
-+
-+      if (wdt) {
-+              dev_dbg(&pdev->dev, "only 1 wdt instance supported.\n");
-+              return -EBUSY;
-+      }
++      struct atmel_twi *twi;
++      struct resource *regs;
++      struct clk *pclk;
++      struct i2c_adapter *adapter;
++      int rc, irq;
 +
 +      regs = platform_get_resource(pdev, IORESOURCE_MEM, 0);
-+      if (!regs) {
-+              dev_dbg(&pdev->dev, "missing mmio resource\n");
++      if (!regs)
 +              return -ENXIO;
-+      }
 +
-+      wdt = kzalloc(sizeof(struct wdt_at32ap700x), GFP_KERNEL);
-+      if (!wdt) {
-+              dev_dbg(&pdev->dev, "no memory for wdt structure\n");
-+              return -ENOMEM;
++      pclk = clk_get(&pdev->dev, "twi_pclk");
++      if (IS_ERR(pclk))
++              return PTR_ERR(pclk);
++      clk_enable(pclk);
++
++      rc = -ENOMEM;
++      twi = kzalloc(sizeof(struct atmel_twi), GFP_KERNEL);
++      if (!twi) {
++              dev_dbg(&pdev->dev, "can't allocate interface!\n");
++              goto err_alloc_twi;
 +      }
 +
-+      wdt->regs = ioremap(regs->start, regs->end - regs->start + 1);
-+      if (!wdt->regs) {
-+              ret = -ENOMEM;
-+              dev_dbg(&pdev->dev, "could not map I/O memory\n");
-+              goto err_free;
++      twi->pclk = pclk;
++      twi->regs = ioremap(regs->start, regs->end - regs->start + 1);
++      if (!twi->regs)
++              goto err_ioremap;
++
++      irq = platform_get_irq(pdev, 0);
++      rc = request_irq(irq, twi_interrupt, 0, "twi", twi);
++      if (rc) {
++              dev_dbg(&pdev->dev, "can't bind irq!\n");
++              goto err_irq;
 +      }
-+      wdt->users = 0;
-+      wdt->miscdev.minor = WATCHDOG_MINOR;
-+      wdt->miscdev.name = "watchdog";
-+      wdt->miscdev.fops = &at32_wdt_fops;
++      twi->irq = irq;
 +
-+      if (at32_wdt_settimeout(TIMEOUT_DEFAULT)) {
-+              at32_wdt_settimeout(TIMEOUT_MAX);
-+              dev_dbg(&pdev->dev,
-+                      "default timeout invalid, set to %d sec.\n",
-+                      TIMEOUT_MAX);
++      rc = twi_hwinit(twi);
++      if (rc) {
++              dev_err(&pdev->dev, "Unable to set baudrate\n");
++              goto err_hw_init;
 +      }
 +
-+      ret = misc_register(&wdt->miscdev);
-+      if (ret) {
-+              dev_dbg(&pdev->dev, "failed to register wdt miscdev\n");
-+              goto err_iounmap;
++      adapter = &twi->adapter;
++      sprintf(adapter->name, "TWI");
++      adapter->algo = &twi_algorithm;
++      adapter->class = I2C_CLASS_ALL;
++      adapter->nr = pdev->id;
++      adapter->dev.parent = &pdev->dev;
++
++      platform_set_drvdata(pdev, twi);
++
++      rc = i2c_add_numbered_adapter(adapter);
++      if (rc) {
++              dev_dbg(&pdev->dev, "Adapter %s registration failed\n",
++                      adapter->name);
++              goto err_register;
 +      }
 +
-+      platform_set_drvdata(pdev, wdt);
-+      wdt->miscdev.parent = &pdev->dev;
-+      dev_info(&pdev->dev, "AT32AP700X WDT at 0x%p\n", wdt->regs);
++      dev_info(&pdev->dev,
++              "Atmel TWI/I2C adapter (baudrate %dk) at 0x%08lx.\n",
++               baudrate/1000, (unsigned long)regs->start);
 +
 +      return 0;
 +
-+err_iounmap:
-+      iounmap(wdt->regs);
-+err_free:
-+      kfree(wdt);
-+      wdt = NULL;
-+      return ret;
-+}
 +
-+static int __exit at32_wdt_remove(struct platform_device *pdev)
-+{
-+      if (wdt && platform_get_drvdata(pdev) == wdt) {
-+              misc_deregister(&wdt->miscdev);
-+              iounmap(wdt->regs);
-+              kfree(wdt);
-+              wdt = NULL;
-+              platform_set_drvdata(pdev, NULL);
-+      }
++err_register:
++      platform_set_drvdata(pdev, NULL);
 +
-+      return 0;
-+}
++err_hw_init:
++      free_irq(irq, twi);
 +
-+static void at32_wdt_shutdown(struct platform_device *pdev)
-+{
-+      at32_wdt_stop();
-+}
++err_irq:
++      iounmap(twi->regs);
 +
-+#ifdef CONFIG_PM
-+static int at32_wdt_suspend(struct platform_device *pdev, pm_message_t message)
-+{
-+      at32_wdt_stop();
-+      return 0;
++err_ioremap:
++      kfree(twi);
++
++err_alloc_twi:
++      clk_disable(pclk);
++      clk_put(pclk);
++
++      return rc;
 +}
 +
-+static int at32_wdt_resume(struct platform_device *pdev)
++static int __exit twi_remove(struct platform_device *pdev)
 +{
-+      if (wdt->users)
-+              at32_wdt_start();
-+      return 0;
++      struct atmel_twi *twi = platform_get_drvdata(pdev);
++      int res;
++
++      platform_set_drvdata(pdev, NULL);
++      res = i2c_del_adapter(&twi->adapter);
++      twi_writel(twi, CR, TWI_BIT(MSDIS));
++      iounmap(twi->regs);
++      clk_disable(twi->pclk);
++      clk_put(twi->pclk);
++      free_irq(twi->irq, twi);
++      kfree(twi);
++
++      return res;
 +}
-+#else
-+#define at32_wdt_suspend NULL
-+#define at32_wdt_resume NULL
-+#endif
 +
-+static struct platform_driver at32_wdt_driver = {
-+      .remove         = __exit_p(at32_wdt_remove),
-+      .suspend        = at32_wdt_suspend,
-+      .resume         = at32_wdt_resume,
++static struct platform_driver twi_driver = {
++      .remove         = __exit_p(twi_remove),
 +      .driver         = {
-+              .name   = "at32_wdt",
++              .name   = "atmel_twi",
 +              .owner  = THIS_MODULE,
 +      },
-+      .shutdown       = at32_wdt_shutdown,
 +};
 +
-+static int __init at32_wdt_init(void)
++static int __init atmel_twi_init(void)
 +{
-+      return platform_driver_probe(&at32_wdt_driver, at32_wdt_probe);
++      return platform_driver_probe(&twi_driver, twi_probe);
 +}
-+module_init(at32_wdt_init);
 +
-+static void __exit at32_wdt_exit(void)
++static void __exit atmel_twi_exit(void)
 +{
-+      platform_driver_unregister(&at32_wdt_driver);
++      platform_driver_unregister(&twi_driver);
 +}
-+module_exit(at32_wdt_exit);
 +
-+MODULE_AUTHOR("Hans-Christian Egtvedt <hcegtvedt@atmel.com>");
-+MODULE_DESCRIPTION("Watchdog driver for Atmel AT32AP700X");
-+MODULE_LICENSE("GPL");
-+MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR);
-diff -x .git -Nur linux-2.6.22.1/drivers/char/watchdog/Kconfig linux-avr32.git/drivers/char/watchdog/Kconfig
---- linux-2.6.22.1/drivers/char/watchdog/Kconfig       2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/drivers/char/watchdog/Kconfig      2007-07-12 13:59:59.000000000 +0200
-@@ -187,6 +187,26 @@
-         Say N if you are unsure.
-+# AVR32 Architecture
++module_init(atmel_twi_init);
++module_exit(atmel_twi_exit);
 +
-+config AT32AP700X_WDT
-+      tristate "AT32AP700x watchdog"
-+      depends on WATCHDOG && CPU_AT32AP7000
-+      help
-+        Watchdog timer embedded into AT32AP700x devices. This will reboot
-+        your system when the timeout is reached.
-+
-+config AT32AP700X_WDT_TIMEOUT
-+      int "Timeout value for AT32AP700x watchdog"
-+      depends on AT32AP700X_WDT
-+      default "2"
-+      range 1 2
-+      help
-+        Sets the timeout value for the watchdog in AT32AP700x devices.
-+        Limited by hardware to be 1 or 2 seconds.
-+
-+        Set to 2 seconds by default.
-+
- # X86 (i386 + ia64 + x86_64) Architecture
- config ACQUIRE_WDT
-diff -x .git -Nur linux-2.6.22.1/drivers/char/watchdog/Makefile linux-avr32.git/drivers/char/watchdog/Makefile
---- linux-2.6.22.1/drivers/char/watchdog/Makefile      2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/drivers/char/watchdog/Makefile     2007-07-12 13:59:59.000000000 +0200
-@@ -36,6 +36,9 @@
- obj-$(CONFIG_EP93XX_WATCHDOG) += ep93xx_wdt.o
- obj-$(CONFIG_PNX4008_WATCHDOG) += pnx4008_wdt.o
-+# AVR32 Architecture
-+obj-$(CONFIG_AT32AP700X_WDT) += at32ap700x_wdt.o
-+
- # X86 (i386 + ia64 + x86_64) Architecture
- obj-$(CONFIG_ACQUIRE_WDT) += acquirewdt.o
- obj-$(CONFIG_ADVANTECH_WDT) += advantechwdt.o
-diff -x .git -Nur linux-2.6.22.1/drivers/i2c/busses/atmeltwi.h linux-avr32.git/drivers/i2c/busses/atmeltwi.h
---- linux-2.6.22.1/drivers/i2c/busses/atmeltwi.h       1970-01-01 01:00:00.000000000 +0100
-+++ linux-avr32.git/drivers/i2c/busses/atmeltwi.h      2007-06-06 11:33:51.000000000 +0200
++MODULE_AUTHOR("Espen Krangnes");
++MODULE_DESCRIPTION("I2C driver for Atmel TWI");
++MODULE_LICENSE("GPL");
+diff -urN linux-2.6.24.3/drivers/i2c/busses/i2c-atmeltwi.h avr32-2.6/drivers/i2c/busses/i2c-atmeltwi.h
+--- linux-2.6.24.3/drivers/i2c/busses/i2c-atmeltwi.h   1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/drivers/i2c/busses/i2c-atmeltwi.h        2008-04-23 19:33:37.000000000 +0200
 @@ -0,0 +1,117 @@
 +/*
 + * Register definitions for the Atmel Two-Wire Interface
 + */
 +
-+#ifndef __ASM_AVR32_TWI_H__
-+#define __ASM_AVR32_TWI_H__
++#ifndef __ATMELTWI_H__
++#define __ATMELTWI_H__
 +
 +/* TWI register offsets */
 +#define TWI_CR                                        0x0000
@@ -5002,923 +12791,1360 @@ diff -x .git -Nur linux-2.6.22.1/drivers/i2c/busses/atmeltwi.h linux-avr32.git/d
 +/* Bit manipulation macros */
 +#define TWI_BIT(name)                                 \
 +      (1 << TWI_##name##_OFFSET)
-+#define TWI_BF(name,value)                            \
++#define TWI_BF(name, value)                           \
 +      (((value) & ((1 << TWI_##name##_SIZE) - 1))     \
 +       << TWI_##name##_OFFSET)
-+#define TWI_BFEXT(name,value)                         \
++#define TWI_BFEXT(name, value)                                \
 +      (((value) >> TWI_##name##_OFFSET)               \
 +       & ((1 << TWI_##name##_SIZE) - 1))
-+#define TWI_BFINS(name,value,old)                     \
++#define TWI_BFINS(name, value, old)                   \
 +      (((old) & ~(((1 << TWI_##name##_SIZE) - 1)      \
 +                  << TWI_##name##_OFFSET))            \
-+       | TWI_BF(name,value))
++       | TWI_BF(name, (value)))
 +
 +/* Register access macros */
-+#define twi_readl(port,reg)                           \
++#define twi_readl(port, reg)                          \
 +      __raw_readl((port)->regs + TWI_##reg)
-+#define twi_writel(port,reg,value)                    \
++#define twi_writel(port, reg, value)                  \
 +      __raw_writel((value), (port)->regs + TWI_##reg)
 +
-+#endif /* __ASM_AVR32_TWI_H__ */
-diff -x .git -Nur linux-2.6.22.1/drivers/i2c/busses/i2c-atmeltwi.c linux-avr32.git/drivers/i2c/busses/i2c-atmeltwi.c
---- linux-2.6.22.1/drivers/i2c/busses/i2c-atmeltwi.c   1970-01-01 01:00:00.000000000 +0100
-+++ linux-avr32.git/drivers/i2c/busses/i2c-atmeltwi.c  2007-07-13 11:24:16.000000000 +0200
-@@ -0,0 +1,383 @@
++#endif /* __ATMELTWI_H__ */
+diff -urN linux-2.6.24.3/drivers/i2c/busses/Kconfig avr32-2.6/drivers/i2c/busses/Kconfig
+--- linux-2.6.24.3/drivers/i2c/busses/Kconfig  2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/drivers/i2c/busses/Kconfig       2008-04-23 20:12:40.000000000 +0200
+@@ -88,6 +88,14 @@
+         to support combined I2C messages.  Use the i2c-gpio driver
+         unless your system can cope with those limitations.
++config I2C_ATMELTWI
++      tristate "Atmel Two-Wire Interface (TWI)"
++      depends on I2C && (ARCH_AT91 || PLATFORM_AT32AP)
++      help
++        Atmel on-chip TWI controller. Say Y if you have an AT32 or
++        AT91-based device and want to use its built-in TWI
++        functionality.
++
+ config I2C_AU1550
+       tristate "Au1550/Au1200 SMBus interface"
+       depends on SOC_AU1550 || SOC_AU1200
+diff -urN linux-2.6.24.3/drivers/i2c/busses/Makefile avr32-2.6/drivers/i2c/busses/Makefile
+--- linux-2.6.24.3/drivers/i2c/busses/Makefile 2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/drivers/i2c/busses/Makefile      2008-04-23 20:12:40.000000000 +0200
+@@ -53,6 +53,7 @@
+ obj-$(CONFIG_I2C_VOODOO3)     += i2c-voodoo3.o
+ obj-$(CONFIG_SCx200_ACB)      += scx200_acb.o
+ obj-$(CONFIG_SCx200_I2C)      += scx200_i2c.o
++obj-$(CONFIG_I2C_ATMELTWI)    += i2c-atmeltwi.o
+ ifeq ($(CONFIG_I2C_DEBUG_BUS),y)
+ EXTRA_CFLAGS += -DDEBUG
+diff -urN linux-2.6.24.3/drivers/input/serio/at32psif.c avr32-2.6/drivers/input/serio/at32psif.c
+--- linux-2.6.24.3/drivers/input/serio/at32psif.c      1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/drivers/input/serio/at32psif.c   2008-04-23 20:12:40.000000000 +0200
+@@ -0,0 +1,351 @@
 +/*
-+ * i2c Support for Atmel's Two-Wire Interface (TWI)
-+ *
-+ * Based on the work of Copyright (C) 2004 Rick Bronson
-+ * Converted to 2.6 by Andrew Victor <andrew at sanpeople.com>
-+ * Ported to AVR32 and heavily modified by Espen Krangnes
-+ * <ekrangnes at atmel.com>
-+ *
-+ * Copyright (C) 2006 Atmel Corporation
-+ *
-+ * Borrowed heavily from the original work by:
-+ * Copyright (C) 2000 Philip Edelbrock <phil at stimpy.netroedge.com>
++ * Copyright (C) 2007 Atmel Corporation
 + *
-+ * Partialy rewriten by Karel Hojdar <cmkaho at seznam.cz>
-+ * bugs removed, interrupt routine markedly rewritten
++ * Driver for the AT32AP700X PS/2 controller (PSIF).
 + *
-+ * This program is free software; you can redistribute it and/or modify
-+ * it under the terms of the GNU General Public License as published by
-+ * the Free Software Foundation; either version 2 of the License, or
-+ * (at your option) any later version.
++ * This program is free software; you can redistribute it and/or modify it
++ * under the terms of the GNU General Public License version 2 as published
++ * by the Free Software Foundation.
 + */
-+
-+
-+#include <linux/err.h>
-+#include <linux/module.h>
 +#include <linux/kernel.h>
-+#include <linux/slab.h>
-+#include <linux/types.h>
-+#include <linux/delay.h>
-+#include <linux/i2c.h>
++#include <linux/module.h>
++#include <linux/device.h>
 +#include <linux/init.h>
-+#include <linux/clk.h>
++#include <linux/serio.h>
++#include <linux/timer.h>
 +#include <linux/interrupt.h>
-+#include <linux/irq.h>
++#include <linux/err.h>
++#include <linux/io.h>
++#include <linux/clk.h>
 +#include <linux/platform_device.h>
-+#include <linux/completion.h>
-+#include <asm/io.h>
-+#include <linux/time.h>
-+#include "atmeltwi.h"
 +
-+static unsigned int baudrate = CONFIG_I2C_ATMELTWI_BAUDRATE;
-+module_param(baudrate, uint, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP);
-+MODULE_PARM_DESC(baudrate, "The TWI baudrate");
++#include "at32psif.h"
 +
++#define PSIF_BUF_SIZE         16
 +
-+struct atmel_twi {
-+      void __iomem *regs;
-+      struct i2c_adapter adapter;
-+      struct clk *pclk;
-+      spinlock_t lock;
-+      struct completion comp;
-+      u32 intmask;
-+      u8 *buf;
-+      u8 len;
-+      u8 acks_left;
-+      u8 nack;
-+      unsigned int irq;
++#define ring_is_empty(_psif)  (_psif->head == _psif->tail)
++#define ring_next_head(_psif) ((_psif->head + 1) & (PSIF_BUF_SIZE - 1))
++#define ring_next_tail(_psif) ((_psif->tail + 1) & (PSIF_BUF_SIZE - 1))
 +
++struct psif {
++      struct platform_device  *pdev;
++      struct clk              *pclk;
++      struct serio            *io;
++      struct timer_list       tx_timer;
++      void __iomem            *regs;
++      unsigned int            irq;
++      unsigned int            open;
++      /* Prevent concurrent writes to circular buffer. */
++      spinlock_t              lock;
++      unsigned int            head;
++      unsigned int            tail;
++      unsigned char           buffer[PSIF_BUF_SIZE];
 +};
-+#define to_atmel_twi(adap) container_of(adap, struct atmel_twi, adapter)
 +
-+/*
-+ * Initialize the TWI hardware registers.
-+ */
-+static int __devinit twi_hwinit(struct atmel_twi *twi)
++static irqreturn_t psif_interrupt(int irq, void *_ptr)
 +{
-+      unsigned long cdiv, ckdiv=0;
++      struct psif *psif = _ptr;
++      int retval = IRQ_NONE;
++      unsigned int io_flags = 0;
++      unsigned long status;
 +
-+      twi_writel(twi, IDR, ~0UL);
-+      twi_writel(twi, CR, TWI_BIT(SWRST));    /*Reset peripheral*/
-+      twi_readl(twi, SR);
++      status = psif_readl(psif, SR);
 +
-+      cdiv = (clk_get_rate(twi->pclk) / (2 * baudrate)) - 4;
++      if (status & PSIF_BIT(RXRDY)) {
++              unsigned char val = (unsigned char) psif_readl(psif, RHR);
 +
-+      while (cdiv > 255) {
-+              ckdiv++;
-+              cdiv = cdiv >> 1;
++              if (status & PSIF_BIT(PARITY))
++                      io_flags |= SERIO_PARITY;
++              if (status & PSIF_BIT(OVRUN))
++                      dev_err(&psif->pdev->dev, "overrun read error\n");
++
++              serio_interrupt(psif->io, val, io_flags);
++
++              retval = IRQ_HANDLED;
 +      }
 +
-+      if (ckdiv > 7)
-+              return -EINVAL;
-+      else
-+              twi_writel(twi, CWGR, (TWI_BF(CKDIV, ckdiv)
-+                             | TWI_BF(CHDIV, cdiv)
-+                             | TWI_BF(CLDIV, cdiv)));
++      spin_lock(&psif->lock);
++
++      if (status & PSIF_BIT(TXEMPTY)) {
++              if (status & PSIF_BIT(NACK))
++                      dev_err(&psif->pdev->dev, "NACK error\n");
++
++              psif_writel(psif, IDR, PSIF_BIT(TXEMPTY));
++
++              if (!ring_is_empty(psif))
++                      mod_timer(&psif->tx_timer,
++                                      jiffies + msecs_to_jiffies(1));
++
++              retval = IRQ_HANDLED;
++      }
++
++      spin_unlock(&psif->lock);
++
++      return retval;
++}
++
++static void psif_transmit_data(unsigned long data)
++{
++      struct psif *psif = (struct psif *)data;
++      unsigned long flags;
++
++      spin_lock_irqsave(&psif->lock, flags);
++
++      psif_writel(psif, THR, psif->buffer[psif->tail]);
++      psif->tail = ring_next_tail(psif);
++
++      if (!ring_is_empty(psif))
++              psif_writel(psif, IER, PSIF_BIT(TXEMPTY));
++
++      spin_unlock_irqrestore(&psif->lock, flags);
++}
++
++static int psif_write(struct serio *io, unsigned char val)
++{
++      struct psif *psif = io->port_data;
++      unsigned long flags;
++      unsigned int head;
++
++      spin_lock_irqsave(&psif->lock, flags);
++
++      head = ring_next_head(psif);
++
++      if (head != psif->tail) {
++              psif->buffer[psif->head] = val;
++              psif->head = head;
++      } else {
++              dev_err(&psif->pdev->dev, "underrun write error\n");
++      }
++
++      spin_unlock_irqrestore(&psif->lock, flags);
++
++      /* Make sure TXEMPTY interrupt is enabled. */
++      psif_writel(psif, IER, PSIF_BIT(TXEMPTY));
++
 +      return 0;
 +}
 +
-+/*
-+ * Waits for the i2c status register to set the specified bitmask
-+ * Returns 0 if timed out (~100ms).
-+ */
-+static short twi_complete(struct atmel_twi *twi, u32 mask)
++static int psif_open(struct serio *io)
 +{
-+      int timeout = msecs_to_jiffies(100);
++      struct psif *psif = io->port_data;
++      int retval;
 +
-+      twi->intmask = mask;
-+      init_completion(&twi->comp);
++      retval = clk_enable(psif->pclk);
++      if (retval)
++              goto out;
 +
-+      twi_writel(twi, IER, mask);
++      psif_writel(psif, CR, PSIF_BIT(CR_TXEN) | PSIF_BIT(CR_RXEN));
++      psif_writel(psif, IER, PSIF_BIT(RXRDY));
 +
-+      if (!wait_for_completion_timeout(&twi->comp, timeout)) {
-+              /* RESET TWI interface */
-+              twi_writel(twi, CR, TWI_BIT(SWRST));
++      psif->open = 1;
++out:
++      return retval;
++}
 +
-+              /* Reinitialize TWI */
-+              twi_hwinit(twi);
++static void psif_close(struct serio *io)
++{
++      struct psif *psif = io->port_data;
 +
-+              return -ETIMEDOUT;
++      psif->open = 0;
++
++      psif_writel(psif, IDR, ~0UL);
++      psif_writel(psif, CR, PSIF_BIT(CR_TXDIS) | PSIF_BIT(CR_RXDIS));
++
++      clk_disable(psif->pclk);
++}
++
++static void psif_set_prescaler(struct psif *psif)
++{
++      unsigned long prscv;
++      unsigned long rate = clk_get_rate(psif->pclk);
++
++      /* PRSCV = Pulse length (100 us) * PSIF module frequency. */
++      prscv = 100 * (rate / 1000000UL);
++
++      if (prscv > ((1<<PSIF_PSR_PRSCV_SIZE) - 1)) {
++              prscv = (1<<PSIF_PSR_PRSCV_SIZE) - 1;
++              dev_dbg(&psif->pdev->dev, "pclk too fast, "
++                              "prescaler set to max\n");
 +      }
-+      return 0;
++
++      clk_enable(psif->pclk);
++      psif_writel(psif, PSR, prscv);
++      clk_disable(psif->pclk);
 +}
 +
-+/*
-+ * Generic i2c master transfer entrypoint.
-+ */
-+static int twi_xfer(struct i2c_adapter *adap, struct i2c_msg msgs[], int num)
++static int __init psif_probe(struct platform_device *pdev)
 +{
-+      struct atmel_twi *twi = to_atmel_twi(adap);
-+      struct i2c_msg *pmsg;
-+      int i;
++      struct resource *regs;
++      struct psif *psif;
++      struct serio *io;
++      struct clk *pclk;
++      int irq;
++      int ret;
 +
-+      /* get first message */
-+      pmsg = msgs;
++      psif = kzalloc(sizeof(struct psif), GFP_KERNEL);
++      if (!psif) {
++              dev_dbg(&pdev->dev, "out of memory\n");
++              ret = -ENOMEM;
++              goto out;
++      }
++      psif->pdev = pdev;
 +
-+      dev_dbg(&adap->dev, "twi_xfer: processing %d messages:\n", num);
++      io = kzalloc(sizeof(struct serio), GFP_KERNEL);
++      if (!io) {
++              dev_dbg(&pdev->dev, "out of memory\n");
++              ret = -ENOMEM;
++              goto out_free_psif;
++      }
++      psif->io = io;
 +
-+      twi->nack = 0;
-+      for (i = 0; i < num; i++, pmsg++) {
-+              twi->len = pmsg->len;
-+              twi->buf = pmsg->buf;
-+              twi->acks_left = pmsg->len;
-+              twi_writel(twi, MMR, TWI_BF(DADR, pmsg->addr) |
-+                      (pmsg->flags & I2C_M_RD ? TWI_BIT(MREAD) : 0));
-+              twi_writel(twi, IADR, TWI_BF(IADR, pmsg->addr));
++      regs = platform_get_resource(pdev, IORESOURCE_MEM, 0);
++      if (!regs) {
++              dev_dbg(&pdev->dev, "no mmio resources defined\n");
++              ret = -ENOMEM;
++              goto out_free_io;
++      }
 +
-+              dev_dbg(&adap->dev,"#%d: internal addr %d %s byte%s %s 0x%02x\n",
-+                      i,pmsg->len, pmsg->flags & I2C_M_RD ? "reading" : "writing",
-+                      pmsg->len > 1 ? "s" : "",
-+                      pmsg->flags & I2C_M_RD ? "from" : "to", pmsg->addr);
++      psif->regs = ioremap(regs->start, regs->end - regs->start + 1);
++      if (!psif->regs) {
++              ret = -ENOMEM;
++              dev_dbg(&pdev->dev, "could not map I/O memory\n");
++              goto out_free_io;
++      }
 +
-+              /* enable */
-+              twi_writel(twi, CR, TWI_BIT(MSEN));
++      pclk = clk_get(&pdev->dev, "pclk");
++      if (IS_ERR(pclk)) {
++              dev_dbg(&pdev->dev, "could not get peripheral clock\n");
++              ret = PTR_ERR(pclk);
++              goto out_iounmap;
++      }
++      psif->pclk = pclk;
 +
-+              if (pmsg->flags & I2C_M_RD) {
-+                      if (twi->len == 1)
-+                              twi_writel(twi, CR,
-+                                      TWI_BIT(START) | TWI_BIT(STOP));
-+                      else
-+                              twi_writel(twi, CR, TWI_BIT(START));
++      /* Reset the PSIF to enter at a known state. */
++      ret = clk_enable(pclk);
++      if (ret) {
++              dev_dbg(&pdev->dev, "could not enable pclk\n");
++              goto out_put_clk;
++      }
++      psif_writel(psif, CR, PSIF_BIT(CR_SWRST));
++      clk_disable(pclk);
 +
-+                      if (twi_complete(twi, TWI_BIT(RXRDY)) == -ETIMEDOUT) {
-+                              dev_dbg(&adap->dev, "RXRDY timeout. Stopped with %d bytes left\n",
-+                                      twi->acks_left);
-+                              return -ETIMEDOUT;
-+                      }
-+              } else {
-+                      twi_writel(twi, THR, twi->buf[0]);
-+                      if (twi_complete(twi, TWI_BIT(TXRDY)) == -ETIMEDOUT) {
-+                              dev_dbg(&adap->dev, "TXRDY timeout. Stopped with %d bytes left\n",
-+                              twi->acks_left);
-+                              return -ETIMEDOUT;
-+                      }
++      setup_timer(&psif->tx_timer, psif_transmit_data, (unsigned long)psif);
 +
-+                      if (twi->nack)
-+                          return -ENODEV;
-+              }
++      irq = platform_get_irq(pdev, 0);
++      if (irq < 0) {
++              dev_dbg(&pdev->dev, "could not get irq\n");
++              ret = -ENXIO;
++              goto out_put_clk;
++      }
++      ret = request_irq(irq, psif_interrupt, IRQF_SHARED, "at32psif", psif);
++      if (ret) {
++              dev_dbg(&pdev->dev, "could not request irq %d\n", irq);
++              goto out_put_clk;
++      }
++      psif->irq = irq;
 +
-+              /* Disable TWI interface */
-+              twi_writel(twi, CR, TWI_BIT(MSDIS));
++      io->id.type     = SERIO_8042;
++      io->write       = psif_write;
++      io->open        = psif_open;
++      io->close       = psif_close;
++      strlcpy(io->name, pdev->dev.bus_id, sizeof(io->name));
++      strlcpy(io->phys, pdev->dev.bus_id, sizeof(io->phys));
++      io->port_data   = psif;
++      io->dev.parent  = &pdev->dev;
 +
-+      } /* end cur msg */
++      psif_set_prescaler(psif);
 +
-+      return i;
-+}
++      spin_lock_init(&psif->lock);
++      serio_register_port(psif->io);
++      platform_set_drvdata(pdev, psif);
 +
++      dev_info(&pdev->dev, "Atmel AVR32 PSIF PS/2 driver on 0x%08x irq %d\n",
++                      (int)psif->regs, psif->irq);
 +
-+static irqreturn_t twi_interrupt(int irq, void *dev_id)
++      return 0;
++
++out_put_clk:
++      clk_put(psif->pclk);
++out_iounmap:
++      iounmap(psif->regs);
++out_free_io:
++      kfree(io);
++out_free_psif:
++      kfree(psif);
++out:
++      return ret;
++}
++
++static int __exit psif_remove(struct platform_device *pdev)
 +{
-+      struct atmel_twi *twi = dev_id;
-+      int status = twi_readl(twi, SR);
++      struct psif *psif = platform_get_drvdata(pdev);
 +
-+      /* Save state for later debug prints */
-+      int old_mask = twi->intmask;
-+      int old_status = status;
++      psif_writel(psif, IDR, ~0UL);
++      psif_writel(psif, CR, PSIF_BIT(CR_TXDIS) | PSIF_BIT(CR_RXDIS));
 +
-+      if (twi->intmask & status) {
-+              if (status & TWI_BIT(NACK))
-+                      goto nack;
++      serio_unregister_port(psif->io);
++      iounmap(psif->regs);
++      free_irq(psif->irq, psif);
++      clk_put(psif->pclk);
++      kfree(psif);
 +
-+              status &= twi->intmask;
++      platform_set_drvdata(pdev, NULL);
 +
-+              if (status & TWI_BIT(TXCOMP))
-+                  goto complete;
++      return 0;
++}
 +
-+              else if (status & TWI_BIT(RXRDY)) {
-+                      if ( twi->acks_left > 0 ) {
-+                          twi->buf[twi->len - twi->acks_left] =
-+                              twi_readl(twi, RHR);
-+                          twi->acks_left--;
-+                      }
-+                      if ( twi->acks_left == 1 )
-+                              twi_writel(twi, CR, TWI_BIT(STOP));
++#ifdef CONFIG_PM
++static int psif_suspend(struct platform_device *pdev, pm_message_t state)
++{
++      struct psif *psif = platform_get_drvdata(pdev);
 +
-+                      if (twi->acks_left == 0 ) {
-+                              twi->intmask = TWI_BIT(TXCOMP);
-+                              twi_writel(twi, IER, TWI_BIT(TXCOMP));
-+                      }
-+              } else if (status & TWI_BIT(TXRDY)) {
-+                      twi->acks_left--;
-+                      if ( twi->acks_left == 0 ) {
-+                              twi->intmask = TWI_BIT(TXCOMP);
-+                              twi_writel(twi, IER, TWI_BIT(TXCOMP));
-+                      } else if (twi->acks_left > 0)
-+                              twi_writel(twi, THR, twi->buf[twi->len - twi->acks_left]);
-+              }
++      if (psif->open) {
++              psif_writel(psif, CR, PSIF_BIT(CR_RXDIS) | PSIF_BIT(CR_TXDIS));
++              clk_disable(psif->pclk);
 +      }
 +
-+      dev_dbg(&twi->adapter.dev,
-+              "TWI ISR, SR 0x%08X, intmask 0x%08X, acks_left %i.\n",
-+              old_status, old_mask, twi->acks_left);
++      return 0;
++}
 +
-+      return IRQ_HANDLED;
++static int psif_resume(struct platform_device *pdev)
++{
++      struct psif *psif = platform_get_drvdata(pdev);
 +
-+nack:
-+      dev_dbg(&twi->adapter.dev, "NACK received!\n");
-+      twi->nack = 1;
++      if (psif->open) {
++              clk_enable(psif->pclk);
++              psif_set_prescaler(psif);
++              psif_writel(psif, CR, PSIF_BIT(CR_RXEN) | PSIF_BIT(CR_TXEN));
++      }
 +
-+complete:
-+      twi_writel(twi, IDR, ~0UL);
-+      complete(&twi->comp);
++      return 0;
++}
++#else
++#define psif_suspend  NULL
++#define psif_resume   NULL
++#endif
 +
-+      dev_dbg(&twi->adapter.dev,
-+              "TWI ISR, SR 0x%08X, intmask 0x%08X, \
-+              acks_left %i - completed.\n",
-+              old_status, old_mask, twi->acks_left);
++static struct platform_driver psif_driver = {
++      .remove         = __exit_p(psif_remove),
++      .driver         = {
++              .name   = "atmel_psif",
++      },
++      .suspend        = psif_suspend,
++      .resume         = psif_resume,
++};
 +
-+      return IRQ_HANDLED;
++static int __init psif_init(void)
++{
++      return platform_driver_probe(&psif_driver, psif_probe);
 +}
 +
-+
-+/*
-+ * Return list of supported functionality.
-+ */
-+static u32 twi_func(struct i2c_adapter *adapter)
++static void __exit psif_exit(void)
 +{
-+      return I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL;
++      platform_driver_unregister(&psif_driver);
 +}
 +
-+/* For now, we only handle combined mode (smbus) */
-+static struct i2c_algorithm twi_algorithm = {
-+      .master_xfer    = twi_xfer,
-+      .functionality  = twi_func,
-+};
++module_init(psif_init);
++module_exit(psif_exit);
 +
++MODULE_AUTHOR("Hans-Christian Egtvedt <hcegtvedt@atmel.com>");
++MODULE_DESCRIPTION("Atmel AVR32 PSIF PS/2 driver");
++MODULE_LICENSE("GPL");
+diff -urN linux-2.6.24.3/drivers/input/serio/at32psif.h avr32-2.6/drivers/input/serio/at32psif.h
+--- linux-2.6.24.3/drivers/input/serio/at32psif.h      1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/drivers/input/serio/at32psif.h   2008-04-23 20:12:40.000000000 +0200
+@@ -0,0 +1,82 @@
 +/*
-+ * Main initialization routine.
++ * Copyright (C) 2007 Atmel Corporation
++ *
++ * Driver for the AT32AP700X PS/2 controller (PSIF).
++ *
++ * This program is free software; you can redistribute it and/or modify it
++ * under the terms of the GNU General Public License version 2 as published
++ * by the Free Software Foundation.
 + */
-+static int __devinit twi_probe(struct platform_device *pdev)
-+{
-+      struct atmel_twi *twi;
-+      struct resource *regs;
-+      struct clk *pclk;
-+      struct i2c_adapter *adapter;
-+      int rc, irq;
 +
-+      regs = platform_get_resource(pdev, IORESOURCE_MEM, 0);
-+      if (!regs)
-+              return -ENXIO;
++#ifndef _AT32PSIF_H
++#define _AT32PSIF_H
++
++/* PSIF register offsets */
++#define PSIF_CR                               0x00
++#define PSIF_RHR                      0x04
++#define PSIF_THR                      0x08
++#define PSIF_SR                               0x10
++#define PSIF_IER                      0x14
++#define PSIF_IDR                      0x18
++#define PSIF_IMR                      0x1c
++#define PSIF_PSR                      0x24
++
++/* Bitfields in control register. */
++#define PSIF_CR_RXDIS_OFFSET          1
++#define PSIF_CR_RXDIS_SIZE            1
++#define PSIF_CR_RXEN_OFFSET           0
++#define PSIF_CR_RXEN_SIZE             1
++#define PSIF_CR_SWRST_OFFSET          15
++#define PSIF_CR_SWRST_SIZE            1
++#define PSIF_CR_TXDIS_OFFSET          9
++#define PSIF_CR_TXDIS_SIZE            1
++#define PSIF_CR_TXEN_OFFSET           8
++#define PSIF_CR_TXEN_SIZE             1
++
++/* Bitfields in interrupt disable, enable, mask and status register. */
++#define PSIF_NACK_OFFSET              8
++#define PSIF_NACK_SIZE                        1
++#define PSIF_OVRUN_OFFSET             5
++#define PSIF_OVRUN_SIZE                       1
++#define PSIF_PARITY_OFFSET            9
++#define PSIF_PARITY_SIZE              1
++#define PSIF_RXRDY_OFFSET             4
++#define PSIF_RXRDY_SIZE                       1
++#define PSIF_TXEMPTY_OFFSET           1
++#define PSIF_TXEMPTY_SIZE             1
++#define PSIF_TXRDY_OFFSET             0
++#define PSIF_TXRDY_SIZE                       1
++
++/* Bitfields in prescale register. */
++#define PSIF_PSR_PRSCV_OFFSET         0
++#define PSIF_PSR_PRSCV_SIZE           12
++
++/* Bitfields in receive hold register. */
++#define PSIF_RHR_RXDATA_OFFSET                0
++#define PSIF_RHR_RXDATA_SIZE          8
++
++/* Bitfields in transmit hold register. */
++#define PSIF_THR_TXDATA_OFFSET                0
++#define PSIF_THR_TXDATA_SIZE          8
 +
-+      pclk = clk_get(&pdev->dev, "pclk");
-+      if (IS_ERR(pclk))
-+              return PTR_ERR(pclk);
-+      clk_enable(pclk);
++/* Bit manipulation macros */
++#define PSIF_BIT(name)                                        \
++      (1 << PSIF_##name##_OFFSET)
++#define PSIF_BF(name, value)                          \
++      (((value) & ((1 << PSIF_##name##_SIZE) - 1))    \
++       << PSIF_##name##_OFFSET)
++#define PSIF_BFEXT(name, value)\
++      (((value) >> PSIF_##name##_OFFSET)              \
++       & ((1 << PSIF_##name##_SIZE) - 1))
++#define PSIF_BFINS(name, value, old)                  \
++      (((old) & ~(((1 << PSIF_##name##_SIZE) - 1)     \
++                  << PSIF_##name##_OFFSET))           \
++       | PSIF_BF(name, value))
 +
-+      rc = -ENOMEM;
-+      twi = kzalloc(sizeof(struct atmel_twi), GFP_KERNEL);
-+      if (!twi) {
-+              dev_err(&pdev->dev, "can't allocate interface!\n");
-+              goto err_alloc_twi;
-+      }
++/* Register access macros */
++#define psif_readl(port, reg)                         \
++      __raw_readl((port)->regs + PSIF_##reg)
++#define psif_writel(port, reg, value)                 \
++      __raw_writel((value), (port)->regs + PSIF_##reg)
++
++#endif /* _AT32PSIF_H */
+diff -urN linux-2.6.24.3/drivers/input/serio/Kconfig avr32-2.6/drivers/input/serio/Kconfig
+--- linux-2.6.24.3/drivers/input/serio/Kconfig 2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/drivers/input/serio/Kconfig      2008-04-23 20:12:40.000000000 +0200
+@@ -88,6 +88,17 @@
+         To compile this driver as a module, choose M here: the
+         module will be called rpckbd.
++config SERIO_AT32PSIF
++      tristate "AVR32 PSIF PS/2 keyboard and mouse controller"
++      depends on AVR32
++      default n
++      help
++        Say Y here if you want to use the PSIF peripheral on AVR32 devices
++        and connect a PS/2 keyboard and/or mouse to it.
++
++        To compile this driver as a module, choose M here: the module will
++        be called at32psif.
++
+ config SERIO_AMBAKMI
+       tristate "AMBA KMI keyboard controller"
+       depends on ARM_AMBA
+diff -urN linux-2.6.24.3/drivers/input/serio/Makefile avr32-2.6/drivers/input/serio/Makefile
+--- linux-2.6.24.3/drivers/input/serio/Makefile        2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/drivers/input/serio/Makefile     2008-04-23 20:12:40.000000000 +0200
+@@ -12,6 +12,7 @@
+ obj-$(CONFIG_SERIO_RPCKBD)    += rpckbd.o
+ obj-$(CONFIG_SERIO_SA1111)    += sa1111ps2.o
+ obj-$(CONFIG_SERIO_AMBAKMI)   += ambakmi.o
++obj-$(CONFIG_SERIO_AT32PSIF)  += at32psif.o
+ obj-$(CONFIG_SERIO_Q40KBD)    += q40kbd.o
+ obj-$(CONFIG_SERIO_GSCPS2)    += gscps2.o
+ obj-$(CONFIG_HP_SDC)          += hp_sdc.o
+diff -urN linux-2.6.24.3/drivers/leds/Kconfig avr32-2.6/drivers/leds/Kconfig
+--- linux-2.6.24.3/drivers/leds/Kconfig        2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/drivers/leds/Kconfig     2008-04-23 20:12:41.000000000 +0200
+@@ -18,6 +18,13 @@
+ comment "LED drivers"
++config LEDS_ATMEL_PWM
++      tristate "LED Support using Atmel PWM outputs"
++      depends on LEDS_CLASS && ATMEL_PWM
++      help
++        This option enables support for LEDs driven using outputs
++        of the dedicated PWM controller found on newer Atmel SOCs.
++
+ config LEDS_CORGI
+       tristate "LED Support for the Sharp SL-C7x0 series"
+       depends on LEDS_CLASS && PXA_SHARP_C7xx
+diff -urN linux-2.6.24.3/drivers/leds/leds-atmel-pwm.c avr32-2.6/drivers/leds/leds-atmel-pwm.c
+--- linux-2.6.24.3/drivers/leds/leds-atmel-pwm.c       1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/drivers/leds/leds-atmel-pwm.c    2008-04-23 19:33:39.000000000 +0200
+@@ -0,0 +1,155 @@
++#include <linux/kernel.h>
++#include <linux/platform_device.h>
++#include <linux/leds.h>
++#include <linux/io.h>
++#include <linux/atmel_pwm.h>
 +
-+      twi->pclk = pclk;
-+      twi->regs = ioremap(regs->start, regs->end - regs->start + 1);
-+      if (!twi->regs)
-+              goto err_ioremap;
 +
-+      irq = platform_get_irq(pdev,0);
-+      rc = request_irq(irq, twi_interrupt, 0, "twi", twi);
-+      if (rc) {
-+              dev_err(&pdev->dev, "can't bind irq!\n");
-+              goto err_irq;
-+      }
-+      twi->irq = irq;
++struct pwmled {
++      struct led_classdev     cdev;
++      struct pwm_channel      pwmc;
++      struct gpio_led         *desc;
++      u32                     mult;
++      u8                      active_low;
++};
 +
-+      rc = twi_hwinit(twi);
-+      if (rc) {
-+              dev_err(&pdev->dev, "Unable to set baudrate\n");
-+              goto err_hw_init;
-+      }
 +
-+      adapter = &twi->adapter;
-+      sprintf(adapter->name, "TWI");
-+      adapter->algo = &twi_algorithm;
-+      adapter->class = I2C_CLASS_HWMON;
-+      adapter->dev.parent = &pdev->dev;
++/*
++ * For simplicity, we use "brightness" as if it were a linear function
++ * of PWM duty cycle.  However, a logarithmic function of duty cycle is
++ * probably a better match for perceived brightness: two is half as bright
++ * as four, four is half as bright as eight, etc
++ */
++static void pwmled_brightness(struct led_classdev *cdev, enum led_brightness b)
++{
++      struct pwmled            *led;
 +
-+      platform_set_drvdata(pdev, twi);
++      /* update the duty cycle for the *next* period */
++      led = container_of(cdev, struct pwmled, cdev);
++      pwm_channel_writel(&led->pwmc, PWM_CUPD, led->mult * (unsigned) b);
++}
 +
-+      rc = i2c_add_adapter(adapter);
-+      if (rc) {
-+              dev_err(&pdev->dev, "Adapter %s registration failed\n",
-+                      adapter->name);
-+              goto err_register;
-+      }
++/*
++ * NOTE:  we reuse the platform_data structure of GPIO leds,
++ * but repurpose its "gpio" number as a PWM channel number.
++ */
++static int __init pwmled_probe(struct platform_device *pdev)
++{
++      const struct gpio_led_platform_data     *pdata;
++      struct pwmled                           *leds;
++      unsigned                                i;
++      int                                     status;
 +
-+      dev_info(&pdev->dev, "Atmel TWI i2c bus device (baudrate %dk) at 0x%08lx.\n",
-+               baudrate/1000, (unsigned long)regs->start);
++      pdata = pdev->dev.platform_data;
++      if (!pdata || pdata->num_leds < 1)
++              return -ENODEV;
 +
-+      return 0;
++      leds = kcalloc(pdata->num_leds, sizeof(*leds), GFP_KERNEL);
++      if (!leds)
++              return -ENOMEM;
 +
++      for (i = 0; i < pdata->num_leds; i++) {
++              struct pwmled           *led = leds + i;
++              const struct gpio_led   *dat = pdata->leds + i;
++              u32                     tmp;
 +
-+err_register:
-+      platform_set_drvdata(pdev, NULL);
++              led->cdev.name = dat->name;
++              led->cdev.brightness = LED_OFF;
++              led->cdev.brightness_set = pwmled_brightness;
++              led->cdev.default_trigger = dat->default_trigger;
 +
-+err_hw_init:
-+      free_irq(irq, twi);
++              led->active_low = dat->active_low;
 +
-+err_irq:
-+      iounmap(twi->regs);
++              status = pwm_channel_alloc(dat->gpio, &led->pwmc);
++              if (status < 0)
++                      goto err;
 +
-+err_ioremap:
-+      kfree(twi);
++              /*
++               * Prescale clock by 2^x, so PWM counts in low MHz.
++               * Start each cycle with the LED active, so increasing
++               * the duty cycle gives us more time on (== brighter).
++               */
++              tmp = 5;
++              if (!led->active_low)
++                      tmp |= PWM_CPR_CPOL;
++              pwm_channel_writel(&led->pwmc, PWM_CMR, tmp);
 +
-+err_alloc_twi:
-+      clk_disable(pclk);
-+      clk_put(pclk);
++              /*
++               * Pick a period so PWM cycles at 100+ Hz; and a multiplier
++               * for scaling duty cycle:  brightness * mult.
++               */
++              tmp = (led->pwmc.mck / (1 << 5)) / 100;
++              tmp /= 255;
++              led->mult = tmp;
++              pwm_channel_writel(&led->pwmc, PWM_CDTY,
++                              led->cdev.brightness * 255);
++              pwm_channel_writel(&led->pwmc, PWM_CPRD,
++                              LED_FULL * tmp);
++
++              pwm_channel_enable(&led->pwmc);
++
++              /* Hand it over to the LED framework */
++              status = led_classdev_register(&pdev->dev, &led->cdev);
++              if (status < 0) {
++                      pwm_channel_free(&led->pwmc);
++                      goto err;
++              }
++      }
 +
-+      return rc;
-+}
++      platform_set_drvdata(pdev, leds);
++      return 0;
 +
-+static int __devexit twi_remove(struct platform_device *pdev)
-+{
-+      struct atmel_twi *twi = platform_get_drvdata(pdev);
-+      int res;
++err:
++      while (i-- > 0) {
++              led_classdev_unregister(&leds[i].cdev);
++              pwm_channel_free(&leds[i].pwmc);
++      }
++      kfree(leds);
 +
-+      platform_set_drvdata(pdev, NULL);
-+      res = i2c_del_adapter(&twi->adapter);
-+      twi_writel(twi, CR, TWI_BIT(MSDIS));
-+      iounmap(twi->regs);
-+      clk_disable(twi->pclk);
-+      clk_put(twi->pclk);
-+      free_irq(twi->irq, twi);
-+      kfree(twi);
++      return status;
++}
++
++static int __exit pwmled_remove(struct platform_device *pdev)
++{
++      const struct gpio_led_platform_data     *pdata;
++      struct pwmled                           *leds;
++      unsigned                                i;
 +
-+      return res;
++      pdata = pdev->dev.platform_data;
++      leds = platform_get_drvdata(pdev);
++
++      for (i = 0; i < pdata->num_leds; i++) {
++              struct pwmled           *led = leds + i;
++
++              led_classdev_unregister(&led->cdev);
++              pwm_channel_free(&led->pwmc);
++      }
++
++      kfree(leds);
++      platform_set_drvdata(pdev, NULL);
++      return 0;
 +}
 +
-+static struct platform_driver twi_driver = {
-+      .probe          = twi_probe,
-+      .remove         = __devexit_p(twi_remove),
-+      .driver         = {
-+              .name   = "atmel_twi",
-+              .owner  = THIS_MODULE,
++static struct platform_driver pwmled_driver = {
++      .driver = {
++              .name =         "leds-atmel-pwm",
++              .owner =        THIS_MODULE,
 +      },
++      /* REVISIT add suspend() and resume() methods */
++      .remove =       __exit_p(pwmled_remove),
 +};
 +
-+static int __init atmel_twi_init(void)
++static int __init modinit(void)
 +{
-+      return platform_driver_register(&twi_driver);
++      return platform_driver_probe(&pwmled_driver, pwmled_probe);
 +}
++module_init(modinit);
 +
-+static void __exit atmel_twi_exit(void)
++static void __exit modexit(void)
 +{
-+      platform_driver_unregister(&twi_driver);
++      platform_driver_unregister(&pwmled_driver);
 +}
++module_exit(modexit);
 +
-+module_init(atmel_twi_init);
-+module_exit(atmel_twi_exit);
-+
-+MODULE_AUTHOR("Espen Krangnes");
-+MODULE_DESCRIPTION("I2C driver for Atmel TWI");
++MODULE_DESCRIPTION("Driver for LEDs with PWM-controlled brightness");
 +MODULE_LICENSE("GPL");
-diff -x .git -Nur linux-2.6.22.1/drivers/i2c/busses/Kconfig linux-avr32.git/drivers/i2c/busses/Kconfig
---- linux-2.6.22.1/drivers/i2c/busses/Kconfig  2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/drivers/i2c/busses/Kconfig 2007-07-12 13:59:59.000000000 +0200
-@@ -4,6 +4,26 @@
- menu "I2C Hardware Bus support"
-+config I2C_ATMELTWI
-+      tristate "Atmel TWI/I2C"
-+      depends on I2C
-+      help
-+        Atmel on-chip TWI controller. Say Y if you have an AT32 or
-+        AT91-based device and want to use its built-in TWI
-+        functionality. Atmel's TWI is compatible with Philips' I2C
-+        protocol. If in doubt, say NO
+diff -urN linux-2.6.24.3/drivers/leds/Makefile avr32-2.6/drivers/leds/Makefile
+--- linux-2.6.24.3/drivers/leds/Makefile       2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/drivers/leds/Makefile    2008-04-23 20:12:41.000000000 +0200
+@@ -5,6 +5,7 @@
+ obj-$(CONFIG_LEDS_TRIGGERS)           += led-triggers.o
+ # LED Platform Drivers
++obj-$(CONFIG_LEDS_ATMEL_PWM)          += leds-atmel-pwm.o
+ obj-$(CONFIG_LEDS_CORGI)              += leds-corgi.o
+ obj-$(CONFIG_LEDS_LOCOMO)             += leds-locomo.o
+ obj-$(CONFIG_LEDS_SPITZ)              += leds-spitz.o
+diff -urN linux-2.6.24.3/drivers/misc/atmel_pwm.c avr32-2.6/drivers/misc/atmel_pwm.c
+--- linux-2.6.24.3/drivers/misc/atmel_pwm.c    1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/drivers/misc/atmel_pwm.c 2008-04-23 19:33:40.000000000 +0200
+@@ -0,0 +1,409 @@
++#include <linux/module.h>
++#include <linux/clk.h>
++#include <linux/err.h>
++#include <linux/io.h>
++#include <linux/interrupt.h>
++#include <linux/platform_device.h>
++#include <linux/atmel_pwm.h>
++
 +
-+config I2C_ATMELTWI_BAUDRATE
-+      prompt "Atmel TWI baudrate"
-+      depends on I2C_ATMELTWI
-+      int
-+      default 100000
-+      help
-+        Set the TWI/I2C baudrate. This will alter the default value. A
-+        different baudrate can be set by using a module parameter as well. If
-+        no parameter is provided when loading, this is the value that will be
-+        used.
-+
- config I2C_ALI1535
-       tristate "ALI 1535"
-       depends on PCI
-diff -x .git -Nur linux-2.6.22.1/drivers/i2c/busses/Makefile linux-avr32.git/drivers/i2c/busses/Makefile
---- linux-2.6.22.1/drivers/i2c/busses/Makefile 2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/drivers/i2c/busses/Makefile        2007-07-12 13:59:59.000000000 +0200
-@@ -52,6 +52,7 @@
- obj-$(CONFIG_I2C_VOODOO3)     += i2c-voodoo3.o
- obj-$(CONFIG_SCx200_ACB)      += scx200_acb.o
- obj-$(CONFIG_SCx200_I2C)      += scx200_i2c.o
-+obj-$(CONFIG_I2C_ATMELTWI)    += i2c-atmeltwi.o
- ifeq ($(CONFIG_I2C_DEBUG_BUS),y)
- EXTRA_CFLAGS += -DDEBUG
-diff -x .git -Nur linux-2.6.22.1/drivers/input/mouse/gpio_mouse.c linux-avr32.git/drivers/input/mouse/gpio_mouse.c
---- linux-2.6.22.1/drivers/input/mouse/gpio_mouse.c    1970-01-01 01:00:00.000000000 +0100
-+++ linux-avr32.git/drivers/input/mouse/gpio_mouse.c   2007-07-13 11:24:16.000000000 +0200
-@@ -0,0 +1,196 @@
 +/*
-+ * Driver for simulating a mouse on GPIO lines.
++ * This is a simple driver for the PWM controller found in various newer
++ * Atmel SOCs, including the AVR32 series and the AT91sam9263.
 + *
-+ * Copyright (C) 2007 Atmel Corporation
-+ *
-+ * This program is free software; you can redistribute it and/or modify
-+ * it under the terms of the GNU General Public License version 2 as
-+ * published by the Free Software Foundation.
++ * Chips with current Linux ports have only 4 PWM channels, out of max 32.
++ * AT32UC3A and AT32UC3B chips have 7 channels (but currently no Linux).
++ * Docs are inconsistent about the width of the channel counter registers;
++ * it's at least 16 bits, but several places say 20 bits.
 + */
++#define       PWM_NCHAN       4               /* max 32 */
 +
-+#include <linux/init.h>
-+#include <linux/version.h>
-+#include <linux/module.h>
-+#include <linux/platform_device.h>
-+#include <linux/input-polldev.h>
-+#include <linux/gpio_mouse.h>
++struct pwm {
++      spinlock_t              lock;
++      struct platform_device  *pdev;
++      u32                     mask;
++      int                     irq;
++      void __iomem            *base;
++      struct clk              *clk;
++      struct pwm_channel      *channel[PWM_NCHAN];
++      void                    (*handler[PWM_NCHAN])(struct pwm_channel *);
++};
 +
-+#include <asm/gpio.h>
 +
-+/*
-+ * Timer function which is run every scan_ms ms when the device is opened.
-+ * The dev input varaible is set to the the input_dev pointer.
-+ */
-+static void gpio_mouse_scan(struct input_polled_dev *dev)
-+{
-+      struct gpio_mouse_platform_data *gpio = dev->private;
-+      struct input_dev *input = dev->input;
-+      int x, y;
-+
-+      if (gpio->bleft >= 0)
-+              input_report_key(input, BTN_LEFT,
-+                              gpio_get_value(gpio->bleft) ^ gpio->polarity);
-+      if (gpio->bmiddle >= 0)
-+              input_report_key(input, BTN_MIDDLE,
-+                              gpio_get_value(gpio->bmiddle) ^ gpio->polarity);
-+      if (gpio->bright >= 0)
-+              input_report_key(input, BTN_RIGHT,
-+                              gpio_get_value(gpio->bright) ^ gpio->polarity);
-+
-+      x = (gpio_get_value(gpio->right) ^ gpio->polarity)
-+              - (gpio_get_value(gpio->left) ^ gpio->polarity);
-+      y = (gpio_get_value(gpio->down) ^ gpio->polarity)
-+              - (gpio_get_value(gpio->up) ^ gpio->polarity);
-+
-+      input_report_rel(input, REL_X, x);
-+      input_report_rel(input, REL_Y, y);
-+      input_sync(input);
-+}
-+
-+static int __init gpio_mouse_probe(struct platform_device *pdev)
-+{
-+      struct gpio_mouse_platform_data *pdata = pdev->dev.platform_data;
-+      struct input_polled_dev *input_poll;
-+      struct input_dev *input;
-+      int pin, i;
-+      int error;
-+
-+      if (!pdata) {
-+              dev_err(&pdev->dev, "no platform data\n");
-+              error = -ENXIO;
-+              goto out;
-+      }
++/* global PWM controller registers */
++#define PWM_MR                0x00
++#define PWM_ENA               0x04
++#define PWM_DIS               0x08
++#define PWM_SR                0x0c
++#define PWM_IER               0x10
++#define PWM_IDR               0x14
++#define PWM_IMR               0x18
++#define PWM_ISR               0x1c
 +
-+      if (pdata->scan_ms < 0) {
-+              dev_err(&pdev->dev, "invalid scan time\n");
-+              error = -EINVAL;
-+              goto out;
-+      }
++static inline void pwm_writel(const struct pwm *p, unsigned offset, u32 val)
++{
++      __raw_writel(val, p->base + offset);
++}
 +
-+      for (i = 0; i < GPIO_MOUSE_PIN_MAX; i++) {
-+              pin = pdata->pins[i];
++static inline u32 pwm_readl(const struct pwm *p, unsigned offset)
++{
++      return __raw_readl(p->base + offset);
++}
 +
-+              if (pin < 0) {
++static inline void __iomem *pwmc_regs(const struct pwm *p, int index)
++{
++      return p->base + 0x200 + index * 0x20;
++}
 +
-+                      if (i <= GPIO_MOUSE_PIN_RIGHT) {
-+                              /* Mouse direction is required. */
-+                              dev_err(&pdev->dev,
-+                                      "missing GPIO for directions\n");
-+                              error = -EINVAL;
-+                              goto out_free_gpios;
-+                      }
++static struct pwm *pwm;
 +
-+                      if (i == GPIO_MOUSE_PIN_BLEFT)
-+                              dev_dbg(&pdev->dev, "no left button defined\n");
++static void pwm_dumpregs(struct pwm_channel *ch, char *tag)
++{
++      struct device   *dev = &pwm->pdev->dev;
++
++      dev_dbg(dev, "%s: mr %08x, sr %08x, imr %08x\n",
++              tag,
++              pwm_readl(pwm, PWM_MR),
++              pwm_readl(pwm, PWM_SR),
++              pwm_readl(pwm, PWM_IMR));
++      dev_dbg(dev,
++              "pwm ch%d - mr %08x, dty %u, prd %u, cnt %u\n",
++              ch->index,
++              pwm_channel_readl(ch, PWM_CMR),
++              pwm_channel_readl(ch, PWM_CDTY),
++              pwm_channel_readl(ch, PWM_CPRD),
++              pwm_channel_readl(ch, PWM_CCNT));
++}
 +
-+              } else {
-+                      error = gpio_request(pin, "gpio_mouse");
-+                      if (error) {
-+                              dev_err(&pdev->dev, "fail %d pin (%d idx)\n",
-+                                      pin, i);
-+                              goto out_free_gpios;
-+                      }
 +
-+                      gpio_direction_input(pin);
-+              }
-+      }
++/**
++ * pwm_channel_alloc - allocate an unused PWM channel
++ * @index: identifies the channel
++ * @ch: structure to be initialized
++ *
++ * Drivers allocate PWM channels according to the board's wiring, and
++ * matching board-specific setup code.  Returns zero or negative errno.
++ */
++int pwm_channel_alloc(int index, struct pwm_channel *ch)
++{
++      unsigned long   flags;
++      int             status = 0;
 +
-+      input_poll = input_allocate_polled_device();
-+      if (!input_poll) {
-+              dev_err(&pdev->dev, "not enough memory for input device\n");
-+              error = -ENOMEM;
-+              goto out_free_gpios;
-+      }
++      /* insist on PWM init, with this signal pinned out */
++      if (!pwm || !(pwm->mask & 1 << index))
++              return -ENODEV;
++
++      if (index < 0 || index >= PWM_NCHAN || !ch)
++              return -EINVAL;
++      memset(ch, 0, sizeof *ch);
 +
-+      platform_set_drvdata(pdev, input_poll);
++      spin_lock_irqsave(&pwm->lock, flags);
++      if (pwm->channel[index])
++              status = -EBUSY;
++      else {
++              clk_enable(pwm->clk);
 +
-+      /* set input-polldev handlers */
-+      input_poll->private = pdata;
-+      input_poll->poll = gpio_mouse_scan;
-+      input_poll->poll_interval = pdata->scan_ms;
++              ch->regs = pwmc_regs(pwm, index);
++              ch->index = index;
 +
-+      input = input_poll->input;
-+      input->name = pdev->name;
-+      input->id.bustype = BUS_HOST;
-+      input->dev.parent = &pdev->dev;
++              /* REVISIT: ap7000 seems to go 2x as fast as we expect!! */
++              ch->mck = clk_get_rate(pwm->clk);
 +
-+      input_set_capability(input, EV_REL, REL_X);
-+      input_set_capability(input, EV_REL, REL_Y);
-+      if (pdata->bleft >= 0)
-+              input_set_capability(input, EV_KEY, BTN_LEFT);
-+      if (pdata->bmiddle >= 0)
-+              input_set_capability(input, EV_KEY, BTN_MIDDLE);
-+      if (pdata->bright >= 0)
-+              input_set_capability(input, EV_KEY, BTN_RIGHT);
++              pwm->channel[index] = ch;
++              pwm->handler[index] = NULL;
 +
-+      error = input_register_polled_device(input_poll);
-+      if (error) {
-+              dev_err(&pdev->dev, "could not register input device\n");
-+              goto out_free_polldev;
++              /* channel and irq are always disabled when we return */
++              pwm_writel(pwm, PWM_DIS, 1 << index);
++              pwm_writel(pwm, PWM_IDR, 1 << index);
 +      }
++      spin_unlock_irqrestore(&pwm->lock, flags);
++      return status;
++}
++EXPORT_SYMBOL(pwm_channel_alloc);
 +
-+      dev_dbg(&pdev->dev, "%d ms scan time, buttons: %s%s%s\n",
-+                      pdata->scan_ms,
-+                      pdata->bleft < 0 ? "" : "left ",
-+                      pdata->bmiddle < 0 ? "" : "middle ",
-+                      pdata->bright < 0 ? "" : "right");
++static int pwmcheck(struct pwm_channel *ch)
++{
++      int             index;
 +
-+      return 0;
++      if (!pwm)
++              return -ENODEV;
++      if (!ch)
++              return -EINVAL;
++      index = ch->index;
++      if (index < 0 || index >= PWM_NCHAN || pwm->channel[index] != ch)
++              return -EINVAL;
 +
-+ out_free_polldev:
-+      input_free_polled_device(input_poll);
-+      platform_set_drvdata(pdev, NULL);
++      return index;
++}
 +
-+ out_free_gpios:
-+      while (--i >= 0) {
-+              pin = pdata->pins[i];
-+              if (pin)
-+                      gpio_free(pin);
++/**
++ * pwm_channel_free - release a previously allocated channel
++ * @ch: the channel being released
++ *
++ * The channel is completely shut down (counter and IRQ disabled),
++ * and made available for re-use.  Returns zero, or negative errno.
++ */
++int pwm_channel_free(struct pwm_channel *ch)
++{
++      unsigned long   flags;
++      int             t;
++
++      spin_lock_irqsave(&pwm->lock, flags);
++      t = pwmcheck(ch);
++      if (t >= 0) {
++              pwm->channel[t] = NULL;
++              pwm->handler[t] = NULL;
++
++              /* channel and irq are always disabled when we return */
++              pwm_writel(pwm, PWM_DIS, 1 << t);
++              pwm_writel(pwm, PWM_IDR, 1 << t);
++
++              clk_disable(pwm->clk);
++              t = 0;
 +      }
-+ out:
-+      return error;
++      spin_unlock_irqrestore(&pwm->lock, flags);
++      return t;
 +}
++EXPORT_SYMBOL(pwm_channel_free);
 +
-+static int __devexit gpio_mouse_remove(struct platform_device *pdev)
++int __pwm_channel_onoff(struct pwm_channel *ch, int enabled)
 +{
-+      struct input_polled_dev *input = platform_get_drvdata(pdev);
-+      struct gpio_mouse_platform_data *pdata = input->private;
-+      int pin, i;
++      unsigned long   flags;
++      int             t;
 +
-+      input_unregister_polled_device(input);
-+      input_free_polled_device(input);
++      /* OMITTED FUNCTIONALITY:  starting several channels in synch */
 +
-+      for (i = 0; i < GPIO_MOUSE_PIN_MAX; i++) {
-+              pin = pdata->pins[i];
-+              if (pin >= 0)
-+                      gpio_free(pin);
++      spin_lock_irqsave(&pwm->lock, flags);
++      t = pwmcheck(ch);
++      if (t >= 0) {
++              pwm_writel(pwm, enabled ? PWM_ENA : PWM_DIS, 1 << t);
++              t = 0;
++              pwm_dumpregs(ch, enabled ? "enable" : "disable");
 +      }
++      spin_unlock_irqrestore(&pwm->lock, flags);
 +
-+      platform_set_drvdata(pdev, NULL);
-+
-+      return 0;
++      return t;
 +}
++EXPORT_SYMBOL(__pwm_channel_onoff);
 +
-+struct platform_driver gpio_mouse_device_driver = {
-+      .remove         = __devexit_p(gpio_mouse_remove),
-+      .driver         = {
-+              .name   = "gpio_mouse",
++/**
++ * pwm_clk_alloc - allocate and configure CLKA or CLKB
++ * @prescale: from 0..10, the power of two used to divide MCK
++ * @div: from 1..255, the linear divisor to use
++ *
++ * Returns PWM_CPR_CLKA, PWM_CPR_CLKB, or negative errno.  The allocated
++ * clock will run with a period of (2^prescale * div) / MCK, or twice as
++ * long if center aligned PWM output is used.  The clock must later be
++ * deconfigured using pwm_clk_free().
++ */
++int pwm_clk_alloc(unsigned prescale, unsigned div)
++{
++      unsigned long   flags;
++      u32             mr;
++      u32             val = (prescale << 8) | div;
++      int             ret = -EBUSY;
++
++      if (prescale >= 10 || div == 0 || div > 255)
++              return -EINVAL;
++
++      spin_lock_irqsave(&pwm->lock, flags);
++      mr = pwm_readl(pwm, PWM_MR);
++      if ((mr & 0xffff) == 0) {
++              mr |= val;
++              ret = PWM_CPR_CLKA;
 +      }
-+};
++      if ((mr & (0xffff << 16)) == 0) {
++              mr |= val << 16;
++              ret = PWM_CPR_CLKB;
++      }
++      if (ret > 0)
++              pwm_writel(pwm, PWM_MR, mr);
++      spin_unlock_irqrestore(&pwm->lock, flags);
++      return ret;
++}
++EXPORT_SYMBOL(pwm_clk_alloc);
 +
-+static int __init gpio_mouse_init(void)
++/**
++ * pwm_clk_free - deconfigure and release CLKA or CLKB
++ *
++ * Reverses the effect of pwm_clk_alloc().
++ */
++void pwm_clk_free(unsigned clk)
 +{
-+      return platform_driver_probe(&gpio_mouse_device_driver,
-+                      gpio_mouse_probe);
++      unsigned long   flags;
++      u32             mr;
++
++      spin_lock_irqsave(&pwm->lock, flags);
++      mr = pwm_readl(pwm, PWM_MR);
++      if (clk == PWM_CPR_CLKA)
++              pwm_writel(pwm, PWM_MR, mr & ~(0xffff << 0));
++      if (clk == PWM_CPR_CLKB)
++              pwm_writel(pwm, PWM_MR, mr & ~(0xffff << 16));
++      spin_unlock_irqrestore(&pwm->lock, flags);
 +}
-+module_init(gpio_mouse_init);
++EXPORT_SYMBOL(pwm_clk_free);
 +
-+static void __exit gpio_mouse_exit(void)
++/**
++ * pwm_channel_handler - manage channel's IRQ handler
++ * @ch: the channel
++ * @handler: the handler to use, possibly NULL
++ *
++ * If the handler is non-null, the handler will be called after every
++ * period of this PWM channel.  If the handler is null, this channel
++ * won't generate an IRQ.
++ */
++int pwm_channel_handler(struct pwm_channel *ch,
++              void (*handler)(struct pwm_channel *ch))
 +{
-+      platform_driver_unregister(&gpio_mouse_device_driver);
++      unsigned long   flags;
++      int             t;
++
++      spin_lock_irqsave(&pwm->lock, flags);
++      t = pwmcheck(ch);
++      if (t >= 0) {
++              pwm->handler[t] = handler;
++              pwm_writel(pwm, handler ? PWM_IER : PWM_IDR, 1 << t);
++              t = 0;
++      }
++      spin_unlock_irqrestore(&pwm->lock, flags);
++
++      return t;
 +}
-+module_exit(gpio_mouse_exit);
++EXPORT_SYMBOL(pwm_channel_handler);
 +
-+MODULE_AUTHOR("Hans-Christian Egtvedt <hcegtvedt@atmel.com>");
-+MODULE_DESCRIPTION("GPIO mouse driver");
-+MODULE_LICENSE("GPL");
-diff -x .git -Nur linux-2.6.22.1/drivers/input/mouse/Kconfig linux-avr32.git/drivers/input/mouse/Kconfig
---- linux-2.6.22.1/drivers/input/mouse/Kconfig 2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/drivers/input/mouse/Kconfig        2007-07-13 11:24:16.000000000 +0200
-@@ -216,4 +216,20 @@
-       help
-         Say Y here to support HIL pointers.
-+config MOUSE_GPIO
-+      tristate "GPIO mouse"
-+      depends on GENERIC_GPIO
-+      select INPUT_POLLDEV
-+      help
-+        This driver simulates a mouse on GPIO lines of various CPUs (and some
-+        other chips).
++static irqreturn_t pwm_irq(int id, void *_pwm)
++{
++      struct pwm      *p = _pwm;
++      irqreturn_t     handled = IRQ_NONE;
++      u32             irqstat;
++      int             index;
++
++      spin_lock(&p->lock);
++
++      /* ack irqs, then handle them */
++      irqstat = pwm_readl(pwm, PWM_ISR);
++
++      while (irqstat) {
++              struct pwm_channel *ch;
++              void (*handler)(struct pwm_channel *ch);
++
++              index = ffs(irqstat) - 1;
++              irqstat &= ~(1 << index);
++              ch = pwm->channel[index];
++              handler = pwm->handler[index];
++              if (handler && ch) {
++                      spin_unlock(&p->lock);
++                      handler(ch);
++                      spin_lock(&p->lock);
++                      handled = IRQ_HANDLED;
++              }
++      }
 +
-+        Say Y here if your device has buttons or a simple joystick connected
-+        directly to GPIO lines. Your board-specific setup logic must also
-+        provide a platform device and platform data saying which GPIOs are
-+        used.
++      spin_unlock(&p->lock);
++      return handled;
++}
 +
-+        To compile this driver as a module, choose M here: the
-+        module will be called gpio_mouse.
++static int __init pwm_probe(struct platform_device *pdev)
++{
++      struct resource *r = platform_get_resource(pdev, IORESOURCE_MEM, 0);
++      int irq = platform_get_irq(pdev, 0);
++      u32 *mp = pdev->dev.platform_data;
++      struct pwm *p;
++      int status = -EIO;
 +
- endif
-diff -x .git -Nur linux-2.6.22.1/drivers/input/mouse/Makefile linux-avr32.git/drivers/input/mouse/Makefile
---- linux-2.6.22.1/drivers/input/mouse/Makefile        2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/drivers/input/mouse/Makefile       2007-07-13 11:24:16.000000000 +0200
-@@ -15,6 +15,7 @@
- obj-$(CONFIG_MOUSE_SERIAL)    += sermouse.o
- obj-$(CONFIG_MOUSE_HIL)               += hil_ptr.o
- obj-$(CONFIG_MOUSE_VSXXXAA)   += vsxxxaa.o
-+obj-$(CONFIG_MOUSE_GPIO)      += gpio_mouse.o
- psmouse-objs := psmouse-base.o synaptics.o
-diff -x .git -Nur linux-2.6.22.1/drivers/leds/Kconfig linux-avr32.git/drivers/leds/Kconfig
---- linux-2.6.22.1/drivers/leds/Kconfig        2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/drivers/leds/Kconfig       2007-07-12 14:00:02.000000000 +0200
-@@ -95,6 +95,14 @@
-       help
-         This option enables support for the front LED on Cobalt Server
-+config LEDS_GPIO
-+      tristate "LED Support for GPIO connected LEDs"
-+      depends on LEDS_CLASS && GENERIC_GPIO
-+      help
-+        This option enables support for the LEDs connected to GPIO
-+        outputs. To be useful the particular board must have LEDs
-+        and they must be connected to the GPIO lines.
++      if (pwm)
++              return -EBUSY;
++      if (!r || irq < 0 || !mp || !*mp)
++              return -ENODEV;
++      if (*mp & ~((1<<PWM_NCHAN)-1)) {
++              dev_warn(&pdev->dev, "mask 0x%x ... more than %d channels\n",
++                      *mp, PWM_NCHAN);
++              return -EINVAL;
++      }
 +
- comment "LED Triggers"
- config LEDS_TRIGGERS
-diff -x .git -Nur linux-2.6.22.1/drivers/leds/leds-gpio.c linux-avr32.git/drivers/leds/leds-gpio.c
---- linux-2.6.22.1/drivers/leds/leds-gpio.c    1970-01-01 01:00:00.000000000 +0100
-+++ linux-avr32.git/drivers/leds/leds-gpio.c   2007-07-12 14:00:02.000000000 +0200
-@@ -0,0 +1,199 @@
-+/*
-+ * LEDs driver for GPIOs
-+ *
-+ * Copyright (C) 2007 8D Technologies inc.
-+ * Raphael Assenat <raph@8d.com>
-+ *
-+ * This program is free software; you can redistribute it and/or modify
-+ * it under the terms of the GNU General Public License version 2 as
-+ * published by the Free Software Foundation.
-+ *
-+ */
-+#include <linux/kernel.h>
-+#include <linux/init.h>
-+#include <linux/platform_device.h>
-+#include <linux/leds.h>
-+#include <linux/workqueue.h>
++      p = kzalloc(sizeof(*p), GFP_KERNEL);
++      if (!p)
++              return -ENOMEM;
 +
-+#include <asm/gpio.h>
++      spin_lock_init(&p->lock);
++      p->pdev = pdev;
++      p->mask = *mp;
++      p->irq = irq;
++      p->base = ioremap(r->start, r->end - r->start + 1);
++      if (!p->base)
++              goto fail;
++      p->clk = clk_get(&pdev->dev, "mck");
++      if (IS_ERR(p->clk)) {
++              status = PTR_ERR(p->clk);
++              p->clk = NULL;
++              goto fail;
++      }
 +
-+struct gpio_led_data {
-+      struct led_classdev cdev;
-+      unsigned gpio;
-+      struct work_struct work;
-+      u8 new_level;
-+      u8 can_sleep;
-+      u8 active_low;
-+};
++      status = request_irq(irq, pwm_irq, 0, pdev->name, p);
++      if (status < 0)
++              goto fail;
 +
-+static void gpio_led_work(struct work_struct *work)
-+{
-+      struct gpio_led_data    *led_dat =
-+              container_of(work, struct gpio_led_data, work);
++      pwm = p;
++      platform_set_drvdata(pdev, p);
++
++      return 0;
 +
-+      gpio_set_value_cansleep(led_dat->gpio, led_dat->new_level);
++fail:
++      if (p->clk)
++              clk_put(p->clk);
++      if (p->base)
++              iounmap(p->base);
++
++      kfree(p);
++      return status;
 +}
 +
-+static void gpio_led_set(struct led_classdev *led_cdev,
-+      enum led_brightness value)
++static int __exit pwm_remove(struct platform_device *pdev)
 +{
-+      struct gpio_led_data *led_dat =
-+              container_of(led_cdev, struct gpio_led_data, cdev);
-+      int level;
++      struct pwm *p = platform_get_drvdata(pdev);
 +
-+      if (value == LED_OFF)
-+              level = 0;
-+      else
-+              level = 1;
++      if (p != pwm)
++              return -EINVAL;
 +
-+      if (led_dat->active_low)
-+              level = !level;
++      clk_enable(pwm->clk);
++      pwm_writel(pwm, PWM_DIS, (1 << PWM_NCHAN) - 1);
++      pwm_writel(pwm, PWM_IDR, (1 << PWM_NCHAN) - 1);
++      clk_disable(pwm->clk);
 +
-+      /* setting GPIOs with I2C/etc requires a preemptible task context */
-+      if (led_dat->can_sleep) {
-+              if (preempt_count()) {
-+                      led_dat->new_level = level;
-+                      schedule_work(&led_dat->work);
-+              } else
-+                      gpio_set_value_cansleep(led_dat->gpio, level);
-+      } else
-+              gpio_set_value(led_dat->gpio, level);
++      pwm = NULL;
++
++      free_irq(p->irq, p);
++      clk_put(p->clk);
++      iounmap(p->base);
++      kfree(p);
++
++      return 0;
 +}
 +
-+static int __init gpio_led_probe(struct platform_device *pdev)
++static struct platform_driver atmel_pwm_driver = {
++      .driver = {
++              .name = "atmel_pwm",
++              .owner = THIS_MODULE,
++      },
++      .remove = __exit_p(pwm_remove),
++
++      /* NOTE: PWM can keep running in AVR32 "idle" and "frozen" states;
++       * and all AT91sam9263 states, albeit at reduced clock rate if
++       * MCK becomes the slow clock (i.e. what Linux labels STR).
++       */
++};
++
++static int __init pwm_init(void)
 +{
-+      struct gpio_led_platform_data *pdata = pdev->dev.platform_data;
-+      struct gpio_led *cur_led;
-+      struct gpio_led_data *leds_data, *led_dat;
-+      int i, ret = 0;
++      return platform_driver_probe(&atmel_pwm_driver, pwm_probe);
++}
++module_init(pwm_init);
 +
-+      if (!pdata)
-+              return -EBUSY;
++static void __exit pwm_exit(void)
++{
++      platform_driver_unregister(&atmel_pwm_driver);
++}
++module_exit(pwm_exit);
 +
-+      leds_data = kzalloc(sizeof(struct gpio_led_data) * pdata->num_leds,
-+                              GFP_KERNEL);
-+      if (!leds_data)
-+              return -ENOMEM;
++MODULE_DESCRIPTION("Driver for AT32/AT91 PWM module");
++MODULE_LICENSE("GPL");
+diff -urN linux-2.6.24.3/drivers/misc/atmel_tclib.c avr32-2.6/drivers/misc/atmel_tclib.c
+--- linux-2.6.24.3/drivers/misc/atmel_tclib.c  1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/drivers/misc/atmel_tclib.c       2008-04-23 20:12:41.000000000 +0200
+@@ -0,0 +1,161 @@
++#include <linux/atmel_tc.h>
++#include <linux/clk.h>
++#include <linux/err.h>
++#include <linux/init.h>
++#include <linux/io.h>
++#include <linux/ioport.h>
++#include <linux/kernel.h>
++#include <linux/platform_device.h>
 +
-+      for (i = 0; i < pdata->num_leds; i++) {
-+              cur_led = &pdata->leds[i];
-+              led_dat = &leds_data[i];
-+
-+              led_dat->cdev.name = cur_led->name;
-+              led_dat->cdev.default_trigger = cur_led->default_trigger;
-+              led_dat->gpio = cur_led->gpio;
-+              led_dat->can_sleep = gpio_cansleep(cur_led->gpio);
-+              led_dat->active_low = cur_led->active_low;
-+              led_dat->cdev.brightness_set = gpio_led_set;
-+              led_dat->cdev.brightness = cur_led->active_low ? LED_FULL : LED_OFF;
-+
-+              ret = gpio_request(led_dat->gpio, led_dat->cdev.name);
-+              if (ret < 0)
-+                      goto err;
++/* Number of bytes to reserve for the iomem resource */
++#define ATMEL_TC_IOMEM_SIZE   256
 +
-+              gpio_direction_output(led_dat->gpio, led_dat->active_low);
 +
-+              ret = led_classdev_register(&pdev->dev, &led_dat->cdev);
-+              if (ret < 0) {
-+                      gpio_free(led_dat->gpio);
-+                      goto err;
-+              }
++/*
++ * This is a thin library to solve the problem of how to portably allocate
++ * one of the TC blocks.  For simplicity, it doesn't currently expect to
++ * share individual timers between different drivers.
++ */
 +
-+              INIT_WORK(&led_dat->work, gpio_led_work);
-+      }
++#if defined(CONFIG_AVR32)
++/* AVR32 has these divide PBB */
++const u8 atmel_tc_divisors[5] = { 0, 4, 8, 16, 32, };
++EXPORT_SYMBOL(atmel_tc_divisors);
 +
-+      platform_set_drvdata(pdev, leds_data);
++#elif defined(CONFIG_ARCH_AT91)
++/* AT91 has these divide MCK */
++const u8 atmel_tc_divisors[5] = { 2, 8, 32, 128, 0, };
++EXPORT_SYMBOL(atmel_tc_divisors);
 +
-+      return 0;
++#endif
 +
-+err:
-+      if (i > 0) {
-+              for (i = i - 1; i >= 0; i--) {
-+                      led_classdev_unregister(&leds_data[i].cdev);
-+                      gpio_free(leds_data[i].gpio);
++static DEFINE_SPINLOCK(tc_list_lock);
++static LIST_HEAD(tc_list);
++
++/**
++ * atmel_tc_alloc - allocate a specified TC block
++ * @block: which block to allocate
++ * @name: name to be associated with the iomem resource
++ *
++ * Caller allocates a block.  If it is available, a pointer to a
++ * pre-initialized struct atmel_tc is returned. The caller can access
++ * the registers directly through the "regs" field.
++ */
++struct atmel_tc *atmel_tc_alloc(unsigned block, const char *name)
++{
++      struct atmel_tc         *tc;
++      struct platform_device  *pdev = NULL;
++      struct resource         *r;
++
++      spin_lock(&tc_list_lock);
++      list_for_each_entry(tc, &tc_list, node) {
++              if (tc->pdev->id == block) {
++                      pdev = tc->pdev;
++                      break;
 +              }
 +      }
 +
-+      flush_scheduled_work();
-+      kfree(leds_data);
++      if (!pdev || tc->iomem)
++              goto fail;
 +
-+      return ret;
-+}
++      r = platform_get_resource(pdev, IORESOURCE_MEM, 0);
++      r = request_mem_region(r->start, ATMEL_TC_IOMEM_SIZE, name);
++      if (!r)
++              goto fail;
 +
-+static int __exit gpio_led_remove(struct platform_device *pdev)
-+{
-+      int i;
-+      struct gpio_led_platform_data *pdata = pdev->dev.platform_data;
-+      struct gpio_led_data *leds_data;
++      tc->regs = ioremap(r->start, ATMEL_TC_IOMEM_SIZE);
++      if (!tc->regs)
++              goto fail_ioremap;
 +
-+      leds_data = platform_get_drvdata(pdev);
++      tc->iomem = r;
 +
-+      for (i = 0; i < pdata->num_leds; i++) {
-+              led_classdev_unregister(&leds_data[i].cdev);
-+              gpio_free(leds_data[i].gpio);
-+      }
-+      
-+      kfree(leds_data);
++out:
++      spin_unlock(&tc_list_lock);
++      return tc;
 +
-+      return 0;
++fail_ioremap:
++      release_resource(r);
++fail:
++      tc = NULL;
++      goto out;
 +}
++EXPORT_SYMBOL_GPL(atmel_tc_alloc);
 +
-+#ifdef CONFIG_PM
-+static int gpio_led_suspend(struct platform_device *pdev, pm_message_t state)
++/**
++ * atmel_tc_free - release a specified TC block
++ * @tc: Timer/counter block that was returned by atmel_tc_alloc()
++ *
++ * This reverses the effect of atmel_tc_alloc(), unmapping the I/O
++ * registers, invalidating the resource returned by that routine and
++ * making the TC available to other drivers.
++ */
++void atmel_tc_free(struct atmel_tc *tc)
 +{
-+      struct gpio_led_platform_data *pdata = pdev->dev.platform_data;
-+      struct gpio_led_data *leds_data;
-+      int i;
-+      
-+      leds_data = platform_get_drvdata(pdev);
-+
-+      for (i = 0; i < pdata->num_leds; i++)
-+              led_classdev_suspend(&leds_data[i].cdev);
-+
-+      return 0;
++      spin_lock(&tc_list_lock);
++      if (tc->regs) {
++              iounmap(tc->regs);
++              release_resource(tc->iomem);
++              tc->regs = NULL;
++              tc->iomem = NULL;
++      }
++      spin_unlock(&tc_list_lock);
 +}
++EXPORT_SYMBOL_GPL(atmel_tc_free);
 +
-+static int gpio_led_resume(struct platform_device *pdev)
++static int __init tc_probe(struct platform_device *pdev)
 +{
-+      struct gpio_led_platform_data *pdata = pdev->dev.platform_data;
-+      struct gpio_led_data *leds_data;
-+      int i;
++      struct atmel_tc *tc;
++      struct clk      *clk;
++      int             irq;
++
++      if (!platform_get_resource(pdev, IORESOURCE_MEM, 0))
++              return -EINVAL;
++
++      irq = platform_get_irq(pdev, 0);
++      if (irq < 0)
++              return -EINVAL;
++
++      tc = kzalloc(sizeof(struct atmel_tc), GFP_KERNEL);
++      if (!tc)
++              return -ENOMEM;
++
++      tc->pdev = pdev;
 +
-+      leds_data = platform_get_drvdata(pdev);
++      clk = clk_get(&pdev->dev, "t0_clk");
++      if (IS_ERR(clk)) {
++              kfree(tc);
++              return -EINVAL;
++      }
 +
-+      for (i = 0; i < pdata->num_leds; i++)
-+              led_classdev_resume(&leds_data[i].cdev);
++      tc->clk[0] = clk;
++      tc->clk[1] = clk_get(&pdev->dev, "t1_clk");
++      if (IS_ERR(tc->clk[1]))
++              tc->clk[1] = clk;
++      tc->clk[2] = clk_get(&pdev->dev, "t2_clk");
++      if (IS_ERR(tc->clk[2]))
++              tc->clk[2] = clk;
++
++      tc->irq[0] = irq;
++      tc->irq[1] = platform_get_irq(pdev, 1);
++      if (tc->irq[1] < 0)
++              tc->irq[1] = irq;
++      tc->irq[2] = platform_get_irq(pdev, 2);
++      if (tc->irq[2] < 0)
++              tc->irq[2] = irq;
++
++      spin_lock(&tc_list_lock);
++      list_add_tail(&tc->node, &tc_list);
++      spin_unlock(&tc_list_lock);
 +
 +      return 0;
 +}
-+#else
-+#define gpio_led_suspend NULL
-+#define gpio_led_resume NULL
-+#endif
 +
-+static struct platform_driver gpio_led_driver = {
-+      .remove         = __exit_p(gpio_led_remove),
-+      .suspend        = gpio_led_suspend,
-+      .resume         = gpio_led_resume,
-+      .driver         = {
-+              .name   = "leds-gpio",
-+              .owner  = THIS_MODULE,
-+      },
++static struct platform_driver tc_driver = {
++      .driver.name    = "atmel_tcb",
 +};
 +
-+static int __init gpio_led_init(void)
-+{
-+      return platform_driver_probe(&gpio_led_driver, gpio_led_probe);
-+}
-+
-+static void __exit gpio_led_exit(void)
++static int __init tc_init(void)
 +{
-+      platform_driver_unregister(&gpio_led_driver);
++      return platform_driver_probe(&tc_driver, tc_probe);
 +}
++arch_initcall(tc_init);
+diff -urN linux-2.6.24.3/drivers/misc/Kconfig avr32-2.6/drivers/misc/Kconfig
+--- linux-2.6.24.3/drivers/misc/Kconfig        2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/drivers/misc/Kconfig     2008-04-23 20:12:41.000000000 +0200
+@@ -13,6 +13,48 @@
+ if MISC_DEVICES
++config ATMEL_PWM
++      tristate "Atmel AT32/AT91 PWM support"
++      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
++        purposes including software controlled power-efficent backlights
++        on LCD displays, motor control, and waveform generation.
++
++config ATMEL_TCLIB
++      bool "Atmel AT32/AT91 Timer/Counter Library"
++      depends on (AVR32 || ARCH_AT91)
++      help
++        Select this if you want a library to allocate the Timer/Counter
++        blocks found on many Atmel processors.  This facilitates using
++        these blocks by different drivers despite processor differences.
++
++config ATMEL_TCB_CLKSRC
++      bool "TC Block Clocksource"
++      depends on ATMEL_TCLIB && GENERIC_TIME
++      default y
++      help
++        Select this to get a high precision clocksource based on a
++        TC block with a 5+ MHz base clock rate.  Two timer channels
++        are combined to make a single 32-bit timer.
 +
-+module_init(gpio_led_init);
-+module_exit(gpio_led_exit);
++        When GENERIC_CLOCKEVENTS is defined, the third timer channel
++        may be used as a clock event device supporting oneshot mode
++        (delays of up to two seconds) based on the 32 KiHz clock.
 +
-+MODULE_AUTHOR("Raphael Assenat <raph@8d.com>");
-+MODULE_DESCRIPTION("GPIO LED driver");
-+MODULE_LICENSE("GPL");
-diff -x .git -Nur linux-2.6.22.1/drivers/leds/Makefile linux-avr32.git/drivers/leds/Makefile
---- linux-2.6.22.1/drivers/leds/Makefile       2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/drivers/leds/Makefile      2007-07-12 14:00:02.000000000 +0200
-@@ -16,6 +16,7 @@
- obj-$(CONFIG_LEDS_WRAP)                       += leds-wrap.o
- obj-$(CONFIG_LEDS_H1940)              += leds-h1940.o
- obj-$(CONFIG_LEDS_COBALT)             += leds-cobalt.o
-+obj-$(CONFIG_LEDS_GPIO)                       += leds-gpio.o
- # LED Triggers
- obj-$(CONFIG_LEDS_TRIGGER_TIMER)      += ledtrig-timer.o
-diff -x .git -Nur linux-2.6.22.1/drivers/mmc/host/atmel-mci.c linux-avr32.git/drivers/mmc/host/atmel-mci.c
---- linux-2.6.22.1/drivers/mmc/host/atmel-mci.c        1970-01-01 01:00:00.000000000 +0100
-+++ linux-avr32.git/drivers/mmc/host/atmel-mci.c       2007-07-12 14:00:03.000000000 +0200
-@@ -0,0 +1,1217 @@
++config ATMEL_TCB_CLKSRC_BLOCK
++      int
++      depends on ATMEL_TCB_CLKSRC
++      prompt "TC Block" if ARCH_AT91RM9200 || ARCH_AT91SAM9260 || CPU_AT32AP700X
++      default 0
++      range 0 1
++      help
++        Some chips provide more than one TC block, so you have the
++        choice of which one to use for the clock framework.  The other
++        TC can be used for other purposes, such as PWM generation and
++        interval timing.
++
+ config IBM_ASM
+       tristate "Device driver for IBM RSA service processor"
+       depends on X86 && PCI && INPUT && EXPERIMENTAL
+diff -urN linux-2.6.24.3/drivers/misc/Makefile avr32-2.6/drivers/misc/Makefile
+--- linux-2.6.24.3/drivers/misc/Makefile       2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/drivers/misc/Makefile    2008-04-23 20:12:41.000000000 +0200
+@@ -7,7 +7,9 @@
+ obj-$(CONFIG_HDPU_FEATURES)   += hdpuftrs/
+ obj-$(CONFIG_MSI_LAPTOP)     += msi-laptop.o
+ obj-$(CONFIG_ASUS_LAPTOP)     += asus-laptop.o
++obj-$(CONFIG_ATMEL_PWM)               += atmel_pwm.o
+ obj-$(CONFIG_ATMEL_SSC)               += atmel-ssc.o
++obj-$(CONFIG_ATMEL_TCLIB)     += atmel_tclib.o
+ obj-$(CONFIG_LKDTM)           += lkdtm.o
+ obj-$(CONFIG_TIFM_CORE)               += tifm_core.o
+ obj-$(CONFIG_TIFM_7XX1)               += tifm_7xx1.o
+diff -urN linux-2.6.24.3/drivers/mmc/host/atmel-mci.c avr32-2.6/drivers/mmc/host/atmel-mci.c
+--- linux-2.6.24.3/drivers/mmc/host/atmel-mci.c        1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/drivers/mmc/host/atmel-mci.c     2008-04-23 20:12:41.000000000 +0200
+@@ -0,0 +1,1220 @@
 +/*
 + * Atmel MultiMedia Card Interface driver
 + *
@@ -5949,22 +14175,17 @@ diff -x .git -Nur linux-2.6.22.1/drivers/mmc/host/atmel-mci.c linux-avr32.git/dr
 +
 +#define DRIVER_NAME "atmel_mci"
 +
-+#define MCI_CMD_ERROR_FLAGS   (MCI_BIT(RINDE) | MCI_BIT(RDIRE) |      \
-+                               MCI_BIT(RCRCE) | MCI_BIT(RENDE) |      \
-+                               MCI_BIT(RTOE))
 +#define MCI_DATA_ERROR_FLAGS  (MCI_BIT(DCRCE) | MCI_BIT(DTOE) |       \
 +                               MCI_BIT(OVRE) | MCI_BIT(UNRE))
 +
 +enum {
 +      EVENT_CMD_COMPLETE = 0,
-+      EVENT_CMD_ERROR,
 +      EVENT_DATA_COMPLETE,
 +      EVENT_DATA_ERROR,
 +      EVENT_STOP_SENT,
 +      EVENT_STOP_COMPLETE,
-+      EVENT_STOP_ERROR,
++      EVENT_DMA_COMPLETE,
 +      EVENT_DMA_ERROR,
-+      EVENT_CARD_DETECT,
 +};
 +
 +struct atmel_mci_dma {
@@ -5982,18 +14203,22 @@ diff -x .git -Nur linux-2.6.22.1/drivers/mmc/host/atmel-mci.c linux-avr32.git/dr
 +      struct mmc_command      *cmd;
 +      struct mmc_data         *data;
 +
++      u32                     cmd_status;
++      u32                     data_status;
++      u32                     stop_status;
 +      u32                     stop_cmdr;
-+      u32                     stop_iflags;
 +
 +      struct tasklet_struct   tasklet;
 +      unsigned long           pending_events;
 +      unsigned long           completed_events;
-+      u32                     error_status;
 +
 +      int                     present;
 +      int                     detect_pin;
 +      int                     wp_pin;
 +
++      /* For detect pin debouncing */
++      struct timer_list       detect_timer;
++
 +      unsigned long           bus_hz;
 +      unsigned long           mapbase;
 +      struct clk              *mck;
@@ -6020,8 +14245,6 @@ diff -x .git -Nur linux-2.6.22.1/drivers/mmc/host/atmel-mci.c linux-avr32.git/dr
 +/* Test bit macros for completed events */
 +#define mci_cmd_is_complete(host)                     \
 +      test_bit(EVENT_CMD_COMPLETE, &host->completed_events)
-+#define mci_cmd_error_is_complete(host)                       \
-+      test_bit(EVENT_CMD_ERROR, &host->completed_events)
 +#define mci_data_is_complete(host)                    \
 +      test_bit(EVENT_DATA_COMPLETE, &host->completed_events)
 +#define mci_data_error_is_complete(host)              \
@@ -6030,18 +14253,14 @@ diff -x .git -Nur linux-2.6.22.1/drivers/mmc/host/atmel-mci.c linux-avr32.git/dr
 +      test_bit(EVENT_STOP_SENT, &host->completed_events)
 +#define mci_stop_is_complete(host)                    \
 +      test_bit(EVENT_STOP_COMPLETE, &host->completed_events)
-+#define mci_stop_error_is_complete(host)              \
-+      test_bit(EVENT_STOP_ERROR, &host->completed_events)
++#define mci_dma_is_complete(host)                     \
++      test_bit(EVENT_DMA_COMPLETE, &host->completed_events)
 +#define mci_dma_error_is_complete(host)                       \
 +      test_bit(EVENT_DMA_ERROR, &host->completed_events)
-+#define mci_card_detect_is_complete(host)                     \
-+      test_bit(EVENT_CARD_DETECT, &host->completed_events)
 +
 +/* Test and clear bit macros for pending events */
 +#define mci_clear_cmd_is_pending(host)                        \
 +      test_and_clear_bit(EVENT_CMD_COMPLETE, &host->pending_events)
-+#define mci_clear_cmd_error_is_pending(host)          \
-+      test_and_clear_bit(EVENT_CMD_ERROR, &host->pending_events)
 +#define mci_clear_data_is_pending(host)                       \
 +      test_and_clear_bit(EVENT_DATA_COMPLETE, &host->pending_events)
 +#define mci_clear_data_error_is_pending(host)         \
@@ -6050,18 +14269,12 @@ diff -x .git -Nur linux-2.6.22.1/drivers/mmc/host/atmel-mci.c linux-avr32.git/dr
 +      test_and_clear_bit(EVENT_STOP_SENT, &host->pending_events)
 +#define mci_clear_stop_is_pending(host)                       \
 +      test_and_clear_bit(EVENT_STOP_COMPLETE, &host->pending_events)
-+#define mci_clear_stop_error_is_pending(host)         \
-+      test_and_clear_bit(EVENT_STOP_ERROR, &host->pending_events)
 +#define mci_clear_dma_error_is_pending(host)          \
 +      test_and_clear_bit(EVENT_DMA_ERROR, &host->pending_events)
-+#define mci_clear_card_detect_is_pending(host)                \
-+      test_and_clear_bit(EVENT_CARD_DETECT, &host->pending_events)
 +
 +/* Test and set bit macros for completed events */
 +#define mci_set_cmd_is_completed(host)                        \
 +      test_and_set_bit(EVENT_CMD_COMPLETE, &host->completed_events)
-+#define mci_set_cmd_error_is_completed(host)          \
-+      test_and_set_bit(EVENT_CMD_ERROR, &host->completed_events)
 +#define mci_set_data_is_completed(host)                       \
 +      test_and_set_bit(EVENT_DATA_COMPLETE, &host->completed_events)
 +#define mci_set_data_error_is_completed(host)         \
@@ -6070,18 +14283,12 @@ diff -x .git -Nur linux-2.6.22.1/drivers/mmc/host/atmel-mci.c linux-avr32.git/dr
 +      test_and_set_bit(EVENT_STOP_SENT, &host->completed_events)
 +#define mci_set_stop_is_completed(host)                       \
 +      test_and_set_bit(EVENT_STOP_COMPLETE, &host->completed_events)
-+#define mci_set_stop_error_is_completed(host)         \
-+      test_and_set_bit(EVENT_STOP_ERROR, &host->completed_events)
 +#define mci_set_dma_error_is_completed(host)          \
 +      test_and_set_bit(EVENT_DMA_ERROR, &host->completed_events)
-+#define mci_set_card_detect_is_completed(host)                \
-+      test_and_set_bit(EVENT_CARD_DETECT, &host->completed_events)
 +
 +/* Set bit macros for completed events */
 +#define mci_set_cmd_complete(host)                    \
 +      set_bit(EVENT_CMD_COMPLETE, &host->completed_events)
-+#define mci_set_cmd_error_complete(host)              \
-+      set_bit(EVENT_CMD_ERROR, &host->completed_events)
 +#define mci_set_data_complete(host)                   \
 +      set_bit(EVENT_DATA_COMPLETE, &host->completed_events)
 +#define mci_set_data_error_complete(host)             \
@@ -6090,18 +14297,14 @@ diff -x .git -Nur linux-2.6.22.1/drivers/mmc/host/atmel-mci.c linux-avr32.git/dr
 +      set_bit(EVENT_STOP_SENT, &host->completed_events)
 +#define mci_set_stop_complete(host)                   \
 +      set_bit(EVENT_STOP_COMPLETE, &host->completed_events)
-+#define mci_set_stop_error_complete(host)             \
-+      set_bit(EVENT_STOP_ERROR, &host->completed_events)
++#define mci_set_dma_complete(host)                    \
++      set_bit(EVENT_DMA_COMPLETE, &host->completed_events)
 +#define mci_set_dma_error_complete(host)              \
 +      set_bit(EVENT_DMA_ERROR, &host->completed_events)
-+#define mci_set_card_detect_complete(host)            \
-+      set_bit(EVENT_CARD_DETECT, &host->completed_events)
 +
 +/* Set bit macros for pending events */
 +#define mci_set_cmd_pending(host)                     \
 +      set_bit(EVENT_CMD_COMPLETE, &host->pending_events)
-+#define mci_set_cmd_error_pending(host)                       \
-+      set_bit(EVENT_CMD_ERROR, &host->pending_events)
 +#define mci_set_data_pending(host)                    \
 +      set_bit(EVENT_DATA_COMPLETE, &host->pending_events)
 +#define mci_set_data_error_pending(host)              \
@@ -6110,18 +14313,12 @@ diff -x .git -Nur linux-2.6.22.1/drivers/mmc/host/atmel-mci.c linux-avr32.git/dr
 +      set_bit(EVENT_STOP_SENT, &host->pending_events)
 +#define mci_set_stop_pending(host)                    \
 +      set_bit(EVENT_STOP_COMPLETE, &host->pending_events)
-+#define mci_set_stop_error_pending(host)              \
-+      set_bit(EVENT_STOP_ERROR, &host->pending_events)
 +#define mci_set_dma_error_pending(host)                       \
 +      set_bit(EVENT_DMA_ERROR, &host->pending_events)
-+#define mci_set_card_detect_pending(host)             \
-+      set_bit(EVENT_CARD_DETECT, &host->pending_events)
 +
 +/* Clear bit macros for pending events */
 +#define mci_clear_cmd_pending(host)                   \
 +      clear_bit(EVENT_CMD_COMPLETE, &host->pending_events)
-+#define mci_clear_cmd_error_pending(host)             \
-+      clear_bit(EVENT_CMD_ERROR, &host->pending_events)
 +#define mci_clear_data_pending(host)                  \
 +      clear_bit(EVENT_DATA_COMPLETE, &host->pending_events)
 +#define mci_clear_data_error_pending(host)            \
@@ -6130,12 +14327,8 @@ diff -x .git -Nur linux-2.6.22.1/drivers/mmc/host/atmel-mci.c linux-avr32.git/dr
 +      clear_bit(EVENT_STOP_SENT, &host->pending_events)
 +#define mci_clear_stop_pending(host)                  \
 +      clear_bit(EVENT_STOP_COMPLETE, &host->pending_events)
-+#define mci_clear_stop_error_pending(host)            \
-+      clear_bit(EVENT_STOP_ERROR, &host->pending_events)
 +#define mci_clear_dma_error_pending(host)             \
 +      clear_bit(EVENT_DMA_ERROR, &host->pending_events)
-+#define mci_clear_card_detect_pending(host)           \
-+      clear_bit(EVENT_CARD_DETECT, &host->pending_events)
 +
 +
 +#ifdef CONFIG_DEBUG_FS
@@ -6376,6306 +14569,7375 @@ diff -x .git -Nur linux-2.6.22.1/drivers/mmc/host/atmel-mci.c linux-avr32.git/dr
 +      for (dtomul = 0; dtomul < 8; dtomul++) {
 +              unsigned shift = dtomul_to_shift[dtomul];
 +              dtocyc = (timeout + (1 << shift) - 1) >> shift;
-+              if (dtocyc < 15)
-+                      break;
-+      }
-+
-+      if (dtomul >= 8) {
-+              dtomul = 7;
-+              dtocyc = 15;
-+      }
-+
-+      pr_debug("%s: setting timeout to %u cycles\n",
-+               mmc_hostname(host->mmc),
-+               dtocyc << dtomul_to_shift[dtomul]);
-+      mci_writel(host, DTOR, (MCI_BF(DTOMUL, dtomul)
-+                              | MCI_BF(DTOCYC, dtocyc)));
-+}
-+
-+/*
-+ * Return mask with interrupt flags to be handled for this command.
-+ */
-+static u32 atmci_prepare_command(struct mmc_host *mmc,
-+                               struct mmc_command *cmd,
-+                               u32 *cmd_flags)
-+{
-+      u32 cmdr;
-+      u32 iflags;
-+
-+      cmd->error = MMC_ERR_NONE;
-+
-+      cmdr = 0;
-+      BUG_ON(MCI_BFEXT(CMDNB, cmdr) != 0);
-+      cmdr = MCI_BFINS(CMDNB, cmd->opcode, cmdr);
-+
-+      if (cmd->flags & MMC_RSP_PRESENT) {
-+              if (cmd->flags & MMC_RSP_136)
-+                      cmdr |= MCI_BF(RSPTYP, MCI_RSPTYP_136_BIT);
-+              else
-+                      cmdr |= MCI_BF(RSPTYP, MCI_RSPTYP_48_BIT);
-+      }
-+
-+      /*
-+       * This should really be MAXLAT_5 for CMD2 and ACMD41, but
-+       * it's too difficult to determine whether this is an ACMD or
-+       * not. Better make it 64.
-+       */
-+      cmdr |= MCI_BIT(MAXLAT);
-+
-+      if (mmc->ios.bus_mode == MMC_BUSMODE_OPENDRAIN)
-+              cmdr |= MCI_BIT(OPDCMD);
-+
-+      iflags = MCI_BIT(CMDRDY) | MCI_CMD_ERROR_FLAGS;
-+      if (!(cmd->flags & MMC_RSP_CRC))
-+              iflags &= ~MCI_BIT(RCRCE);
-+
-+      pr_debug("%s: cmd: op %02x arg %08x flags %08x, cmdflags %08lx\n",
-+               mmc_hostname(mmc), cmd->opcode, cmd->arg, cmd->flags,
-+               (unsigned long)cmdr);
-+
-+      *cmd_flags = cmdr;
-+      return iflags;
-+}
-+
-+static void atmci_start_command(struct atmel_mci *host,
-+                              struct mmc_command *cmd,
-+                              u32 cmd_flags)
-+{
-+      WARN_ON(host->cmd);
-+      host->cmd = cmd;
-+
-+      mci_writel(host, ARGR, cmd->arg);
-+      mci_writel(host, CMDR, cmd_flags);
-+
-+      if (cmd->data)
-+              dma_start_request(host->dma.req.req.dmac,
-+                                host->dma.req.req.channel);
-+}
-+
-+/*
-+ * Returns a mask of flags to be set in the command register when the
-+ * command to start the transfer is to be sent.
-+ */
-+static u32 atmci_prepare_data(struct mmc_host *mmc, struct mmc_data *data)
-+{
-+      struct atmel_mci *host = mmc_priv(mmc);
-+      u32 cmd_flags;
-+
-+      WARN_ON(host->data);
-+      host->data = data;
-+
-+      atmci_set_timeout(host, data);
-+      mci_writel(host, BLKR, (MCI_BF(BCNT, data->blocks)
-+                              | MCI_BF(BLKLEN, data->blksz)));
-+      host->dma.req.block_size = data->blksz;
-+      host->dma.req.nr_blocks = data->blocks;
-+
-+      cmd_flags = MCI_BF(TRCMD, MCI_TRCMD_START_TRANS);
-+      if (data->flags & MMC_DATA_STREAM)
-+              cmd_flags |= MCI_BF(TRTYP, MCI_TRTYP_STREAM);
-+      else if (data->blocks > 1)
-+              cmd_flags |= MCI_BF(TRTYP, MCI_TRTYP_MULTI_BLOCK);
-+      else
-+              cmd_flags |= MCI_BF(TRTYP, MCI_TRTYP_BLOCK);
-+
-+      if (data->flags & MMC_DATA_READ) {
-+              cmd_flags |= MCI_BIT(TRDIR);
-+              host->dma.req.nr_sg
-+                      = dma_map_sg(&host->pdev->dev, data->sg,
-+                                   data->sg_len, DMA_FROM_DEVICE);
-+              host->dma.req.periph_id = host->dma.rx_periph_id;
-+              host->dma.req.direction = DMA_DIR_PERIPH_TO_MEM;
-+              host->dma.req.data_reg = host->mapbase + MCI_RDR;
-+      } else {
-+              host->dma.req.nr_sg
-+                      = dma_map_sg(&host->pdev->dev, data->sg,
-+                                   data->sg_len, DMA_TO_DEVICE);
-+              host->dma.req.periph_id = host->dma.tx_periph_id;
-+              host->dma.req.direction = DMA_DIR_MEM_TO_PERIPH;
-+              host->dma.req.data_reg = host->mapbase + MCI_TDR;
-+      }
-+      host->dma.req.sg = data->sg;
-+
-+      dma_prepare_request_sg(host->dma.req.req.dmac, &host->dma.req);
-+
-+      return cmd_flags;
-+}
-+
-+static void atmci_request(struct mmc_host *mmc, struct mmc_request *mrq)
-+{
-+      struct atmel_mci *host = mmc_priv(mmc);
-+      struct mmc_data *data = mrq->data;
-+      u32 iflags;
-+      u32 cmdflags = 0;
-+
-+      iflags = mci_readl(host, IMR);
-+      if (iflags)
-+              printk("WARNING: IMR=0x%08x\n", mci_readl(host, IMR));
-+
-+      WARN_ON(host->mrq != NULL);
-+      host->mrq = mrq;
-+      host->pending_events = 0;
-+      host->completed_events = 0;
-+
-+      iflags = atmci_prepare_command(mmc, mrq->cmd, &cmdflags);
-+
-+      if (mrq->stop) {
-+              BUG_ON(!data);
-+
-+              host->stop_iflags = atmci_prepare_command(mmc, mrq->stop,
-+                                                        &host->stop_cmdr);
-+              host->stop_cmdr |= MCI_BF(TRCMD, MCI_TRCMD_STOP_TRANS);
-+              if (!(data->flags & MMC_DATA_WRITE))
-+                      host->stop_cmdr |= MCI_BIT(TRDIR);
-+              if (data->flags & MMC_DATA_STREAM)
-+                      host->stop_cmdr |= MCI_BF(TRTYP, MCI_TRTYP_STREAM);
-+              else
-+                      host->stop_cmdr |= MCI_BF(TRTYP, MCI_TRTYP_MULTI_BLOCK);
-+      }
-+      if (data) {
-+              cmdflags |= atmci_prepare_data(mmc, data);
-+              iflags |= MCI_DATA_ERROR_FLAGS;
-+      }
-+
-+      atmci_start_command(host, mrq->cmd, cmdflags);
-+      mci_writel(host, IER, iflags);
-+}
-+
-+static void atmci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios)
-+{
-+      struct atmel_mci *host = mmc_priv(mmc);
-+
-+      if (ios->clock) {
-+              u32 clkdiv;
-+
-+              clkdiv = host->bus_hz / (2 * ios->clock) - 1;
-+              if (clkdiv > 255)
-+                      clkdiv = 255;
-+              mci_writel(host, MR, (clkdiv
-+                                    | MCI_BIT(WRPROOF)
-+                                    | MCI_BIT(RDPROOF)));
-+      }
-+
-+      switch (ios->bus_width) {
-+      case MMC_BUS_WIDTH_1:
-+              mci_writel(host, SDCR, 0);
-+              break;
-+      case MMC_BUS_WIDTH_4:
-+              mci_writel(host, SDCR, MCI_BIT(SDCBUS));
-+              break;
-+      }
-+
-+      switch (ios->power_mode) {
-+      case MMC_POWER_OFF:
-+              mci_writel(host, CR, MCI_BIT(MCIDIS));
-+              break;
-+      case MMC_POWER_UP:
-+              mci_writel(host, CR, MCI_BIT(SWRST));
-+              break;
-+      case MMC_POWER_ON:
-+              mci_writel(host, CR, MCI_BIT(MCIEN));
-+              break;
-+      }
-+}
-+
-+static int atmci_get_ro(struct mmc_host *mmc)
-+{
-+      int read_only = 0;
-+      struct atmel_mci *host = mmc_priv(mmc);
-+
-+      if (host->wp_pin >= 0) {
-+              read_only = gpio_get_value(host->wp_pin);
-+              pr_debug("%s: card is %s\n", mmc_hostname(mmc),
-+                       read_only ? "read-only" : "read-write");
-+      } else {
-+              pr_debug("%s: no pin for checking read-only switch."
-+                       " Assuming write-enable.\n", mmc_hostname(mmc));
-+      }
-+
-+      return read_only;
-+}
-+
-+static struct mmc_host_ops atmci_ops = {
-+      .request        = atmci_request,
-+      .set_ios        = atmci_set_ios,
-+      .get_ro         = atmci_get_ro,
-+};
-+
-+static void atmci_request_end(struct mmc_host *mmc, struct mmc_request *mrq)
-+{
-+      struct atmel_mci *host = mmc_priv(mmc);
-+
-+      WARN_ON(host->cmd || host->data);
-+      host->mrq = NULL;
-+
-+      mmc_request_done(mmc, mrq);
-+}
-+
-+static void send_stop_cmd(struct mmc_host *mmc, struct mmc_data *data,
-+                        u32 flags)
-+{
-+      struct atmel_mci *host = mmc_priv(mmc);
-+
-+      atmci_start_command(host, data->stop, host->stop_cmdr | flags);
-+      mci_writel(host, IER, host->stop_iflags);
-+}
-+
-+static void atmci_data_complete(struct atmel_mci *host, struct mmc_data *data)
-+{
-+      host->data = NULL;
-+      dma_unmap_sg(&host->pdev->dev, data->sg, host->dma.req.nr_sg,
-+                   ((data->flags & MMC_DATA_WRITE)
-+                    ? DMA_TO_DEVICE : DMA_FROM_DEVICE));
-+
-+      /*
-+       * Data might complete before command for very short transfers
-+       * (like READ_SCR)
-+       */
-+      if (mci_cmd_is_complete(host)
-+          && (!data->stop || mci_stop_is_complete(host)))
-+              atmci_request_end(host->mmc, data->mrq);
-+}
-+
-+static void atmci_command_error(struct mmc_host *mmc,
-+                              struct mmc_command *cmd,
-+                              u32 status)
-+{
-+      pr_debug("%s: command error: status=0x%08x\n",
-+               mmc_hostname(mmc), status);
-+
-+      if (status & MCI_BIT(RTOE))
-+              cmd->error = MMC_ERR_TIMEOUT;
-+      else if (status & MCI_BIT(RCRCE))
-+              cmd->error = MMC_ERR_BADCRC;
-+      else
-+              cmd->error = MMC_ERR_FAILED;
-+}
-+
-+static void atmci_tasklet_func(unsigned long priv)
-+{
-+      struct mmc_host *mmc = (struct mmc_host *)priv;
-+      struct atmel_mci *host = mmc_priv(mmc);
-+      struct mmc_request *mrq = host->mrq;
-+      struct mmc_data *data = host->data;
-+
-+      pr_debug("atmci_tasklet: pending/completed/mask %lx/%lx/%x\n",
-+               host->pending_events, host->completed_events,
-+               mci_readl(host, IMR));
-+
-+      if (mci_clear_cmd_error_is_pending(host)) {
-+              struct mmc_command *cmd;
-+
-+              mci_set_cmd_error_complete(host);
-+              mci_clear_cmd_pending(host);
-+              cmd = host->mrq->cmd;
-+
-+              if (cmd->data) {
-+                      dma_stop_request(host->dma.req.req.dmac,
-+                                       host->dma.req.req.channel);
-+                      host->data = NULL;
-+              }
-+
-+              atmci_command_error(mmc, cmd, host->error_status);
-+              atmci_request_end(mmc, cmd->mrq);
-+      }
-+      if (mci_clear_stop_error_is_pending(host)) {
-+              mci_set_stop_error_complete(host);
-+              mci_clear_stop_pending(host);
-+              atmci_command_error(mmc, host->mrq->stop,
-+                                  host->error_status);
-+              if (!host->data)
-+                      atmci_request_end(mmc, host->mrq);
-+      }
-+      if (mci_clear_cmd_is_pending(host)) {
-+              mci_set_cmd_complete(host);
-+              if (!mrq->data || mci_data_is_complete(host)
-+                  || mci_data_error_is_complete(host))
-+                      atmci_request_end(mmc, mrq);
++              if (dtocyc < 15)
++                      break;
 +      }
-+      if (mci_clear_stop_is_pending(host)) {
-+              mci_set_stop_complete(host);
-+              if (mci_data_is_complete(host)
-+                  || mci_data_error_is_complete(host))
-+                      atmci_request_end(mmc, mrq);
++
++      if (dtomul >= 8) {
++              dtomul = 7;
++              dtocyc = 15;
 +      }
-+      if (mci_clear_dma_error_is_pending(host)) {
-+              mci_set_dma_error_complete(host);
-+              mci_clear_data_pending(host);
 +
-+              /* DMA controller got bus error => invalid address */
-+              data->error = MMC_ERR_INVALID;
++      dev_dbg(&host->mmc->class_dev, "setting timeout to %u cycles\n",
++                      dtocyc << dtomul_to_shift[dtomul]);
++      mci_writel(host, DTOR, (MCI_BF(DTOMUL, dtomul)
++                              | MCI_BF(DTOCYC, dtocyc)));
++}
 +
-+              printk(KERN_DEBUG "%s: dma error after %u bytes xfered\n",
-+                     mmc_hostname(mmc), host->data->bytes_xfered);
++/*
++ * Return mask with command flags to be enabled for this command.
++ */
++static u32 atmci_prepare_command(struct mmc_host *mmc,
++                               struct mmc_command *cmd)
++{
++      u32 cmdr;
 +
-+              if (data->stop
-+                  && !mci_set_stop_sent_is_completed(host))
-+                      /* TODO: Check if card is still present */
-+                      send_stop_cmd(host->mmc, data, 0);
++      cmd->error = 0;
 +
-+              atmci_data_complete(host, data);
-+      }
-+      if (mci_clear_data_error_is_pending(host)) {
-+              u32 status = host->error_status;
++      cmdr = MCI_BF(CMDNB, cmd->opcode);
 +
-+              mci_set_data_error_complete(host);
-+              mci_clear_data_pending(host);
++      if (cmd->flags & MMC_RSP_PRESENT) {
++              if (cmd->flags & MMC_RSP_136)
++                      cmdr |= MCI_BF(RSPTYP, MCI_RSPTYP_136_BIT);
++              else
++                      cmdr |= MCI_BF(RSPTYP, MCI_RSPTYP_48_BIT);
++      }
 +
-+              dma_stop_request(host->dma.req.req.dmac,
-+                               host->dma.req.req.channel);
++      /*
++       * This should really be MAXLAT_5 for CMD2 and ACMD41, but
++       * it's too difficult to determine whether this is an ACMD or
++       * not. Better make it 64.
++       */
++      cmdr |= MCI_BIT(MAXLAT);
 +
-+              printk(KERN_DEBUG "%s: data error: status=0x%08x\n",
-+                     mmc_hostname(host->mmc), status);
++      if (mmc->ios.bus_mode == MMC_BUSMODE_OPENDRAIN)
++              cmdr |= MCI_BIT(OPDCMD);
 +
-+              if (status & MCI_BIT(DCRCE)) {
-+                      printk(KERN_DEBUG "%s: Data CRC error\n",
-+                             mmc_hostname(host->mmc));
-+                      data->error = MMC_ERR_BADCRC;
-+              } else if (status & MCI_BIT(DTOE)) {
-+                      printk(KERN_DEBUG "%s: Data Timeout error\n",
-+                             mmc_hostname(host->mmc));
-+                      data->error = MMC_ERR_TIMEOUT;
-+              } else {
-+                      printk(KERN_DEBUG "%s: Data FIFO error\n",
-+                             mmc_hostname(host->mmc));
-+                      data->error = MMC_ERR_FIFO;
-+              }
-+              printk(KERN_DEBUG "%s: Bytes xfered: %u\n",
-+                     mmc_hostname(host->mmc), data->bytes_xfered);
++      dev_dbg(&mmc->class_dev,
++              "cmd: op %02x arg %08x flags %08x, cmdflags %08lx\n",
++              cmd->opcode, cmd->arg, cmd->flags, (unsigned long)cmdr);
 +
-+              if (data->stop
-+                  && !mci_set_stop_sent_is_completed(host))
-+                      /* TODO: Check if card is still present */
-+                      send_stop_cmd(host->mmc, data, 0);
++      return cmdr;
++}
 +
-+              atmci_data_complete(host, data);
-+      }
-+      if (mci_clear_data_is_pending(host)) {
-+              mci_set_data_complete(host);
-+              data->bytes_xfered = data->blocks * data->blksz;
-+              atmci_data_complete(host, data);
-+      }
-+      if (mci_clear_card_detect_is_pending(host)) {
-+              /* Reset controller if card is gone */
-+              if (!host->present) {
-+                      mci_writel(host, CR, MCI_BIT(SWRST));
-+                      mci_writel(host, IDR, ~0UL);
-+                      mci_writel(host, CR, MCI_BIT(MCIEN));
-+              }
++static void atmci_start_command(struct atmel_mci *host,
++                              struct mmc_command *cmd,
++                              u32 cmd_flags)
++{
++      WARN_ON(host->cmd);
++      host->cmd = cmd;
 +
-+              /* Clean up queue if present */
-+              if (mrq) {
-+                      if (!mci_cmd_is_complete(host)
-+                          && !mci_cmd_error_is_complete(host)) {
-+                              mrq->cmd->error = MMC_ERR_TIMEOUT;
-+                      }
-+                      if (mrq->data && !mci_data_is_complete(host)
-+                          && !mci_data_error_is_complete(host)) {
-+                              dma_stop_request(host->dma.req.req.dmac,
-+                                              host->dma.req.req.channel);
-+                              host->data->error = MMC_ERR_TIMEOUT;
-+                              atmci_data_complete(host, data);
-+                      }
-+                      if (mrq->stop && !mci_stop_is_complete(host)
-+                          && !mci_stop_error_is_complete(host)) {
-+                              mrq->stop->error = MMC_ERR_TIMEOUT;
-+                      }
++      mci_writel(host, ARGR, cmd->arg);
++      mci_writel(host, CMDR, cmd_flags);
 +
-+                      host->cmd = NULL;
-+                      atmci_request_end(mmc, mrq);
-+              }
-+              mmc_detect_change(host->mmc, msecs_to_jiffies(100));
-+      }
++      if (cmd->data)
++              dma_start_request(host->dma.req.req.dmac,
++                                host->dma.req.req.channel);
 +}
 +
-+static void atmci_cmd_interrupt(struct mmc_host *mmc, u32 status)
++/*
++ * Returns a mask of flags to be set in the command register when the
++ * command to start the transfer is to be sent.
++ */
++static u32 atmci_prepare_data(struct mmc_host *mmc, struct mmc_data *data)
 +{
 +      struct atmel_mci *host = mmc_priv(mmc);
-+      struct mmc_command *cmd = host->cmd;
++      u32 cmd_flags;
 +
-+      /*
-+       * Read the response now so that we're free to send a new
-+       * command immediately.
-+       */
-+      cmd->resp[0] = mci_readl(host, RSPR);
-+      cmd->resp[1] = mci_readl(host, RSPR);
-+      cmd->resp[2] = mci_readl(host, RSPR);
-+      cmd->resp[3] = mci_readl(host, RSPR);
++      WARN_ON(host->data);
++      host->data = data;
 +
-+      mci_writel(host, IDR, MCI_BIT(CMDRDY) | MCI_CMD_ERROR_FLAGS);
-+      host->cmd = NULL;
++      atmci_set_timeout(host, data);
++      mci_writel(host, BLKR, (MCI_BF(BCNT, data->blocks)
++                              | MCI_BF(BLKLEN, data->blksz)));
++      host->dma.req.block_size = data->blksz;
++      host->dma.req.nr_blocks = data->blocks;
 +
-+      if (mci_stop_sent_is_complete(host))
-+              mci_set_stop_pending(host);
++      cmd_flags = MCI_BF(TRCMD, MCI_TRCMD_START_TRANS);
++      if (data->flags & MMC_DATA_STREAM)
++              cmd_flags |= MCI_BF(TRTYP, MCI_TRTYP_STREAM);
++      else if (data->blocks > 1)
++              cmd_flags |= MCI_BF(TRTYP, MCI_TRTYP_MULTI_BLOCK);
 +      else
-+              mci_set_cmd_pending(host);
++              cmd_flags |= MCI_BF(TRTYP, MCI_TRTYP_BLOCK);
 +
-+      tasklet_schedule(&host->tasklet);
++      if (data->flags & MMC_DATA_READ) {
++              cmd_flags |= MCI_BIT(TRDIR);
++              host->dma.req.nr_sg
++                      = dma_map_sg(&host->pdev->dev, data->sg,
++                                   data->sg_len, DMA_FROM_DEVICE);
++              host->dma.req.periph_id = host->dma.rx_periph_id;
++              host->dma.req.direction = DMA_DIR_PERIPH_TO_MEM;
++              host->dma.req.data_reg = host->mapbase + MCI_RDR;
++      } else {
++              host->dma.req.nr_sg
++                      = dma_map_sg(&host->pdev->dev, data->sg,
++                                   data->sg_len, DMA_TO_DEVICE);
++              host->dma.req.periph_id = host->dma.tx_periph_id;
++              host->dma.req.direction = DMA_DIR_MEM_TO_PERIPH;
++              host->dma.req.data_reg = host->mapbase + MCI_TDR;
++      }
++      host->dma.req.sg = data->sg;
++
++      dma_prepare_request_sg(host->dma.req.req.dmac, &host->dma.req);
++
++      return cmd_flags;
 +}
 +
-+static void atmci_xfer_complete(struct dma_request *_req)
++static void atmci_request(struct mmc_host *mmc, struct mmc_request *mrq)
 +{
-+      struct dma_request_sg *req = to_dma_request_sg(_req);
-+      struct atmel_mci_dma *dma;
-+      struct atmel_mci *host;
-+      struct mmc_data *data;
++      struct atmel_mci *host = mmc_priv(mmc);
++      struct mmc_data *data = mrq->data;
++      u32 iflags;
++      u32 cmdflags = 0;
 +
-+      dma = container_of(req, struct atmel_mci_dma, req);
-+      host = container_of(dma, struct atmel_mci, dma);
-+      data = host->data;
++      iflags = mci_readl(host, IMR);
++      if (iflags)
++              dev_warn(&mmc->class_dev, "WARNING: IMR=0x%08x\n",
++                              mci_readl(host, IMR));
 +
-+      if (data->stop && !mci_set_stop_sent_is_completed(host))
-+              send_stop_cmd(host->mmc, data, 0);
++      WARN_ON(host->mrq != NULL);
 +
-+      if (data->flags & MMC_DATA_READ) {
-+              mci_writel(host, IDR, MCI_DATA_ERROR_FLAGS);
-+              mci_set_data_pending(host);
-+              tasklet_schedule(&host->tasklet);
-+      } else {
-+              /*
-+               * For the WRITE case, wait for NOTBUSY. This function
-+               * is called when everything has been written to the
-+               * controller, not when the card is done programming.
-+               */
-+              mci_writel(host, IER, MCI_BIT(NOTBUSY));
++      /*
++       * We may "know" the card is gone even though there's still an
++       * electrical connection. If so, we really need to communicate
++       * this to the MMC core since there won't be any more
++       * interrupts as the card is completely removed. Otherwise,
++       * the MMC core might believe the card is still there even
++       * though the card was just removed very slowly.
++       */
++      if (!host->present) {
++              mrq->cmd->error = -ENOMEDIUM;
++              mmc_request_done(mmc, mrq);
++              return;
 +      }
-+}
 +
-+static void atmci_dma_error(struct dma_request *_req)
-+{
-+      struct dma_request_sg *req = to_dma_request_sg(_req);
-+      struct atmel_mci_dma *dma;
-+      struct atmel_mci *host;
++      host->mrq = mrq;
++      host->pending_events = 0;
++      host->completed_events = 0;
 +
-+      dma = container_of(req, struct atmel_mci_dma, req);
-+      host = container_of(dma, struct atmel_mci, dma);
++      iflags = MCI_BIT(CMDRDY);
++      cmdflags = atmci_prepare_command(mmc, mrq->cmd);
 +
-+      mci_writel(host, IDR, (MCI_BIT(NOTBUSY)
-+                             | MCI_DATA_ERROR_FLAGS));
++      if (mrq->stop) {
++              WARN_ON(!data);
 +
-+      mci_set_dma_error_pending(host);
-+      tasklet_schedule(&host->tasklet);
++              host->stop_cmdr = atmci_prepare_command(mmc, mrq->stop);
++              host->stop_cmdr |= MCI_BF(TRCMD, MCI_TRCMD_STOP_TRANS);
++              if (!(data->flags & MMC_DATA_WRITE))
++                      host->stop_cmdr |= MCI_BIT(TRDIR);
++              if (data->flags & MMC_DATA_STREAM)
++                      host->stop_cmdr |= MCI_BF(TRTYP, MCI_TRTYP_STREAM);
++              else
++                      host->stop_cmdr |= MCI_BF(TRTYP, MCI_TRTYP_MULTI_BLOCK);
++      }
++      if (data) {
++              cmdflags |= atmci_prepare_data(mmc, data);
++              iflags |= MCI_DATA_ERROR_FLAGS;
++      }
++
++      atmci_start_command(host, mrq->cmd, cmdflags);
++      mci_writel(host, IER, iflags);
 +}
 +
-+static irqreturn_t atmci_interrupt(int irq, void *dev_id)
++static void atmci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios)
 +{
-+      struct mmc_host *mmc = dev_id;
 +      struct atmel_mci *host = mmc_priv(mmc);
-+      u32 status, mask, pending;
-+
-+      spin_lock(&mmc->lock);
++      u32 mr;
 +
-+      status = mci_readl(host, SR);
-+      mask = mci_readl(host, IMR);
-+      pending = status & mask;
++      if (ios->clock) {
++              u32 clkdiv;
 +
-+      do {
-+              if (pending & MCI_CMD_ERROR_FLAGS) {
-+                      mci_writel(host, IDR, (MCI_BIT(CMDRDY)
-+                                             | MCI_BIT(NOTBUSY)
-+                                             | MCI_CMD_ERROR_FLAGS
-+                                             | MCI_DATA_ERROR_FLAGS));
-+                      host->error_status = status;
-+                      host->cmd = NULL;
-+                      if (mci_stop_sent_is_complete(host))
-+                              mci_set_stop_error_pending(host);
-+                      else
-+                              mci_set_cmd_error_pending(host);
-+                      tasklet_schedule(&host->tasklet);
-+                      break;
-+              }
-+              if (pending & MCI_DATA_ERROR_FLAGS) {
-+                      mci_writel(host, IDR, (MCI_BIT(NOTBUSY)
-+                                             | MCI_DATA_ERROR_FLAGS));
-+                      host->error_status = status;
-+                      mci_set_data_error_pending(host);
-+                      tasklet_schedule(&host->tasklet);
-+                      break;
-+              }
-+              if (pending & MCI_BIT(CMDRDY))
-+                      atmci_cmd_interrupt(mmc, status);
-+              if (pending & MCI_BIT(NOTBUSY)) {
-+                      mci_writel(host, IDR, (MCI_BIT(NOTBUSY)
-+                                             | MCI_DATA_ERROR_FLAGS));
-+                      mci_set_data_pending(host);
-+                      tasklet_schedule(&host->tasklet);
++              /* Set clock rate */
++              clkdiv = DIV_ROUND_UP(host->bus_hz, 2 * ios->clock) - 1;
++              if (clkdiv > 255) {
++                      dev_warn(&mmc->class_dev,
++                              "clock %u too slow; using %lu\n",
++                              ios->clock, host->bus_hz / (2 * 256));
++                      clkdiv = 255;
 +              }
 +
-+              status = mci_readl(host, SR);
-+              mask = mci_readl(host, IMR);
-+              pending = status & mask;
-+      } while (pending);
++              mr = mci_readl(host, MR);
++              mr = MCI_BFINS(CLKDIV, clkdiv, mr)
++                      | MCI_BIT(WRPROOF) | MCI_BIT(RDPROOF);
++              mci_writel(host, MR, mr);
++
++              /* Enable the MCI controller */
++              mci_writel(host, CR, MCI_BIT(MCIEN));
++      } else {
++              /* Disable the MCI controller */
++              mci_writel(host, CR, MCI_BIT(MCIDIS));
++      }
++
++      switch (ios->bus_width) {
++      case MMC_BUS_WIDTH_1:
++              mci_writel(host, SDCR, 0);
++              break;
++      case MMC_BUS_WIDTH_4:
++              mci_writel(host, SDCR, MCI_BIT(SDCBUS));
++              break;
++      }
++
++      switch (ios->power_mode) {
++      case MMC_POWER_ON:
++              /* Send init sequence (74 clock cycles) */
++              mci_writel(host, IDR, ~0UL);
++              mci_writel(host, CMDR, MCI_BF(SPCMD, MCI_SPCMD_INIT_CMD));
++              while (!(mci_readl(host, SR) & MCI_BIT(CMDRDY)))
++                      cpu_relax();
++              break;
++      default:
++              /*
++               * TODO: None of the currently available AVR32-based
++               * boards allow MMC power to be turned off. Implement
++               * power control when this can be tested properly.
++               */
++              break;
++      }
++}
++
++static int atmci_get_ro(struct mmc_host *mmc)
++{
++      int read_only = 0;
++      struct atmel_mci *host = mmc_priv(mmc);
 +
-+      spin_unlock(&mmc->lock);
++      if (host->wp_pin >= 0) {
++              read_only = gpio_get_value(host->wp_pin);
++              dev_dbg(&mmc->class_dev, "card is %s\n",
++                              read_only ? "read-only" : "read-write");
++      } else {
++              dev_dbg(&mmc->class_dev,
++                      "no pin for checking read-only switch."
++                      " Assuming write-enable.\n");
++      }
 +
-+      return IRQ_HANDLED;
++      return read_only;
 +}
 +
-+static irqreturn_t atmci_detect_change(int irq, void *dev_id)
++static struct mmc_host_ops atmci_ops = {
++      .request        = atmci_request,
++      .set_ios        = atmci_set_ios,
++      .get_ro         = atmci_get_ro,
++};
++
++static void atmci_request_end(struct mmc_host *mmc, struct mmc_request *mrq)
 +{
-+      struct mmc_host *mmc = dev_id;
 +      struct atmel_mci *host = mmc_priv(mmc);
 +
-+      int present = !gpio_get_value(irq_to_gpio(irq));
++      WARN_ON(host->cmd || host->data);
++      host->mrq = NULL;
 +
-+      if (present != host->present) {
-+              pr_debug("%s: card %s\n", mmc_hostname(host->mmc),
-+                       present ? "inserted" : "removed");
-+              host->present = present;
-+              mci_set_card_detect_pending(host);
-+              tasklet_schedule(&host->tasklet);
-+      }
-+      return IRQ_HANDLED;
++      mmc_request_done(mmc, mrq);
 +}
 +
-+static int __devinit atmci_probe(struct platform_device *pdev)
++static void send_stop_cmd(struct mmc_host *mmc, struct mmc_data *data,
++                        u32 flags)
 +{
-+      struct mci_platform_data *board;
-+      struct atmel_mci *host;
-+      struct mmc_host *mmc;
-+      struct resource *regs;
-+      int irq;
-+      int ret;
++      struct atmel_mci *host = mmc_priv(mmc);
 +
-+      regs = platform_get_resource(pdev, IORESOURCE_MEM, 0);
-+      if (!regs)
-+              return -ENXIO;
-+      irq = platform_get_irq(pdev, 0);
-+      if (irq < 0)
-+              return irq;
++      atmci_start_command(host, data->stop, host->stop_cmdr | flags);
++      mci_writel(host, IER, MCI_BIT(CMDRDY));
++}
 +
-+      board = pdev->dev.platform_data;
++static void atmci_data_complete(struct atmel_mci *host, struct mmc_data *data)
++{
++      host->data = NULL;
++      dma_unmap_sg(&host->pdev->dev, data->sg, host->dma.req.nr_sg,
++                   ((data->flags & MMC_DATA_WRITE)
++                    ? DMA_TO_DEVICE : DMA_FROM_DEVICE));
 +
-+      mmc = mmc_alloc_host(sizeof(struct atmel_mci), &pdev->dev);
-+      if (!mmc)
-+              return -ENOMEM;
++      /*
++       * Data might complete before command for very short transfers
++       * (like READ_SCR)
++       */
++      if (mci_cmd_is_complete(host)
++          && (!data->stop || mci_stop_is_complete(host)))
++              atmci_request_end(host->mmc, data->mrq);
++}
 +
-+      host = mmc_priv(mmc);
-+      host->pdev = pdev;
-+      host->mmc = mmc;
-+      if (board) {
-+              host->detect_pin = board->detect_pin;
-+              host->wp_pin = board->wp_pin;
-+      } else {
-+              host->detect_pin = -1;
-+              host->detect_pin = -1;
-+      }
++static void atmci_command_complete(struct atmel_mci *host,
++                      struct mmc_command *cmd, u32 status)
++{
++      if (status & MCI_BIT(RTOE))
++              cmd->error = -ETIMEDOUT;
++      else if ((cmd->flags & MMC_RSP_CRC)
++                      && (status & MCI_BIT(RCRCE)))
++              cmd->error = -EILSEQ;
++      else if (status & (MCI_BIT(RINDE) | MCI_BIT(RDIRE) | MCI_BIT(RENDE)))
++              cmd->error = -EIO;
++
++      if (cmd->error) {
++              dev_dbg(&host->mmc->class_dev,
++                              "command error: op=0x%x status=0x%08x\n",
++                              cmd->opcode, status);
 +
-+      host->mck = clk_get(&pdev->dev, "mci_clk");
-+      if (IS_ERR(host->mck)) {
-+              ret = PTR_ERR(host->mck);
-+              goto out_free_host;
++              if (cmd->data) {
++                      dma_stop_request(host->dma.req.req.dmac,
++                                      host->dma.req.req.channel);
++                      mci_writel(host, IDR, MCI_BIT(NOTBUSY)
++                                      | MCI_DATA_ERROR_FLAGS);
++                      host->data = NULL;
++              }
 +      }
-+      clk_enable(host->mck);
++}
 +
-+      ret = -ENOMEM;
-+      host->regs = ioremap(regs->start, regs->end - regs->start + 1);
-+      if (!host->regs)
-+              goto out_disable_clk;
++static void atmci_detect_change(unsigned long data)
++{
++      struct atmel_mci *host = (struct atmel_mci *)data;
++      struct mmc_request *mrq = host->mrq;
++      int present;
 +
-+      host->bus_hz = clk_get_rate(host->mck);
-+      host->mapbase = regs->start;
++      /*
++       * atmci_remove() sets detect_pin to -1 before freeing the
++       * interrupt. We must not re-enable the interrupt if it has
++       * been freed.
++       */
++      smp_rmb();
++      if (host->detect_pin < 0)
++              return;
 +
-+      mmc->ops = &atmci_ops;
-+      mmc->f_min = (host->bus_hz + 511) / 512;
-+      mmc->f_max = min((unsigned int)(host->bus_hz / 2), fmax);
-+      mmc->ocr_avail  = 0x00100000;
-+      mmc->caps |= MMC_CAP_4_BIT_DATA;
++      enable_irq(gpio_to_irq(host->detect_pin));
++      present = !gpio_get_value(host->detect_pin);
 +
-+      tasklet_init(&host->tasklet, atmci_tasklet_func, (unsigned long)mmc);
++      dev_vdbg(&host->pdev->dev, "detect change: %d (was %d)\n",
++                      present, host->present);
 +
-+      ret = request_irq(irq, atmci_interrupt, 0, "mmci", mmc);
-+      if (ret)
-+              goto out_unmap;
++      if (present != host->present) {
++              dev_dbg(&host->mmc->class_dev, "card %s\n",
++                      present ? "inserted" : "removed");
++              host->present = present;
 +
-+      /* Assume card is present if we don't have a detect pin */
-+      host->present = 1;
-+      if (host->detect_pin >= 0) {
-+              if (gpio_request(host->detect_pin, "mmc_detect")) {
-+                      printk(KERN_WARNING "%s: no detect pin available\n",
-+                             mmc_hostname(host->mmc));
-+                      host->detect_pin = -1;
-+              } else {
-+                      host->present = !gpio_get_value(host->detect_pin);
++              /* Reset controller if card is gone */
++              if (!present) {
++                      mci_writel(host, CR, MCI_BIT(SWRST));
++                      mci_writel(host, IDR, ~0UL);
++                      mci_writel(host, CR, MCI_BIT(MCIEN));
 +              }
-+      }
-+      if (host->wp_pin >= 0) {
-+              if (gpio_request(host->wp_pin, "mmc_wp")) {
-+                      printk(KERN_WARNING "%s: no WP pin available\n",
-+                             mmc_hostname(host->mmc));
-+                      host->wp_pin = -1;
++
++              /* Clean up queue if present */
++              if (mrq) {
++                      if (!mci_cmd_is_complete(host))
++                              mrq->cmd->error = -ENOMEDIUM;
++                      if (mrq->data && !mci_data_is_complete(host)
++                          && !mci_data_error_is_complete(host)) {
++                              dma_stop_request(host->dma.req.req.dmac,
++                                              host->dma.req.req.channel);
++                              host->data->error = -ENOMEDIUM;
++                              atmci_data_complete(host, host->data);
++                      }
++                      if (mrq->stop && !mci_stop_is_complete(host))
++                              mrq->stop->error = -ENOMEDIUM;
++
++                      host->cmd = NULL;
++                      atmci_request_end(host->mmc, mrq);
 +              }
-+      }
 +
-+      /* TODO: Get this information from platform data */
-+      ret = -ENOMEM;
-+      host->dma.req.req.dmac = find_dma_controller(0);
-+      if (!host->dma.req.req.dmac) {
-+              printk(KERN_ERR
-+                     "mmci: No DMA controller available, aborting\n");
-+              goto out_free_irq;
-+      }
-+      ret = dma_alloc_channel(host->dma.req.req.dmac);
-+      if (ret < 0) {
-+              printk(KERN_ERR
-+                     "mmci: Unable to allocate DMA channel, aborting\n");
-+              goto out_free_irq;
++              mmc_detect_change(host->mmc, 0);
 +      }
-+      host->dma.req.req.channel = ret;
-+      host->dma.req.width = DMA_WIDTH_32BIT;
-+      host->dma.req.req.xfer_complete = atmci_xfer_complete;
-+      host->dma.req.req.block_complete = NULL; // atmci_block_complete;
-+      host->dma.req.req.error = atmci_dma_error;
-+      host->dma.rx_periph_id = 0;
-+      host->dma.tx_periph_id = 1;
-+
-+      mci_writel(host, CR, MCI_BIT(SWRST));
-+      mci_writel(host, IDR, ~0UL);
-+      mci_writel(host, CR, MCI_BIT(MCIEN));
++}
 +
-+      platform_set_drvdata(pdev, host);
++static void atmci_tasklet_func(unsigned long priv)
++{
++      struct mmc_host *mmc = (struct mmc_host *)priv;
++      struct atmel_mci *host = mmc_priv(mmc);
++      struct mmc_request *mrq = host->mrq;
++      struct mmc_data *data = host->data;
 +
-+      mmc_add_host(mmc);
++      dev_vdbg(&mmc->class_dev,
++              "tasklet: pending/completed/mask %lx/%lx/%x\n",
++               host->pending_events, host->completed_events,
++               mci_readl(host, IMR));
 +
-+      if (host->detect_pin >= 0) {
-+              ret = request_irq(gpio_to_irq(host->detect_pin),
-+                                atmci_detect_change,
-+                                IRQF_TRIGGER_FALLING | IRQF_TRIGGER_RISING,
-+                                DRIVER_NAME, mmc);
-+              if (ret) {
-+                      printk(KERN_ERR
-+                             "%s: could not request IRQ %d for detect pin\n",
-+                             mmc_hostname(mmc),
-+                             gpio_to_irq(host->detect_pin));
-+                      gpio_free(host->detect_pin);
-+                      host->detect_pin = -1;
-+              }
++      if (mci_clear_cmd_is_pending(host)) {
++              mci_set_cmd_complete(host);
++              atmci_command_complete(host, mrq->cmd, host->cmd_status);
++              if (!host->data || mci_data_is_complete(host)
++                  || mci_data_error_is_complete(host))
++                      atmci_request_end(mmc, mrq);
 +      }
++      if (mci_clear_stop_is_pending(host)) {
++              mci_set_stop_complete(host);
++              atmci_command_complete(host, mrq->stop, host->stop_status);
++              if (mci_data_is_complete(host)
++                  || mci_data_error_is_complete(host))
++                      atmci_request_end(mmc, mrq);
++      }
++      if (mci_clear_dma_error_is_pending(host)) {
++              mci_set_dma_error_complete(host);
++              mci_clear_data_pending(host);
 +
-+      printk(KERN_INFO "%s: Atmel MCI controller at 0x%08lx irq %d\n",
-+             mmc_hostname(mmc), host->mapbase, irq);
-+
-+      atmci_init_debugfs(host);
++              /* DMA controller got bus error => invalid address */
++              data->error = -EIO;
 +
-+      return 0;
++              dev_dbg(&mmc->class_dev, "dma error after %u bytes xfered\n",
++                              host->data->bytes_xfered);
 +
-+out_free_irq:
-+      if (host->detect_pin >= 0)
-+              gpio_free(host->detect_pin);
-+      if (host->wp_pin >= 0)
-+              gpio_free(host->wp_pin);
-+      free_irq(irq, mmc);
-+out_unmap:
-+      iounmap(host->regs);
-+out_disable_clk:
-+      clk_disable(host->mck);
-+      clk_put(host->mck);
-+out_free_host:
-+      mmc_free_host(mmc);
-+      return ret;
-+}
++              if (data->stop
++                  && !mci_set_stop_sent_is_completed(host))
++                      /* TODO: Check if card is still present */
++                      send_stop_cmd(host->mmc, data, 0);
 +
-+static int __devexit atmci_remove(struct platform_device *pdev)
-+{
-+      struct atmel_mci *host = platform_get_drvdata(pdev);
++              atmci_data_complete(host, data);
++      }
++      if (mci_clear_data_error_is_pending(host)) {
++              u32 status = host->data_status;
 +
-+      platform_set_drvdata(pdev, NULL);
++              mci_set_data_error_complete(host);
++              mci_clear_data_pending(host);
 +
-+      if (host) {
-+              atmci_cleanup_debugfs(host);
++              dma_stop_request(host->dma.req.req.dmac,
++                               host->dma.req.req.channel);
 +
-+              if (host->detect_pin >= 0) {
-+                      free_irq(gpio_to_irq(host->detect_pin), host->mmc);
-+                      cancel_delayed_work(&host->mmc->detect);
-+                      gpio_free(host->detect_pin);
++              if (status & MCI_BIT(DCRCE)) {
++                      dev_dbg(&mmc->class_dev, "data CRC error\n");
++                      data->error = -EILSEQ;
++              } else if (status & MCI_BIT(DTOE)) {
++                      dev_dbg(&mmc->class_dev, "data timeout error\n");
++                      data->error = -ETIMEDOUT;
++              } else {
++                      dev_dbg(&mmc->class_dev, "data FIFO error\n");
++                      data->error = -EIO;
 +              }
++              dev_dbg(&mmc->class_dev, "bytes xfered: %u\n",
++                              data->bytes_xfered);
 +
-+              mmc_remove_host(host->mmc);
++              if (data->stop
++                  && !mci_set_stop_sent_is_completed(host))
++                      /* TODO: Check if card is still present */
++                      send_stop_cmd(host->mmc, data, 0);
 +
-+              mci_writel(host, IDR, ~0UL);
-+              mci_writel(host, CR, MCI_BIT(MCIDIS));
-+              mci_readl(host, SR);
++              atmci_data_complete(host, data);
++      }
++      if (mci_clear_data_is_pending(host)) {
++              mci_set_data_complete(host);
++              data->bytes_xfered = data->blocks * data->blksz;
++              atmci_data_complete(host, data);
++      }
++}
 +
-+              dma_release_channel(host->dma.req.req.dmac,
-+                                  host->dma.req.req.channel);
++static void atmci_cmd_interrupt(struct mmc_host *mmc, u32 status)
++{
++      struct atmel_mci *host = mmc_priv(mmc);
++      struct mmc_command *cmd = host->cmd;
 +
-+              if (host->wp_pin >= 0)
-+                      gpio_free(host->wp_pin);
++      /*
++       * Read the response now so that we're free to send a new
++       * command immediately.
++       */
++      cmd->resp[0] = mci_readl(host, RSPR);
++      cmd->resp[1] = mci_readl(host, RSPR);
++      cmd->resp[2] = mci_readl(host, RSPR);
++      cmd->resp[3] = mci_readl(host, RSPR);
 +
-+              free_irq(platform_get_irq(pdev, 0), host->mmc);
-+              iounmap(host->regs);
++      mci_writel(host, IDR, MCI_BIT(CMDRDY));
++      host->cmd = NULL;
 +
-+              clk_disable(host->mck);
-+              clk_put(host->mck);
++      if (mci_stop_sent_is_complete(host)) {
++              host->stop_status = status;
++              mci_set_stop_pending(host);
++      } else {
++              struct mmc_request *mrq = host->mrq;
 +
-+              mmc_free_host(host->mmc);
++              if (mrq->stop && mci_dma_is_complete(host)
++                              && !mci_set_stop_sent_is_completed(host))
++                      send_stop_cmd(host->mmc, mrq->data, 0);
++              host->cmd_status = status;
++              mci_set_cmd_pending(host);
 +      }
-+      return 0;
-+}
 +
-+static struct platform_driver atmci_driver = {
-+      .probe          = atmci_probe,
-+      .remove         = __devexit_p(atmci_remove),
-+      .driver         = {
-+              .name           = DRIVER_NAME,
-+      },
-+};
++      tasklet_schedule(&host->tasklet);
++}
 +
-+static int __init atmci_init(void)
++static void atmci_xfer_complete(struct dma_request *_req)
 +{
-+      return platform_driver_register(&atmci_driver);
++      struct dma_request_sg *req = to_dma_request_sg(_req);
++      struct atmel_mci_dma *dma;
++      struct atmel_mci *host;
++      struct mmc_data *data;
++
++      dma = container_of(req, struct atmel_mci_dma, req);
++      host = container_of(dma, struct atmel_mci, dma);
++      data = host->data;
++
++      /*
++       * This callback may be called before we see the CMDRDY
++       * interrupt under heavy irq load (possibly caused by other
++       * drivers) or when interrupts are disabled for a long time.
++       */
++      mci_set_dma_complete(host);
++      if (data->stop && mci_cmd_is_complete(host)
++                      && !mci_set_stop_sent_is_completed(host))
++              send_stop_cmd(host->mmc, data, 0);
++
++      /*
++       * Regardless of what the documentation says, we have to wait
++       * for NOTBUSY even after block read operations.
++       *
++       * When the DMA transfer is complete, the controller may still
++       * be reading the CRC from the card, i.e. the data transfer is
++       * still in progress and we haven't seen all the potential
++       * error bits yet.
++       */
++      mci_writel(host, IER, MCI_BIT(NOTBUSY));
 +}
 +
-+static void __exit atmci_exit(void)
++static void atmci_dma_error(struct dma_request *_req)
 +{
-+      platform_driver_unregister(&atmci_driver);
-+}
++      struct dma_request_sg *req = to_dma_request_sg(_req);
++      struct atmel_mci_dma *dma;
++      struct atmel_mci *host;
 +
-+module_init(atmci_init);
-+module_exit(atmci_exit);
++      dma = container_of(req, struct atmel_mci_dma, req);
++      host = container_of(dma, struct atmel_mci, dma);
 +
-+MODULE_DESCRIPTION("Atmel Multimedia Card Interface driver");
-+MODULE_LICENSE("GPL");
-diff -x .git -Nur linux-2.6.22.1/drivers/mmc/host/atmel-mci.h linux-avr32.git/drivers/mmc/host/atmel-mci.h
---- linux-2.6.22.1/drivers/mmc/host/atmel-mci.h        1970-01-01 01:00:00.000000000 +0100
-+++ linux-avr32.git/drivers/mmc/host/atmel-mci.h       2007-07-12 14:00:03.000000000 +0200
-@@ -0,0 +1,192 @@
-+/*
-+ * Atmel MultiMedia Card Interface driver
-+ *
-+ * Copyright (C) 2004-2006 Atmel Corporation
-+ *
-+ * This program is free software; you can redistribute it and/or modify
-+ * it under the terms of the GNU General Public License version 2 as
-+ * published by the Free Software Foundation.
-+ */
-+#ifndef __DRIVERS_MMC_ATMEL_MCI_H__
-+#define __DRIVERS_MMC_ATMEL_MCI_H__
++      mci_writel(host, IDR, (MCI_BIT(NOTBUSY)
++                             | MCI_DATA_ERROR_FLAGS));
 +
-+/* MCI register offsets */
-+#define MCI_CR                                        0x0000
-+#define MCI_MR                                        0x0004
-+#define MCI_DTOR                              0x0008
-+#define MCI_SDCR                              0x000c
-+#define MCI_ARGR                              0x0010
-+#define MCI_CMDR                              0x0014
-+#define MCI_BLKR                              0x0018
-+#define MCI_RSPR                              0x0020
-+#define MCI_RSPR1                             0x0024
-+#define MCI_RSPR2                             0x0028
-+#define MCI_RSPR3                             0x002c
-+#define MCI_RDR                                       0x0030
-+#define MCI_TDR                                       0x0034
-+#define MCI_SR                                        0x0040
-+#define MCI_IER                                       0x0044
-+#define MCI_IDR                                       0x0048
-+#define MCI_IMR                                       0x004c
++      mci_set_dma_error_pending(host);
++      tasklet_schedule(&host->tasklet);
++}
 +
-+/* Bitfields in CR */
-+#define MCI_MCIEN_OFFSET                      0
-+#define MCI_MCIEN_SIZE                                1
-+#define MCI_MCIDIS_OFFSET                     1
-+#define MCI_MCIDIS_SIZE                               1
-+#define MCI_PWSEN_OFFSET                      2
-+#define MCI_PWSEN_SIZE                                1
-+#define MCI_PWSDIS_OFFSET                     3
-+#define MCI_PWSDIS_SIZE                               1
-+#define MCI_SWRST_OFFSET                      7
-+#define MCI_SWRST_SIZE                                1
++static irqreturn_t atmci_interrupt(int irq, void *dev_id)
++{
++      struct mmc_host *mmc = dev_id;
++      struct atmel_mci *host = mmc_priv(mmc);
++      u32 status, mask, pending;
 +
-+/* Bitfields in MR */
-+#define MCI_CLKDIV_OFFSET                     0
-+#define MCI_CLKDIV_SIZE                               8
-+#define MCI_PWSDIV_OFFSET                     8
-+#define MCI_PWSDIV_SIZE                               3
-+#define MCI_RDPROOF_OFFSET                    11
-+#define MCI_RDPROOF_SIZE                      1
-+#define MCI_WRPROOF_OFFSET                    12
-+#define MCI_WRPROOF_SIZE                      1
-+#define MCI_DMAPADV_OFFSET                    14
-+#define MCI_DMAPADV_SIZE                      1
-+#define MCI_BLKLEN_OFFSET                     16
-+#define MCI_BLKLEN_SIZE                               16
++      spin_lock(&mmc->lock);
 +
-+/* Bitfields in DTOR */
-+#define MCI_DTOCYC_OFFSET                     0
-+#define MCI_DTOCYC_SIZE                               4
-+#define MCI_DTOMUL_OFFSET                     4
-+#define MCI_DTOMUL_SIZE                               3
++      status = mci_readl(host, SR);
++      mask = mci_readl(host, IMR);
++      pending = status & mask;
 +
-+/* Bitfields in SDCR */
-+#define MCI_SDCSEL_OFFSET                     0
-+#define MCI_SDCSEL_SIZE                               4
-+#define MCI_SDCBUS_OFFSET                     7
-+#define MCI_SDCBUS_SIZE                               1
++      do {
++              if (pending & MCI_DATA_ERROR_FLAGS) {
++                      mci_writel(host, IDR, (MCI_BIT(NOTBUSY)
++                                             | MCI_DATA_ERROR_FLAGS));
++                      host->data_status = status;
++                      mci_set_data_error_pending(host);
++                      tasklet_schedule(&host->tasklet);
++                      break;
++              }
++              if (pending & MCI_BIT(CMDRDY))
++                      atmci_cmd_interrupt(mmc, status);
++              if (pending & MCI_BIT(NOTBUSY)) {
++                      mci_writel(host, IDR, (MCI_BIT(NOTBUSY)
++                                             | MCI_DATA_ERROR_FLAGS));
++                      mci_set_data_pending(host);
++                      tasklet_schedule(&host->tasklet);
++              }
 +
-+/* Bitfields in ARGR */
-+#define MCI_ARG_OFFSET                                0
-+#define MCI_ARG_SIZE                          32
++              status = mci_readl(host, SR);
++              mask = mci_readl(host, IMR);
++              pending = status & mask;
++      } while (pending);
 +
-+/* Bitfields in CMDR */
-+#define MCI_CMDNB_OFFSET                      0
-+#define MCI_CMDNB_SIZE                                6
-+#define MCI_RSPTYP_OFFSET                     6
-+#define MCI_RSPTYP_SIZE                               2
-+#define MCI_SPCMD_OFFSET                      8
-+#define MCI_SPCMD_SIZE                                3
-+#define MCI_OPDCMD_OFFSET                     11
-+#define MCI_OPDCMD_SIZE                               1
-+#define MCI_MAXLAT_OFFSET                     12
-+#define MCI_MAXLAT_SIZE                               1
-+#define MCI_TRCMD_OFFSET                      16
-+#define MCI_TRCMD_SIZE                                2
-+#define MCI_TRDIR_OFFSET                      18
-+#define MCI_TRDIR_SIZE                                1
-+#define MCI_TRTYP_OFFSET                      19
-+#define MCI_TRTYP_SIZE                                2
++      spin_unlock(&mmc->lock);
 +
-+/* Bitfields in BLKR */
-+#define MCI_BCNT_OFFSET                               0
-+#define MCI_BCNT_SIZE                         16
++      return IRQ_HANDLED;
++}
 +
-+/* Bitfields in RSPRn */
-+#define MCI_RSP_OFFSET                                0
-+#define MCI_RSP_SIZE                          32
++static irqreturn_t atmci_detect_interrupt(int irq, void *dev_id)
++{
++      struct mmc_host *mmc = dev_id;
++      struct atmel_mci *host = mmc_priv(mmc);
 +
-+/* Bitfields in SR/IER/IDR/IMR */
-+#define MCI_CMDRDY_OFFSET                     0
-+#define MCI_CMDRDY_SIZE                               1
-+#define MCI_RXRDY_OFFSET                      1
-+#define MCI_RXRDY_SIZE                                1
-+#define MCI_TXRDY_OFFSET                      2
-+#define MCI_TXRDY_SIZE                                1
-+#define MCI_BLKE_OFFSET                               3
-+#define MCI_BLKE_SIZE                         1
-+#define MCI_DTIP_OFFSET                               4
-+#define MCI_DTIP_SIZE                         1
-+#define MCI_NOTBUSY_OFFSET                    5
-+#define MCI_NOTBUSY_SIZE                      1
-+#define MCI_ENDRX_OFFSET                      6
-+#define MCI_ENDRX_SIZE                                1
-+#define MCI_ENDTX_OFFSET                      7
-+#define MCI_ENDTX_SIZE                                1
-+#define MCI_RXBUFF_OFFSET                     14
-+#define MCI_RXBUFF_SIZE                               1
-+#define MCI_TXBUFE_OFFSET                     15
-+#define MCI_TXBUFE_SIZE                               1
-+#define MCI_RINDE_OFFSET                      16
-+#define MCI_RINDE_SIZE                                1
-+#define MCI_RDIRE_OFFSET                      17
-+#define MCI_RDIRE_SIZE                                1
-+#define MCI_RCRCE_OFFSET                      18
-+#define MCI_RCRCE_SIZE                                1
-+#define MCI_RENDE_OFFSET                      19
-+#define MCI_RENDE_SIZE                                1
-+#define MCI_RTOE_OFFSET                               20
-+#define MCI_RTOE_SIZE                         1
-+#define MCI_DCRCE_OFFSET                      21
-+#define MCI_DCRCE_SIZE                                1
-+#define MCI_DTOE_OFFSET                               22
-+#define MCI_DTOE_SIZE                         1
-+#define MCI_OVRE_OFFSET                               30
-+#define MCI_OVRE_SIZE                         1
-+#define MCI_UNRE_OFFSET                               31
-+#define MCI_UNRE_SIZE                         1
++      /*
++       * Disable interrupts until the pin has stabilized and check
++       * the state then. Use mod_timer() since we may be in the
++       * middle of the timer routine when this interrupt triggers.
++       */
++      disable_irq_nosync(irq);
++      mod_timer(&host->detect_timer, jiffies + msecs_to_jiffies(20));
 +
-+/* Constants for DTOMUL */
-+#define MCI_DTOMUL_1_CYCLE                    0
-+#define MCI_DTOMUL_16_CYCLES                  1
-+#define MCI_DTOMUL_128_CYCLES                 2
-+#define MCI_DTOMUL_256_CYCLES                 3
-+#define MCI_DTOMUL_1024_CYCLES                        4
-+#define MCI_DTOMUL_4096_CYCLES                        5
-+#define MCI_DTOMUL_65536_CYCLES                       6
-+#define MCI_DTOMUL_1048576_CYCLES             7
++      return IRQ_HANDLED;
++}
++
++static int __devinit atmci_probe(struct platform_device *pdev)
++{
++      struct mci_platform_data *board;
++      struct atmel_mci *host;
++      struct mmc_host *mmc;
++      struct resource *regs;
++      int irq;
++      int ret;
++
++      regs = platform_get_resource(pdev, IORESOURCE_MEM, 0);
++      if (!regs)
++              return -ENXIO;
++      irq = platform_get_irq(pdev, 0);
++      if (irq < 0)
++              return irq;
 +
-+/* Constants for RSPTYP */
-+#define MCI_RSPTYP_NO_RESP                    0
-+#define MCI_RSPTYP_48_BIT                     1
-+#define MCI_RSPTYP_136_BIT                    2
++      board = pdev->dev.platform_data;
 +
-+/* Constants for SPCMD */
-+#define MCI_SPCMD_NO_SPEC_CMD                 0
-+#define MCI_SPCMD_INIT_CMD                    1
-+#define MCI_SPCMD_SYNC_CMD                    2
-+#define MCI_SPCMD_INT_CMD                     4
-+#define MCI_SPCMD_INT_RESP                    5
++      mmc = mmc_alloc_host(sizeof(struct atmel_mci), &pdev->dev);
++      if (!mmc)
++              return -ENOMEM;
 +
-+/* Constants for TRCMD */
-+#define MCI_TRCMD_NO_TRANS                    0
-+#define MCI_TRCMD_START_TRANS                 1
-+#define MCI_TRCMD_STOP_TRANS                  2
++      host = mmc_priv(mmc);
++      host->pdev = pdev;
++      host->mmc = mmc;
++      if (board) {
++              host->detect_pin = board->detect_pin;
++              host->wp_pin = board->wp_pin;
++      } else {
++              host->detect_pin = -1;
++              host->wp_pin = -1;
++      }
 +
-+/* Constants for TRTYP */
-+#define MCI_TRTYP_BLOCK                               0
-+#define MCI_TRTYP_MULTI_BLOCK                 1
-+#define MCI_TRTYP_STREAM                      2
++      host->mck = clk_get(&pdev->dev, "mci_clk");
++      if (IS_ERR(host->mck)) {
++              ret = PTR_ERR(host->mck);
++              goto out_free_host;
++      }
++      clk_enable(host->mck);
 +
-+/* Bit manipulation macros */
-+#define MCI_BIT(name)                                 \
-+      (1 << MCI_##name##_OFFSET)
-+#define MCI_BF(name,value)                            \
-+      (((value) & ((1 << MCI_##name##_SIZE) - 1))     \
-+       << MCI_##name##_OFFSET)
-+#define MCI_BFEXT(name,value)                         \
-+      (((value) >> MCI_##name##_OFFSET)               \
-+       & ((1 << MCI_##name##_SIZE) - 1))
-+#define MCI_BFINS(name,value,old)                     \
-+      (((old) & ~(((1 << MCI_##name##_SIZE) - 1)      \
-+                  << MCI_##name##_OFFSET))            \
-+       | MCI_BF(name,value))
++      ret = -ENOMEM;
++      host->regs = ioremap(regs->start, regs->end - regs->start + 1);
++      if (!host->regs)
++              goto out_disable_clk;
 +
-+/* Register access macros */
-+#define mci_readl(port,reg)                           \
-+      __raw_readl((port)->regs + MCI_##reg)
-+#define mci_writel(port,reg,value)                    \
-+      __raw_writel((value), (port)->regs + MCI_##reg)
++      host->bus_hz = clk_get_rate(host->mck);
++      host->mapbase = regs->start;
 +
-+#endif /* __DRIVERS_MMC_ATMEL_MCI_H__ */
-diff -x .git -Nur linux-2.6.22.1/drivers/mmc/host/Kconfig linux-avr32.git/drivers/mmc/host/Kconfig
---- linux-2.6.22.1/drivers/mmc/host/Kconfig    2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/drivers/mmc/host/Kconfig   2007-07-12 14:00:03.000000000 +0200
-@@ -74,6 +74,16 @@
-         If unsure, say N.
-+config MMC_ATMELMCI
-+      tristate "Atmel Multimedia Card Interface support"
-+      depends on AVR32 && MMC
-+      help
-+        This selects the Atmel Multimedia Card Interface. If you have
-+        a AT91 (ARM) or AT32 (AVR32) platform with a Multimedia Card
-+        slot, say Y or M here.
++      mmc->ops = &atmci_ops;
++      mmc->f_min = (host->bus_hz + 511) / 512;
++      mmc->f_max = min((unsigned int)(host->bus_hz / 2), fmax);
++      mmc->ocr_avail  = MMC_VDD_32_33 | MMC_VDD_33_34;
++      mmc->caps |= MMC_CAP_4_BIT_DATA;
 +
-+        If unsure, say N.
++      tasklet_init(&host->tasklet, atmci_tasklet_func, (unsigned long)mmc);
 +
- config MMC_IMX
-       tristate "Motorola i.MX Multimedia Card Interface support"
-       depends on ARCH_IMX
-diff -x .git -Nur linux-2.6.22.1/drivers/mmc/host/Makefile linux-avr32.git/drivers/mmc/host/Makefile
---- linux-2.6.22.1/drivers/mmc/host/Makefile   2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/drivers/mmc/host/Makefile  2007-07-12 14:00:03.000000000 +0200
-@@ -14,5 +14,6 @@
- obj-$(CONFIG_MMC_AU1X)                += au1xmmc.o
- obj-$(CONFIG_MMC_OMAP)                += omap.o
- obj-$(CONFIG_MMC_AT91)                += at91_mci.o
-+obj-$(CONFIG_MMC_ATMELMCI)    += atmel-mci.o
- obj-$(CONFIG_MMC_TIFM_SD)     += tifm_sd.o
-diff -x .git -Nur linux-2.6.22.1/drivers/mtd/chips/cfi_cmdset_0001.c linux-avr32.git/drivers/mtd/chips/cfi_cmdset_0001.c
---- linux-2.6.22.1/drivers/mtd/chips/cfi_cmdset_0001.c 2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/drivers/mtd/chips/cfi_cmdset_0001.c        2007-07-12 14:00:03.000000000 +0200
-@@ -50,6 +50,7 @@
- #define I82802AC      0x00ac
- #define MANUFACTURER_ST         0x0020
- #define M50LPW080       0x002F
-+#define AT49BV640D    0x02de
- static int cfi_intelext_read (struct mtd_info *, loff_t, size_t, size_t *, u_char *);
- static int cfi_intelext_write_words(struct mtd_info *, loff_t, size_t, size_t *, const u_char *);
-@@ -156,6 +157,47 @@
- }
- #endif
-+/* Atmel chips don't use the same PRI format as Intel chips */
-+static void fixup_convert_atmel_pri(struct mtd_info *mtd, void *param)
-+{
-+      struct map_info *map = mtd->priv;
-+      struct cfi_private *cfi = map->fldrv_priv;
-+      struct cfi_pri_intelext *extp = cfi->cmdset_priv;
-+      struct cfi_pri_atmel atmel_pri;
-+      uint32_t features = 0;
++      ret = request_irq(irq, atmci_interrupt, 0, "mmci", mmc);
++      if (ret)
++              goto out_unmap;
 +
-+      /* Reverse byteswapping */
-+      extp->FeatureSupport = cpu_to_le32(extp->FeatureSupport);
-+      extp->BlkStatusRegMask = cpu_to_le16(extp->BlkStatusRegMask);
-+      extp->ProtRegAddr = cpu_to_le16(extp->ProtRegAddr);
++      /* Assume card is present if we don't have a detect pin */
++      host->present = 1;
++      if (host->detect_pin >= 0) {
++              if (gpio_request(host->detect_pin, "mmc_detect")) {
++                      dev_dbg(&mmc->class_dev, "no detect pin available\n");
++                      host->detect_pin = -1;
++              } else {
++                      host->present = !gpio_get_value(host->detect_pin);
++              }
++      }
++      if (host->wp_pin >= 0) {
++              if (gpio_request(host->wp_pin, "mmc_wp")) {
++                      dev_dbg(&mmc->class_dev, "no WP pin available\n");
++                      host->wp_pin = -1;
++              }
++      }
 +
-+      memcpy(&atmel_pri, extp, sizeof(atmel_pri));
-+      memset((char *)extp + 5, 0, sizeof(*extp) - 5);
++      /* TODO: Get this information from platform data */
++      ret = -ENOMEM;
++      host->dma.req.req.dmac = find_dma_controller(0);
++      if (!host->dma.req.req.dmac) {
++              dev_dbg(&mmc->class_dev, "no DMA controller available\n");
++              goto out_free_irq;
++      }
++      ret = dma_alloc_channel(host->dma.req.req.dmac);
++      if (ret < 0) {
++              dev_dbg(&mmc->class_dev, "unable to allocate DMA channel\n");
++              goto out_free_irq;
++      }
++      host->dma.req.req.channel = ret;
++      host->dma.req.width = DMA_WIDTH_32BIT;
++      host->dma.req.req.xfer_complete = atmci_xfer_complete;
++      host->dma.req.req.block_complete = NULL; // atmci_block_complete;
++      host->dma.req.req.error = atmci_dma_error;
++      host->dma.rx_periph_id = 0;
++      host->dma.tx_periph_id = 1;
 +
-+      printk(KERN_ERR "atmel Features: %02x\n", atmel_pri.Features);
++      mci_writel(host, CR, MCI_BIT(SWRST));
++      mci_writel(host, IDR, ~0UL);
 +
-+      if (atmel_pri.Features & 0x01) /* chip erase supported */
-+              features |= (1<<0);
-+      if (atmel_pri.Features & 0x02) /* erase suspend supported */
-+              features |= (1<<1);
-+      if (atmel_pri.Features & 0x04) /* program suspend supported */
-+              features |= (1<<2);
-+      if (atmel_pri.Features & 0x08) /* simultaneous operations supported */
-+              features |= (1<<9);
-+      if (atmel_pri.Features & 0x20) /* page mode read supported */
-+              features |= (1<<7);
-+      if (atmel_pri.Features & 0x40) /* queued erase supported */
-+              features |= (1<<4);
-+      if (atmel_pri.Features & 0x80) /* Protection bits supported */
-+              features |= (1<<6);
++      platform_set_drvdata(pdev, host);
 +
-+      extp->FeatureSupport = features;
++      mmc_add_host(mmc);
 +
-+      /* burst write mode not supported */
-+      cfi->cfiq->BufWriteTimeoutTyp = 0;
-+      cfi->cfiq->BufWriteTimeoutMax = 0;
-+}
++      if (host->detect_pin >= 0) {
++              setup_timer(&host->detect_timer, atmci_detect_change,
++                              (unsigned long)host);
 +
- #ifdef CMDSET0001_DISABLE_ERASE_SUSPEND_ON_WRITE
- /* Some Intel Strata Flash prior to FPO revision C has bugs in this area */
- static void fixup_intel_strataflash(struct mtd_info *mtd, void* param)
-@@ -233,6 +275,7 @@
- }
- static struct cfi_fixup cfi_fixup_table[] = {
-+      { CFI_MFR_ATMEL, CFI_ID_ANY, fixup_convert_atmel_pri, NULL },
- #ifdef CMDSET0001_DISABLE_ERASE_SUSPEND_ON_WRITE
-       { CFI_MFR_ANY, CFI_ID_ANY, fixup_intel_strataflash, NULL },
- #endif
-diff -x .git -Nur linux-2.6.22.1/drivers/mtd/chips/cfi_cmdset_0002.c linux-avr32.git/drivers/mtd/chips/cfi_cmdset_0002.c
---- linux-2.6.22.1/drivers/mtd/chips/cfi_cmdset_0002.c 2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/drivers/mtd/chips/cfi_cmdset_0002.c        2007-06-06 11:33:56.000000000 +0200
-@@ -186,6 +186,10 @@
-               extp->TopBottom = 2;
-       else
-               extp->TopBottom = 3;
++              ret = request_irq(gpio_to_irq(host->detect_pin),
++                                atmci_detect_interrupt,
++                                IRQF_TRIGGER_FALLING | IRQF_TRIGGER_RISING,
++                                DRIVER_NAME, mmc);
++              if (ret) {
++                      dev_dbg(&mmc->class_dev,
++                              "could not request IRQ %d for detect pin\n",
++                              gpio_to_irq(host->detect_pin));
++                      gpio_free(host->detect_pin);
++                      host->detect_pin = -1;
++              }
++      }
 +
-+      /* burst write mode not supported */
-+      cfi->cfiq->BufWriteTimeoutTyp = 0;
-+      cfi->cfiq->BufWriteTimeoutMax = 0;
- }
- static void fixup_use_secsi(struct mtd_info *mtd, void *param)
-@@ -218,6 +222,7 @@
- }
- static struct cfi_fixup cfi_fixup_table[] = {
-+      { CFI_MFR_ATMEL, CFI_ID_ANY, fixup_convert_atmel_pri, NULL },
- #ifdef AMD_BOOTLOC_BUG
-       { CFI_MFR_AMD, CFI_ID_ANY, fixup_amd_bootblock, NULL },
- #endif
-@@ -230,7 +235,6 @@
- #if !FORCE_WORD_WRITE
-       { CFI_MFR_ANY, CFI_ID_ANY, fixup_use_write_buffers, NULL, },
- #endif
--      { CFI_MFR_ATMEL, CFI_ID_ANY, fixup_convert_atmel_pri, NULL },
-       { 0, 0, NULL, NULL }
- };
- static struct cfi_fixup jedec_fixup_table[] = {
-diff -x .git -Nur linux-2.6.22.1/drivers/net/Kconfig linux-avr32.git/drivers/net/Kconfig
---- linux-2.6.22.1/drivers/net/Kconfig 2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/drivers/net/Kconfig        2007-07-12 14:00:03.000000000 +0200
-@@ -314,7 +314,7 @@
- config MACB
-       tristate "Atmel MACB support"
-       depends on NET_ETHERNET && (AVR32 || ARCH_AT91SAM9260 || ARCH_AT91SAM9263)
--      select MII
-+      select PHYLIB
-       help
-         The Atmel MACB ethernet interface is found on many AT32 and AT91
-         parts. Say Y to include support for the MACB chip.
-diff -x .git -Nur linux-2.6.22.1/drivers/net/macb.c linux-avr32.git/drivers/net/macb.c
---- linux-2.6.22.1/drivers/net/macb.c  2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/drivers/net/macb.c 2007-07-13 11:24:16.000000000 +0200
-@@ -17,13 +17,14 @@
- #include <linux/init.h>
- #include <linux/netdevice.h>
- #include <linux/etherdevice.h>
--#include <linux/mii.h>
--#include <linux/mutex.h>
- #include <linux/dma-mapping.h>
--#include <linux/ethtool.h>
- #include <linux/platform_device.h>
-+#include <linux/phy.h>
- #include <asm/arch/board.h>
-+#if defined(CONFIG_ARCH_AT91)
-+#include <asm/arch/cpu.h>
-+#endif
- #include "macb.h"
-@@ -85,172 +86,202 @@
-               memcpy(bp->dev->dev_addr, addr, sizeof(addr));
- }
--static void macb_enable_mdio(struct macb *bp)
--{
--      unsigned long flags;
--      u32 reg;
--
--      spin_lock_irqsave(&bp->lock, flags);
--      reg = macb_readl(bp, NCR);
--      reg |= MACB_BIT(MPE);
--      macb_writel(bp, NCR, reg);
--      macb_writel(bp, IER, MACB_BIT(MFD));
--      spin_unlock_irqrestore(&bp->lock, flags);
--}
--
--static void macb_disable_mdio(struct macb *bp)
-+static int macb_mdio_read(struct mii_bus *bus, int mii_id, int regnum)
- {
--      unsigned long flags;
--      u32 reg;
--
--      spin_lock_irqsave(&bp->lock, flags);
--      reg = macb_readl(bp, NCR);
--      reg &= ~MACB_BIT(MPE);
--      macb_writel(bp, NCR, reg);
--      macb_writel(bp, IDR, MACB_BIT(MFD));
--      spin_unlock_irqrestore(&bp->lock, flags);
--}
--
--static int macb_mdio_read(struct net_device *dev, int phy_id, int location)
--{
--      struct macb *bp = netdev_priv(dev);
-+      struct macb *bp = bus->priv;
-       int value;
--      mutex_lock(&bp->mdio_mutex);
--
--      macb_enable_mdio(bp);
-       macb_writel(bp, MAN, (MACB_BF(SOF, MACB_MAN_SOF)
-                             | MACB_BF(RW, MACB_MAN_READ)
--                            | MACB_BF(PHYA, phy_id)
--                            | MACB_BF(REGA, location)
-+                            | MACB_BF(PHYA, mii_id)
-+                            | MACB_BF(REGA, regnum)
-                             | MACB_BF(CODE, MACB_MAN_CODE)));
--      wait_for_completion(&bp->mdio_complete);
-+      /* wait for end of transfer */
-+      while (!MACB_BFEXT(IDLE, macb_readl(bp, NSR)))
-+              cpu_relax();
-       value = MACB_BFEXT(DATA, macb_readl(bp, MAN));
--      macb_disable_mdio(bp);
--      mutex_unlock(&bp->mdio_mutex);
-       return value;
- }
--static void macb_mdio_write(struct net_device *dev, int phy_id,
--                          int location, int val)
-+static int macb_mdio_write(struct mii_bus *bus, int mii_id, int regnum,
-+                         u16 value)
- {
--      struct macb *bp = netdev_priv(dev);
--
--      dev_dbg(&bp->pdev->dev, "mdio_write %02x:%02x <- %04x\n",
--              phy_id, location, val);
--
--      mutex_lock(&bp->mdio_mutex);
--      macb_enable_mdio(bp);
-+      struct macb *bp = bus->priv;
-       macb_writel(bp, MAN, (MACB_BF(SOF, MACB_MAN_SOF)
-                             | MACB_BF(RW, MACB_MAN_WRITE)
--                            | MACB_BF(PHYA, phy_id)
--                            | MACB_BF(REGA, location)
-+                            | MACB_BF(PHYA, mii_id)
-+                            | MACB_BF(REGA, regnum)
-                             | MACB_BF(CODE, MACB_MAN_CODE)
--                            | MACB_BF(DATA, val)));
-+                            | MACB_BF(DATA, value)));
--      wait_for_completion(&bp->mdio_complete);
-+      /* wait for end of transfer */
-+      while (!MACB_BFEXT(IDLE, macb_readl(bp, NSR)))
-+              cpu_relax();
--      macb_disable_mdio(bp);
--      mutex_unlock(&bp->mdio_mutex);
-+      return 0;
- }
--static int macb_phy_probe(struct macb *bp)
-+static int macb_mdio_reset(struct mii_bus *bus)
- {
--      int phy_address;
--      u16 phyid1, phyid2;
-+      return 0;
-+}
--      for (phy_address = 0; phy_address < 32; phy_address++) {
--              phyid1 = macb_mdio_read(bp->dev, phy_address, MII_PHYSID1);
--              phyid2 = macb_mdio_read(bp->dev, phy_address, MII_PHYSID2);
-+static void macb_handle_link_change(struct net_device *dev)
-+{
-+      struct macb *bp = netdev_priv(dev);
-+      struct phy_device *phydev = bp->phy_dev;
-+      unsigned long flags;
--              if (phyid1 != 0xffff && phyid1 != 0x0000
--                  && phyid2 != 0xffff && phyid2 != 0x0000)
--                      break;
-+      int status_change = 0;
++      dev_info(&mmc->class_dev, "Atmel MCI controller at 0x%08lx irq %d\n",
++                      host->mapbase, irq);
 +
-+      spin_lock_irqsave(&bp->lock, flags);
++      atmci_init_debugfs(host);
 +
-+      if (phydev->link) {
-+              if ((bp->speed != phydev->speed) ||
-+                  (bp->duplex != phydev->duplex)) {
-+                      u32 reg;
++      return 0;
 +
-+                      reg = macb_readl(bp, NCFGR);
-+                      reg &= ~(MACB_BIT(SPD) | MACB_BIT(FD));
++out_free_irq:
++      if (host->detect_pin >= 0)
++              gpio_free(host->detect_pin);
++      if (host->wp_pin >= 0)
++              gpio_free(host->wp_pin);
++      free_irq(irq, mmc);
++out_unmap:
++      iounmap(host->regs);
++out_disable_clk:
++      clk_disable(host->mck);
++      clk_put(host->mck);
++out_free_host:
++      mmc_free_host(mmc);
++      return ret;
++}
 +
-+                      if (phydev->duplex)
-+                              reg |= MACB_BIT(FD);
-+                      if (phydev->speed)
-+                              reg |= MACB_BIT(SPD);
++static int __devexit atmci_remove(struct platform_device *pdev)
++{
++      struct atmel_mci *host = platform_get_drvdata(pdev);
 +
-+                      macb_writel(bp, NCFGR, reg);
++      platform_set_drvdata(pdev, NULL);
 +
-+                      bp->speed = phydev->speed;
-+                      bp->duplex = phydev->duplex;
-+                      status_change = 1;
-+              }
-       }
--      if (phy_address == 32)
--              return -ENODEV;
-+      if (phydev->link != bp->link) {
-+              if (phydev->link)
-+                      netif_schedule(dev);
-+              else {
-+                      bp->speed = 0;
-+                      bp->duplex = -1;
-+              }
-+              bp->link = phydev->link;
--      dev_info(&bp->pdev->dev,
--               "detected PHY at address %d (ID %04x:%04x)\n",
--               phy_address, phyid1, phyid2);
-+              status_change = 1;
-+      }
--      bp->mii.phy_id = phy_address;
--      return 0;
-+      spin_unlock_irqrestore(&bp->lock, flags);
++      if (host) {
++              atmci_cleanup_debugfs(host);
 +
-+      if (status_change) {
-+              if (phydev->link)
-+                      printk(KERN_INFO "%s: link up (%d/%s)\n",
-+                             dev->name, phydev->speed,
-+                             DUPLEX_FULL == phydev->duplex ? "Full":"Half");
-+              else
-+                      printk(KERN_INFO "%s: link down\n", dev->name);
-+      }
- }
--static void macb_set_media(struct macb *bp, int media)
-+/* based on au1000_eth. c*/
-+static int macb_mii_probe(struct net_device *dev)
- {
--      u32 reg;
-+      struct macb *bp = netdev_priv(dev);
-+      struct phy_device *phydev = NULL;
-+      struct eth_platform_data *pdata;
-+      int phy_addr;
--      spin_lock_irq(&bp->lock);
--      reg = macb_readl(bp, NCFGR);
--      reg &= ~(MACB_BIT(SPD) | MACB_BIT(FD));
--      if (media & (ADVERTISE_100HALF | ADVERTISE_100FULL))
--              reg |= MACB_BIT(SPD);
--      if (media & ADVERTISE_FULL)
--              reg |= MACB_BIT(FD);
--      macb_writel(bp, NCFGR, reg);
--      spin_unlock_irq(&bp->lock);
-+      /* find the first phy */
-+      for (phy_addr = 0; phy_addr < PHY_MAX_ADDR; phy_addr++) {
-+              if (bp->mii_bus.phy_map[phy_addr]) {
-+                      phydev = bp->mii_bus.phy_map[phy_addr];
-+                      break;
-+              }
-+      }
++              if (host->detect_pin >= 0) {
++                      int pin = host->detect_pin;
 +
-+      if (!phydev) {
-+              printk (KERN_ERR "%s: no PHY found\n", dev->name);
-+              return -1;
-+      }
++                      /* Make sure our timer doesn't enable the interrupt */
++                      host->detect_pin = -1;
++                      smp_wmb();
 +
-+      pdata = bp->pdev->dev.platform_data;
-+      /* TODO : add pin_irq */
++                      free_irq(gpio_to_irq(pin), host->mmc);
++                      del_timer_sync(&host->detect_timer);
++                      cancel_delayed_work(&host->mmc->detect);
++                      gpio_free(pin);
++              }
 +
-+      /* attach the mac to the phy */
-+      if (pdata && pdata->is_rmii) {
-+              phydev = phy_connect(dev, phydev->dev.bus_id,
-+                      &macb_handle_link_change, 0, PHY_INTERFACE_MODE_RMII);
-+      } else {
-+              phydev = phy_connect(dev, phydev->dev.bus_id,
-+                      &macb_handle_link_change, 0, PHY_INTERFACE_MODE_MII);
-+      }
++              mmc_remove_host(host->mmc);
 +
-+      if (IS_ERR(phydev)) {
-+              printk(KERN_ERR "%s: Could not attach to PHY\n", dev->name);
-+              return PTR_ERR(phydev);
-+      }
++              mci_writel(host, IDR, ~0UL);
++              mci_writel(host, CR, MCI_BIT(MCIDIS));
++              mci_readl(host, SR);
 +
-+      /* mask with MAC supported features */
-+      phydev->supported &= PHY_BASIC_FEATURES;
++              dma_release_channel(host->dma.req.req.dmac,
++                                  host->dma.req.req.channel);
 +
-+      phydev->advertising = phydev->supported;
++              if (host->wp_pin >= 0)
++                      gpio_free(host->wp_pin);
 +
-+      bp->link = 0;
-+      bp->speed = 0;
-+      bp->duplex = -1;
-+      bp->phy_dev = phydev;
++              free_irq(platform_get_irq(pdev, 0), host->mmc);
++              iounmap(host->regs);
 +
-+      return 0;
- }
--static void macb_check_media(struct macb *bp, int ok_to_print, int init_media)
-+static int macb_mii_init(struct macb *bp)
- {
--      struct mii_if_info *mii = &bp->mii;
--      unsigned int old_carrier, new_carrier;
--      int advertise, lpa, media, duplex;
-+      struct eth_platform_data *pdata;
-+      int err = -ENXIO, i;
--      /* if forced media, go no further */
--      if (mii->force_media)
--              return;
-+      /* Enable managment port */
-+      macb_writel(bp, NCR, MACB_BIT(MPE));
--      /* check current and old link status */
--      old_carrier = netif_carrier_ok(mii->dev) ? 1 : 0;
--      new_carrier = (unsigned int) mii_link_ok(mii);
-+      bp->mii_bus.name = "MACB_mii_bus",
-+      bp->mii_bus.read = &macb_mdio_read,
-+      bp->mii_bus.write = &macb_mdio_write,
-+      bp->mii_bus.reset = &macb_mdio_reset,
-+      bp->mii_bus.id = bp->pdev->id,
-+      bp->mii_bus.priv = bp,
-+      bp->mii_bus.dev = &bp->dev->dev;
-+      pdata = bp->pdev->dev.platform_data;
--      /* if carrier state did not change, assume nothing else did */
--      if (!init_media && old_carrier == new_carrier)
--              return;
-+      if (pdata)
-+              bp->mii_bus.phy_mask = pdata->phy_mask;
--      /* no carrier, nothing much to do */
--      if (!new_carrier) {
--              netif_carrier_off(mii->dev);
--              printk(KERN_INFO "%s: link down\n", mii->dev->name);
--              return;
-+      bp->mii_bus.irq = kmalloc(sizeof(int)*PHY_MAX_ADDR, GFP_KERNEL);
-+      if (!bp->mii_bus.irq) {
-+              err = -ENOMEM;
-+              goto err_out;
-       }
--      /*
--       * we have carrier, see who's on the other end
--       */
--      netif_carrier_on(mii->dev);
-+      for (i = 0; i < PHY_MAX_ADDR; i++)
-+              bp->mii_bus.irq[i] = PHY_POLL;
--      /* get MII advertise and LPA values */
--      if (!init_media && mii->advertising) {
--              advertise = mii->advertising;
--      } else {
--              advertise = mii->mdio_read(mii->dev, mii->phy_id, MII_ADVERTISE);
--              mii->advertising = advertise;
--      }
--      lpa = mii->mdio_read(mii->dev, mii->phy_id, MII_LPA);
-+      platform_set_drvdata(bp->dev, &bp->mii_bus);
--      /* figure out media and duplex from advertise and LPA values */
--      media = mii_nway_result(lpa & advertise);
--      duplex = (media & ADVERTISE_FULL) ? 1 : 0;
-+      if (mdiobus_register(&bp->mii_bus))
-+              goto err_out_free_mdio_irq;
--      if (ok_to_print)
--              printk(KERN_INFO "%s: link up, %sMbps, %s-duplex, lpa 0x%04X\n",
--                     mii->dev->name,
--                     media & (ADVERTISE_100FULL | ADVERTISE_100HALF) ? "100" : "10",
--                     duplex ? "full" : "half", lpa);
-+      if (macb_mii_probe(bp->dev) != 0) {
-+              goto err_out_unregister_bus;
++              clk_disable(host->mck);
++              clk_put(host->mck);
++
++              mmc_free_host(host->mmc);
 +      }
--      mii->full_duplex = duplex;
 +      return 0;
--      /* Let the MAC know about the new link state */
--      macb_set_media(bp, media);
-+err_out_unregister_bus:
-+      mdiobus_unregister(&bp->mii_bus);
-+err_out_free_mdio_irq:
-+      kfree(bp->mii_bus.irq);
-+err_out:
-+      return err;
- }
- static void macb_update_stats(struct macb *bp)
-@@ -265,16 +296,6 @@
-               *p += __raw_readl(reg);
- }
--static void macb_periodic_task(struct work_struct *work)
--{
--      struct macb *bp = container_of(work, struct macb, periodic_task.work);
--
--      macb_update_stats(bp);
--      macb_check_media(bp, 1, 0);
--
--      schedule_delayed_work(&bp->periodic_task, HZ);
--}
--
- static void macb_tx(struct macb *bp)
- {
-       unsigned int tail;
-@@ -519,9 +540,6 @@
-       spin_lock(&bp->lock);
-       while (status) {
--              if (status & MACB_BIT(MFD))
--                      complete(&bp->mdio_complete);
--
-               /* close possible race with dev_close */
-               if (unlikely(!netif_running(dev))) {
-                       macb_writel(bp, IDR, ~0UL);
-@@ -535,7 +553,8 @@
-                                * until we have processed the buffers
-                                */
-                               macb_writel(bp, IDR, MACB_RX_INT_FLAGS);
--                              dev_dbg(&bp->pdev->dev, "scheduling RX softirq\n");
-+                              dev_dbg(&bp->pdev->dev,
-+                                      "scheduling RX softirq\n");
-                               __netif_rx_schedule(dev);
-                       }
-               }
-@@ -765,7 +784,7 @@
-       macb_writel(bp, TBQP, bp->tx_ring_dma);
-       /* Enable TX and RX */
--      macb_writel(bp, NCR, MACB_BIT(RE) | MACB_BIT(TE));
-+      macb_writel(bp, NCR, MACB_BIT(RE) | MACB_BIT(TE) | MACB_BIT(MPE));
-       /* Enable interrupts */
-       macb_writel(bp, IER, (MACB_BIT(RCOMP)
-@@ -776,18 +795,126 @@
-                             | MACB_BIT(TCOMP)
-                             | MACB_BIT(ISR_ROVR)
-                             | MACB_BIT(HRESP)));
++}
++
++static struct platform_driver atmci_driver = {
++      .probe          = atmci_probe,
++      .remove         = __devexit_p(atmci_remove),
++      .driver         = {
++              .name           = DRIVER_NAME,
++      },
++};
++
++static int __init atmci_init(void)
++{
++      return platform_driver_register(&atmci_driver);
++}
 +
++static void __exit atmci_exit(void)
++{
++      platform_driver_unregister(&atmci_driver);
 +}
 +
++module_init(atmci_init);
++module_exit(atmci_exit);
++
++MODULE_DESCRIPTION("Atmel Multimedia Card Interface driver");
++MODULE_LICENSE("GPL");
+diff -urN linux-2.6.24.3/drivers/mmc/host/atmel-mci.h avr32-2.6/drivers/mmc/host/atmel-mci.h
+--- linux-2.6.24.3/drivers/mmc/host/atmel-mci.h        1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/drivers/mmc/host/atmel-mci.h     2008-04-23 19:33:40.000000000 +0200
+@@ -0,0 +1,192 @@
 +/*
-+ * The hash address register is 64 bits long and takes up two
-+ * locations in the memory map.  The least significant bits are stored
-+ * in EMAC_HSL and the most significant bits in EMAC_HSH.
-+ *
-+ * The unicast hash enable and the multicast hash enable bits in the
-+ * network configuration register enable the reception of hash matched
-+ * frames. The destination address is reduced to a 6 bit index into
-+ * the 64 bit hash register using the following hash function.  The
-+ * hash function is an exclusive or of every sixth bit of the
-+ * destination address.
++ * Atmel MultiMedia Card Interface driver
 + *
-+ * hi[5] = da[5] ^ da[11] ^ da[17] ^ da[23] ^ da[29] ^ da[35] ^ da[41] ^ da[47]
-+ * hi[4] = da[4] ^ da[10] ^ da[16] ^ da[22] ^ da[28] ^ da[34] ^ da[40] ^ da[46]
-+ * hi[3] = da[3] ^ da[09] ^ da[15] ^ da[21] ^ da[27] ^ da[33] ^ da[39] ^ da[45]
-+ * hi[2] = da[2] ^ da[08] ^ da[14] ^ da[20] ^ da[26] ^ da[32] ^ da[38] ^ da[44]
-+ * hi[1] = da[1] ^ da[07] ^ da[13] ^ da[19] ^ da[25] ^ da[31] ^ da[37] ^ da[43]
-+ * hi[0] = da[0] ^ da[06] ^ da[12] ^ da[18] ^ da[24] ^ da[30] ^ da[36] ^ da[42]
++ * Copyright (C) 2004-2006 Atmel Corporation
 + *
-+ * da[0] represents the least significant bit of the first byte
-+ * received, that is, the multicast/unicast indicator, and da[47]
-+ * represents the most significant bit of the last byte received.  If
-+ * the hash index, hi[n], points to a bit that is set in the hash
-+ * register then the frame will be matched according to whether the
-+ * frame is multicast or unicast.  A multicast match will be signalled
-+ * if the multicast hash enable bit is set, da[0] is 1 and the hash
-+ * index points to a bit set in the hash register.  A unicast match
-+ * will be signalled if the unicast hash enable bit is set, da[0] is 0
-+ * and the hash index points to a bit set in the hash register.  To
-+ * receive all multicast frames, the hash register should be set with
-+ * all ones and the multicast hash enable bit should be set in the
-+ * network configuration register.
++ * This program is free software; you can redistribute it and/or modify
++ * it under the terms of the GNU General Public License version 2 as
++ * published by the Free Software Foundation.
 + */
++#ifndef __DRIVERS_MMC_ATMEL_MCI_H__
++#define __DRIVERS_MMC_ATMEL_MCI_H__
 +
-+static inline int hash_bit_value(int bitnr, __u8 *addr)
-+{
-+      if (addr[bitnr / 8] & (1 << (bitnr % 8)))
-+              return 1;
-+      return 0;
-+}
++/* MCI register offsets */
++#define MCI_CR                                        0x0000
++#define MCI_MR                                        0x0004
++#define MCI_DTOR                              0x0008
++#define MCI_SDCR                              0x000c
++#define MCI_ARGR                              0x0010
++#define MCI_CMDR                              0x0014
++#define MCI_BLKR                              0x0018
++#define MCI_RSPR                              0x0020
++#define MCI_RSPR1                             0x0024
++#define MCI_RSPR2                             0x0028
++#define MCI_RSPR3                             0x002c
++#define MCI_RDR                                       0x0030
++#define MCI_TDR                                       0x0034
++#define MCI_SR                                        0x0040
++#define MCI_IER                                       0x0044
++#define MCI_IDR                                       0x0048
++#define MCI_IMR                                       0x004c
++
++/* Bitfields in CR */
++#define MCI_MCIEN_OFFSET                      0
++#define MCI_MCIEN_SIZE                                1
++#define MCI_MCIDIS_OFFSET                     1
++#define MCI_MCIDIS_SIZE                               1
++#define MCI_PWSEN_OFFSET                      2
++#define MCI_PWSEN_SIZE                                1
++#define MCI_PWSDIS_OFFSET                     3
++#define MCI_PWSDIS_SIZE                               1
++#define MCI_SWRST_OFFSET                      7
++#define MCI_SWRST_SIZE                                1
++
++/* Bitfields in MR */
++#define MCI_CLKDIV_OFFSET                     0
++#define MCI_CLKDIV_SIZE                               8
++#define MCI_PWSDIV_OFFSET                     8
++#define MCI_PWSDIV_SIZE                               3
++#define MCI_RDPROOF_OFFSET                    11
++#define MCI_RDPROOF_SIZE                      1
++#define MCI_WRPROOF_OFFSET                    12
++#define MCI_WRPROOF_SIZE                      1
++#define MCI_DMAPADV_OFFSET                    14
++#define MCI_DMAPADV_SIZE                      1
++#define MCI_BLKLEN_OFFSET                     16
++#define MCI_BLKLEN_SIZE                               16
++
++/* Bitfields in DTOR */
++#define MCI_DTOCYC_OFFSET                     0
++#define MCI_DTOCYC_SIZE                               4
++#define MCI_DTOMUL_OFFSET                     4
++#define MCI_DTOMUL_SIZE                               3
++
++/* Bitfields in SDCR */
++#define MCI_SDCSEL_OFFSET                     0
++#define MCI_SDCSEL_SIZE                               4
++#define MCI_SDCBUS_OFFSET                     7
++#define MCI_SDCBUS_SIZE                               1
++
++/* Bitfields in ARGR */
++#define MCI_ARG_OFFSET                                0
++#define MCI_ARG_SIZE                          32
++
++/* Bitfields in CMDR */
++#define MCI_CMDNB_OFFSET                      0
++#define MCI_CMDNB_SIZE                                6
++#define MCI_RSPTYP_OFFSET                     6
++#define MCI_RSPTYP_SIZE                               2
++#define MCI_SPCMD_OFFSET                      8
++#define MCI_SPCMD_SIZE                                3
++#define MCI_OPDCMD_OFFSET                     11
++#define MCI_OPDCMD_SIZE                               1
++#define MCI_MAXLAT_OFFSET                     12
++#define MCI_MAXLAT_SIZE                               1
++#define MCI_TRCMD_OFFSET                      16
++#define MCI_TRCMD_SIZE                                2
++#define MCI_TRDIR_OFFSET                      18
++#define MCI_TRDIR_SIZE                                1
++#define MCI_TRTYP_OFFSET                      19
++#define MCI_TRTYP_SIZE                                2
++
++/* Bitfields in BLKR */
++#define MCI_BCNT_OFFSET                               0
++#define MCI_BCNT_SIZE                         16
++
++/* Bitfields in RSPRn */
++#define MCI_RSP_OFFSET                                0
++#define MCI_RSP_SIZE                          32
++
++/* Bitfields in SR/IER/IDR/IMR */
++#define MCI_CMDRDY_OFFSET                     0
++#define MCI_CMDRDY_SIZE                               1
++#define MCI_RXRDY_OFFSET                      1
++#define MCI_RXRDY_SIZE                                1
++#define MCI_TXRDY_OFFSET                      2
++#define MCI_TXRDY_SIZE                                1
++#define MCI_BLKE_OFFSET                               3
++#define MCI_BLKE_SIZE                         1
++#define MCI_DTIP_OFFSET                               4
++#define MCI_DTIP_SIZE                         1
++#define MCI_NOTBUSY_OFFSET                    5
++#define MCI_NOTBUSY_SIZE                      1
++#define MCI_ENDRX_OFFSET                      6
++#define MCI_ENDRX_SIZE                                1
++#define MCI_ENDTX_OFFSET                      7
++#define MCI_ENDTX_SIZE                                1
++#define MCI_RXBUFF_OFFSET                     14
++#define MCI_RXBUFF_SIZE                               1
++#define MCI_TXBUFE_OFFSET                     15
++#define MCI_TXBUFE_SIZE                               1
++#define MCI_RINDE_OFFSET                      16
++#define MCI_RINDE_SIZE                                1
++#define MCI_RDIRE_OFFSET                      17
++#define MCI_RDIRE_SIZE                                1
++#define MCI_RCRCE_OFFSET                      18
++#define MCI_RCRCE_SIZE                                1
++#define MCI_RENDE_OFFSET                      19
++#define MCI_RENDE_SIZE                                1
++#define MCI_RTOE_OFFSET                               20
++#define MCI_RTOE_SIZE                         1
++#define MCI_DCRCE_OFFSET                      21
++#define MCI_DCRCE_SIZE                                1
++#define MCI_DTOE_OFFSET                               22
++#define MCI_DTOE_SIZE                         1
++#define MCI_OVRE_OFFSET                               30
++#define MCI_OVRE_SIZE                         1
++#define MCI_UNRE_OFFSET                               31
++#define MCI_UNRE_SIZE                         1
 +
-+/*
-+ * Return the hash index value for the specified address.
-+ */
-+static int hash_get_index(__u8 *addr)
-+{
-+      int i, j, bitval;
-+      int hash_index = 0;
++/* Constants for DTOMUL */
++#define MCI_DTOMUL_1_CYCLE                    0
++#define MCI_DTOMUL_16_CYCLES                  1
++#define MCI_DTOMUL_128_CYCLES                 2
++#define MCI_DTOMUL_256_CYCLES                 3
++#define MCI_DTOMUL_1024_CYCLES                        4
++#define MCI_DTOMUL_4096_CYCLES                        5
++#define MCI_DTOMUL_65536_CYCLES                       6
++#define MCI_DTOMUL_1048576_CYCLES             7
 +
-+      for (j = 0; j < 6; j++) {
-+              for (i = 0, bitval = 0; i < 8; i++)
-+                      bitval ^= hash_bit_value(i*6 + j, addr);
++/* Constants for RSPTYP */
++#define MCI_RSPTYP_NO_RESP                    0
++#define MCI_RSPTYP_48_BIT                     1
++#define MCI_RSPTYP_136_BIT                    2
 +
-+              hash_index |= (bitval << j);
-+      }
++/* Constants for SPCMD */
++#define MCI_SPCMD_NO_SPEC_CMD                 0
++#define MCI_SPCMD_INIT_CMD                    1
++#define MCI_SPCMD_SYNC_CMD                    2
++#define MCI_SPCMD_INT_CMD                     4
++#define MCI_SPCMD_INT_RESP                    5
 +
-+      return hash_index;
- }
--static void macb_init_phy(struct net_device *dev)
-+/*
-+ * Add multicast addresses to the internal multicast-hash table.
-+ */
-+static void macb_sethashtable(struct net_device *dev)
- {
-+      struct dev_mc_list *curr;
-+      unsigned long mc_filter[2];
-+      unsigned int i, bitnr;
-       struct macb *bp = netdev_priv(dev);
--      /* Set some reasonable default settings */
--      macb_mdio_write(dev, bp->mii.phy_id, MII_ADVERTISE,
--                      ADVERTISE_CSMA | ADVERTISE_ALL);
--      macb_mdio_write(dev, bp->mii.phy_id, MII_BMCR,
--                      (BMCR_SPEED100 | BMCR_ANENABLE
--                       | BMCR_ANRESTART | BMCR_FULLDPLX));
-+      mc_filter[0] = mc_filter[1] = 0;
++/* Constants for TRCMD */
++#define MCI_TRCMD_NO_TRANS                    0
++#define MCI_TRCMD_START_TRANS                 1
++#define MCI_TRCMD_STOP_TRANS                  2
 +
-+      curr = dev->mc_list;
-+      for (i = 0; i < dev->mc_count; i++, curr = curr->next) {
-+              if (!curr) break;       /* unexpected end of list */
++/* Constants for TRTYP */
++#define MCI_TRTYP_BLOCK                               0
++#define MCI_TRTYP_MULTI_BLOCK                 1
++#define MCI_TRTYP_STREAM                      2
 +
-+              bitnr = hash_get_index(curr->dmi_addr);
-+              mc_filter[bitnr >> 5] |= 1 << (bitnr & 31);
-+      }
++/* Bit manipulation macros */
++#define MCI_BIT(name)                                 \
++      (1 << MCI_##name##_OFFSET)
++#define MCI_BF(name,value)                            \
++      (((value) & ((1 << MCI_##name##_SIZE) - 1))     \
++       << MCI_##name##_OFFSET)
++#define MCI_BFEXT(name,value)                         \
++      (((value) >> MCI_##name##_OFFSET)               \
++       & ((1 << MCI_##name##_SIZE) - 1))
++#define MCI_BFINS(name,value,old)                     \
++      (((old) & ~(((1 << MCI_##name##_SIZE) - 1)      \
++                  << MCI_##name##_OFFSET))            \
++       | MCI_BF(name,value))
 +
-+      macb_writel(bp, HRB, mc_filter[0]);
-+      macb_writel(bp, HRT, mc_filter[1]);
-+}
++/* Register access macros */
++#define mci_readl(port,reg)                           \
++      __raw_readl((port)->regs + MCI_##reg)
++#define mci_writel(port,reg,value)                    \
++      __raw_writel((value), (port)->regs + MCI_##reg)
 +
-+/*
-+ * Enable/Disable promiscuous and multicast modes.
-+ */
-+static void macb_set_rx_mode(struct net_device *dev)
-+{
-+      unsigned long cfg;
-+      struct macb *bp = netdev_priv(dev);
-+
-+      cfg = macb_readl(bp, NCFGR);
-+
-+      if (dev->flags & IFF_PROMISC)
-+              /* Enable promiscuous mode */
-+              cfg |= MACB_BIT(CAF);
-+      else if (dev->flags & (~IFF_PROMISC))
-+               /* Disable promiscuous mode */
-+              cfg &= ~MACB_BIT(CAF);
-+
-+      if (dev->flags & IFF_ALLMULTI) {
-+              /* Enable all multicast mode */
-+              macb_writel(bp, HRB, -1);
-+              macb_writel(bp, HRT, -1);
-+              cfg |= MACB_BIT(NCFGR_MTI);
-+      } else if (dev->mc_count > 0) {
-+              /* Enable specific multicasts */
-+              macb_sethashtable(dev);
-+              cfg |= MACB_BIT(NCFGR_MTI);
-+      } else if (dev->flags & (~IFF_ALLMULTI)) {
-+              /* Disable all multicast mode */
-+              macb_writel(bp, HRB, 0);
-+              macb_writel(bp, HRT, 0);
-+              cfg &= ~MACB_BIT(NCFGR_MTI);
-+      }
-+
-+      macb_writel(bp, NCFGR, cfg);
- }
- static int macb_open(struct net_device *dev)
-@@ -797,6 +924,10 @@
++#endif /* __DRIVERS_MMC_ATMEL_MCI_H__ */
+diff -urN linux-2.6.24.3/drivers/mmc/host/Kconfig avr32-2.6/drivers/mmc/host/Kconfig
+--- linux-2.6.24.3/drivers/mmc/host/Kconfig    2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/drivers/mmc/host/Kconfig 2008-04-23 19:33:40.000000000 +0200
+@@ -91,6 +91,16 @@
  
-       dev_dbg(&bp->pdev->dev, "open\n");
+         If unsure, say N.
  
-+      /* if the phy is not yet register, retry later*/
-+      if (!bp->phy_dev)
-+              return -EAGAIN;
++config MMC_ATMELMCI
++      tristate "Atmel Multimedia Card Interface support"
++      depends on AVR32 && MMC
++      help
++        This selects the Atmel Multimedia Card Interface. If you have
++        a AT91 (ARM) or AT32 (AVR32) platform with a Multimedia Card
++        slot, say Y or M here.
 +
-       if (!is_valid_ether_addr(dev->dev_addr))
-               return -EADDRNOTAVAIL;
-@@ -810,12 +941,11 @@
-       macb_init_rings(bp);
-       macb_init_hw(bp);
--      macb_init_phy(dev);
--      macb_check_media(bp, 1, 1);
--      netif_start_queue(dev);
-+      /* schedule a link state check */
-+      phy_start(bp->phy_dev);
++        If unsure, say N.
++
+ config MMC_IMX
+       tristate "Motorola i.MX Multimedia Card Interface support"
+       depends on ARCH_IMX
+diff -urN linux-2.6.24.3/drivers/mmc/host/Makefile avr32-2.6/drivers/mmc/host/Makefile
+--- linux-2.6.24.3/drivers/mmc/host/Makefile   2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/drivers/mmc/host/Makefile        2008-04-23 19:33:40.000000000 +0200
+@@ -15,6 +15,7 @@
+ obj-$(CONFIG_MMC_AU1X)                += au1xmmc.o
+ obj-$(CONFIG_MMC_OMAP)                += omap.o
+ obj-$(CONFIG_MMC_AT91)                += at91_mci.o
++obj-$(CONFIG_MMC_ATMELMCI)    += atmel-mci.o
+ obj-$(CONFIG_MMC_TIFM_SD)     += tifm_sd.o
+ obj-$(CONFIG_MMC_SPI)         += mmc_spi.o
  
--      schedule_delayed_work(&bp->periodic_task, HZ);
-+      netif_start_queue(dev);
+diff -urN linux-2.6.24.3/drivers/mtd/chips/cfi_cmdset_0001.c avr32-2.6/drivers/mtd/chips/cfi_cmdset_0001.c
+--- linux-2.6.24.3/drivers/mtd/chips/cfi_cmdset_0001.c 2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/drivers/mtd/chips/cfi_cmdset_0001.c      2008-04-23 20:12:41.000000000 +0200
+@@ -50,6 +50,7 @@
+ #define I82802AC      0x00ac
+ #define MANUFACTURER_ST         0x0020
+ #define M50LPW080       0x002F
++#define AT49BV640D    0x02de
  
-       return 0;
+ static int cfi_intelext_read (struct mtd_info *, loff_t, size_t, size_t *, u_char *);
+ static int cfi_intelext_write_words(struct mtd_info *, loff_t, size_t, size_t *, const u_char *);
+@@ -157,6 +158,47 @@
  }
-@@ -825,10 +955,11 @@
-       struct macb *bp = netdev_priv(dev);
-       unsigned long flags;
--      cancel_rearming_delayed_work(&bp->periodic_task);
--
-       netif_stop_queue(dev);
+ #endif
  
-+      if (bp->phy_dev)
-+              phy_stop(bp->phy_dev);
++/* Atmel chips don't use the same PRI format as Intel chips */
++static void fixup_convert_atmel_pri(struct mtd_info *mtd, void *param)
++{
++      struct map_info *map = mtd->priv;
++      struct cfi_private *cfi = map->fldrv_priv;
++      struct cfi_pri_intelext *extp = cfi->cmdset_priv;
++      struct cfi_pri_atmel atmel_pri;
++      uint32_t features = 0;
 +
-       spin_lock_irqsave(&bp->lock, flags);
-       macb_reset_hw(bp);
-       netif_carrier_off(dev);
-@@ -845,6 +976,9 @@
-       struct net_device_stats *nstat = &bp->stats;
-       struct macb_stats *hwstat = &bp->hw_stats;
-+      /* read stats from hardware */
-+      macb_update_stats(bp);
++      /* Reverse byteswapping */
++      extp->FeatureSupport = cpu_to_le32(extp->FeatureSupport);
++      extp->BlkStatusRegMask = cpu_to_le16(extp->BlkStatusRegMask);
++      extp->ProtRegAddr = cpu_to_le16(extp->ProtRegAddr);
 +
-       /* Convert HW stats into netdevice stats */
-       nstat->rx_errors = (hwstat->rx_fcs_errors +
-                           hwstat->rx_align_errors +
-@@ -882,18 +1016,27 @@
- static int macb_get_settings(struct net_device *dev, struct ethtool_cmd *cmd)
- {
-       struct macb *bp = netdev_priv(dev);
-+      struct phy_device *phydev = bp->phy_dev;
++      memcpy(&atmel_pri, extp, sizeof(atmel_pri));
++      memset((char *)extp + 5, 0, sizeof(*extp) - 5);
 +
-+      if (!phydev)
-+              return -ENODEV;
--      return mii_ethtool_gset(&bp->mii, cmd);
-+      return phy_ethtool_gset(phydev, cmd);
- }
- static int macb_set_settings(struct net_device *dev, struct ethtool_cmd *cmd)
- {
-       struct macb *bp = netdev_priv(dev);
-+      struct phy_device *phydev = bp->phy_dev;
++      printk(KERN_ERR "atmel Features: %02x\n", atmel_pri.Features);
 +
-+      if (!phydev)
-+              return -ENODEV;
--      return mii_ethtool_sset(&bp->mii, cmd);
-+      return phy_ethtool_sset(phydev, cmd);
++      if (atmel_pri.Features & 0x01) /* chip erase supported */
++              features |= (1<<0);
++      if (atmel_pri.Features & 0x02) /* erase suspend supported */
++              features |= (1<<1);
++      if (atmel_pri.Features & 0x04) /* program suspend supported */
++              features |= (1<<2);
++      if (atmel_pri.Features & 0x08) /* simultaneous operations supported */
++              features |= (1<<9);
++      if (atmel_pri.Features & 0x20) /* page mode read supported */
++              features |= (1<<7);
++      if (atmel_pri.Features & 0x40) /* queued erase supported */
++              features |= (1<<4);
++      if (atmel_pri.Features & 0x80) /* Protection bits supported */
++              features |= (1<<6);
++
++      extp->FeatureSupport = features;
++
++      /* burst write mode not supported */
++      cfi->cfiq->BufWriteTimeoutTyp = 0;
++      cfi->cfiq->BufWriteTimeoutMax = 0;
++}
++
+ #ifdef CMDSET0001_DISABLE_ERASE_SUSPEND_ON_WRITE
+ /* Some Intel Strata Flash prior to FPO revision C has bugs in this area */
+ static void fixup_intel_strataflash(struct mtd_info *mtd, void* param)
+@@ -234,6 +276,7 @@
  }
  
--static void macb_get_drvinfo(struct net_device *dev, struct ethtool_drvinfo *info)
-+static void macb_get_drvinfo(struct net_device *dev,
-+                           struct ethtool_drvinfo *info)
- {
-       struct macb *bp = netdev_priv(dev);
-@@ -902,104 +1045,34 @@
-       strcpy(info->bus_info, bp->pdev->dev.bus_id);
+ static struct cfi_fixup cfi_fixup_table[] = {
++      { CFI_MFR_ATMEL, CFI_ID_ANY, fixup_convert_atmel_pri, NULL },
+ #ifdef CMDSET0001_DISABLE_ERASE_SUSPEND_ON_WRITE
+       { CFI_MFR_ANY, CFI_ID_ANY, fixup_intel_strataflash, NULL },
+ #endif
+diff -urN linux-2.6.24.3/drivers/mtd/chips/cfi_cmdset_0002.c avr32-2.6/drivers/mtd/chips/cfi_cmdset_0002.c
+--- linux-2.6.24.3/drivers/mtd/chips/cfi_cmdset_0002.c 2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/drivers/mtd/chips/cfi_cmdset_0002.c      2008-04-23 20:12:41.000000000 +0200
+@@ -185,6 +185,10 @@
+               extp->TopBottom = 2;
+       else
+               extp->TopBottom = 3;
++
++      /* burst write mode not supported */
++      cfi->cfiq->BufWriteTimeoutTyp = 0;
++      cfi->cfiq->BufWriteTimeoutMax = 0;
  }
  
--static int macb_nway_reset(struct net_device *dev)
--{
--      struct macb *bp = netdev_priv(dev);
--      return mii_nway_restart(&bp->mii);
--}
--
- static struct ethtool_ops macb_ethtool_ops = {
-       .get_settings           = macb_get_settings,
-       .set_settings           = macb_set_settings,
-       .get_drvinfo            = macb_get_drvinfo,
--      .nway_reset             = macb_nway_reset,
-       .get_link               = ethtool_op_get_link,
- };
- static int macb_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
- {
-       struct macb *bp = netdev_priv(dev);
-+      struct phy_device *phydev = bp->phy_dev;
-       if (!netif_running(dev))
-               return -EINVAL;
--      return generic_mii_ioctl(&bp->mii, if_mii(rq), cmd, NULL);
--}
--
--static ssize_t macb_mii_show(const struct device *_dev, char *buf,
--                      unsigned long addr)
--{
--      struct net_device *dev = to_net_dev(_dev);
--      struct macb *bp = netdev_priv(dev);
--      ssize_t ret = -EINVAL;
--
--      if (netif_running(dev)) {
--              int value;
--              value = macb_mdio_read(dev, bp->mii.phy_id, addr);
--              ret = sprintf(buf, "0x%04x\n", (uint16_t)value);
--      }
--
--      return ret;
--}
--
--#define MII_ENTRY(name, addr)                                 \
--static ssize_t show_##name(struct device *_dev,                       \
--                         struct device_attribute *attr,       \
--                         char *buf)                           \
--{                                                             \
--      return macb_mii_show(_dev, buf, addr);                  \
--}                                                             \
--static DEVICE_ATTR(name, S_IRUGO, show_##name, NULL)
--
--MII_ENTRY(bmcr, MII_BMCR);
--MII_ENTRY(bmsr, MII_BMSR);
--MII_ENTRY(physid1, MII_PHYSID1);
--MII_ENTRY(physid2, MII_PHYSID2);
--MII_ENTRY(advertise, MII_ADVERTISE);
--MII_ENTRY(lpa, MII_LPA);
--MII_ENTRY(expansion, MII_EXPANSION);
--
--static struct attribute *macb_mii_attrs[] = {
--      &dev_attr_bmcr.attr,
--      &dev_attr_bmsr.attr,
--      &dev_attr_physid1.attr,
--      &dev_attr_physid2.attr,
--      &dev_attr_advertise.attr,
--      &dev_attr_lpa.attr,
--      &dev_attr_expansion.attr,
--      NULL,
--};
--
--static struct attribute_group macb_mii_group = {
--      .name   = "mii",
--      .attrs  = macb_mii_attrs,
--};
--
--static void macb_unregister_sysfs(struct net_device *net)
--{
--      struct device *_dev = &net->dev;
-+      if (!phydev)
-+              return -ENODEV;
--      sysfs_remove_group(&_dev->kobj, &macb_mii_group);
-+      return phy_mii_ioctl(phydev, if_mii(rq), cmd);
+ static void fixup_use_secsi(struct mtd_info *mtd, void *param)
+@@ -217,6 +221,7 @@
  }
  
--static int macb_register_sysfs(struct net_device *net)
--{
--      struct device *_dev = &net->dev;
--      int ret;
--
--      ret = sysfs_create_group(&_dev->kobj, &macb_mii_group);
--      if (ret)
--              printk(KERN_WARNING
--                     "%s: sysfs mii attribute registration failed: %d\n",
--                     net->name, ret);
--      return ret;
--}
- static int __devinit macb_probe(struct platform_device *pdev)
- {
-       struct eth_platform_data *pdata;
-       struct resource *regs;
-       struct net_device *dev;
-       struct macb *bp;
-+      struct phy_device *phydev;
-       unsigned long pclk_hz;
-       u32 config;
-       int err = -ENXIO;
-@@ -1073,6 +1146,7 @@
-       dev->stop = macb_close;
-       dev->hard_start_xmit = macb_start_xmit;
-       dev->get_stats = macb_get_stats;
-+      dev->set_multicast_list = macb_set_rx_mode;
-       dev->do_ioctl = macb_ioctl;
-       dev->poll = macb_poll;
-       dev->weight = 64;
-@@ -1080,10 +1154,6 @@
-       dev->base_addr = regs->start;
--      INIT_DELAYED_WORK(&bp->periodic_task, macb_periodic_task);
--      mutex_init(&bp->mdio_mutex);
--      init_completion(&bp->mdio_complete);
--
-       /* Set MII management clock divider */
-       pclk_hz = clk_get_rate(bp->pclk);
-       if (pclk_hz <= 20000000)
-@@ -1096,20 +1166,9 @@
-               config = MACB_BF(CLK, MACB_CLK_DIV64);
-       macb_writel(bp, NCFGR, config);
--      bp->mii.dev = dev;
--      bp->mii.mdio_read = macb_mdio_read;
--      bp->mii.mdio_write = macb_mdio_write;
--      bp->mii.phy_id_mask = 0x1f;
--      bp->mii.reg_num_mask = 0x1f;
--
-       macb_get_hwaddr(bp);
--      err = macb_phy_probe(bp);
--      if (err) {
--              dev_err(&pdev->dev, "Failed to detect PHY, aborting.\n");
--              goto err_out_free_irq;
--      }
--
-       pdata = pdev->dev.platform_data;
-+
-       if (pdata && pdata->is_rmii)
- #if defined(CONFIG_ARCH_AT91)
-               macb_writel(bp, USRIO, (MACB_BIT(RMII) | MACB_BIT(CLKEN)) );
-@@ -1131,9 +1190,11 @@
-               goto err_out_free_irq;
-       }
--      platform_set_drvdata(pdev, dev);
-+      if (macb_mii_init(bp) != 0) {
-+              goto err_out_unregister_netdev;
-+      }
--      macb_register_sysfs(dev);
-+      platform_set_drvdata(pdev, dev);
-       printk(KERN_INFO "%s: Atmel MACB at 0x%08lx irq %d "
-              "(%02x:%02x:%02x:%02x:%02x:%02x)\n",
-@@ -1141,8 +1202,15 @@
-              dev->dev_addr[0], dev->dev_addr[1], dev->dev_addr[2],
-              dev->dev_addr[3], dev->dev_addr[4], dev->dev_addr[5]);
-+      phydev = bp->phy_dev;
-+      printk(KERN_INFO "%s: attached PHY driver [%s] "
-+              "(mii_bus:phy_addr=%s, irq=%d)\n",
-+              dev->name, phydev->drv->name, phydev->dev.bus_id, phydev->irq);
-+
-       return 0;
-+err_out_unregister_netdev:
-+      unregister_netdev(dev);
- err_out_free_irq:
-       free_irq(dev->irq, dev);
- err_out_iounmap:
-@@ -1153,7 +1221,9 @@
-       clk_put(bp->hclk);
+ static struct cfi_fixup cfi_fixup_table[] = {
++      { CFI_MFR_ATMEL, CFI_ID_ANY, fixup_convert_atmel_pri, NULL },
+ #ifdef AMD_BOOTLOC_BUG
+       { CFI_MFR_AMD, CFI_ID_ANY, fixup_amd_bootblock, NULL },
  #endif
-       clk_disable(bp->pclk);
-+#ifndef CONFIG_ARCH_AT91
- err_out_put_pclk:
-+#endif
-       clk_put(bp->pclk);
- err_out_free_dev:
-       free_netdev(dev);
-@@ -1171,7 +1241,8 @@
-       if (dev) {
-               bp = netdev_priv(dev);
--              macb_unregister_sysfs(dev);
-+              mdiobus_unregister(&bp->mii_bus);
-+              kfree(bp->mii_bus.irq);
-               unregister_netdev(dev);
-               free_irq(dev->irq, dev);
-               iounmap(bp->regs);
-diff -x .git -Nur linux-2.6.22.1/drivers/net/macb.h linux-avr32.git/drivers/net/macb.h
---- linux-2.6.22.1/drivers/net/macb.h  2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/drivers/net/macb.h 2007-07-12 14:00:04.000000000 +0200
-@@ -383,11 +383,11 @@
-       unsigned int            rx_pending, tx_pending;
--      struct delayed_work     periodic_task;
--
--      struct mutex            mdio_mutex;
--      struct completion       mdio_complete;
--      struct mii_if_info      mii;
-+      struct mii_bus          mii_bus;
-+      struct phy_device       *phy_dev;
-+      unsigned int            link;
-+      unsigned int            speed;
-+      unsigned int            duplex;
+@@ -229,7 +234,6 @@
+ #if !FORCE_WORD_WRITE
+       { CFI_MFR_ANY, CFI_ID_ANY, fixup_use_write_buffers, NULL, },
+ #endif
+-      { CFI_MFR_ATMEL, CFI_ID_ANY, fixup_convert_atmel_pri, NULL },
+       { 0, 0, NULL, NULL }
  };
- #endif /* _MACB_H */
-diff -x .git -Nur linux-2.6.22.1/drivers/rtc/Kconfig linux-avr32.git/drivers/rtc/Kconfig
---- linux-2.6.22.1/drivers/rtc/Kconfig 2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/drivers/rtc/Kconfig        2007-07-12 14:00:13.000000000 +0200
-@@ -379,6 +379,13 @@
-         To compile this driver as a module, choose M here: the
-         module will be called rtc-pl031.
-+config RTC_DRV_AT32AP700X
-+      tristate "AT32AP700X series RTC"
-+      depends on RTC_CLASS && PLATFORM_AT32AP
-+      help
-+        Driver for the internal RTC (Realtime Clock) on Atmel AVR32
-+        AT32AP700x family processors.
-+
- config RTC_DRV_AT91RM9200
-       tristate "AT91RM9200"
-       depends on RTC_CLASS && ARCH_AT91RM9200
-diff -x .git -Nur linux-2.6.22.1/drivers/rtc/Makefile linux-avr32.git/drivers/rtc/Makefile
---- linux-2.6.22.1/drivers/rtc/Makefile        2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/drivers/rtc/Makefile       2007-07-12 14:00:13.000000000 +0200
-@@ -19,6 +19,7 @@
- obj-$(CONFIG_RTC_DRV_X1205)   += rtc-x1205.o
- obj-$(CONFIG_RTC_DRV_ISL1208) += rtc-isl1208.o
- obj-$(CONFIG_RTC_DRV_TEST)    += rtc-test.o
-+obj-$(CONFIG_RTC_DRV_AT32AP700X)      += rtc-at32ap700x.o
- obj-$(CONFIG_RTC_DRV_DS1307)  += rtc-ds1307.o
- obj-$(CONFIG_RTC_DRV_DS1672)  += rtc-ds1672.o
- obj-$(CONFIG_RTC_DRV_DS1742)  += rtc-ds1742.o
-diff -x .git -Nur linux-2.6.22.1/drivers/rtc/rtc-at32ap700x.c linux-avr32.git/drivers/rtc/rtc-at32ap700x.c
---- linux-2.6.22.1/drivers/rtc/rtc-at32ap700x.c        1970-01-01 01:00:00.000000000 +0100
-+++ linux-avr32.git/drivers/rtc/rtc-at32ap700x.c       2007-07-12 14:00:13.000000000 +0200
-@@ -0,0 +1,337 @@
+ static struct cfi_fixup jedec_fixup_table[] = {
+diff -urN linux-2.6.24.3/drivers/net/macb.c avr32-2.6/drivers/net/macb.c
+--- linux-2.6.24.3/drivers/net/macb.c  2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/drivers/net/macb.c       2008-04-23 20:12:41.000000000 +0200
+@@ -148,7 +148,7 @@
+                       if (phydev->duplex)
+                               reg |= MACB_BIT(FD);
+-                      if (phydev->speed)
++                      if (phydev->speed == SPEED_100)
+                               reg |= MACB_BIT(SPD);
+                       macb_writel(bp, NCFGR, reg);
+diff -urN linux-2.6.24.3/drivers/pcmcia/at32_cf.c avr32-2.6/drivers/pcmcia/at32_cf.c
+--- linux-2.6.24.3/drivers/pcmcia/at32_cf.c    1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/drivers/pcmcia/at32_cf.c 2008-04-23 19:33:42.000000000 +0200
+@@ -0,0 +1,533 @@
 +/*
-+ * An RTC driver for the AVR32 AT32AP700x processor series.
++ * Driver for AVR32 Static Memory Controller: CompactFlash support
 + *
-+ * Copyright (C) 2007 Atmel Corporation
++ * Copyright (C) 2006 Atmel Norway
 + *
-+ * This program is free software; you can redistribute it and/or modify it
-+ * under the terms of the GNU General Public License version 2 as published
-+ * by the Free Software Foundation.
++ * This program is free software; you can redistribute it and/or
++ * modify it under the terms of the GNU General Public License as
++ * published by the Free Software Foundation; either version 2 of the
++ * License, or (at your option) any later version.
++ *
++ * This program is distributed in the hope that it will be useful, but
++ * WITHOUT ANY WARRANTY; without even the implied warranty of
++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
++ * General Public License for more details.
++ *
++ * You should have received a copy of the GNU General Public License
++ * along with this program; if not, write to the Free Software
++ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
++ * 02111-1307, USA.
++ *
++ * The full GNU General Public License is included in this
++ * distribution in the file called COPYING.
 + */
-+
 +#include <linux/module.h>
 +#include <linux/kernel.h>
 +#include <linux/platform_device.h>
-+#include <linux/rtc.h>
-+#include <linux/io.h>
++#include <linux/init.h>
++#include <linux/device.h>
++#include <linux/delay.h>
++#include <linux/interrupt.h>
++#include <linux/err.h>
++#include <linux/clk.h>
++#include <linux/dma-mapping.h>
++
++#include <pcmcia/ss.h>
++
++#include <asm/gpio.h>
++#include <asm/io.h>
++#include <asm/arch/board.h>
++
++#include <asm/arch/smc.h>
++
++struct at32_cf_socket {
++      struct pcmcia_socket    socket;
++      int                     detect_pin;
++      int                     reset_pin;
++      int                     vcc_pin;
++      int                     ready_pin;
++      struct resource         res_attr;
++      struct resource         res_mem;
++      struct resource         res_io;
++      struct smc_config       smc;
++      unsigned int            irq;
++      unsigned int            cf_cs;
++      socket_state_t          state;
++      unsigned                present:1;
++};
++#define to_at32_cf(sock) container_of(sock, struct at32_cf_socket, socket)
 +
 +/*
-+ * This is a bare-bones RTC. It runs during most system sleep states, but has
-+ * no battery backup and gets reset during system restart.  It must be
-+ * initialized from an external clock (network, I2C, etc) before it can be of
-+ * much use.
++ * We have the following memory layout relative to the base address:
 + *
-+ * The alarm functionality is limited by the hardware, not supporting
-+ * periodic interrupts.
++ *   Alt IDE Mode:      00e0 0000 -> 00ff ffff
++ *   True IDE Mode:     00c0 0000 -> 00df ffff
++ *   I/O memory:        0080 0000 -> 00bf ffff
++ *   Common memory:     0040 0000 -> 007f ffff
++ *   Attribute memory:  0000 0000 -> 003f ffff
 + */
++#define CF_ATTR_OFFSET        0x00000000
++#define CF_MEM_OFFSET 0x00400000
++#define CF_IO_OFFSET  0x00800000
++#define CF_RES_SIZE   4096
++
++#ifdef DEBUG
 +
-+#define RTC_CTRL              0x00
-+#define RTC_CTRL_EN              0
-+#define RTC_CTRL_PCLR            1
-+#define RTC_CTRL_TOPEN                   2
-+#define RTC_CTRL_PSEL            8
++static int pc_debug;
++module_param(pc_debug, int, 0644);
 +
-+#define RTC_VAL                       0x04
++static void at32_cf_debug(struct at32_cf_socket *cf, const char *func,
++                        int level, const char *fmt, ...)
++{
++      va_list args;
++
++      if (pc_debug > level) {
++              printk(KERN_DEBUG "at32_cf/%u: %s: ", cf->cf_cs, func);
++              va_start(args, fmt);
++              vprintk(fmt, args);
++              va_end(args);
++      }
++}
++
++#define debug(cf, lvl, fmt, arg...)                   \
++      at32_cf_debug(cf, __func__, lvl, fmt, ##arg)
++
++#else
++#define debug(cf, lvl, fmt, arg...) do { } while (0)
++#endif
 +
-+#define RTC_TOP                       0x08
++static inline int at32_cf_present(struct at32_cf_socket *cf)
++{
++      int present = 1;
 +
-+#define RTC_IER                       0x10
-+#define RTC_IER_TOPI             0
++      /* If we don't have a detect pin, assume the card is present */
++      if (cf->detect_pin >= 0)
++              present = !gpio_get_value(cf->detect_pin);
 +
-+#define RTC_IDR                       0x14
-+#define RTC_IDR_TOPI             0
++      return present;
++}
 +
-+#define RTC_IMR                       0x18
-+#define RTC_IMR_TOPI             0
++static irqreturn_t at32_cf_irq(int irq, void *dev_id)
++{
++      struct at32_cf_socket *cf = dev_id;
++      unsigned int present;
++
++      present = at32_cf_present(cf);
++      if (present != cf->present) {
++              cf->present = present;
++              debug(cf, 3, "card %s\n", present ? "present" : "gone");
++              pcmcia_parse_events(&cf->socket, SS_DETECT);
++      }
 +
-+#define RTC_ISR                       0x1c
-+#define RTC_ISR_TOPI             0
++      return IRQ_HANDLED;
++}
 +
-+#define RTC_ICR                       0x20
-+#define RTC_ICR_TOPI             0
++static int at32_cf_get_status(struct pcmcia_socket *sock, u_int *value)
++{
++      struct at32_cf_socket *cf;
++      u_int status = 0;
++
++      cf = container_of(sock, struct at32_cf_socket, socket);
++
++      if (at32_cf_present(cf)) {
++              /* NOTE: gpio on AP7xxx is 3.3V */
++              status = SS_DETECT | SS_3VCARD;
++              if (cf->ready_pin < 0 || gpio_get_value(cf->ready_pin))
++                      status |= SS_READY;
++              if (cf->vcc_pin < 0 || gpio_get_value(cf->vcc_pin))
++                      status |= SS_POWERON;
++      }
 +
-+#define RTC_BIT(name)         (1 << RTC_##name)
-+#define RTC_BF(name, value)   ((value) << RTC_##name)
++      *value = status;
++      return 0;
++}
 +
-+#define rtc_readl(dev, reg)                           \
-+      __raw_readl((dev)->regs + RTC_##reg)
-+#define rtc_writel(dev, reg, value)                   \
-+      __raw_writel((value), (dev)->regs + RTC_##reg)
++static int at32_cf_set_socket(struct pcmcia_socket *sock, socket_state_t *state)
++{
++      struct at32_cf_socket *cf = container_of(sock, struct at32_cf_socket, socket);
++
++      debug(cf, 2, "mask: %s%s%s%s%s%sflags: %s%s%s%s%s%sVcc %d Vpp %d irq %d\n",
++                      (state->csc_mask==0)?"<NONE> ":"",
++                      (state->csc_mask&SS_DETECT)?"DETECT ":"",
++                      (state->csc_mask&SS_READY)?"READY ":"",
++                      (state->csc_mask&SS_BATDEAD)?"BATDEAD ":"",
++                      (state->csc_mask&SS_BATWARN)?"BATWARN ":"",
++                      (state->csc_mask&SS_STSCHG)?"STSCHG ":"",
++                      (state->flags==0)?"<NONE> ":"",
++                      (state->flags&SS_PWR_AUTO)?"PWR_AUTO ":"",
++                      (state->flags&SS_IOCARD)?"IOCARD ":"",
++                      (state->flags&SS_RESET)?"RESET ":"",
++                      (state->flags&SS_SPKR_ENA)?"SPKR_ENA ":"",
++                      (state->flags&SS_OUTPUT_ENA)?"OUTPUT_ENA ":"",
++                      state->Vcc, state->Vpp, state->io_irq);
 +
-+struct rtc_at32ap700x {
-+      struct rtc_device       *rtc;
-+      void __iomem            *regs;
-+      unsigned long           alarm_time;
-+      unsigned long           irq;
-+      /* Protect against concurrent register access. */
-+      spinlock_t              lock;
-+};
++      /*
++       * TODO: Allow boards to override this in case they have level
++       * converters.
++       */
++      switch (state->Vcc) {
++      case 0:
++              if (cf->vcc_pin >= 0)
++                      gpio_set_value(cf->vcc_pin, 0);
++              break;
++      case 33:
++              if (cf->vcc_pin >= 0)
++                      gpio_set_value(cf->vcc_pin, 1);
++              break;
++      default:
++              return -EINVAL;
++      }
 +
-+static int at32_rtc_readtime(struct device *dev, struct rtc_time *tm)
-+{
-+      struct rtc_at32ap700x *rtc = dev_get_drvdata(dev);
-+      unsigned long now;
++      if (cf->reset_pin >= 0)
++              gpio_set_value(cf->reset_pin, state->flags & SS_RESET);
 +
-+      now = rtc_readl(rtc, VAL);
-+      rtc_time_to_tm(now, tm);
++      cf->state = *state;
 +
 +      return 0;
 +}
 +
-+static int at32_rtc_settime(struct device *dev, struct rtc_time *tm)
++static int at32_cf_socket_init(struct pcmcia_socket *sock)
 +{
-+      struct rtc_at32ap700x *rtc = dev_get_drvdata(dev);
-+      unsigned long now;
-+      int ret;
++      debug(to_at32_cf(sock), 2, "called\n");
 +
-+      ret = rtc_tm_to_time(tm, &now);
-+      if (ret == 0)
-+              rtc_writel(rtc, VAL, now);
-+
-+      return ret;
++      return 0;
 +}
 +
-+static int at32_rtc_readalarm(struct device *dev, struct rtc_wkalrm *alrm)
++static int at32_cf_suspend(struct pcmcia_socket *sock)
 +{
-+      struct rtc_at32ap700x *rtc = dev_get_drvdata(dev);
++      debug(to_at32_cf(sock), 2, "called\n");
 +
-+      rtc_time_to_tm(rtc->alarm_time, &alrm->time);
-+      alrm->pending = rtc_readl(rtc, IMR) & RTC_BIT(IMR_TOPI) ? 1 : 0;
++      at32_cf_set_socket(sock, &dead_socket);
 +
 +      return 0;
 +}
 +
-+static int at32_rtc_setalarm(struct device *dev, struct rtc_wkalrm *alrm)
++static int at32_cf_set_io_map(struct pcmcia_socket *sock,
++                            struct pccard_io_map *map)
 +{
-+      struct rtc_at32ap700x *rtc = dev_get_drvdata(dev);
-+      unsigned long rtc_unix_time;
-+      unsigned long alarm_unix_time;
-+      int ret;
++      struct at32_cf_socket *cf = container_of(sock, struct at32_cf_socket, socket);
++      int retval;
++
++      debug(cf, 2, "map %u  speed %u start 0x%08x stop 0x%08x\n",
++              map->map, map->speed, map->start, map->stop);
++      debug(cf, 2, "flags: %s%s%s%s%s%s%s%s\n",
++              (map->flags == 0) ? "<NONE>":"",
++              (map->flags & MAP_ACTIVE) ? "ACTIVE " : "",
++              (map->flags & MAP_16BIT) ? "16BIT " : "",
++              (map->flags & MAP_AUTOSZ) ? "AUTOSZ " : "",
++              (map->flags & MAP_0WS) ? "0WS " : "",
++              (map->flags & MAP_WRPROT) ? "WRPROT " : "",
++              (map->flags & MAP_USE_WAIT) ? "USE_WAIT " : "",
++              (map->flags & MAP_PREFETCH) ? "PREFETCH " : "");
++
++      map->flags &= MAP_ACTIVE | MAP_16BIT | MAP_USE_WAIT;
++
++      if (map->flags & MAP_16BIT)
++              cf->smc.bus_width = 2;
++      else
++              cf->smc.bus_width = 1;
++
++      if (map->flags & MAP_USE_WAIT)
++              cf->smc.nwait_mode = 3;
++      else
++              cf->smc.nwait_mode = 0;
++
++      retval = smc_set_configuration(cf->cf_cs, &cf->smc);
++      if (retval) {
++              printk(KERN_ERR "at32_cf: could not set up SMC for I/O\n");
++              return retval;
++      }
 +
-+      rtc_unix_time = rtc_readl(rtc, VAL);
++      map->start = cf->socket.io_offset;
++      map->stop = map->start + CF_RES_SIZE - 1;
 +
-+      /* RTC does only support one alarm time, not periodic */
-+      if (alrm->time.tm_mday <= 0) {
-+              struct rtc_time tm;
-+              unsigned long then;
++      return 0;
++}
 +
-+              rtc_time_to_tm(rtc_unix_time, &tm);
++static int
++at32_cf_set_mem_map(struct pcmcia_socket *sock, struct pccard_mem_map *map)
++{
++      struct at32_cf_socket *cf;
++      struct resource *res;
++      int retval;
++
++      cf = container_of(sock, struct at32_cf_socket, socket);
++
++      debug(cf, 2, "map %u speed %u card_start %08x\n",
++              map->map, map->speed, map->card_start);
++      debug(cf, 2, "flags: %s%s%s%s%s%s%s%s\n",
++              (map->flags==0)?"<NONE>":"",
++              (map->flags&MAP_ACTIVE)?"ACTIVE ":"",
++              (map->flags&MAP_16BIT)?"16BIT ":"",
++              (map->flags&MAP_AUTOSZ)?"AUTOSZ ":"",
++              (map->flags&MAP_0WS)?"0WS ":"",
++              (map->flags&MAP_WRPROT)?"WRPROT ":"",
++              (map->flags&MAP_ATTRIB)?"ATTRIB ":"",
++              (map->flags&MAP_USE_WAIT)?"USE_WAIT ":"");
++
++      if (map->card_start)
++              return -EINVAL;
 +
-+              alrm->time.tm_mday = tm.tm_mday;
-+              alrm->time.tm_mon  = tm.tm_mon;
-+              alrm->time.tm_year = tm.tm_year;
++      map->flags &= MAP_ACTIVE | MAP_ATTRIB | MAP_16BIT | MAP_USE_WAIT;
 +
-+              rtc_tm_to_time(&alrm->time, &then);
++      if (map->flags & MAP_ATTRIB) {
++              res = &cf->res_attr;
 +
-+              /* check if the alarm wraps into tomorrow */
-+              if (then < rtc_unix_time) {
-+                      rtc_time_to_tm(rtc_unix_time + 24 * 60 * 60, &tm);
-+                      alrm->time.tm_mday = tm.tm_mday;
-+                      alrm->time.tm_mon  = tm.tm_mon;
-+                      alrm->time.tm_year = tm.tm_year;
-+              }
++              /* Linksys WCF12 seems to use WAIT when reading CIS */
++              map->flags |= MAP_USE_WAIT;
++      } else {
++              res = &cf->res_mem;
 +      }
 +
-+      ret = rtc_tm_to_time(&alrm->time, &alarm_unix_time);
-+      if (ret)
-+              return ret;
++      if (map->flags & MAP_USE_WAIT)
++              cf->smc.nwait_mode = 3;
++      else
++              cf->smc.nwait_mode = 0;
 +
-+      if (alarm_unix_time < rtc_unix_time)
-+              return -EINVAL;
++      retval = smc_set_configuration(cf->cf_cs, &cf->smc);
++      if (retval) {
++              printk(KERN_ERR "at32_cf: could not set up SMC for mem\n");
++              return retval;
++      }
 +
-+      spin_lock_irq(&rtc->lock);
-+      rtc->alarm_time = alarm_unix_time;
-+      rtc_writel(rtc, TOP, rtc->alarm_time);
-+      if (alrm->pending)
-+              rtc_writel(rtc, CTRL, rtc_readl(rtc, CTRL)
-+                              | RTC_BIT(CTRL_TOPEN));
-+      else
-+              rtc_writel(rtc, CTRL, rtc_readl(rtc, CTRL)
-+                              & ~RTC_BIT(CTRL_TOPEN));
-+      spin_unlock_irq(&rtc->lock);
++      map->static_start = res->start;
 +
-+      return ret;
++      return 0;
 +}
 +
-+static int at32_rtc_ioctl(struct device *dev, unsigned int cmd,
-+                      unsigned long arg)
++static struct pccard_operations at32_cf_ops = {
++      .init                   = at32_cf_socket_init,
++      .suspend                = at32_cf_suspend,
++      .get_status             = at32_cf_get_status,
++      .set_socket             = at32_cf_set_socket,
++      .set_io_map             = at32_cf_set_io_map,
++      .set_mem_map            = at32_cf_set_mem_map,
++};
++
++static int __init request_pin(struct platform_device *pdev,
++                            unsigned int pin, const char *name)
 +{
-+      struct rtc_at32ap700x *rtc = dev_get_drvdata(dev);
-+      int ret = 0;
++      if (gpio_request(pin, name)) {
++              dev_warn(&pdev->dev, "failed to request %s pin\n", name);
++              return -1;
++      }
 +
-+      spin_lock_irq(&rtc->lock);
++      return pin;
++}
 +
-+      switch (cmd) {
-+      case RTC_AIE_ON:
-+              if (rtc_readl(rtc, VAL) > rtc->alarm_time) {
-+                      ret = -EINVAL;
-+                      break;
-+              }
-+              rtc_writel(rtc, CTRL, rtc_readl(rtc, CTRL)
-+                              | RTC_BIT(CTRL_TOPEN));
-+              rtc_writel(rtc, ICR, RTC_BIT(ICR_TOPI));
-+              rtc_writel(rtc, IER, RTC_BIT(IER_TOPI));
-+              break;
-+      case RTC_AIE_OFF:
-+              rtc_writel(rtc, CTRL, rtc_readl(rtc, CTRL)
-+                              & ~RTC_BIT(CTRL_TOPEN));
-+              rtc_writel(rtc, IDR, RTC_BIT(IDR_TOPI));
-+              rtc_writel(rtc, ICR, RTC_BIT(ICR_TOPI));
-+              break;
-+      default:
-+              ret = -ENOIOCTLCMD;
-+              break;
-+      }
++static struct smc_timing at32_cf_timing __initdata = {
++      .ncs_read_setup         = 30,
++      .nrd_setup              = 100,
++      .ncs_write_setup        = 30,
++      .nwe_setup              = 100,
 +
-+      spin_unlock_irq(&rtc->lock);
++      .ncs_read_pulse         = 360,
++      .nrd_pulse              = 290,
++      .ncs_write_pulse        = 360,
++      .nwe_pulse              = 290,
 +
-+      return ret;
-+}
++      .read_cycle             = 420,
++      .write_cycle            = 420,
++};
 +
-+static irqreturn_t at32_rtc_interrupt(int irq, void *dev_id)
++static int __init at32_cf_probe(struct platform_device *pdev)
 +{
-+      struct rtc_at32ap700x *rtc = (struct rtc_at32ap700x *)dev_id;
-+      unsigned long isr = rtc_readl(rtc, ISR);
-+      unsigned long events = 0;
-+      int ret = IRQ_NONE;
++      struct at32_cf_socket   *cf;
++      struct cf_platform_data *board = pdev->dev.platform_data;
++      struct resource         *res_skt;
++      int                     irq;
++      int                     ret;
 +
-+      spin_lock(&rtc->lock);
++      dev_dbg(&pdev->dev, "probe");
 +
-+      if (isr & RTC_BIT(ISR_TOPI)) {
-+              rtc_writel(rtc, ICR, RTC_BIT(ICR_TOPI));
-+              rtc_writel(rtc, IDR, RTC_BIT(IDR_TOPI));
-+              rtc_writel(rtc, CTRL, rtc_readl(rtc, CTRL)
-+                              & ~RTC_BIT(CTRL_TOPEN));
-+              rtc_writel(rtc, VAL, rtc->alarm_time);
-+              events = RTC_AF | RTC_IRQF;
-+              rtc_update_irq(rtc->rtc, 1, events);
-+              ret = IRQ_HANDLED;
-+      }
++      if (!board)
++              return -ENXIO;
 +
-+      spin_unlock(&rtc->lock);
++      res_skt = platform_get_resource(pdev, IORESOURCE_MEM, 0);
++      if (!res_skt)
++              return -ENXIO;
 +
-+      return ret;
-+}
++      irq = platform_get_irq(pdev, 0);
++      if (irq < 0)
++              return irq;
 +
-+static struct rtc_class_ops at32_rtc_ops = {
-+      .ioctl          = at32_rtc_ioctl,
-+      .read_time      = at32_rtc_readtime,
-+      .set_time       = at32_rtc_settime,
-+      .read_alarm     = at32_rtc_readalarm,
-+      .set_alarm      = at32_rtc_setalarm,
-+};
++      cf = kzalloc(sizeof(struct at32_cf_socket), GFP_KERNEL);
++      if (!cf)
++              return -ENOMEM;
 +
-+static int __init at32_rtc_probe(struct platform_device *pdev)
-+{
-+      struct resource *regs;
-+      struct rtc_at32ap700x *rtc;
-+      int irq = -1;
-+      int ret;
++      cf->detect_pin = -1;
++      cf->reset_pin = -1;
++      cf->vcc_pin = -1;
++      cf->ready_pin = -1;
++      cf->cf_cs = board->cs;
++
++      if (board->detect_pin != GPIO_PIN_NONE)
++              cf->detect_pin = request_pin(pdev, board->detect_pin,
++                                           "cf_detect");
++      if (board->reset_pin != GPIO_PIN_NONE)
++              cf->reset_pin = request_pin(pdev, board->reset_pin,
++                                          "cf_reset");
++      if (board->vcc_pin != GPIO_PIN_NONE)
++              cf->vcc_pin = request_pin(pdev, board->vcc_pin,
++                                        "cf_vcc");
++      if (board->ready_pin != GPIO_PIN_NONE)
++              /* READY is also used for irq through EIM */
++              cf->ready_pin = board->ready_pin;
++
++      debug(cf, 2, "pins: detect=%d reset=%d vcc=%d\n",
++            cf->detect_pin, cf->reset_pin, cf->vcc_pin);
++
++      cf->socket.pci_irq = irq;
++      cf->socket.ops = &at32_cf_ops;
++      cf->socket.resource_ops = &pccard_static_ops;
++      cf->socket.dev.parent = &pdev->dev;
++      cf->socket.owner = THIS_MODULE;
++      cf->socket.features =
++              SS_CAP_MEM_ALIGN | SS_CAP_STATIC_MAP | SS_CAP_PCCARD;
++      cf->socket.map_size = CF_RES_SIZE;
++
++      cf->res_attr.start = res_skt->start + CF_ATTR_OFFSET;
++      cf->res_attr.end = cf->res_attr.start + CF_RES_SIZE - 1;
++      cf->res_attr.name = "attribute";
++      cf->res_attr.flags = IORESOURCE_MEM;
++      ret = request_resource(res_skt, &cf->res_attr);
++      if (ret)
++              goto err_request_res_attr;
 +
-+      rtc = kzalloc(sizeof(struct rtc_at32ap700x), GFP_KERNEL);
-+      if (!rtc) {
-+              dev_dbg(&pdev->dev, "out of memory\n");
-+              return -ENOMEM;
-+      }
++      cf->res_mem.start = res_skt->start + CF_MEM_OFFSET;
++      cf->res_mem.end = cf->res_mem.start + CF_RES_SIZE - 1;
++      cf->res_mem.name = "memory";
++      cf->res_mem.flags = IORESOURCE_MEM;
++      ret = request_resource(res_skt, &cf->res_mem);
++      if (ret)
++              goto err_request_res_mem;
 +
-+      regs = platform_get_resource(pdev, IORESOURCE_MEM, 0);
-+      if (!regs) {
-+              dev_dbg(&pdev->dev, "no mmio resource defined\n");
-+              ret = -ENXIO;
-+              goto out;
-+      }
++      cf->res_io.start = res_skt->start + CF_IO_OFFSET;
++      cf->res_io.end = cf->res_io.start + CF_RES_SIZE - 1;
++      cf->res_io.name = "io";
++      cf->res_io.flags = IORESOURCE_MEM;
++      ret = request_resource(res_skt, &cf->res_io);
++      if (ret)
++              goto err_request_res_io;
 +
-+      irq = platform_get_irq(pdev, 0);
-+      if (irq < 0) {
-+              dev_dbg(&pdev->dev, "could not get irq\n");
-+              ret = -ENXIO;
-+              goto out;
++      cf->socket.io_offset = cf->res_io.start;
++
++      if (cf->detect_pin >= 0) {
++              ret = request_irq(gpio_to_irq(cf->detect_pin), at32_cf_irq,
++                                IRQF_SHARED, "cf_detect", cf);
++              if (ret) {
++                      debug(cf, 1,
++                            "failed to request cf_detect interrupt\n");
++                      goto err_detect_irq;
++              }
 +      }
 +
-+      ret = request_irq(irq, at32_rtc_interrupt, IRQF_SHARED, "rtc", rtc);
++      cf->present = at32_cf_present(cf);
++
++      /* Setup SMC timings */
++      smc_set_timing(&cf->smc, &at32_cf_timing);
++
++      cf->smc.bus_width = 2;
++      cf->smc.nrd_controlled = 1;
++      cf->smc.nwe_controlled = 1;
++      cf->smc.nwait_mode = 0;
++      cf->smc.byte_write = 0;
++      cf->smc.tdf_cycles = 8;
++      cf->smc.tdf_mode = 0;
++
++      ret = smc_set_configuration(cf->cf_cs, &cf->smc);
 +      if (ret) {
-+              dev_dbg(&pdev->dev, "could not request irq %d\n", irq);
-+              goto out;
++              debug(cf, 1, "failed to configure SMC\n", ret);
++              goto err_smc;
 +      }
 +
-+      rtc->irq = irq;
-+      rtc->regs = ioremap(regs->start, regs->end - regs->start + 1);
-+      if (!rtc->regs) {
-+              ret = -ENOMEM;
-+              dev_dbg(&pdev->dev, "could not map I/O memory\n");
-+              goto out_free_irq;
++      ret = pcmcia_register_socket(&cf->socket);
++      if (ret) {
++              debug(cf, 1, "failed to register socket: %d\n", ret);
++              goto err_register_socket;
 +      }
-+      spin_lock_init(&rtc->lock);
 +
-+      /*
-+       * Maybe init RTC: count from zero at 1 Hz, disable wrap irq.
-+       *
-+       * Do not reset VAL register, as it can hold an old time
-+       * from last JTAG reset.
-+       */
-+      if (!(rtc_readl(rtc, CTRL) & RTC_BIT(CTRL_EN))) {
-+              rtc_writel(rtc, CTRL, RTC_BIT(CTRL_PCLR));
-+              rtc_writel(rtc, IDR, RTC_BIT(IDR_TOPI));
-+              rtc_writel(rtc, CTRL, RTC_BF(CTRL_PSEL, 0xe)
-+                              | RTC_BIT(CTRL_EN));
-+      }
-+
-+      rtc->rtc = rtc_device_register(pdev->name, &pdev->dev,
-+                              &at32_rtc_ops, THIS_MODULE);
-+      if (IS_ERR(rtc->rtc)) {
-+              dev_dbg(&pdev->dev, "could not register rtc device\n");
-+              ret = PTR_ERR(rtc->rtc);
-+              goto out_iounmap;
-+      }
++      if (cf->reset_pin >= 0)
++              gpio_direction_output(cf->reset_pin, 0);
 +
-+      platform_set_drvdata(pdev, rtc);
++      platform_set_drvdata(pdev, cf);
 +
-+      dev_info(&pdev->dev, "Atmel RTC for AT32AP700x at %08lx irq %ld\n",
-+                      (unsigned long)rtc->regs, rtc->irq);
++      dev_info(&pdev->dev, "Atmel SMC CF interface at 0x%08lx\n",
++               (unsigned long)res_skt->start);
 +
 +      return 0;
 +
-+out_iounmap:
-+      iounmap(rtc->regs);
-+out_free_irq:
-+      free_irq(irq, rtc);
-+out:
-+      kfree(rtc);
++err_register_socket:
++err_smc:
++      if (cf->detect_pin >= 0)
++              free_irq(gpio_to_irq(cf->detect_pin), cf);
++err_detect_irq:
++      release_resource(&cf->res_io);
++err_request_res_io:
++      release_resource(&cf->res_mem);
++err_request_res_mem:
++      release_resource(&cf->res_attr);
++err_request_res_attr:
++      if (cf->vcc_pin >= 0)
++              gpio_free(cf->vcc_pin);
++      if (cf->reset_pin >= 0)
++              gpio_free(cf->reset_pin);
++      if (cf->detect_pin >= 0)
++              gpio_free(cf->detect_pin);
++      kfree(cf);
++
 +      return ret;
 +}
 +
-+static int __exit at32_rtc_remove(struct platform_device *pdev)
++static int __exit at32_cf_remove(struct platform_device *pdev)
 +{
-+      struct rtc_at32ap700x *rtc = platform_get_drvdata(pdev);
++      struct at32_cf_socket *cf = platform_get_drvdata(pdev);
 +
-+      free_irq(rtc->irq, rtc);
-+      iounmap(rtc->regs);
-+      rtc_device_unregister(rtc->rtc);
-+      kfree(rtc);
++      pcmcia_unregister_socket(&cf->socket);
++      if (cf->detect_pin >= 0) {
++              free_irq(gpio_to_irq(cf->detect_pin), cf);
++              gpio_free(cf->detect_pin);
++      }
++      if (cf->vcc_pin >= 0)
++              gpio_free(cf->vcc_pin);
++      if (cf->reset_pin >= 0)
++              gpio_free(cf->reset_pin);
++
++      release_resource(&cf->res_io);
++      release_resource(&cf->res_mem);
++      release_resource(&cf->res_attr);
++      kfree(cf);
 +      platform_set_drvdata(pdev, NULL);
 +
 +      return 0;
 +}
 +
-+static struct platform_driver at32_rtc_driver = {
-+      .remove         = __exit_p(at32_rtc_remove),
++static struct platform_driver at32_cf_driver = {
++      .remove         = __exit_p(at32_cf_remove),
 +      .driver         = {
-+              .name   = "rtc-at32ap700x",
++              .name   = "at32_cf",
 +              .owner  = THIS_MODULE,
 +      },
 +};
 +
-+static int __init at32_rtc_init(void)
++static int __init at32_cf_init(void)
 +{
-+      return platform_driver_probe(&at32_rtc_driver, at32_rtc_probe);
++      int ret;
++
++      ret = platform_driver_probe(&at32_cf_driver, at32_cf_probe);
++      if (ret)
++              printk(KERN_ERR "at32_cf: probe failed: %d\n", ret);
++      return ret;
 +}
-+module_init(at32_rtc_init);
 +
-+static void __exit at32_rtc_exit(void)
++static void __exit at32_cf_exit(void)
 +{
-+      platform_driver_unregister(&at32_rtc_driver);
++      platform_driver_unregister(&at32_cf_driver);
 +}
-+module_exit(at32_rtc_exit);
 +
-+MODULE_AUTHOR("Hans-Christian Egtvedt <hcegtvedt@atmel.com>");
-+MODULE_DESCRIPTION("Real time clock for AVR32 AT32AP700x");
++module_init(at32_cf_init);
++module_exit(at32_cf_exit);
++
 +MODULE_LICENSE("GPL");
-diff -x .git -Nur linux-2.6.22.1/drivers/serial/atmel_serial.c linux-avr32.git/drivers/serial/atmel_serial.c
---- linux-2.6.22.1/drivers/serial/atmel_serial.c       2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/drivers/serial/atmel_serial.c      2007-06-06 11:33:59.000000000 +0200
-@@ -114,6 +114,7 @@
-       struct uart_port        uart;           /* uart */
++MODULE_DESCRIPTION("Driver for SMC PCMCIA interface");
++MODULE_AUTHOR("Hans-Christian Egtvedt <hcegtvedt@atmel.com>");
+diff -urN linux-2.6.24.3/drivers/pcmcia/Kconfig avr32-2.6/drivers/pcmcia/Kconfig
+--- linux-2.6.24.3/drivers/pcmcia/Kconfig      2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/drivers/pcmcia/Kconfig   2008-04-23 19:33:42.000000000 +0200
+@@ -276,6 +276,13 @@
+         Say Y here to support the CompactFlash controller on the
+         PA Semi Electra eval board.
++config AT32_CF
++      tristate "AT32AP CompactFlash Controller"
++      depends on PCMCIA && AVR32 && PLATFORM_AT32AP
++      help
++        Say Y here to support the CompactFlash controller on AT32 chips.
++        Or choose M to compile the driver as a module named "at32_cf".
++
+ config PCCARD_NONSTATIC
+       tristate
+diff -urN linux-2.6.24.3/drivers/pcmcia/Makefile avr32-2.6/drivers/pcmcia/Makefile
+--- linux-2.6.24.3/drivers/pcmcia/Makefile     2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/drivers/pcmcia/Makefile  2008-04-23 19:33:42.000000000 +0200
+@@ -38,6 +38,7 @@
+ obj-$(CONFIG_OMAP_CF)                         += omap_cf.o
+ obj-$(CONFIG_AT91_CF)                         += at91_cf.o
+ obj-$(CONFIG_ELECTRA_CF)                      += electra_cf.o
++obj-$(CONFIG_AT32_CF)                         += at32_cf.o
+ sa11xx_core-y                                 += soc_common.o sa11xx_base.o
+ pxa2xx_core-y                                 += soc_common.o pxa2xx_base.o
+diff -urN linux-2.6.24.3/drivers/serial/atmel_serial.c avr32-2.6/drivers/serial/atmel_serial.c
+--- linux-2.6.24.3/drivers/serial/atmel_serial.c       2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/drivers/serial/atmel_serial.c    2008-04-23 20:12:44.000000000 +0200
+@@ -7,6 +7,8 @@
+  *  Based on drivers/char/serial_sa1100.c, by Deep Blue Solutions Ltd.
+  *  Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o.
+  *
++ *  DMA support added by Chip Coldwell.
++ *
+  * This program is free software; you can redistribute it and/or modify
+  * it under the terms of the GNU General Public License as published by
+  * the Free Software Foundation; either version 2 of the License, or
+@@ -33,7 +35,9 @@
+ #include <linux/sysrq.h>
+ #include <linux/tty_flip.h>
+ #include <linux/platform_device.h>
++#include <linux/dma-mapping.h>
+ #include <linux/atmel_pdc.h>
++#include <linux/atmel_serial.h>
+ #include <asm/io.h>
+@@ -45,7 +49,9 @@
+ #include <asm/arch/gpio.h>
+ #endif
+-#include "atmel_serial.h"
++#define PDC_BUFFER_SIZE               512
++/* Revisit: We should calculate this based on the actual port settings */
++#define PDC_RX_TIMEOUT                (3 * 10)                /* 3 bytes */
+ #if defined(CONFIG_SERIAL_ATMEL_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ)
+ #define SUPPORT_SYSRQ
+@@ -74,6 +80,7 @@
+ #define ATMEL_ISR_PASS_LIMIT  256
++/* UART registers. CR is write-only, hence no GET macro */
+ #define UART_PUT_CR(port,v)   __raw_writel(v, (port)->membase + ATMEL_US_CR)
+ #define UART_GET_MR(port)     __raw_readl((port)->membase + ATMEL_US_MR)
+ #define UART_PUT_MR(port,v)   __raw_writel(v, (port)->membase + ATMEL_US_MR)
+@@ -87,8 +94,6 @@
+ #define UART_PUT_BRGR(port,v) __raw_writel(v, (port)->membase + ATMEL_US_BRGR)
+ #define UART_PUT_RTOR(port,v) __raw_writel(v, (port)->membase + ATMEL_US_RTOR)
+-// #define UART_GET_CR(port)  __raw_readl((port)->membase + ATMEL_US_CR)              // is write-only
+-
+  /* PDC registers */
+ #define UART_PUT_PTCR(port,v) __raw_writel(v, (port)->membase + ATMEL_PDC_PTCR)
+ #define UART_GET_PTSR(port)   __raw_readl((port)->membase + ATMEL_PDC_PTSR)
+@@ -101,12 +106,24 @@
+ #define UART_PUT_TPR(port,v)  __raw_writel(v, (port)->membase + ATMEL_PDC_TPR)
+ #define UART_PUT_TCR(port,v)  __raw_writel(v, (port)->membase + ATMEL_PDC_TCR)
+-//#define UART_PUT_TNPR(port,v)       __raw_writel(v, (port)->membase + ATMEL_PDC_TNPR)
+-//#define UART_PUT_TNCR(port,v)       __raw_writel(v, (port)->membase + ATMEL_PDC_TNCR)
+ static int (*atmel_open_hook)(struct uart_port *);
+ static void (*atmel_close_hook)(struct uart_port *);
++struct atmel_dma_buffer {
++      unsigned char   *buf;
++      dma_addr_t      dma_addr;
++      unsigned int    dma_size;
++      unsigned int    ofs;
++};
++
++struct atmel_uart_char {
++      u16             status;
++      u16             ch;
++};
++
++#define ATMEL_SERIAL_RINGSIZE 1024
++
+ /*
+  * We wrap our port structure around the generic uart_port.
+  */
+@@ -115,6 +132,19 @@
        struct clk              *clk;           /* uart clock */
        unsigned short          suspended;      /* is port suspended? */
-+      int                     break_active;   /* break being received */
+       int                     break_active;   /* break being received */
++
++      short                   use_dma_rx;     /* enable PDC receiver */
++      short                   pdc_rx_idx;     /* current PDC RX buffer */
++      struct atmel_dma_buffer pdc_rx[2];      /* PDC receier */
++
++      short                   use_dma_tx;     /* enable PDC transmitter */
++      struct atmel_dma_buffer pdc_tx;         /* PDC transmitter */
++
++      struct tasklet_struct   tasklet;
++      unsigned int            irq_status;
++      unsigned int            irq_status_prev;
++
++      struct circ_buf         rx_ring;
  };
  
  static struct atmel_uart_port atmel_ports[ATMEL_MAX_UART];
-@@ -252,6 +253,7 @@
+@@ -123,6 +153,38 @@
+ static struct console atmel_console;
+ #endif
++static inline struct atmel_uart_port *
++to_atmel_uart_port(struct uart_port *uart)
++{
++      return container_of(uart, struct atmel_uart_port, uart);
++}
++
++#ifdef CONFIG_SERIAL_ATMEL_PDC
++static bool atmel_use_dma_rx(struct uart_port *port)
++{
++      struct atmel_uart_port *atmel_port = to_atmel_uart_port(port);
++
++      return atmel_port->use_dma_rx;
++}
++
++static bool atmel_use_dma_tx(struct uart_port *port)
++{
++      struct atmel_uart_port *atmel_port = to_atmel_uart_port(port);
++
++      return atmel_port->use_dma_tx;
++}
++#else
++static bool atmel_use_dma_rx(struct uart_port *port)
++{
++      return false;
++}
++
++static bool atmel_use_dma_tx(struct uart_port *port)
++{
++      return false;
++}
++#endif
++
+ /*
+  * Return TIOCSER_TEMT when transmitter FIFO and Shift register is empty.
   */
- static void atmel_rx_chars(struct uart_port *port)
+@@ -142,8 +204,8 @@
+ #ifdef CONFIG_ARCH_AT91RM9200
+       if (cpu_is_at91rm9200()) {
+               /*
+-               * AT91RM9200 Errata #39: RTS0 is not internally connected to PA21.
+-               *  We need to drive the pin manually.
++               * AT91RM9200 Errata #39: RTS0 is not internally connected
++               * to PA21. We need to drive the pin manually.
+                */
+               if (port->mapbase == AT91RM9200_BASE_US0) {
+                       if (mctrl & TIOCM_RTS)
+@@ -204,7 +266,12 @@
+  */
+ static void atmel_stop_tx(struct uart_port *port)
  {
-+      struct atmel_uart_port *atmel_port = (struct atmel_uart_port *) port;
-       struct tty_struct *tty = port->info->tty;
-       unsigned int status, ch, flg;
+-      UART_PUT_IDR(port, ATMEL_US_TXRDY);
++      if (atmel_use_dma_tx(port)) {
++              /* disable PDC transmit */
++              UART_PUT_PTCR(port, ATMEL_PDC_TXTDIS);
++              UART_PUT_IDR(port, ATMEL_US_ENDTX | ATMEL_US_TXBUFE);
++      } else
++              UART_PUT_IDR(port, ATMEL_US_TXRDY);
+ }
  
-@@ -267,13 +269,29 @@
-                * note that the error handling code is
-                * out of the main execution path
-                */
--              if (unlikely(status & (ATMEL_US_PARE | ATMEL_US_FRAME | ATMEL_US_OVRE | ATMEL_US_RXBRK))) {
-+              if (unlikely(status & (ATMEL_US_PARE | ATMEL_US_FRAME
-+                                     | ATMEL_US_OVRE | ATMEL_US_RXBRK)
-+                           || atmel_port->break_active)) {
-                       UART_PUT_CR(port, ATMEL_US_RSTSTA);     /* clear error */
--                      if (status & ATMEL_US_RXBRK) {
-+                      if (status & ATMEL_US_RXBRK
-+                          && !atmel_port->break_active) {
-                               status &= ~(ATMEL_US_PARE | ATMEL_US_FRAME);    /* ignore side-effect */
-                               port->icount.brk++;
-+                              atmel_port->break_active = 1;
-+                              UART_PUT_IER(port, ATMEL_US_RXBRK);
-                               if (uart_handle_break(port))
-                                       goto ignore_char;
-+                      } else {
-+                              /*
-+                               * This is either the end-of-break
-+                               * condition or we've received at
-+                               * least one character without RXBRK
-+                               * being set. In both cases, the next
-+                               * RXBRK will indicate start-of-break.
-+                               */
-+                              UART_PUT_IDR(port, ATMEL_US_RXBRK);
-+                              status &= ~ATMEL_US_RXBRK;
-+                              atmel_port->break_active = 0;
-                       }
-                       if (status & ATMEL_US_PARE)
-                               port->icount.parity++;
-@@ -352,6 +370,16 @@
-               /* Interrupt receive */
-               if (pending & ATMEL_US_RXRDY)
-                       atmel_rx_chars(port);
-+              else if (pending & ATMEL_US_RXBRK) {
-+                      /*
-+                       * End of break detected. If it came along
-+                       * with a character, atmel_rx_chars will
-+                       * handle it.
-+                       */
-+                      UART_PUT_CR(port, ATMEL_US_RSTSTA);
-+                      UART_PUT_IDR(port, ATMEL_US_RXBRK);
-+                      atmel_port->break_active = 0;
-+              }
+ /*
+@@ -212,7 +279,17 @@
+  */
+ static void atmel_start_tx(struct uart_port *port)
+ {
+-      UART_PUT_IER(port, ATMEL_US_TXRDY);
++      if (atmel_use_dma_tx(port)) {
++              if (UART_GET_PTSR(port) & ATMEL_PDC_TXTEN)
++                      /* The transmitter is already running.  Yes, we
++                         really need this.*/
++                      return;
++
++              UART_PUT_IER(port, ATMEL_US_ENDTX | ATMEL_US_TXBUFE);
++              /* re-enable PDC transmit */
++              UART_PUT_PTCR(port, ATMEL_PDC_TXTEN);
++      } else
++              UART_PUT_IER(port, ATMEL_US_TXRDY);
+ }
  
-               // TODO: All reads to CSR will clear these interrupts!
-               if (pending & ATMEL_US_RIIC) port->icount.rng++;
-diff -x .git -Nur linux-2.6.22.1/drivers/spi/atmel_spi.c linux-avr32.git/drivers/spi/atmel_spi.c
---- linux-2.6.22.1/drivers/spi/atmel_spi.c     2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/drivers/spi/atmel_spi.c    2007-06-06 11:33:59.000000000 +0200
-@@ -412,8 +412,8 @@
-               csr |= SPI_BIT(NCPHA);
+ /*
+@@ -220,7 +297,12 @@
+  */
+ static void atmel_stop_rx(struct uart_port *port)
+ {
+-      UART_PUT_IDR(port, ATMEL_US_RXRDY);
++      if (atmel_use_dma_rx(port)) {
++              /* disable PDC receive */
++              UART_PUT_PTCR(port, ATMEL_PDC_RXTDIS);
++              UART_PUT_IDR(port, ATMEL_US_ENDRX | ATMEL_US_TIMEOUT);
++      } else
++              UART_PUT_IDR(port, ATMEL_US_RXRDY);
+ }
  
-       /* TODO: DLYBS and DLYBCT */
--      csr |= SPI_BF(DLYBS, 10);
--      csr |= SPI_BF(DLYBCT, 10);
-+      csr |= SPI_BF(DLYBS, 0);
-+      csr |= SPI_BF(DLYBCT, 0);
+ /*
+@@ -228,7 +310,8 @@
+  */
+ static void atmel_enable_ms(struct uart_port *port)
+ {
+-      UART_PUT_IER(port, ATMEL_US_RIIC | ATMEL_US_DSRIC | ATMEL_US_DCDIC | ATMEL_US_CTSIC);
++      UART_PUT_IER(port, ATMEL_US_RIIC | ATMEL_US_DSRIC
++                      | ATMEL_US_DCDIC | ATMEL_US_CTSIC);
+ }
  
-       /* chipselect must have been muxed as GPIO (e.g. in board setup) */
-       npcs_pin = (unsigned int)spi->controller_data;
-diff -x .git -Nur linux-2.6.22.1/drivers/usb/gadget/atmel_usba_udc.c linux-avr32.git/drivers/usb/gadget/atmel_usba_udc.c
---- linux-2.6.22.1/drivers/usb/gadget/atmel_usba_udc.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux-avr32.git/drivers/usb/gadget/atmel_usba_udc.c        2007-07-12 14:00:19.000000000 +0200
-@@ -0,0 +1,2072 @@
-+/*
-+ * Driver for the Atmel USBA high speed USB device controller
-+ *
-+ * Copyright (C) 2005-2007 Atmel Corporation
-+ *
-+ * This program is free software; you can redistribute it and/or modify
-+ * it under the terms of the GNU General Public License version 2 as
-+ * published by the Free Software Foundation.
+ /*
+@@ -243,22 +326,63 @@
+ }
+ /*
++ * Stores the incoming character in the ring buffer
 + */
-+/* #define DEBUG */
++static void
++atmel_buffer_rx_char(struct uart_port *port, unsigned int status,
++                   unsigned int ch)
++{
++      struct atmel_uart_port *atmel_port = to_atmel_uart_port(port);
++      struct circ_buf *ring = &atmel_port->rx_ring;
++      struct atmel_uart_char *c;
 +
-+#include <linux/clk.h>
-+#include <linux/module.h>
-+#include <linux/init.h>
-+#include <linux/interrupt.h>
-+#include <linux/io.h>
-+#include <linux/device.h>
-+#include <linux/dma-mapping.h>
-+#include <linux/list.h>
-+#include <linux/platform_device.h>
-+#include <linux/usb/ch9.h>
-+#include <linux/usb_gadget.h>
-+#include <linux/delay.h>
++      if (!CIRC_SPACE(ring->head, ring->tail, ATMEL_SERIAL_RINGSIZE))
++              /* Buffer overflow, ignore char */
++              return;
 +
-+#include <asm/gpio.h>
-+#include <asm/arch/board.h>
++      c = &((struct atmel_uart_char *)ring->buf)[ring->head];
++      c->status       = status;
++      c->ch           = ch;
 +
-+#include "atmel_usba_udc.h"
++      /* Make sure the character is stored before we update head. */
++      smp_wmb();
++
++      ring->head = (ring->head + 1) & (ATMEL_SERIAL_RINGSIZE - 1);
++}
 +
-+#define DMA_ADDR_INVALID (~(dma_addr_t)0)
++/*
++ * Deal with parity, framing and overrun errors.
++ */
++static void atmel_pdc_rxerr(struct uart_port *port, unsigned int status)
++{
++      /* clear error */
++      UART_PUT_CR(port, ATMEL_US_RSTSTA);
 +
-+#define FIFO_IOMEM_ID 0
-+#define CTRL_IOMEM_ID 1
++      if (status & ATMEL_US_RXBRK) {
++              /* ignore side-effect */
++              status &= ~(ATMEL_US_PARE | ATMEL_US_FRAME);
++              port->icount.brk++;
++      }
++      if (status & ATMEL_US_PARE)
++              port->icount.parity++;
++      if (status & ATMEL_US_FRAME)
++              port->icount.frame++;
++      if (status & ATMEL_US_OVRE)
++              port->icount.overrun++;
++}
 +
-+#ifdef DEBUG
-+#define DBG_ERR               0x0001  /* report all error returns */
-+#define DBG_HW                0x0002  /* debug hardware initialization */
-+#define DBG_GADGET    0x0004  /* calls to/from gadget driver */
-+#define DBG_INT               0x0008  /* interrupts */
-+#define DBG_BUS               0x0010  /* report changes in bus state */
-+#define DBG_QUEUE     0x0020  /* debug request queue processing */
-+#define DBG_FIFO      0x0040  /* debug FIFO contents */
-+#define DBG_DMA               0x0080  /* debug DMA handling */
-+#define DBG_REQ               0x0100  /* print out queued request length */
-+#define DBG_ALL               0xffff
-+#define DBG_NONE      0x0000
-+
-+#define DEBUG_LEVEL   (DBG_ERR)
-+#define DBG(level, fmt, ...)                                  \
-+      do {                                                    \
-+              if ((level) & DEBUG_LEVEL)                      \
-+                      printk(KERN_DEBUG "udc: " fmt, ## __VA_ARGS__); \
-+      } while (0)
-+#else
-+#define DBG(level, fmt...)
-+#endif
++/*
+  * Characters received (called from interrupt handler)
+  */
+ static void atmel_rx_chars(struct uart_port *port)
+ {
+-      struct atmel_uart_port *atmel_port = (struct atmel_uart_port *) port;
+-      struct tty_struct *tty = port->info->tty;
+-      unsigned int status, ch, flg;
++      struct atmel_uart_port *atmel_port = to_atmel_uart_port(port);
++      unsigned int status, ch;
+       status = UART_GET_CSR(port);
+       while (status & ATMEL_US_RXRDY) {
+               ch = UART_GET_CHAR(port);
+-              port->icount.rx++;
+-
+-              flg = TTY_NORMAL;
+-
+               /*
+                * note that the error handling code is
+                * out of the main execution path
+@@ -266,15 +390,14 @@
+               if (unlikely(status & (ATMEL_US_PARE | ATMEL_US_FRAME
+                                      | ATMEL_US_OVRE | ATMEL_US_RXBRK)
+                            || atmel_port->break_active)) {
+-                      UART_PUT_CR(port, ATMEL_US_RSTSTA);     /* clear error */
 +
-+static struct usba_udc the_udc;
++                      /* clear error */
++                      UART_PUT_CR(port, ATMEL_US_RSTSTA);
 +
-+#ifdef CONFIG_DEBUG_FS
-+#include <linux/debugfs.h>
-+#include <linux/uaccess.h>
+                       if (status & ATMEL_US_RXBRK
+                           && !atmel_port->break_active) {
+-                              status &= ~(ATMEL_US_PARE | ATMEL_US_FRAME);    /* ignore side-effect */
+-                              port->icount.brk++;
+                               atmel_port->break_active = 1;
+                               UART_PUT_IER(port, ATMEL_US_RXBRK);
+-                              if (uart_handle_break(port))
+-                                      goto ignore_char;
+                       } else {
+                               /*
+                                * This is either the end-of-break
+@@ -287,52 +410,30 @@
+                               status &= ~ATMEL_US_RXBRK;
+                               atmel_port->break_active = 0;
+                       }
+-                      if (status & ATMEL_US_PARE)
+-                              port->icount.parity++;
+-                      if (status & ATMEL_US_FRAME)
+-                              port->icount.frame++;
+-                      if (status & ATMEL_US_OVRE)
+-                              port->icount.overrun++;
+-
+-                      status &= port->read_status_mask;
+-
+-                      if (status & ATMEL_US_RXBRK)
+-                              flg = TTY_BREAK;
+-                      else if (status & ATMEL_US_PARE)
+-                              flg = TTY_PARITY;
+-                      else if (status & ATMEL_US_FRAME)
+-                              flg = TTY_FRAME;
+               }
+-              if (uart_handle_sysrq_char(port, ch))
+-                      goto ignore_char;
+-
+-              uart_insert_char(port, status, ATMEL_US_OVRE, ch, flg);
+-
+-      ignore_char:
++              atmel_buffer_rx_char(port, status, ch);
+               status = UART_GET_CSR(port);
+       }
+-      tty_flip_buffer_push(tty);
++      tasklet_schedule(&atmel_port->tasklet);
+ }
+ /*
+- * Transmit characters (called from interrupt handler)
++ * Transmit characters (called from tasklet with TXRDY interrupt
++ * disabled)
+  */
+ static void atmel_tx_chars(struct uart_port *port)
+ {
+       struct circ_buf *xmit = &port->info->xmit;
+-      if (port->x_char) {
++      if (port->x_char && UART_GET_CSR(port) & ATMEL_US_TXRDY) {
+               UART_PUT_CHAR(port, port->x_char);
+               port->icount.tx++;
+               port->x_char = 0;
+-              return;
+       }
+-      if (uart_circ_empty(xmit) || uart_tx_stopped(port)) {
+-              atmel_stop_tx(port);
++      if (uart_circ_empty(xmit) || uart_tx_stopped(port))
+               return;
+-      }
+       while (UART_GET_CSR(port) & ATMEL_US_TXRDY) {
+               UART_PUT_CHAR(port, xmit->buf[xmit->tail]);
+@@ -345,8 +446,88 @@
+       if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
+               uart_write_wakeup(port);
+-      if (uart_circ_empty(xmit))
+-              atmel_stop_tx(port);
++      if (!uart_circ_empty(xmit))
++              UART_PUT_IER(port, ATMEL_US_TXRDY);
++}
 +
-+static int queue_dbg_open(struct inode *inode, struct file *file)
++/*
++ * receive interrupt handler.
++ */
++static void
++atmel_handle_receive(struct uart_port *port, unsigned int pending)
 +{
-+      struct usba_ep *ep = inode->i_private;
-+      struct usba_request *req, *req_copy;
-+      struct list_head *queue_data;
++      struct atmel_uart_port *atmel_port = to_atmel_uart_port(port);
 +
-+      queue_data = kmalloc(sizeof(*queue_data), GFP_KERNEL);
-+      if (!queue_data)
-+              return -ENOMEM;
-+      INIT_LIST_HEAD(queue_data);
++      if (atmel_use_dma_rx(port)) {
++              /*
++               * PDC receive. Just schedule the tasklet and let it
++               * figure out the details.
++               *
++               * TODO: We're not handling error flags correctly at
++               * the moment.
++               */
++              if (pending & (ATMEL_US_ENDRX | ATMEL_US_TIMEOUT)) {
++                      UART_PUT_IDR(port, (ATMEL_US_ENDRX
++                                              | ATMEL_US_TIMEOUT));
++                      tasklet_schedule(&atmel_port->tasklet);
++              }
 +
-+      spin_lock_irq(&ep->udc->lock);
-+      list_for_each_entry(req, &ep->queue, queue) {
-+              req_copy = kmalloc(sizeof(*req_copy), GFP_ATOMIC);
-+              if (!req_copy)
-+                      goto fail;
-+              memcpy(req_copy, req, sizeof(*req_copy));
-+              list_add_tail(&req_copy->queue, queue_data);
++              if (pending & (ATMEL_US_RXBRK | ATMEL_US_OVRE |
++                              ATMEL_US_FRAME | ATMEL_US_PARE))
++                      atmel_pdc_rxerr(port, pending);
 +      }
-+      spin_unlock_irq(&ep->udc->lock);
-+
-+      file->private_data = queue_data;
-+      return 0;
 +
-+fail:
-+      spin_unlock_irq(&ep->udc->lock);
-+      list_for_each_entry_safe(req, req_copy, queue_data, queue) {
-+              list_del(&req->queue);
-+              kfree(req);
++      /* Interrupt receive */
++      if (pending & ATMEL_US_RXRDY)
++              atmel_rx_chars(port);
++      else if (pending & ATMEL_US_RXBRK) {
++              /*
++               * End of break detected. If it came along with a
++               * character, atmel_rx_chars will handle it.
++               */
++              UART_PUT_CR(port, ATMEL_US_RSTSTA);
++              UART_PUT_IDR(port, ATMEL_US_RXBRK);
++              atmel_port->break_active = 0;
 +      }
-+      kfree(queue_data);
-+      return -ENOMEM;
 +}
 +
 +/*
-+ * bbbbbbbb llllllll IZS sssss nnnn FDL\n\0
-+ *
-+ * b: buffer address
-+ * l: buffer length
-+ * I/i: interrupt/no interrupt
-+ * Z/z: zero/no zero
-+ * S/s: short ok/short not ok
-+ * s: status
-+ * n: nr_packets
-+ * F/f: submitted/not submitted to FIFO
-+ * D/d: using/not using DMA
-+ * L/l: last transaction/not last transaction
++ * transmit interrupt handler. (Transmit is IRQF_NODELAY safe)
 + */
-+static ssize_t queue_dbg_read(struct file *file, char __user *buf,
-+                            size_t nbytes, loff_t *ppos)
++static void
++atmel_handle_transmit(struct uart_port *port, unsigned int pending)
 +{
-+      struct list_head *queue = file->private_data;
-+      struct usba_request *req, *tmp_req;
-+      size_t len, remaining, actual = 0;
-+      char tmpbuf[38];
-+
-+      if (!access_ok(VERIFY_WRITE, buf, nbytes))
-+              return -EFAULT;
++      struct atmel_uart_port *atmel_port = to_atmel_uart_port(port);
 +
-+      mutex_lock(&file->f_dentry->d_inode->i_mutex);
-+      list_for_each_entry_safe(req, tmp_req, queue, queue) {
-+              len = snprintf(tmpbuf, sizeof(tmpbuf),
-+                             "%8p %08x %c%c%c %5d %c%c%c\n",
-+                             req->req.buf, req->req.length,
-+                             req->req.no_interrupt ? 'i' : 'I',
-+                             req->req.zero ? 'Z' : 'z',
-+                             req->req.short_not_ok ? 's' : 'S',
-+                             req->req.status,
-+                             req->submitted ? 'F' : 'f',
-+                             req->using_dma ? 'D' : 'd',
-+                             req->last_transaction ? 'L' : 'l');
-+              len = min(len, sizeof(tmpbuf));
-+              if (len > nbytes)
-+                      break;
++      if (atmel_use_dma_tx(port)) {
++              /* PDC transmit */
++              if (pending & (ATMEL_US_ENDTX | ATMEL_US_TXBUFE)) {
++                      UART_PUT_IDR(port, ATMEL_US_ENDTX | ATMEL_US_TXBUFE);
++                      tasklet_schedule(&atmel_port->tasklet);
++              }
++      } else {
++              /* Interrupt transmit */
++              if (pending & ATMEL_US_TXRDY) {
++                      UART_PUT_IDR(port, ATMEL_US_TXRDY);
++                      tasklet_schedule(&atmel_port->tasklet);
++              }
++      }
++}
 +
-+              list_del(&req->queue);
-+              kfree(req);
++/*
++ * status flags interrupt handler.
++ */
++static void
++atmel_handle_status(struct uart_port *port, unsigned int pending,
++                  unsigned int status)
++{
++      struct atmel_uart_port *atmel_port = to_atmel_uart_port(port);
 +
-+              remaining = __copy_to_user(buf, tmpbuf, len);
-+              actual += len - remaining;
-+              if (remaining)
++      if (pending & (ATMEL_US_RIIC | ATMEL_US_DSRIC | ATMEL_US_DCDIC
++                              | ATMEL_US_CTSIC)) {
++              atmel_port->irq_status = status;
++              tasklet_schedule(&atmel_port->tasklet);
++      }
+ }
+ /*
+@@ -355,47 +536,255 @@
+ static irqreturn_t atmel_interrupt(int irq, void *dev_id)
+ {
+       struct uart_port *port = dev_id;
+-      struct atmel_uart_port *atmel_port = (struct atmel_uart_port *) port;
+       unsigned int status, pending, pass_counter = 0;
+-      status = UART_GET_CSR(port);
+-      pending = status & UART_GET_IMR(port);
+-      while (pending) {
+-              /* Interrupt receive */
+-              if (pending & ATMEL_US_RXRDY)
+-                      atmel_rx_chars(port);
+-              else if (pending & ATMEL_US_RXBRK) {
++      do {
++              status = UART_GET_CSR(port);
++              pending = status & UART_GET_IMR(port);
++              if (!pending)
 +                      break;
 +
-+              nbytes -= len;
-+              buf += len;
-+      }
-+      mutex_unlock(&file->f_dentry->d_inode->i_mutex);
++              atmel_handle_receive(port, pending);
++              atmel_handle_status(port, pending, status);
++              atmel_handle_transmit(port, pending);
++      } while (pass_counter++ < ATMEL_ISR_PASS_LIMIT);
 +
-+      return actual;
++      return IRQ_HANDLED;
 +}
 +
-+static int queue_dbg_release(struct inode *inode, struct file *file)
++/*
++ * Called from tasklet with ENDTX and TXBUFE interrupts disabled.
++ */
++static void atmel_tx_dma(struct uart_port *port)
 +{
-+      struct list_head *queue_data = file->private_data;
-+      struct usba_request *req, *tmp_req;
++      struct atmel_uart_port *atmel_port = to_atmel_uart_port(port);
++      struct circ_buf *xmit = &port->info->xmit;
++      struct atmel_dma_buffer *pdc = &atmel_port->pdc_tx;
++      int count;
++
++      xmit->tail += pdc->ofs;
++      xmit->tail &= UART_XMIT_SIZE - 1;
++
++      port->icount.tx += pdc->ofs;
++      pdc->ofs = 0;
++
++      if (!uart_circ_empty(xmit)) {
++              /* more to transmit - setup next transfer */
++
++              /* disable PDC transmit */
++              UART_PUT_PTCR(port, ATMEL_PDC_TXTDIS);
++              dma_sync_single_for_device(port->dev,
++                                         pdc->dma_addr,
++                                         pdc->dma_size,
++                                         DMA_TO_DEVICE);
++
++              count = CIRC_CNT_TO_END(xmit->head, xmit->tail, UART_XMIT_SIZE);
++              pdc->ofs = count;
++
++              UART_PUT_TPR(port, pdc->dma_addr + xmit->tail);
++              UART_PUT_TCR(port, count);
++              /* re-enable PDC transmit and interrupts */
++              UART_PUT_PTCR(port, ATMEL_PDC_TXTEN);
++              UART_PUT_IER(port, ATMEL_US_ENDTX | ATMEL_US_TXBUFE);
++      } else {
++              /* nothing left to transmit - disable the transmitter */
 +
-+      list_for_each_entry_safe(req, tmp_req, queue_data, queue) {
-+              list_del(&req->queue);
-+              kfree(req);
++              /* disable PDC transmit */
++              UART_PUT_PTCR(port, ATMEL_PDC_TXTDIS);
 +      }
-+      kfree(queue_data);
-+      return 0;
++
++      if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
++              uart_write_wakeup(port);
 +}
 +
-+static int regs_dbg_open(struct inode *inode, struct file *file)
++static void atmel_rx_from_ring(struct uart_port *port)
 +{
-+      struct usba_udc *udc;
-+      unsigned int i;
-+      u32 *data;
-+      int ret = -ENOMEM;
++      struct atmel_uart_port *atmel_port = to_atmel_uart_port(port);
++      struct circ_buf *ring = &atmel_port->rx_ring;
++      unsigned int flg;
++      unsigned int status;
 +
-+      mutex_lock(&inode->i_mutex);
-+      udc = inode->i_private;
-+      data = kmalloc(inode->i_size, GFP_KERNEL);
-+      if (!data)
-+              goto out;
++      while (ring->head != ring->tail) {
++              struct atmel_uart_char c;
 +
-+      spin_lock_irq(&udc->lock);
-+      for (i = 0; i < inode->i_size / 4; i++)
-+              data[i] = __raw_readl(udc->regs + i * 4);
-+      spin_unlock_irq(&udc->lock);
++              /* Make sure c is loaded after head. */
++              smp_rmb();
 +
-+      file->private_data = data;
-+      ret = 0;
++              c = ((struct atmel_uart_char *)ring->buf)[ring->tail];
 +
-+out:
-+      mutex_unlock(&inode->i_mutex);
++              ring->tail = (ring->tail + 1) & (ATMEL_SERIAL_RINGSIZE - 1);
 +
-+      return ret;
-+}
++              port->icount.rx++;
++              status = c.status;
++              flg = TTY_NORMAL;
 +
-+static ssize_t regs_dbg_read(struct file *file, char __user *buf,
-+                           size_t nbytes, loff_t *ppos)
-+{
-+      struct inode *inode = file->f_dentry->d_inode;
-+      int ret;
++              /*
++               * note that the error handling code is
++               * out of the main execution path
++               */
++              if (unlikely(status & (ATMEL_US_PARE | ATMEL_US_FRAME
++                                     | ATMEL_US_OVRE | ATMEL_US_RXBRK))) {
++                      if (status & ATMEL_US_RXBRK) {
++                              /* ignore side-effect */
++                              status &= ~(ATMEL_US_PARE | ATMEL_US_FRAME);
++
++                              port->icount.brk++;
++                              if (uart_handle_break(port))
++                                      continue;
++                      }
++                      if (status & ATMEL_US_PARE)
++                              port->icount.parity++;
++                      if (status & ATMEL_US_FRAME)
++                              port->icount.frame++;
++                      if (status & ATMEL_US_OVRE)
++                              port->icount.overrun++;
++
++                      status &= port->read_status_mask;
++
++                      if (status & ATMEL_US_RXBRK)
++                              flg = TTY_BREAK;
++                      else if (status & ATMEL_US_PARE)
++                              flg = TTY_PARITY;
++                      else if (status & ATMEL_US_FRAME)
++                              flg = TTY_FRAME;
++              }
 +
-+      mutex_lock(&inode->i_mutex);
-+      ret = simple_read_from_buffer(buf, nbytes, ppos,
-+                                     file->private_data,
-+                                     file->f_dentry->d_inode->i_size);
-+      mutex_unlock(&inode->i_mutex);
 +
-+      return ret;
++              if (uart_handle_sysrq_char(port, c.ch))
++                      continue;
++
++              uart_insert_char(port, status, ATMEL_US_OVRE, c.ch, flg);
++      }
++
++      /*
++       * Drop the lock here since it might end up calling
++       * uart_start(), which takes the lock.
++       */
++      spin_unlock(&port->lock);
++      tty_flip_buffer_push(port->info->tty);
++      spin_lock(&port->lock);
 +}
 +
-+static int regs_dbg_release(struct inode *inode, struct file *file)
++static void atmel_rx_from_dma(struct uart_port *port)
 +{
-+      kfree(file->private_data);
-+      return 0;
-+}
++      struct atmel_uart_port *atmel_port = to_atmel_uart_port(port);
++      struct tty_struct *tty = port->info->tty;
++      struct atmel_dma_buffer *pdc;
++      int rx_idx = atmel_port->pdc_rx_idx;
++      unsigned int head;
++      unsigned int tail;
++      unsigned int count;
 +
-+const struct file_operations queue_dbg_fops = {
-+      .owner          = THIS_MODULE,
-+      .open           = queue_dbg_open,
-+      .llseek         = no_llseek,
-+      .read           = queue_dbg_read,
-+      .release        = queue_dbg_release,
-+};
++      do {
++              /* Reset the UART timeout early so that we don't miss one */
++              UART_PUT_CR(port, ATMEL_US_STTTO);
++
++              pdc = &atmel_port->pdc_rx[rx_idx];
++              head = UART_GET_RPR(port) - pdc->dma_addr;
++              tail = pdc->ofs;
++
++              /* If the PDC has switched buffers, RPR won't contain
++               * any address within the current buffer. Since head
++               * is unsigned, we just need a one-way comparison to
++               * find out.
++               *
++               * In this case, we just need to consume the entire
++               * buffer and resubmit it for DMA. This will clear the
++               * ENDRX bit as well, so that we can safely re-enable
++               * all interrupts below.
++               */
++              head = min(head, pdc->dma_size);
++
++              if (likely(head != tail)) {
++                      dma_sync_single_for_cpu(port->dev, pdc->dma_addr,
++                                      pdc->dma_size, DMA_FROM_DEVICE);
++
+                       /*
+-                       * End of break detected. If it came along
+-                       * with a character, atmel_rx_chars will
+-                       * handle it.
++                       * head will only wrap around when we recycle
++                       * the DMA buffer, and when that happens, we
++                       * explicitly set tail to 0. So head will
++                       * always be greater than tail.
+                        */
+-                      UART_PUT_CR(port, ATMEL_US_RSTSTA);
+-                      UART_PUT_IDR(port, ATMEL_US_RXBRK);
+-                      atmel_port->break_active = 0;
++                      count = head - tail;
++
++                      tty_insert_flip_string(tty, pdc->buf + pdc->ofs, count);
++
++                      dma_sync_single_for_device(port->dev, pdc->dma_addr,
++                                      pdc->dma_size, DMA_FROM_DEVICE);
++
++                      port->icount.rx += count;
++                      pdc->ofs = head;
++              }
 +
-+const struct file_operations regs_dbg_fops = {
-+      .owner          = THIS_MODULE,
-+      .open           = regs_dbg_open,
-+      .llseek         = generic_file_llseek,
-+      .read           = regs_dbg_read,
-+      .release        = regs_dbg_release,
-+};
++              /*
++               * If the current buffer is full, we need to check if
++               * the next one contains any additional data.
++               */
++              if (head >= pdc->dma_size) {
++                      pdc->ofs = 0;
++                      UART_PUT_RNPR(port, pdc->dma_addr);
++                      UART_PUT_RNCR(port, pdc->dma_size);
 +
-+static void usba_ep_init_debugfs(struct usba_udc *udc,
-+                                struct usba_ep *ep)
++                      rx_idx = !rx_idx;
++                      atmel_port->pdc_rx_idx = rx_idx;
+               }
++      } while (head >= pdc->dma_size);
++
++      /*
++       * Drop the lock here since it might end up calling
++       * uart_start(), which takes the lock.
++       */
++      spin_unlock(&port->lock);
++      tty_flip_buffer_push(tty);
++      spin_lock(&port->lock);
++
++      UART_PUT_IER(port, ATMEL_US_ENDRX | ATMEL_US_TIMEOUT);
++}
+-              // TODO: All reads to CSR will clear these interrupts!
+-              if (pending & ATMEL_US_RIIC) port->icount.rng++;
+-              if (pending & ATMEL_US_DSRIC) port->icount.dsr++;
+-              if (pending & ATMEL_US_DCDIC)
++/*
++ * tasklet handling tty stuff outside the interrupt handler.
++ */
++static void atmel_tasklet_func(unsigned long data)
 +{
-+      struct dentry *ep_root;
++      struct uart_port *port = (struct uart_port *)data;
++      struct atmel_uart_port *atmel_port = to_atmel_uart_port(port);
++      unsigned int status;
++      unsigned int status_change;
 +
-+      ep_root = debugfs_create_dir(ep_name(ep), udc->debugfs_root);
-+      if (!ep_root)
-+              goto err_root;
-+      ep->debugfs_dir = ep_root;
++      /* The interrupt handler does not take the lock */
++      spin_lock(&port->lock);
++
++      if (atmel_use_dma_tx(port))
++              atmel_tx_dma(port);
++      else
++              atmel_tx_chars(port);
++
++      status = atmel_port->irq_status;
++      status_change = status ^ atmel_port->irq_status_prev;
++
++      if (status_change & (ATMEL_US_RI | ATMEL_US_DSR
++                              | ATMEL_US_DCD | ATMEL_US_CTS)) {
++              /* TODO: All reads to CSR will clear these interrupts! */
++              if (status_change & ATMEL_US_RI)
++                      port->icount.rng++;
++              if (status_change & ATMEL_US_DSR)
++                      port->icount.dsr++;
++              if (status_change & ATMEL_US_DCD)
+                       uart_handle_dcd_change(port, !(status & ATMEL_US_DCD));
+-              if (pending & ATMEL_US_CTSIC)
++              if (status_change & ATMEL_US_CTS)
+                       uart_handle_cts_change(port, !(status & ATMEL_US_CTS));
+-              if (pending & (ATMEL_US_RIIC | ATMEL_US_DSRIC | ATMEL_US_DCDIC | ATMEL_US_CTSIC))
+-                      wake_up_interruptible(&port->info->delta_msr_wait);
+-
+-              /* Interrupt transmit */
+-              if (pending & ATMEL_US_TXRDY)
+-                      atmel_tx_chars(port);
+-              if (pass_counter++ > ATMEL_ISR_PASS_LIMIT)
+-                      break;
++              wake_up_interruptible(&port->info->delta_msr_wait);
+-              status = UART_GET_CSR(port);
+-              pending = status & UART_GET_IMR(port);
++              atmel_port->irq_status_prev = status;
+       }
+-      return IRQ_HANDLED;
++
++      if (atmel_use_dma_rx(port))
++              atmel_rx_from_dma(port);
++      else
++              atmel_rx_from_ring(port);
++
++      spin_unlock(&port->lock);
+ }
+ /*
+@@ -403,6 +792,8 @@
+  */
+ static int atmel_startup(struct uart_port *port)
+ {
++      struct atmel_uart_port *atmel_port = to_atmel_uart_port(port);
++      struct tty_struct *tty = port->info->tty;
+       int retval;
+       /*
+@@ -415,13 +806,64 @@
+       /*
+        * Allocate the IRQ
+        */
+-      retval = request_irq(port->irq, atmel_interrupt, IRQF_SHARED, "atmel_serial", port);
++      retval = request_irq(port->irq, atmel_interrupt, IRQF_SHARED,
++                      tty ? tty->name : "atmel_serial", port);
+       if (retval) {
+               printk("atmel_serial: atmel_startup - Can't get irq\n");
+               return retval;
+       }
+       /*
++       * Initialize DMA (if necessary)
++       */
++      if (atmel_use_dma_rx(port)) {
++              int i;
++
++              for (i = 0; i < 2; i++) {
++                      struct atmel_dma_buffer *pdc = &atmel_port->pdc_rx[i];
++
++                      pdc->buf = kmalloc(PDC_BUFFER_SIZE, GFP_KERNEL);
++                      if (pdc->buf == NULL) {
++                              if (i != 0) {
++                                      dma_unmap_single(port->dev,
++                                              atmel_port->pdc_rx[0].dma_addr,
++                                              PDC_BUFFER_SIZE,
++                                              DMA_FROM_DEVICE);
++                                      kfree(atmel_port->pdc_rx[0].buf);
++                              }
++                              free_irq(port->irq, port);
++                              return -ENOMEM;
++                      }
++                      pdc->dma_addr = dma_map_single(port->dev,
++                                                     pdc->buf,
++                                                     PDC_BUFFER_SIZE,
++                                                     DMA_FROM_DEVICE);
++                      pdc->dma_size = PDC_BUFFER_SIZE;
++                      pdc->ofs = 0;
++              }
++
++              atmel_port->pdc_rx_idx = 0;
++
++              UART_PUT_RPR(port, atmel_port->pdc_rx[0].dma_addr);
++              UART_PUT_RCR(port, PDC_BUFFER_SIZE);
++
++              UART_PUT_RNPR(port, atmel_port->pdc_rx[1].dma_addr);
++              UART_PUT_RNCR(port, PDC_BUFFER_SIZE);
++      }
++      if (atmel_use_dma_tx(port)) {
++              struct atmel_dma_buffer *pdc = &atmel_port->pdc_tx;
++              struct circ_buf *xmit = &port->info->xmit;
++
++              pdc->buf = xmit->buf;
++              pdc->dma_addr = dma_map_single(port->dev,
++                                             pdc->buf,
++                                             UART_XMIT_SIZE,
++                                             DMA_TO_DEVICE);
++              pdc->dma_size = UART_XMIT_SIZE;
++              pdc->ofs = 0;
++      }
++
++      /*
+        * If there is a specific "open" function (to register
+        * control line interrupts)
+        */
+@@ -437,9 +879,21 @@
+        * Finally, enable the serial port
+        */
+       UART_PUT_CR(port, ATMEL_US_RSTSTA | ATMEL_US_RSTRX);
+-      UART_PUT_CR(port, ATMEL_US_TXEN | ATMEL_US_RXEN);               /* enable xmit & rcvr */
++      /* enable xmit & rcvr */
++      UART_PUT_CR(port, ATMEL_US_TXEN | ATMEL_US_RXEN);
+-      UART_PUT_IER(port, ATMEL_US_RXRDY);             /* enable receive only */
++      if (atmel_use_dma_rx(port)) {
++              /* set UART timeout */
++              UART_PUT_RTOR(port, PDC_RX_TIMEOUT);
++              UART_PUT_CR(port, ATMEL_US_STTTO);
++
++              UART_PUT_IER(port, ATMEL_US_ENDRX | ATMEL_US_TIMEOUT);
++              /* enable PDC controller */
++              UART_PUT_PTCR(port, ATMEL_PDC_RXTEN);
++      } else {
++              /* enable receive only */
++              UART_PUT_IER(port, ATMEL_US_RXRDY);
++      }
+       return 0;
+ }
+@@ -449,6 +903,38 @@
+  */
+ static void atmel_shutdown(struct uart_port *port)
+ {
++      struct atmel_uart_port *atmel_port = to_atmel_uart_port(port);
++      /*
++       * Ensure everything is stopped.
++       */
++      atmel_stop_rx(port);
++      atmel_stop_tx(port);
++
++      /*
++       * Shut-down the DMA.
++       */
++      if (atmel_use_dma_rx(port)) {
++              int i;
++
++              for (i = 0; i < 2; i++) {
++                      struct atmel_dma_buffer *pdc = &atmel_port->pdc_rx[i];
 +
-+      ep->debugfs_queue = debugfs_create_file("queue", 0400, ep_root,
-+                                              ep, &queue_dbg_fops);
-+      if (!ep->debugfs_queue)
-+              goto err_queue;
++                      dma_unmap_single(port->dev,
++                                       pdc->dma_addr,
++                                       pdc->dma_size,
++                                       DMA_FROM_DEVICE);
++                      kfree(pdc->buf);
++              }
++      }
++      if (atmel_use_dma_tx(port)) {
++              struct atmel_dma_buffer *pdc = &atmel_port->pdc_tx;
 +
-+      if (ep_can_dma(ep)) {
-+              ep->debugfs_dma_status
-+                      = debugfs_create_u32("dma_status", 0400, ep_root,
-+                                           &ep->last_dma_status);
-+              if (!ep->debugfs_dma_status)
-+                      goto err_dma_status;
++              dma_unmap_single(port->dev,
++                               pdc->dma_addr,
++                               pdc->dma_size,
++                               DMA_TO_DEVICE);
 +      }
-+      if (ep_is_control(ep)) {
-+              ep->debugfs_state
-+                      = debugfs_create_u32("state", 0400, ep_root,
-+                                           &ep->state);
-+              if (!ep->debugfs_state)
-+                      goto err_state;
++
+       /*
+        * Disable all interrupts, port and break condition.
+        */
+@@ -471,45 +957,48 @@
+ /*
+  * Power / Clock management.
+  */
+-static void atmel_serial_pm(struct uart_port *port, unsigned int state, unsigned int oldstate)
++static void atmel_serial_pm(struct uart_port *port, unsigned int state,
++                          unsigned int oldstate)
+ {
+-      struct atmel_uart_port *atmel_port = (struct atmel_uart_port *) port;
++      struct atmel_uart_port *atmel_port = to_atmel_uart_port(port);
+       switch (state) {
+-              case 0:
+-                      /*
+-                       * Enable the peripheral clock for this serial port.
+-                       * This is called on uart_open() or a resume event.
+-                       */
+-                      clk_enable(atmel_port->clk);
+-                      break;
+-              case 3:
+-                      /*
+-                       * Disable the peripheral clock for this serial port.
+-                       * This is called on uart_close() or a suspend event.
+-                       */
+-                      clk_disable(atmel_port->clk);
+-                      break;
+-              default:
+-                      printk(KERN_ERR "atmel_serial: unknown pm %d\n", state);
++      case 0:
++              /*
++               * Enable the peripheral clock for this serial port.
++               * This is called on uart_open() or a resume event.
++               */
++              clk_enable(atmel_port->clk);
++              break;
++      case 3:
++              /*
++               * Disable the peripheral clock for this serial port.
++               * This is called on uart_close() or a suspend event.
++               */
++              clk_disable(atmel_port->clk);
++              break;
++      default:
++              printk(KERN_ERR "atmel_serial: unknown pm %d\n", state);
+       }
+ }
+ /*
+  * Change the port parameters
+  */
+-static void atmel_set_termios(struct uart_port *port, struct ktermios * termios, struct ktermios * old)
++static void atmel_set_termios(struct uart_port *port, struct ktermios *termios,
++                            struct ktermios *old)
+ {
+       unsigned long flags;
+       unsigned int mode, imr, quot, baud;
+       /* Get current mode register */
+-      mode = UART_GET_MR(port) & ~(ATMEL_US_USCLKS | ATMEL_US_CHRL | ATMEL_US_NBSTOP | ATMEL_US_PAR);
++      mode = UART_GET_MR(port) & ~(ATMEL_US_USCLKS | ATMEL_US_CHRL
++                                      | ATMEL_US_NBSTOP | ATMEL_US_PAR);
+-      baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk/16);
++      baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk / 16);
+       quot = uart_get_divisor(port, baud);
+-      if (quot > 65535) {             /* BRGR is 16-bit, so switch to slower clock */
++      if (quot > 65535) {     /* BRGR is 16-bit, so switch to slower clock */
+               quot /= 8;
+               mode |= ATMEL_US_USCLKS_MCK_DIV8;
+       }
+@@ -536,18 +1025,17 @@
+       /* parity */
+       if (termios->c_cflag & PARENB) {
+-              if (termios->c_cflag & CMSPAR) {                        /* Mark or Space parity */
++              /* Mark or Space parity */
++              if (termios->c_cflag & CMSPAR) {
+                       if (termios->c_cflag & PARODD)
+                               mode |= ATMEL_US_PAR_MARK;
+                       else
+                               mode |= ATMEL_US_PAR_SPACE;
+-              }
+-              else if (termios->c_cflag & PARODD)
++              } else if (termios->c_cflag & PARODD)
+                       mode |= ATMEL_US_PAR_ODD;
+               else
+                       mode |= ATMEL_US_PAR_EVEN;
+-      }
+-      else
++      } else
+               mode |= ATMEL_US_PAR_NONE;
+       spin_lock_irqsave(&port->lock, flags);
+@@ -558,6 +1046,10 @@
+       if (termios->c_iflag & (BRKINT | PARMRK))
+               port->read_status_mask |= ATMEL_US_RXBRK;
++      if (atmel_use_dma_rx(port))
++              /* need to enable error interrupts */
++              UART_PUT_IER(port, port->read_status_mask);
++
+       /*
+        * Characters to ignore
+        */
+@@ -573,16 +1065,16 @@
+               if (termios->c_iflag & IGNPAR)
+                       port->ignore_status_mask |= ATMEL_US_OVRE;
+       }
+-
+-      // TODO: Ignore all characters if CREAD is set.
++      /* TODO: Ignore all characters if CREAD is set.*/
+       /* update the per-port timeout */
+       uart_update_timeout(port, termios->c_cflag, baud);
+-      /* disable interrupts and drain transmitter */
+-      imr = UART_GET_IMR(port);       /* get interrupt mask */
+-      UART_PUT_IDR(port, -1);         /* disable all interrupts */
+-      while (!(UART_GET_CSR(port) & ATMEL_US_TXEMPTY)) { barrier(); }
++      /* save/disable interrupts and drain transmitter */
++      imr = UART_GET_IMR(port);
++      UART_PUT_IDR(port, -1);
++      while (!(UART_GET_CSR(port) & ATMEL_US_TXEMPTY))
++              cpu_relax();
+       /* disable receiver and transmitter */
+       UART_PUT_CR(port, ATMEL_US_TXDIS | ATMEL_US_RXDIS);
+@@ -708,7 +1200,8 @@
+ /*
+  * Configure the port from the platform device resource info.
+  */
+-static void __devinit atmel_init_port(struct atmel_uart_port *atmel_port, struct platform_device *pdev)
++static void __devinit atmel_init_port(struct atmel_uart_port *atmel_port,
++                                    struct platform_device *pdev)
+ {
+       struct uart_port *port = &atmel_port->uart;
+       struct atmel_uart_data *data = pdev->dev.platform_data;
+@@ -723,6 +1216,11 @@
+       port->mapbase   = pdev->resource[0].start;
+       port->irq       = pdev->resource[1].start;
++      tasklet_init(&atmel_port->tasklet, atmel_tasklet_func,
++                      (unsigned long)port);
++
++      memset(&atmel_port->rx_ring, 0, sizeof(atmel_port->rx_ring));
++
+       if (data->regs)
+               /* Already mapped by setup code */
+               port->membase = data->regs;
+@@ -731,11 +1229,17 @@
+               port->membase   = NULL;
+       }
+-      if (!atmel_port->clk) {         /* for console, the clock could already be configured */
++      /* for console, the clock could already be configured */
++      if (!atmel_port->clk) {
+               atmel_port->clk = clk_get(&pdev->dev, "usart");
+               clk_enable(atmel_port->clk);
+               port->uartclk = clk_get_rate(atmel_port->clk);
+       }
++
++      atmel_port->use_dma_rx = data->use_dma_rx;
++      atmel_port->use_dma_tx = data->use_dma_tx;
++      if (atmel_use_dma_tx(port))
++              port->fifosize = PDC_BUFFER_SIZE;
+ }
+ /*
+@@ -755,12 +1259,11 @@
+       atmel_pops.set_wake     = fns->set_wake;
+ }
+-
+ #ifdef CONFIG_SERIAL_ATMEL_CONSOLE
+ static void atmel_console_putchar(struct uart_port *port, int ch)
+ {
+       while (!(UART_GET_CSR(port) & ATMEL_US_TXRDY))
+-              barrier();
++              cpu_relax();
+       UART_PUT_CHAR(port, ch);
+ }
+@@ -773,38 +1276,40 @@
+       unsigned int status, imr;
+       /*
+-       *      First, save IMR and then disable interrupts
++       * First, save IMR and then disable interrupts
+        */
+-      imr = UART_GET_IMR(port);       /* get interrupt mask */
++      imr = UART_GET_IMR(port);
+       UART_PUT_IDR(port, ATMEL_US_RXRDY | ATMEL_US_TXRDY);
+       uart_console_write(port, s, count, atmel_console_putchar);
+       /*
+-       *      Finally, wait for transmitter to become empty
+-       *      and restore IMR
++       * Finally, wait for transmitter to become empty
++       * and restore IMR
+        */
+       do {
+               status = UART_GET_CSR(port);
+       } while (!(status & ATMEL_US_TXRDY));
+-      UART_PUT_IER(port, imr);        /* set interrupts back the way they were */
++      /* set interrupts back the way they were */
++      UART_PUT_IER(port, imr);
+ }
+ /*
+- * If the port was already initialised (eg, by a boot loader), try to determine
+- * the current setup.
++ * If the port was already initialised (eg, by a boot loader),
++ * try to determine the current setup.
+  */
+-static void __init atmel_console_get_options(struct uart_port *port, int *baud, int *parity, int *bits)
++static void __init atmel_console_get_options(struct uart_port *port, int *baud,
++                                           int *parity, int *bits)
+ {
+       unsigned int mr, quot;
+-// TODO: CR is a write-only register
+-//    unsigned int cr;
+-//
+-//    cr = UART_GET_CR(port) & (ATMEL_US_RXEN | ATMEL_US_TXEN);
+-//    if (cr == (ATMEL_US_RXEN | ATMEL_US_TXEN)) {
+-//            /* ok, the port was enabled */
+-//    }
++      /*
++       * If the baud rate generator isn't running, the port wasn't
++       * initialized by the boot loader.
++       */
++      quot = UART_GET_BRGR(port);
++      if (!quot)
++              return;
+       mr = UART_GET_MR(port) & ATMEL_US_CHRL;
+       if (mr == ATMEL_US_CHRL_8)
+@@ -824,7 +1329,6 @@
+        * lower than one of those, as it would make us fall through
+        * to a much lower baud rate than we really want.
+        */
+-      quot = UART_GET_BRGR(port);
+       *baud = port->uartclk / (16 * (quot - 1));
+ }
+@@ -836,10 +1340,12 @@
+       int parity = 'n';
+       int flow = 'n';
+-      if (port->membase == 0)         /* Port not initialized yet - delay setup */
++      if (port->membase == NULL) {
++              /* Port not initialized yet - delay setup */
+               return -ENODEV;
 +      }
+-      UART_PUT_IDR(port, -1);                         /* disable interrupts */
++      UART_PUT_IDR(port, -1);
+       UART_PUT_CR(port, ATMEL_US_RSTSTA | ATMEL_US_RSTRX);
+       UART_PUT_CR(port, ATMEL_US_TXEN | ATMEL_US_RXEN);
+@@ -871,13 +1377,16 @@
+ static int __init atmel_console_init(void)
+ {
+       if (atmel_default_console_device) {
+-              add_preferred_console(ATMEL_DEVICENAME, atmel_default_console_device->id, NULL);
+-              atmel_init_port(&(atmel_ports[atmel_default_console_device->id]), atmel_default_console_device);
++              add_preferred_console(ATMEL_DEVICENAME,
++                                    atmel_default_console_device->id, NULL);
++              atmel_init_port(&atmel_ports[atmel_default_console_device->id],
++                              atmel_default_console_device);
+               register_console(&atmel_console);
+       }
+       return 0;
+ }
 +
-+      return;
-+
-+err_state:
-+      if (ep_can_dma(ep))
-+              debugfs_remove(ep->debugfs_dma_status);
-+err_dma_status:
-+      debugfs_remove(ep->debugfs_queue);
-+err_queue:
-+      debugfs_remove(ep_root);
-+err_root:
-+      dev_err(&ep->udc->pdev->dev,
-+              "failed to create debugfs directory for %s\n", ep_name(ep));
-+}
-+
-+static void usba_ep_cleanup_debugfs(struct usba_ep *ep)
-+{
-+      debugfs_remove(ep->debugfs_queue);
-+      debugfs_remove(ep->debugfs_dma_status);
-+      debugfs_remove(ep->debugfs_state);
-+      debugfs_remove(ep->debugfs_dir);
-+      ep->debugfs_dma_status = NULL;
-+      ep->debugfs_dir = NULL;
-+}
-+
-+static void usba_init_debugfs(struct usba_udc *udc)
-+{
-+      struct dentry *root, *regs;
-+      struct resource *regs_resource;
-+
-+      root = debugfs_create_dir(udc->gadget.name, NULL);
-+      if (IS_ERR(root) || !root)
-+              goto err_root;
-+      udc->debugfs_root = root;
-+
-+      regs = debugfs_create_file("regs", 0400, root, udc, &regs_dbg_fops);
-+      if (!regs)
-+              goto err_regs;
-+
-+      regs_resource = platform_get_resource(udc->pdev, IORESOURCE_MEM,
-+                                            CTRL_IOMEM_ID);
-+      regs->d_inode->i_size = regs_resource->end - regs_resource->start + 1;
-+      udc->debugfs_regs = regs;
-+
-+      usba_ep_init_debugfs(udc, to_usba_ep(udc->gadget.ep0));
-+
-+      return;
-+
-+err_regs:
-+      debugfs_remove(root);
-+err_root:
-+      udc->debugfs_root = NULL;
-+      dev_err(&udc->pdev->dev, "debugfs is not available\n");
-+}
+ console_initcall(atmel_console_init);
+ /*
+@@ -885,34 +1394,48 @@
+  */
+ static int __init atmel_late_console_init(void)
+ {
+-      if (atmel_default_console_device && !(atmel_console.flags & CON_ENABLED))
++      if (atmel_default_console_device
++          && !(atmel_console.flags & CON_ENABLED))
+               register_console(&atmel_console);
+       return 0;
+ }
 +
-+static void usba_cleanup_debugfs(struct usba_udc *udc)
+ core_initcall(atmel_late_console_init);
++static inline bool atmel_is_console_port(struct uart_port *port)
 +{
-+      usba_ep_cleanup_debugfs(to_usba_ep(udc->gadget.ep0));
-+      debugfs_remove(udc->debugfs_regs);
-+      debugfs_remove(udc->debugfs_root);
-+      udc->debugfs_regs = NULL;
-+      udc->debugfs_root = NULL;
++      return port->cons && port->cons->index == port->line;
 +}
-+#else
-+static inline void usba_ep_init_debugfs(struct usba_udc *udc,
-+                                       struct usba_ep *ep)
-+{
 +
-+}
+ #else
+ #define ATMEL_CONSOLE_DEVICE  NULL
 +
-+static inline void usba_ep_cleanup_debugfs(struct usba_ep *ep)
++static inline bool atmel_is_console_port(struct uart_port *port)
 +{
-+
++      return false;
 +}
+ #endif
+ static struct uart_driver atmel_uart = {
+-      .owner                  = THIS_MODULE,
+-      .driver_name            = "atmel_serial",
+-      .dev_name               = ATMEL_DEVICENAME,
+-      .major                  = SERIAL_ATMEL_MAJOR,
+-      .minor                  = MINOR_START,
+-      .nr                     = ATMEL_MAX_UART,
+-      .cons                   = ATMEL_CONSOLE_DEVICE,
++      .owner          = THIS_MODULE,
++      .driver_name    = "atmel_serial",
++      .dev_name       = ATMEL_DEVICENAME,
++      .major          = SERIAL_ATMEL_MAJOR,
++      .minor          = MINOR_START,
++      .nr             = ATMEL_MAX_UART,
++      .cons           = ATMEL_CONSOLE_DEVICE,
+ };
+ #ifdef CONFIG_PM
+-static int atmel_serial_suspend(struct platform_device *pdev, pm_message_t state)
++static int atmel_serial_suspend(struct platform_device *pdev,
++                              pm_message_t state)
+ {
+       struct uart_port *port = platform_get_drvdata(pdev);
+-      struct atmel_uart_port *atmel_port = (struct atmel_uart_port *) port;
++      struct atmel_uart_port *atmel_port = to_atmel_uart_port(port);
+-      if (device_may_wakeup(&pdev->dev) && !at91_suspend_entering_slow_clock())
++      if (device_may_wakeup(&pdev->dev)
++          && !at91_suspend_entering_slow_clock())
+               enable_irq_wake(port->irq);
+       else {
+               uart_suspend_port(&atmel_uart, port);
+@@ -925,13 +1448,12 @@
+ static int atmel_serial_resume(struct platform_device *pdev)
+ {
+       struct uart_port *port = platform_get_drvdata(pdev);
+-      struct atmel_uart_port *atmel_port = (struct atmel_uart_port *) port;
++      struct atmel_uart_port *atmel_port = to_atmel_uart_port(port);
+       if (atmel_port->suspended) {
+               uart_resume_port(&atmel_uart, port);
+               atmel_port->suspended = 0;
+-      }
+-      else
++      } else
+               disable_irq_wake(port->irq);
+       return 0;
+@@ -944,15 +1466,40 @@
+ static int __devinit atmel_serial_probe(struct platform_device *pdev)
+ {
+       struct atmel_uart_port *port;
++      void *data;
+       int ret;
++      BUILD_BUG_ON(!is_power_of_2(ATMEL_SERIAL_RINGSIZE));
 +
-+static inline void usba_init_debugfs(struct usba_udc *udc)
-+{
+       port = &atmel_ports[pdev->id];
+       atmel_init_port(port, pdev);
++      if (!atmel_use_dma_rx(&port->uart)) {
++              ret = -ENOMEM;
++              data = kmalloc(sizeof(struct atmel_uart_char)
++                              * ATMEL_SERIAL_RINGSIZE, GFP_KERNEL);
++              if (!data)
++                      goto err_alloc_ring;
++              port->rx_ring.buf = data;
++      }
 +
-+}
+       ret = uart_add_one_port(&atmel_uart, &port->uart);
+-      if (!ret) {
+-              device_init_wakeup(&pdev->dev, 1);
+-              platform_set_drvdata(pdev, port);
++      if (ret)
++              goto err_add_port;
 +
-+static inline void usba_cleanup_debugfs(struct usba_udc *udc)
-+{
++      device_init_wakeup(&pdev->dev, 1);
++      platform_set_drvdata(pdev, port);
 +
-+}
-+#endif
++      return 0;
 +
-+static int vbus_is_present(struct usba_udc *udc)
-+{
-+      if (udc->vbus_pin != -1)
-+              return gpio_get_value(udc->vbus_pin);
++err_add_port:
++      kfree(port->rx_ring.buf);
++      port->rx_ring.buf = NULL;
++err_alloc_ring:
++      if (!atmel_is_console_port(&port->uart)) {
++              clk_disable(port->clk);
++              clk_put(port->clk);
++              port->clk = NULL;
+       }
+       return ret;
+@@ -961,19 +1508,21 @@
+ static int __devexit atmel_serial_remove(struct platform_device *pdev)
+ {
+       struct uart_port *port = platform_get_drvdata(pdev);
+-      struct atmel_uart_port *atmel_port = (struct atmel_uart_port *) port;
++      struct atmel_uart_port *atmel_port = to_atmel_uart_port(port);
+       int ret = 0;
+-      clk_disable(atmel_port->clk);
+-      clk_put(atmel_port->clk);
+-
+       device_init_wakeup(&pdev->dev, 0);
+       platform_set_drvdata(pdev, NULL);
+-      if (port) {
+-              ret = uart_remove_one_port(&atmel_uart, port);
+-              kfree(port);
+-      }
++      ret = uart_remove_one_port(&atmel_uart, port);
 +
-+      /* No Vbus detection: Assume always present */
-+      return 1;
-+}
++      tasklet_kill(&atmel_port->tasklet);
++      kfree(atmel_port->rx_ring.buf);
 +
-+static void copy_to_fifo(void __iomem *fifo, const void *buf, int len)
-+{
-+      unsigned long tmp;
++      /* "port" is allocated statically, so we shouldn't free it */
 +
-+      DBG(DBG_FIFO, "copy to FIFO (len %d):\n", len);
-+      for (; len > 0; len -= 4, buf += 4, fifo += 4) {
-+              tmp = *(unsigned long *)buf;
-+              if (len >= 4) {
-+                      DBG(DBG_FIFO, "  -> %08lx\n", tmp);
-+                      __raw_writel(tmp, fifo);
-+              } else {
-+                      do {
-+                              DBG(DBG_FIFO, "  -> %02lx\n", tmp >> 24);
-+                              __raw_writeb(tmp >> 24, fifo);
-+                              fifo++;
-+                              tmp <<= 8;
-+                      } while (--len);
-+                      break;
-+              }
++      clk_disable(atmel_port->clk);
++      clk_put(atmel_port->clk);
+       return ret;
+ }
+diff -urN linux-2.6.24.3/drivers/serial/atmel_serial.h avr32-2.6/drivers/serial/atmel_serial.h
+--- linux-2.6.24.3/drivers/serial/atmel_serial.h       2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/drivers/serial/atmel_serial.h    1970-01-01 01:00:00.000000000 +0100
+@@ -1,127 +0,0 @@
+-/*
+- * drivers/serial/atmel_serial.h
+- *
+- * Copyright (C) 2005 Ivan Kokshaysky
+- * Copyright (C) SAN People
+- *
+- * USART registers.
+- * Based on AT91RM9200 datasheet revision E.
+- *
+- * This program is free software; you can redistribute it and/or modify
+- * it under the terms of the GNU General Public License as published by
+- * the Free Software Foundation; either version 2 of the License, or
+- * (at your option) any later version.
+- */
+-
+-#ifndef ATMEL_SERIAL_H
+-#define ATMEL_SERIAL_H
+-
+-#define ATMEL_US_CR           0x00                    /* Control Register */
+-#define               ATMEL_US_RSTRX          (1 <<  2)               /* Reset Receiver */
+-#define               ATMEL_US_RSTTX          (1 <<  3)               /* Reset Transmitter */
+-#define               ATMEL_US_RXEN           (1 <<  4)               /* Receiver Enable */
+-#define               ATMEL_US_RXDIS          (1 <<  5)               /* Receiver Disable */
+-#define               ATMEL_US_TXEN           (1 <<  6)               /* Transmitter Enable */
+-#define               ATMEL_US_TXDIS          (1 <<  7)               /* Transmitter Disable */
+-#define               ATMEL_US_RSTSTA         (1 <<  8)               /* Reset Status Bits */
+-#define               ATMEL_US_STTBRK         (1 <<  9)               /* Start Break */
+-#define               ATMEL_US_STPBRK         (1 << 10)               /* Stop Break */
+-#define               ATMEL_US_STTTO          (1 << 11)               /* Start Time-out */
+-#define               ATMEL_US_SENDA          (1 << 12)               /* Send Address */
+-#define               ATMEL_US_RSTIT          (1 << 13)               /* Reset Iterations */
+-#define               ATMEL_US_RSTNACK        (1 << 14)               /* Reset Non Acknowledge */
+-#define               ATMEL_US_RETTO          (1 << 15)               /* Rearm Time-out */
+-#define               ATMEL_US_DTREN          (1 << 16)               /* Data Terminal Ready Enable [AT91RM9200 only] */
+-#define               ATMEL_US_DTRDIS         (1 << 17)               /* Data Terminal Ready Disable [AT91RM9200 only] */
+-#define               ATMEL_US_RTSEN          (1 << 18)               /* Request To Send Enable */
+-#define               ATMEL_US_RTSDIS         (1 << 19)               /* Request To Send Disable */
+-
+-#define ATMEL_US_MR           0x04                    /* Mode Register */
+-#define               ATMEL_US_USMODE         (0xf <<  0)             /* Mode of the USART */
+-#define                       ATMEL_US_USMODE_NORMAL          0
+-#define                       ATMEL_US_USMODE_RS485           1
+-#define                       ATMEL_US_USMODE_HWHS            2
+-#define                       ATMEL_US_USMODE_MODEM           3
+-#define                       ATMEL_US_USMODE_ISO7816_T0      4
+-#define                       ATMEL_US_USMODE_ISO7816_T1      6
+-#define                       ATMEL_US_USMODE_IRDA            8
+-#define               ATMEL_US_USCLKS         (3   <<  4)             /* Clock Selection */
+-#define                       ATMEL_US_USCLKS_MCK             (0 <<  4)
+-#define                       ATMEL_US_USCLKS_MCK_DIV8        (1 <<  4)
+-#define                       ATMEL_US_USCLKS_SCK             (3 <<  4)
+-#define               ATMEL_US_CHRL           (3   <<  6)             /* Character Length */
+-#define                       ATMEL_US_CHRL_5                 (0 <<  6)
+-#define                       ATMEL_US_CHRL_6                 (1 <<  6)
+-#define                       ATMEL_US_CHRL_7                 (2 <<  6)
+-#define                       ATMEL_US_CHRL_8                 (3 <<  6)
+-#define               ATMEL_US_SYNC           (1 <<  8)               /* Synchronous Mode Select */
+-#define               ATMEL_US_PAR            (7 <<  9)               /* Parity Type */
+-#define                       ATMEL_US_PAR_EVEN               (0 <<  9)
+-#define                       ATMEL_US_PAR_ODD                (1 <<  9)
+-#define                       ATMEL_US_PAR_SPACE              (2 <<  9)
+-#define                       ATMEL_US_PAR_MARK               (3 <<  9)
+-#define                       ATMEL_US_PAR_NONE               (4 <<  9)
+-#define                       ATMEL_US_PAR_MULTI_DROP         (6 <<  9)
+-#define               ATMEL_US_NBSTOP         (3 << 12)               /* Number of Stop Bits */
+-#define                       ATMEL_US_NBSTOP_1               (0 << 12)
+-#define                       ATMEL_US_NBSTOP_1_5             (1 << 12)
+-#define                       ATMEL_US_NBSTOP_2               (2 << 12)
+-#define               ATMEL_US_CHMODE         (3 << 14)               /* Channel Mode */
+-#define                       ATMEL_US_CHMODE_NORMAL          (0 << 14)
+-#define                       ATMEL_US_CHMODE_ECHO            (1 << 14)
+-#define                       ATMEL_US_CHMODE_LOC_LOOP        (2 << 14)
+-#define                       ATMEL_US_CHMODE_REM_LOOP        (3 << 14)
+-#define               ATMEL_US_MSBF           (1 << 16)               /* Bit Order */
+-#define               ATMEL_US_MODE9          (1 << 17)               /* 9-bit Character Length */
+-#define               ATMEL_US_CLKO           (1 << 18)               /* Clock Output Select */
+-#define               ATMEL_US_OVER           (1 << 19)               /* Oversampling Mode */
+-#define               ATMEL_US_INACK          (1 << 20)               /* Inhibit Non Acknowledge */
+-#define               ATMEL_US_DSNACK         (1 << 21)               /* Disable Successive NACK */
+-#define               ATMEL_US_MAX_ITER       (7 << 24)               /* Max Iterations */
+-#define               ATMEL_US_FILTER         (1 << 28)               /* Infrared Receive Line Filter */
+-
+-#define ATMEL_US_IER          0x08                    /* Interrupt Enable Register */
+-#define               ATMEL_US_RXRDY          (1 <<  0)               /* Receiver Ready */
+-#define               ATMEL_US_TXRDY          (1 <<  1)               /* Transmitter Ready */
+-#define               ATMEL_US_RXBRK          (1 <<  2)               /* Break Received / End of Break */
+-#define               ATMEL_US_ENDRX          (1 <<  3)               /* End of Receiver Transfer */
+-#define               ATMEL_US_ENDTX          (1 <<  4)               /* End of Transmitter Transfer */
+-#define               ATMEL_US_OVRE           (1 <<  5)               /* Overrun Error */
+-#define               ATMEL_US_FRAME          (1 <<  6)               /* Framing Error */
+-#define               ATMEL_US_PARE           (1 <<  7)               /* Parity Error */
+-#define               ATMEL_US_TIMEOUT        (1 <<  8)               /* Receiver Time-out */
+-#define               ATMEL_US_TXEMPTY        (1 <<  9)               /* Transmitter Empty */
+-#define               ATMEL_US_ITERATION      (1 << 10)               /* Max number of Repetitions Reached */
+-#define               ATMEL_US_TXBUFE         (1 << 11)               /* Transmission Buffer Empty */
+-#define               ATMEL_US_RXBUFF         (1 << 12)               /* Reception Buffer Full */
+-#define               ATMEL_US_NACK           (1 << 13)               /* Non Acknowledge */
+-#define               ATMEL_US_RIIC           (1 << 16)               /* Ring Indicator Input Change [AT91RM9200 only] */
+-#define               ATMEL_US_DSRIC          (1 << 17)               /* Data Set Ready Input Change [AT91RM9200 only] */
+-#define               ATMEL_US_DCDIC          (1 << 18)               /* Data Carrier Detect Input Change [AT91RM9200 only] */
+-#define               ATMEL_US_CTSIC          (1 << 19)               /* Clear to Send Input Change */
+-#define               ATMEL_US_RI             (1 << 20)               /* RI */
+-#define               ATMEL_US_DSR            (1 << 21)               /* DSR */
+-#define               ATMEL_US_DCD            (1 << 22)               /* DCD */
+-#define               ATMEL_US_CTS            (1 << 23)               /* CTS */
+-
+-#define ATMEL_US_IDR          0x0c                    /* Interrupt Disable Register */
+-#define ATMEL_US_IMR          0x10                    /* Interrupt Mask Register */
+-#define ATMEL_US_CSR          0x14                    /* Channel Status Register */
+-#define ATMEL_US_RHR          0x18                    /* Receiver Holding Register */
+-#define ATMEL_US_THR          0x1c                    /* Transmitter Holding Register */
+-#define               ATMEL_US_SYNH           (1 << 15)               /* Transmit/Receive Sync [AT91SAM9261 only] */
+-
+-#define ATMEL_US_BRGR         0x20                    /* Baud Rate Generator Register */
+-#define               ATMEL_US_CD             (0xffff << 0)           /* Clock Divider */
+-
+-#define ATMEL_US_RTOR         0x24                    /* Receiver Time-out Register */
+-#define               ATMEL_US_TO             (0xffff << 0)           /* Time-out Value */
+-
+-#define ATMEL_US_TTGR         0x28                    /* Transmitter Timeguard Register */
+-#define               ATMEL_US_TG             (0xff << 0)             /* Timeguard Value */
+-
+-#define ATMEL_US_FIDI         0x40                    /* FI DI Ratio Register */
+-#define ATMEL_US_NER          0x44                    /* Number of Errors Register */
+-#define ATMEL_US_IF           0x4c                    /* IrDA Filter Register */
+-
+-#endif
+diff -urN linux-2.6.24.3/drivers/serial/Kconfig avr32-2.6/drivers/serial/Kconfig
+--- linux-2.6.24.3/drivers/serial/Kconfig      2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/drivers/serial/Kconfig   2008-04-23 20:12:44.000000000 +0200
+@@ -380,6 +380,21 @@
+         console is the device which receives all kernel messages and
+         warnings and which allows logins in single user mode).
++config SERIAL_ATMEL_PDC
++      bool "Support DMA transfers on AT91 / AT32 serial port"
++      depends on SERIAL_ATMEL
++      default y
++      help
++        Say Y here if you wish to use the PDC to do DMA transfers to
++        and from the Atmel AT91 / AT32 serial port. In order to
++        actually use DMA transfers, make sure that the use_dma_tx
++        and use_dma_rx members in the atmel_uart_data struct is set
++        appropriately for each port.
++
++        Note that break and error handling currently doesn't work
++        properly when DMA is enabled. Make sure that ports where
++        this matters don't use DMA.
++
+ config SERIAL_ATMEL_TTYAT
+       bool "Install as device ttyATn instead of ttySn"
+       depends on SERIAL_ATMEL=y
+diff -urN linux-2.6.24.3/drivers/spi/atmel_spi.c avr32-2.6/drivers/spi/atmel_spi.c
+--- linux-2.6.24.3/drivers/spi/atmel_spi.c     2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/drivers/spi/atmel_spi.c  2008-04-23 20:12:44.000000000 +0200
+@@ -51,7 +51,9 @@
+       u8                      stopping;
+       struct list_head        queue;
+       struct spi_transfer     *current_transfer;
+-      unsigned long           remaining_bytes;
++      unsigned long           current_remaining_bytes;
++      struct spi_transfer     *next_transfer;
++      unsigned long           next_remaining_bytes;
+       void                    *buffer;
+       dma_addr_t              buffer_dma;
+@@ -85,6 +87,16 @@
+       unsigned gpio = (unsigned) spi->controller_data;
+       unsigned active = spi->mode & SPI_CS_HIGH;
+       u32 mr;
++      int i;
++      u32 csr;
++      u32 cpol = (spi->mode & SPI_CPOL) ? SPI_BIT(CPOL) : 0;
++
++      /* Make sure clock polarity is correct */
++      for (i = 0; i < spi->master->num_chipselect; i++) {
++              csr = spi_readl(as, CSR0 + 4 * i);
++              if ((csr ^ cpol) & SPI_BIT(CPOL))
++                      spi_writel(as, CSR0 + 4 * i, csr ^ SPI_BIT(CPOL));
 +      }
-+}
-+
-+static void copy_from_fifo(void *buf, void __iomem *fifo, int len)
+       mr = spi_readl(as, MR);
+       mr = SPI_BFINS(PCS, ~(1 << spi->chip_select), mr);
+@@ -121,6 +133,48 @@
+               gpio_set_value(gpio, !active);
+ }
++static inline int atmel_spi_xfer_is_last(struct spi_message *msg,
++                                      struct spi_transfer *xfer)
 +{
-+      union {
-+              unsigned long *w;
-+              unsigned char *b;
-+      } p;
-+      unsigned long tmp;
-+
-+      DBG(DBG_FIFO, "copy from FIFO (len %d):\n", len);
-+      for (p.w = buf; len > 0; len -= 4, p.w++, fifo += 4) {
-+              if (len >= 4) {
-+                      tmp = __raw_readl(fifo);
-+                      *p.w = tmp;
-+                      DBG(DBG_FIFO, "  -> %08lx\n", tmp);
-+              } else {
-+                      do {
-+                              tmp = __raw_readb(fifo);
-+                              *p.b = tmp;
-+                              DBG(DBG_FIFO, " -> %02lx\n", tmp);
-+                              fifo++, p.b++;
-+                      } while (--len);
-+              }
-+      }
++      return msg->transfers.prev == &xfer->transfer_list;
 +}
 +
-+static void next_fifo_transaction(struct usba_ep *ep,
-+                                struct usba_request *req)
++static inline int atmel_spi_xfer_can_be_chained(struct spi_transfer *xfer)
 +{
-+      unsigned int transaction_len;
-+
-+      transaction_len = req->req.length - req->req.actual;
-+      req->last_transaction = 1;
-+      if (transaction_len > ep->ep.maxpacket) {
-+              transaction_len = ep->ep.maxpacket;
-+              req->last_transaction = 0;
-+      } else if (transaction_len == ep->ep.maxpacket
-+                 && req->req.zero) {
-+              req->last_transaction = 0;
-+      }
-+      DBG(DBG_QUEUE, "%s: submit_transaction, req %p (length %d)%s\n",
-+          ep_name(ep), req, transaction_len,
-+          req->last_transaction ? ", done" : "");
-+
-+      copy_to_fifo(ep->fifo, req->req.buf + req->req.actual, transaction_len);
-+      usba_ep_writel(ep, SET_STA, USBA_BIT(TX_PK_RDY));
-+      req->req.actual += transaction_len;
++      return xfer->delay_usecs == 0 && !xfer->cs_change;
 +}
 +
-+static void submit_request(struct usba_ep *ep, struct usba_request *req)
++static void atmel_spi_next_xfer_data(struct spi_master *master,
++                              struct spi_transfer *xfer,
++                              dma_addr_t *tx_dma,
++                              dma_addr_t *rx_dma,
++                              u32 *plen)
 +{
-+      DBG(DBG_QUEUE, "%s: submit_request: req %p (length %d)\n",
-+          ep_name(ep), req, req->req.length);
-+
-+      req->req.actual = 0;
-+      req->submitted = 1;
-+
-+      if (req->using_dma) {
-+              if (req->req.length == 0) {
-+                      usba_ep_writel(ep, CTL_ENB, USBA_BIT(TX_PK_RDY));
-+                      return;
-+              }
-+
-+              if (req->req.zero)
-+                      usba_ep_writel(ep, CTL_ENB, USBA_BIT(SHORT_PACKET));
-+              else
-+                      usba_ep_writel(ep, CTL_DIS, USBA_BIT(SHORT_PACKET));
-+
-+              usba_dma_writel(ep, ADDRESS, req->req.dma);
-+              usba_dma_writel(ep, CONTROL, req->ctrl);
-+      } else {
-+              next_fifo_transaction(ep, req);
-+              if (req->last_transaction) {
-+                      usba_ep_writel(ep, CTL_DIS, USBA_BIT(TX_PK_RDY));
-+                      usba_ep_writel(ep, CTL_ENB, USBA_BIT(TX_COMPLETE));
-+              } else {
-+                      usba_ep_writel(ep, CTL_DIS, USBA_BIT(TX_COMPLETE));
-+                      usba_ep_writel(ep, CTL_ENB, USBA_BIT(TX_PK_RDY));
-+              }
++      struct atmel_spi        *as = spi_master_get_devdata(master);
++      u32                     len = *plen;
++
++      /* use scratch buffer only when rx or tx data is unspecified */
++      if (xfer->rx_buf)
++              *rx_dma = xfer->rx_dma + xfer->len - len;
++      else {
++              *rx_dma = as->buffer_dma;
++              if (len > BUFFER_SIZE)
++                      len = BUFFER_SIZE;
 +      }
-+}
-+
-+static void submit_next_request(struct usba_ep *ep)
-+{
-+      struct usba_request *req;
-+
-+      if (list_empty(&ep->queue)) {
-+              usba_ep_writel(ep, CTL_DIS, (USBA_BIT(TX_PK_RDY)
-+                                            | USBA_BIT(RX_BK_RDY)));
-+              return;
++      if (xfer->tx_buf)
++              *tx_dma = xfer->tx_dma + xfer->len - len;
++      else {
++              *tx_dma = as->buffer_dma;
++              if (len > BUFFER_SIZE)
++                      len = BUFFER_SIZE;
++              memset(as->buffer, 0, len);
++              dma_sync_single_for_device(&as->pdev->dev,
++                              as->buffer_dma, len, DMA_TO_DEVICE);
 +      }
 +
-+      req = list_entry(ep->queue.next, struct usba_request, queue);
-+      if (!req->submitted)
-+              submit_request(ep, req);
-+}
-+
-+static void send_status(struct usba_udc *udc, struct usba_ep *ep)
-+{
-+      ep->state = STATUS_STAGE_IN;
-+      usba_ep_writel(ep, SET_STA, USBA_BIT(TX_PK_RDY));
-+      usba_ep_writel(ep, CTL_ENB, USBA_BIT(TX_COMPLETE));
++      *plen = len;
 +}
 +
-+static void receive_data(struct usba_ep *ep)
-+{
-+      struct usba_udc *udc = ep->udc;
-+      struct usba_request *req;
-+      unsigned long status;
-+      unsigned int bytecount, nr_busy;
-+      int is_complete = 0;
-+
-+      status = usba_ep_readl(ep, STA);
-+      nr_busy = USBA_BFEXT(BUSY_BANKS, status);
-+
-+      DBG(DBG_QUEUE, "receive data: nr_busy=%u\n", nr_busy);
-+
-+      while (nr_busy > 0) {
-+              if (list_empty(&ep->queue)) {
-+                      usba_ep_writel(ep, CTL_DIS, USBA_BIT(RX_BK_RDY));
-+                      break;
-+              }
-+              req = list_entry(ep->queue.next,
-+                               struct usba_request, queue);
-+
-+              bytecount = USBA_BFEXT(BYTE_COUNT, status);
-+
-+              if (status & (1 << 31))
-+                      is_complete = 1;
-+              if (req->req.actual + bytecount >= req->req.length) {
-+                      is_complete = 1;
-+                      bytecount = req->req.length - req->req.actual;
-+              }
-+
-+              copy_from_fifo(req->req.buf + req->req.actual,
-+                             ep->fifo, bytecount);
-+              req->req.actual += bytecount;
-+
-+              usba_ep_writel(ep, CLR_STA, USBA_BIT(RX_BK_RDY));
-+
-+              if (is_complete) {
-+                      DBG(DBG_QUEUE, "%s: request done\n", ep_name(ep));
-+                      req->req.status = 0;
-+                      list_del_init(&req->queue);
-+                      usba_ep_writel(ep, CTL_DIS, USBA_BIT(RX_BK_RDY));
-+                      req->req.complete(&ep->ep, &req->req);
-+              }
-+
-+              status = usba_ep_readl(ep, STA);
-+              nr_busy = USBA_BFEXT(BUSY_BANKS, status);
-+
-+              if (is_complete && ep_is_control(ep)) {
-+                      send_status(udc, ep);
-+                      break;
-+              }
-+      }
-+}
+ /*
+  * Submit next transfer for DMA.
+  * lock is held, spi irq is blocked
+@@ -130,53 +184,78 @@
+ {
+       struct atmel_spi        *as = spi_master_get_devdata(master);
+       struct spi_transfer     *xfer;
+-      u32                     len;
++      u32                     len, remaining, total;
+       dma_addr_t              tx_dma, rx_dma;
+-      xfer = as->current_transfer;
+-      if (!xfer || as->remaining_bytes == 0) {
+-              if (xfer)
+-                      xfer = list_entry(xfer->transfer_list.next,
+-                                      struct spi_transfer, transfer_list);
+-              else
+-                      xfer = list_entry(msg->transfers.next,
+-                                      struct spi_transfer, transfer_list);
+-              as->remaining_bytes = xfer->len;
+-              as->current_transfer = xfer;
++      if (!as->current_transfer)
++              xfer = list_entry(msg->transfers.next,
++                              struct spi_transfer, transfer_list);
++      else if (!as->next_transfer)
++              xfer = list_entry(as->current_transfer->transfer_list.next,
++                              struct spi_transfer, transfer_list);
++      else
++              xfer = NULL;
 +
-+static void request_complete(struct usba_ep *ep,
-+                           struct usba_request *req,
-+                           int status)
-+{
-+      struct usba_udc *udc = ep->udc;
++      if (xfer) {
++              len = xfer->len;
++              atmel_spi_next_xfer_data(master, xfer, &tx_dma, &rx_dma, &len);
++              remaining = xfer->len - len;
 +
-+      WARN_ON(!list_empty(&req->queue));
++              spi_writel(as, RPR, rx_dma);
++              spi_writel(as, TPR, tx_dma);
 +
-+      if (req->req.status == -EINPROGRESS)
-+              req->req.status = status;
++              if (msg->spi->bits_per_word > 8)
++                      len >>= 1;
++              spi_writel(as, RCR, len);
++              spi_writel(as, TCR, len);
 +
-+      if (req->mapped) {
-+              dma_unmap_single(
-+                      &udc->pdev->dev, req->req.dma, req->req.length,
-+                      ep_is_in(ep) ? DMA_TO_DEVICE : DMA_FROM_DEVICE);
-+              req->req.dma = DMA_ADDR_INVALID;
-+              req->mapped = 0;
++              dev_dbg(&msg->spi->dev,
++                      "  start xfer %p: len %u tx %p/%08x rx %p/%08x\n",
++                      xfer, xfer->len, xfer->tx_buf, xfer->tx_dma,
++                      xfer->rx_buf, xfer->rx_dma);
++      } else {
++              xfer = as->next_transfer;
++              remaining = as->next_remaining_bytes;
+       }
+-      len = as->remaining_bytes;
++      as->current_transfer = xfer;
++      as->current_remaining_bytes = remaining;
+-      tx_dma = xfer->tx_dma + xfer->len - len;
+-      rx_dma = xfer->rx_dma + xfer->len - len;
++      if (remaining > 0)
++              len = remaining;
++      else if (!atmel_spi_xfer_is_last(msg, xfer)
++                      && atmel_spi_xfer_can_be_chained(xfer)) {
++              xfer = list_entry(xfer->transfer_list.next,
++                              struct spi_transfer, transfer_list);
++              len = xfer->len;
++      } else
++              xfer = NULL;
+-      /* use scratch buffer only when rx or tx data is unspecified */
+-      if (!xfer->rx_buf) {
+-              rx_dma = as->buffer_dma;
+-              if (len > BUFFER_SIZE)
+-                      len = BUFFER_SIZE;
+-      }
+-      if (!xfer->tx_buf) {
+-              tx_dma = as->buffer_dma;
+-              if (len > BUFFER_SIZE)
+-                      len = BUFFER_SIZE;
+-              memset(as->buffer, 0, len);
+-              dma_sync_single_for_device(&as->pdev->dev,
+-                              as->buffer_dma, len, DMA_TO_DEVICE);
+-      }
++      as->next_transfer = xfer;
+-      spi_writel(as, RPR, rx_dma);
+-      spi_writel(as, TPR, tx_dma);
++      if (xfer) {
++              total = len;
++              atmel_spi_next_xfer_data(master, xfer, &tx_dma, &rx_dma, &len);
++              as->next_remaining_bytes = total - len;
++
++              spi_writel(as, RNPR, rx_dma);
++              spi_writel(as, TNPR, tx_dma);
++
++              if (msg->spi->bits_per_word > 8)
++                      len >>= 1;
++              spi_writel(as, RNCR, len);
++              spi_writel(as, TNCR, len);
++
++              dev_dbg(&msg->spi->dev,
++                      "  next xfer %p: len %u tx %p/%08x rx %p/%08x\n",
++                      xfer, xfer->len, xfer->tx_buf, xfer->tx_dma,
++                      xfer->rx_buf, xfer->rx_dma);
++      } else {
++              spi_writel(as, RNCR, 0);
++              spi_writel(as, TNCR, 0);
 +      }
+-      as->remaining_bytes -= len;
+-      if (msg->spi->bits_per_word > 8)
+-              len >>= 1;
+-
+-      /* REVISIT: when xfer->delay_usecs == 0, the PDC "next transfer"
+-       * mechanism might help avoid the IRQ latency between transfers
+-       * (and improve the nCS0 errata handling on at91rm9200 chips)
+-       *
+-       * We're also waiting for ENDRX before we start the next
++      /* REVISIT: We're waiting for ENDRX before we start the next
+        * transfer because we need to handle some difficult timing
+        * issues otherwise. If we wait for ENDTX in one transfer and
+        * then starts waiting for ENDRX in the next, it's difficult
+@@ -186,17 +265,7 @@
+        *
+        * It should be doable, though. Just not now...
+        */
+-      spi_writel(as, TNCR, 0);
+-      spi_writel(as, RNCR, 0);
+       spi_writel(as, IER, SPI_BIT(ENDRX) | SPI_BIT(OVRES));
+-
+-      dev_dbg(&msg->spi->dev,
+-              "  start xfer %p: len %u tx %p/%08x rx %p/%08x imr %03x\n",
+-              xfer, xfer->len, xfer->tx_buf, xfer->tx_dma,
+-              xfer->rx_buf, xfer->rx_dma, spi_readl(as, IMR));
+-
+-      spi_writel(as, RCR, len);
+-      spi_writel(as, TCR, len);
+       spi_writel(as, PTCR, SPI_BIT(TXTEN) | SPI_BIT(RXTEN));
+ }
+@@ -294,6 +363,7 @@
+       spin_lock(&as->lock);
+       as->current_transfer = NULL;
++      as->next_transfer = NULL;
+       /* continue if needed */
+       if (list_empty(&as->queue) || as->stopping)
+@@ -377,7 +447,7 @@
+               spi_writel(as, IDR, pending);
+-              if (as->remaining_bytes == 0) {
++              if (as->current_remaining_bytes == 0) {
+                       msg->actual_length += xfer->len;
+                       if (!msg->is_dma_mapped)
+@@ -387,7 +457,7 @@
+                       if (xfer->delay_usecs)
+                               udelay(xfer->delay_usecs);
+-                      if (msg->transfers.prev == &xfer->transfer_list) {
++                      if (atmel_spi_xfer_is_last(msg, xfer)) {
+                               /* report completed message */
+                               atmel_spi_msg_done(master, as, msg, 0,
+                                               xfer->cs_change);
+@@ -490,9 +560,14 @@
+       if (!(spi->mode & SPI_CPHA))
+               csr |= SPI_BIT(NCPHA);
+-      /* TODO: DLYBS and DLYBCT */
+-      csr |= SPI_BF(DLYBS, 10);
+-      csr |= SPI_BF(DLYBCT, 10);
++      /* DLYBS is mostly irrelevant since we manage chipselect using GPIOs.
++       *
++       * DLYBCT would add delays between words, slowing down transfers.
++       * It could potentially be useful to cope with DMA bottlenecks, but
++       * in those cases it's probably best to just use a lower bitrate.
++       */
++      csr |= SPI_BF(DLYBS, 0);
++      csr |= SPI_BF(DLYBCT, 0);
+       /* chipselect must have been muxed as GPIO (e.g. in board setup) */
+       npcs_pin = (unsigned int)spi->controller_data;
+diff -urN linux-2.6.24.3/drivers/usb/gadget/atmel_usba_udc.c avr32-2.6/drivers/usb/gadget/atmel_usba_udc.c
+--- linux-2.6.24.3/drivers/usb/gadget/atmel_usba_udc.c 2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/drivers/usb/gadget/atmel_usba_udc.c      2008-04-23 20:12:45.000000000 +0200
+@@ -18,6 +18,7 @@
+ #include <linux/platform_device.h>
+ #include <linux/usb/ch9.h>
+ #include <linux/usb/gadget.h>
++#include <linux/usb/atmel_usba_udc.h>
+ #include <linux/delay.h>
+ #include <asm/gpio.h>
+@@ -27,6 +28,7 @@
+ static struct usba_udc the_udc;
++static struct usba_ep *usba_ep;
+ #ifdef CONFIG_USB_GADGET_DEBUG_FS
+ #include <linux/debugfs.h>
+@@ -324,53 +326,6 @@
+       return 1;
+ }
+-static void copy_to_fifo(void __iomem *fifo, const void *buf, int len)
+-{
+-      unsigned long tmp;
+-
+-      DBG(DBG_FIFO, "copy to FIFO (len %d):\n", len);
+-      for (; len > 0; len -= 4, buf += 4, fifo += 4) {
+-              tmp = *(unsigned long *)buf;
+-              if (len >= 4) {
+-                      DBG(DBG_FIFO, "  -> %08lx\n", tmp);
+-                      __raw_writel(tmp, fifo);
+-              } else {
+-                      do {
+-                              DBG(DBG_FIFO, "  -> %02lx\n", tmp >> 24);
+-                              __raw_writeb(tmp >> 24, fifo);
+-                              fifo++;
+-                              tmp <<= 8;
+-                      } while (--len);
+-                      break;
+-              }
+-      }
+-}
+-
+-static void copy_from_fifo(void *buf, void __iomem *fifo, int len)
+-{
+-      union {
+-              unsigned long *w;
+-              unsigned char *b;
+-      } p;
+-      unsigned long tmp;
+-
+-      DBG(DBG_FIFO, "copy from FIFO (len %d):\n", len);
+-      for (p.w = buf; len > 0; len -= 4, p.w++, fifo += 4) {
+-              if (len >= 4) {
+-                      tmp = __raw_readl(fifo);
+-                      *p.w = tmp;
+-                      DBG(DBG_FIFO, "  -> %08lx\n", tmp);
+-              } else {
+-                      do {
+-                              tmp = __raw_readb(fifo);
+-                              *p.b = tmp;
+-                              DBG(DBG_FIFO, " -> %02lx\n", tmp);
+-                              fifo++, p.b++;
+-                      } while (--len);
+-              }
+-      }
+-}
+-
+ static void next_fifo_transaction(struct usba_ep *ep, struct usba_request *req)
+ {
+       unsigned int transaction_len;
+@@ -387,7 +342,7 @@
+               ep->ep.name, req, transaction_len,
+               req->last_transaction ? ", done" : "");
+-      copy_to_fifo(ep->fifo, req->req.buf + req->req.actual, transaction_len);
++      memcpy_toio(ep->fifo, req->req.buf + req->req.actual, transaction_len);
+       usba_ep_writel(ep, SET_STA, USBA_TX_PK_RDY);
+       req->req.actual += transaction_len;
+ }
+@@ -476,7 +431,7 @@
+                       bytecount = req->req.length - req->req.actual;
+               }
+-              copy_from_fifo(req->req.buf + req->req.actual,
++              memcpy_fromio(req->req.buf + req->req.actual,
+                               ep->fifo, bytecount);
+               req->req.actual += bytecount;
+@@ -1029,33 +984,6 @@
+       .set_selfpowered        = usba_udc_set_selfpowered,
+ };
+-#define EP(nam, idx, maxpkt, maxbk, dma, isoc)                        \
+-{                                                             \
+-      .ep     = {                                             \
+-              .ops            = &usba_ep_ops,                 \
+-              .name           = nam,                          \
+-              .maxpacket      = maxpkt,                       \
+-      },                                                      \
+-      .udc            = &the_udc,                             \
+-      .queue          = LIST_HEAD_INIT(usba_ep[idx].queue),   \
+-      .fifo_size      = maxpkt,                               \
+-      .nr_banks       = maxbk,                                \
+-      .index          = idx,                                  \
+-      .can_dma        = dma,                                  \
+-      .can_isoc       = isoc,                                 \
+-}
+-
+-static struct usba_ep usba_ep[] = {
+-      EP("ep0", 0, 64, 1, 0, 0),
+-      EP("ep1in-bulk", 1, 512, 2, 1, 1),
+-      EP("ep2out-bulk", 2, 512, 2, 1, 1),
+-      EP("ep3in-int", 3, 64, 3, 1, 0),
+-      EP("ep4out-int", 4, 64, 3, 1, 0),
+-      EP("ep5in-iso", 5, 1024, 3, 1, 1),
+-      EP("ep6out-iso", 6, 1024, 3, 1, 1),
+-};
+-#undef EP
+-
+ static struct usb_endpoint_descriptor usba_ep0_desc = {
+       .bLength = USB_DT_ENDPOINT_SIZE,
+       .bDescriptorType = USB_DT_ENDPOINT,
+@@ -1074,7 +1002,6 @@
+ static struct usba_udc the_udc = {
+       .gadget = {
+               .ops            = &usba_udc_ops,
+-              .ep0            = &usba_ep[0].ep,
+               .ep_list        = LIST_HEAD_INIT(the_udc.gadget.ep_list),
+               .is_dualspeed   = 1,
+               .name           = "atmel_usba_udc",
+@@ -1231,7 +1158,7 @@
+               } else {
+                       usba_ep_writel(ep, CTL_ENB, USBA_EPT_ENABLE);
+                       usba_writel(udc, TST, USBA_TST_PKT_MODE);
+-                      copy_to_fifo(ep->fifo, test_packet_buffer,
++                      memcpy_toio(ep->fifo, test_packet_buffer,
+                                       sizeof(test_packet_buffer));
+                       usba_ep_writel(ep, SET_STA, USBA_TX_PK_RDY);
+                       dev_info(dev, "Entering Test_Packet mode...\n");
+@@ -1539,7 +1466,7 @@
+               }
+               DBG(DBG_FIFO, "Copying ctrl request from 0x%p:\n", ep->fifo);
+-              copy_from_fifo(crq.data, ep->fifo, sizeof(crq));
++              memcpy_fromio(crq.data, ep->fifo, sizeof(crq));
+               /* Free up one bank in the FIFO so that we can
+                * generate or receive a reply right away. */
+@@ -1911,7 +1838,7 @@
+       regs = platform_get_resource(pdev, IORESOURCE_MEM, CTRL_IOMEM_ID);
+       fifo = platform_get_resource(pdev, IORESOURCE_MEM, FIFO_IOMEM_ID);
+-      if (!regs || !fifo)
++      if (!regs || !fifo || !pdata)
+               return -ENXIO;
+       irq = platform_get_irq(pdev, 0);
+@@ -1959,16 +1886,44 @@
+       usba_writel(udc, CTRL, 0);
+       clk_disable(pclk);
++      usba_ep = kmalloc(sizeof(struct usba_ep) * pdata->num_ep,
++                        GFP_KERNEL);
++      if (!usba_ep)
++              goto err_alloc_ep;
++
++      the_udc.gadget.ep0 = &usba_ep[0].ep;
++
+       INIT_LIST_HEAD(&usba_ep[0].ep.ep_list);
+       usba_ep[0].ep_regs = udc->regs + USBA_EPT_BASE(0);
+       usba_ep[0].dma_regs = udc->regs + USBA_DMA_BASE(0);
+       usba_ep[0].fifo = udc->fifo + USBA_FIFO_BASE(0);
+-      for (i = 1; i < ARRAY_SIZE(usba_ep); i++) {
++      usba_ep[0].ep.ops = &usba_ep_ops;
++      usba_ep[0].ep.name = pdata->ep[0].name;
++      usba_ep[0].ep.maxpacket = pdata->ep[0].fifo_size;
++      usba_ep[0].udc = &the_udc;
++      INIT_LIST_HEAD(&usba_ep[0].queue);
++      usba_ep[0].fifo_size = pdata->ep[0].fifo_size;
++      usba_ep[0].nr_banks = pdata->ep[0].nr_banks;
++      usba_ep[0].index = pdata->ep[0].index;
++      usba_ep[0].can_dma = pdata->ep[0].can_dma;
++      usba_ep[0].can_isoc = pdata->ep[0].can_isoc;
++
++      for (i = 1; i < pdata->num_ep; i++) {
+               struct usba_ep *ep = &usba_ep[i];
+               ep->ep_regs = udc->regs + USBA_EPT_BASE(i);
+               ep->dma_regs = udc->regs + USBA_DMA_BASE(i);
+               ep->fifo = udc->fifo + USBA_FIFO_BASE(i);
++              ep->ep.ops = &usba_ep_ops;
++              ep->ep.name = pdata->ep[i].name;
++              ep->ep.maxpacket = pdata->ep[i].fifo_size;
++              ep->udc = &the_udc;
++              INIT_LIST_HEAD(&ep->queue);
++              ep->fifo_size = pdata->ep[i].fifo_size;
++              ep->nr_banks = pdata->ep[i].nr_banks;
++              ep->index = pdata->ep[i].index;
++              ep->can_dma = pdata->ep[i].can_dma;
++              ep->can_isoc = pdata->ep[i].can_isoc;
+               list_add_tail(&ep->ep.ep_list, &udc->gadget.ep_list);
+       }
+@@ -1987,7 +1942,7 @@
+               goto err_device_add;
+       }
+-      if (pdata && pdata->vbus_pin != GPIO_PIN_NONE) {
++      if (pdata->vbus_pin >= 0) {
+               if (!gpio_request(pdata->vbus_pin, "atmel_usba_udc")) {
+                       udc->vbus_pin = pdata->vbus_pin;
+@@ -2007,7 +1962,7 @@
+       }
+       usba_init_debugfs(udc);
+-      for (i = 1; i < ARRAY_SIZE(usba_ep); i++)
++      for (i = 1; i < pdata->num_ep; i++)
+               usba_ep_init_debugfs(udc, &usba_ep[i]);
+       return 0;
+@@ -2015,6 +1970,8 @@
+ err_device_add:
+       free_irq(irq, udc);
+ err_request_irq:
++      kfree(usba_ep);
++err_alloc_ep:
+       iounmap(udc->fifo);
+ err_map_fifo:
+       iounmap(udc->regs);
+@@ -2032,10 +1989,11 @@
+ {
+       struct usba_udc *udc;
+       int i;
++      struct usba_platform_data *pdata = pdev->dev.platform_data;
+       udc = platform_get_drvdata(pdev);
+-      for (i = 1; i < ARRAY_SIZE(usba_ep); i++)
++      for (i = 1; i < pdata->num_ep; i++)
+               usba_ep_cleanup_debugfs(&usba_ep[i]);
+       usba_cleanup_debugfs(udc);
+diff -urN linux-2.6.24.3/drivers/video/atmel_lcdfb.c avr32-2.6/drivers/video/atmel_lcdfb.c
+--- linux-2.6.24.3/drivers/video/atmel_lcdfb.c 2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/drivers/video/atmel_lcdfb.c      2008-04-23 20:12:45.000000000 +0200
+@@ -16,6 +16,7 @@
+ #include <linux/fb.h>
+ #include <linux/init.h>
+ #include <linux/delay.h>
++#include <linux/backlight.h>
+ #include <asm/arch/board.h>
+ #include <asm/arch/cpu.h>
+@@ -37,7 +38,9 @@
+ #endif
+ #if defined(CONFIG_ARCH_AT91)
+-#define       ATMEL_LCDFB_FBINFO_DEFAULT      FBINFO_DEFAULT
++#define       ATMEL_LCDFB_FBINFO_DEFAULT      (FBINFO_DEFAULT \
++                                       | FBINFO_PARTIAL_PAN_OK \
++                                       | FBINFO_HWACCEL_YPAN)
+ static inline void atmel_lcdfb_update_dma2d(struct atmel_lcdfb_info *sinfo,
+                                       struct fb_var_screeninfo *var)
+@@ -69,12 +72,113 @@
+ }
+ #endif
++static const u32 contrast_ctr = ATMEL_LCDC_PS_DIV8
++              | ATMEL_LCDC_POL_POSITIVE
++              | ATMEL_LCDC_ENA_PWMENABLE;
 +
-+      DBG(DBG_GADGET | DBG_REQ,
-+          "%s: req %p complete: status %d, actual %u\n",
-+          ep_name(ep), req, req->req.status, req->req.actual);
-+      req->req.complete(&ep->ep, &req->req);
-+}
-+
-+static void request_complete_list(struct usba_ep *ep,
-+                                struct list_head *list,
-+                                int status)
-+{
-+      struct usba_request *req, *tmp_req;
-+
-+      list_for_each_entry_safe(req, tmp_req, list, queue) {
-+              list_del_init(&req->queue);
-+              request_complete(ep, req, status);
-+      }
-+}
++#ifdef CONFIG_BACKLIGHT_ATMEL_LCDC
 +
-+static int usba_ep_enable(struct usb_ep *_ep,
-+                         const struct usb_endpoint_descriptor *desc)
++/* some bl->props field just changed */
++static int atmel_bl_update_status(struct backlight_device *bl)
 +{
-+      struct usba_ep *ep = to_usba_ep(_ep);
-+      struct usba_udc *udc = ep->udc;
-+      unsigned long flags, ept_cfg, maxpacket;
-+
-+      DBG(DBG_GADGET, "%s: ep_enable: desc=%p\n", ep_name(ep), desc);
-+
-+      maxpacket = le16_to_cpu(desc->wMaxPacketSize);
-+
-+      if (ep->index == 0
-+          || desc->bDescriptorType != USB_DT_ENDPOINT
-+          || ((desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK)
-+              != ep->index)
-+          || maxpacket == 0
-+          || maxpacket > ep->fifo_size) {
-+              DBG(DBG_ERR, "ep_enable: Invalid argument");
-+              return -EINVAL;
-+      }
-+
-+      ep->is_isoc = 0;
-+      ep->is_in = 0;
-+
-+      if ((desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK)
-+          == USB_ENDPOINT_XFER_ISOC) {
-+                  if (!ep->can_isoc) {
-+                          DBG(DBG_ERR, "ep_enable: %s is not isoc capable\n",
-+                              ep_name(ep));
-+                          return -EINVAL;
-+                  }
-+                  ep->is_isoc = 1;
-+      }
-+
-+      if (maxpacket <= 8)
-+              ept_cfg = USBA_BF(EPT_SIZE, USBA_EPT_SIZE_8);
-+      else
-+              /* LSB is bit 1, not 0 */
-+              ept_cfg = USBA_BF(EPT_SIZE, fls(maxpacket - 1) - 3);
-+      DBG(DBG_HW, "%s: EPT_SIZE = %lu (maxpacket = %lu)\n",
-+          ep_name(ep), ept_cfg, maxpacket);
-+
-+      if ((desc->bEndpointAddress & USB_ENDPOINT_DIR_MASK) == USB_DIR_IN) {
-+              ep->is_in = 1;
-+              ept_cfg |= USBA_BIT(EPT_DIR);
-+      }
-+
-+      switch (desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) {
-+      case USB_ENDPOINT_XFER_CONTROL:
-+              ept_cfg |= USBA_BF(EPT_TYPE, USBA_EPT_TYPE_CONTROL);
-+              break;
-+      case USB_ENDPOINT_XFER_ISOC:
-+              ept_cfg |= USBA_BF(EPT_TYPE, USBA_EPT_TYPE_ISO);
-+              break;
-+      case USB_ENDPOINT_XFER_BULK:
-+              ept_cfg |= USBA_BF(EPT_TYPE, USBA_EPT_TYPE_BULK);
-+              break;
-+      case USB_ENDPOINT_XFER_INT:
-+              ept_cfg |= USBA_BF(EPT_TYPE, USBA_EPT_TYPE_INT);
-+              break;
-+      }
-+      ept_cfg |= USBA_BF(BK_NUMBER, ep->nr_banks);
-+
-+      spin_lock_irqsave(&ep->udc->lock, flags);
-+
-+      if (ep->desc) {
-+              spin_unlock_irqrestore(&ep->udc->lock, flags);
-+              DBG(DBG_ERR, "ep%d already enabled\n", ep->index);
-+              return -EBUSY;
-+      }
-+
-+      ep->desc = desc;
-+      ep->ep.maxpacket = maxpacket;
-+
-+      usba_ep_writel(ep, CFG, ept_cfg);
-+      usba_ep_writel(ep, CTL_ENB, USBA_BIT(EPT_ENABLE));
++      struct atmel_lcdfb_info *sinfo = bl_get_data(bl);
++      int                     power = sinfo->bl_power;
++      int                     brightness = bl->props.brightness;
 +
-+      if (ep_can_dma(ep)) {
-+              u32 ctrl;
++      /* REVISIT there may be a meaningful difference between
++       * fb_blank and power ... there seem to be some cases
++       * this doesn't handle correctly.
++       */
++      if (bl->props.fb_blank != sinfo->bl_power)
++              power = bl->props.fb_blank;
++      else if (bl->props.power != sinfo->bl_power)
++              power = bl->props.power;
 +
-+              usba_writel(udc, INT_ENB,
-+                           (usba_readl(udc, INT_ENB)
-+                            | USBA_BF(EPT_INT, 1 << ep->index)
-+                            | USBA_BF(DMA_INT, 1 << ep->index)));
-+              ctrl = USBA_BIT(AUTO_VALID) | USBA_BIT(INTDIS_DMA);
-+              usba_ep_writel(ep, CTL_ENB, ctrl);
-+      } else {
-+              usba_writel(udc, INT_ENB,
-+                           (usba_readl(udc, INT_ENB)
-+                            | USBA_BF(EPT_INT, 1 << ep->index)));
-+      }
++      if (brightness < 0 && power == FB_BLANK_UNBLANK)
++              brightness = lcdc_readl(sinfo, ATMEL_LCDC_CONTRAST_VAL);
++      else if (power != FB_BLANK_UNBLANK)
++              brightness = 0;
 +
-+      spin_unlock_irqrestore(&udc->lock, flags);
++      lcdc_writel(sinfo, ATMEL_LCDC_CONTRAST_VAL, brightness);
++      lcdc_writel(sinfo, ATMEL_LCDC_CONTRAST_CTR,
++                      brightness ? contrast_ctr : 0);
 +
-+      DBG(DBG_HW, "EPT_CFG%d after init: %#08lx\n", ep->index,
-+          (unsigned long)usba_ep_readl(ep, CFG));
-+      DBG(DBG_HW, "INT_ENB after init: %#08lx\n",
-+          (unsigned long)usba_readl(udc, INT_ENB));
++      bl->props.fb_blank = bl->props.power = sinfo->bl_power = power;
 +
 +      return 0;
 +}
 +
-+static int usba_ep_disable(struct usb_ep *_ep)
++static int atmel_bl_get_brightness(struct backlight_device *bl)
 +{
-+      struct usba_ep *ep = to_usba_ep(_ep);
-+      struct usba_udc *udc = ep->udc;
-+      LIST_HEAD(req_list);
-+      unsigned long flags;
-+
-+      DBG(DBG_GADGET, "ep_disable: %s\n", ep_name(ep));
-+
-+      spin_lock_irqsave(&udc->lock, flags);
-+
-+      if (!ep->desc) {
-+              spin_unlock_irqrestore(&udc->lock, flags);
-+              DBG(DBG_ERR, "ep_disable: %s not enabled\n",
-+                  ep_name(ep));
-+              return -EINVAL;
-+      }
-+      ep->desc = NULL;
-+
-+      list_splice_init(&ep->queue, &req_list);
-+      if (ep_can_dma(ep)) {
-+              usba_dma_writel(ep, CONTROL, 0);
-+              usba_dma_writel(ep, ADDRESS, 0);
-+              usba_dma_readl(ep, STATUS);
-+      }
-+      usba_ep_writel(ep, CTL_DIS, USBA_BIT(EPT_ENABLE));
-+      usba_writel(udc, INT_ENB, (usba_readl(udc, INT_ENB)
-+                                  & ~USBA_BF(EPT_INT, 1 << ep->index)));
-+
-+      spin_unlock_irqrestore(&udc->lock, flags);
++      struct atmel_lcdfb_info *sinfo = bl_get_data(bl);
 +
-+      request_complete_list(ep, &req_list, -ESHUTDOWN);
-+
-+      return 0;
++      return lcdc_readl(sinfo, ATMEL_LCDC_CONTRAST_VAL);
 +}
 +
-+static struct usb_request *
-+usba_ep_alloc_request(struct usb_ep *_ep, unsigned gfp_flags)
++static struct backlight_ops atmel_lcdc_bl_ops = {
++      .update_status = atmel_bl_update_status,
++      .get_brightness = atmel_bl_get_brightness,
++};
++
++static void init_backlight(struct atmel_lcdfb_info *sinfo)
 +{
-+      struct usba_request *req;
++      struct backlight_device *bl;
 +
-+      DBG(DBG_GADGET, "ep_alloc_request: %p, 0x%x\n", _ep, gfp_flags);
++      sinfo->bl_power = FB_BLANK_UNBLANK;
 +
-+      req = kzalloc(sizeof(*req), gfp_flags);
-+      if (!req)
-+              return NULL;
++      if (sinfo->backlight)
++              return;
 +
-+      INIT_LIST_HEAD(&req->queue);
-+      req->req.dma = DMA_ADDR_INVALID;
++      bl = backlight_device_register("backlight", &sinfo->pdev->dev,
++                      sinfo, &atmel_lcdc_bl_ops);
++      if (IS_ERR(sinfo->backlight)) {
++              dev_err(&sinfo->pdev->dev, "error %ld on backlight register\n",
++                              PTR_ERR(bl));
++              return;
++      }
++      sinfo->backlight = bl;
 +
-+      return &req->req;
++      bl->props.power = FB_BLANK_UNBLANK;
++      bl->props.fb_blank = FB_BLANK_UNBLANK;
++      bl->props.max_brightness = 0xff;
++      bl->props.brightness = atmel_bl_get_brightness(bl);
 +}
 +
-+static void
-+usba_ep_free_request(struct usb_ep *_ep, struct usb_request *_req)
++static void exit_backlight(struct atmel_lcdfb_info *sinfo)
 +{
-+      struct usba_request *req = to_usba_req(_req);
++      if (sinfo->backlight)
++              backlight_device_unregister(sinfo->backlight);
++}
 +
-+      DBG(DBG_GADGET, "ep_free_request: %p, %p\n", _ep, _req);
++#else
 +
-+      kfree(req);
++static void init_backlight(struct atmel_lcdfb_info *sinfo)
++{
++      dev_warn(&sinfo->pdev->dev, "backlight control is not available\n");
 +}
 +
-+static void *usba_ep_alloc_buffer(struct usb_ep *_ep, unsigned bytes,
-+                                 dma_addr_t *dma, unsigned gfp_flags)
++static void exit_backlight(struct atmel_lcdfb_info *sinfo)
 +{
-+      void *buf;
-+
-+      if (bytes < L1_CACHE_BYTES)
-+              bytes = L1_CACHE_BYTES;
++}
 +
-+      buf = kmalloc(bytes, gfp_flags);
++#endif
 +
-+      /*
-+       * Seems like we have to map the buffer any chance we get.
-+       * ether.c wants us to initialize the dma member of a
-+       * different request than the one receiving the buffer, so one
-+       * never knows...
-+       *
-+       * Ah, screw it.  The ether driver is probably wrong, and this
-+       * is not the right place to do the mapping.  The driver
-+       * shouldn't mess with our DMA mappings anyway.
-+       */
-+      *dma = DMA_ADDR_INVALID;
++static void init_contrast(struct atmel_lcdfb_info *sinfo)
++{
++      /* have some default contrast/backlight settings */
++      lcdc_writel(sinfo, ATMEL_LCDC_CONTRAST_CTR, contrast_ctr);
++      lcdc_writel(sinfo, ATMEL_LCDC_CONTRAST_VAL, ATMEL_LCDC_CVAL_DEFAULT);
 +
-+      return buf;
++      if (sinfo->lcdcon_is_backlight)
++              init_backlight(sinfo);
 +}
 +
-+static void usba_ep_free_buffer(struct usb_ep *_ep, void *buf,
-+                               dma_addr_t dma, unsigned bytes)
-+{
-+      DBG(DBG_GADGET, "ep_free_buffer: %s, buf %p (size %u)\n",
-+          _ep->name, buf, bytes);
-+      kfree(buf);
-+}
+ static struct fb_fix_screeninfo atmel_lcdfb_fix __initdata = {
+       .type           = FB_TYPE_PACKED_PIXELS,
+       .visual         = FB_VISUAL_TRUECOLOR,
+       .xpanstep       = 0,
+-      .ypanstep       = 0,
++      .ypanstep       = 1,
+       .ywrapstep      = 0,
+       .accel          = FB_ACCEL_NONE,
+ };
+@@ -148,6 +252,8 @@
+               return -ENOMEM;
+       }
++      memset(info->screen_base, 0, info->fix.smem_len);
 +
-+static int queue_dma(struct usba_udc *udc, struct usba_ep *ep,
-+                   struct usba_request *req, gfp_t gfp_flags)
-+{
-+      unsigned long flags;
-+      int ret;
+       return 0;
+ }
+@@ -203,6 +309,26 @@
+       var->transp.offset = var->transp.length = 0;
+       var->xoffset = var->yoffset = 0;
++      /* Saturate vertical and horizontal timings at maximum values */
++      var->vsync_len = min_t(u32, var->vsync_len,
++                      (ATMEL_LCDC_VPW >> ATMEL_LCDC_VPW_OFFSET) + 1);
++      var->upper_margin = min_t(u32, var->upper_margin,
++                      ATMEL_LCDC_VBP >> ATMEL_LCDC_VBP_OFFSET);
++      var->lower_margin = min_t(u32, var->lower_margin,
++                      ATMEL_LCDC_VFP);
++      var->right_margin = min_t(u32, var->right_margin,
++                      (ATMEL_LCDC_HFP >> ATMEL_LCDC_HFP_OFFSET) + 1);
++      var->hsync_len = min_t(u32, var->hsync_len,
++                      (ATMEL_LCDC_HPW >> ATMEL_LCDC_HPW_OFFSET) + 1);
++      var->left_margin = min_t(u32, var->left_margin,
++                      ATMEL_LCDC_HBP + 1);
++
++      /* Some parameters can't be zero */
++      var->vsync_len = max_t(u32, var->vsync_len, 1);
++      var->right_margin = max_t(u32, var->right_margin, 1);
++      var->hsync_len = max_t(u32, var->hsync_len, 1);
++      var->left_margin = max_t(u32, var->left_margin, 1);
 +
-+      DBG(DBG_DMA, "%s: req l/%u d/%08x %c%c%c\n",
-+          ep_name(ep), req->req.length, req->req.dma,
-+          req->req.zero ? 'Z' : 'z',
-+          req->req.short_not_ok ? 'S' : 's',
-+          req->req.no_interrupt ? 'I' : 'i');
+       switch (var->bits_per_pixel) {
+       case 1:
+       case 2:
+@@ -370,10 +496,6 @@
+       /* Disable all interrupts */
+       lcdc_writel(sinfo, ATMEL_LCDC_IDR, ~0UL);
+-      /* Set contrast */
+-      value = ATMEL_LCDC_PS_DIV8 | ATMEL_LCDC_POL_POSITIVE | ATMEL_LCDC_ENA_PWMENABLE;
+-      lcdc_writel(sinfo, ATMEL_LCDC_CONTRAST_CTR, value);
+-      lcdc_writel(sinfo, ATMEL_LCDC_CONTRAST_VAL, ATMEL_LCDC_CVAL_DEFAULT);
+       /* ...wait for DMA engine to become idle... */
+       while (lcdc_readl(sinfo, ATMEL_LCDC_DMACON) & ATMEL_LCDC_DMABUSY)
+               msleep(10);
+@@ -516,7 +638,6 @@
+       struct fb_info *info = sinfo->info;
+       int ret = 0;
+-      memset_io(info->screen_base, 0, info->fix.smem_len);
+       info->var.activate |= FB_ACTIVATE_FORCE | FB_ACTIVATE_NOW;
+       dev_info(info->device,
+@@ -577,6 +698,7 @@
+               sinfo->default_monspecs = pdata_sinfo->default_monspecs;
+               sinfo->atmel_lcdfb_power_control = pdata_sinfo->atmel_lcdfb_power_control;
+               sinfo->guard_time = pdata_sinfo->guard_time;
++              sinfo->lcdcon_is_backlight = pdata_sinfo->lcdcon_is_backlight;
+       } else {
+               dev_err(dev, "cannot get default configuration\n");
+               goto free_info;
+@@ -645,6 +767,11 @@
+               info->screen_base = ioremap(info->fix.smem_start, info->fix.smem_len);
+               if (!info->screen_base)
+                       goto release_intmem;
 +
-+      if (req->req.length > 0x10000) {
-+              /* Lengths from 0 to 65536 (inclusive) are supported */
-+              DBG(DBG_ERR, "invalid request length %u\n", req->req.length);
-+              return -EINVAL;
-+      }
++              /*
++               * Don't clear the framebuffer -- someone may have set
++               * up a splash image.
++               */
+       } else {
+               /* alocate memory buffer */
+               ret = atmel_lcdfb_alloc_video_memory(sinfo);
+@@ -670,6 +797,9 @@
+               goto release_mem;
+       }
++      /* Initialize PWM for contrast or backlight ("off") */
++      init_contrast(sinfo);
++
+       /* interrupt */
+       ret = request_irq(sinfo->irq_base, atmel_lcdfb_interrupt, 0, pdev->name, info);
+       if (ret) {
+@@ -721,6 +851,7 @@
+ unregister_irqs:
+       free_irq(sinfo->irq_base, info);
+ unmap_mmio:
++      exit_backlight(sinfo);
+       iounmap(sinfo->mmio);
+ release_mem:
+       release_mem_region(info->fix.mmio_start, info->fix.mmio_len);
+@@ -755,6 +886,7 @@
+       if (!sinfo)
+               return 0;
++      exit_backlight(sinfo);
+       if (sinfo->atmel_lcdfb_power_control)
+               sinfo->atmel_lcdfb_power_control(0);
+       unregister_framebuffer(info);
+@@ -781,6 +913,9 @@
+ static struct platform_driver atmel_lcdfb_driver = {
+       .remove         = __exit_p(atmel_lcdfb_remove),
 +
-+      req->using_dma = 1;
++// FIXME need suspend, resume
 +
-+      if (req->req.dma == DMA_ADDR_INVALID) {
-+              req->req.dma = dma_map_single(
-+                      &udc->pdev->dev, req->req.buf, req->req.length,
-+                      ep_is_in(ep) ? DMA_TO_DEVICE : DMA_FROM_DEVICE);
-+              req->mapped = 1;
-+      } else {
-+              dma_sync_single_for_device(
-+                      &udc->pdev->dev, req->req.dma, req->req.length,
-+                      ep_is_in(ep) ? DMA_TO_DEVICE : DMA_FROM_DEVICE);
-+              req->mapped = 0;
-+      }
+       .driver         = {
+               .name   = "atmel_lcdfb",
+               .owner  = THIS_MODULE,
+diff -urN linux-2.6.24.3/drivers/video/backlight/Kconfig avr32-2.6/drivers/video/backlight/Kconfig
+--- linux-2.6.24.3/drivers/video/backlight/Kconfig     2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/drivers/video/backlight/Kconfig  2008-04-23 20:12:45.000000000 +0200
+@@ -50,6 +50,19 @@
+         To have support for your specific LCD panel you will have to
+         select the proper drivers which depend on this option.
++config BACKLIGHT_ATMEL_LCDC
++      bool "Atmel LCDC Contrast-as-Backlight control"
++      depends on BACKLIGHT_CLASS_DEVICE && FB_ATMEL
++      default y if MACH_SAM9261EK || MACH_SAM9263EK
++      help
++        This provides a backlight control internal to the Atmel LCDC
++        driver.  If the LCD "contrast control" on your board is wired
++        so it controls the backlight brightness, select this option to
++        export this as a PWM-based backlight control.
++
++        If in doubt, it's safe to enable this option; it doesn't kick
++        in unless the board's description says it's wired that way.
++
+ config BACKLIGHT_CORGI
+       tristate "Generic (aka Sharp Corgi) Backlight Driver"
+       depends on BACKLIGHT_CLASS_DEVICE
+diff -urN linux-2.6.24.3/drivers/video/console/Kconfig avr32-2.6/drivers/video/console/Kconfig
+--- linux-2.6.24.3/drivers/video/console/Kconfig       2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/drivers/video/console/Kconfig    2008-04-23 19:33:46.000000000 +0200
+@@ -6,7 +6,7 @@
+ config VGA_CONSOLE
+       bool "VGA text console" if EMBEDDED || !X86
+-      depends on !ARCH_ACORN && !ARCH_EBSA110 && !4xx && !8xx && !SPARC && !M68K && !PARISC && !FRV && !ARCH_VERSATILE && !SUPERH && !BLACKFIN
++      depends on !ARCH_ACORN && !ARCH_EBSA110 && !4xx && !8xx && !SPARC && !M68K && !PARISC && !FRV && !ARCH_VERSATILE && !SUPERH && !BLACKFIN && !AVR32
+       default y
+       help
+         Saying Y here will allow you to use Linux in text mode through a
+diff -urN linux-2.6.24.3/drivers/watchdog/Kconfig avr32-2.6/drivers/watchdog/Kconfig
+--- linux-2.6.24.3/drivers/watchdog/Kconfig    2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/drivers/watchdog/Kconfig 2008-04-23 20:12:45.000000000 +0200
+@@ -223,7 +223,7 @@
+ config AT32AP700X_WDT
+       tristate "AT32AP700x watchdog"
+-      depends on CPU_AT32AP7000
++      depends on CPU_AT32AP700X
+       help
+         Watchdog timer embedded into AT32AP700x devices. This will reboot
+         your system when the timeout is reached.
+diff -urN linux-2.6.24.3/include/asm-arm/arch-at91/at91rm9200.h avr32-2.6/include/asm-arm/arch-at91/at91rm9200.h
+--- linux-2.6.24.3/include/asm-arm/arch-at91/at91rm9200.h      2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/include/asm-arm/arch-at91/at91rm9200.h   2008-04-23 19:33:48.000000000 +0200
+@@ -93,6 +93,11 @@
+ #define AT91_RTC      (0xfffffe00 - AT91_BASE_SYS)    /* Real-Time Clock */
+ #define AT91_MC               (0xffffff00 - AT91_BASE_SYS)    /* Memory Controllers */
++#define AT91_USART0   AT91RM9200_BASE_US0
++#define AT91_USART1   AT91RM9200_BASE_US1
++#define AT91_USART2   AT91RM9200_BASE_US2
++#define AT91_USART3   AT91RM9200_BASE_US3
++
+ #define AT91_MATRIX   0       /* not supported */
+ /*
+diff -urN linux-2.6.24.3/include/asm-arm/arch-at91/at91sam9260.h avr32-2.6/include/asm-arm/arch-at91/at91sam9260.h
+--- linux-2.6.24.3/include/asm-arm/arch-at91/at91sam9260.h     2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/include/asm-arm/arch-at91/at91sam9260.h  2008-04-23 19:33:48.000000000 +0200
+@@ -99,6 +99,13 @@
+ #define AT91_WDT      (0xfffffd40 - AT91_BASE_SYS)
+ #define AT91_GPBR     (0xfffffd50 - AT91_BASE_SYS)
++#define AT91_USART0   AT91SAM9260_BASE_US0
++#define AT91_USART1   AT91SAM9260_BASE_US1
++#define AT91_USART2   AT91SAM9260_BASE_US2
++#define AT91_USART3   AT91SAM9260_BASE_US3
++#define AT91_USART4   AT91SAM9260_BASE_US4
++#define AT91_USART5   AT91SAM9260_BASE_US5
 +
-+      req->ctrl = (USBA_BF(DMA_BUF_LEN, req->req.length)
-+                   | USBA_BIT(DMA_CH_EN) | USBA_BIT(DMA_END_BUF_IE)
-+                   | USBA_BIT(DMA_END_TR_EN) | USBA_BIT(DMA_END_TR_IE));
+ /*
+  * Internal Memory.
+diff -urN linux-2.6.24.3/include/asm-arm/arch-at91/at91sam9261.h avr32-2.6/include/asm-arm/arch-at91/at91sam9261.h
+--- linux-2.6.24.3/include/asm-arm/arch-at91/at91sam9261.h     2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/include/asm-arm/arch-at91/at91sam9261.h  2008-04-23 19:33:48.000000000 +0200
+@@ -84,6 +84,10 @@
+ #define AT91_WDT      (0xfffffd40 - AT91_BASE_SYS)
+ #define AT91_GPBR     (0xfffffd50 - AT91_BASE_SYS)
++#define AT91_USART0   AT91SAM9261_BASE_US0
++#define AT91_USART1   AT91SAM9261_BASE_US1
++#define AT91_USART2   AT91SAM9261_BASE_US2
 +
-+      if (ep_is_in(ep))
-+              req->ctrl |= USBA_BIT(DMA_END_BUF_EN);
+ /*
+  * Internal Memory.
+diff -urN linux-2.6.24.3/include/asm-arm/arch-at91/at91sam9263.h avr32-2.6/include/asm-arm/arch-at91/at91sam9263.h
+--- linux-2.6.24.3/include/asm-arm/arch-at91/at91sam9263.h     2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/include/asm-arm/arch-at91/at91sam9263.h  2008-04-23 19:33:48.000000000 +0200
+@@ -101,6 +101,10 @@
+ #define AT91_RTT1     (0xfffffd50 - AT91_BASE_SYS)
+ #define AT91_GPBR     (0xfffffd60 - AT91_BASE_SYS)
++#define AT91_USART0   AT91SAM9263_BASE_US0
++#define AT91_USART1   AT91SAM9263_BASE_US1
++#define AT91_USART2   AT91SAM9263_BASE_US2
 +
-+      /*
-+       * Add this request to the queue and submit for DMA if
-+       * possible. Check if we're still alive first -- we may have
-+       * received a reset since last time we checked.
-+       */
-+      ret = -ESHUTDOWN;
-+      spin_lock_irqsave(&udc->lock, flags);
-+      if (ep->desc) {
-+              if (list_empty(&ep->queue))
-+                      submit_request(ep, req);
+ #define AT91_SMC      AT91_SMC0
+ /*
+diff -urN linux-2.6.24.3/include/asm-arm/arch-at91/at91sam9rl.h avr32-2.6/include/asm-arm/arch-at91/at91sam9rl.h
+--- linux-2.6.24.3/include/asm-arm/arch-at91/at91sam9rl.h      2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/include/asm-arm/arch-at91/at91sam9rl.h   2008-04-23 19:33:48.000000000 +0200
+@@ -94,6 +94,11 @@
+ #define AT91_GPBR     (0xfffffd60 - AT91_BASE_SYS)
+ #define AT91_RTC      (0xfffffe00 - AT91_BASE_SYS)
++#define AT91_USART0   AT91SAM9RL_BASE_US0
++#define AT91_USART1   AT91SAM9RL_BASE_US1
++#define AT91_USART2   AT91SAM9RL_BASE_US2
++#define AT91_USART3   AT91SAM9RL_BASE_US3
 +
-+              list_add_tail(&req->queue, &ep->queue);
-+              ret = 0;
-+      }
-+      spin_unlock_irqrestore(&udc->lock, flags);
+ /*
+  * Internal Memory.
+diff -urN linux-2.6.24.3/include/asm-arm/arch-at91/uncompress.h avr32-2.6/include/asm-arm/arch-at91/uncompress.h
+--- linux-2.6.24.3/include/asm-arm/arch-at91/uncompress.h      2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/include/asm-arm/arch-at91/uncompress.h   2008-04-23 19:33:48.000000000 +0200
+@@ -22,7 +22,23 @@
+ #define __ASM_ARCH_UNCOMPRESS_H
+ #include <asm/io.h>
+-#include <asm/arch/at91_dbgu.h>
++#include <linux/atmel_serial.h>
++
++#if defined(CONFIG_AT91_EARLY_DBGU)
++#define UART_OFFSET (AT91_DBGU + AT91_BASE_SYS)
++#elif defined(CONFIG_AT91_EARLY_USART0)
++#define UART_OFFSET AT91_USART0
++#elif defined(CONFIG_AT91_EARLY_USART1)
++#define UART_OFFSET AT91_USART1
++#elif defined(CONFIG_AT91_EARLY_USART2)
++#define UART_OFFSET AT91_USART2
++#elif defined(CONFIG_AT91_EARLY_USART3)
++#define UART_OFFSET AT91_USART3
++#elif defined(CONFIG_AT91_EARLY_USART4)
++#define UART_OFFSET AT91_USART4
++#elif defined(CONFIG_AT91_EARLY_USART5)
++#define UART_OFFSET AT91_USART5
++#endif
+ /*
+  * The following code assumes the serial port has already been
+@@ -33,22 +49,22 @@
+  */
+ static void putc(int c)
+ {
+-#ifdef AT91_DBGU
+-      void __iomem *sys = (void __iomem *) AT91_BASE_SYS;     /* physical address */
++#ifdef UART_OFFSET
++      void __iomem *sys = (void __iomem *) UART_OFFSET;       /* physical address */
+-      while (!(__raw_readl(sys + AT91_DBGU_SR) & AT91_DBGU_TXRDY))
++      while (!(__raw_readl(sys + ATMEL_US_CSR) & ATMEL_US_TXRDY))
+               barrier();
+-      __raw_writel(c, sys + AT91_DBGU_THR);
++      __raw_writel(c, sys + ATMEL_US_THR);
+ #endif
+ }
+ static inline void flush(void)
+ {
+-#ifdef AT91_DBGU
+-      void __iomem *sys = (void __iomem *) AT91_BASE_SYS;     /* physical address */
++#ifdef UART_OFFSET
++      void __iomem *sys = (void __iomem *) UART_OFFSET;       /* physical address */
+       /* wait for transmission to complete */
+-      while (!(__raw_readl(sys + AT91_DBGU_SR) & AT91_DBGU_TXEMPTY))
++      while (!(__raw_readl(sys + ATMEL_US_CSR) & ATMEL_US_TXEMPTY))
+               barrier();
+ #endif
+ }
+diff -urN linux-2.6.24.3/include/asm-avr32/arch-at32ap/at32ap7000.h avr32-2.6/include/asm-avr32/arch-at32ap/at32ap7000.h
+--- linux-2.6.24.3/include/asm-avr32/arch-at32ap/at32ap7000.h  2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/include/asm-avr32/arch-at32ap/at32ap7000.h       1970-01-01 01:00:00.000000000 +0100
+@@ -1,35 +0,0 @@
+-/*
+- * Pin definitions for AT32AP7000.
+- *
+- * Copyright (C) 2006 Atmel Corporation
+- *
+- * This program is free software; you can redistribute it and/or modify
+- * it under the terms of the GNU General Public License version 2 as
+- * published by the Free Software Foundation.
+- */
+-#ifndef __ASM_ARCH_AT32AP7000_H__
+-#define __ASM_ARCH_AT32AP7000_H__
+-
+-#define GPIO_PERIPH_A 0
+-#define GPIO_PERIPH_B 1
+-
+-#define NR_GPIO_CONTROLLERS   4
+-
+-/*
+- * Pin numbers identifying specific GPIO pins on the chip. They can
+- * also be converted to IRQ numbers by passing them through
+- * gpio_to_irq().
+- */
+-#define GPIO_PIOA_BASE        (0)
+-#define GPIO_PIOB_BASE        (GPIO_PIOA_BASE + 32)
+-#define GPIO_PIOC_BASE        (GPIO_PIOB_BASE + 32)
+-#define GPIO_PIOD_BASE        (GPIO_PIOC_BASE + 32)
+-#define GPIO_PIOE_BASE        (GPIO_PIOD_BASE + 32)
+-
+-#define GPIO_PIN_PA(N)        (GPIO_PIOA_BASE + (N))
+-#define GPIO_PIN_PB(N)        (GPIO_PIOB_BASE + (N))
+-#define GPIO_PIN_PC(N)        (GPIO_PIOC_BASE + (N))
+-#define GPIO_PIN_PD(N)        (GPIO_PIOD_BASE + (N))
+-#define GPIO_PIN_PE(N)        (GPIO_PIOE_BASE + (N))
+-
+-#endif /* __ASM_ARCH_AT32AP7000_H__ */
+diff -urN linux-2.6.24.3/include/asm-avr32/arch-at32ap/at32ap700x.h avr32-2.6/include/asm-avr32/arch-at32ap/at32ap700x.h
+--- linux-2.6.24.3/include/asm-avr32/arch-at32ap/at32ap700x.h  1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/include/asm-avr32/arch-at32ap/at32ap700x.h       2008-04-23 20:12:46.000000000 +0200
+@@ -0,0 +1,35 @@
++/*
++ * Pin definitions for AT32AP7000.
++ *
++ * Copyright (C) 2006 Atmel Corporation
++ *
++ * This program is free software; you can redistribute it and/or modify
++ * it under the terms of the GNU General Public License version 2 as
++ * published by the Free Software Foundation.
++ */
++#ifndef __ASM_ARCH_AT32AP700X_H__
++#define __ASM_ARCH_AT32AP700X_H__
 +
-+      return ret;
-+}
++#define GPIO_PERIPH_A 0
++#define GPIO_PERIPH_B 1
 +
-+static int usba_ep_queue(struct usb_ep *_ep, struct usb_request *_req,
-+                        gfp_t gfp_flags)
-+{
-+      struct usba_request *req = to_usba_req(_req);
-+      struct usba_ep *ep = to_usba_ep(_ep);
-+      struct usba_udc *udc = ep->udc;
-+      unsigned long flags;
-+      int ret;
++#define NR_GPIO_CONTROLLERS   4
 +
-+      DBG(DBG_GADGET | DBG_QUEUE | DBG_REQ,
-+          "%s: queue req %p, len %u\n", ep_name(ep), req, _req->length);
++/*
++ * Pin numbers identifying specific GPIO pins on the chip. They can
++ * also be converted to IRQ numbers by passing them through
++ * gpio_to_irq().
++ */
++#define GPIO_PIOA_BASE        (0)
++#define GPIO_PIOB_BASE        (GPIO_PIOA_BASE + 32)
++#define GPIO_PIOC_BASE        (GPIO_PIOB_BASE + 32)
++#define GPIO_PIOD_BASE        (GPIO_PIOC_BASE + 32)
++#define GPIO_PIOE_BASE        (GPIO_PIOD_BASE + 32)
++
++#define GPIO_PIN_PA(N)        (GPIO_PIOA_BASE + (N))
++#define GPIO_PIN_PB(N)        (GPIO_PIOB_BASE + (N))
++#define GPIO_PIN_PC(N)        (GPIO_PIOC_BASE + (N))
++#define GPIO_PIN_PD(N)        (GPIO_PIOD_BASE + (N))
++#define GPIO_PIN_PE(N)        (GPIO_PIOE_BASE + (N))
++
++#endif /* __ASM_ARCH_AT32AP700X_H__ */
+diff -urN linux-2.6.24.3/include/asm-avr32/arch-at32ap/board.h avr32-2.6/include/asm-avr32/arch-at32ap/board.h
+--- linux-2.6.24.3/include/asm-avr32/arch-at32ap/board.h       2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/include/asm-avr32/arch-at32ap/board.h    2008-04-23 20:12:46.000000000 +0200
+@@ -38,9 +38,7 @@
+ at32_add_device_lcdc(unsigned int id, struct atmel_lcdfb_info *data,
+                    unsigned long fbmem_start, unsigned long fbmem_len);
+-struct usba_platform_data {
+-      int vbus_pin;
+-};
++struct usba_platform_data;
+ struct platform_device *
+ at32_add_device_usba(unsigned int id, struct usba_platform_data *data);
+@@ -51,6 +49,9 @@
+ at32_add_device_ide(unsigned int id, unsigned int extint,
+                   struct ide_platform_data *data);
++/* mask says which PWM channels to mux */
++struct platform_device *at32_add_device_pwm(u32 mask);
 +
-+      if (!udc->driver || udc->gadget.speed == USB_SPEED_UNKNOWN
-+          || !ep->desc)
-+              return -ESHUTDOWN;
+ /* depending on what's hooked up, not all SSC pins will be used */
+ #define       ATMEL_SSC_TK            0x01
+ #define       ATMEL_SSC_TF            0x02
+@@ -65,8 +66,17 @@
+ struct platform_device *
+ at32_add_device_ssc(unsigned int id, unsigned int flags);
+-struct platform_device *at32_add_device_twi(unsigned int id);
+-struct platform_device *at32_add_device_mci(unsigned int id);
++struct i2c_board_info;
++struct platform_device *at32_add_device_twi(unsigned int id,
++                                           struct i2c_board_info *b,
++                                           unsigned int n);
 +
-+      req->submitted = 0;
-+      req->using_dma = 0;
-+      req->last_transaction = 0;
++struct mci_platform_data {
++      int detect_pin;
++      int wp_pin;
++};
++struct platform_device *
++at32_add_device_mci(unsigned int id, struct mci_platform_data *data);
+ struct platform_device *at32_add_device_ac97c(unsigned int id);
+ struct platform_device *at32_add_device_abdac(unsigned int id);
+@@ -81,4 +91,7 @@
+ at32_add_device_cf(unsigned int id, unsigned int extint,
+               struct cf_platform_data *data);
++struct platform_device *
++at32_add_device_psif(unsigned int id);
 +
-+      _req->status = -EINPROGRESS;
-+      _req->actual = 0;
+ #endif /* __ASM_ARCH_BOARD_H */
+diff -urN linux-2.6.24.3/include/asm-avr32/arch-at32ap/cpu.h avr32-2.6/include/asm-avr32/arch-at32ap/cpu.h
+--- linux-2.6.24.3/include/asm-avr32/arch-at32ap/cpu.h 2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/include/asm-avr32/arch-at32ap/cpu.h      2008-04-23 20:12:46.000000000 +0200
+@@ -14,7 +14,7 @@
+  * Only AT32AP7000 is defined for now. We can identify the specific
+  * chip at runtime, but I'm not sure if it's really worth it.
+  */
+-#ifdef CONFIG_CPU_AT32AP7000
++#ifdef CONFIG_CPU_AT32AP700X
+ # define cpu_is_at32ap7000()  (1)
+ #else
+ # define cpu_is_at32ap7000()  (0)
+diff -urN linux-2.6.24.3/include/asm-avr32/arch-at32ap/io.h avr32-2.6/include/asm-avr32/arch-at32ap/io.h
+--- linux-2.6.24.3/include/asm-avr32/arch-at32ap/io.h  2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/include/asm-avr32/arch-at32ap/io.h       2008-04-23 19:33:48.000000000 +0200
+@@ -4,7 +4,7 @@
+ /* For "bizarre" halfword swapping */
+ #include <linux/byteorder/swabb.h>
+-#if defined(CONFIG_AP7000_32_BIT_SMC)
++#if defined(CONFIG_AP700X_32_BIT_SMC)
+ # define __swizzle_addr_b(addr)       (addr ^ 3UL)
+ # define __swizzle_addr_w(addr)       (addr ^ 2UL)
+ # define __swizzle_addr_l(addr)       (addr)
+@@ -14,7 +14,7 @@
+ # define __mem_ioswabb(a, x)  (x)
+ # define __mem_ioswabw(a, x)  swab16(x)
+ # define __mem_ioswabl(a, x)  swab32(x)
+-#elif defined(CONFIG_AP7000_16_BIT_SMC)
++#elif defined(CONFIG_AP700X_16_BIT_SMC)
+ # define __swizzle_addr_b(addr)       (addr ^ 1UL)
+ # define __swizzle_addr_w(addr)       (addr)
+ # define __swizzle_addr_l(addr)       (addr)
+diff -urN linux-2.6.24.3/include/asm-avr32/arch-at32ap/pm.h avr32-2.6/include/asm-avr32/arch-at32ap/pm.h
+--- linux-2.6.24.3/include/asm-avr32/arch-at32ap/pm.h  1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/include/asm-avr32/arch-at32ap/pm.h       2008-04-23 20:12:46.000000000 +0200
+@@ -0,0 +1,48 @@
++/*
++ * AVR32 AP Power Management.
++ *
++ * Copyright (C) 2008 Atmel Corporation
++ *
++ * This program is free software; you can redistribute it and/or modify
++ * it under the terms of the GNU General Public License version 2 as
++ * published by the Free Software Foundation.
++ */
++#ifndef __ASM_AVR32_ARCH_PM_H
++#define __ASM_AVR32_ARCH_PM_H
 +
-+      if (ep_can_dma(ep))
-+              return queue_dma(udc, ep, req, gfp_flags);
++/* Possible arguments to the "sleep" instruction */
++#define CPU_SLEEP_IDLE                0
++#define CPU_SLEEP_FROZEN      1
++#define CPU_SLEEP_STANDBY     2
++#define CPU_SLEEP_STOP                3
++#define CPU_SLEEP_STATIC      5
 +
-+      /* May have received a reset since last time we checked */
-+      ret = -ESHUTDOWN;
-+      spin_lock_irqsave(&udc->lock, flags);
-+      if (ep->desc) {
-+              list_add_tail(&req->queue, &ep->queue);
++#ifndef __ASSEMBLY__
++extern void cpu_enter_idle(void);
 +
-+              if (ep_is_in(ep)
-+                  || (ep_is_control(ep)
-+                      && (ep->state == DATA_STAGE_IN
-+                          || ep->state == STATUS_STAGE_IN)))
-+                      usba_ep_writel(ep, CTL_ENB, USBA_BIT(TX_PK_RDY));
-+              else
-+                      usba_ep_writel(ep, CTL_ENB, USBA_BIT(RX_BK_RDY));
-+              ret = 0;
-+      }
-+      spin_unlock_irqrestore(&udc->lock, flags);
++extern bool disable_idle_sleep;
 +
-+      return ret;
++static inline void cpu_disable_idle_sleep(void)
++{
++      disable_idle_sleep = true;
 +}
 +
-+static void usba_update_req(struct usba_ep *ep, struct usba_request *req,
-+                           u32 status)
++static inline void cpu_enable_idle_sleep(void)
 +{
-+      req->req.actual = req->req.length - USBA_BFEXT(DMA_BUF_LEN, status);
++      disable_idle_sleep = false;
 +}
 +
-+static int stop_dma(struct usba_ep *ep, u32 *pstatus)
++static inline void cpu_idle_sleep(void)
 +{
-+      unsigned int timeout;
-+      u32 status;
-+
 +      /*
-+       * Stop the DMA controller. When writing both CH_EN
-+       * and LINK to 0, the other bits are not affected.
++       * If we're using the COUNT and COMPARE registers for
++       * timekeeping, we can't use the IDLE state.
 +       */
-+      usba_dma_writel(ep, CONTROL, 0);
++      if (disable_idle_sleep)
++              cpu_relax();
++      else
++              cpu_enter_idle();
++}
++#endif
 +
-+      /* Wait for the FIFO to empty */
-+      for (timeout = 40; timeout; --timeout) {
-+              status = usba_dma_readl(ep, STATUS);
-+              if (!(status & USBA_BIT(DMA_CH_EN)))
-+                      break;
-+              udelay(1);
-+      }
++#endif /* __ASM_AVR32_ARCH_PM_H */
+diff -urN linux-2.6.24.3/include/asm-avr32/arch-at32ap/portmux.h avr32-2.6/include/asm-avr32/arch-at32ap/portmux.h
+--- linux-2.6.24.3/include/asm-avr32/arch-at32ap/portmux.h     2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/include/asm-avr32/arch-at32ap/portmux.h  2008-04-23 19:33:48.000000000 +0200
+@@ -26,4 +26,16 @@
+ void at32_select_gpio(unsigned int pin, unsigned long flags);
+ void at32_reserve_pin(unsigned int pin);
++#ifdef CONFIG_GPIO_DEV
 +
-+      if (pstatus)
-+              *pstatus = status;
++/* Gang allocators and accessors; used by the GPIO /dev driver */
++int at32_gpio_port_is_valid(unsigned int port);
++int at32_select_gpio_pins(unsigned int port, u32 pins, u32 oe_mask);
++void at32_deselect_pins(unsigned int port, u32 pins);
 +
-+      if (timeout == 0) {
-+              dev_err(&ep->udc->pdev->dev,
-+                      "%s: timed out waiting for DMA FIFO to empty\n",
-+                      ep_name(ep));
-+              return -ETIMEDOUT;
-+      }
++u32 at32_gpio_get_value_multiple(unsigned int port, u32 pins);
++void at32_gpio_set_value_multiple(unsigned int port, u32 value, u32 mask);
 +
-+      return 0;
-+}
++#endif /* CONFIG_GPIO_DEV */
 +
-+static int usba_ep_dequeue(struct usb_ep *_ep, struct usb_request *_req)
-+{
-+      struct usba_ep *ep = to_usba_ep(_ep);
-+      struct usba_udc *udc = ep->udc;
-+      struct usba_request *req = to_usba_req(_req);
-+      unsigned long flags;
-+      u32 status;
+ #endif /* __ASM_ARCH_PORTMUX_H__ */
+diff -urN linux-2.6.24.3/include/asm-avr32/arch-at32ap/time.h avr32-2.6/include/asm-avr32/arch-at32ap/time.h
+--- linux-2.6.24.3/include/asm-avr32/arch-at32ap/time.h        2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/include/asm-avr32/arch-at32ap/time.h     1970-01-01 01:00:00.000000000 +0100
+@@ -1,112 +0,0 @@
+-/*
+- * Copyright (C) 2007 Atmel Corporation
+- *
+- * This program is free software; you can redistribute it and/or modify
+- * it under the terms of the GNU General Public License version 2 as
+- * published by the Free Software Foundation.
+- */
+-
+-#ifndef _ASM_AVR32_ARCH_AT32AP_TIME_H
+-#define _ASM_AVR32_ARCH_AT32AP_TIME_H
+-
+-#include <linux/platform_device.h>
+-
+-extern struct irqaction timer_irqaction;
+-extern struct platform_device at32_systc0_device;
+-extern void local_timer_interrupt(int irq, void *dev_id);
+-
+-#define TIMER_BCR                                     0x000000c0
+-#define TIMER_BCR_SYNC                                                 0
+-#define TIMER_BMR                                     0x000000c4
+-#define TIMER_BMR_TC0XC0S                                      0
+-#define TIMER_BMR_TC1XC1S                                      2
+-#define TIMER_BMR_TC2XC2S                                      4
+-#define TIMER_CCR                                     0x00000000
+-#define TIMER_CCR_CLKDIS                                       1
+-#define TIMER_CCR_CLKEN                                                0
+-#define TIMER_CCR_SWTRG                                                2
+-#define TIMER_CMR                                     0x00000004
+-#define TIMER_CMR_ABETRG                                      10
+-#define TIMER_CMR_ACPA                                                16
+-#define TIMER_CMR_ACPC                                                18
+-#define TIMER_CMR_AEEVT                                               20
+-#define TIMER_CMR_ASWTRG                                      22
+-#define TIMER_CMR_BCPB                                                24
+-#define TIMER_CMR_BCPC                                                26
+-#define TIMER_CMR_BEEVT                                               28
+-#define TIMER_CMR_BSWTRG                                      30
+-#define TIMER_CMR_BURST                                                4
+-#define TIMER_CMR_CLKI                                                 3
+-#define TIMER_CMR_CPCDIS                                       7
+-#define TIMER_CMR_CPCSTOP                                      6
+-#define TIMER_CMR_CPCTRG                                      14
+-#define TIMER_CMR_EEVT                                                10
+-#define TIMER_CMR_EEVTEDG                                      8
+-#define TIMER_CMR_ENETRG                                      12
+-#define TIMER_CMR_ETRGEDG                                      8
+-#define TIMER_CMR_LDBDIS                                       7
+-#define TIMER_CMR_LDBSTOP                                      6
+-#define TIMER_CMR_LDRA                                                16
+-#define TIMER_CMR_LDRB                                                18
+-#define TIMER_CMR_TCCLKS                                       0
+-#define TIMER_CMR_WAVE                                                15
+-#define TIMER_CMR_WAVSEL                                      13
+-#define TIMER_CV                                      0x00000010
+-#define TIMER_CV_CV                                            0
+-#define TIMER_IDR                                     0x00000028
+-#define TIMER_IDR_COVFS                                                0
+-#define TIMER_IDR_CPAS                                                 2
+-#define TIMER_IDR_CPBS                                                 3
+-#define TIMER_IDR_CPCS                                                 4
+-#define TIMER_IDR_ETRGS                                                7
+-#define TIMER_IDR_LDRAS                                                5
+-#define TIMER_IDR_LDRBS                                                6
+-#define TIMER_IDR_LOVRS                                                1
+-#define TIMER_IER                                     0x00000024
+-#define TIMER_IER_COVFS                                                0
+-#define TIMER_IER_CPAS                                                 2
+-#define TIMER_IER_CPBS                                                 3
+-#define TIMER_IER_CPCS                                                 4
+-#define TIMER_IER_ETRGS                                                7
+-#define TIMER_IER_LDRAS                                                5
+-#define TIMER_IER_LDRBS                                                6
+-#define TIMER_IER_LOVRS                                                1
+-#define TIMER_IMR                                     0x0000002c
+-#define TIMER_IMR_COVFS                                                0
+-#define TIMER_IMR_CPAS                                                 2
+-#define TIMER_IMR_CPBS                                                 3
+-#define TIMER_IMR_CPCS                                                 4
+-#define TIMER_IMR_ETRGS                                                7
+-#define TIMER_IMR_LDRAS                                                5
+-#define TIMER_IMR_LDRBS                                                6
+-#define TIMER_IMR_LOVRS                                                1
+-#define TIMER_RA                                      0x00000014
+-#define TIMER_RA_RA                                            0
+-#define TIMER_RB                                      0x00000018
+-#define TIMER_RB_RB                                            0
+-#define TIMER_RC                                      0x0000001c
+-#define TIMER_RC_RC                                            0
+-#define TIMER_SR                                      0x00000020
+-#define TIMER_SR_CLKSTA                                               16
+-#define TIMER_SR_COVFS                                                 0
+-#define TIMER_SR_CPAS                                          2
+-#define TIMER_SR_CPBS                                          3
+-#define TIMER_SR_CPCS                                          4
+-#define TIMER_SR_ETRGS                                                 7
+-#define TIMER_SR_LDRAS                                                 5
+-#define TIMER_SR_LDRBS                                                 6
+-#define TIMER_SR_LOVRS                                                 1
+-#define TIMER_SR_MTIOA                                                17
+-#define TIMER_SR_MTIOB                                                18
+-
+-/* Bit manipulation macros */
+-#define TIMER_BIT(name)               (1 << TIMER_##name)
+-#define TIMER_BF(name,value)  ((value) << TIMER_##name)
+-
+-/* Register access macros */
+-#define timer_read(port,instance,reg) \
+-      __raw_readl(port + (0x40 * instance) + TIMER_##reg)
+-#define timer_write(port,instance,reg,value) \
+-      __raw_writel((value), port + (0x40 * instance) + TIMER_##reg)
+-
+-#endif /* _ASM_AVR32_ARCH_AT32AP_TIME_H */
+diff -urN linux-2.6.24.3/include/asm-avr32/asm.h avr32-2.6/include/asm-avr32/asm.h
+--- linux-2.6.24.3/include/asm-avr32/asm.h     2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/include/asm-avr32/asm.h  2008-04-23 20:12:46.000000000 +0200
+@@ -12,10 +12,10 @@
+ #include <asm/asm-offsets.h>
+ #include <asm/thread_info.h>
+-#define mask_interrupts               ssrf    SR_GM_BIT
+-#define mask_exceptions               ssrf    SR_EM_BIT
+-#define unmask_interrupts     csrf    SR_GM_BIT
+-#define unmask_exceptions     csrf    SR_EM_BIT
++#define mask_interrupts               ssrf    SYSREG_GM_OFFSET
++#define mask_exceptions               ssrf    SYSREG_EM_OFFSET
++#define unmask_interrupts     csrf    SYSREG_GM_OFFSET
++#define unmask_exceptions     csrf    SYSREG_EM_OFFSET
+ #ifdef CONFIG_FRAME_POINTER
+       .macro  save_fp
+diff -urN linux-2.6.24.3/include/asm-avr32/byteorder.h avr32-2.6/include/asm-avr32/byteorder.h
+--- linux-2.6.24.3/include/asm-avr32/byteorder.h       2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/include/asm-avr32/byteorder.h    2008-04-23 20:12:46.000000000 +0200
+@@ -12,8 +12,10 @@
+ extern unsigned short __builtin_bswap_16(unsigned short x);
+ #endif
++#if 0
+ #define __arch__swab32(x) __builtin_bswap_32(x)
+ #define __arch__swab16(x) __builtin_bswap_16(x)
++#endif
+ #if !defined(__STRICT_ANSI__) || defined(__KERNEL__)
+ # define __BYTEORDER_HAS_U64__
+diff -urN linux-2.6.24.3/include/asm-avr32/dma-controller.h avr32-2.6/include/asm-avr32/dma-controller.h
+--- linux-2.6.24.3/include/asm-avr32/dma-controller.h  1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/include/asm-avr32/dma-controller.h       2008-04-23 19:33:48.000000000 +0200
+@@ -0,0 +1,166 @@
++/*
++ * Copyright (C) 2005-2006 Atmel Corporation
++ *
++ * This program is free software; you can redistribute it and/or modify
++ * it under the terms of the GNU General Public License version 2 as
++ * published by the Free Software Foundation.
++ */
++#ifndef __ASM_AVR32_DMA_CONTROLLER_H
++#define __ASM_AVR32_DMA_CONTROLLER_H
 +
-+      DBG(DBG_GADGET | DBG_QUEUE, "ep_dequeue: %s, req %p\n",
-+          ep_name(ep), req);
++#include <linux/device.h>
 +
-+      spin_lock_irqsave(&udc->lock, flags);
++#define DMA_DIR_MEM_TO_MEM            0x0000
++#define DMA_DIR_MEM_TO_PERIPH         0x0001
++#define DMA_DIR_PERIPH_TO_MEM         0x0002
++#define DMA_DIR_PERIPH_TO_PERIPH      0x0003
 +
-+      if (req->using_dma) {
-+              /*
-+               * If this request is currently being transferred,
-+               * stop the DMA controller and reset the FIFO.
-+               */
-+              if (ep->queue.next == &req->queue) {
-+                      status = usba_dma_readl(ep, STATUS);
-+                      if (status & USBA_BIT(DMA_CH_EN))
-+                              stop_dma(ep, &status);
++#define DMA_WIDTH_8BIT                        0
++#define DMA_WIDTH_16BIT                       1
++#define DMA_WIDTH_32BIT                       2
 +
-+#ifdef CONFIG_DEBUG_FS
-+                      ep->last_dma_status = status;
-+#endif
++struct dma_request {
++      struct dma_controller *dmac;
++      struct list_head list;
 +
-+                      usba_writel(udc, EPT_RST,
-+                                   1 << ep_index(ep));
++      unsigned short channel;
 +
-+                      usba_update_req(ep, req, status);
-+              }
-+      }
++      void (*xfer_complete)(struct dma_request *req);
++      void (*block_complete)(struct dma_request *req);
++      void (*error)(struct dma_request *req);
++};
 +
-+      /*
-+       * Errors should stop the queue from advancing until the
-+       * completion function returns.
-+       */
-+      list_del_init(&req->queue);
-+      spin_unlock_irqrestore(&udc->lock, flags);
++struct dma_request_sg {
++      struct dma_request req;
 +
-+      request_complete(ep, req, -ECONNRESET);
++      int nr_sg;
++      struct scatterlist *sg;
++      unsigned long block_size;
++      unsigned int nr_blocks;
 +
-+      /* Process the next request if any */
-+      spin_lock_irqsave(&udc->lock, flags);
-+      submit_next_request(ep);
-+      spin_unlock_irqrestore(&udc->lock, flags);
++      dma_addr_t data_reg;
++      unsigned short periph_id;
 +
-+      return 0;
-+}
++      unsigned char direction;
++      unsigned char width;
++};
++#define to_dma_request_sg(_req)                               \
++      container_of(_req, struct dma_request_sg, req)
 +
-+static int usba_ep_set_halt(struct usb_ep *_ep, int value)
-+{
-+      struct usba_ep *ep = to_usba_ep(_ep);
-+      struct usba_udc *udc = ep->udc;
-+      unsigned long flags;
-+      int ret = 0;
++struct dma_request_cyclic {
++      struct dma_request req;
 +
-+      DBG(DBG_GADGET, "endpoint %s: %s HALT\n", ep_name(ep),
-+          value ? "set" : "clear");
++        int periods;
++      unsigned long buffer_size;
 +
-+      if (!ep->desc) {
-+              DBG(DBG_ERR, "Attempted to halt uninitialized ep %s\n",
-+                  ep_name(ep));
-+              return -ENODEV;
-+      }
-+      if (ep_is_isochronous(ep)) {
-+              DBG(DBG_ERR, "Attempted to halt isochronous ep %s\n",
-+                  ep_name(ep));
-+              return -ENOTTY;
-+      }
++        dma_addr_t buffer_start;
++      dma_addr_t data_reg;
 +
-+      spin_lock_irqsave(&udc->lock, flags);
++      unsigned short periph_id;
++      unsigned char direction;
++      unsigned char width;
 +
-+      /*
-+       * We can't halt IN endpoints while there are still data to be
-+       * transferred
-+       */
-+      if (!list_empty(&ep->queue)
-+          || ((value && ep_is_in(ep)
-+               && (usba_ep_readl(ep, STA)
-+                   & USBA_BF(BUSY_BANKS, -1L))))) {
-+              ret = -EAGAIN;
-+      } else {
-+              if (value)
-+                      usba_ep_writel(ep, SET_STA, USBA_BIT(FORCE_STALL));
-+              else
-+                      usba_ep_writel(ep, CLR_STA, (USBA_BIT(FORCE_STALL)
-+                                                   | USBA_BIT(TOGGLE_SEQ)));
-+              usba_ep_readl(ep, STA);
-+      }
++        void *dev_id;
++};
++#define to_dma_request_cyclic(_req)                           \
++      container_of(_req, struct dma_request_cyclic, req)
 +
-+      spin_unlock_irqrestore(&udc->lock, flags);
++struct dma_request_memcpy {
++      struct dma_request req;
 +
-+      return ret;
-+}
++      dma_addr_t src_addr;
++      unsigned int src_width;
++      unsigned int src_stride;
 +
-+static int usba_ep_fifo_status(struct usb_ep *_ep)
-+{
-+      struct usba_ep *ep = to_usba_ep(_ep);
++      dma_addr_t dst_addr;
++      unsigned int dst_width;
++      unsigned int dst_stride;
 +
-+      return USBA_BFEXT(BYTE_COUNT, usba_ep_readl(ep, STA));
-+}
++      size_t length;
 +
-+static void usba_ep_fifo_flush(struct usb_ep *_ep)
-+{
-+      struct usba_ep *ep = to_usba_ep(_ep);
-+      struct usba_udc *udc = ep->udc;
++      unsigned short src_reverse:1;
++      unsigned short dst_reverse:1;
++};
++#define to_dma_request_memcpy(_req)                           \
++      container_of(_req, struct dma_request_memcpy, req)
 +
-+      usba_writel(udc, EPT_RST, 1 << ep->index);
-+}
++struct dma_controller {
++      struct list_head list;
++      int id;
++      struct device *dev;
 +
-+struct usb_ep_ops usba_ep_ops = {
-+      .enable         = usba_ep_enable,
-+      .disable        = usba_ep_disable,
-+      .alloc_request  = usba_ep_alloc_request,
-+      .free_request   = usba_ep_free_request,
-+      .alloc_buffer   = usba_ep_alloc_buffer,
-+      .free_buffer    = usba_ep_free_buffer,
-+      .queue          = usba_ep_queue,
-+      .dequeue        = usba_ep_dequeue,
-+      .set_halt       = usba_ep_set_halt,
-+      .fifo_status    = usba_ep_fifo_status,
-+      .fifo_flush     = usba_ep_fifo_flush,
++      int (*alloc_channel)(struct dma_controller *dmac);
++      void (*release_channel)(struct dma_controller *dmac,
++                              int channel);
++      int (*prepare_request_sg)(struct dma_controller *dmac,
++                                struct dma_request_sg *req);
++        int (*prepare_request_cyclic)(struct dma_controller *dmac,
++                                    struct dma_request_cyclic *req);
++      int (*prepare_request_memcpy)(struct dma_controller *dmac,
++                                    struct dma_request_memcpy *req);
++      int (*start_request)(struct dma_controller *dmac,
++                           unsigned int channel);
++      int (*stop_request)(struct dma_controller *dmac,
++                            unsigned int channel);
++        dma_addr_t (*get_current_pos)(struct dma_controller *dmac,
++                                      unsigned int channel);
 +};
 +
-+static int usba_udc_get_frame(struct usb_gadget *gadget)
++static inline int
++dma_alloc_channel(struct dma_controller *dmac)
 +{
-+      struct usba_udc *udc = to_usba_udc(gadget);
-+
-+      return USBA_BFEXT(FRAME_NUMBER, usba_readl(udc, FNUM));
++      return dmac->alloc_channel(dmac);
 +}
 +
-+struct usb_gadget_ops usba_udc_ops = {
-+      .get_frame      = usba_udc_get_frame,
-+};
-+
-+#define EP(nam, type, idx, dma, isoc)                         \
-+{                                                             \
-+      .ep     = {                                             \
-+              .ops            = &usba_ep_ops,                 \
-+              .name           = nam,                          \
-+              .maxpacket      = type##_FIFO_SIZE,             \
-+      },                                                      \
-+      .udc            = &the_udc,                             \
-+      .queue          = LIST_HEAD_INIT(usba_ep[idx].queue),   \
-+      .fifo_size      = type##_FIFO_SIZE,                     \
-+      .nr_banks       = type##_NR_BANKS,                      \
-+      .index          = idx,                                  \
-+      .can_dma        = dma,                                  \
-+      .can_isoc       = isoc,                                 \
-+}
-+
-+static struct usba_ep usba_ep[] = {
-+      EP("ep0", EP0, 0, 0, 0),
-+      EP("ep1in-bulk", BULK, 1, 1, 0),
-+      EP("ep2out-bulk", BULK, 2, 1, 0),
-+      EP("ep3in-iso", ISO, 3, 1, 1),
-+      EP("ep4out-iso", ISO, 4, 1, 1),
-+      EP("ep5in-int", INT, 5, 1, 0),
-+      EP("ep6out-int", INT, 6, 1, 0),
-+};
-+#undef EP
-+
-+static struct usb_endpoint_descriptor usba_ep0_desc = {
-+      .bLength = USB_DT_ENDPOINT_SIZE,
-+      .bDescriptorType = USB_DT_ENDPOINT,
-+      .bEndpointAddress = 0,
-+      .bmAttributes = USB_ENDPOINT_XFER_CONTROL,
-+      .wMaxPacketSize = __constant_cpu_to_le16(64),
-+      /* FIXME: I have no idea what to put here */
-+      .bInterval = 1,
-+};
-+
-+static void nop_release(struct device *dev)
++static inline void
++dma_release_channel(struct dma_controller *dmac, int chan)
 +{
-+
++      dmac->release_channel(dmac, chan);
 +}
 +
-+static struct usba_udc the_udc = {
-+      .gadget = {
-+              .ops            = &usba_udc_ops,
-+              .ep0            = &usba_ep[0].ep,
-+              .ep_list        = LIST_HEAD_INIT(the_udc.gadget.ep_list),
-+              .is_dualspeed   = 1,
-+              .name           = "atmel_usba_udc",
-+              .dev    = {
-+                      .bus_id         = "gadget",
-+                      .release        = nop_release,
-+              },
-+      },
-+
-+      .lock   = SPIN_LOCK_UNLOCKED,
-+};
-+
-+/*
-+ * Called with interrupts disabled and udc->lock held.
-+ */
-+static void reset_all_endpoints(struct usba_udc *udc)
++static inline int
++dma_prepare_request_sg(struct dma_controller *dmac,
++                     struct dma_request_sg *req)
 +{
-+      struct usba_ep *ep;
-+      struct usba_request *req, *tmp_req;
-+
-+      usba_writel(udc, EPT_RST, ~0UL);
-+
-+      ep = to_usba_ep(udc->gadget.ep0);
-+      list_for_each_entry_safe(req, tmp_req, &ep->queue, queue) {
-+              list_del_init(&req->queue);
-+              request_complete(ep, req, -ECONNRESET);
-+      }
-+
-+      list_for_each_entry(ep, &udc->gadget.ep_list, ep.ep_list) {
-+              if (ep->desc)
-+                      usba_ep_disable(&ep->ep);
-+      }
++      return dmac->prepare_request_sg(dmac, req);
 +}
 +
-+static struct usba_ep *get_ep_by_addr(struct usba_udc *udc, u16 wIndex)
++static inline int
++dma_prepare_request_cyclic(struct dma_controller *dmac,
++                         struct dma_request_cyclic *req)
 +{
-+      struct usba_ep *ep;
-+
-+      if ((wIndex & USB_ENDPOINT_NUMBER_MASK) == 0)
-+              return to_usba_ep(udc->gadget.ep0);
-+
-+      list_for_each_entry (ep, &udc->gadget.ep_list, ep.ep_list) {
-+              u8 bEndpointAddress;
-+
-+              if (!ep->desc)
-+                      continue;
-+              bEndpointAddress = ep->desc->bEndpointAddress;
-+              if ((wIndex ^ bEndpointAddress) & USB_DIR_IN)
-+                      continue;
-+              if ((wIndex & USB_ENDPOINT_NUMBER_MASK)
-+                  == (bEndpointAddress & USB_ENDPOINT_NUMBER_MASK))
-+                      return ep;
-+      }
-+
-+      return NULL;
++      return dmac->prepare_request_cyclic(dmac, req);
 +}
 +
-+/* Called with interrupts disabled and udc->lock held */
-+static inline void set_protocol_stall(struct usba_udc *udc,
-+                                    struct usba_ep *ep)
++static inline int
++dma_prepare_request_memcpy(struct dma_controller *dmac,
++                         struct dma_request_memcpy *req)
 +{
-+      usba_ep_writel(ep, SET_STA, USBA_BIT(FORCE_STALL));
-+      ep->state = WAIT_FOR_SETUP;
++      return dmac->prepare_request_memcpy(dmac, req);
 +}
 +
-+static inline int is_stalled(struct usba_udc *udc, struct usba_ep *ep)
++static inline int
++dma_start_request(struct dma_controller *dmac,
++                unsigned int channel)
 +{
-+      if (usba_ep_readl(ep, STA) & USBA_BIT(FORCE_STALL))
-+              return 1;
-+      return 0;
++      return dmac->start_request(dmac, channel);
 +}
 +
-+static inline void set_address(struct usba_udc *udc, unsigned int addr)
++static inline int
++dma_stop_request(struct dma_controller *dmac,
++                 unsigned int channel)
 +{
-+      u32 regval;
-+
-+      DBG(DBG_BUS, "setting address %u...\n", addr);
-+      regval = usba_readl(udc, CTRL);
-+      regval = USBA_BFINS(DEV_ADDR, addr, regval);
-+      usba_writel(udc, CTRL, regval);
++      return dmac->stop_request(dmac, channel);
 +}
 +
-+static int do_test_mode(struct usba_udc *udc)
++static inline dma_addr_t
++dma_get_current_pos(struct dma_controller *dmac,
++                    unsigned int channel)
 +{
-+      static const char test_packet_buffer[] = {
-+              /* JKJKJKJK * 9 */
-+              0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-+              /* JJKKJJKK * 8 */
-+              0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA,
-+              /* JJKKJJKK * 8 */
-+              0xEE, 0xEE, 0xEE, 0xEE, 0xEE, 0xEE, 0xEE, 0xEE,
-+              /* JJJJJJJKKKKKKK * 8 */
-+              0xFE, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
-+              0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
-+              /* JJJJJJJK * 8 */
-+              0x7F, 0xBF, 0xDF, 0xEF, 0xF7, 0xFB, 0xFD,
-+              /* {JKKKKKKK * 10}, JK */
-+              0xFC, 0x7E, 0xBF, 0xDF, 0xEF, 0xF7, 0xFB, 0xFD, 0x7E
-+      };
-+      struct device *dev = &udc->pdev->dev;
-+      struct usba_ep *ep;
-+      int test_mode;
++      return dmac->get_current_pos(dmac, channel);
++}
 +
-+      test_mode = udc->test_mode;
++extern int register_dma_controller(struct dma_controller *dmac);
++extern struct dma_controller *find_dma_controller(int id);
 +
-+      /* Start from a clean slate */
-+      reset_all_endpoints(udc);
++#endif /* __ASM_AVR32_DMA_CONTROLLER_H */
+diff -urN linux-2.6.24.3/include/asm-avr32/intc.h avr32-2.6/include/asm-avr32/intc.h
+--- linux-2.6.24.3/include/asm-avr32/intc.h    2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/include/asm-avr32/intc.h 1970-01-01 01:00:00.000000000 +0100
+@@ -1,128 +0,0 @@
+-#ifndef __ASM_AVR32_INTC_H
+-#define __ASM_AVR32_INTC_H
+-
+-#include <linux/sysdev.h>
+-#include <linux/interrupt.h>
+-
+-struct irq_controller;
+-struct irqaction;
+-struct pt_regs;
+-
+-struct platform_device;
+-
+-/* Information about the internal interrupt controller */
+-struct intc_device {
+-      /* ioremapped address of configuration block */
+-      void __iomem *regs;
+-
+-      /* the physical device */
+-      struct platform_device *pdev;
+-
+-      /* Number of interrupt lines per group. */
+-      unsigned int irqs_per_group;
+-
+-      /* The highest group ID + 1 */
+-      unsigned int nr_groups;
+-
+-      /*
+-       * Bitfield indicating which groups are actually in use.  The
+-       * size of the array is
+-       * ceil(group_max / (8 * sizeof(unsigned int))).
+-       */
+-      unsigned int group_mask[];
+-};
+-
+-struct irq_controller_class {
+-      /*
+-       * A short name identifying this kind of controller.
+-       */
+-      const char *typename;
+-      /*
+-       * Handle the IRQ.  Must do any necessary acking and masking.
+-       */
+-      irqreturn_t (*handle)(int irq, void *dev_id, struct pt_regs *regs);
+-      /*
+-       * Register a new IRQ handler.
+-       */
+-      int (*setup)(struct irq_controller *ctrl, unsigned int irq,
+-                   struct irqaction *action);
+-      /*
+-       * Unregister a IRQ handler.
+-       */
+-      void (*free)(struct irq_controller *ctrl, unsigned int irq,
+-                   void *dev_id);
+-      /*
+-       * Mask the IRQ in the interrupt controller.
+-       */
+-      void (*mask)(struct irq_controller *ctrl, unsigned int irq);
+-      /*
+-       * Unmask the IRQ in the interrupt controller.
+-       */
+-      void (*unmask)(struct irq_controller *ctrl, unsigned int irq);
+-      /*
+-       * Set the type of the IRQ. See below for possible types.
+-       * Return -EINVAL if a given type is not supported
+-       */
+-      int (*set_type)(struct irq_controller *ctrl, unsigned int irq,
+-                      unsigned int type);
+-      /*
+-       * Return the IRQ type currently set
+-       */
+-      unsigned int (*get_type)(struct irq_controller *ctrl, unsigned int irq);
+-};
+-
+-struct irq_controller {
+-      struct irq_controller_class *class;
+-      unsigned int irq_group;
+-      unsigned int first_irq;
+-      unsigned int nr_irqs;
+-      struct list_head list;
+-};
+-
+-struct intc_group_desc {
+-      struct irq_controller *ctrl;
+-      irqreturn_t (*handle)(int, void *, struct pt_regs *);
+-      unsigned long flags;
+-      void *dev_id;
+-      const char *devname;
+-};
+-
+-/*
+- * The internal interrupt controller.  Defined in board/part-specific
+- * devices.c.
+- * TODO: Should probably be defined per-cpu.
+- */
+-extern struct intc_device intc;
+-
+-extern int request_internal_irq(unsigned int irq,
+-                              irqreturn_t (*handler)(int, void *, struct pt_regs *),
+-                              unsigned long irqflags,
+-                              const char *devname, void *dev_id);
+-extern void free_internal_irq(unsigned int irq);
+-
+-/* Only used by time_init() */
+-extern int setup_internal_irq(unsigned int irq, struct intc_group_desc *desc);
+-
+-/*
+- * Set interrupt priority for a given group. `group' can be found by
+- * using irq_to_group(irq). Priority can be from 0 (lowest) to 3
+- * (highest). Higher-priority interrupts will preempt lower-priority
+- * interrupts (unless interrupts are masked globally).
+- *
+- * This function does not check for conflicts within a group.
+- */
+-extern int intc_set_priority(unsigned int group,
+-                           unsigned int priority);
+-
+-/*
+- * Returns a bitmask of pending interrupts in a group.
+- */
+-extern unsigned long intc_get_pending(unsigned int group);
+-
+-/*
+- * Register a new external interrupt controller.  Returns the first
+- * external IRQ number that is assigned to the new controller.
+- */
+-extern int intc_register_controller(struct irq_controller *ctrl);
+-
+-#endif /* __ASM_AVR32_INTC_H */
+diff -urN linux-2.6.24.3/include/asm-avr32/irq.h avr32-2.6/include/asm-avr32/irq.h
+--- linux-2.6.24.3/include/asm-avr32/irq.h     2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/include/asm-avr32/irq.h  2008-04-23 20:12:46.000000000 +0200
+@@ -11,4 +11,14 @@
+ #define irq_canonicalize(i)   (i)
++#ifndef __ASSEMBLER__
++int nmi_enable(void);
++void nmi_disable(void);
 +
-+      switch (test_mode) {
-+      case 0x0100:
-+              /* Test_J */
-+              usba_writel(udc, TST, USBA_BIT(TST_J_MODE));
-+              dev_info(dev, "Entering Test_J mode...\n");
-+              break;
-+      case 0x0200:
-+              /* Test_K */
-+              usba_writel(udc, TST, USBA_BIT(TST_K_MODE));
-+              dev_info(dev, "Entering Test_K mode...\n");
-+              break;
-+      case 0x0300:
-+              /*
-+               * Test_SE0_NAK: Force high-speed mode and set up ep0
-+               * for Bulk IN transfers
-+               */
-+              ep = &usba_ep[0];
-+              usba_writel(udc, TST,
-+                           USBA_BF(SPEED_CFG, USBA_SPEED_CFG_FORCE_HIGH));
-+              usba_ep_writel(ep, CFG,
-+                              USBA_BF(EPT_SIZE, USBA_EPT_SIZE_64)
-+                              | USBA_BIT(EPT_DIR)
-+                              | USBA_BF(EPT_TYPE, USBA_EPT_TYPE_BULK)
-+                              | USBA_BF(BK_NUMBER, 1));
-+              if (!(usba_ep_readl(ep, CFG) & USBA_BIT(EPT_MAPPED))) {
-+                      set_protocol_stall(udc, ep);
-+                      dev_err(dev, "Test_SE0_NAK: ep0 not mapped\n");
-+              } else {
-+                      usba_ep_writel(ep, CTL_ENB, USBA_BIT(EPT_ENABLE));
-+                      dev_info(dev, "Entering Test_SE0_NAK mode...\n");
-+              }
-+              break;
-+      case 0x0400:
-+              /* Test_Packet */
-+              ep = &usba_ep[0];
-+              usba_ep_writel(ep, CFG,
-+                              USBA_BF(EPT_SIZE, USBA_EPT_SIZE_64)
-+                              | USBA_BIT(EPT_DIR)
-+                              | USBA_BF(EPT_TYPE, USBA_EPT_TYPE_BULK)
-+                              | USBA_BF(BK_NUMBER, 1));
-+              if (!(usba_ep_readl(ep, CFG) & USBA_BIT(EPT_MAPPED))) {
-+                      set_protocol_stall(udc, ep);
-+                      dev_err(dev, "Test_Packet: ep0 not mapped\n");
-+              } else {
-+                      usba_ep_writel(ep, CTL_ENB, USBA_BIT(EPT_ENABLE));
-+                      usba_writel(udc, TST, USBA_BIT(TST_PKT_MODE));
-+                      copy_to_fifo(ep->fifo, test_packet_buffer,
-+                                   sizeof(test_packet_buffer));
-+                      usba_ep_writel(ep, SET_STA, USBA_BIT(TX_PK_RDY));
-+                      dev_info(dev, "Entering Test_Packet mode...\n");
-+              }
-+              break;
-+      default:
-+              dev_err(dev, "Invalid test mode: 0x%04x\n", test_mode);
-+              return -EINVAL;
-+      }
++/*
++ * Returns a bitmask of pending interrupts in a group.
++ */
++extern unsigned long intc_get_pending(unsigned int group);
++#endif
 +
-+      return 0;
-+}
+ #endif /* __ASM_AVR32_IOCTLS_H */
+diff -urN linux-2.6.24.3/include/asm-avr32/kdebug.h avr32-2.6/include/asm-avr32/kdebug.h
+--- linux-2.6.24.3/include/asm-avr32/kdebug.h  2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/include/asm-avr32/kdebug.h       2008-04-23 19:33:48.000000000 +0200
+@@ -5,6 +5,7 @@
+ enum die_val {
+       DIE_BREAKPOINT,
+       DIE_SSTEP,
++      DIE_NMI,
+ };
+ #endif /* __ASM_AVR32_KDEBUG_H */
+diff -urN linux-2.6.24.3/include/asm-avr32/ocd.h avr32-2.6/include/asm-avr32/ocd.h
+--- linux-2.6.24.3/include/asm-avr32/ocd.h     2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/include/asm-avr32/ocd.h  2008-04-23 19:33:48.000000000 +0200
+@@ -533,6 +533,11 @@
+ #define ocd_read(reg)                 __ocd_read(OCD_##reg)
+ #define ocd_write(reg, value)         __ocd_write(OCD_##reg, value)
++struct task_struct;
 +
-+/* Avoid overly long expressions */
-+static inline bool feature_is_dev_remote_wakeup(struct usb_ctrlrequest *crq)
-+{
-+      if (crq->wValue == __constant_cpu_to_le16(USB_DEVICE_REMOTE_WAKEUP))
-+              return true;
-+      return false;
-+}
++void ocd_enable(struct task_struct *child);
++void ocd_disable(struct task_struct *child);
 +
-+static inline bool feature_is_dev_test_mode(struct usb_ctrlrequest *crq)
+ #endif /* !__ASSEMBLER__ */
+ #endif /* __ASM_AVR32_OCD_H */
+diff -urN linux-2.6.24.3/include/asm-avr32/pgtable.h avr32-2.6/include/asm-avr32/pgtable.h
+--- linux-2.6.24.3/include/asm-avr32/pgtable.h 2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/include/asm-avr32/pgtable.h      2008-04-23 20:12:46.000000000 +0200
+@@ -157,6 +157,7 @@
+ #define _PAGE_S(x)    _PAGE_NORMAL(x)
+ #define PAGE_COPY     _PAGE_P(PAGE_WRITE | PAGE_READ)
++#define PAGE_SHARED   _PAGE_S(PAGE_WRITE | PAGE_READ)
+ #ifndef __ASSEMBLY__
+ /*
+diff -urN linux-2.6.24.3/include/asm-avr32/processor.h avr32-2.6/include/asm-avr32/processor.h
+--- linux-2.6.24.3/include/asm-avr32/processor.h       2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/include/asm-avr32/processor.h    2008-04-23 19:33:48.000000000 +0200
+@@ -57,11 +57,25 @@
+       unsigned short cpu_revision;
+       enum tlb_config tlb_config;
+       unsigned long features;
++      u32 device_id;
+       struct cache_info icache;
+       struct cache_info dcache;
+ };
++static inline unsigned int avr32_get_manufacturer_id(struct avr32_cpuinfo *cpu)
 +{
-+      if (crq->wValue == __constant_cpu_to_le16(USB_DEVICE_TEST_MODE))
-+              return true;
-+      return false;
++      return (cpu->device_id >> 1) & 0x7f;
 +}
-+
-+static inline bool feature_is_ep_halt(struct usb_ctrlrequest *crq)
++static inline unsigned int avr32_get_product_number(struct avr32_cpuinfo *cpu)
 +{
-+      if (crq->wValue == __constant_cpu_to_le16(USB_ENDPOINT_HALT))
-+              return true;
-+      return false;
++      return (cpu->device_id >> 12) & 0xffff;
 +}
-+
-+static int handle_ep0_setup(struct usba_udc *udc, struct usba_ep *ep,
-+                          struct usb_ctrlrequest *crq)
++static inline unsigned int avr32_get_chip_revision(struct avr32_cpuinfo *cpu)
 +{
-+      switch (crq->bRequest) {
-+      case USB_REQ_GET_STATUS: {
-+              u16 status;
-+
-+              if (crq->bRequestType == (USB_DIR_IN | USB_RECIP_DEVICE)) {
-+                      /* Self-powered, no remote wakeup */
-+                      status = __constant_cpu_to_le16(1 << 0);
-+              } else if (crq->bRequestType
-+                         == (USB_DIR_IN | USB_RECIP_INTERFACE)) {
-+                      status = __constant_cpu_to_le16(0);
-+              } else if (crq->bRequestType
-+                         == (USB_DIR_IN | USB_RECIP_ENDPOINT)) {
-+                      struct usba_ep *target;
-+
-+                      target = get_ep_by_addr(udc, le16_to_cpu(crq->wIndex));
-+                      if (!target)
-+                              goto stall;
-+
-+                      status = 0;
-+                      if (is_stalled(udc, target))
-+                              status |= __constant_cpu_to_le16(1);
-+              } else {
-+                      goto delegate;
-+              }
++      return (cpu->device_id >> 28) & 0x0f;
++}
 +
-+              /* Write directly to the FIFO. No queueing is done. */
-+              if (crq->wLength != __constant_cpu_to_le16(sizeof(status)))
-+                      goto stall;
-+              ep->state = DATA_STAGE_IN;
-+              __raw_writew(status, ep->fifo);
-+              usba_ep_writel(ep, SET_STA, USBA_BIT(TX_PK_RDY));
-+              break;
-+      }
+ extern struct avr32_cpuinfo boot_cpu_data;
+ #ifdef CONFIG_SMP
+diff -urN linux-2.6.24.3/include/asm-avr32/ptrace.h avr32-2.6/include/asm-avr32/ptrace.h
+--- linux-2.6.24.3/include/asm-avr32/ptrace.h  2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/include/asm-avr32/ptrace.h       2008-04-23 19:33:48.000000000 +0200
+@@ -121,7 +121,15 @@
+ };
+ #ifdef __KERNEL__
+-# define user_mode(regs) (((regs)->sr & MODE_MASK) == MODE_USER)
 +
-+      case USB_REQ_CLEAR_FEATURE: {
-+              if (crq->bRequestType == USB_RECIP_DEVICE) {
-+                      if (feature_is_dev_remote_wakeup(crq)) {
-+                              /* TODO: Handle REMOTE_WAKEUP */
-+                      } else {
-+                              /* Can't CLEAR_FEATURE TEST_MODE */
-+                              goto stall;
-+                      }
-+              } else if (crq->bRequestType == USB_RECIP_ENDPOINT) {
-+                      struct usba_ep *target;
-+
-+                      if (!feature_is_ep_halt(crq)
-+                          || crq->wLength != __constant_cpu_to_le16(0))
-+                              goto stall;
-+                      target = get_ep_by_addr(udc, le16_to_cpu(crq->wIndex));
-+                      if (!target)
-+                              goto stall;
-+
-+                      usba_ep_writel(target, CLR_STA,
-+                                     (USBA_BIT(FORCE_STALL)
-+                                      | USBA_BIT(TOGGLE_SEQ)));
-+              } else {
-+                      goto delegate;
-+              }
++#include <asm/ocd.h>
 +
-+              send_status(udc, ep);
-+              break;
-+      }
++#define arch_ptrace_attach(child)       ocd_enable(child)
 +
-+      case USB_REQ_SET_FEATURE: {
-+              if (crq->bRequestType == USB_RECIP_DEVICE) {
-+                      if (feature_is_dev_test_mode(crq)) {
-+                              send_status(udc, ep);
-+                              ep->state = STATUS_STAGE_TEST;
-+                              udc->test_mode = le16_to_cpu(crq->wIndex);
-+                              return 0;
-+                      } else if (feature_is_dev_remote_wakeup(crq)) {
-+                              /* TODO: Handle REMOTE_WAKEUP */
-+                      } else {
-+                              goto stall;
-+                      }
-+              } else if (crq->bRequestType == USB_RECIP_ENDPOINT) {
-+                      struct usba_ep *target;
++#define user_mode(regs)                 (((regs)->sr & MODE_MASK) == MODE_USER)
++#define instruction_pointer(regs)       ((regs)->pc)
++#define profile_pc(regs)                instruction_pointer(regs)
 +
-+                      if (!feature_is_ep_halt(crq)
-+                          || crq->wLength != __constant_cpu_to_le16(0))
-+                              goto stall;
+ extern void show_regs (struct pt_regs *);
+ static __inline__ int valid_user_regs(struct pt_regs *regs)
+@@ -141,9 +149,6 @@
+       return 0;
+ }
+-#define instruction_pointer(regs) ((regs)->pc)
+-
+-#define profile_pc(regs) instruction_pointer(regs)
+ #endif /* __KERNEL__ */
+diff -urN linux-2.6.24.3/include/asm-avr32/thread_info.h avr32-2.6/include/asm-avr32/thread_info.h
+--- linux-2.6.24.3/include/asm-avr32/thread_info.h     2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/include/asm-avr32/thread_info.h  2008-04-23 19:33:48.000000000 +0200
+@@ -88,6 +88,7 @@
+ #define TIF_MEMDIE            6
+ #define TIF_RESTORE_SIGMASK   7       /* restore signal mask in do_signal */
+ #define TIF_CPU_GOING_TO_SLEEP        8       /* CPU is entering sleep 0 mode */
++#define TIF_DEBUG             30      /* debugging enabled */
+ #define TIF_USERSPACE         31      /* true if FS sets userspace */
+ #define _TIF_SYSCALL_TRACE    (1 << TIF_SYSCALL_TRACE)
+diff -urN linux-2.6.24.3/include/linux/atmel_pwm.h avr32-2.6/include/linux/atmel_pwm.h
+--- linux-2.6.24.3/include/linux/atmel_pwm.h   1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/include/linux/atmel_pwm.h        2008-04-23 19:33:51.000000000 +0200
+@@ -0,0 +1,70 @@
++#ifndef __LINUX_ATMEL_PWM_H
++#define __LINUX_ATMEL_PWM_H
 +
-+                      target = get_ep_by_addr(udc, le16_to_cpu(crq->wIndex));
-+                      if (!target)
-+                              goto stall;
++/**
++ * struct pwm_channel - driver handle to a PWM channel
++ * @regs: base of this channel's registers
++ * @index: number of this channel (0..31)
++ * @mck: base clock rate, which can be prescaled and maybe subdivided
++ *
++ * Drivers initialize a pwm_channel structure using pwm_channel_alloc().
++ * Then they configure its clock rate (derived from MCK), alignment,
++ * polarity, and duty cycle by writing directly to the channel registers,
++ * before enabling the channel by calling pwm_channel_enable().
++ *
++ * After emitting a PWM signal for the desired length of time, drivers
++ * may then pwm_channel_disable() or pwm_channel_free().  Both of these
++ * disable the channel, but when it's freed the IRQ is deconfigured and
++ * the channel must later be re-allocated and reconfigured.
++ *
++ * Note that if the period or duty cycle need to be changed while the
++ * PWM channel is operating, drivers must use the PWM_CUPD double buffer
++ * mechanism, either polling until they change or getting implicitly
++ * notified through a once-per-period interrupt handler.
++ */
++struct pwm_channel {
++      void __iomem    *regs;
++      unsigned        index;
++      unsigned long   mck;
++};
 +
-+                      usba_ep_writel(target, SET_STA, USBA_BIT(FORCE_STALL));
-+              } else
-+                      goto delegate;
++extern int pwm_channel_alloc(int index, struct pwm_channel *ch);
++extern int pwm_channel_free(struct pwm_channel *ch);
 +
-+              send_status(udc, ep);
-+              break;
-+      }
++extern int pwm_clk_alloc(unsigned prescale, unsigned div);
++extern void pwm_clk_free(unsigned clk);
 +
-+      case USB_REQ_SET_ADDRESS:
-+              if (crq->bRequestType != (USB_DIR_OUT | USB_RECIP_DEVICE))
-+                      goto delegate;
++extern int __pwm_channel_onoff(struct pwm_channel *ch, int enabled);
 +
-+              set_address(udc, le16_to_cpu(crq->wValue));
-+              send_status(udc, ep);
-+              ep->state = STATUS_STAGE_ADDR;
-+              break;
++#define pwm_channel_enable(ch)        __pwm_channel_onoff((ch), 1)
++#define pwm_channel_disable(ch)       __pwm_channel_onoff((ch), 0)
 +
-+      default:
-+delegate:
-+              return udc->driver->setup(&udc->gadget, crq);
-+      }
++/* periodic interrupts, mostly for CUPD changes to period or cycle */
++extern int pwm_channel_handler(struct pwm_channel *ch,
++              void (*handler)(struct pwm_channel *ch));
 +
-+      return 0;
++/* per-channel registers (banked at pwm_channel->regs) */
++#define PWM_CMR               0x00            /* mode register */
++#define               PWM_CPR_CPD     (1 << 10)       /* set: CUPD modifies period */
++#define               PWM_CPR_CPOL    (1 << 9)        /* set: idle high */
++#define               PWM_CPR_CALG    (1 << 8)        /* set: center align */
++#define               PWM_CPR_CPRE    (0xf << 0)      /* mask: rate is mck/(2^pre) */
++#define               PWM_CPR_CLKA    (0xb << 0)      /* rate CLKA */
++#define               PWM_CPR_CLKB    (0xc << 0)      /* rate CLKB */
++#define PWM_CDTY      0x04            /* duty cycle (max of CPRD) */
++#define PWM_CPRD      0x08            /* period (count up from zero) */
++#define PWM_CCNT      0x0c            /* counter (20 bits?) */
++#define PWM_CUPD      0x10            /* update CPRD (or CDTY) next period */
 +
-+stall:
-+      printk(KERN_ERR
-+             "udc: %s: Invalid setup request: %02x.%02x v%04x i%04x l%d, "
-+             "halting endpoint...\n",
-+             ep_name(ep), crq->bRequestType, crq->bRequest,
-+             le16_to_cpu(crq->wValue), le16_to_cpu(crq->wIndex),
-+             le16_to_cpu(crq->wLength));
-+      set_protocol_stall(udc, ep);
-+      return -1;
++static inline void
++pwm_channel_writel(struct pwm_channel *pwmc, unsigned offset, u32 val)
++{
++      __raw_writel(val, pwmc->regs + offset);
 +}
 +
-+static void usba_control_irq(struct usba_udc *udc, struct usba_ep *ep)
++static inline u32 pwm_channel_readl(struct pwm_channel *pwmc, unsigned offset)
 +{
-+      struct usba_request *req;
-+      u32 epstatus;
-+      u32 epctrl;
-+
-+restart:
-+      epstatus = usba_ep_readl(ep, STA);
-+      epctrl = usba_ep_readl(ep, CTL);
-+
-+      DBG(DBG_INT, "%s [%d]: s/%08x c/%08x\n",
-+          ep_name(ep), ep->state, epstatus, epctrl);
-+
-+      req = NULL;
-+      if (!list_empty(&ep->queue))
-+              req = list_entry(ep->queue.next,
-+                               struct usba_request, queue);
-+
-+      if ((epctrl & USBA_BIT(TX_PK_RDY))
-+          && !(epstatus & USBA_BIT(TX_PK_RDY))) {
-+              if (req->submitted)
-+                      next_fifo_transaction(ep, req);
-+              else
-+                      submit_request(ep, req);
-+
-+              if (req->last_transaction) {
-+                      usba_ep_writel(ep, CTL_DIS, USBA_BIT(TX_PK_RDY));
-+                      usba_ep_writel(ep, CTL_ENB, USBA_BIT(TX_COMPLETE));
-+              }
-+              goto restart;
-+      }
-+      if ((epstatus & epctrl) & USBA_BIT(TX_COMPLETE)) {
-+              usba_ep_writel(ep, CLR_STA, USBA_BIT(TX_COMPLETE));
++      return __raw_readl(pwmc->regs + offset);
++}
 +
-+              switch (ep->state) {
-+              case DATA_STAGE_IN:
-+                      usba_ep_writel(ep, CTL_ENB, USBA_BIT(RX_BK_RDY));
-+                      usba_ep_writel(ep, CTL_DIS, USBA_BIT(TX_COMPLETE));
-+                      ep->state = STATUS_STAGE_OUT;
-+                      break;
-+              case STATUS_STAGE_ADDR:
-+                      /* Activate our new address */
-+                      usba_writel(udc, CTRL, (usba_readl(udc, CTRL)
-+                                              | USBA_BIT(FADDR_EN)));
-+                      usba_ep_writel(ep, CTL_DIS, USBA_BIT(TX_COMPLETE));
-+                      ep->state = WAIT_FOR_SETUP;
-+                      break;
-+              case STATUS_STAGE_IN:
-+                      if (req) {
-+                              list_del_init(&req->queue);
-+                              request_complete(ep, req, 0);
-+                              submit_next_request(ep);
-+                      }
-+                      usba_ep_writel(ep, CTL_DIS, USBA_BIT(TX_COMPLETE));
-+                      ep->state = WAIT_FOR_SETUP;
-+                      break;
-+              case STATUS_STAGE_TEST:
-+                      usba_ep_writel(ep, CTL_DIS, USBA_BIT(TX_COMPLETE));
-+                      ep->state = WAIT_FOR_SETUP;
-+                      if (do_test_mode(udc))
-+                              set_protocol_stall(udc, ep);
-+                      break;
-+              default:
-+                      printk(KERN_ERR
-+                             "udc: %s: TXCOMP: Invalid endpoint state %d, "
-+                             "halting endpoint...\n",
-+                             ep_name(ep), ep->state);
-+                      set_protocol_stall(udc, ep);
-+                      break;
-+              }
++#endif /* __LINUX_ATMEL_PWM_H */
+diff -urN linux-2.6.24.3/include/linux/atmel_serial.h avr32-2.6/include/linux/atmel_serial.h
+--- linux-2.6.24.3/include/linux/atmel_serial.h        1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/include/linux/atmel_serial.h     2008-04-23 19:33:51.000000000 +0200
+@@ -0,0 +1,127 @@
++/*
++ * include/linux/atmel_serial.h
++ *
++ * Copyright (C) 2005 Ivan Kokshaysky
++ * Copyright (C) SAN People
++ *
++ * USART registers.
++ * Based on AT91RM9200 datasheet revision E.
++ *
++ * This program is free software; you can redistribute it and/or modify
++ * it under the terms of the GNU General Public License as published by
++ * the Free Software Foundation; either version 2 of the License, or
++ * (at your option) any later version.
++ */
 +
-+              goto restart;
-+      }
-+      if ((epstatus & epctrl) & USBA_BIT(RX_BK_RDY)) {
-+              switch (ep->state) {
-+              case STATUS_STAGE_OUT:
-+                      usba_ep_writel(ep, CLR_STA, USBA_BIT(RX_BK_RDY));
-+                      usba_ep_writel(ep, CTL_DIS, USBA_BIT(RX_BK_RDY));
++#ifndef ATMEL_SERIAL_H
++#define ATMEL_SERIAL_H
++
++#define ATMEL_US_CR           0x00                    /* Control Register */
++#define               ATMEL_US_RSTRX          (1 <<  2)               /* Reset Receiver */
++#define               ATMEL_US_RSTTX          (1 <<  3)               /* Reset Transmitter */
++#define               ATMEL_US_RXEN           (1 <<  4)               /* Receiver Enable */
++#define               ATMEL_US_RXDIS          (1 <<  5)               /* Receiver Disable */
++#define               ATMEL_US_TXEN           (1 <<  6)               /* Transmitter Enable */
++#define               ATMEL_US_TXDIS          (1 <<  7)               /* Transmitter Disable */
++#define               ATMEL_US_RSTSTA         (1 <<  8)               /* Reset Status Bits */
++#define               ATMEL_US_STTBRK         (1 <<  9)               /* Start Break */
++#define               ATMEL_US_STPBRK         (1 << 10)               /* Stop Break */
++#define               ATMEL_US_STTTO          (1 << 11)               /* Start Time-out */
++#define               ATMEL_US_SENDA          (1 << 12)               /* Send Address */
++#define               ATMEL_US_RSTIT          (1 << 13)               /* Reset Iterations */
++#define               ATMEL_US_RSTNACK        (1 << 14)               /* Reset Non Acknowledge */
++#define               ATMEL_US_RETTO          (1 << 15)               /* Rearm Time-out */
++#define               ATMEL_US_DTREN          (1 << 16)               /* Data Terminal Ready Enable [AT91RM9200 only] */
++#define               ATMEL_US_DTRDIS         (1 << 17)               /* Data Terminal Ready Disable [AT91RM9200 only] */
++#define               ATMEL_US_RTSEN          (1 << 18)               /* Request To Send Enable */
++#define               ATMEL_US_RTSDIS         (1 << 19)               /* Request To Send Disable */
++
++#define ATMEL_US_MR           0x04                    /* Mode Register */
++#define               ATMEL_US_USMODE         (0xf <<  0)             /* Mode of the USART */
++#define                       ATMEL_US_USMODE_NORMAL          0
++#define                       ATMEL_US_USMODE_RS485           1
++#define                       ATMEL_US_USMODE_HWHS            2
++#define                       ATMEL_US_USMODE_MODEM           3
++#define                       ATMEL_US_USMODE_ISO7816_T0      4
++#define                       ATMEL_US_USMODE_ISO7816_T1      6
++#define                       ATMEL_US_USMODE_IRDA            8
++#define               ATMEL_US_USCLKS         (3   <<  4)             /* Clock Selection */
++#define                       ATMEL_US_USCLKS_MCK             (0 <<  4)
++#define                       ATMEL_US_USCLKS_MCK_DIV8        (1 <<  4)
++#define                       ATMEL_US_USCLKS_SCK             (3 <<  4)
++#define               ATMEL_US_CHRL           (3   <<  6)             /* Character Length */
++#define                       ATMEL_US_CHRL_5                 (0 <<  6)
++#define                       ATMEL_US_CHRL_6                 (1 <<  6)
++#define                       ATMEL_US_CHRL_7                 (2 <<  6)
++#define                       ATMEL_US_CHRL_8                 (3 <<  6)
++#define               ATMEL_US_SYNC           (1 <<  8)               /* Synchronous Mode Select */
++#define               ATMEL_US_PAR            (7 <<  9)               /* Parity Type */
++#define                       ATMEL_US_PAR_EVEN               (0 <<  9)
++#define                       ATMEL_US_PAR_ODD                (1 <<  9)
++#define                       ATMEL_US_PAR_SPACE              (2 <<  9)
++#define                       ATMEL_US_PAR_MARK               (3 <<  9)
++#define                       ATMEL_US_PAR_NONE               (4 <<  9)
++#define                       ATMEL_US_PAR_MULTI_DROP         (6 <<  9)
++#define               ATMEL_US_NBSTOP         (3 << 12)               /* Number of Stop Bits */
++#define                       ATMEL_US_NBSTOP_1               (0 << 12)
++#define                       ATMEL_US_NBSTOP_1_5             (1 << 12)
++#define                       ATMEL_US_NBSTOP_2               (2 << 12)
++#define               ATMEL_US_CHMODE         (3 << 14)               /* Channel Mode */
++#define                       ATMEL_US_CHMODE_NORMAL          (0 << 14)
++#define                       ATMEL_US_CHMODE_ECHO            (1 << 14)
++#define                       ATMEL_US_CHMODE_LOC_LOOP        (2 << 14)
++#define                       ATMEL_US_CHMODE_REM_LOOP        (3 << 14)
++#define               ATMEL_US_MSBF           (1 << 16)               /* Bit Order */
++#define               ATMEL_US_MODE9          (1 << 17)               /* 9-bit Character Length */
++#define               ATMEL_US_CLKO           (1 << 18)               /* Clock Output Select */
++#define               ATMEL_US_OVER           (1 << 19)               /* Oversampling Mode */
++#define               ATMEL_US_INACK          (1 << 20)               /* Inhibit Non Acknowledge */
++#define               ATMEL_US_DSNACK         (1 << 21)               /* Disable Successive NACK */
++#define               ATMEL_US_MAX_ITER       (7 << 24)               /* Max Iterations */
++#define               ATMEL_US_FILTER         (1 << 28)               /* Infrared Receive Line Filter */
++
++#define ATMEL_US_IER          0x08                    /* Interrupt Enable Register */
++#define               ATMEL_US_RXRDY          (1 <<  0)               /* Receiver Ready */
++#define               ATMEL_US_TXRDY          (1 <<  1)               /* Transmitter Ready */
++#define               ATMEL_US_RXBRK          (1 <<  2)               /* Break Received / End of Break */
++#define               ATMEL_US_ENDRX          (1 <<  3)               /* End of Receiver Transfer */
++#define               ATMEL_US_ENDTX          (1 <<  4)               /* End of Transmitter Transfer */
++#define               ATMEL_US_OVRE           (1 <<  5)               /* Overrun Error */
++#define               ATMEL_US_FRAME          (1 <<  6)               /* Framing Error */
++#define               ATMEL_US_PARE           (1 <<  7)               /* Parity Error */
++#define               ATMEL_US_TIMEOUT        (1 <<  8)               /* Receiver Time-out */
++#define               ATMEL_US_TXEMPTY        (1 <<  9)               /* Transmitter Empty */
++#define               ATMEL_US_ITERATION      (1 << 10)               /* Max number of Repetitions Reached */
++#define               ATMEL_US_TXBUFE         (1 << 11)               /* Transmission Buffer Empty */
++#define               ATMEL_US_RXBUFF         (1 << 12)               /* Reception Buffer Full */
++#define               ATMEL_US_NACK           (1 << 13)               /* Non Acknowledge */
++#define               ATMEL_US_RIIC           (1 << 16)               /* Ring Indicator Input Change [AT91RM9200 only] */
++#define               ATMEL_US_DSRIC          (1 << 17)               /* Data Set Ready Input Change [AT91RM9200 only] */
++#define               ATMEL_US_DCDIC          (1 << 18)               /* Data Carrier Detect Input Change [AT91RM9200 only] */
++#define               ATMEL_US_CTSIC          (1 << 19)               /* Clear to Send Input Change */
++#define               ATMEL_US_RI             (1 << 20)               /* RI */
++#define               ATMEL_US_DSR            (1 << 21)               /* DSR */
++#define               ATMEL_US_DCD            (1 << 22)               /* DCD */
++#define               ATMEL_US_CTS            (1 << 23)               /* CTS */
++
++#define ATMEL_US_IDR          0x0c                    /* Interrupt Disable Register */
++#define ATMEL_US_IMR          0x10                    /* Interrupt Mask Register */
++#define ATMEL_US_CSR          0x14                    /* Channel Status Register */
++#define ATMEL_US_RHR          0x18                    /* Receiver Holding Register */
++#define ATMEL_US_THR          0x1c                    /* Transmitter Holding Register */
++#define               ATMEL_US_SYNH           (1 << 15)               /* Transmit/Receive Sync [AT91SAM9261 only] */
++
++#define ATMEL_US_BRGR         0x20                    /* Baud Rate Generator Register */
++#define               ATMEL_US_CD             (0xffff << 0)           /* Clock Divider */
++
++#define ATMEL_US_RTOR         0x24                    /* Receiver Time-out Register */
++#define               ATMEL_US_TO             (0xffff << 0)           /* Time-out Value */
++
++#define ATMEL_US_TTGR         0x28                    /* Transmitter Timeguard Register */
++#define               ATMEL_US_TG             (0xff << 0)             /* Timeguard Value */
++
++#define ATMEL_US_FIDI         0x40                    /* FI DI Ratio Register */
++#define ATMEL_US_NER          0x44                    /* Number of Errors Register */
++#define ATMEL_US_IF           0x4c                    /* IrDA Filter Register */
 +
-+                      if (req) {
-+                              list_del_init(&req->queue);
-+                              request_complete(ep, req, 0);
-+                      }
-+                      ep->state = WAIT_FOR_SETUP;
-+                      break;
++#endif
+diff -urN linux-2.6.24.3/include/linux/atmel_tc.h avr32-2.6/include/linux/atmel_tc.h
+--- linux-2.6.24.3/include/linux/atmel_tc.h    1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/include/linux/atmel_tc.h 2008-04-23 20:12:46.000000000 +0200
+@@ -0,0 +1,252 @@
++/*
++ * Timer/Counter Unit (TC) registers.
++ *
++ * This program is free software; you can redistribute it and/or modify
++ * it under the terms of the GNU General Public License as published by
++ * the Free Software Foundation; either version 2 of the License, or
++ * (at your option) any later version.
++ */
 +
-+              case DATA_STAGE_OUT:
-+                      receive_data(ep);
-+                      break;
++#ifndef ATMEL_TC_H
++#define ATMEL_TC_H
 +
-+              default:
-+                      usba_ep_writel(ep, CLR_STA, USBA_BIT(RX_BK_RDY));
-+                      usba_ep_writel(ep, CTL_DIS, USBA_BIT(RX_BK_RDY));
-+                      printk(KERN_ERR
-+                             "udc: %s: RXRDY: Invalid endpoint state %d, "
-+                             "halting endpoint...\n",
-+                             ep_name(ep), ep->state);
-+                      set_protocol_stall(udc, ep);
-+                      break;
-+              }
++#include <linux/compiler.h>
++#include <linux/list.h>
 +
-+              goto restart;
-+      }
-+      if (epstatus & USBA_BIT(RX_SETUP)) {
-+              union {
-+                      struct usb_ctrlrequest crq;
-+                      unsigned long data[2];
-+              } crq;
-+              unsigned int pkt_len;
-+              int ret;
++/*
++ * Many 32-bit Atmel SOCs include one or more TC blocks, each of which holds
++ * three general-purpose 16-bit timers.  These timers share one register bank.
++ * Depending on the SOC, each timer may have its own clock and IRQ, or those
++ * may be shared by the whole TC block.
++ *
++ * These TC blocks may have up to nine external pins:  TCLK0..2 signals for
++ * clocks or clock gates, and per-timer TIOA and TIOB signals used for PWM
++ * or triggering.  Those pins need to be set up for use with the TC block,
++ * else they will be used as GPIOs or for a different controller.
++ *
++ * Although we expect each TC block to have a platform_device node, those
++ * nodes are not what drivers bind to.  Instead, they ask for a specific
++ * TC block, by number ... which is a common approach on systems with many
++ * timers.  Then they use clk_get() and platform_get_irq() to get clock and
++ * IRQ resources.
++ */
 +
-+              if (ep->state != WAIT_FOR_SETUP) {
-+                      /*
-+                       * Didn't expect a SETUP packet at this
-+                       * point. Clean up any pending requests (which
-+                       * may be successful).
-+                       */
-+                      int status = -EPROTO;
++struct clk;
 +
-+                      /*
-+                       * RXRDY and TXCOMP are dropped when SETUP
-+                       * packets arrive.  Just pretend we received
-+                       * the status packet.
-+                       */
-+                      if (ep->state == STATUS_STAGE_OUT
-+                          || ep->state == STATUS_STAGE_IN) {
-+                              usba_ep_writel(ep, CTL_DIS,
-+                                             USBA_BIT(RX_BK_RDY));
-+                              status = 0;
-+                      }
++/**
++ * struct atmel_tc - information about a Timer/Counter Block
++ * @pdev: physical device
++ * @iomem: resource associated with the I/O register
++ * @regs: mapping through which the I/O registers can be accessed
++ * @irq: irq for each of the three channels
++ * @clk: internal clock source for each of the three channels
++ * @node: list node, for tclib internal use
++ *
++ * On some platforms, each TC channel has its own clocks and IRQs,
++ * while on others, all TC channels share the same clock and IRQ.
++ * Drivers should clk_enable() all the clocks they need even though
++ * all the entries in @clk may point to the same physical clock.
++ * Likewise, drivers should request irqs independently for each
++ * channel, but they must use IRQF_SHARED in case some of the entries
++ * in @irq are actually the same IRQ.
++ */
++struct atmel_tc {
++      struct platform_device  *pdev;
++      struct resource         *iomem;
++      void __iomem            *regs;
++      int                     irq[3];
++      struct clk              *clk[3];
++      struct list_head        node;
++};
 +
-+                      if (req) {
-+                              list_del_init(&req->queue);
-+                              request_complete(ep, req, status);
-+                      }
-+              }
++extern struct atmel_tc *atmel_tc_alloc(unsigned block, const char *name);
++extern void atmel_tc_free(struct atmel_tc *tc);
 +
-+              pkt_len = USBA_BFEXT(BYTE_COUNT, usba_ep_readl(ep, STA));
-+              DBG(DBG_HW, "Packet length: %u\n", pkt_len);
-+              if (pkt_len != sizeof(crq)) {
-+                      printk(KERN_WARNING
-+                             "udc: Invalid packet length %u (expected %lu)\n",
-+                             pkt_len, sizeof(crq));
-+                      set_protocol_stall(udc, ep);
-+                      return;
-+              }
++/* platform-specific ATMEL_TC_TIMER_CLOCKx divisors (0 means 32KiHz) */
++extern const u8 atmel_tc_divisors[5];
 +
-+              DBG(DBG_FIFO, "Copying ctrl request from 0x%p:\n", ep->fifo);
-+              copy_from_fifo(crq.data, ep->fifo, sizeof(crq));
 +
-+              /* Free up one bank in the FIFO so that we can
-+               * generate or receive a reply right away. */
-+              usba_ep_writel(ep, CLR_STA, USBA_BIT(RX_SETUP));
++/*
++ * Two registers have block-wide controls.  These are: configuring the three
++ * "external" clocks (or event sources) used by the timer channels; and
++ * synchronizing the timers by resetting them all at once.
++ *
++ * "External" can mean "external to chip" using the TCLK0, TCLK1, or TCLK2
++ * signals.  Or, it can mean "external to timer", using the TIOA output from
++ * one of the other two timers that's being run in waveform mode.
++ */
 +
-+              /* printk(KERN_DEBUG "setup: %d: %02x.%02x\n",
-+                     ep->state, crq.crq.bRequestType,
-+                     crq.crq.bRequest); */
++#define ATMEL_TC_BCR  0xc0            /* TC Block Control Register */
++#define     ATMEL_TC_SYNC     (1 << 0)        /* synchronize timers */
++
++#define ATMEL_TC_BMR  0xc4            /* TC Block Mode Register */
++#define     ATMEL_TC_TC0XC0S  (3 << 0)        /* external clock 0 source */
++#define        ATMEL_TC_TC0XC0S_TCLK0 (0 << 0)
++#define        ATMEL_TC_TC0XC0S_NONE  (1 << 0)
++#define        ATMEL_TC_TC0XC0S_TIOA1 (2 << 0)
++#define        ATMEL_TC_TC0XC0S_TIOA2 (3 << 0)
++#define     ATMEL_TC_TC1XC1S  (3 << 2)        /* external clock 1 source */
++#define        ATMEL_TC_TC1XC1S_TCLK1 (0 << 2)
++#define        ATMEL_TC_TC1XC1S_NONE  (1 << 2)
++#define        ATMEL_TC_TC1XC1S_TIOA0 (2 << 2)
++#define        ATMEL_TC_TC1XC1S_TIOA2 (3 << 2)
++#define     ATMEL_TC_TC2XC2S  (3 << 4)        /* external clock 2 source */
++#define        ATMEL_TC_TC2XC2S_TCLK2 (0 << 4)
++#define        ATMEL_TC_TC2XC2S_NONE  (1 << 4)
++#define        ATMEL_TC_TC2XC2S_TIOA0 (2 << 4)
++#define        ATMEL_TC_TC2XC2S_TIOA1 (3 << 4)
 +
-+              if (crq.crq.bRequestType & USB_DIR_IN) {
-+                      /*
-+                       * The USB 2.0 spec states that "if wLength is
-+                       * zero, there is no data transfer phase."
-+                       * However, testusb #14 seems to actually
-+                       * expect a data phase even if wLength = 0...
-+                       */
-+                      ep->state = DATA_STAGE_IN;
-+              } else {
-+                      if (crq.crq.wLength != __constant_cpu_to_le16(0))
-+                              ep->state = DATA_STAGE_OUT;
-+                      else
-+                              ep->state = STATUS_STAGE_IN;
-+              }
 +
-+              ret = -1;
-+              if (ep->index == 0)
-+                      ret = handle_ep0_setup(udc, ep, &crq.crq);
-+              else
-+                      ret = udc->driver->setup(&udc->gadget, &crq.crq);
++/*
++ * Each TC block has three "channels", each with one counter and controls.
++ *
++ * Note that the semantics of ATMEL_TC_TIMER_CLOCKx (input clock selection
++ * when it's not "external") is silicon-specific.  AT91 platforms use one
++ * set of definitions; AVR32 platforms use a different set.  Don't hard-wire
++ * such knowledge into your code, use the global "atmel_tc_divisors" ...
++ * where index N is the divisor for clock N+1, else zero to indicate it uses
++ * the 32 KiHz clock.
++ *
++ * The timers can be chained in various ways, and operated in "waveform"
++ * generation mode (including PWM) or "capture" mode (to time events).  In
++ * both modes, behavior can be configured in many ways.
++ *
++ * Each timer has two I/O pins, TIOA and TIOB.  Waveform mode uses TIOA as a
++ * PWM output, and TIOB as either another PWM or as a trigger.  Capture mode
++ * uses them only as inputs.
++ */
++#define ATMEL_TC_CHAN(idx)    ((idx)*0x40)
++#define ATMEL_TC_REG(idx, reg)        (ATMEL_TC_CHAN(idx) + ATMEL_TC_ ## reg)
++
++#define ATMEL_TC_CCR  0x00            /* Channel Control Register */
++#define     ATMEL_TC_CLKEN    (1 << 0)        /* clock enable */
++#define     ATMEL_TC_CLKDIS   (1 << 1)        /* clock disable */
++#define     ATMEL_TC_SWTRG    (1 << 2)        /* software trigger */
++
++#define ATMEL_TC_CMR  0x04            /* Channel Mode Register */
++
++/* Both modes share some CMR bits */
++#define     ATMEL_TC_TCCLKS   (7 << 0)        /* clock source */
++#define        ATMEL_TC_TIMER_CLOCK1  (0 << 0)
++#define        ATMEL_TC_TIMER_CLOCK2  (1 << 0)
++#define        ATMEL_TC_TIMER_CLOCK3  (2 << 0)
++#define        ATMEL_TC_TIMER_CLOCK4  (3 << 0)
++#define        ATMEL_TC_TIMER_CLOCK5  (4 << 0)
++#define        ATMEL_TC_XC0           (5 << 0)
++#define        ATMEL_TC_XC1           (6 << 0)
++#define        ATMEL_TC_XC2           (7 << 0)
++#define     ATMEL_TC_CLKI     (1 << 3)        /* clock invert */
++#define     ATMEL_TC_BURST    (3 << 4)        /* clock gating */
++#define        ATMEL_TC_GATE_NONE     (0 << 4)
++#define        ATMEL_TC_GATE_XC0      (1 << 4)
++#define        ATMEL_TC_GATE_XC1      (2 << 4)
++#define        ATMEL_TC_GATE_XC2      (3 << 4)
++#define     ATMEL_TC_WAVE     (1 << 15)       /* true = Waveform mode */
++
++/* CAPTURE mode CMR bits */
++#define     ATMEL_TC_LDBSTOP  (1 << 6)        /* counter stops on RB load */
++#define     ATMEL_TC_LDBDIS   (1 << 7)        /* counter disable on RB load */
++#define     ATMEL_TC_ETRGEDG  (3 << 8)        /* external trigger edge */
++#define        ATMEL_TC_ETRGEDG_NONE  (0 << 8)
++#define        ATMEL_TC_ETRGEDG_RISING        (1 << 8)
++#define        ATMEL_TC_ETRGEDG_FALLING       (2 << 8)
++#define        ATMEL_TC_ETRGEDG_BOTH  (3 << 8)
++#define     ATMEL_TC_ABETRG   (1 << 10)       /* external trigger is TIOA? */
++#define     ATMEL_TC_CPCTRG   (1 << 14)       /* RC compare trigger enable */
++#define     ATMEL_TC_LDRA     (3 << 16)       /* RA loading edge (of TIOA) */
++#define        ATMEL_TC_LDRA_NONE     (0 << 16)
++#define        ATMEL_TC_LDRA_RISING   (1 << 16)
++#define        ATMEL_TC_LDRA_FALLING  (2 << 16)
++#define        ATMEL_TC_LDRA_BOTH     (3 << 16)
++#define     ATMEL_TC_LDRB     (3 << 18)       /* RB loading edge (of TIOA) */
++#define        ATMEL_TC_LDRB_NONE     (0 << 18)
++#define        ATMEL_TC_LDRB_RISING   (1 << 18)
++#define        ATMEL_TC_LDRB_FALLING  (2 << 18)
++#define        ATMEL_TC_LDRB_BOTH     (3 << 18)
++
++/* WAVEFORM mode CMR bits */
++#define     ATMEL_TC_CPCSTOP  (1 <<  6)       /* RC compare stops counter */
++#define     ATMEL_TC_CPCDIS   (1 <<  7)       /* RC compare disables counter */
++#define     ATMEL_TC_EEVTEDG  (3 <<  8)       /* external event edge */
++#define        ATMEL_TC_EEVTEDG_NONE  (0 << 8)
++#define        ATMEL_TC_EEVTEDG_RISING        (1 << 8)
++#define        ATMEL_TC_EEVTEDG_FALLING       (2 << 8)
++#define        ATMEL_TC_EEVTEDG_BOTH  (3 << 8)
++#define     ATMEL_TC_EEVT     (3 << 10)       /* external event source */
++#define        ATMEL_TC_EEVT_TIOB     (0 << 10)
++#define        ATMEL_TC_EEVT_XC0      (1 << 10)
++#define        ATMEL_TC_EEVT_XC1      (2 << 10)
++#define        ATMEL_TC_EEVT_XC2      (3 << 10)
++#define     ATMEL_TC_ENETRG   (1 << 12)       /* external event is trigger */
++#define     ATMEL_TC_WAVESEL  (3 << 13)       /* waveform type */
++#define        ATMEL_TC_WAVESEL_UP    (0 << 13)
++#define        ATMEL_TC_WAVESEL_UPDOWN        (1 << 13)
++#define        ATMEL_TC_WAVESEL_UP_AUTO       (2 << 13)
++#define        ATMEL_TC_WAVESEL_UPDOWN_AUTO (3 << 13)
++#define     ATMEL_TC_ACPA     (3 << 16)       /* RA compare changes TIOA */
++#define        ATMEL_TC_ACPA_NONE     (0 << 16)
++#define        ATMEL_TC_ACPA_SET      (1 << 16)
++#define        ATMEL_TC_ACPA_CLEAR    (2 << 16)
++#define        ATMEL_TC_ACPA_TOGGLE   (3 << 16)
++#define     ATMEL_TC_ACPC     (3 << 18)       /* RC compare changes TIOA */
++#define        ATMEL_TC_ACPC_NONE     (0 << 18)
++#define        ATMEL_TC_ACPC_SET      (1 << 18)
++#define        ATMEL_TC_ACPC_CLEAR    (2 << 18)
++#define        ATMEL_TC_ACPC_TOGGLE   (3 << 18)
++#define     ATMEL_TC_AEEVT    (3 << 20)       /* external event changes TIOA */
++#define        ATMEL_TC_AEEVT_NONE    (0 << 20)
++#define        ATMEL_TC_AEEVT_SET     (1 << 20)
++#define        ATMEL_TC_AEEVT_CLEAR   (2 << 20)
++#define        ATMEL_TC_AEEVT_TOGGLE  (3 << 20)
++#define     ATMEL_TC_ASWTRG   (3 << 22)       /* software trigger changes TIOA */
++#define        ATMEL_TC_ASWTRG_NONE   (0 << 22)
++#define        ATMEL_TC_ASWTRG_SET    (1 << 22)
++#define        ATMEL_TC_ASWTRG_CLEAR  (2 << 22)
++#define        ATMEL_TC_ASWTRG_TOGGLE (3 << 22)
++#define     ATMEL_TC_BCPB     (3 << 24)       /* RB compare changes TIOB */
++#define        ATMEL_TC_BCPB_NONE     (0 << 24)
++#define        ATMEL_TC_BCPB_SET      (1 << 24)
++#define        ATMEL_TC_BCPB_CLEAR    (2 << 24)
++#define        ATMEL_TC_BCPB_TOGGLE   (3 << 24)
++#define     ATMEL_TC_BCPC     (3 << 26)       /* RC compare changes TIOB */
++#define        ATMEL_TC_BCPC_NONE     (0 << 26)
++#define        ATMEL_TC_BCPC_SET      (1 << 26)
++#define        ATMEL_TC_BCPC_CLEAR    (2 << 26)
++#define        ATMEL_TC_BCPC_TOGGLE   (3 << 26)
++#define     ATMEL_TC_BEEVT    (3 << 28)       /* external event changes TIOB */
++#define        ATMEL_TC_BEEVT_NONE    (0 << 28)
++#define        ATMEL_TC_BEEVT_SET     (1 << 28)
++#define        ATMEL_TC_BEEVT_CLEAR   (2 << 28)
++#define        ATMEL_TC_BEEVT_TOGGLE  (3 << 28)
++#define     ATMEL_TC_BSWTRG   (3 << 30)       /* software trigger changes TIOB */
++#define        ATMEL_TC_BSWTRG_NONE   (0 << 30)
++#define        ATMEL_TC_BSWTRG_SET    (1 << 30)
++#define        ATMEL_TC_BSWTRG_CLEAR  (2 << 30)
++#define        ATMEL_TC_BSWTRG_TOGGLE (3 << 30)
++
++#define ATMEL_TC_CV   0x10            /* counter Value */
++#define ATMEL_TC_RA   0x14            /* register A */
++#define ATMEL_TC_RB   0x18            /* register B */
++#define ATMEL_TC_RC   0x1c            /* register C */
++
++#define ATMEL_TC_SR   0x20            /* status (read-only) */
++/* Status-only flags */
++#define     ATMEL_TC_CLKSTA   (1 << 16)       /* clock enabled */
++#define     ATMEL_TC_MTIOA    (1 << 17)       /* TIOA mirror */
++#define     ATMEL_TC_MTIOB    (1 << 18)       /* TIOB mirror */
++
++#define ATMEL_TC_IER  0x24            /* interrupt enable (write-only) */
++#define ATMEL_TC_IDR  0x28            /* interrupt disable (write-only) */
++#define ATMEL_TC_IMR  0x2c            /* interrupt mask (read-only) */
++
++/* Status and IRQ flags */
++#define     ATMEL_TC_COVFS    (1 <<  0)       /* counter overflow */
++#define     ATMEL_TC_LOVRS    (1 <<  1)       /* load overrun */
++#define     ATMEL_TC_CPAS     (1 <<  2)       /* RA compare */
++#define     ATMEL_TC_CPBS     (1 <<  3)       /* RB compare */
++#define     ATMEL_TC_CPCS     (1 <<  4)       /* RC compare */
++#define     ATMEL_TC_LDRAS    (1 <<  5)       /* RA loading */
++#define     ATMEL_TC_LDRBS    (1 <<  6)       /* RB loading */
++#define     ATMEL_TC_ETRGS    (1 <<  7)       /* external trigger */
 +
-+              DBG(DBG_BUS, "req %02x.%02x, length %d, state %d, ret %d\n",
-+                  crq.crq.bRequestType, crq.crq.bRequest,
-+                  le16_to_cpu(crq.crq.wLength), ep->state, ret);
++#endif
+diff -urN linux-2.6.24.3/include/linux/usb/atmel_usba_udc.h avr32-2.6/include/linux/usb/atmel_usba_udc.h
+--- linux-2.6.24.3/include/linux/usb/atmel_usba_udc.h  1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/include/linux/usb/atmel_usba_udc.h       2008-04-23 20:12:47.000000000 +0200
+@@ -0,0 +1,22 @@
++/*
++ * Platform data definitions for Atmel USBA gadget driver.
++ */
++#ifndef __LINUX_USB_USBA_H
++#define __LINUX_USB_USBA_H
++
++struct usba_ep_data {
++      char    *name;
++      int     index;
++      int     fifo_size;
++      int     nr_banks;
++      int     can_dma;
++      int     can_isoc;
++};
 +
-+              if (ret < 0) {
-+                      /* Let the host know that we failed */
-+                      set_protocol_stall(udc, ep);
-+              }
-+      }
-+}
++struct usba_platform_data {
++      int                     vbus_pin;
++      int                     num_ep;
++      struct usba_ep_data     ep[0];
++};
 +
-+static void usba_ep_irq(struct usba_udc *udc, struct usba_ep *ep)
-+{
-+      struct usba_request *req;
-+      u32 epstatus;
-+      u32 epctrl;
++#endif /* __LINUX_USB_USBA_H */
+diff -urN linux-2.6.24.3/include/video/atmel_lcdc.h avr32-2.6/include/video/atmel_lcdc.h
+--- linux-2.6.24.3/include/video/atmel_lcdc.h  2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/include/video/atmel_lcdc.h       2008-04-23 19:33:52.000000000 +0200
+@@ -22,7 +22,7 @@
+ #ifndef __ATMEL_LCDC_H__
+ #define __ATMEL_LCDC_H__
+- /* LCD Controller info data structure */
++ /* LCD Controller info data structure, stored in device platform_data */
+ struct atmel_lcdfb_info {
+       spinlock_t              lock;
+       struct fb_info          *info;
+@@ -33,7 +33,14 @@
+       struct platform_device  *pdev;
+       struct clk              *bus_clk;
+       struct clk              *lcdc_clk;
+-      unsigned int            default_bpp;
++
++#ifdef CONFIG_BACKLIGHT_ATMEL_LCDC
++      struct backlight_device *backlight;
++      u8                      bl_power;
++#endif
++      bool                    lcdcon_is_backlight;
++
++      u8                      default_bpp;
+       unsigned int            default_lcdcon2;
+       unsigned int            default_dmacon;
+       void (*atmel_lcdfb_power_control)(int on);
+@@ -115,20 +122,20 @@
+ #define               ATMEL_LCDC_MEMOR_LITTLE         (1 << 31)
+ #define ATMEL_LCDC_TIM1               0x0808
+-#define       ATMEL_LCDC_VFP          (0xff <<  0)
++#define       ATMEL_LCDC_VFP          (0xffU <<  0)
+ #define       ATMEL_LCDC_VBP_OFFSET           8
+-#define       ATMEL_LCDC_VBP          (0xff <<  ATMEL_LCDC_VBP_OFFSET)
++#define       ATMEL_LCDC_VBP          (0xffU <<  ATMEL_LCDC_VBP_OFFSET)
+ #define       ATMEL_LCDC_VPW_OFFSET           16
+-#define       ATMEL_LCDC_VPW          (0x3f << ATMEL_LCDC_VPW_OFFSET)
++#define       ATMEL_LCDC_VPW          (0x3fU << ATMEL_LCDC_VPW_OFFSET)
+ #define       ATMEL_LCDC_VHDLY_OFFSET         24
+-#define       ATMEL_LCDC_VHDLY        (0xf  << ATMEL_LCDC_VHDLY_OFFSET)
++#define       ATMEL_LCDC_VHDLY        (0xfU  << ATMEL_LCDC_VHDLY_OFFSET)
+ #define ATMEL_LCDC_TIM2               0x080c
+-#define       ATMEL_LCDC_HBP          (0xff  <<  0)
++#define       ATMEL_LCDC_HBP          (0xffU  <<  0)
+ #define       ATMEL_LCDC_HPW_OFFSET           8
+-#define       ATMEL_LCDC_HPW          (0x3f  <<  ATMEL_LCDC_HPW_OFFSET)
++#define       ATMEL_LCDC_HPW          (0x3fU  <<  ATMEL_LCDC_HPW_OFFSET)
+ #define       ATMEL_LCDC_HFP_OFFSET           21
+-#define       ATMEL_LCDC_HFP          (0x7ff << ATMEL_LCDC_HFP_OFFSET)
++#define       ATMEL_LCDC_HFP          (0x7ffU << ATMEL_LCDC_HFP_OFFSET)
+ #define ATMEL_LCDC_LCDFRMCFG  0x0810
+ #define       ATMEL_LCDC_LINEVAL      (0x7ff <<  0)
+diff -urN linux-2.6.24.3/init/do_mounts.c avr32-2.6/init/do_mounts.c
+--- linux-2.6.24.3/init/do_mounts.c    2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/init/do_mounts.c 2008-04-23 20:12:47.000000000 +0200
+@@ -219,8 +219,14 @@
+ static int __init rootwait_setup(char *str)
+ {
+-      if (*str)
++      if (*str && *str != '=')
+               return 0;
 +
-+      epstatus = usba_ep_readl(ep, STA);
-+      epctrl = usba_ep_readl(ep, CTL);
++      if (*str)
++              printk(KERN_WARNING
++                      "WARNING: \"rootwait=1\" is deprecated, "
++                      "use \"rootwait\" instead.\n");
 +
-+      DBG(DBG_INT, "%s: interrupt, status: 0x%08x\n",
-+          ep_name(ep), epstatus);
+       root_wait = 1;
+       return 1;
+ }
+diff -urN linux-2.6.24.3/kernel/ptrace.c avr32-2.6/kernel/ptrace.c
+--- linux-2.6.24.3/kernel/ptrace.c     2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/kernel/ptrace.c  2008-04-23 20:12:47.000000000 +0200
+@@ -470,6 +470,8 @@
+       lock_kernel();
+       if (request == PTRACE_TRACEME) {
+               ret = ptrace_traceme();
++              if (!ret)
++                      arch_ptrace_attach(current);
+               goto out;
+       }
+diff -urN linux-2.6.24.3/localversion-atmel avr32-2.6/localversion-atmel
+--- linux-2.6.24.3/localversion-atmel  1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/localversion-atmel       2008-04-23 20:12:47.000000000 +0200
+@@ -0,0 +1 @@
++.atmel.3
+diff -urN linux-2.6.24.3/MAINTAINERS avr32-2.6/MAINTAINERS
+--- linux-2.6.24.3/MAINTAINERS 2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/MAINTAINERS      2008-04-23 20:12:35.000000000 +0200
+@@ -671,6 +671,12 @@
+ W:    http://www.at91.com/
+ S:    Maintained
++ATMEL AT91 / AT32 SERIAL DRIVER
++P:    Haavard Skinnemoen
++M:    hskinnemoen@atmel.com
++L:    linux-kernel@vger.kernel.org
++S:    Supported
 +
-+      while ((epctrl & USBA_BIT(TX_PK_RDY))
-+             && !(epstatus & USBA_BIT(TX_PK_RDY))) {
-+              DBG(DBG_BUS, "%s: TX PK ready\n", ep_name(ep));
+ ATMEL LCDFB DRIVER
+ P:    Nicolas Ferre
+ M:    nicolas.ferre@atmel.com
+diff -urN linux-2.6.24.3/sound/avr32/ac97c.c avr32-2.6/sound/avr32/ac97c.c
+--- linux-2.6.24.3/sound/avr32/ac97c.c 1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/sound/avr32/ac97c.c      2008-04-23 19:33:54.000000000 +0200
+@@ -0,0 +1,914 @@
++/*
++ * Driver for the Atmel AC97 controller
++ *
++ * Copyright (C) 2005-2007 Atmel Corporation
++ *
++ * This program is free software; you can redistribute it and/or modify it
++ * under the terms of the GNU General Public License version 2 as published by
++ * the Free Software Foundation.
++ */
++#include <linux/clk.h>
++#include <linux/delay.h>
++#include <linux/dma-mapping.h>
++#include <linux/init.h>
++#include <linux/interrupt.h>
++#include <linux/module.h>
++#include <linux/platform_device.h>
++#include <linux/mutex.h>
++#include <linux/io.h>
 +
-+              if (list_empty(&ep->queue)) {
-+                      dev_warn(&udc->pdev->dev, "ep_irq: queue empty\n");
-+                      usba_ep_writel(ep, CTL_DIS, USBA_BIT(TX_PK_RDY));
-+                      return;
-+              }
++#include <sound/driver.h>
++#include <sound/core.h>
++#include <sound/initval.h>
++#include <sound/pcm.h>
++#include <sound/pcm_params.h>
++#include <sound/ac97_codec.h>
++#include <sound/memalloc.h>
 +
-+              req = list_entry(ep->queue.next, struct usba_request, queue);
-+
-+              if (req->using_dma) {
-+                      /* Send a zero-length packet */
-+                      usba_ep_writel(ep, SET_STA,
-+                                      USBA_BIT(TX_PK_RDY));
-+                      usba_ep_writel(ep, CTL_DIS,
-+                                      USBA_BIT(TX_PK_RDY));
-+                      list_del_init(&req->queue);
-+                      submit_next_request(ep);
-+                      request_complete(ep, req, 0);
-+              } else {
-+                      if (req->submitted)
-+                              next_fifo_transaction(ep, req);
-+                      else
-+                              submit_request(ep, req);
++#include <asm/dma-controller.h>
 +
-+                      if (req->last_transaction) {
-+                              list_del_init(&req->queue);
-+                              submit_next_request(ep);
-+                              request_complete(ep, req, 0);
-+                      }
-+              }
++#include "ac97c.h"
 +
-+              epstatus = usba_ep_readl(ep, STA);
-+              epctrl = usba_ep_readl(ep, CTL);
-+      }
-+      if ((epstatus & epctrl) & USBA_BIT(RX_BK_RDY)) {
-+              DBG(DBG_BUS, "%s: RX data ready\n", ep_name(ep));
-+              receive_data(ep);
-+              usba_ep_writel(ep, CLR_STA, USBA_BIT(RX_BK_RDY));
-+      }
-+}
++/* Serialize access to opened */
++static DEFINE_MUTEX(opened_mutex);
 +
-+static void usba_dma_irq(struct usba_udc *udc, struct usba_ep *ep)
-+{
-+      struct usba_request *req;
-+      u32 status, control, pending;
++struct atmel_ac97_dma_info {
++      struct dma_request_cyclic req_tx;
++      struct dma_request_cyclic req_rx;
++      unsigned short rx_periph_id;
++      unsigned short tx_periph_id;
++};
 +
-+      status = usba_dma_readl(ep, STATUS);
-+      control = usba_dma_readl(ep, CONTROL);
-+#ifdef CONFIG_DEBUG_FS
-+      ep->last_dma_status = status;
-+#endif
-+      pending = status & control;
-+      DBG(DBG_INT | DBG_DMA, "dma irq, s/%#08x, c/%#08x\n",
-+          status, control);
++struct atmel_ac97 {
++      /* Serialize access to opened */
++      spinlock_t lock;
++      void __iomem *regs;
++      struct snd_pcm_substream *playback_substream;
++      struct snd_pcm_substream *capture_substream;
++      struct snd_card *card;
++      struct snd_pcm *pcm;
++      struct snd_ac97 *ac97;
++      struct snd_ac97_bus *ac97_bus;
++      int opened;
++      int period;
++      u64 cur_format;
++      unsigned int cur_rate;
++      struct clk *mck;
++      struct platform_device *pdev;
++      struct atmel_ac97_dma_info dma;
++};
 +
-+      if (status & USBA_BIT(DMA_CH_EN)) {
-+              dev_err(&udc->pdev->dev,
-+                      "DMA_CH_EN is set after transfer is finished!\n");
-+              dev_err(&udc->pdev->dev,
-+                     "status=%#08x, pending=%#08x, control=%#08x\n",
-+                     status, pending, control);
++#define get_chip(card) ((struct atmel_ac97 *)(card)->private_data)
 +
-+              /*
-+               * try to pretend nothing happened. We might have to
-+               * do something here...
-+               */
-+      }
++#define ac97c_writel(chip, reg, val)                  \
++      __raw_writel((val), (chip)->regs + AC97C_##reg)
++#define ac97c_readl(chip, reg)                                \
++      __raw_readl((chip)->regs + AC97C_##reg)
 +
-+      if (list_empty(&ep->queue))
-+              /* Might happen if a reset comes along at the right moment */
-+              return;
++/*
++ * PCM part
++ */
++static struct snd_pcm_hardware snd_atmel_ac97_playback_hw = {
++      .info                   = (SNDRV_PCM_INFO_INTERLEAVED
++                                | SNDRV_PCM_INFO_MMAP
++                                | SNDRV_PCM_INFO_MMAP_VALID
++                                | SNDRV_PCM_INFO_BLOCK_TRANSFER
++                                | SNDRV_PCM_INFO_JOINT_DUPLEX),
++      .formats                = (SNDRV_PCM_FMTBIT_S16_BE
++                                | SNDRV_PCM_FMTBIT_S16_LE),
++      .rates                  = (SNDRV_PCM_RATE_CONTINUOUS),
++      .rate_min               = 4000,
++      .rate_max               = 48000,
++      .channels_min           = 1,
++      .channels_max           = 6,
++      .buffer_bytes_max       = 64*1024,
++      .period_bytes_min       = 512,
++      .period_bytes_max       = 4095,
++      .periods_min            = 8,
++      .periods_max            = 1024,
++};
 +
-+      if (pending & (USBA_BIT(DMA_END_TR_ST) | USBA_BIT(DMA_END_BUF_ST))) {
-+              req = list_entry(ep->queue.next, struct usba_request, queue);
-+              usba_update_req(ep, req, status);
++static struct snd_pcm_hardware snd_atmel_ac97_capture_hw = {
++      .info                   = (SNDRV_PCM_INFO_INTERLEAVED
++                                | SNDRV_PCM_INFO_MMAP
++                                | SNDRV_PCM_INFO_MMAP_VALID
++                                | SNDRV_PCM_INFO_BLOCK_TRANSFER
++                                | SNDRV_PCM_INFO_JOINT_DUPLEX),
++      .formats                = (SNDRV_PCM_FMTBIT_S16_BE
++                                | SNDRV_PCM_FMTBIT_S16_LE),
++      .rates                  = (SNDRV_PCM_RATE_CONTINUOUS),
++      .rate_min               = 4000,
++      .rate_max               = 48000,
++      .channels_min           = 1,
++      .channels_max           = 2,
++      .buffer_bytes_max       = 64*1024,
++      .period_bytes_min       = 512,
++      .period_bytes_max       = 4095,
++      .periods_min            = 8,
++      .periods_max            = 1024,
++};
 +
-+              list_del_init(&req->queue);
-+              submit_next_request(ep);
-+              request_complete(ep, req, 0);
++/*
++ * PCM functions
++ */
++static int
++snd_atmel_ac97_playback_open(struct snd_pcm_substream *substream)
++{
++      struct atmel_ac97 *chip = snd_pcm_substream_chip(substream);
++      struct snd_pcm_runtime *runtime = substream->runtime;
++
++      mutex_lock(&opened_mutex);
++      chip->opened++;
++      runtime->hw = snd_atmel_ac97_playback_hw;
++      if (chip->cur_rate) {
++              runtime->hw.rate_min = chip->cur_rate;
++              runtime->hw.rate_max = chip->cur_rate;
 +      }
++      if (chip->cur_format)
++              runtime->hw.formats = (1ULL << chip->cur_format);
++      mutex_unlock(&opened_mutex);
++      chip->playback_substream = substream;
++      chip->period = 0;
++      return 0;
 +}
 +
-+static irqreturn_t usba_udc_irq(int irq, void *devid)
++static int
++snd_atmel_ac97_capture_open(struct snd_pcm_substream *substream)
 +{
-+      struct usba_udc *udc = devid;
-+      u32 status;
-+      u32 dma_status;
-+      u32 ep_status;
-+
-+      spin_lock(&udc->lock);
-+
-+      status = usba_readl(udc, INT_STA);
-+      DBG(DBG_INT, "irq, status=%#08x\n", status);
-+
-+      if (status & USBA_BIT(DET_SUSPEND)) {
-+              usba_writel(udc, INT_CLR, USBA_BIT(DET_SUSPEND));
-+              DBG(DBG_BUS, "Suspend detected\n");
-+              if (udc->gadget.speed != USB_SPEED_UNKNOWN
-+                  && udc->driver && udc->driver->suspend)
-+                      udc->driver->suspend(&udc->gadget);
++      struct atmel_ac97 *chip = snd_pcm_substream_chip(substream);
++      struct snd_pcm_runtime *runtime = substream->runtime;
++
++      mutex_lock(&opened_mutex);
++      chip->opened++;
++      runtime->hw = snd_atmel_ac97_capture_hw;
++      if (chip->cur_rate) {
++              runtime->hw.rate_min = chip->cur_rate;
++              runtime->hw.rate_max = chip->cur_rate;
 +      }
++      if (chip->cur_format)
++              runtime->hw.formats = (1ULL << chip->cur_format);
++      mutex_unlock(&opened_mutex);
++      chip->capture_substream = substream;
++      chip->period = 0;
++      return 0;
++}
 +
-+      if (status & USBA_BIT(WAKE_UP)) {
-+              usba_writel(udc, INT_CLR, USBA_BIT(WAKE_UP));
-+              DBG(DBG_BUS, "Wake Up CPU detected\n");
-+      }
-+
-+      if (status & USBA_BIT(END_OF_RESUME)) {
-+              usba_writel(udc, INT_CLR, USBA_BIT(END_OF_RESUME));
-+              DBG(DBG_BUS, "Resume detected\n");
-+              if (udc->gadget.speed != USB_SPEED_UNKNOWN
-+                  && udc->driver && udc->driver->resume)
-+                      udc->driver->resume(&udc->gadget);
-+      }
-+
-+      dma_status = USBA_BFEXT(DMA_INT, status);
-+      if (dma_status) {
-+              int i;
-+
-+              for (i = 1; i < USBA_NR_ENDPOINTS; i++)
-+                      if (dma_status & (1 << i))
-+                              usba_dma_irq(udc, &usba_ep[i]);
++static int snd_atmel_ac97_playback_close(struct snd_pcm_substream *substream)
++{
++      struct atmel_ac97 *chip = snd_pcm_substream_chip(substream);
++      mutex_lock(&opened_mutex);
++      chip->opened--;
++      if (!chip->opened) {
++              chip->cur_rate = 0;
++              chip->cur_format = 0;
 +      }
++      mutex_unlock(&opened_mutex);
++      return 0;
++}
 +
-+      ep_status = USBA_BFEXT(EPT_INT, status);
-+      if (ep_status) {
-+              int i;
-+
-+              for (i = 0; i < USBA_NR_ENDPOINTS; i++)
-+                      if (ep_status & (1 << i)) {
-+                              if (ep_is_control(&usba_ep[i]))
-+                                      usba_control_irq(udc, &usba_ep[i]);
-+                              else
-+                                      usba_ep_irq(udc, &usba_ep[i]);
-+                      }
++static int snd_atmel_ac97_capture_close(struct snd_pcm_substream *substream)
++{
++      struct atmel_ac97 *chip = snd_pcm_substream_chip(substream);
++      mutex_lock(&opened_mutex);
++      chip->opened--;
++      if (!chip->opened) {
++              chip->cur_rate = 0;
++              chip->cur_format = 0;
 +      }
++      mutex_unlock(&opened_mutex);
++      return 0;
++}
 +
-+      if (status & USBA_BIT(END_OF_RESET)) {
-+              struct usba_ep *ep0;
-+
-+              usba_writel(udc, INT_CLR, USBA_BIT(END_OF_RESET));
-+              reset_all_endpoints(udc);
-+
-+              if (status & USBA_BIT(HIGH_SPEED)) {
-+                      DBG(DBG_BUS, "High-speed bus reset detected\n");
-+                      udc->gadget.speed = USB_SPEED_HIGH;
-+              } else {
-+                      DBG(DBG_BUS, "Full-speed bus reset detected\n");
-+                      udc->gadget.speed = USB_SPEED_FULL;
-+              }
-+
-+              ep0 = &usba_ep[0];
-+              ep0->desc = &usba_ep0_desc;
-+              ep0->state = WAIT_FOR_SETUP;
-+              usba_ep_writel(ep0, CFG,
-+                             (USBA_BF(EPT_SIZE, EP0_EPT_SIZE)
-+                              | USBA_BF(EPT_TYPE, USBA_EPT_TYPE_CONTROL)
-+                              | USBA_BF(BK_NUMBER, USBA_BK_NUMBER_ONE)));
-+              usba_ep_writel(ep0, CTL_ENB,
-+                             USBA_BIT(EPT_ENABLE) | USBA_BIT(RX_SETUP));
-+              usba_writel(udc, INT_ENB, (usba_readl(udc, INT_ENB)
-+                                         | USBA_BF(EPT_INT, 1)
-+                                         | USBA_BIT(DET_SUSPEND)
-+                                         | USBA_BIT(END_OF_RESUME)));
++static int
++snd_atmel_ac97_playback_hw_params(struct snd_pcm_substream *substream,
++              struct snd_pcm_hw_params *hw_params)
++{
++      struct atmel_ac97 *chip = snd_pcm_substream_chip(substream);
++      int err;
 +
-+              if (!(usba_ep_readl(ep0, CFG) & USBA_BIT(EPT_MAPPED)))
-+                      dev_warn(&udc->pdev->dev,
-+                               "WARNING: EP0 configuration is invalid!\n");
-+      }
++      err = snd_pcm_lib_malloc_pages(substream,
++                                      params_buffer_bytes(hw_params));
++      if (err < 0)
++              return err;
 +
-+      spin_unlock(&udc->lock);
++      /* Set restrictions to params */
++      mutex_lock(&opened_mutex);
++      chip->cur_rate = params_rate(hw_params);
++      chip->cur_format = params_format(hw_params);
++      mutex_unlock(&opened_mutex);
 +
-+      return IRQ_HANDLED;
++      return 0;
 +}
 +
-+static irqreturn_t usba_vbus_irq(int irq, void *devid)
++static int
++snd_atmel_ac97_capture_hw_params(struct snd_pcm_substream *substream,
++              struct snd_pcm_hw_params *hw_params)
 +{
-+      struct usba_udc *udc = devid;
-+      int vbus;
++      struct atmel_ac97 *chip = snd_pcm_substream_chip(substream);
++      int err;
 +
-+      /* debounce */
-+      udelay(10);
++      err = snd_pcm_lib_malloc_pages(substream,
++                                      params_buffer_bytes(hw_params));
++      if (err < 0)
++              return err;
 +
-+      spin_lock(&udc->lock);
-+      vbus = gpio_get_value(udc->vbus_pin);
-+      if (vbus != udc->vbus_prev) {
-+              if (vbus) {
-+                      usba_writel(udc, CTRL, USBA_BIT(EN_USBA));
-+                      usba_writel(udc, INT_ENB, USBA_BIT(END_OF_RESET));
-+              } else {
-+                      udc->gadget.speed = USB_SPEED_UNKNOWN;
-+                      reset_all_endpoints(udc);
-+                      usba_writel(udc, CTRL, 0);
-+                      if (udc->driver)
-+                              udc->driver->disconnect(&udc->gadget);
-+              }
-+              udc->vbus_prev = vbus;
-+      }
-+      spin_unlock(&udc->lock);
++      /* Set restrictions to params */
++      mutex_lock(&opened_mutex);
++      chip->cur_rate = params_rate(hw_params);
++      chip->cur_format = params_format(hw_params);
++      mutex_unlock(&opened_mutex);
 +
-+      return IRQ_HANDLED;
++      return 0;
 +}
 +
-+int usb_gadget_register_driver(struct usb_gadget_driver *driver)
++static int snd_atmel_ac97_playback_hw_free(struct snd_pcm_substream *substream)
 +{
-+      struct usba_udc *udc = &the_udc;
-+      unsigned long flags;
-+      int ret;
-+
-+      if (!udc->pdev)
-+              return -ENODEV;
-+
-+      spin_lock_irqsave(&udc->lock, flags);
-+      if (udc->driver) {
-+              spin_unlock_irqrestore(&udc->lock, flags);
-+              return -EBUSY;
-+      }
++      return snd_pcm_lib_free_pages(substream);
++}
 +
-+      udc->driver = driver;
-+      udc->gadget.dev.driver = &driver->driver;
-+      spin_unlock_irqrestore(&udc->lock, flags);
++static int snd_atmel_ac97_capture_hw_free(struct snd_pcm_substream *substream)
++{
 +
-+      clk_enable(udc->pclk);
-+      clk_enable(udc->hclk);
++      return snd_pcm_lib_free_pages(substream);
++}
 +
-+      ret = driver->bind(&udc->gadget);
-+      if (ret) {
-+              DBG(DBG_ERR, "Could not bind to driver %s: error %d\n",
-+                  driver->driver.name, ret);
-+              goto err_driver_bind;
++static int snd_atmel_ac97_playback_prepare(struct snd_pcm_substream *substream)
++{
++      struct atmel_ac97 *chip = snd_pcm_substream_chip(substream);
++      struct platform_device *pdev = chip->pdev;
++      struct snd_pcm_runtime *runtime = substream->runtime;
++      int block_size = frames_to_bytes(runtime, runtime->period_size);
++      unsigned long word = 0;
++      unsigned long buffer_size = 0;
++
++      dma_sync_single_for_device(&pdev->dev, runtime->dma_addr,
++                      block_size * 2, DMA_TO_DEVICE);
++
++      /* Assign slots to channels */
++      switch (substream->runtime->channels) {
++      case 1:
++              word |= AC97C_CH_ASSIGN(PCM_LEFT, A);
++              break;
++      case 2:
++              /* Assign Left and Right slot to Channel A */
++              word |= AC97C_CH_ASSIGN(PCM_LEFT, A)
++                      | AC97C_CH_ASSIGN(PCM_RIGHT, A);
++              break;
++      default:
++              /* TODO: support more than two channels */
++              return -EINVAL;
++              break;
 +      }
++      ac97c_writel(chip, OCA, word);
 +
-+      DBG(DBG_GADGET, "registered driver `%s'\n", driver->driver.name);
-+
-+      udc->vbus_prev = 0;
-+      if (udc->vbus_pin != -1) {
-+              ret = request_irq(gpio_to_irq(udc->vbus_pin),
-+                                usba_vbus_irq, 0, "atmel_usba_udc", udc);
-+              if (ret) {
-+                      gpio_free(udc->vbus_pin);
-+                      udc->vbus_pin = -1;
-+                      dev_warn(&udc->pdev->dev,
-+                               "failed to request vbus irq; "
-+                               "assuming always on\n");
-+              }
-+      }
++      /* Configure sample format and size */
++      word = AC97C_CMR_PDCEN | AC97C_CMR_SIZE_16;
 +
-+      /* If Vbus is present, enable the controller and wait for reset */
-+      spin_lock_irqsave(&udc->lock, flags);
-+      if (vbus_is_present(udc) && udc->vbus_prev == 0) {
-+              usba_writel(udc, CTRL, USBA_BIT(EN_USBA));
-+              usba_writel(udc, INT_ENB, USBA_BIT(END_OF_RESET));
++      switch (runtime->format) {
++      case SNDRV_PCM_FORMAT_S16_LE:
++              word |= AC97C_CMR_CEM_LITTLE;
++              break;
++      case SNDRV_PCM_FORMAT_S16_BE: /* fall through */
++      default:
++              word &= ~AC97C_CMR_CEM_LITTLE;
++              break;
 +      }
-+      spin_unlock_irqrestore(&udc->lock, flags);
-+
-+      return 0;
-+
-+err_driver_bind:
-+      udc->driver = NULL;
-+      udc->gadget.dev.driver = NULL;
-+      return ret;
-+}
-+EXPORT_SYMBOL(usb_gadget_register_driver);
-+
-+int usb_gadget_unregister_driver(struct usb_gadget_driver *driver)
-+{
-+      struct usba_udc *udc = &the_udc;
-+      unsigned long flags;
 +
-+      if (!udc->pdev)
-+              return -ENODEV;
-+      if (driver != udc->driver)
-+              return -EINVAL;
++      ac97c_writel(chip, CAMR, word);
 +
-+      if (udc->vbus_pin != -1)
-+              free_irq(gpio_to_irq(udc->vbus_pin), udc);
++      /* Set variable rate if needed */
++      if (runtime->rate != 48000) {
++              word = ac97c_readl(chip, MR);
++              word |= AC97C_MR_VRA;
++              ac97c_writel(chip, MR, word);
++      } else {
++              /* Clear Variable Rate Bit */
++              word = ac97c_readl(chip, MR);
++              word &= ~AC97C_MR_VRA;
++              ac97c_writel(chip, MR, word);
++      }
 +
-+      spin_lock_irqsave(&udc->lock, flags);
-+      udc->gadget.speed = USB_SPEED_UNKNOWN;
-+      reset_all_endpoints(udc);
-+      spin_unlock_irqrestore(&udc->lock, flags);
++      /* Set rate */
++      snd_ac97_set_rate(chip->ac97, AC97_PCM_FRONT_DAC_RATE, runtime->rate);
 +
-+      /* This will also disable the DP pullup */
-+      usba_writel(udc, CTRL, 0);
++      buffer_size = frames_to_bytes(runtime, runtime->period_size) *
++              runtime->periods;
 +
-+      driver->unbind(&udc->gadget);
-+      udc->gadget.dev.driver = NULL;
-+      udc->driver = NULL;
++      chip->dma.req_tx.buffer_size = buffer_size;
++      chip->dma.req_tx.periods = runtime->periods;
 +
-+      clk_disable(udc->hclk);
-+      clk_disable(udc->pclk);
++      BUG_ON(chip->dma.req_tx.buffer_size !=
++                      (chip->dma.req_tx.periods *
++                       frames_to_bytes(runtime, runtime->period_size)));
 +
-+      DBG(DBG_GADGET, "unregistered driver `%s'\n", driver->driver.name);
++      chip->dma.req_tx.buffer_start = runtime->dma_addr;
++      chip->dma.req_tx.data_reg = (dma_addr_t)(chip->regs + AC97C_CATHR + 2);
++      chip->dma.req_tx.periph_id = chip->dma.tx_periph_id;
++      chip->dma.req_tx.direction = DMA_DIR_MEM_TO_PERIPH;
++      chip->dma.req_tx.width = DMA_WIDTH_16BIT;
++      chip->dma.req_tx.dev_id = chip;
 +
 +      return 0;
 +}
-+EXPORT_SYMBOL(usb_gadget_unregister_driver);
 +
-+static int __devinit usba_udc_probe(struct platform_device *pdev)
++static int snd_atmel_ac97_capture_prepare(struct snd_pcm_substream *substream)
 +{
-+      struct usba_platform_data *pdata = pdev->dev.platform_data;
-+      struct resource *regs, *fifo;
-+      struct clk *pclk, *hclk;
-+      struct usba_udc *udc = &the_udc;
-+      int irq, ret, i;
-+
-+      regs = platform_get_resource(pdev, IORESOURCE_MEM, CTRL_IOMEM_ID);
-+      fifo = platform_get_resource(pdev, IORESOURCE_MEM, FIFO_IOMEM_ID);
-+      if (!regs || !fifo)
-+              return -ENXIO;
-+
-+      irq = platform_get_irq(pdev, 0);
-+      if (irq < 0)
-+              return irq;
-+
-+      pclk = clk_get(&pdev->dev, "pclk");
-+      if (IS_ERR(pclk))
-+              return PTR_ERR(pclk);
-+      hclk = clk_get(&pdev->dev, "hclk");
-+      if (IS_ERR(hclk)) {
-+              ret = PTR_ERR(hclk);
-+              goto err_get_hclk;
++      struct atmel_ac97 *chip = snd_pcm_substream_chip(substream);
++      struct platform_device *pdev = chip->pdev;
++      struct snd_pcm_runtime *runtime = substream->runtime;
++      int block_size = frames_to_bytes(runtime, runtime->period_size);
++      unsigned long word = 0;
++      unsigned long buffer_size = 0;
++
++      dma_sync_single_for_device(&pdev->dev, runtime->dma_addr,
++                      block_size * 2, DMA_FROM_DEVICE);
++
++      /* Assign slots to channels */
++      switch (substream->runtime->channels) {
++      case 1:
++              word |= AC97C_CH_ASSIGN(PCM_LEFT, A);
++              break;
++      case 2:
++              /* Assign Left and Right slot to Channel A */
++              word |= AC97C_CH_ASSIGN(PCM_LEFT, A)
++                      | AC97C_CH_ASSIGN(PCM_RIGHT, A);
++              break;
++      default:
++              /* TODO: support more than two channels */
++              return -EINVAL;
++              break;
 +      }
++      ac97c_writel(chip, ICA, word);
 +
-+      udc->pdev = pdev;
-+      udc->pclk = pclk;
-+      udc->hclk = hclk;
-+      udc->vbus_pin = -1;
++      /* Configure sample format and size */
++      word = AC97C_CMR_PDCEN | AC97C_CMR_SIZE_16;
 +
-+      ret = -ENOMEM;
-+      udc->regs = ioremap(regs->start, regs->end - regs->start + 1);
-+      if (!udc->regs) {
-+              dev_err(&pdev->dev, "Unable to map I/O memory, aborting.\n");
-+              goto err_map_regs;
-+      }
-+      dev_info(&pdev->dev, "MMIO registers at 0x%08lx mapped at %p\n",
-+               (unsigned long)regs->start, udc->regs);
-+      udc->fifo = ioremap(fifo->start, fifo->end - fifo->start + 1);
-+      if (!udc->fifo) {
-+              dev_err(&pdev->dev, "Unable to map FIFO, aborting.\n");
-+              goto err_map_fifo;
++      switch (runtime->format) {
++      case SNDRV_PCM_FORMAT_S16_LE:
++              word |= AC97C_CMR_CEM_LITTLE;
++              break;
++      case SNDRV_PCM_FORMAT_S16_BE:
++      default:
++              word &= ~(AC97C_CMR_CEM_LITTLE);
++              break;
 +      }
-+      dev_info(&pdev->dev, "FIFO at 0x%08lx mapped at %p\n",
-+               (unsigned long)fifo->start, udc->fifo);
-+
-+      device_initialize(&udc->gadget.dev);
-+      udc->gadget.dev.parent = &pdev->dev;
-+      udc->gadget.dev.dma_mask = pdev->dev.dma_mask;
 +
-+      platform_set_drvdata(pdev, udc);
++      ac97c_writel(chip, CAMR, word);
 +
-+      /* Make sure we start from a clean slate */
-+      clk_enable(pclk);
-+      usba_writel(udc, CTRL, 0);
-+      clk_disable(pclk);
++      /* Set variable rate if needed */
++      if (runtime->rate != 48000) {
++              word = ac97c_readl(chip, MR);
++              word |= AC97C_MR_VRA;
++              ac97c_writel(chip, MR, word);
++      } else {
++              /* Clear Variable Rate Bit */
++              word = ac97c_readl(chip, MR);
++              word &= ~(AC97C_MR_VRA);
++              ac97c_writel(chip, MR, word);
++      }
 +
-+      INIT_LIST_HEAD(&usba_ep[0].ep.ep_list);
-+      usba_ep[0].ep_regs = udc->regs + USBA_EPT_BASE(0);
-+      usba_ep[0].dma_regs = udc->regs + USBA_DMA_BASE(0);
-+      usba_ep[0].fifo = udc->fifo + USBA_FIFO_BASE(0);
-+      for (i = 1; i < ARRAY_SIZE(usba_ep); i++) {
-+              struct usba_ep *ep = &usba_ep[i];
++      /* Set rate */
++      snd_ac97_set_rate(chip->ac97, AC97_PCM_LR_ADC_RATE, runtime->rate);
 +
-+              ep->ep_regs = udc->regs + USBA_EPT_BASE(i);
-+              ep->dma_regs = udc->regs + USBA_DMA_BASE(i);
-+              ep->fifo = udc->fifo + USBA_FIFO_BASE(i);
++      buffer_size = frames_to_bytes(runtime, runtime->period_size) *
++              runtime->periods;
 +
-+              list_add_tail(&ep->ep.ep_list, &udc->gadget.ep_list);
-+      }
++      chip->dma.req_rx.buffer_size = buffer_size;
++      chip->dma.req_rx.periods = runtime->periods;
 +
-+      ret = request_irq(irq, usba_udc_irq, IRQF_SAMPLE_RANDOM,
-+                        "atmel_usba_udc", udc);
-+      if (ret) {
-+              dev_err(&pdev->dev, "Cannot request irq %d (error %d)\n",
-+                      irq, ret);
-+              goto err_request_irq;
-+      }
-+      udc->irq = irq;
++      BUG_ON(chip->dma.req_rx.buffer_size !=
++                      (chip->dma.req_rx.periods *
++                       frames_to_bytes(runtime, runtime->period_size)));
 +
-+      ret = device_add(&udc->gadget.dev);
-+      if (ret) {
-+              dev_dbg(&pdev->dev, "Could not add gadget: %d\n", ret);
-+              goto err_device_add;
-+      }
++      chip->dma.req_rx.buffer_start = runtime->dma_addr;
++      chip->dma.req_rx.data_reg = (dma_addr_t)(chip->regs + AC97C_CARHR + 2);
++      chip->dma.req_rx.periph_id = chip->dma.rx_periph_id;
++      chip->dma.req_rx.direction = DMA_DIR_PERIPH_TO_MEM;
++      chip->dma.req_rx.width = DMA_WIDTH_16BIT;
++      chip->dma.req_rx.dev_id = chip;
 +
-+      if (pdata && pdata->vbus_pin != GPIO_PIN_NONE)
-+              if (!gpio_request(pdata->vbus_pin, "atmel_usba_udc"))
-+                      udc->vbus_pin = pdata->vbus_pin;
++      return 0;
++}
 +
-+      usba_init_debugfs(udc);
-+      for (i = 1; i < ARRAY_SIZE(usba_ep); i++)
-+              usba_ep_init_debugfs(udc, &usba_ep[i]);
++      static int
++snd_atmel_ac97_playback_trigger(struct snd_pcm_substream *substream, int cmd)
++{
++      struct atmel_ac97 *chip = snd_pcm_substream_chip(substream);
++      unsigned long camr;
++      int flags, err = 0;
 +
-+      return 0;
++      spin_lock_irqsave(&chip->lock, flags);
++      camr = ac97c_readl(chip, CAMR);
 +
-+err_device_add:
-+      free_irq(irq, udc);
-+err_request_irq:
-+      iounmap(udc->fifo);
-+err_map_fifo:
-+      iounmap(udc->regs);
-+err_map_regs:
-+      clk_put(hclk);
-+err_get_hclk:
-+      clk_put(pclk);
++      switch (cmd) {
++      case SNDRV_PCM_TRIGGER_START:
++              err = dma_prepare_request_cyclic(chip->dma.req_tx.req.dmac,
++                              &chip->dma.req_tx);
++              dma_start_request(chip->dma.req_tx.req.dmac,
++                              chip->dma.req_tx.req.channel);
++              camr |= AC97C_CMR_CENA;
++              break;
++      case SNDRV_PCM_TRIGGER_STOP:
++              err = dma_stop_request(chip->dma.req_tx.req.dmac,
++                              chip->dma.req_tx.req.channel);
++              if (chip->opened <= 1)
++                      camr &= ~AC97C_CMR_CENA;
++              break;
++      default:
++              err = -EINVAL;
++              break;
++      }
 +
-+      platform_set_drvdata(pdev, NULL);
++      ac97c_writel(chip, CAMR, camr);
 +
-+      return ret;
++      spin_unlock_irqrestore(&chip->lock, flags);
++      return err;
 +}
 +
-+static int __devexit usba_udc_remove(struct platform_device *pdev)
++      static int
++snd_atmel_ac97_capture_trigger(struct snd_pcm_substream *substream, int cmd)
 +{
-+      struct usba_udc *udc;
-+      int i;
++      struct atmel_ac97 *chip = snd_pcm_substream_chip(substream);
++      unsigned long camr;
++      int flags, err = 0;
 +
-+      udc = platform_get_drvdata(pdev);
++      spin_lock_irqsave(&chip->lock, flags);
++      camr = ac97c_readl(chip, CAMR);
 +
-+      for (i = 1; i < ARRAY_SIZE(usba_ep); i++)
-+              usba_ep_cleanup_debugfs(&usba_ep[i]);
-+      usba_cleanup_debugfs(udc);
-+
-+      if (udc->vbus_pin != -1)
-+              gpio_free(udc->vbus_pin);
-+
-+      free_irq(udc->irq, udc);
-+      iounmap(udc->fifo);
-+      iounmap(udc->regs);
-+      clk_put(udc->hclk);
-+      clk_put(udc->pclk);
++      switch (cmd) {
++      case SNDRV_PCM_TRIGGER_START:
++              err = dma_prepare_request_cyclic(chip->dma.req_rx.req.dmac,
++                              &chip->dma.req_rx);
++              dma_start_request(chip->dma.req_rx.req.dmac,
++                              chip->dma.req_rx.req.channel);
++              camr |= AC97C_CMR_CENA;
++              break;
++      case SNDRV_PCM_TRIGGER_STOP:
++              err = dma_stop_request(chip->dma.req_rx.req.dmac,
++                              chip->dma.req_rx.req.channel);
++              mutex_lock(&opened_mutex);
++              if (chip->opened <= 1)
++                      camr &= ~AC97C_CMR_CENA;
++              mutex_unlock(&opened_mutex);
++              break;
++      default:
++              err = -EINVAL;
++              break;
++      }
 +
-+      device_unregister(&udc->gadget.dev);
++      ac97c_writel(chip, CAMR, camr);
 +
-+      return 0;
++      spin_unlock_irqrestore(&chip->lock, flags);
++      return err;
 +}
 +
-+static struct platform_driver udc_driver = {
-+      .probe          = usba_udc_probe,
-+      .remove         = __devexit_p(usba_udc_remove),
-+      .driver         = {
-+              .name           = "atmel_usba_udc",
-+      },
-+};
-+
-+static int __init udc_init(void)
++      static snd_pcm_uframes_t
++snd_atmel_ac97_playback_pointer(struct snd_pcm_substream *substream)
 +{
-+      return platform_driver_register(&udc_driver);
++      struct atmel_ac97 *chip = snd_pcm_substream_chip(substream);
++      struct snd_pcm_runtime *runtime = substream->runtime;
++      snd_pcm_uframes_t pos;
++      unsigned long bytes;
++
++      bytes = (dma_get_current_pos
++                      (chip->dma.req_tx.req.dmac,
++                       chip->dma.req_tx.req.channel) - runtime->dma_addr);
++      pos = bytes_to_frames(runtime, bytes);
++      if (pos >= runtime->buffer_size)
++              pos -= runtime->buffer_size;
++
++      return pos;
 +}
-+module_init(udc_init);
 +
-+static void __exit udc_exit(void)
++      static snd_pcm_uframes_t
++snd_atmel_ac97_capture_pointer(struct snd_pcm_substream *substream)
 +{
-+      platform_driver_unregister(&udc_driver);
-+}
-+module_exit(udc_exit);
++      struct atmel_ac97 *chip = snd_pcm_substream_chip(substream);
++      struct snd_pcm_runtime *runtime = substream->runtime;
++      snd_pcm_uframes_t pos;
++      unsigned long bytes;
 +
-+MODULE_DESCRIPTION("Atmel USBA UDC driver");
-+MODULE_AUTHOR("Haavard Skinnemoen <hskinnemoen@atmel.com>");
-+MODULE_LICENSE("GPL");
-diff -x .git -Nur linux-2.6.22.1/drivers/usb/gadget/atmel_usba_udc.h linux-avr32.git/drivers/usb/gadget/atmel_usba_udc.h
---- linux-2.6.22.1/drivers/usb/gadget/atmel_usba_udc.h 1970-01-01 01:00:00.000000000 +0100
-+++ linux-avr32.git/drivers/usb/gadget/atmel_usba_udc.h        2007-07-12 14:00:19.000000000 +0200
-@@ -0,0 +1,402 @@
-+/*
-+ * Driver for the Atmel USBA high speed USB device controller
-+ *
-+ * Copyright (C) 2005-2007 Atmel Corporation
-+ *
-+ * This program is free software; you can redistribute it and/or modify
-+ * it under the terms of the GNU General Public License version 2 as
-+ * published by the Free Software Foundation.
-+ */
-+#ifndef __LINUX_USB_GADGET_USBA_UDC_H__
-+#define __LINUX_USB_GADGET_USBA_UDC_H__
-+
-+/* USB register offsets */
-+#define USBA_CTRL                             0x0000
-+#define USBA_FNUM                             0x0004
-+#define USBA_INT_ENB                          0x0010
-+#define USBA_INT_STA                          0x0014
-+#define USBA_INT_CLR                          0x0018
-+#define USBA_EPT_RST                          0x001c
-+#define USBA_TST_SOF_CNT                      0x00d0
-+#define USBA_TST_CNT_A                                0x00d4
-+#define USBA_TST_CNT_B                                0x00d8
-+#define USBA_TST_MODE_REG                     0x00dc
-+#define USBA_TST                              0x00e0
-+
-+/* USB endpoint register offsets */
-+#define USBA_EPT_CFG                          0x0000
-+#define USBA_EPT_CTL_ENB                      0x0004
-+#define USBA_EPT_CTL_DIS                      0x0008
-+#define USBA_EPT_CTL                          0x000c
-+#define USBA_EPT_SET_STA                      0x0014
-+#define USBA_EPT_CLR_STA                      0x0018
-+#define USBA_EPT_STA                          0x001c
-+
-+/* USB DMA register offsets */
-+#define USBA_DMA_NXT_DSC                      0x0000
-+#define USBA_DMA_ADDRESS                      0x0004
-+#define USBA_DMA_CONTROL                      0x0008
-+#define USBA_DMA_STATUS                               0x000c
++      bytes = (dma_get_current_pos
++                      (chip->dma.req_rx.req.dmac,
++                       chip->dma.req_rx.req.channel)
++                      - runtime->dma_addr);
++      pos = bytes_to_frames(runtime, bytes);
++      if (pos >= runtime->buffer_size)
++              pos -= runtime->buffer_size;
 +
-+/* Bitfields in CTRL */
-+#define USBA_DEV_ADDR_OFFSET                  0
-+#define USBA_DEV_ADDR_SIZE                    7
-+#define USBA_FADDR_EN_OFFSET                  7
-+#define USBA_FADDR_EN_SIZE                    1
-+#define USBA_EN_USBA_OFFSET                   8
-+#define USBA_EN_USBA_SIZE                     1
-+#define USBA_DETACH_OFFSET                    9
-+#define USBA_DETACH_SIZE                      1
-+#define USBA_REMOTE_WAKE_UP_OFFSET            10
-+#define USBA_REMOTE_WAKE_UP_SIZE              1
-+
-+/* Bitfields in FNUM */
-+#define USBA_MICRO_FRAME_NUM_OFFSET           0
-+#define USBA_MICRO_FRAME_NUM_SIZE             3
-+#define USBA_FRAME_NUMBER_OFFSET              3
-+#define USBA_FRAME_NUMBER_SIZE                        11
-+#define USBA_FRAME_NUM_ERROR_OFFSET           31
-+#define USBA_FRAME_NUM_ERROR_SIZE             1
-+
-+/* Bitfields in INT_ENB/INT_STA/INT_CLR */
-+#define USBA_HIGH_SPEED_OFFSET                        0
-+#define USBA_HIGH_SPEED_SIZE                  1
-+#define USBA_DET_SUSPEND_OFFSET                       1
-+#define USBA_DET_SUSPEND_SIZE                 1
-+#define USBA_MICRO_SOF_OFFSET                 2
-+#define USBA_MICRO_SOF_SIZE                   1
-+#define USBA_SOF_OFFSET                               3
-+#define USBA_SOF_SIZE                         1
-+#define USBA_END_OF_RESET_OFFSET              4
-+#define USBA_END_OF_RESET_SIZE                        1
-+#define USBA_WAKE_UP_OFFSET                   5
-+#define USBA_WAKE_UP_SIZE                     1
-+#define USBA_END_OF_RESUME_OFFSET             6
-+#define USBA_END_OF_RESUME_SIZE                       1
-+#define USBA_UPSTREAM_RESUME_OFFSET           7
-+#define USBA_UPSTREAM_RESUME_SIZE             1
-+#define USBA_EPT_INT_OFFSET                   8
-+#define USBA_EPT_INT_SIZE                     16
-+#define USBA_DMA_INT_OFFSET                   24
-+#define USBA_DMA_INT_SIZE                     8
-+
-+/* Bitfields in EPT_RST */
-+#define USBA_RST_OFFSET                               0
-+#define USBA_RST_SIZE                         16
-+
-+/* Bitfields in TST_SOF_CNT */
-+#define USBA_SOF_CNT_MAX_OFFSET                       0
-+#define USBA_SOF_CNT_MAX_SIZE                 7
-+#define USBA_SOF_CNT_LOAD_OFFSET              7
-+#define USBA_SOF_CNT_LOAD_SIZE                        1
-+
-+/* Bitfields in TST_CNT_A */
-+#define USBA_CNT_A_MAX_OFFSET                 0
-+#define USBA_CNT_A_MAX_SIZE                   7
-+#define USBA_CNT_A_LOAD_OFFSET                        7
-+#define USBA_CNT_A_LOAD_SIZE                  1
-+
-+/* Bitfields in TST_CNT_B */
-+#define USBA_CNT_B_MAX_OFFSET                 0
-+#define USBA_CNT_B_MAX_SIZE                   7
-+#define USBA_CNT_B_LOAD_OFFSET                        7
-+#define USBA_CNT_B_LOAD_SIZE                  1
-+
-+/* Bitfields in TST_MODE_REG */
-+#define USBA_TST_MODE_OFFSET                  0
-+#define USBA_TST_MODE_SIZE                    6
-+
-+/* Bitfields in USBA_TST */
-+#define USBA_SPEED_CFG_OFFSET                 0
-+#define USBA_SPEED_CFG_SIZE                   2
-+#define USBA_TST_J_MODE_OFFSET                        2
-+#define USBA_TST_J_MODE_SIZE                  1
-+#define USBA_TST_K_MODE_OFFSET                        3
-+#define USBA_TST_K_MODE_SIZE                  1
-+#define USBA_TST_PKT_MODE_OFFSET              4
-+#define USBA_TST_PKT_MODE_SIZE                        1
-+#define USBA_OPMODE2_OFFSET                   5
-+#define USBA_OPMODE2_SIZE                     1
-+
-+/* Bitfields in EPT_CFG */
-+#define USBA_EPT_SIZE_OFFSET                  0
-+#define USBA_EPT_SIZE_SIZE                    3
-+#define USBA_EPT_DIR_OFFSET                   3
-+#define USBA_EPT_DIR_SIZE                     1
-+#define USBA_EPT_TYPE_OFFSET                  4
-+#define USBA_EPT_TYPE_SIZE                    2
-+#define USBA_BK_NUMBER_OFFSET                 6
-+#define USBA_BK_NUMBER_SIZE                   2
-+#define USBA_NB_TRANS_OFFSET                  8
-+#define USBA_NB_TRANS_SIZE                    2
-+#define USBA_EPT_MAPPED_OFFSET                        31
-+#define USBA_EPT_MAPPED_SIZE                  1
-+
-+/* Bitfields in EPT_CTL/EPT_CTL_ENB/EPT_CTL_DIS */
-+#define USBA_EPT_ENABLE_OFFSET                        0
-+#define USBA_EPT_ENABLE_SIZE                  1
-+#define USBA_AUTO_VALID_OFFSET                        1
-+#define USBA_AUTO_VALID_SIZE                  1
-+#define USBA_INTDIS_DMA_OFFSET                        3
-+#define USBA_INTDIS_DMA_SIZE                  1
-+#define USBA_NYET_DIS_OFFSET                  4
-+#define USBA_NYET_DIS_SIZE                    1
-+#define USBA_DATAX_RX_OFFSET                  6
-+#define USBA_DATAX_RX_SIZE                    1
-+#define USBA_MDATA_RX_OFFSET                  7
-+#define USBA_MDATA_RX_SIZE                    1
-+/* Bits 8-15 and 31 enable interrupts for respective bits in EPT_STA */
-+#define USBA_BUSY_BANK_IE_OFFSET              18
-+#define USBA_BUSY_BANK_IE_SIZE                        1
-+
-+/* Bitfields in EPT_SET_STA/EPT_CLR_STA/EPT_STA */
-+#define USBA_FORCE_STALL_OFFSET                       5
-+#define USBA_FORCE_STALL_SIZE                 1
-+#define USBA_TOGGLE_SEQ_OFFSET                        6
-+#define USBA_TOGGLE_SEQ_SIZE                  2
-+#define USBA_ERR_OVFLW_OFFSET                 8
-+#define USBA_ERR_OVFLW_SIZE                   1
-+#define USBA_RX_BK_RDY_OFFSET                 9
-+#define USBA_RX_BK_RDY_SIZE                   1
-+#define USBA_KILL_BANK_OFFSET                 9
-+#define USBA_KILL_BANK_SIZE                   1
-+#define USBA_TX_COMPLETE_OFFSET                       10
-+#define USBA_TX_COMPLETE_SIZE                 1
-+#define USBA_TX_PK_RDY_OFFSET                 11
-+#define USBA_TX_PK_RDY_SIZE                   1
-+#define USBA_ISO_ERR_TRANS_OFFSET             11
-+#define USBA_ISO_ERR_TRANS_SIZE                       1
-+#define USBA_RX_SETUP_OFFSET                  12
-+#define USBA_RX_SETUP_SIZE                    1
-+#define USBA_ISO_ERR_FLOW_OFFSET              12
-+#define USBA_ISO_ERR_FLOW_SIZE                        1
-+#define USBA_STALL_SENT_OFFSET                        13
-+#define USBA_STALL_SENT_SIZE                  1
-+#define USBA_ISO_ERR_CRC_OFFSET                       13
-+#define USBA_ISO_ERR_CRC_SIZE                 1
-+#define USBA_ISO_ERR_NBTRANS_OFFSET           13
-+#define USBA_ISO_ERR_NBTRANS_SIZE             1
-+#define USBA_NAK_IN_OFFSET                    14
-+#define USBA_NAK_IN_SIZE                      1
-+#define USBA_ISO_ERR_FLUSH_OFFSET             14
-+#define USBA_ISO_ERR_FLUSH_SIZE                       1
-+#define USBA_NAK_OUT_OFFSET                   15
-+#define USBA_NAK_OUT_SIZE                     1
-+#define USBA_CURRENT_BANK_OFFSET              16
-+#define USBA_CURRENT_BANK_SIZE                        2
-+#define USBA_BUSY_BANKS_OFFSET                        18
-+#define USBA_BUSY_BANKS_SIZE                  2
-+#define USBA_BYTE_COUNT_OFFSET                        20
-+#define USBA_BYTE_COUNT_SIZE                  11
-+#define USBA_SHORT_PACKET_OFFSET              31
-+#define USBA_SHORT_PACKET_SIZE                        1
-+
-+/* Bitfields in DMA_CONTROL */
-+#define USBA_DMA_CH_EN_OFFSET                 0
-+#define USBA_DMA_CH_EN_SIZE                   1
-+#define USBA_DMA_LINK_OFFSET                  1
-+#define USBA_DMA_LINK_SIZE                    1
-+#define USBA_DMA_END_TR_EN_OFFSET             2
-+#define USBA_DMA_END_TR_EN_SIZE                       1
-+#define USBA_DMA_END_BUF_EN_OFFSET            3
-+#define USBA_DMA_END_BUF_EN_SIZE              1
-+#define USBA_DMA_END_TR_IE_OFFSET             4
-+#define USBA_DMA_END_TR_IE_SIZE                       1
-+#define USBA_DMA_END_BUF_IE_OFFSET            5
-+#define USBA_DMA_END_BUF_IE_SIZE              1
-+#define USBA_DMA_DESC_LOAD_IE_OFFSET          6
-+#define USBA_DMA_DESC_LOAD_IE_SIZE            1
-+#define USBA_DMA_BURST_LOCK_OFFSET            7
-+#define USBA_DMA_BURST_LOCK_SIZE              1
-+#define USBA_DMA_BUF_LEN_OFFSET                       16
-+#define USBA_DMA_BUF_LEN_SIZE                 16
-+
-+/* Bitfields in DMA_STATUS */
-+#define USBA_DMA_CH_ACTIVE_OFFSET             1
-+#define USBA_DMA_CH_ACTIVE_SIZE                       1
-+#define USBA_DMA_END_TR_ST_OFFSET             4
-+#define USBA_DMA_END_TR_ST_SIZE                       1
-+#define USBA_DMA_END_BUF_ST_OFFSET            5
-+#define USBA_DMA_END_BUF_ST_SIZE              1
-+#define USBA_DMA_DESC_LOAD_ST_OFFSET          6
-+#define USBA_DMA_DESC_LOAD_ST_SIZE            1
-+
-+/* Constants for SPEED_CFG */
-+#define USBA_SPEED_CFG_NORMAL                 0
-+#define USBA_SPEED_CFG_FORCE_HIGH             2
-+#define USBA_SPEED_CFG_FORCE_FULL             3
-+
-+/* Constants for EPT_SIZE */
-+#define USBA_EPT_SIZE_8                               0
-+#define USBA_EPT_SIZE_16                      1
-+#define USBA_EPT_SIZE_32                      2
-+#define USBA_EPT_SIZE_64                      3
-+#define USBA_EPT_SIZE_128                     4
-+#define USBA_EPT_SIZE_256                     5
-+#define USBA_EPT_SIZE_512                     6
-+#define USBA_EPT_SIZE_1024                    7
-+
-+/* Constants for EPT_TYPE */
-+#define USBA_EPT_TYPE_CONTROL                 0
-+#define USBA_EPT_TYPE_ISO                     1
-+#define USBA_EPT_TYPE_BULK                    2
-+#define USBA_EPT_TYPE_INT                     3
-+
-+/* Constants for BK_NUMBER */
-+#define USBA_BK_NUMBER_ZERO                   0
-+#define USBA_BK_NUMBER_ONE                    1
-+#define USBA_BK_NUMBER_DOUBLE                 2
-+#define USBA_BK_NUMBER_TRIPLE                 3
 +
-+/* Bit manipulation macros */
-+#define USBA_BIT(name)                                                \
-+      (1 << USBA_##name##_OFFSET)
-+#define USBA_BF(name, value)                                  \
-+      (((value) & ((1 << USBA_##name##_SIZE) - 1))            \
-+       << USBA_##name##_OFFSET)
-+#define USBA_BFEXT(name, value)                                       \
-+      (((value) >> USBA_##name##_OFFSET)                      \
-+       & ((1 << USBA_##name##_SIZE) - 1))
-+#define USBA_BFINS(name, value, old)                          \
-+      (((old) & ~(((1 << USBA_##name##_SIZE) - 1)             \
-+                  << USBA_##name##_OFFSET))                   \
-+       | USBA_BF(name, value))
++      return pos;
++}
 +
-+/* Register access macros */
-+#define usba_readl(udc, reg)                                  \
-+      __raw_readl((udc)->regs + USBA_##reg)
-+#define usba_writel(udc, reg, value)                          \
-+      __raw_writel((value), (udc)->regs + USBA_##reg)
-+#define usba_ep_readl(ep, reg)                                        \
-+      __raw_readl((ep)->ep_regs + USBA_EPT_##reg)
-+#define usba_ep_writel(ep, reg, value)                                \
-+      __raw_writel((value), (ep)->ep_regs + USBA_EPT_##reg)
-+#define usba_dma_readl(ep, reg)                                       \
-+      __raw_readl((ep)->dma_regs + USBA_DMA_##reg)
-+#define usba_dma_writel(ep, reg, value)                               \
-+      __raw_writel((value), (ep)->dma_regs + USBA_DMA_##reg)
-+
-+/* Calculate base address for a given endpoint or DMA controller */
-+#define USBA_EPT_BASE(x)      (0x100 + (x) * 0x20)
-+#define USBA_DMA_BASE(x)      (0x300 + (x) * 0x10)
-+#define USBA_FIFO_BASE(x)     ((x) << 16)
-+
-+/* Synth parameters */
-+#define USBA_NR_ENDPOINTS     7
-+
-+#define EP0_FIFO_SIZE         64
-+#define EP0_EPT_SIZE          USBA_EPT_SIZE_64
-+#define EP0_NR_BANKS          1
-+#define BULK_FIFO_SIZE                512
-+#define BULK_EPT_SIZE         USBA_EPT_SIZE_512
-+#define BULK_NR_BANKS         2
-+#define ISO_FIFO_SIZE         1024
-+#define ISO_EPT_SIZE          USBA_EPT_SIZE_1024
-+#define ISO_NR_BANKS          3
-+#define INT_FIFO_SIZE         64
-+#define INT_EPT_SIZE          USBA_EPT_SIZE_64
-+#define INT_NR_BANKS          3
-+
-+enum usba_ctrl_state {
-+      WAIT_FOR_SETUP,
-+      DATA_STAGE_IN,
-+      DATA_STAGE_OUT,
-+      STATUS_STAGE_IN,
-+      STATUS_STAGE_OUT,
-+      STATUS_STAGE_ADDR,
-+      STATUS_STAGE_TEST,
++static struct snd_pcm_ops atmel_ac97_playback_ops = {
++      .open           = snd_atmel_ac97_playback_open,
++      .close          = snd_atmel_ac97_playback_close,
++      .ioctl          = snd_pcm_lib_ioctl,
++      .hw_params      = snd_atmel_ac97_playback_hw_params,
++      .hw_free        = snd_atmel_ac97_playback_hw_free,
++      .prepare        = snd_atmel_ac97_playback_prepare,
++      .trigger        = snd_atmel_ac97_playback_trigger,
++      .pointer        = snd_atmel_ac97_playback_pointer,
 +};
-+/*
-+  EP_STATE_IDLE,
-+  EP_STATE_SETUP,
-+  EP_STATE_IN_DATA,
-+  EP_STATE_OUT_DATA,
-+  EP_STATE_SET_ADDR_STATUS,
-+  EP_STATE_RX_STATUS,
-+  EP_STATE_TX_STATUS,
-+  EP_STATE_HALT,
-+*/
-+
-+struct usba_dma_desc {
-+      dma_addr_t next;
-+      dma_addr_t addr;
-+      u32 ctrl;
-+};
-+
-+struct usba_ep {
-+      int                                     state;
-+      void __iomem                            *ep_regs;
-+      void __iomem                            *dma_regs;
-+      void __iomem                            *fifo;
-+      struct usb_ep                           ep;
-+      struct usba_udc                         *udc;
-+
-+      struct list_head                        queue;
-+      const struct usb_endpoint_descriptor    *desc;
-+
-+      u16                                     fifo_size;
-+      u8                                      nr_banks;
-+      u8                                      index;
-+      unsigned int                            can_dma:1;
-+      unsigned int                            can_isoc:1;
-+      unsigned int                            is_isoc:1;
-+      unsigned int                            is_in:1;
 +
-+#ifdef CONFIG_DEBUG_FS
-+      u32                                     last_dma_status;
-+      struct dentry                           *debugfs_dir;
-+      struct dentry                           *debugfs_queue;
-+      struct dentry                           *debugfs_dma_status;
-+      struct dentry                           *debugfs_state;
-+#endif
++static struct snd_pcm_ops atmel_ac97_capture_ops = {
++      .open           = snd_atmel_ac97_capture_open,
++      .close          = snd_atmel_ac97_capture_close,
++      .ioctl          = snd_pcm_lib_ioctl,
++      .hw_params      = snd_atmel_ac97_capture_hw_params,
++      .hw_free        = snd_atmel_ac97_capture_hw_free,
++      .prepare        = snd_atmel_ac97_capture_prepare,
++      .trigger        = snd_atmel_ac97_capture_trigger,
++      .pointer        = snd_atmel_ac97_capture_pointer,
 +};
 +
-+struct usba_request {
-+      struct usb_request                      req;
-+      struct list_head                        queue;
-+
-+      u32                                     ctrl;
-+
-+      unsigned int                            submitted:1;
-+      unsigned int                            last_transaction:1;
-+      unsigned int                            using_dma:1;
-+      unsigned int                            mapped:1;
++static struct ac97_pcm atmel_ac97_pcm_defs[] __devinitdata = {
++      /* Playback */
++      {
++              .exclusive = 1,
++              .r = { {
++                      .slots = ((1 << AC97_SLOT_PCM_LEFT)
++                                      | (1 << AC97_SLOT_PCM_RIGHT)
++                                      | (1 << AC97_SLOT_PCM_CENTER)
++                                      | (1 << AC97_SLOT_PCM_SLEFT)
++                                      | (1 << AC97_SLOT_PCM_SRIGHT)
++                                      | (1 << AC97_SLOT_LFE)),
++              } }
++      },
++      /* PCM in */
++      {
++              .stream = 1,
++              .exclusive = 1,
++              .r = { {
++                      .slots = ((1 << AC97_SLOT_PCM_LEFT)
++                                      | (1 << AC97_SLOT_PCM_RIGHT)),
++              } }
++      },
++      /* Mic in */
++      {
++              .stream = 1,
++              .exclusive = 1,
++              .r = { {
++                      .slots = (1<<AC97_SLOT_MIC),
++              } }
++      },
 +};
 +
-+struct usba_udc {
-+      /* Protect hw registers from concurrent modifications */
-+      spinlock_t lock;
-+
-+      void __iomem *regs;
-+      void __iomem *fifo;
++static int __devinit snd_atmel_ac97_pcm_new(struct atmel_ac97 *chip)
++{
++      struct snd_pcm *pcm;
++      int err;
 +
-+      struct usb_gadget gadget;
-+      struct usb_gadget_driver *driver;
-+      struct platform_device *pdev;
-+      int irq;
-+      int vbus_pin;
-+      struct clk *pclk;
-+      struct clk *hclk;
++      err = snd_ac97_pcm_assign(chip->ac97_bus,
++                      ARRAY_SIZE(atmel_ac97_pcm_defs),
++                      atmel_ac97_pcm_defs);
++      if (err)
++              return err;
 +
-+      int test_mode;
-+      int vbus_prev;
++      err = snd_pcm_new(chip->card, "Atmel-AC97", 0, 1, 1, &pcm);
++      if (err)
++              return err;
 +
-+#ifdef CONFIG_DEBUG_FS
-+      struct dentry *debugfs_root;
-+      struct dentry *debugfs_regs;
-+#endif
-+};
++      snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK,
++                      &atmel_ac97_playback_ops);
 +
-+#define to_usba_ep(x) container_of((x), struct usba_ep, ep)
-+#define to_usba_req(x) container_of((x), struct usba_request, req)
-+#define to_usba_udc(x) container_of((x), struct usba_udc, gadget)
-+
-+#define ep_index(ep)          ((ep)->index)
-+#define ep_can_dma(ep)                ((ep)->can_dma)
-+#define ep_is_in(ep)          ((ep)->is_in)
-+#define ep_is_isochronous(ep) ((ep)->is_isoc)
-+#define ep_is_control(ep)     (ep_index(ep) == 0)
-+#define ep_name(ep)           ((ep)->ep.name)
-+#define ep_is_idle(ep)                ((ep)->state == EP_STATE_IDLE)
-+
-+#endif /* __LINUX_USB_GADGET_USBA_UDC_H */
-diff -x .git -Nur linux-2.6.22.1/drivers/usb/gadget/ether.c linux-avr32.git/drivers/usb/gadget/ether.c
---- linux-2.6.22.1/drivers/usb/gadget/ether.c  2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/drivers/usb/gadget/ether.c 2007-07-12 14:00:19.000000000 +0200
-@@ -277,7 +277,7 @@
- #define DEV_CONFIG_CDC
- #endif
--#ifdef CONFIG_USB_GADGET_HUSB2DEV
-+#ifdef CONFIG_USB_GADGET_ATMEL_USBA
- #define DEV_CONFIG_CDC
- #endif
-diff -x .git -Nur linux-2.6.22.1/drivers/usb/gadget/gadget_chips.h linux-avr32.git/drivers/usb/gadget/gadget_chips.h
---- linux-2.6.22.1/drivers/usb/gadget/gadget_chips.h   2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/drivers/usb/gadget/gadget_chips.h  2007-07-12 14:00:19.000000000 +0200
-@@ -75,10 +75,10 @@
- #define       gadget_is_pxa27x(g)     0
- #endif
--#ifdef CONFIG_USB_GADGET_HUSB2DEV
--#define gadget_is_husb2dev(g) !strcmp("husb2_udc", (g)->name)
-+#ifdef CONFIG_USB_GADGET_ATMEL_USBA
-+#define gadget_is_atmel_usba(g)       !strcmp("atmel_usba_udc", (g)->name)
- #else
--#define gadget_is_husb2dev(g) 0
-+#define gadget_is_atmel_usba(g)       0
- #endif
- #ifdef CONFIG_USB_GADGET_S3C2410
-@@ -181,7 +181,7 @@
-               return 0x16;
-       else if (gadget_is_mpc8272(gadget))
-               return 0x17;
--      else if (gadget_is_husb2dev(gadget))
-+      else if (gadget_is_atmel_usba(gadget))
-               return 0x18;
-       else if (gadget_is_fsl_usb2(gadget))
-               return 0x19;
-diff -x .git -Nur linux-2.6.22.1/drivers/usb/gadget/inode.c linux-avr32.git/drivers/usb/gadget/inode.c
---- linux-2.6.22.1/drivers/usb/gadget/inode.c  2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/drivers/usb/gadget/inode.c 2007-07-12 14:00:19.000000000 +0200
-@@ -37,7 +37,7 @@
- #include <linux/device.h>
- #include <linux/moduleparam.h>
--#include <linux/usb_gadgetfs.h>
-+#include <linux/usb/gadgetfs.h>
- #include <linux/usb_gadget.h>
-diff -x .git -Nur linux-2.6.22.1/drivers/usb/gadget/Kconfig linux-avr32.git/drivers/usb/gadget/Kconfig
---- linux-2.6.22.1/drivers/usb/gadget/Kconfig  2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/drivers/usb/gadget/Kconfig 2007-07-12 14:00:19.000000000 +0200
-@@ -175,6 +175,19 @@
-       default USB_GADGET
-       select USB_GADGET_SELECTED
-+config USB_GADGET_ATMEL_USBA
-+      boolean "Atmel USBA"
-+      select USB_GADGET_DUALSPEED
-+      depends on AVR32
-+      help
-+        USBA is the integrated high-speed USB Device controller on
-+        the AT32AP700x processors from Atmel.
-+
-+config USB_ATMEL_USBA
-+      tristate
-+      depends on USB_GADGET_ATMEL_USBA
-+      default USB_GADGET
-+      select USB_GADGET_SELECTED
- config USB_GADGET_OMAP
-       boolean "OMAP USB Device Controller"
-diff -x .git -Nur linux-2.6.22.1/drivers/usb/gadget/Makefile linux-avr32.git/drivers/usb/gadget/Makefile
---- linux-2.6.22.1/drivers/usb/gadget/Makefile 2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/drivers/usb/gadget/Makefile        2007-07-12 14:00:19.000000000 +0200
-@@ -8,6 +8,7 @@
- obj-$(CONFIG_USB_OMAP)                += omap_udc.o
- obj-$(CONFIG_USB_LH7A40X)     += lh7a40x_udc.o
- obj-$(CONFIG_USB_AT91)                += at91_udc.o
-+obj-$(CONFIG_USB_ATMEL_USBA)  += atmel_usba_udc.o
- obj-$(CONFIG_USB_FSL_USB2)    += fsl_usb2_udc.o
- #
-diff -x .git -Nur linux-2.6.22.1/drivers/video/atmel_lcdfb.c linux-avr32.git/drivers/video/atmel_lcdfb.c
---- linux-2.6.22.1/drivers/video/atmel_lcdfb.c 2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/drivers/video/atmel_lcdfb.c        2007-07-12 14:00:20.000000000 +0200
-@@ -37,7 +37,9 @@
- #endif
- #if defined(CONFIG_ARCH_AT91)
--#define       ATMEL_LCDFB_FBINFO_DEFAULT      FBINFO_DEFAULT
-+#define       ATMEL_LCDFB_FBINFO_DEFAULT      (FBINFO_DEFAULT \
-+                                       | FBINFO_PARTIAL_PAN_OK \
-+                                       | FBINFO_HWACCEL_YPAN)
- static inline void atmel_lcdfb_update_dma2d(struct atmel_lcdfb_info *sinfo,
-                                       struct fb_var_screeninfo *var)
-@@ -74,11 +76,34 @@
-       .type           = FB_TYPE_PACKED_PIXELS,
-       .visual         = FB_VISUAL_TRUECOLOR,
-       .xpanstep       = 0,
--      .ypanstep       = 0,
-+      .ypanstep       = 1,
-       .ywrapstep      = 0,
-       .accel          = FB_ACCEL_NONE,
- };
-+static unsigned long compute_hozval(unsigned long xres, unsigned long lcdcon2)
-+{
-+      unsigned long value;
++      snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE,
++                      &atmel_ac97_capture_ops);
 +
-+      if (!(cpu_is_at91sam9261() || cpu_is_at32ap7000()))
-+              return xres;
++      snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_DEV,
++                      &chip->pdev->dev,
++                      128 * 1024, 128 * 1024);
 +
-+      value = xres;
-+      if ((lcdcon2 & ATMEL_LCDC_DISTYPE) != ATMEL_LCDC_DISTYPE_TFT) {
-+              /* STN display */
-+              if ((lcdcon2 & ATMEL_LCDC_DISTYPE) == ATMEL_LCDC_DISTYPE_STNCOLOR) {
-+                      value *= 3;
-+              }
-+              if ( (lcdcon2 & ATMEL_LCDC_IFWIDTH) == ATMEL_LCDC_IFWIDTH_4
-+                 || ( (lcdcon2 & ATMEL_LCDC_IFWIDTH) == ATMEL_LCDC_IFWIDTH_8
-+                    && (lcdcon2 & ATMEL_LCDC_SCANMOD) == ATMEL_LCDC_SCANMOD_DUAL ))
-+                      value = DIV_ROUND_UP(value, 4);
-+              else
-+                      value = DIV_ROUND_UP(value, 8);
-+      }
++      pcm->private_data = chip;
++      pcm->info_flags = 0;
++      strcpy(pcm->name, "Atmel-AC97");
++      chip->pcm = pcm;
 +
-+      return value;
++      return 0;
 +}
- static void atmel_lcdfb_update_dma(struct fb_info *info,
-                              struct fb_var_screeninfo *var)
-@@ -181,6 +206,7 @@
-       var->xoffset = var->yoffset = 0;
-       switch (var->bits_per_pixel) {
-+      case 1:
-       case 2:
-       case 4:
-       case 8:
-@@ -195,8 +221,11 @@
-               var->blue.offset = 10;
-               var->red.length = var->green.length = var->blue.length = 5;
-               break;
--      case 24:
-       case 32:
-+              var->transp.offset = 24;
-+              var->transp.length = 8;
-+              /* fall through */
-+      case 24:
-               var->red.offset = 0;
-               var->green.offset = 8;
-               var->blue.offset = 16;
-@@ -228,8 +257,10 @@
- static int atmel_lcdfb_set_par(struct fb_info *info)
- {
-       struct atmel_lcdfb_info *sinfo = info->par;
-+      unsigned long hozval_linesz;
-       unsigned long value;
-       unsigned long clk_value_khz;
-+      unsigned long bits_per_line;
-       dev_dbg(info->device, "%s:\n", __func__);
-       dev_dbg(info->device, "  * resolution: %ux%u (%ux%u virtual)\n",
-@@ -241,12 +272,15 @@
-       lcdc_writel(sinfo, ATMEL_LCDC_DMACON, 0);
--      if (info->var.bits_per_pixel <= 8)
-+      if (info->var.bits_per_pixel == 1)
-+              info->fix.visual = FB_VISUAL_MONO01;
-+      else if (info->var.bits_per_pixel <= 8)
-               info->fix.visual = FB_VISUAL_PSEUDOCOLOR;
-       else
-               info->fix.visual = FB_VISUAL_TRUECOLOR;
--      info->fix.line_length = info->var.xres_virtual * (info->var.bits_per_pixel / 8);
-+      bits_per_line = info->var.xres_virtual * info->var.bits_per_pixel;
-+      info->fix.line_length = DIV_ROUND_UP(bits_per_line, 8);
-       /* Re-initialize the DMA engine... */
-       dev_dbg(info->device, "  * update DMA engine\n");
-@@ -262,18 +296,21 @@
-       /* Set pixel clock */
-       clk_value_khz = clk_get_rate(sinfo->lcdc_clk) / 1000;
--      value = clk_value_khz / PICOS2KHZ(info->var.pixclock);
--
--      if (clk_value_khz % PICOS2KHZ(info->var.pixclock))
--              value++;
-+      value = DIV_ROUND_UP(clk_value_khz, PICOS2KHZ(info->var.pixclock));
-       value = (value / 2) - 1;
-+      dev_dbg(info->device, "  * programming CLKVAL = 0x%08lx\n", value);
-       if (value <= 0) {
-               dev_notice(info->device, "Bypassing pixel clock divider\n");
-               lcdc_writel(sinfo, ATMEL_LCDC_LCDCON1, ATMEL_LCDC_BYPASS);
--      } else
-+      } else {
-               lcdc_writel(sinfo, ATMEL_LCDC_LCDCON1, value << ATMEL_LCDC_CLKVAL_OFFSET);
-+              info->var.pixclock = KHZ2PICOS(clk_value_khz / (2 * (value + 1)));
-+              dev_dbg(info->device, "  updated pixclk:     %lu KHz\n",
-+                                      PICOS2KHZ(info->var.pixclock));
-+      }
 +
-       /* Initialize control register 2 */
-       value = sinfo->default_lcdcon2;
-@@ -311,9 +348,14 @@
-       dev_dbg(info->device, "  * LCDTIM2 = %08lx\n", value);
-       lcdc_writel(sinfo, ATMEL_LCDC_TIM2, value);
-+      /* Horizontal value (aka line size) */
-+      hozval_linesz = compute_hozval(info->var.xres,
-+                                      lcdc_readl(sinfo, ATMEL_LCDC_LCDCON2));
++/*
++ * Mixer part.
++ */
++static int snd_atmel_ac97_mixer_new(struct atmel_ac97 *chip)
++{
++      int err;
++      struct snd_ac97_template template;
 +
-       /* Display size */
--      value = (info->var.xres - 1) << ATMEL_LCDC_HOZVAL_OFFSET;
-+      value = (hozval_linesz - 1) << ATMEL_LCDC_HOZVAL_OFFSET;
-       value |= info->var.yres - 1;
-+      dev_dbg(info->device, "  * LCDFRMCFG = %08lx\n", value);
-       lcdc_writel(sinfo, ATMEL_LCDC_LCDFRMCFG, value);
-       /* FIFO Threshold: Use formula from data sheet */
-@@ -421,6 +463,15 @@
-                       ret = 0;
-               }
-               break;
++      memset(&template, 0, sizeof(template));
++      template.private_data = chip;
++      err = snd_ac97_mixer(chip->ac97_bus, &template, &chip->ac97);
 +
-+      case FB_VISUAL_MONO01:
-+              if (regno < 2) {
-+                      val = (regno == 0) ? 0x00 : 0x1F;
-+                      lcdc_writel(sinfo, ATMEL_LCDC_LUT(regno), val);
-+                      ret = 0;
-+              }
-+              break;
++      return err;
++}
 +
-       }
-       return ret;
-diff -x .git -Nur linux-2.6.22.1/drivers/video/backlight/Kconfig linux-avr32.git/drivers/video/backlight/Kconfig
---- linux-2.6.22.1/drivers/video/backlight/Kconfig     2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/drivers/video/backlight/Kconfig    2007-07-12 14:00:20.000000000 +0200
-@@ -8,26 +8,44 @@
-         Enable this to be able to choose the drivers for controlling the
-         backlight and the LCD panel on some platforms, for example on PDAs.
--config BACKLIGHT_CLASS_DEVICE
--        tristate "Lowlevel Backlight controls"
-+#
-+# LCD
-+#
-+config LCD_CLASS_DEVICE
-+        tristate "Lowlevel LCD controls"
-       depends on BACKLIGHT_LCD_SUPPORT
-       default m
-       help
--        This framework adds support for low-level control of the LCD
--          backlight. This includes support for brightness and power.
-+        This framework adds support for low-level control of LCD.
-+        Some framebuffer devices connect to platform-specific LCD modules
-+        in order to have a platform-specific way to control the flat panel
-+        (contrast and applying power to the LCD (not to the backlight!)).
-         To have support for your specific LCD panel you will have to
-         select the proper drivers which depend on this option.
--config LCD_CLASS_DEVICE
--        tristate "Lowlevel LCD controls"
-+config LCD_LTV350QV
-+      tristate "Samsung LTV350QV LCD Panel"
-+      depends on LCD_CLASS_DEVICE && SPI_MASTER
-+      default n
-+      help
-+        If you have a Samsung LTV350QV LCD panel, say y to include a
-+        power control driver for it.  The panel starts up in power
-+        off state, so you need this driver in order to see any
-+        output.
++static void atmel_ac97_error(struct dma_request *_req)
++{
++      struct dma_request_cyclic *req = to_dma_request_cyclic(_req);
++      struct atmel_ac97 *chip = req->dev_id;
 +
-+        The LTV350QV panel is present on all ATSTK1000 boards.
++      dev_dbg(&chip->pdev->dev, "DMA Controller error, channel %d\n",
++                      req->req.channel);
++}
++
++static void atmel_ac97_block_complete(struct dma_request *_req)
++{
++      struct dma_request_cyclic *req = to_dma_request_cyclic(_req);
++      struct atmel_ac97 *chip = req->dev_id;
++      if (req->periph_id == chip->dma.tx_periph_id)
++              snd_pcm_period_elapsed(chip->playback_substream);
++      else
++              snd_pcm_period_elapsed(chip->capture_substream);
++}
 +
-+#
-+# Backlight
-+#
-+config BACKLIGHT_CLASS_DEVICE
-+        tristate "Lowlevel Backlight controls"
-       depends on BACKLIGHT_LCD_SUPPORT
-       default m
-       help
--        This framework adds support for low-level control of LCD.
--        Some framebuffer devices connect to platform-specific LCD modules
--        in order to have a platform-specific way to control the flat panel
--        (contrast and applying power to the LCD (not to the backlight!)).
-+        This framework adds support for low-level control of the LCD
-+          backlight. This includes support for brightness and power.
-         To have support for your specific LCD panel you will have to
-         select the proper drivers which depend on this option.
-diff -x .git -Nur linux-2.6.22.1/drivers/video/backlight/ltv350qv.c linux-avr32.git/drivers/video/backlight/ltv350qv.c
---- linux-2.6.22.1/drivers/video/backlight/ltv350qv.c  1970-01-01 01:00:00.000000000 +0100
-+++ linux-avr32.git/drivers/video/backlight/ltv350qv.c 2007-06-06 11:34:00.000000000 +0200
-@@ -0,0 +1,340 @@
 +/*
-+ * Power control for Samsung LTV350QV Quarter VGA LCD Panel
-+ *
-+ * Copyright (C) 2006, 2007 Atmel Corporation
-+ *
-+ * This program is free software; you can redistribute it and/or modify
-+ * it under the terms of the GNU General Public License version 2 as
-+ * published by the Free Software Foundation.
++ * Codec part.
 + */
-+#include <linux/delay.h>
-+#include <linux/err.h>
-+#include <linux/fb.h>
-+#include <linux/init.h>
-+#include <linux/lcd.h>
-+#include <linux/module.h>
-+#include <linux/spi/spi.h>
++static void snd_atmel_ac97_write(struct snd_ac97 *ac97, unsigned short reg,
++              unsigned short val)
++{
++      struct atmel_ac97 *chip = get_chip(ac97);
++      unsigned long word;
++      int timeout = 40;
 +
-+#include "ltv350qv.h"
++      word = (reg & 0x7f) << 16 | val;
 +
-+#define POWER_IS_ON(pwr)      ((pwr) <= FB_BLANK_NORMAL)
++      do {
++              if (ac97c_readl(chip, COSR) & AC97C_CSR_TXRDY) {
++                      ac97c_writel(chip, COTHR, word);
++                      return;
++              }
++              udelay(1);
++      } while (--timeout);
 +
-+struct ltv350qv {
-+      struct spi_device       *spi;
-+      u8                      *buffer;
-+      int                     power;
-+      struct lcd_device       *ld;
-+};
++      dev_dbg(&chip->pdev->dev, "codec write timeout\n");
++}
 +
-+/*
-+ * The power-on and power-off sequences are taken from the
-+ * LTV350QV-F04 data sheet from Samsung. The register definitions are
-+ * taken from the S6F2002 command list also from Samsung. Both
-+ * documents are distributed with the AVR32 Linux BSP CD from Atmel.
-+ *
-+ * There's still some voodoo going on here, but it's a lot better than
-+ * in the first incarnation of the driver where all we had was the raw
-+ * numbers from the initialization sequence.
-+ */
-+static int ltv350qv_write_reg(struct ltv350qv *lcd, u8 reg, u16 val)
++static unsigned short snd_atmel_ac97_read(struct snd_ac97 *ac97,
++              unsigned short reg)
 +{
-+      struct spi_message msg;
-+      struct spi_transfer index_xfer = {
-+              .len            = 3,
-+              .cs_change      = 1,
-+      };
-+      struct spi_transfer value_xfer = {
-+              .len            = 3,
-+              .cs_change      = 1,
-+      };
++      struct atmel_ac97 *chip = get_chip(ac97);
++      unsigned long word;
++      int timeout = 40;
++      int write = 10;
 +
-+      spi_message_init(&msg);
++      word = (0x80 | (reg & 0x7f)) << 16;
 +
-+      /* register index */
-+      lcd->buffer[0] = LTV_OPC_INDEX;
-+      lcd->buffer[1] = 0x00;
-+      lcd->buffer[2] = reg & 0x7f;
-+      index_xfer.tx_buf = lcd->buffer;
-+      spi_message_add_tail(&index_xfer, &msg);
++      if ((ac97c_readl(chip, COSR) & AC97C_CSR_RXRDY) != 0)
++              ac97c_readl(chip, CORHR);
 +
-+      /* register value */
-+      lcd->buffer[4] = LTV_OPC_DATA;
-+      lcd->buffer[5] = val >> 8;
-+      lcd->buffer[6] = val;
-+      value_xfer.tx_buf = lcd->buffer + 4;
-+      spi_message_add_tail(&value_xfer, &msg);
++retry_write:
++      timeout = 40;
 +
-+      return spi_sync(lcd->spi, &msg);
-+}
++      do {
++              if ((ac97c_readl(chip, COSR) & AC97C_CSR_TXRDY) != 0) {
++                      ac97c_writel(chip, COTHR, word);
++                      goto read_reg;
++              }
++              mdelay(10);
++      } while (--timeout);
 +
-+/* The comments are taken straight from the data sheet */
-+static int ltv350qv_power_on(struct ltv350qv *lcd)
-+{
-+      int ret;
++      if (!--write)
++              goto timed_out;
++      goto retry_write;
 +
-+      /* Power On Reset Display off State */
-+      if (ltv350qv_write_reg(lcd, LTV_PWRCTL1, 0x0000))
-+              goto err;
-+      msleep(15);
-+
-+      /* Power Setting Function 1 */
-+      if (ltv350qv_write_reg(lcd, LTV_PWRCTL1, LTV_VCOM_DISABLE))
-+              goto err;
-+      if (ltv350qv_write_reg(lcd, LTV_PWRCTL2, LTV_VCOML_ENABLE))
-+              goto err_power1;
-+
-+      /* Power Setting Function 2 */
-+      if (ltv350qv_write_reg(lcd, LTV_PWRCTL1,
-+                             LTV_VCOM_DISABLE | LTV_DRIVE_CURRENT(5)
-+                             | LTV_SUPPLY_CURRENT(5)))
-+              goto err_power2;
-+
-+      msleep(55);
-+
-+      /* Instruction Setting */
-+      ret = ltv350qv_write_reg(lcd, LTV_IFCTL,
-+                               LTV_NMD | LTV_REV | LTV_NL(0x1d));
-+      ret |= ltv350qv_write_reg(lcd, LTV_DATACTL,
-+                                LTV_DS_SAME | LTV_CHS_480
-+                                | LTV_DF_RGB | LTV_RGB_BGR);
-+      ret |= ltv350qv_write_reg(lcd, LTV_ENTRY_MODE,
-+                                LTV_VSPL_ACTIVE_LOW
-+                                | LTV_HSPL_ACTIVE_LOW
-+                                | LTV_DPL_SAMPLE_RISING
-+                                | LTV_EPL_ACTIVE_LOW
-+                                | LTV_SS_RIGHT_TO_LEFT);
-+      ret |= ltv350qv_write_reg(lcd, LTV_GATECTL1, LTV_CLW(3));
-+      ret |= ltv350qv_write_reg(lcd, LTV_GATECTL2,
-+                                LTV_NW_INV_1LINE | LTV_FWI(3));
-+      ret |= ltv350qv_write_reg(lcd, LTV_VBP, 0x000a);
-+      ret |= ltv350qv_write_reg(lcd, LTV_HBP, 0x0021);
-+      ret |= ltv350qv_write_reg(lcd, LTV_SOTCTL, LTV_SDT(3) | LTV_EQ(0));
-+      ret |= ltv350qv_write_reg(lcd, LTV_GAMMA(0), 0x0103);
-+      ret |= ltv350qv_write_reg(lcd, LTV_GAMMA(1), 0x0301);
-+      ret |= ltv350qv_write_reg(lcd, LTV_GAMMA(2), 0x1f0f);
-+      ret |= ltv350qv_write_reg(lcd, LTV_GAMMA(3), 0x1f0f);
-+      ret |= ltv350qv_write_reg(lcd, LTV_GAMMA(4), 0x0707);
-+      ret |= ltv350qv_write_reg(lcd, LTV_GAMMA(5), 0x0307);
-+      ret |= ltv350qv_write_reg(lcd, LTV_GAMMA(6), 0x0707);
-+      ret |= ltv350qv_write_reg(lcd, LTV_GAMMA(7), 0x0000);
-+      ret |= ltv350qv_write_reg(lcd, LTV_GAMMA(8), 0x0004);
-+      ret |= ltv350qv_write_reg(lcd, LTV_GAMMA(9), 0x0000);
-+      if (ret)
-+              goto err_settings;
-+
-+      /* Wait more than 2 frames */
-+      msleep(20);
-+
-+      /* Display On Sequence */
-+      ret = ltv350qv_write_reg(lcd, LTV_PWRCTL1,
-+                               LTV_VCOM_DISABLE | LTV_VCOMOUT_ENABLE
-+                               | LTV_POWER_ON | LTV_DRIVE_CURRENT(5)
-+                               | LTV_SUPPLY_CURRENT(5));
-+      ret |= ltv350qv_write_reg(lcd, LTV_GATECTL2,
-+                                LTV_NW_INV_1LINE | LTV_DSC | LTV_FWI(3));
-+      if (ret)
-+              goto err_disp_on;
++read_reg:
++      do {
++              if ((ac97c_readl(chip, COSR) & AC97C_CSR_RXRDY) != 0) {
++                      unsigned short val = ac97c_readl(chip, CORHR);
++                      return val;
++              }
++              mdelay(10);
++      } while (--timeout);
 +
-+      /* Display should now be ON. Phew. */
-+      return 0;
++      if (!--write)
++              goto timed_out;
++      goto retry_write;
 +
-+err_disp_on:
-+      /*
-+       * Try to recover. Error handling probably isn't very useful
-+       * at this point, just make a best effort to switch the panel
-+       * off.
-+       */
-+      ltv350qv_write_reg(lcd, LTV_PWRCTL1,
-+                         LTV_VCOM_DISABLE | LTV_DRIVE_CURRENT(5)
-+                         | LTV_SUPPLY_CURRENT(5));
-+      ltv350qv_write_reg(lcd, LTV_GATECTL2,
-+                         LTV_NW_INV_1LINE | LTV_FWI(3));
-+err_settings:
-+err_power2:
-+err_power1:
-+      ltv350qv_write_reg(lcd, LTV_PWRCTL2, 0x0000);
-+      msleep(1);
-+err:
-+      ltv350qv_write_reg(lcd, LTV_PWRCTL1, LTV_VCOM_DISABLE);
-+      return -EIO;
++timed_out:
++      dev_dbg(&chip->pdev->dev, "codec read timeout\n");
++      return 0xffff;
 +}
 +
-+static int ltv350qv_power_off(struct ltv350qv *lcd)
++static void snd_atmel_ac97_reset(struct atmel_ac97 *chip)
 +{
-+      int ret;
-+
-+      /* Display Off Sequence */
-+      ret = ltv350qv_write_reg(lcd, LTV_PWRCTL1,
-+                               LTV_VCOM_DISABLE
-+                               | LTV_DRIVE_CURRENT(5)
-+                               | LTV_SUPPLY_CURRENT(5));
-+      ret |= ltv350qv_write_reg(lcd, LTV_GATECTL2,
-+                                LTV_NW_INV_1LINE | LTV_FWI(3));
-+
-+      /* Power down setting 1 */
-+      ret |= ltv350qv_write_reg(lcd, LTV_PWRCTL2, 0x0000);
++      ac97c_writel(chip, MR, AC97C_MR_WRST);
++      mdelay(1);
++      ac97c_writel(chip, MR, AC97C_MR_ENA);
++}
 +
-+      /* Wait at least 1 ms */
-+      msleep(1);
++static void snd_atmel_ac97_destroy(struct snd_card *card)
++{
++      struct atmel_ac97 *chip = get_chip(card);
 +
-+      /* Power down setting 2 */
-+      ret |= ltv350qv_write_reg(lcd, LTV_PWRCTL1, LTV_VCOM_DISABLE);
++      if (chip->regs)
++              iounmap(chip->regs);
 +
-+      /*
-+       * No point in trying to recover here. If we can't switch the
-+       * panel off, what are we supposed to do other than inform the
-+       * user about the failure?
-+       */
-+      if (ret)
-+              return -EIO;
++      if (chip->mck) {
++              clk_disable(chip->mck);
++              clk_put(chip->mck);
++      }
 +
-+      /* Display power should now be OFF */
-+      return 0;
++      if (chip->dma.req_tx.req.dmac) {
++              dma_release_channel(chip->dma.req_tx.req.dmac,
++                              chip->dma.req_tx.req.channel);
++      }
++      if (chip->dma.req_rx.req.dmac) {
++              dma_release_channel(chip->dma.req_rx.req.dmac,
++                              chip->dma.req_rx.req.channel);
++      }
 +}
 +
-+static int ltv350qv_power(struct ltv350qv *lcd, int power)
++static int __devinit snd_atmel_ac97_create(struct snd_card *card,
++              struct platform_device *pdev)
 +{
-+      int ret = 0;
++      static struct snd_ac97_bus_ops ops = {
++              .write  = snd_atmel_ac97_write,
++              .read   = snd_atmel_ac97_read,
++      };
++      struct atmel_ac97 *chip = get_chip(card);
++      struct resource *regs;
++      struct clk *mck;
++      int err;
++
++      regs = platform_get_resource(pdev, IORESOURCE_MEM, 0);
++      if (!regs)
++              return -ENXIO;
 +
-+      if (POWER_IS_ON(power) && !POWER_IS_ON(lcd->power))
-+              ret = ltv350qv_power_on(lcd);
-+      else if (!POWER_IS_ON(power) && POWER_IS_ON(lcd->power))
-+              ret = ltv350qv_power_off(lcd);
++      mck = clk_get(&pdev->dev, "pclk");
++      if (IS_ERR(mck))
++              return PTR_ERR(mck);
++      clk_enable(mck);
++      chip->mck = mck;
 +
-+      if (!ret)
-+              lcd->power = power;
++      card->private_free = snd_atmel_ac97_destroy;
 +
-+      return ret;
-+}
++      spin_lock_init(&chip->lock);
++      chip->card = card;
++      chip->pdev = pdev;
 +
-+static int ltv350qv_set_power(struct lcd_device *ld, int power)
-+{
-+      struct ltv350qv *lcd;
++      chip->regs = ioremap(regs->start, regs->end - regs->start + 1);
++      if (!chip->regs)
++              return -ENOMEM;
 +
-+      lcd = class_get_devdata(&ld->class_dev);
-+      return ltv350qv_power(lcd, power);
-+}
++      snd_card_set_dev(card, &pdev->dev);
 +
-+static int ltv350qv_get_power(struct lcd_device *ld)
-+{
-+      struct ltv350qv *lcd;
++      err = snd_ac97_bus(card, 0, &ops, chip, &chip->ac97_bus);
 +
-+      lcd = class_get_devdata(&ld->class_dev);
-+      return lcd->power;
++      return err;
 +}
 +
-+static struct lcd_ops ltv_ops = {
-+      .get_power      = ltv350qv_get_power,
-+      .set_power      = ltv350qv_set_power,
-+};
-+
-+static int __devinit ltv350qv_probe(struct spi_device *spi)
++static int __devinit snd_atmel_ac97_probe(struct platform_device *pdev)
 +{
-+      struct ltv350qv *lcd;
-+      struct lcd_device *ld;
-+      int ret;
++      static int dev;
++      struct snd_card *card;
++      struct atmel_ac97 *chip;
++      int err;
++      int ch;
++
++      mutex_init(&opened_mutex);
++
++      err = -ENOMEM;
++      card = snd_card_new(SNDRV_DEFAULT_IDX1, SNDRV_DEFAULT_STR1,
++                      THIS_MODULE, sizeof(struct atmel_ac97));
++      if (!card)
++              goto out;
++      chip = get_chip(card);
 +
-+      lcd = kzalloc(sizeof(struct ltv350qv), GFP_KERNEL);
-+      if (!lcd)
-+              return -ENOMEM;
++      err = snd_atmel_ac97_create(card, pdev);
++      if (err)
++              goto out_free_card;
 +
-+      lcd->spi = spi;
-+      lcd->power = FB_BLANK_POWERDOWN;
-+      lcd->buffer = kzalloc(8, GFP_KERNEL);
++      snd_atmel_ac97_reset(chip);
++
++      err = snd_atmel_ac97_mixer_new(chip);
++      if (err)
++              goto out_free_card;
 +
-+      ld = lcd_device_register("ltv350qv", lcd, &ltv_ops);
-+      if (IS_ERR(ld)) {
-+              ret = PTR_ERR(ld);
-+              goto out_free_lcd;
++      err = snd_atmel_ac97_pcm_new(chip);
++      if (err)
++              goto out_free_card;
++
++      /* TODO: Get this information from the platform device */
++      chip->dma.req_tx.req.dmac = find_dma_controller(0);
++      if (!chip->dma.req_tx.req.dmac) {
++              dev_dbg(&chip->pdev->dev, "DMA controller for TX missing\n");
++              err = -ENODEV;
++              goto out_free_card;
++      }
++      chip->dma.req_rx.req.dmac = find_dma_controller(0);
++      if (!chip->dma.req_rx.req.dmac) {
++              dev_dbg(&chip->pdev->dev, "DMA controller for RX missing\n");
++              err = -ENODEV;
++              goto out_free_card;
 +      }
-+      lcd->ld = ld;
 +
-+      ret = ltv350qv_power(lcd, FB_BLANK_UNBLANK);
-+      if (ret)
-+              goto out_unregister;
++      chip->dma.rx_periph_id = 3;
++      chip->dma.tx_periph_id = 4;
 +
-+      dev_set_drvdata(&spi->dev, lcd);
++      ch = dma_alloc_channel(chip->dma.req_tx.req.dmac);
++      if (ch < 0) {
++              dev_dbg(&chip->pdev->dev,
++                              "could not allocate TX DMA channel\n");
++              err = ch;
++              goto out_free_card;
++      }
++      chip->dma.req_tx.req.channel = ch;
++      chip->dma.req_tx.width = DMA_WIDTH_16BIT;
++      chip->dma.req_tx.req.block_complete = atmel_ac97_block_complete;
++      chip->dma.req_tx.req.error = atmel_ac97_error;
++
++      ch = dma_alloc_channel(chip->dma.req_rx.req.dmac);
++      if (ch < 0) {
++              dev_dbg(&chip->pdev->dev,
++                              "could not allocate RX DMA channel\n");
++              err = ch;
++              goto out_free_card;
++      }
++      chip->dma.req_rx.req.channel = ch;
++      chip->dma.req_rx.width = DMA_WIDTH_16BIT;
++      chip->dma.req_rx.req.block_complete = atmel_ac97_block_complete;
++      chip->dma.req_rx.req.error = atmel_ac97_error;
 +
-+      return 0;
++      strcpy(card->driver, "atmel_ac97c");
++      strcpy(card->shortname, "atmel_ac97c");
++      sprintf(card->longname, "Atmel AVR32 AC97 controller");
 +
-+out_unregister:
-+      lcd_device_unregister(ld);
-+out_free_lcd:
-+      kfree(lcd);
-+      return ret;
-+}
++      err = snd_card_register(card);
++      if (err)
++              goto out_free_card;
 +
-+static int __devexit ltv350qv_remove(struct spi_device *spi)
-+{
-+      struct ltv350qv *lcd = dev_get_drvdata(&spi->dev);
++      platform_set_drvdata(pdev, card);
++      dev++;
 +
-+      ltv350qv_power(lcd, FB_BLANK_POWERDOWN);
-+      lcd_device_unregister(lcd->ld);
-+      kfree(lcd);
++      dev_info(&pdev->dev, "Atmel AVR32 AC97 controller at 0x%p\n",
++                      chip->regs);
 +
 +      return 0;
++
++out_free_card:
++      snd_card_free(card);
++out:
++      return err;
 +}
 +
 +#ifdef CONFIG_PM
-+static int ltv350qv_suspend(struct spi_device *spi,
-+                          pm_message_t state, u32 level)
++      static int
++snd_atmel_ac97_suspend(struct platform_device *pdev, pm_message_t msg)
 +{
-+      struct ltv350qv *lcd = dev_get_drvdata(&spi->dev);
++      struct snd_card *card = platform_get_drvdata(pdev);
++      struct atmel_ac97 *chip = card->private_data;
 +
-+      if (level == SUSPEND_POWER_DOWN)
-+              return ltv350qv_power(lcd, FB_BLANK_POWERDOWN);
++      clk_disable(chip->mck);
 +
 +      return 0;
 +}
 +
-+static int ltv350qv_resume(struct spi_device *spi, u32 level)
++static int snd_atmel_ac97_resume(struct platform_device *pdev)
 +{
-+      struct ltv350qv *lcd = dev_get_drvdata(&spi->dev);
++      struct snd_card *card = dev_get_drvdata(pdev);
++      struct atmel_ac97 *chip = card->private_data;
 +
-+      if (level == RESUME_POWER_ON)
-+              return ltv350qv_power(lcd, FB_BLANK_UNBLANK);
++      clk_enable(chip->mck);
 +
 +      return 0;
 +}
 +#else
-+#define ltv350qv_suspend      NULL
-+#define ltv350qv_resume               NULL
++#define snd_atmel_ac97_suspend NULL
++#define snd_atmel_ac97_resume NULL
 +#endif
 +
-+/* Power down all displays on reboot, poweroff or halt */
-+static void ltv350qv_shutdown(struct spi_device *spi)
++static int __devexit snd_atmel_ac97_remove(struct platform_device *pdev)
 +{
-+      struct ltv350qv *lcd = dev_get_drvdata(&spi->dev);
++      struct snd_card *card = platform_get_drvdata(pdev);
 +
-+      ltv350qv_power(lcd, FB_BLANK_POWERDOWN);
++      snd_card_free(card);
++      platform_set_drvdata(pdev, NULL);
++      return 0;
 +}
 +
-+static struct spi_driver ltv350qv_driver = {
-+      .driver = {
-+              .name           = "ltv350qv",
-+              .bus            = &spi_bus_type,
-+              .owner          = THIS_MODULE,
++static struct platform_driver atmel_ac97_driver = {
++      .remove         = __devexit_p(snd_atmel_ac97_remove),
++      .driver         = {
++              .name   = "atmel_ac97c",
 +      },
-+
-+      .probe          = ltv350qv_probe,
-+      .remove         = __devexit_p(ltv350qv_remove),
-+      .shutdown       = ltv350qv_shutdown,
-+      .suspend        = ltv350qv_suspend,
-+      .resume         = ltv350qv_resume,
++      .suspend        = snd_atmel_ac97_suspend,
++      .resume         = snd_atmel_ac97_resume,
 +};
 +
-+static int __init ltv350qv_init(void)
++static int __init atmel_ac97_init(void)
 +{
-+      return spi_register_driver(&ltv350qv_driver);
++      return platform_driver_probe(&atmel_ac97_driver,
++                      snd_atmel_ac97_probe);
 +}
++module_init(atmel_ac97_init);
 +
-+static void __exit ltv350qv_exit(void)
++static void __exit atmel_ac97_exit(void)
 +{
-+      spi_unregister_driver(&ltv350qv_driver);
++      platform_driver_unregister(&atmel_ac97_driver);
 +}
-+module_init(ltv350qv_init);
-+module_exit(ltv350qv_exit);
++module_exit(atmel_ac97_exit);
 +
-+MODULE_AUTHOR("Haavard Skinnemoen <hskinnemoen@atmel.com>");
-+MODULE_DESCRIPTION("Samsung LTV350QV LCD Driver");
 +MODULE_LICENSE("GPL");
-diff -x .git -Nur linux-2.6.22.1/drivers/video/backlight/ltv350qv.h linux-avr32.git/drivers/video/backlight/ltv350qv.h
---- linux-2.6.22.1/drivers/video/backlight/ltv350qv.h  1970-01-01 01:00:00.000000000 +0100
-+++ linux-avr32.git/drivers/video/backlight/ltv350qv.h 2007-06-06 11:34:00.000000000 +0200
-@@ -0,0 +1,95 @@
++MODULE_DESCRIPTION("Driver for Atmel AC97 Controller");
++MODULE_AUTHOR("Haavard Skinnemoen <hskinnemoen@atmel.com>");
+diff -urN linux-2.6.24.3/sound/avr32/ac97c.h avr32-2.6/sound/avr32/ac97c.h
+--- linux-2.6.24.3/sound/avr32/ac97c.h 1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/sound/avr32/ac97c.h      2008-04-23 19:33:54.000000000 +0200
+@@ -0,0 +1,71 @@
 +/*
-+ * Register definitions for Samsung LTV350QV Quarter VGA LCD Panel
++ * Register definitions for the Atmel AC97 Controller.
 + *
-+ * Copyright (C) 2006, 2007 Atmel Corporation
++ * Copyright (C) 2005-2006 Atmel Corporation
 + *
 + * This program is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License version 2 as
 + * published by the Free Software Foundation.
 + */
-+#ifndef __LTV350QV_H
-+#define __LTV350QV_H
-+
-+#define LTV_OPC_INDEX 0x74
-+#define LTV_OPC_DATA  0x76
-+
-+#define LTV_ID                0x00            /* ID Read */
-+#define LTV_IFCTL     0x01            /* Display Interface Control */
-+#define LTV_DATACTL   0x02            /* Display Data Control */
-+#define LTV_ENTRY_MODE        0x03            /* Entry Mode */
-+#define LTV_GATECTL1  0x04            /* Gate Control 1 */
-+#define LTV_GATECTL2  0x05            /* Gate Control 2 */
-+#define LTV_VBP               0x06            /* Vertical Back Porch */
-+#define LTV_HBP               0x07            /* Horizontal Back Porch */
-+#define LTV_SOTCTL    0x08            /* Source Output Timing Control */
-+#define LTV_PWRCTL1   0x09            /* Power Control 1 */
-+#define LTV_PWRCTL2   0x0a            /* Power Control 2 */
-+#define LTV_GAMMA(x)  (0x10 + (x))    /* Gamma control */
-+
-+/* Bit definitions for LTV_IFCTL */
-+#define LTV_IM                        (1 << 15)
-+#define LTV_NMD                       (1 << 14)
-+#define LTV_SSMD              (1 << 13)
-+#define LTV_REV                       (1 <<  7)
-+#define LTV_NL(x)             (((x) & 0x001f) << 0)
-+
-+/* Bit definitions for LTV_DATACTL */
-+#define LTV_DS_SAME           (0 << 12)
-+#define LTV_DS_D_TO_S         (1 << 12)
-+#define LTV_DS_S_TO_D         (2 << 12)
-+#define LTV_CHS_384           (0 <<  9)
-+#define LTV_CHS_480           (1 <<  9)
-+#define LTV_CHS_492           (2 <<  9)
-+#define LTV_DF_RGB            (0 <<  6)
-+#define LTV_DF_RGBX           (1 <<  6)
-+#define LTV_DF_XRGB           (2 <<  6)
-+#define LTV_RGB_RGB           (0 <<  2)
-+#define LTV_RGB_BGR           (1 <<  2)
-+#define LTV_RGB_GRB           (2 <<  2)
-+#define LTV_RGB_RBG           (3 <<  2)
-+
-+/* Bit definitions for LTV_ENTRY_MODE */
-+#define LTV_VSPL_ACTIVE_LOW   (0 << 15)
-+#define LTV_VSPL_ACTIVE_HIGH  (1 << 15)
-+#define LTV_HSPL_ACTIVE_LOW   (0 << 14)
-+#define LTV_HSPL_ACTIVE_HIGH  (1 << 14)
-+#define LTV_DPL_SAMPLE_RISING (0 << 13)
-+#define LTV_DPL_SAMPLE_FALLING        (1 << 13)
-+#define LTV_EPL_ACTIVE_LOW    (0 << 12)
-+#define LTV_EPL_ACTIVE_HIGH   (1 << 12)
-+#define LTV_SS_LEFT_TO_RIGHT  (0 <<  8)
-+#define LTV_SS_RIGHT_TO_LEFT  (1 <<  8)
-+#define LTV_STB                       (1 <<  1)
-+
-+/* Bit definitions for LTV_GATECTL1 */
-+#define LTV_CLW(x)            (((x) & 0x0007) << 12)
-+#define LTV_GAON              (1 <<  5)
-+#define LTV_SDR                       (1 <<  3)
-+
-+/* Bit definitions for LTV_GATECTL2 */
-+#define LTV_NW_INV_FRAME      (0 << 14)
-+#define LTV_NW_INV_1LINE      (1 << 14)
-+#define LTV_NW_INV_2LINE      (2 << 14)
-+#define LTV_DSC                       (1 << 12)
-+#define LTV_GIF                       (1 <<  8)
-+#define LTV_FHN                       (1 <<  7)
-+#define LTV_FTI(x)            (((x) & 0x0003) << 4)
-+#define LTV_FWI(x)            (((x) & 0x0003) << 0)
-+
-+/* Bit definitions for LTV_SOTCTL */
-+#define LTV_SDT(x)            (((x) & 0x0007) << 10)
-+#define LTV_EQ(x)             (((x) & 0x0007) <<  2)
-+
-+/* Bit definitions for LTV_PWRCTL1 */
-+#define LTV_VCOM_DISABLE      (1 << 14)
-+#define LTV_VCOMOUT_ENABLE    (1 << 11)
-+#define LTV_POWER_ON          (1 <<  9)
-+#define LTV_DRIVE_CURRENT(x)  (((x) & 0x0007) << 4)   /* 0=off, 5=max */
-+#define LTV_SUPPLY_CURRENT(x) (((x) & 0x0007) << 0)   /* 0=off, 5=max */
-+
-+/* Bit definitions for LTV_PWRCTL2 */
-+#define LTV_VCOML_ENABLE      (1 << 13)
-+#define LTV_VCOML_VOLTAGE(x)  (((x) & 0x001f) << 8)   /* 0=1V, 31=-1V */
-+#define LTV_VCOMH_VOLTAGE(x)  (((x) & 0x001f) << 0)   /* 0=3V, 31=4.5V */
-+
-+#endif /* __LTV350QV_H */
-diff -x .git -Nur linux-2.6.22.1/drivers/video/backlight/Makefile linux-avr32.git/drivers/video/backlight/Makefile
---- linux-2.6.22.1/drivers/video/backlight/Makefile    2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/drivers/video/backlight/Makefile   2007-07-12 14:00:20.000000000 +0200
-@@ -1,6 +1,8 @@
- # Backlight & LCD drivers
- obj-$(CONFIG_LCD_CLASS_DEVICE)     += lcd.o
-+obj-$(CONFIG_LCD_LTV350QV)    += ltv350qv.o
-+
- obj-$(CONFIG_BACKLIGHT_CLASS_DEVICE) += backlight.o
- obj-$(CONFIG_BACKLIGHT_CORGI) += corgi_bl.o
- obj-$(CONFIG_BACKLIGHT_HP680) += hp680_bl.o
-diff -x .git -Nur linux-2.6.22.1/drivers/video/Kconfig linux-avr32.git/drivers/video/Kconfig
---- linux-2.6.22.1/drivers/video/Kconfig       2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/drivers/video/Kconfig      2007-07-12 14:00:20.000000000 +0200
-@@ -849,6 +849,16 @@
-         Say Y if you want to map Frame Buffer in internal SRAM. Say N if you want
-         to let frame buffer in external SDRAM.
-+config FB_ATMEL_STN
-+      bool "Use a STN display with AT91/AT32 LCD Controller"
-+      depends on FB_ATMEL && ARCH_AT91SAM9261
-+      default n
++#ifndef __SOUND_AVR32_AC97C_H
++#define __SOUND_AVR32_AC97C_H
++
++#define AC97C_MR              0x08
++#define AC97C_ICA             0x10
++#define AC97C_OCA             0x14
++#define AC97C_CARHR           0x20
++#define AC97C_CATHR           0x24
++#define AC97C_CASR            0x28
++#define AC97C_CAMR            0x2c
++#define AC97C_CBRHR           0x30
++#define AC97C_CBTHR           0x34
++#define AC97C_CBSR            0x38
++#define AC97C_CBMR            0x3c
++#define AC97C_CORHR           0x40
++#define AC97C_COTHR           0x44
++#define AC97C_COSR            0x48
++#define AC97C_COMR            0x4c
++#define AC97C_SR              0x50
++#define AC97C_IER             0x54
++#define AC97C_IDR             0x58
++#define AC97C_IMR             0x5c
++#define AC97C_VERSION         0xfc
++
++#define AC97C_CATPR           PDC_TPR
++#define AC97C_CATCR           PDC_TCR
++#define AC97C_CATNPR          PDC_TNPR
++#define AC97C_CATNCR          PDC_TNCR
++#define AC97C_CARPR           PDC_RPR
++#define AC97C_CARCR           PDC_RCR
++#define AC97C_CARNPR          PDC_RNPR
++#define AC97C_CARNCR          PDC_RNCR
++#define AC97C_PTCR            PDC_PTCR
++
++#define AC97C_MR_ENA          (1 << 0)
++#define AC97C_MR_WRST         (1 << 1)
++#define AC97C_MR_VRA          (1 << 2)
++
++#define AC97C_CSR_TXRDY               (1 << 0)
++#define AC97C_CSR_UNRUN               (1 << 2)
++#define AC97C_CSR_RXRDY               (1 << 4)
++#define AC97C_CSR_ENDTX               (1 << 10)
++#define AC97C_CSR_ENDRX               (1 << 14)
++
++#define AC97C_CMR_SIZE_20     (0 << 16)
++#define AC97C_CMR_SIZE_18     (1 << 16)
++#define AC97C_CMR_SIZE_16     (2 << 16)
++#define AC97C_CMR_SIZE_10     (3 << 16)
++#define AC97C_CMR_CEM_LITTLE  (1 << 18)
++#define AC97C_CMR_CEM_BIG     (0 << 18)
++#define AC97C_CMR_CENA                (1 << 21)
++#define AC97C_CMR_PDCEN               (1 << 22)
++
++#define AC97C_SR_CAEVT                (1 << 3)
++
++#define AC97C_CH_ASSIGN(slot, channel)                                        \
++      (AC97C_CHANNEL_##channel << (3 * (AC97_SLOT_##slot - 3)))
++#define AC97C_CHANNEL_NONE    0x0
++#define AC97C_CHANNEL_A               0x1
++#define AC97C_CHANNEL_B               0x2
++
++#endif /* __SOUND_AVR32_AC97C_H */
+diff -urN linux-2.6.24.3/sound/avr32/Kconfig avr32-2.6/sound/avr32/Kconfig
+--- linux-2.6.24.3/sound/avr32/Kconfig 1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/sound/avr32/Kconfig      2008-04-23 19:33:54.000000000 +0200
+@@ -0,0 +1,11 @@
++menu "AVR32 devices"
++      depends on SND != n && AVR32
++
++config SND_ATMEL_AC97
++      tristate "Atmel AC97 Controller Driver"
++      select SND_PCM
++      select SND_AC97_CODEC
 +      help
-+        Say Y if you want to connect a STN LCD display to the AT91/AT32 LCD
-+        Controller. Say N if you want to connect a TFT.
++        ALSA sound driver for the Atmel AC97 controller.
 +
-+        If unsure, say N.
++endmenu
+diff -urN linux-2.6.24.3/sound/avr32/Makefile avr32-2.6/sound/avr32/Makefile
+--- linux-2.6.24.3/sound/avr32/Makefile        1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/sound/avr32/Makefile     2008-04-23 19:33:54.000000000 +0200
+@@ -0,0 +1,3 @@
++snd-atmel-ac97-objs           := ac97c.o
 +
- config FB_NVIDIA
-       tristate "nVidia Framebuffer Support"
-       depends on FB && PCI
-diff -x .git -Nur linux-2.6.22.1/include/asm-arm/arch-at91/board.h linux-avr32.git/include/asm-arm/arch-at91/board.h
---- linux-2.6.22.1/include/asm-arm/arch-at91/board.h   2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/include/asm-arm/arch-at91/board.h  2007-07-12 14:00:26.000000000 +0200
-@@ -64,6 +64,7 @@
-  /* Ethernet (EMAC & MACB) */
- struct at91_eth_data {
-+      u32             phy_mask;
-       u8              phy_irq_pin;    /* PHY IRQ */
-       u8              is_rmii;        /* using RMII interface? */
- };
-diff -x .git -Nur linux-2.6.22.1/include/asm-avr32/arch-at32ap/board.h linux-avr32.git/include/asm-avr32/arch-at32ap/board.h
---- linux-2.6.22.1/include/asm-avr32/arch-at32ap/board.h       2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/include/asm-avr32/arch-at32ap/board.h      2007-07-12 14:00:26.000000000 +0200
-@@ -6,6 +6,8 @@
++obj-$(CONFIG_SND_ATMEL_AC97)  += snd-atmel-ac97.o
+diff -urN linux-2.6.24.3/sound/Kconfig avr32-2.6/sound/Kconfig
+--- linux-2.6.24.3/sound/Kconfig       2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/sound/Kconfig    2008-04-23 19:33:54.000000000 +0200
+@@ -63,6 +63,8 @@
  
- #include <linux/types.h>
+ source "sound/arm/Kconfig"
  
-+#define GPIO_PIN_NONE (-1)
++source "sound/avr32/Kconfig"
 +
- /* Add basic devices: system manager, interrupt controller, portmuxes, etc. */
- void at32_add_system_devices(void);
-@@ -21,6 +23,7 @@
- struct platform_device *at32_add_device_usart(unsigned int id);
- struct eth_platform_data {
-+      u32     phy_mask;
-       u8      is_rmii;
- };
- struct platform_device *
-@@ -30,9 +33,41 @@
- struct platform_device *
- at32_add_device_spi(unsigned int id, struct spi_board_info *b, unsigned int n);
-+struct platform_device *at32_add_device_twi(unsigned int id);
+ if SPI
+ source "sound/spi/Kconfig"
+ endif
+diff -urN linux-2.6.24.3/sound/Makefile avr32-2.6/sound/Makefile
+--- linux-2.6.24.3/sound/Makefile      2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/sound/Makefile   2008-04-23 19:33:54.000000000 +0200
+@@ -6,7 +6,7 @@
+ obj-$(CONFIG_SOUND_PRIME) += oss/
+ obj-$(CONFIG_DMASOUND) += oss/
+ obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ sh/ synth/ usb/ \
+-      sparc/ spi/ parisc/ pcmcia/ mips/ soc/
++      sparc/ spi/ parisc/ pcmcia/ mips/ soc/ avr32/
+ obj-$(CONFIG_SND_AOA) += aoa/
+ # This one must be compilable even if sound is configured out
+diff -urN linux-2.6.24.3/sound/oss/at32_abdac.c avr32-2.6/sound/oss/at32_abdac.c
+--- linux-2.6.24.3/sound/oss/at32_abdac.c      1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/sound/oss/at32_abdac.c   2008-04-23 19:33:54.000000000 +0200
+@@ -0,0 +1,722 @@
++/*
++ * OSS Sound Driver for the Atmel AT32 on-chip DAC.
++ *
++ * Copyright (C) 2006 Atmel Corporation
++ *
++ * This program is free software; you can redistribute it and/or modify
++ * it under the terms of the GNU General Public License version 2 as
++ * published by the Free Software Foundation.
++ */
++#include <linux/clk.h>
++#include <linux/dma-mapping.h>
++#include <linux/fs.h>
++#include <linux/init.h>
++#include <linux/interrupt.h>
++#include <linux/kernel.h>
++#include <linux/module.h>
++#include <linux/platform_device.h>
++#include <linux/sound.h>
++#include <linux/soundcard.h>
 +
-+struct mci_platform_data {
-+      int detect_pin;
-+      int wp_pin;
++#include <asm/byteorder.h>
++#include <asm/dma-controller.h>
++#include <asm/io.h>
++#include <asm/uaccess.h>
++
++/* We want to use the "bizarre" swap-bytes-in-each-halfword macro */
++#include <linux/byteorder/swabb.h>
++
++#include "at32_abdac.h"
++
++#define DMA_BUFFER_SIZE       32768
++#define DMA_PERIOD_SHIFT 10
++#define DMA_PERIOD_SIZE (1 << DMA_PERIOD_SHIFT)
++#define DMA_WRITE_THRESHOLD DMA_PERIOD_SIZE
++
++struct sound_settings {
++      unsigned int format;
++      unsigned int channels;
++      unsigned int sample_rate;
++      /* log2(bytes per sample) */
++      unsigned int input_order;
 +};
-+struct platform_device *
-+at32_add_device_mci(unsigned int id, struct mci_platform_data *data);
 +
-+struct usba_platform_data {
-+      int vbus_pin;
++struct at32_dac {
++      spinlock_t lock;
++      void __iomem *regs;
++
++      /* head and tail refer to number of words */
++      struct {
++              u32 *buf;
++              int head;
++              int tail;
++      } dma;
++
++      struct semaphore sem;
++      wait_queue_head_t write_wait;
++
++      /*
++       * Read at most ucount bytes from ubuf, translate to 2-channel
++       * signed 16-bit big endian format and write to the DMA buffer
++       * as long as there is room left.  Return the number of bytes
++       * successfully copied from ubuf, or -EFAULT if the first
++       * sample from ubuf couldn't be read.  This function is not
++       * called unless there is room for at least one sample (4
++       * bytes) in the DMA buffer.
++       */
++      ssize_t (*trans)(struct at32_dac *dac, const char __user *ubuf,
++                       size_t ucount);
++
++      struct sound_settings dsp_settings;
++      struct dma_request_cyclic req;
++
++      struct clk *mck;
++      struct clk *sample_clk;
++      struct platform_device *pdev;
++      int busy;
++      int playing;
++      int dev_dsp;
 +};
-+struct platform_device *
-+at32_add_device_usba(unsigned int id, struct usba_platform_data *data);
++static struct at32_dac *the_dac;
 +
- struct atmel_lcdfb_info;
- struct platform_device *
- at32_add_device_lcdc(unsigned int id, struct atmel_lcdfb_info *data,
-                    unsigned long fbmem_start, unsigned long fbmem_len);
-+struct platform_device *at32_add_device_ac97c(unsigned int id);
-+struct platform_device *at32_add_device_abdac(unsigned int id);
++static inline unsigned int abdac_get_head(struct at32_dac *dac)
++{
++      return dac->dma.head & ((DMA_BUFFER_SIZE / 4) - 1);
++}
 +
-+/* depending on what's hooked up, not all SSC pins will be used */
-+#define       ATMEL_SSC_TK            0x01
-+#define       ATMEL_SSC_TF            0x02
-+#define       ATMEL_SSC_TD            0x04
-+#define       ATMEL_SSC_TX            (ATMEL_SSC_TK | ATMEL_SSC_TF | ATMEL_SSC_TD)
++static inline unsigned int abdac_get_tail(struct at32_dac *dac)
++{
++      return dac->dma.tail & ((DMA_BUFFER_SIZE / 4) - 1);
++}
 +
-+#define       ATMEL_SSC_RK            0x10
-+#define       ATMEL_SSC_RF            0x20
-+#define       ATMEL_SSC_RD            0x40
-+#define       ATMEL_SSC_RX            (ATMEL_SSC_RK | ATMEL_SSC_RF | ATMEL_SSC_RD)
++static inline unsigned int abdac_dma_space(struct at32_dac *dac)
++{
++      unsigned int space;
 +
-+struct platform_device *
-+at32_add_device_ssc(unsigned int id, unsigned int flags);
++      space = ((dac->dma.tail - dac->dma.head - 1)
++               & ((DMA_BUFFER_SIZE / 4) - 1));
++      return space;
++}
 +
- #endif /* __ASM_ARCH_BOARD_H */
-diff -x .git -Nur linux-2.6.22.1/include/asm-avr32/arch-at32ap/portmux.h linux-avr32.git/include/asm-avr32/arch-at32ap/portmux.h
---- linux-2.6.22.1/include/asm-avr32/arch-at32ap/portmux.h     2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/include/asm-avr32/arch-at32ap/portmux.h    2007-07-12 14:00:26.000000000 +0200
-@@ -25,4 +25,16 @@
- void at32_select_gpio(unsigned int pin, unsigned long flags);
- void at32_reserve_pin(unsigned int pin);
-+#ifdef CONFIG_GPIO_DEV
++static void abdac_update_dma_tail(struct at32_dac *dac)
++{
++      dma_addr_t dma_addr;
++      unsigned int new_tail;
++
++      if (dac->playing) {
++              dma_addr = dma_get_current_pos(dac->req.req.dmac,
++                                             dac->req.req.channel);
++              new_tail = (dma_addr - dac->req.buffer_start) / 4;
++              if (new_tail >= dac->dma.head
++                  && (dac->dma.tail < dac->dma.head
++                      || dac->dma.tail > new_tail))
++                      dev_notice(&dac->pdev->dev, "DMA underrun detected!\n");
++              dac->dma.tail = new_tail;
++              dev_dbg(&dac->pdev->dev, "update tail: 0x%x - 0x%x = %u\n",
++                      dma_addr, dac->req.buffer_start, dac->dma.tail);
++      }
++}
 +
-+/* Gang allocators and accessors; used by the GPIO /dev driver */
-+int at32_gpio_port_is_valid(unsigned int port);
-+int at32_select_gpio_pins(unsigned int port, u32 pins, u32 oe_mask);
-+void at32_deselect_pins(unsigned int port, u32 pins);
++static int abdac_start(struct at32_dac *dac)
++{
++      int ret;
 +
-+u32 at32_gpio_get_value_multiple(unsigned int port, u32 pins);
-+void at32_gpio_set_value_multiple(unsigned int port, u32 value, u32 mask);
++      if (dac->playing)
++              return 0;
 +
-+#endif /* CONFIG_GPIO_DEV */
++      memset(dac->dma.buf, 0, DMA_BUFFER_SIZE);
 +
- #endif /* __ASM_ARCH_PORTMUX_H__ */
-diff -x .git -Nur linux-2.6.22.1/include/asm-avr32/arch-at32ap/sm.h linux-avr32.git/include/asm-avr32/arch-at32ap/sm.h
---- linux-2.6.22.1/include/asm-avr32/arch-at32ap/sm.h  2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/include/asm-avr32/arch-at32ap/sm.h 1970-01-01 01:00:00.000000000 +0100
-@@ -1,27 +0,0 @@
--/*
-- * AT32 System Manager interface.
-- *
-- * Copyright (C) 2006 Atmel Corporation
-- *
-- * This program is free software; you can redistribute it and/or modify
-- * it under the terms of the GNU General Public License version 2 as
-- * published by the Free Software Foundation.
-- */
--#ifndef __ASM_AVR32_AT32_SM_H__
--#define __ASM_AVR32_AT32_SM_H__
--
--struct irq_chip;
--struct platform_device;
--
--struct at32_sm {
--      spinlock_t lock;
--      void __iomem *regs;
--      struct irq_chip *eim_chip;
--      unsigned int eim_first_irq;
--      struct platform_device *pdev;
--};
--
--extern struct platform_device at32_sm_device;
--extern struct at32_sm system_manager;
--
--#endif /* __ASM_AVR32_AT32_SM_H__ */
-diff -x .git -Nur linux-2.6.22.1/include/asm-avr32/dma-controller.h linux-avr32.git/include/asm-avr32/dma-controller.h
---- linux-2.6.22.1/include/asm-avr32/dma-controller.h  1970-01-01 01:00:00.000000000 +0100
-+++ linux-avr32.git/include/asm-avr32/dma-controller.h 2007-06-06 11:34:11.000000000 +0200
-@@ -0,0 +1,166 @@
-+/*
-+ * Copyright (C) 2005-2006 Atmel Corporation
-+ *
-+ * This program is free software; you can redistribute it and/or modify
-+ * it under the terms of the GNU General Public License version 2 as
-+ * published by the Free Software Foundation.
-+ */
-+#ifndef __ASM_AVR32_DMA_CONTROLLER_H
-+#define __ASM_AVR32_DMA_CONTROLLER_H
++      clk_enable(dac->sample_clk);
 +
-+#include <linux/device.h>
++      ret = dma_prepare_request_cyclic(dac->req.req.dmac, &dac->req);
++      if (ret)
++              goto out_stop_clock;
 +
-+#define DMA_DIR_MEM_TO_MEM            0x0000
-+#define DMA_DIR_MEM_TO_PERIPH         0x0001
-+#define DMA_DIR_PERIPH_TO_MEM         0x0002
-+#define DMA_DIR_PERIPH_TO_PERIPH      0x0003
++      dev_dbg(&dac->pdev->dev, "starting DMA...\n");
++      ret = dma_start_request(dac->req.req.dmac, dac->req.req.channel);
++      if (ret)
++              goto out_stop_request;
 +
-+#define DMA_WIDTH_8BIT                        0
-+#define DMA_WIDTH_16BIT                       1
-+#define DMA_WIDTH_32BIT                       2
++      dac_writel(dac, CTRL, DAC_BIT(EN));
++      dac->playing = 1;
 +
-+struct dma_request {
-+      struct dma_controller *dmac;
-+      struct list_head list;
++      return 0;
 +
-+      unsigned short channel;
++out_stop_request:
++      dma_stop_request(dac->req.req.dmac,
++                       dac->req.req.channel);
++out_stop_clock:
++      clk_disable(dac->sample_clk);
++      return ret;
++}
 +
-+      void (*xfer_complete)(struct dma_request *req);
-+      void (*block_complete)(struct dma_request *req);
-+      void (*error)(struct dma_request *req);
-+};
++static int abdac_stop(struct at32_dac *dac)
++{
++      if (dac->playing) {
++              dma_stop_request(dac->req.req.dmac, dac->req.req.channel);
++              dac_writel(dac, DATA, 0);
++              dac_writel(dac, CTRL, 0);
++              dac->playing = 0;
++              clk_disable(dac->sample_clk);
++      }
 +
-+struct dma_request_sg {
-+      struct dma_request req;
++      return 0;
++}
 +
-+      int nr_sg;
-+      struct scatterlist *sg;
-+      unsigned long block_size;
-+      unsigned int nr_blocks;
++static int abdac_dma_prepare(struct at32_dac *dac)
++{
++      dac->dma.buf = dma_alloc_coherent(&dac->pdev->dev, DMA_BUFFER_SIZE,
++                                        &dac->req.buffer_start, GFP_KERNEL);
++      if (!dac->dma.buf)
++              return -ENOMEM;
 +
-+      dma_addr_t data_reg;
-+      unsigned short periph_id;
++      dac->dma.head = dac->dma.tail = 0;
++      dac->req.periods = DMA_BUFFER_SIZE / DMA_PERIOD_SIZE;
++      dac->req.buffer_size = DMA_BUFFER_SIZE;
 +
-+      unsigned char direction;
-+      unsigned char width;
-+};
-+#define to_dma_request_sg(_req)                               \
-+      container_of(_req, struct dma_request_sg, req)
++      return 0;
++}
 +
-+struct dma_request_cyclic {
-+      struct dma_request req;
++static void abdac_dma_cleanup(struct at32_dac *dac)
++{
++      if (dac->dma.buf)
++              dma_free_coherent(&dac->pdev->dev, DMA_BUFFER_SIZE,
++                                dac->dma.buf, dac->req.buffer_start);
++      dac->dma.buf = NULL;
++}
 +
-+        int periods;
-+      unsigned long buffer_size;
++static void abdac_dma_block_complete(struct dma_request *req)
++{
++      struct dma_request_cyclic *creq = to_dma_request_cyclic(req);
++      struct at32_dac *dac = container_of(creq, struct at32_dac, req);
 +
-+        dma_addr_t buffer_start;
-+      dma_addr_t data_reg;
++      wake_up(&dac->write_wait);
++}
 +
-+      unsigned short periph_id;
-+      unsigned char direction;
-+      unsigned char width;
++static void abdac_dma_error(struct dma_request *req)
++{
++      struct dma_request_cyclic *creq = to_dma_request_cyclic(req);
++      struct at32_dac *dac = container_of(creq, struct at32_dac, req);
 +
-+        void *dev_id;
-+};
-+#define to_dma_request_cyclic(_req)                           \
-+      container_of(_req, struct dma_request_cyclic, req)
++      dev_err(&dac->pdev->dev, "DMA error\n");
++}
 +
-+struct dma_request_memcpy {
-+      struct dma_request req;
++static irqreturn_t abdac_interrupt(int irq, void *dev_id)
++{
++      struct at32_dac *dac = dev_id;
++      u32 status;
 +
-+      dma_addr_t src_addr;
-+      unsigned int src_width;
-+      unsigned int src_stride;
++      status = dac_readl(dac, INT_STATUS);
++      if (status & DAC_BIT(UNDERRUN)) {
++              dev_err(&dac->pdev->dev, "Underrun detected!\n");
++              dac_writel(dac, INT_CLR, DAC_BIT(UNDERRUN));
++      } else {
++              dev_err(&dac->pdev->dev, "Spurious interrupt (status=0x%x)\n",
++                      status);
++              dac_writel(dac, INT_CLR, status);
++      }
 +
-+      dma_addr_t dst_addr;
-+      unsigned int dst_width;
-+      unsigned int dst_stride;
++      return IRQ_HANDLED;
++}
 +
-+      size_t length;
++static ssize_t trans_s16be(struct at32_dac *dac, const char __user *ubuf,
++                         size_t ucount)
++{
++      ssize_t ret;
 +
-+      unsigned short src_reverse:1;
-+      unsigned short dst_reverse:1;
-+};
-+#define to_dma_request_memcpy(_req)                           \
-+      container_of(_req, struct dma_request_memcpy, req)
++      if (dac->dsp_settings.channels == 2) {
++              const u32 __user *up = (const u32 __user *)ubuf;
++              u32 sample;
 +
-+struct dma_controller {
-+      struct list_head list;
-+      int id;
-+      struct device *dev;
++              for (ret = 0; ret < (ssize_t)(ucount - 3); ret += 4) {
++                      if (!abdac_dma_space(dac))
++                              break;
 +
-+      int (*alloc_channel)(struct dma_controller *dmac);
-+      void (*release_channel)(struct dma_controller *dmac,
-+                              int channel);
-+      int (*prepare_request_sg)(struct dma_controller *dmac,
-+                                struct dma_request_sg *req);
-+        int (*prepare_request_cyclic)(struct dma_controller *dmac,
-+                                    struct dma_request_cyclic *req);
-+      int (*prepare_request_memcpy)(struct dma_controller *dmac,
-+                                    struct dma_request_memcpy *req);
-+      int (*start_request)(struct dma_controller *dmac,
-+                           unsigned int channel);
-+      int (*stop_request)(struct dma_controller *dmac,
-+                            unsigned int channel);
-+        dma_addr_t (*get_current_pos)(struct dma_controller *dmac,
-+                                      unsigned int channel);
-+};
++                      if (unlikely(__get_user(sample, up++))) {
++                              if (ret == 0)
++                                      ret = -EFAULT;
++                              break;
++                      }
++                      dac->dma.buf[abdac_get_head(dac)] = sample;
++                      dac->dma.head++;
++              }
++      } else {
++              const u16 __user *up = (const u16 __user *)ubuf;
++              u16 sample;
++
++              for (ret = 0; ret < (ssize_t)(ucount - 1); ret += 2) {
++                      if (!abdac_dma_space(dac))
++                              break;
++
++                      if (unlikely(__get_user(sample, up++))) {
++                              if (ret == 0)
++                                      ret = -EFAULT;
++                              break;
++                      }
++                      dac->dma.buf[abdac_get_head(dac)]
++                              = (sample << 16) | sample;
++                      dac->dma.head++;
++              }
++      }
++
++      return ret;
++}
++
++static ssize_t trans_s16le(struct at32_dac *dac, const char __user *ubuf,
++                         size_t ucount)
++{
++      ssize_t ret;
++
++      if (dac->dsp_settings.channels == 2) {
++              const u32 __user *up = (const u32 __user *)ubuf;
++              u32 sample;
++
++              for (ret = 0; ret < (ssize_t)(ucount - 3); ret += 4) {
++                      if (!abdac_dma_space(dac))
++                              break;
++
++                      if (unlikely(__get_user(sample, up++))) {
++                              if (ret == 0)
++                                      ret = -EFAULT;
++                              break;
++                      }
++                      /* Swap bytes in each halfword */
++                      dac->dma.buf[abdac_get_head(dac)] = swahb32(sample);
++                      dac->dma.head++;
++              }
++      } else {
++              const u16 __user *up = (const u16 __user *)ubuf;
++              u16 sample;
++
++              for (ret = 0; ret < (ssize_t)(ucount - 1); ret += 2) {
++                      if (!abdac_dma_space(dac))
++                              break;
++
++                      if (unlikely(__get_user(sample, up++))) {
++                              if (ret == 0)
++                                      ret = -EFAULT;
++                              break;
++                      }
++                      sample = swab16(sample);
++                      dac->dma.buf[abdac_get_head(dac)]
++                              = (sample << 16) | sample;
++                      dac->dma.head++;
++              }
++      }
 +
-+static inline int
-+dma_alloc_channel(struct dma_controller *dmac)
-+{
-+      return dmac->alloc_channel(dmac);
++      return ret;
 +}
 +
-+static inline void
-+dma_release_channel(struct dma_controller *dmac, int chan)
++static ssize_t abdac_dma_translate_from_user(struct at32_dac *dac,
++                                             const char __user *buffer,
++                                             size_t count)
 +{
-+      dmac->release_channel(dmac, chan);
-+}
++      /* At least one buffer must be available at this point */
++      dev_dbg(&dac->pdev->dev, "copying %zu bytes from user...\n", count);
 +
-+static inline int
-+dma_prepare_request_sg(struct dma_controller *dmac,
-+                     struct dma_request_sg *req)
-+{
-+      return dmac->prepare_request_sg(dmac, req);
++      return dac->trans(dac, buffer, count);
 +}
 +
-+static inline int
-+dma_prepare_request_cyclic(struct dma_controller *dmac,
-+                         struct dma_request_cyclic *req)
++static int abdac_set_format(struct at32_dac *dac, int format)
 +{
-+      return dmac->prepare_request_cyclic(dmac, req);
++      unsigned int order;
++
++      switch (format) {
++      case AFMT_S16_BE:
++              order = 1;
++              dac->trans = trans_s16be;
++              break;
++      case AFMT_S16_LE:
++              order = 1;
++              dac->trans = trans_s16le;
++              break;
++      default:
++              dev_dbg(&dac->pdev->dev, "unsupported format: %d\n", format);
++              return -EINVAL;
++      }
++
++      if (dac->dsp_settings.channels == 2)
++              order++;
++
++      dac->dsp_settings.input_order = order;
++      dac->dsp_settings.format = format;
++      return 0;
 +}
 +
-+static inline int
-+dma_prepare_request_memcpy(struct dma_controller *dmac,
-+                         struct dma_request_memcpy *req)
++static int abdac_set_sample_rate(struct at32_dac *dac, unsigned long rate)
 +{
-+      return dmac->prepare_request_memcpy(dmac, req);
++      unsigned long new_rate;
++      int ret;
++
++      ret = clk_set_rate(dac->sample_clk, 256 * rate);
++      if (ret < 0)
++              return ret;
++
++      /* TODO: mplayer seems to have a problem with this */
++#if 0
++      new_rate = clk_get_rate(dac->sample_clk);
++      dac->dsp_settings.sample_rate = new_rate / 256;
++#else
++      dac->dsp_settings.sample_rate = rate;
++#endif
++
++      return 0;
 +}
 +
-+static inline int
-+dma_start_request(struct dma_controller *dmac,
-+                unsigned int channel)
++static ssize_t abdac_dsp_write(struct file *file,
++                               const char __user *buffer,
++                               size_t count, loff_t *ppos)
 +{
-+      return dmac->start_request(dmac, channel);
++      struct at32_dac *dac = file->private_data;
++      DECLARE_WAITQUEUE(wait, current);
++      unsigned int avail;
++      ssize_t copied;
++      ssize_t ret;
++
++      /* Avoid address space checking in the translation functions */
++      if (!access_ok(buffer, count, VERIFY_READ))
++              return -EFAULT;
++
++      down(&dac->sem);
++
++      if (!dac->dma.buf) {
++              ret = abdac_dma_prepare(dac);
++              if (ret)
++                      goto out;
++      }
++
++      add_wait_queue(&dac->write_wait, &wait);
++      ret = 0;
++      while (count > 0) {
++              do {
++                      abdac_update_dma_tail(dac);
++                      avail = abdac_dma_space(dac);
++                      set_current_state(TASK_INTERRUPTIBLE);
++                      if (avail >= DMA_WRITE_THRESHOLD)
++                              break;
++
++                      if (file->f_flags & O_NONBLOCK) {
++                              if (!ret)
++                                      ret = -EAGAIN;
++                              goto out;
++                      }
++
++                      pr_debug("Going to wait (avail = %u, count = %zu)\n",
++                               avail, count);
++
++                      up(&dac->sem);
++                      schedule();
++                      if (signal_pending(current)) {
++                              if (!ret)
++                                      ret = -ERESTARTSYS;
++                              goto out_nosem;
++                      }
++                      down(&dac->sem);
++              } while (1);
++
++              copied = abdac_dma_translate_from_user(dac, buffer, count);
++              if (copied < 0) {
++                      if (!ret)
++                              ret = -EFAULT;
++                      goto out;
++              }
++
++              abdac_start(dac);
++
++              count -= copied;
++              ret += copied;
++      }
++
++out:
++      up(&dac->sem);
++out_nosem:
++      remove_wait_queue(&dac->write_wait, &wait);
++      set_current_state(TASK_RUNNING);
++      return ret;
 +}
 +
-+static inline int
-+dma_stop_request(struct dma_controller *dmac,
-+                 unsigned int channel)
++static int abdac_dsp_ioctl(struct inode *inode, struct file *file,
++                           unsigned int cmd, unsigned long arg)
 +{
-+      return dmac->stop_request(dmac, channel);
++      struct at32_dac *dac = file->private_data;
++      int __user *up = (int __user *)arg;
++      struct audio_buf_info abinfo;
++      int val, ret;
++
++      switch (cmd) {
++      case OSS_GETVERSION:
++              return put_user(SOUND_VERSION, up);
++
++      case SNDCTL_DSP_SPEED:
++              if (get_user(val, up))
++                      return -EFAULT;
++              if (val >= 0) {
++                      abdac_stop(dac);
++                      ret = abdac_set_sample_rate(dac, val);
++                      if (ret)
++                              return ret;
++              }
++              return put_user(dac->dsp_settings.sample_rate, up);
++
++      case SNDCTL_DSP_STEREO:
++              if (get_user(val, up))
++                      return -EFAULT;
++              abdac_stop(dac);
++              if (val && dac->dsp_settings.channels == 1)
++                      dac->dsp_settings.input_order++;
++              else if (!val && dac->dsp_settings.channels != 1)
++                      dac->dsp_settings.input_order--;
++              dac->dsp_settings.channels = val ? 2 : 1;
++              return 0;
++
++      case SNDCTL_DSP_CHANNELS:
++              if (get_user(val, up))
++                      return -EFAULT;
++
++              if (val) {
++                      if (val < 0 || val > 2)
++                              return -EINVAL;
++
++                      abdac_stop(dac);
++                      dac->dsp_settings.input_order
++                              += val - dac->dsp_settings.channels;
++                      dac->dsp_settings.channels = val;
++              }
++              return put_user(val, (int *)arg);
++
++      case SNDCTL_DSP_GETFMTS:
++              return put_user(AFMT_S16_BE | AFMT_S16_BE, up);
++
++      case SNDCTL_DSP_SETFMT:
++              if (get_user(val, up))
++                      return -EFAULT;
++
++              if (val == AFMT_QUERY) {
++                      val = dac->dsp_settings.format;
++              } else {
++                      ret = abdac_set_format(dac, val);
++                      if (ret)
++                              return ret;
++              }
++              return put_user(val, up);
++
++      case SNDCTL_DSP_GETOSPACE:
++              abdac_update_dma_tail(dac);
++              abinfo.fragsize = ((1 << dac->dsp_settings.input_order)
++                                 * (DMA_PERIOD_SIZE / 4));
++              abinfo.bytes = (abdac_dma_space(dac)
++                              << dac->dsp_settings.input_order);
++              abinfo.fragstotal = ((DMA_BUFFER_SIZE * 4)
++                                   >> (DMA_PERIOD_SHIFT
++                                       + dac->dsp_settings.input_order));
++              abinfo.fragments = ((abinfo.bytes
++                                   >> dac->dsp_settings.input_order)
++                                  / (DMA_PERIOD_SIZE / 4));
++              pr_debug("fragments=%d  fragstotal=%d  fragsize=%d bytes=%d\n",
++                       abinfo.fragments, abinfo.fragstotal, abinfo.fragsize,
++                       abinfo.bytes);
++              return copy_to_user(up, &abinfo, sizeof(abinfo)) ? -EFAULT : 0;
++
++      default:
++              dev_dbg(&dac->pdev->dev, "Unimplemented ioctl cmd: 0x%x\n", cmd);
++              return -EINVAL;
++      }
 +}
 +
-+static inline dma_addr_t
-+dma_get_current_pos(struct dma_controller *dmac,
-+                    unsigned int channel)
++static int abdac_dsp_open(struct inode *inode, struct file *file)
 +{
-+      return dmac->get_current_pos(dmac, channel);
++      struct at32_dac *dac = the_dac;
++      int ret;
++
++      if (file->f_mode & FMODE_READ)
++              return -ENXIO;
++
++      down(&dac->sem);
++      ret = -EBUSY;
++      if (dac->busy)
++              goto out;
++
++      dac->dma.head = dac->dma.tail = 0;
++
++      /* FIXME: What are the correct defaults?  */
++      dac->dsp_settings.channels = 2;
++      abdac_set_format(dac, AFMT_S16_BE);
++      ret = abdac_set_sample_rate(dac, 8000);
++      if (ret)
++              goto out;
++
++      file->private_data = dac;
++      dac->busy = 1;
++
++      ret = 0;
++
++out:
++      up(&dac->sem);
++      return ret;
 +}
 +
-+extern int register_dma_controller(struct dma_controller *dmac);
-+extern struct dma_controller *find_dma_controller(int id);
++static int abdac_dsp_release(struct inode *inode, struct file *file)
++{
++      struct at32_dac *dac = file->private_data;
 +
-+#endif /* __ASM_AVR32_DMA_CONTROLLER_H */
-diff -x .git -Nur linux-2.6.22.1/include/asm-avr32/unaligned.h linux-avr32.git/include/asm-avr32/unaligned.h
---- linux-2.6.22.1/include/asm-avr32/unaligned.h       2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/include/asm-avr32/unaligned.h      2007-07-12 14:00:26.000000000 +0200
-@@ -7,19 +7,10 @@
-  * words, but halfwords must be halfword-aligned, and doublewords must
-  * be word-aligned.
-  *
-- * TODO: Make all this CPU-specific and optimize.
-+ * However, swapped word loads must be word-aligned so we can't
-+ * optimize word loads in general.
-  */
--#include <linux/string.h>
--
--/* Use memmove here, so gcc does not insert a __builtin_memcpy. */
--
--#define get_unaligned(ptr) \
--  ({ __typeof__(*(ptr)) __tmp; memmove(&__tmp, (ptr), sizeof(*(ptr))); __tmp; })
--
--#define put_unaligned(val, ptr)                               \
--  ({ __typeof__(*(ptr)) __tmp = (val);                        \
--     memmove((ptr), &__tmp, sizeof(*(ptr)));          \
--     (void)0; })
-+#include <asm-generic/unaligned.h>
- #endif /* __ASM_AVR32_UNALIGNED_H */
-diff -x .git -Nur linux-2.6.22.1/include/linux/gpio_mouse.h linux-avr32.git/include/linux/gpio_mouse.h
---- linux-2.6.22.1/include/linux/gpio_mouse.h  1970-01-01 01:00:00.000000000 +0100
-+++ linux-avr32.git/include/linux/gpio_mouse.h 2007-07-13 11:24:16.000000000 +0200
-@@ -0,0 +1,61 @@
-+/*
-+ * Driver for simulating a mouse on GPIO lines.
-+ *
-+ * Copyright (C) 2007 Atmel Corporation
-+ *
-+ * This program is free software; you can redistribute it and/or modify
-+ * it under the terms of the GNU General Public License version 2 as
-+ * published by the Free Software Foundation.
-+ */
++      down(&dac->sem);
 +
-+#ifndef _GPIO_MOUSE_H
-+#define _GPIO_MOUSE_H
++      abdac_stop(dac);
++      abdac_dma_cleanup(dac);
++      dac->busy = 0;
 +
-+#define GPIO_MOUSE_POLARITY_ACT_HIGH  0x00
-+#define GPIO_MOUSE_POLARITY_ACT_LOW   0x01
++      up(&dac->sem);
 +
-+#define GPIO_MOUSE_PIN_UP     0
-+#define GPIO_MOUSE_PIN_DOWN   1
-+#define GPIO_MOUSE_PIN_LEFT   2
-+#define GPIO_MOUSE_PIN_RIGHT  3
-+#define GPIO_MOUSE_PIN_BLEFT  4
-+#define GPIO_MOUSE_PIN_BMIDDLE        5
-+#define GPIO_MOUSE_PIN_BRIGHT 6
-+#define GPIO_MOUSE_PIN_MAX    7
++      return 0;
++}
 +
-+/**
-+ * struct gpio_mouse_platform_data
-+ * @scan_ms: integer in ms specifying the scan periode.
-+ * @polarity: Pin polarity, active high or low.
-+ * @up: GPIO line for up value.
-+ * @down: GPIO line for down value.
-+ * @left: GPIO line for left value.
-+ * @right: GPIO line for right value.
-+ * @bleft: GPIO line for left button.
-+ * @bmiddle: GPIO line for middle button.
-+ * @bright: GPIO line for right button.
-+ *
-+ * This struct must be added to the platform_device in the board code.
-+ * It is used by the gpio_mouse driver to setup GPIO lines and to
-+ * calculate mouse movement.
-+ */
-+struct gpio_mouse_platform_data {
-+      int scan_ms;
-+      int polarity;
-+
-+      union {
-+              struct {
-+                      int up;
-+                      int down;
-+                      int left;
-+                      int right;
-+
-+                      int bleft;
-+                      int bmiddle;
-+                      int bright;
-+              };
-+              int pins[GPIO_MOUSE_PIN_MAX];
-+      };
++static struct file_operations abdac_dsp_fops = {
++      .owner          = THIS_MODULE,
++      .llseek         = no_llseek,
++      .write          = abdac_dsp_write,
++      .ioctl          = abdac_dsp_ioctl,
++      .open           = abdac_dsp_open,
++      .release        = abdac_dsp_release,
 +};
 +
-+#endif /* _GPIO_MOUSE_H */
-diff -x .git -Nur linux-2.6.22.1/include/linux/leds.h linux-avr32.git/include/linux/leds.h
---- linux-2.6.22.1/include/linux/leds.h        2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/include/linux/leds.h       2007-07-12 14:00:30.000000000 +0200
-@@ -110,4 +110,18 @@
- #define ledtrig_ide_activity() do {} while(0)
- #endif
-+/* For the leds-gpio driver */
-+struct gpio_led {
-+      const char *name;
-+      char *default_trigger;
-+      unsigned        gpio;
-+      u8              active_low;
-+};
++static int __init abdac_probe(struct platform_device *pdev)
++{
++      struct at32_dac *dac;
++      struct resource *regs;
++      struct clk *mck;
++      struct clk *sample_clk;
++      int irq;
++      int ret;
 +
-+struct gpio_led_platform_data {
-+      int             num_leds;
-+      struct gpio_led *leds;
-+};
++      if (the_dac)
++              return -EBUSY;
 +
++      regs = platform_get_resource(pdev, IORESOURCE_MEM, 0);
++      if (!regs)
++              return -ENXIO;
++      irq = platform_get_irq(pdev, 0);
++      if (irq < 0)
++              return irq;
 +
- #endif                /* __LINUX_LEDS_H_INCLUDED */
-diff -x .git -Nur linux-2.6.22.1/include/linux/usb/gadgetfs.h linux-avr32.git/include/linux/usb/gadgetfs.h
---- linux-2.6.22.1/include/linux/usb/gadgetfs.h        1970-01-01 01:00:00.000000000 +0100
-+++ linux-avr32.git/include/linux/usb/gadgetfs.h       2007-07-12 14:00:31.000000000 +0200
-@@ -0,0 +1,81 @@
-+#ifndef __LINUX_USB_GADGETFS_H
-+#define __LINUX_USB_GADGETFS_H
++      mck = clk_get(&pdev->dev, "pclk");
++      if (IS_ERR(mck))
++              return PTR_ERR(mck);
++      sample_clk = clk_get(&pdev->dev, "sample_clk");
++      if (IS_ERR(sample_clk)) {
++              ret = PTR_ERR(sample_clk);
++              goto out_put_mck;
++      }
++      clk_enable(mck);
 +
-+#include <asm/types.h>
-+#include <asm/ioctl.h>
++      ret = -ENOMEM;
++      dac = kzalloc(sizeof(struct at32_dac), GFP_KERNEL);
++      if (!dac)
++              goto out_disable_clk;
 +
-+#include <linux/usb/ch9.h>
++      spin_lock_init(&dac->lock);
++      init_MUTEX(&dac->sem);
++      init_waitqueue_head(&dac->write_wait);
++      dac->pdev = pdev;
++      dac->mck = mck;
++      dac->sample_clk = sample_clk;
 +
-+/*
-+ * Filesystem based user-mode API to USB Gadget controller hardware
-+ *
-+ * Other than ep0 operations, most things are done by read() and write()
-+ * on endpoint files found in one directory.  They are configured by
-+ * writing descriptors, and then may be used for normal stream style
-+ * i/o requests.  When ep0 is configured, the device can enumerate;
-+ * when it's closed, the device disconnects from usb.  Operations on
-+ * ep0 require ioctl() operations.
-+ *
-+ * Configuration and device descriptors get written to /dev/gadget/$CHIP,
-+ * which may then be used to read usb_gadgetfs_event structs.  The driver
-+ * may activate endpoints as it handles SET_CONFIGURATION setup events,
-+ * or earlier; writing endpoint descriptors to /dev/gadget/$ENDPOINT
-+ * then performing data transfers by reading or writing.
-+ */
++      dac->regs = ioremap(regs->start, regs->end - regs->start + 1);
++      if (!dac->regs)
++              goto out_free_dac;
 +
-+/*
-+ * Events are delivered on the ep0 file descriptor, when the user mode driver
-+ * reads from this file descriptor after writing the descriptors.  Don't
-+ * stop polling this descriptor.
-+ */
++      ret = request_irq(irq, abdac_interrupt, 0, "dac", dac);
++      if (ret)
++              goto out_unmap_regs;
 +
-+enum usb_gadgetfs_event_type {
-+      GADGETFS_NOP = 0,
++      /* FIXME */
++      dac->req.req.dmac = find_dma_controller(0);
++      if (!dac->req.req.dmac)
++              goto out_free_irq;
 +
-+      GADGETFS_CONNECT,
-+      GADGETFS_DISCONNECT,
-+      GADGETFS_SETUP,
-+      GADGETFS_SUSPEND,
-+      // and likely more !
-+};
++      ret = dma_alloc_channel(dac->req.req.dmac);
++      if (ret < 0)
++              goto out_free_irq;
 +
-+/* NOTE:  this structure must stay the same size and layout on
-+ * both 32-bit and 64-bit kernels.
-+ */
-+struct usb_gadgetfs_event {
-+      union {
-+              // NOP, DISCONNECT, SUSPEND: nothing
-+              // ... some hardware can't report disconnection
++      dac->req.req.channel = ret;
++      dac->req.req.block_complete = abdac_dma_block_complete;
++      dac->req.req.error = abdac_dma_error;
++      dac->req.data_reg = regs->start + DAC_DATA;
++      dac->req.periph_id = 2; /* FIXME */
++      dac->req.direction = DMA_DIR_MEM_TO_PERIPH;
++      dac->req.width = DMA_WIDTH_32BIT;
 +
-+              // CONNECT: just the speed
-+              enum usb_device_speed   speed;
++      /* Make sure the DAC is silent and disabled */
++      dac_writel(dac, DATA, 0);
++      dac_writel(dac, CTRL, 0);
 +
-+              // SETUP: packet; DATA phase i/o precedes next event
-+              // (setup.bmRequestType & USB_DIR_IN) flags direction
-+              // ... includes SET_CONFIGURATION, SET_INTERFACE
-+              struct usb_ctrlrequest  setup;
-+      } u;
-+      enum usb_gadgetfs_event_type    type;
-+};
++      ret = register_sound_dsp(&abdac_dsp_fops, -1);
++      if (ret < 0)
++              goto out_free_dma;
++      dac->dev_dsp = ret;
 +
++      /* TODO: Register mixer */
 +
-+/* endpoint ioctls */
++      the_dac = dac;
++      platform_set_drvdata(pdev, dac);
 +
-+/* IN transfers may be reported to the gadget driver as complete
-+ *    when the fifo is loaded, before the host reads the data;
-+ * OUT transfers may be reported to the host's "client" driver as
-+ *    complete when they're sitting in the FIFO unread.
-+ * THIS returns how many bytes are "unclaimed" in the endpoint fifo
-+ * (needed for precise fault handling, when the hardware allows it)
-+ */
-+#define       GADGETFS_FIFO_STATUS    _IO('g',1)
++      return 0;
 +
-+/* discards any unclaimed data in the fifo. */
-+#define       GADGETFS_FIFO_FLUSH     _IO('g',2)
++out_free_dma:
++      dma_release_channel(dac->req.req.dmac, dac->req.req.channel);
++out_free_irq:
++      free_irq(irq, dac);
++out_unmap_regs:
++      iounmap(dac->regs);
++out_free_dac:
++      kfree(dac);
++out_disable_clk:
++      clk_disable(mck);
++      clk_put(sample_clk);
++out_put_mck:
++      clk_put(mck);
++      return ret;
++}
 +
-+/* resets endpoint halt+toggle; used to implement set_interface.
-+ * some hardware (like pxa2xx) can't support this.
-+ */
-+#define       GADGETFS_CLEAR_HALT     _IO('g',3)
++static int __exit abdac_remove(struct platform_device *pdev)
++{
++      struct at32_dac *dac;
++
++      dac = platform_get_drvdata(pdev);
++      if (dac) {
++              unregister_sound_dsp(dac->dev_dsp);
++              dma_release_channel(dac->req.req.dmac, dac->req.req.channel);
++              free_irq(platform_get_irq(pdev, 0), dac);
++              iounmap(dac->regs);
++              clk_disable(dac->mck);
++              clk_put(dac->sample_clk);
++              clk_put(dac->mck);
++              kfree(dac);
++              platform_set_drvdata(pdev, NULL);
++              the_dac = NULL;
++      }
 +
-+#endif /* __LINUX_USB_GADGETFS_H */
-diff -x .git -Nur linux-2.6.22.1/include/linux/usb/Kbuild linux-avr32.git/include/linux/usb/Kbuild
---- linux-2.6.22.1/include/linux/usb/Kbuild    2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/include/linux/usb/Kbuild   2007-07-12 14:00:31.000000000 +0200
-@@ -1,5 +1,6 @@
- unifdef-y += audio.h
- unifdef-y += cdc.h
- unifdef-y += ch9.h
-+unifdef-y += gadgetfs.h
- unifdef-y += midi.h
-diff -x .git -Nur linux-2.6.22.1/include/linux/usb_gadgetfs.h linux-avr32.git/include/linux/usb_gadgetfs.h
---- linux-2.6.22.1/include/linux/usb_gadgetfs.h        2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/include/linux/usb_gadgetfs.h       1970-01-01 01:00:00.000000000 +0100
-@@ -1,75 +0,0 @@
--
--#include <asm/types.h>
--#include <asm/ioctl.h>
--
--#include <linux/usb/ch9.h>
--
--/*
-- * Filesystem based user-mode API to USB Gadget controller hardware
-- *
-- * Almost everything can be done with only read and write operations,
-- * on endpoint files found in one directory.  They are configured by
-- * writing descriptors, and then may be used for normal stream style
-- * i/o requests.  When ep0 is configured, the device can enumerate;
-- * when it's closed, the device disconnects from usb.
-- *
-- * Configuration and device descriptors get written to /dev/gadget/$CHIP,
-- * which may then be used to read usb_gadgetfs_event structs.  The driver
-- * may activate endpoints as it handles SET_CONFIGURATION setup events,
-- * or earlier; writing endpoint descriptors to /dev/gadget/$ENDPOINT
-- * then performing data transfers by reading or writing.
-- */
--
--/*
-- * Events are delivered on the ep0 file descriptor, if the user mode driver
-- * reads from this file descriptor after writing the descriptors.  Don't
-- * stop polling this descriptor, if you write that kind of driver.
-- */
--
--enum usb_gadgetfs_event_type {
--      GADGETFS_NOP = 0,
--
--      GADGETFS_CONNECT,
--      GADGETFS_DISCONNECT,
--      GADGETFS_SETUP,
--      GADGETFS_SUSPEND,
--      // and likely more !
--};
--
--struct usb_gadgetfs_event {
--      enum usb_gadgetfs_event_type    type;
--      union {
--              // NOP, DISCONNECT, SUSPEND: nothing
--              // ... some hardware can't report disconnection
--
--              // CONNECT: just the speed
--              enum usb_device_speed   speed;
--
--              // SETUP: packet; DATA phase i/o precedes next event
--              // (setup.bmRequestType & USB_DIR_IN) flags direction 
--              // ... includes SET_CONFIGURATION, SET_INTERFACE
--              struct usb_ctrlrequest  setup;
--      } u;
--};
--
--
--/* endpoint ioctls */
--
--/* IN transfers may be reported to the gadget driver as complete
-- *    when the fifo is loaded, before the host reads the data;
-- * OUT transfers may be reported to the host's "client" driver as
-- *    complete when they're sitting in the FIFO unread.
-- * THIS returns how many bytes are "unclaimed" in the endpoint fifo
-- * (needed for precise fault handling, when the hardware allows it)
-- */
--#define       GADGETFS_FIFO_STATUS    _IO('g',1)
--
--/* discards any unclaimed data in the fifo. */
--#define       GADGETFS_FIFO_FLUSH     _IO('g',2)
--
--/* resets endpoint halt+toggle; used to implement set_interface.
-- * some hardware (like pxa2xx) can't support this.
-- */
--#define       GADGETFS_CLEAR_HALT     _IO('g',3)
--
--
-diff -x .git -Nur linux-2.6.22.1/init/do_mounts.c linux-avr32.git/init/do_mounts.c
---- linux-2.6.22.1/init/do_mounts.c    2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/init/do_mounts.c   2007-07-12 14:00:31.000000000 +0200
-@@ -25,6 +25,7 @@
- int root_mountflags = MS_RDONLY | MS_SILENT;
- char * __initdata root_device_name;
- static char __initdata saved_root_name[64];
-+int __initdata root_wait;
- dev_t ROOT_DEV;
-@@ -216,6 +217,14 @@
- __setup("root=", root_dev_setup);
-+static int __init rootwait_setup(char *line)
++      return 0;
++}
++
++static struct platform_driver abdac_driver = {
++      .remove         = __exit_p(abdac_remove),
++      .driver         = {
++              .name   = "abdac",
++      },
++};
++
++static int __init abdac_init(void)
 +{
-+      root_wait = simple_strtol(line,NULL,0);
-+      return 1;
++      return platform_driver_probe(&abdac_driver, abdac_probe);
 +}
++module_init(abdac_init);
 +
-+__setup("rootwait=", rootwait_setup);
++static void __exit abdac_exit(void)
++{
++      platform_driver_unregister(&abdac_driver);
++}
++module_exit(abdac_exit);
 +
- static char * __initdata root_mount_data;
- static int __init root_data_setup(char *str)
- {
-@@ -438,11 +447,24 @@
-                       root_device_name += 5;
-       }
--      is_floppy = MAJOR(ROOT_DEV) == FLOPPY_MAJOR;
--
-       if (initrd_load())
-               goto out;
-+      /* wait for any asynchronous scanning to complete */
-+      if ((ROOT_DEV == 0) && root_wait) {
-+              printk(KERN_INFO "Waiting for root device %s...\n",
-+                      saved_root_name);
-+              do {
-+                      while (driver_probe_done() != 0)
-+                              msleep(100);
-+                      ROOT_DEV = name_to_dev_t(saved_root_name);
-+                      if (ROOT_DEV == 0)
-+                              msleep(100);
-+              } while (ROOT_DEV == 0);
-+      }
++MODULE_AUTHOR("Haavard Skinnemoen <hskinnemoen@atmel.com>");
++MODULE_DESCRIPTION("Sound Driver for the Atmel AT32 ABDAC");
++MODULE_LICENSE("GPL");
+diff -urN linux-2.6.24.3/sound/oss/at32_abdac.h avr32-2.6/sound/oss/at32_abdac.h
+--- linux-2.6.24.3/sound/oss/at32_abdac.h      1970-01-01 01:00:00.000000000 +0100
++++ avr32-2.6/sound/oss/at32_abdac.h   2008-04-23 19:33:54.000000000 +0200
+@@ -0,0 +1,59 @@
++/*
++ * Register definitions for the Atmel AT32 on-chip DAC.
++ *
++ * Copyright (C) 2006 Atmel Corporation
++ *
++ * This program is free software; you can redistribute it and/or modify
++ * it under the terms of the GNU General Public License version 2 as
++ * published by the Free Software Foundation.
++ */
++#ifndef __SOUND_OSS_AT32_ABDAC_H__
++#define __SOUND_OSS_AT32_ABDAC_H__
++
++/* DAC register offsets */
++#define DAC_DATA                                0x0000
++#define DAC_CTRL                                0x0008
++#define DAC_INT_MASK                            0x000c
++#define DAC_INT_EN                              0x0010
++#define DAC_INT_DIS                             0x0014
++#define DAC_INT_CLR                             0x0018
++#define DAC_INT_STATUS                          0x001c
++#define DAC_PDC_DATA                            0x0020
++
++/* Bitfields in CTRL */
++#define DAC_SWAP_OFFSET                         30
++#define DAC_SWAP_SIZE                           1
++#define DAC_EN_OFFSET                           31
++#define DAC_EN_SIZE                             1
++
++/* Bitfields in INT_MASK/INT_EN/INT_DIS/INT_STATUS/INT_CLR */
++#define DAC_UNDERRUN_OFFSET                     28
++#define DAC_UNDERRUN_SIZE                       1
++#define DAC_TX_READY_OFFSET                     29
++#define DAC_TX_READY_SIZE                       1
++#define DAC_TX_BUFFER_EMPTY_OFFSET              30
++#define DAC_TX_BUFFER_EMPTY_SIZE                1
++#define DAC_CHANNEL_TX_END_OFFSET               31
++#define DAC_CHANNEL_TX_END_SIZE                 1
 +
-+      is_floppy = MAJOR(ROOT_DEV) == FLOPPY_MAJOR;
++/* Bit manipulation macros */
++#define DAC_BIT(name)                                 \
++      (1 << DAC_##name##_OFFSET)
++#define DAC_BF(name, value)                           \
++      (((value) & ((1 << DAC_##name##_SIZE) - 1))     \
++       << DAC_##name##_OFFSET)
++#define DAC_BFEXT(name, value)                                \
++      (((value) >> DAC_##name##_OFFSET)               \
++       & ((1 << DAC_##name##_SIZE) - 1))
++#define DAC_BFINS(name, value, old)                   \
++      (((old) & ~(((1 << DAC_##name##_SIZE) - 1)      \
++                  << DAC_##name##_OFFSET))            \
++       | DAC_BF(name,value))
 +
-       if (is_floppy && rd_doload && rd_load_disk(0))
-               ROOT_DEV = Root_RAM0;
++/* Register access macros */
++#define dac_readl(port, reg)                          \
++      __raw_readl((port)->regs + DAC_##reg)
++#define dac_writel(port, reg, value)                  \
++      __raw_writel((value), (port)->regs + DAC_##reg)
++
++#endif /* __SOUND_OSS_AT32_ABDAC_H__ */
+diff -urN linux-2.6.24.3/sound/oss/Kconfig avr32-2.6/sound/oss/Kconfig
+--- linux-2.6.24.3/sound/oss/Kconfig   2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/sound/oss/Kconfig        2008-04-23 19:33:54.000000000 +0200
+@@ -654,3 +654,7 @@
+       int "DAC channel"
+       default "1"
+       depends on SOUND_SH_DAC_AUDIO
++
++config SOUND_AT32_ABDAC
++      tristate "Atmel AT32 Audio Bitstream DAC (ABDAC) support"
++      depends on SOUND_PRIME && AVR32
+diff -urN linux-2.6.24.3/sound/oss/Makefile avr32-2.6/sound/oss/Makefile
+--- linux-2.6.24.3/sound/oss/Makefile  2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/sound/oss/Makefile       2008-04-23 20:12:49.000000000 +0200
+@@ -10,6 +10,7 @@
+ # Please leave it as is, cause the link order is significant !
++obj-$(CONFIG_SOUND_AT32_ABDAC)        += at32_abdac.o
+ obj-$(CONFIG_SOUND_SH_DAC_AUDIO)      += sh_dac_audio.o
+ obj-$(CONFIG_SOUND_HAL2)      += hal2.o
+ obj-$(CONFIG_SOUND_AEDSP16)   += aedsp16.o
+diff -urN linux-2.6.24.3/sound/spi/at73c213.c avr32-2.6/sound/spi/at73c213.c
+--- linux-2.6.24.3/sound/spi/at73c213.c        2008-02-26 01:20:20.000000000 +0100
++++ avr32-2.6/sound/spi/at73c213.c     2008-04-23 20:12:51.000000000 +0200
+@@ -744,7 +744,7 @@
+ /*
+  * Device functions
+  */
+-static int snd_at73c213_ssc_init(struct snd_at73c213 *chip)
++static int __devinit snd_at73c213_ssc_init(struct snd_at73c213 *chip)
+ {
+       /*
+        * Continuous clock output.
+@@ -774,7 +774,7 @@
+       return 0;
+ }
  
-diff -x .git -Nur linux-2.6.22.1/MAINTAINERS linux-avr32.git/MAINTAINERS
---- linux-2.6.22.1/MAINTAINERS 2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/MAINTAINERS        2007-07-12 13:59:48.000000000 +0200
-@@ -674,6 +674,13 @@
- M:    hskinnemoen@atmel.com
- S:    Supported
+-static int snd_at73c213_chip_init(struct snd_at73c213 *chip)
++static int __devinit snd_at73c213_chip_init(struct snd_at73c213 *chip)
+ {
+       int retval;
+       unsigned char dac_ctrl = 0;
+@@ -939,7 +939,7 @@
+       return retval;
+ }
  
-+ATMEL USBA UDC DRIVER
-+P:    Haavard Skinnemoen
-+M:    hskinnemoen@atmel.com
-+L:    kernel@avr32linux.org
-+W:    http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
-+S:    Supported
-+
- ATMEL WIRELESS DRIVER
- P:    Simon Kelley
- M:    simon@thekelleys.org.uk
-diff -x .git -Nur linux-2.6.22.1/scripts/checkstack.pl linux-avr32.git/scripts/checkstack.pl
---- linux-2.6.22.1/scripts/checkstack.pl       2007-07-10 20:56:30.000000000 +0200
-+++ linux-avr32.git/scripts/checkstack.pl      2007-06-06 11:34:14.000000000 +0200
-@@ -12,6 +12,7 @@
- #     sh64 port by Paul Mundt
- #     Random bits by Matt Mackall <mpm@selenic.com>
- #     M68k port by Geert Uytterhoeven and Andreas Schwab
-+#     AVR32 port by Haavard Skinnemoen <hskinnemoen@atmel.com>
- #
- #     Usage:
- #     objdump -d vmlinux | stackcheck.pl [arch]
-@@ -37,6 +38,10 @@
-       if ($arch eq 'arm') {
-               #c0008ffc:      e24dd064        sub     sp, sp, #100    ; 0x64
-               $re = qr/.*sub.*sp, sp, #(([0-9]{2}|[3-9])[0-9]{2})/o;
-+      } elsif ($arch eq 'avr32') {
-+              #8000008a:       20 1d           sub sp,4
-+              #80000ca8:       fa cd 05 b0     sub sp,sp,1456
-+              $re = qr/^.*sub.*sp.*,([0-9]{1,8})/o;
-       } elsif ($arch =~ /^i[3456]86$/) {
-               #c0105234:       81 ec ac 05 00 00       sub    $0x5ac,%esp
-               $re = qr/^.*[as][du][db]    \$(0x$x{1,8}),\%esp$/o;
+-static int snd_at73c213_probe(struct spi_device *spi)
++static int __devinit snd_at73c213_probe(struct spi_device *spi)
+ {
+       struct snd_card                 *card;
+       struct snd_at73c213             *chip;
This page took 0.675639 seconds and 4 git commands to generate.