Re: [PATCH 2/6] ARM: pxa2xx: reorganize I2C files

2011-03-01 Thread Eric Miao
On Wed, Mar 2, 2011 at 8:49 AM, Ben Dooks ben-li...@fluff.org wrote: On 23/02/11 11:38, Sebastian Andrzej Siewior wrote: This patch moves the platform data definition from arch/arm/plat-pxa/include/plat/i2c.h to include/linux/i2c/pxa-i2c.h so it can be accessed from x86 the same way as on

[PATCH 2/6] ARM: pxa2xx: reorganize I2C files

2011-02-23 Thread Sebastian Andrzej Siewior
This patch moves the platform data definition from arch/arm/plat-pxa/include/plat/i2c.h to include/linux/i2c/pxa-i2c.h so it can be accessed from x86 the same way as on ARM. This change should make no functional change to the PXA code. The move is verified by building the following defconfigs:

[PATCH 2/6] arm/pxa2xx: reorganize I2C files

2011-01-05 Thread Sebastian Andrzej Siewior
This patch moves the platform data definition from arch/arm/plat-pxa/include/plat/i2c.h to include/linux/i2c/pxa-i2c.h so it can be accessed from x86 the same way as on ARM. This change should make no functional change to the PXA code. The move is verified by building the following defconfigs:

[PATCH 2/6] arm/pxa2xx: reorganize I2C files

2010-12-02 Thread Sebastian Andrzej Siewior
This patch moves the register definitions into include/asm so it can be accessed from X86 the same way as on ARM. This move also alters the unused register offset definitins (IBMR, ...) and uses them in the calculation macros (_IBMR,...). The header file from plat-pxa is moved the include/linux