[PATCH 1/5] powerpc: generic time suspend/resume code

David Brownell david-b at pacbell.net
Thu Mar 22 07:47:49 EST 2007


On Monday 19 March 2007 2:51 pm, Guennadi Liakhovetski wrote:

> David, what's the status of that your patch?

Those RTC framework changes are now in the MM tree, and I expect they will
merge soon after the 2.6.22 merge window opens.


One related topic to consider:  the I2C stack is also getting updated
to (finally!!) leverage about the driver model.  If those changes aren't
in the MM tree yet, they will be soonish.  This means that the RTCs based
on I2C will be converted to use a different config scheme(*) ... and that
board init code will need updates to support it.

Boards using RTCs that hook up without I2C could convert to the generic RTC
framework at any time after those RTC core changes merge.  But when I2C is
involved, some other conversions will be in the mix too.  Me, I have no idea
what PPC platforms combine PM, RTC, and I2C.  :)

- Dave

(*) Most of the I2C based RTCs rely on kernel command line parameters,
    because of the vagaries of I2C.  "New style" I2C drivers will replace
    command line declarations ("rv5c386 RTC on bus 0 at address 0x32")
    with ones in the board specific init logic.



More information about the Linuxppc-dev mailing list