Hi, The commit mentioned above adds a writel() to the AC97_POWERDOWN register which is half-word aligned and causing unaligned exceptions on a Cortex-A8. Is this register 16-bit only and we should use a writew() instead? Thanks. -- Catalin