Re: [PATCH v2 1/5] i2c: Convert i2c-octeon.c to use device tree.

2012-05-18 Thread Grant Likely
On Thu, 26 Apr 2012 18:20:26 -0700, David Daney wrote: > From: David Daney > > There are three parts to this: > > 1) Remove the definitions of OCTEON_IRQ_TWSI and OCTEON_IRQ_TWSI2. >The interrupts are specified by the device tree and these hard >coded irq numbers block the used of the i

Re: [PATCH v2 1/5] i2c: Convert i2c-octeon.c to use device tree.

2012-05-03 Thread Wolfram Sang
On Thu, Apr 26, 2012 at 06:20:26PM -0700, David Daney wrote: > From: David Daney > > There are three parts to this: > > 1) Remove the definitions of OCTEON_IRQ_TWSI and OCTEON_IRQ_TWSI2. >The interrupts are specified by the device tree and these hard >coded irq numbers block the used of

[PATCH v2 1/5] i2c: Convert i2c-octeon.c to use device tree.

2012-04-26 Thread David Daney
From: David Daney There are three parts to this: 1) Remove the definitions of OCTEON_IRQ_TWSI and OCTEON_IRQ_TWSI2. The interrupts are specified by the device tree and these hard coded irq numbers block the used of the irq lines by the irq_domain code. 2) Remove platform device setup c