On Thu, 26 Apr 2012 18:20:26 -0700, David Daney <[email protected]> wrote: > From: David Daney <[email protected]> > > 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 code from octeon-platform.c, it is > now unused. > > 3) Convert i2c-octeon.c to use device tree. Part of this includes > using the devm_* functions instead of the raw counterparts, thus > simplifying error handling. No functionality is changed. > > Signed-off-by: David Daney <[email protected]> > Acked-by: Rob Herring <[email protected]>
Is the DT binding for this device documented? Otherwise the code looks good. Please make sure the binding documentation is in place before merging. g. -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
