* Please pull from for-2.6.24
@ 2007-09-13 20:55 Kumar Gala
2007-09-14 14:02 ` Kumar Gala
0 siblings, 1 reply; 7+ messages in thread
From: Kumar Gala @ 2007-09-13 20:55 UTC (permalink / raw)
To: Paul Mackerras; +Cc: linuxppc-dev
Please pull from 'for-2.6.24' branch of
master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc.git for-2.6.24
to receive the following updates:
arch/powerpc/boot/dts/holly.dts | 1
arch/powerpc/boot/dts/kuroboxHD.dts | 6
arch/powerpc/boot/dts/kuroboxHG.dts | 6
arch/powerpc/boot/dts/lite5200.dts | 49
arch/powerpc/boot/dts/lite5200b.dts | 59
arch/powerpc/boot/dts/mpc7448hpc2.dts | 17
arch/powerpc/boot/dts/mpc8272ads.dts | 5
arch/powerpc/boot/dts/mpc8313erdb.dts | 63
arch/powerpc/boot/dts/mpc832x_mds.dts | 122 -
arch/powerpc/boot/dts/mpc832x_rdb.dts | 72 -
arch/powerpc/boot/dts/mpc8349emitx.dts | 98 -
arch/powerpc/boot/dts/mpc8349emitxgp.dts | 47
arch/powerpc/boot/dts/mpc834x_mds.dts | 243 +--
arch/powerpc/boot/dts/mpc836x_mds.dts | 123 -
arch/powerpc/boot/dts/mpc8540ads.dts | 175 +-
arch/powerpc/boot/dts/mpc8541cds.dts | 196 +--
arch/powerpc/boot/dts/mpc8544ds.dts | 377 +++--
arch/powerpc/boot/dts/mpc8548cds.dts | 404 +++---
arch/powerpc/boot/dts/mpc8555cds.dts | 196 +--
arch/powerpc/boot/dts/mpc8560ads.dts | 185 +-
arch/powerpc/boot/dts/mpc8568mds.dts | 4
arch/powerpc/boot/dts/mpc8572ds.dts | 404 ++++++
arch/powerpc/boot/dts/mpc8641_hpcn.dts | 275 ++--
arch/powerpc/boot/dts/mpc866ads.dts | 5
arch/powerpc/boot/dts/mpc885ads.dts | 5
arch/powerpc/boot/dts/prpmc2800.dts | 1
arch/powerpc/configs/mpc8544_ds_defconfig | 2
arch/powerpc/configs/mpc8572_ds_defconfig | 1496 +++++++++++++++++++++++
arch/powerpc/kernel/align.c | 250 +++
arch/powerpc/kernel/cputable.c | 23
arch/powerpc/kernel/entry_32.S | 4
arch/powerpc/kernel/head_32.S | 17
arch/powerpc/kernel/head_40x.S | 12
arch/powerpc/kernel/head_44x.S | 6
arch/powerpc/kernel/head_8xx.S | 9
arch/powerpc/kernel/head_fsl_booke.S | 6
arch/powerpc/kernel/process.c | 15
arch/powerpc/kernel/ptrace.c | 6
arch/powerpc/kernel/vmlinux.lds.S | 2
arch/powerpc/platforms/83xx/mpc8313_rdb.c | 2
arch/powerpc/platforms/83xx/mpc832x_mds.c | 1
arch/powerpc/platforms/83xx/mpc832x_rdb.c | 48
arch/powerpc/platforms/83xx/mpc834x_itx.c | 2
arch/powerpc/platforms/83xx/mpc834x_mds.c | 2
arch/powerpc/platforms/83xx/mpc836x_mds.c | 1
arch/powerpc/platforms/83xx/mpc83xx.h | 2
arch/powerpc/platforms/83xx/pci.c | 7
arch/powerpc/platforms/85xx/Kconfig | 8
arch/powerpc/platforms/85xx/Makefile | 2
arch/powerpc/platforms/85xx/mpc8544_ds.c | 188 --
arch/powerpc/platforms/85xx/mpc85xx_ads.c | 13
arch/powerpc/platforms/85xx/mpc85xx_cds.c | 13
arch/powerpc/platforms/85xx/mpc85xx_ds.c | 227 +++
arch/powerpc/platforms/85xx/mpc85xx_mds.c | 11
arch/powerpc/platforms/86xx/mpc86xx_hpcn.c | 14
arch/powerpc/platforms/embedded6xx/linkstation.c | 1
arch/powerpc/platforms/embedded6xx/ls_uart.c | 14
arch/powerpc/sysdev/fsl_pci.c | 2
arch/powerpc/sysdev/fsl_soc.c | 114 +
arch/powerpc/sysdev/fsl_soc.h | 7
drivers/net/ucc_geth_mii.c | 1
drivers/serial/mpc52xx_uart.c | 2
include/asm-powerpc/cputable.h | 26
include/asm-powerpc/immap_86xx.h | 151 --
include/asm-powerpc/io.h | 23
include/asm-powerpc/ppc_asm.h | 4
include/asm-powerpc/qe.h | 3
include/asm-ppc/io.h | 3
include/linux/pci_ids.h | 2
69 files changed, 4049 insertions(+), 1831 deletions(-)
Anton Vorontsov (3):
[POWERPC] QE: extern par_io_config_pin and par_io_data_set funcs
[POWERPC] fsl_soc: add support for fsl_spi
[POWERPC] MPC832x_RDB: Update dts to use SPI1 in QE, register mmc_spi stub
Guennadi Liakhovetski (1):
[POWERPC] linkstation updates
John Rigby (1):
[POWERPC] 52xx: Fix mpc52xx_uart_of_assign to use correct index
Jon Loeliger (2):
[POWERPC] 86xx: Remove unnecessary loops_per_jiffy initialization code.
[POWERPC] 85xx: Remove unnecessary loops_per_jiffy initialization code.
Kumar Gala (10):
ucc_geth: kill unused include
[POWERPC] 85xx: Renamed mpc8544_ds.c to mpc85xx_ds.c
[POWERPC] 85xx: Clean up from 85xx_ds rename
[POWERPC] Handle alignment faults on SPE load/store instructions
[POWERPC] 85xx: Add basic Uniprocessor MPC8572 DS port
[POWERPC] DTS cleanup
[POWERPC] Move PCI nodes to be sibilings with SOC nodes
[POWERPC] 83xx: Removed PCI exclude of PHB
[POWERPC] Add cpu feature for SPE handling
[POWERPC] Fix modpost warnings from head*.S on ppc32
Roy Zang (1):
[POWERPC] Update mpc7448hpc2 device tree to be compatible for tsi109 chip
Scott Wood (2):
[POWERPC] fsl_soc.c cleanup
[PPC] Add clrbits8 and setbits8.
Timur Tabi (2):
[POWERPC] add clrsetbits macros
[POWERPC] 86xx: Fix definition of global-utilites structure
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Please pull from for-2.6.24
2007-09-13 20:55 Please pull from for-2.6.24 Kumar Gala
@ 2007-09-14 14:02 ` Kumar Gala
2007-09-14 17:25 ` Josh Boyer
0 siblings, 1 reply; 7+ messages in thread
From: Kumar Gala @ 2007-09-14 14:02 UTC (permalink / raw)
To: Kumar Gala; +Cc: linuxppc-dev, Paul Mackerras
On Sep 13, 2007, at 3:55 PM, Kumar Gala wrote:
> Please pull from 'for-2.6.24' branch of
>
> master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc.git
> for-2.6.24
>
> to receive the following updates:
I've updated the branch with the following changes:
> Anton Vorontsov (3):
> [POWERPC] MPC832x_RDB: Update dts to use SPI1 in QE, register
> mmc_spi stub
Updated commit message. (let me know if you want me to drop this for
now and wait til mmc_spi gets merged)
> Roy Zang (1):
> [POWERPC] Update mpc7448hpc2 device tree to be compatible for
> tsi109 chip
Dropped for now. I doubt we want this based on Segher's comments.
(pretty sure its a ts108 on the hpc2 board).
- k
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Please pull from for-2.6.24
2007-09-14 14:02 ` Kumar Gala
@ 2007-09-14 17:25 ` Josh Boyer
2007-09-14 18:24 ` Kumar Gala
2007-11-16 5:54 ` Zang Roy-r61911
0 siblings, 2 replies; 7+ messages in thread
From: Josh Boyer @ 2007-09-14 17:25 UTC (permalink / raw)
To: Kumar Gala; +Cc: linuxppc-dev, Paul Mackerras
On Fri, 14 Sep 2007 09:02:04 -0500
Kumar Gala <galak@kernel.crashing.org> wrote:
>
> On Sep 13, 2007, at 3:55 PM, Kumar Gala wrote:
>
> > Please pull from 'for-2.6.24' branch of
> >
> > master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc.git
> > for-2.6.24
> >
> > to receive the following updates:
>
> I've updated the branch with the following changes:
>
> > Anton Vorontsov (3):
> > [POWERPC] MPC832x_RDB: Update dts to use SPI1 in QE, register
> > mmc_spi stub
>
> Updated commit message. (let me know if you want me to drop this for
> now and wait til mmc_spi gets merged)
>
> > Roy Zang (1):
> > [POWERPC] Update mpc7448hpc2 device tree to be compatible for
> > tsi109 chip
>
> Dropped for now. I doubt we want this based on Segher's comments.
> (pretty sure its a ts108 on the hpc2 board).
It is a tsi108 on hpc2. Holly has tsi109. From a Linux perspective,
there is no difference. And the comment Segher made on the list was
"Looks good, thanks!" So what other comment are you talking about?
josh
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Please pull from for-2.6.24
2007-09-14 17:25 ` Josh Boyer
@ 2007-09-14 18:24 ` Kumar Gala
2007-09-14 18:37 ` Josh Boyer
2007-11-16 5:54 ` Zang Roy-r61911
1 sibling, 1 reply; 7+ messages in thread
From: Kumar Gala @ 2007-09-14 18:24 UTC (permalink / raw)
To: Josh Boyer; +Cc: linuxppc-dev@ozlabs.org list, Paul Mackerras
>>> Roy Zang (1):
>>> [POWERPC] Update mpc7448hpc2 device tree to be compatible for
>>> tsi109 chip
>>
>> Dropped for now. I doubt we want this based on Segher's comments.
>> (pretty sure its a ts108 on the hpc2 board).
>
> It is a tsi108 on hpc2. Holly has tsi109. From a Linux perspective,
> there is no difference. And the comment Segher made on the list was
> "Looks good, thanks!" So what other comment are you talking about?
I think that was to the .dts clean ups. The patch from Roy wasn't
part of that.
http://ozlabs.org/pipermail/linuxppc-dev/2007-September/042499.html
But, I think segher is right in saying we should have tsi109 props if
the HW is actually tsi108.
- k
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Please pull from for-2.6.24
2007-09-14 17:25 ` Josh Boyer
2007-09-14 18:24 ` Kumar Gala
@ 2007-11-16 5:54 ` Zang Roy-r61911
1 sibling, 0 replies; 7+ messages in thread
From: Zang Roy-r61911 @ 2007-11-16 5:54 UTC (permalink / raw)
To: Josh Boyer; +Cc: linuxppc-dev list, Paul Mackerras
On Sat, 2007-09-15 at 01:25, Josh Boyer wrote:
> On Fri, 14 Sep 2007 09:02:04 -0500
> Kumar Gala <galak@kernel.crashing.org> wrote:
>
> >
> > On Sep 13, 2007, at 3:55 PM, Kumar Gala wrote:
> >
> > > Please pull from 'for-2.6.24' branch of
> > >
> > > master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc.git
> > > for-2.6.24
> > >
> > > to receive the following updates:
> >
> > I've updated the branch with the following changes:
> >
> > > Anton Vorontsov (3):
> > > [POWERPC] MPC832x_RDB: Update dts to use SPI1 in QE,
> register
> > > mmc_spi stub
> >
> > Updated commit message. (let me know if you want me to drop this
> for
> > now and wait til mmc_spi gets merged)
> >
> > > Roy Zang (1):
> > > [POWERPC] Update mpc7448hpc2 device tree to be compatible
> for
> > > tsi109 chip
> >
> > Dropped for now. I doubt we want this based on Segher's comments.
> > (pretty sure its a ts108 on the hpc2 board).
>
> It is a tsi108 on hpc2. Holly has tsi109. From a Linux perspective,
> there is no difference. And the comment Segher made on the list was
> "Looks good, thanks!" So what other comment are you talking about?
Hi, guys
In fact, I was confused by this chain.
Original hpc2 owns tsi108, but the new manufactured board has tsi109.
Roy
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2007-11-16 5:52 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-13 20:55 Please pull from for-2.6.24 Kumar Gala
2007-09-14 14:02 ` Kumar Gala
2007-09-14 17:25 ` Josh Boyer
2007-09-14 18:24 ` Kumar Gala
2007-09-14 18:37 ` Josh Boyer
2007-09-14 18:49 ` Segher Boessenkool
2007-11-16 5:54 ` Zang Roy-r61911
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).