Re: [PATCH 2/2] [POWERPC] pasemi: Register i2c_board_info

2007-12-04 Thread Olof Johansson
On Wed, Dec 05, 2007 at 11:41:50AM +1100, Paul Mackerras wrote: > Olof Johansson writes: > > > Yep, I realized that after (re)asking Paul to pull though, and didn't > > want to do a third request before he's done it. :) > > > > If he doesn't pull in the next few days I might just keep adding new

Re: [PATCH 2/2] [POWERPC] pasemi: Register i2c_board_info

2007-12-04 Thread Paul Mackerras
Olof Johansson writes: > Yep, I realized that after (re)asking Paul to pull though, and didn't > want to do a third request before he's done it. :) > > If he doesn't pull in the next few days I might just keep adding new > patches as they come in though, and add it back. I haven't pulled yet; so

Re: [PATCH 2/2] [POWERPC] pasemi: Register i2c_board_info

2007-12-04 Thread Olof Johansson
On Tue, Dec 04, 2007 at 01:28:46PM +, David Woodhouse wrote: > > On Thu, 2007-11-29 at 21:29 -0600, Olof Johansson wrote: > > + continue; > > + > > + info.addr = *addr; > > + > > + i2c_register_board_info(PCI_FUNC(pdev->

Re: [PATCH 2/2] [POWERPC] pasemi: Register i2c_board_info

2007-12-04 Thread David Woodhouse
On Thu, 2007-11-29 at 21:29 -0600, Olof Johansson wrote: > + continue; > + > + info.addr = *addr; > + > + i2c_register_board_info(PCI_FUNC(pdev->devfn), > &info, > + 1); > +

[PATCH 2/2] [POWERPC] pasemi: Register i2c_board_info

2007-11-29 Thread Olof Johansson
[POWERPC] pasemi: Register i2c_board_info Setup i2c_board_info based on device tree contents. This has to be a device_initcall since we need PCI to be probed by the time we run it, but before the actual driver is initialized. Signed-off-by: Olof Johansson <[EMAIL PROTECTED]> Index: 2.6.24/arch/