* Please pull from 'next' branch (2.6.29)
@ 2009-01-13 15:21 Kumar Gala
2009-01-13 20:59 ` Benjamin Herrenschmidt
0 siblings, 1 reply; 5+ messages in thread
From: Kumar Gala @ 2009-01-13 15:21 UTC (permalink / raw)
To: Benjamin Herrenschmidt; +Cc: linuxppc-dev
Please pull from 'next' branch of
(this is my last pull request of 'next' for 2.6.29. I would like to see
the 'powerpc: Unify opcode definitions and support' patch go in but leave
that for you to pull in directly).
master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc.git next
to receive the following updates:
arch/powerpc/Kconfig | 18 +
arch/powerpc/boot/dts/mpc8315erdb.dts | 68 ++++++
arch/powerpc/boot/dts/mpc8377_mds.dts | 64 ++++++
arch/powerpc/boot/dts/mpc8377_rdb.dts | 64 ++++++
arch/powerpc/boot/dts/mpc8378_mds.dts | 64 ++++++
arch/powerpc/boot/dts/mpc8378_rdb.dts | 64 ++++++
arch/powerpc/include/asm/reg_booke.h | 1
arch/powerpc/kernel/Makefile | 1
arch/powerpc/kernel/cpu_setup_fsl_booke.S | 31 +++
arch/powerpc/kernel/cputable.c | 8
arch/powerpc/kernel/head_booke.h | 6
arch/powerpc/kernel/head_fsl_booke.S | 85 +++++---
arch/powerpc/mm/fsl_booke_mmu.c | 93 ++++-----
arch/powerpc/platforms/83xx/Makefile | 1
arch/powerpc/platforms/83xx/mcu_mpc8349emitx.c | 209 +++++++++++++++++++++
arch/powerpc/platforms/83xx/mpc831x_rdb.c | 2
arch/powerpc/platforms/83xx/mpc837x_mds.c | 10 -
arch/powerpc/platforms/83xx/mpc837x_rdb.c | 2
arch/powerpc/platforms/Kconfig | 11 +
arch/powerpc/sysdev/fsl_pci.c | 244 ++++++++++++++++++++++---
drivers/i2c/chips/Kconfig | 11 -
drivers/i2c/chips/Makefile | 1
drivers/i2c/chips/mcu_mpc8349emitx.c | 209 ---------------------
include/linux/pci_ids.h | 8
24 files changed, 941 insertions(+), 334 deletions(-)
Anton Vorontsov (4):
powerpc/fsl_pci: Add MPC83xx PCI-E controller RC mode support
powerpc/83xx: Add PCI-E support for all MPC83xx boards with PCI-E
powerpc/83xx: Make serial ports work on MPC8315E-RDB w/ FSL U-Boots
powerpc/83xx: Move mcu_mpc8349emitx driver out of drivers/i2c/chips/
Kumar Gala (2):
powerpc/fsl-booke: Cleanup init/exception setup to be runtime
powerpc/e500mc: Doorbells need to be taken w/exceptions disabled
Trent Piepho (3):
powerpc/fsl-booke: Remove code duplication in lowmem mapping
powerpc/fsl-booke: Allow larger CAM sizes than 256 MB
powerpc/fsl-booke: Make CAM entries used for lowmem configurable
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: Please pull from 'next' branch (2.6.29)
2009-01-13 15:21 Please pull from 'next' branch (2.6.29) Kumar Gala
@ 2009-01-13 20:59 ` Benjamin Herrenschmidt
2009-01-13 21:17 ` Kumar Gala
0 siblings, 1 reply; 5+ messages in thread
From: Benjamin Herrenschmidt @ 2009-01-13 20:59 UTC (permalink / raw)
To: Kumar Gala; +Cc: linuxppc-dev
On Tue, 2009-01-13 at 09:21 -0600, Kumar Gala wrote:
> Please pull from 'next' branch of
>
> (this is my last pull request of 'next' for 2.6.29. I would like to see
> the 'powerpc: Unify opcode definitions and support' patch go in but leave
> that for you to pull in directly).
This is really very very very late for these changes, most of them
aren't bug fixes at all...
> master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc.git next
>
> to receive the following updates:
>
> arch/powerpc/Kconfig | 18 +
> arch/powerpc/boot/dts/mpc8315erdb.dts | 68 ++++++
> arch/powerpc/boot/dts/mpc8377_mds.dts | 64 ++++++
> arch/powerpc/boot/dts/mpc8377_rdb.dts | 64 ++++++
> arch/powerpc/boot/dts/mpc8378_mds.dts | 64 ++++++
> arch/powerpc/boot/dts/mpc8378_rdb.dts | 64 ++++++
> arch/powerpc/include/asm/reg_booke.h | 1
> arch/powerpc/kernel/Makefile | 1
> arch/powerpc/kernel/cpu_setup_fsl_booke.S | 31 +++
> arch/powerpc/kernel/cputable.c | 8
> arch/powerpc/kernel/head_booke.h | 6
> arch/powerpc/kernel/head_fsl_booke.S | 85 +++++---
> arch/powerpc/mm/fsl_booke_mmu.c | 93 ++++-----
> arch/powerpc/platforms/83xx/Makefile | 1
> arch/powerpc/platforms/83xx/mcu_mpc8349emitx.c | 209 +++++++++++++++++++++
> arch/powerpc/platforms/83xx/mpc831x_rdb.c | 2
> arch/powerpc/platforms/83xx/mpc837x_mds.c | 10 -
> arch/powerpc/platforms/83xx/mpc837x_rdb.c | 2
> arch/powerpc/platforms/Kconfig | 11 +
> arch/powerpc/sysdev/fsl_pci.c | 244 ++++++++++++++++++++++---
> drivers/i2c/chips/Kconfig | 11 -
> drivers/i2c/chips/Makefile | 1
> drivers/i2c/chips/mcu_mpc8349emitx.c | 209 ---------------------
> include/linux/pci_ids.h | 8
> 24 files changed, 941 insertions(+), 334 deletions(-)
>
> Anton Vorontsov (4):
> powerpc/fsl_pci: Add MPC83xx PCI-E controller RC mode support
> powerpc/83xx: Add PCI-E support for all MPC83xx boards with PCI-E
> powerpc/83xx: Make serial ports work on MPC8315E-RDB w/ FSL U-Boots
> powerpc/83xx: Move mcu_mpc8349emitx driver out of drivers/i2c/chips/
>
> Kumar Gala (2):
> powerpc/fsl-booke: Cleanup init/exception setup to be runtime
> powerpc/e500mc: Doorbells need to be taken w/exceptions disabled
>
> Trent Piepho (3):
> powerpc/fsl-booke: Remove code duplication in lowmem mapping
> powerpc/fsl-booke: Allow larger CAM sizes than 256 MB
> powerpc/fsl-booke: Make CAM entries used for lowmem configurable
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Please pull from 'next' branch (2.6.29)
2009-01-13 20:59 ` Benjamin Herrenschmidt
@ 2009-01-13 21:17 ` Kumar Gala
2009-01-13 21:22 ` Kumar Gala
2009-01-13 23:36 ` Benjamin Herrenschmidt
0 siblings, 2 replies; 5+ messages in thread
From: Kumar Gala @ 2009-01-13 21:17 UTC (permalink / raw)
To: Benjamin Herrenschmidt; +Cc: linuxppc-dev
On Jan 13, 2009, at 2:59 PM, Benjamin Herrenschmidt wrote:
> On Tue, 2009-01-13 at 09:21 -0600, Kumar Gala wrote:
>> Please pull from 'next' branch of
>>
>> (this is my last pull request of 'next' for 2.6.29. I would like
>> to see
>> the 'powerpc: Unify opcode definitions and support' patch go in but
>> leave
>> that for you to pull in directly).
>
> This is really very very very late for these changes, most of them
> aren't bug fixes at all...
True.
>> Anton Vorontsov (4):
>> powerpc/fsl_pci: Add MPC83xx PCI-E controller RC mode support
>> powerpc/83xx: Add PCI-E support for all MPC83xx boards with
>> PCI-E
Would like to see this feature added into .29
>> powerpc/83xx: Make serial ports work on MPC8315E-RDB w/ FSL U-
>> Boots
A sort of bug fix.
>> powerpc/83xx: Move mcu_mpc8349emitx driver out of drivers/i2c/
>> chips/
At Jean's request to move i2c clients out of drivers/i2c.
>> Kumar Gala (2):
>> powerpc/fsl-booke: Cleanup init/exception setup to be runtime
>> powerpc/e500mc: Doorbells need to be taken w/exceptions disabled
can wait for .30
>> Trent Piepho (3):
>> powerpc/fsl-booke: Remove code duplication in lowmem mapping
>> powerpc/fsl-booke: Allow larger CAM sizes than 256 MB
>> powerpc/fsl-booke: Make CAM entries used for lowmem configurable
Posted we'll before.. finally got around to reviewing them.. but can
wait for .30
So the real question I have is when does your next branch start
queuing up changes for .30?
I can completely live w/these not going into .29 if they can go into
your next branch for .30
- k
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Please pull from 'next' branch (2.6.29)
2009-01-13 21:17 ` Kumar Gala
@ 2009-01-13 21:22 ` Kumar Gala
2009-01-13 23:36 ` Benjamin Herrenschmidt
1 sibling, 0 replies; 5+ messages in thread
From: Kumar Gala @ 2009-01-13 21:22 UTC (permalink / raw)
To: Kumar Gala; +Cc: linuxppc-dev list
On Jan 13, 2009, at 3:17 PM, Kumar Gala wrote:
>>>
>>> powerpc/83xx: Move mcu_mpc8349emitx driver out of drivers/i2c/
>>> chips/
>
> At Jean's request to move i2c clients out of drivers/i2c.
Getting this into .29 might be useful since its just a driver move and
saves us merge headache's later.
- k
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Please pull from 'next' branch (2.6.29)
2009-01-13 21:17 ` Kumar Gala
2009-01-13 21:22 ` Kumar Gala
@ 2009-01-13 23:36 ` Benjamin Herrenschmidt
1 sibling, 0 replies; 5+ messages in thread
From: Benjamin Herrenschmidt @ 2009-01-13 23:36 UTC (permalink / raw)
To: Kumar Gala; +Cc: linuxppc-dev
On Tue, 2009-01-13 at 15:17 -0600, Kumar Gala wrote:
> On Jan 13, 2009, at 2:59 PM, Benjamin Herrenschmidt wrote:
>
> > On Tue, 2009-01-13 at 09:21 -0600, Kumar Gala wrote:
> >> Please pull from 'next' branch of
> >>
> >> (this is my last pull request of 'next' for 2.6.29. I would like
> >> to see
> >> the 'powerpc: Unify opcode definitions and support' patch go in but
> >> leave
> >> that for you to pull in directly).
> >
> > This is really very very very late for these changes, most of them
> > aren't bug fixes at all...
>
> True.
>
> >> Anton Vorontsov (4):
> >> powerpc/fsl_pci: Add MPC83xx PCI-E controller RC mode support
> >> powerpc/83xx: Add PCI-E support for all MPC83xx boards with
> >> PCI-E
>
> Would like to see this feature added into .29
Can you either rebase with just that (and bug fixes) ? Or stick that in
another branch ?
> >> powerpc/83xx: Make serial ports work on MPC8315E-RDB w/ FSL U-
> >> Boots
>
> A sort of bug fix.
Ok.
> >> powerpc/83xx: Move mcu_mpc8349emitx driver out of drivers/i2c/
> >> chips/
>
> At Jean's request to move i2c clients out of drivers/i2c.
Ok.
> >> Kumar Gala (2):
> >> powerpc/fsl-booke: Cleanup init/exception setup to be runtime
> >> powerpc/e500mc: Doorbells need to be taken w/exceptions disabled
>
> can wait for .30
Isn't the second one a clear bug fix ?
> >> Trent Piepho (3):
> >> powerpc/fsl-booke: Remove code duplication in lowmem mapping
> >> powerpc/fsl-booke: Allow larger CAM sizes than 256 MB
> >> powerpc/fsl-booke: Make CAM entries used for lowmem configurable
>
> Posted we'll before.. finally got around to reviewing them.. but can
> wait for .30
>
> So the real question I have is when does your next branch start
> queuing up changes for .30?
Soon :-)
> I can completely live w/these not going into .29 if they can go into
> your next branch for .30
Cheers,
Ben.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-01-13 23:36 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-13 15:21 Please pull from 'next' branch (2.6.29) Kumar Gala
2009-01-13 20:59 ` Benjamin Herrenschmidt
2009-01-13 21:17 ` Kumar Gala
2009-01-13 21:22 ` Kumar Gala
2009-01-13 23:36 ` Benjamin Herrenschmidt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).