Hi Linus !
Here's another batch for before -rc2. The main highlight is the u64 conversion
to unsigned long long along with a bunch of patches fixing warnings due to this
conversion. There will be a few more, for example the PS3 code is still pretty
bad in this area, but that's about it.
The rest is mostly bug fixes, moving a driver around as requested by a maintainer,
a couple of trivial things, and a few late embedded changes that were posted
before the merge window, but some maintainer needed more time than others to
recover from whatever he got intoxicated with over new year :-)
After that, I'm opening my next branch for .30 material and merge will be
regressions and severe bugs only.
Cheers,
Ben.
The following changes since commit a6525042bfdfcab128bd91fad264de10fd24a55e:
Linus Torvalds (1):
Merge branch 'x86-pat-for-linus' of git://git.kernel.org/.../tip/linux-2.6-tip
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git merge
Anton Vorontsov (2):
powerpc/83xx: Make serial ports work on MPC8315E-RDB w/ FSL U-Boots
powerpc/83xx: Move mcu_mpc8349emitx driver out of drivers/i2c/chips/
Benjamin Herrenschmidt (3):
Merge commit 'kumar/kumar-next' into next
Merge commit 'gcl/gcl-next' into next
powerpc/powermac: Fix occasional SMP boot failure
Grant Likely (1):
powerpc/mpc52xx: Properly update irq_desc when set_type() is called.
Ingo Molnar (1):
powerpc: Change u64/s64 to a long long integer type
Jason Jin (1):
powerpc: Fix the ide suspend function in uli1575
John Linn (1):
Xilinx: SPI: updated driver for device tree
Jon Smirl (1):
drivers/of: Add the of_find_i2c_device_by_node function.
Kumar Gala (2):
powerpc/85xx: Fix PCIe error interrupts
powerpc/e500mc: Doorbells need to be taken w/exceptions disabled
Michael Ellerman (1):
powerpc: Enable PS3 options and QPACE in ppc64_defconfig
Milton Miller ...