* Patches added to master/for-2.6.25 branch of powerpc.git @ 2008-01-17 4:39 Paul Mackerras 2008-01-17 4:58 ` Olof Johansson ` (3 more replies) 0 siblings, 4 replies; 13+ messages in thread From: Paul Mackerras @ 2008-01-17 4:39 UTC (permalink / raw) To: linuxppc-dev Includes commits pulled from Josh Boyer's tree. Anton Vorontsov (1): [POWERPC] booting-without-of: localbus should not include board name Cyrill Gorcunov (3): [POWERPC] Use for_each macros in arch/powerpc/sysdev [POWERPC] Use for_each macros in arch/powerpc/kernel [POWERPC] Use for_each macros in arch/powerpc/platforms/powermac Geert Uytterhoeven (1): [POWERPC] Kill sparse warning in HPTE_V_COMPARE() Grant Likely (4): [POWERPC] 4xx: typo in calling machine_device_initcall() for Sequoia board [POWERPC] Add of_find_matching_node() helper function [POWERPC] powermac: Use machine_*_initcall() hooks in platform code [POWERPC] cell: Use machine_*_initcall() hooks in platform code Hollis Blanchard (1): [POWERPC] 4xx: enable built-in networking for Sequoia defconfig Jochen Friedrich (1): [POWERPC] Update .gitignore files Jon Loeliger (1): [POWERPC] Use <linux/of_{platform, device}.h> and not <asm/...> variants. Jon Tollefson (1): [POWERPC] Add hugepagesz boot-time parameter Mark A. Greer (1): [POWERPC] #address-cells & #size-cells properties are not inherited Matthias Fuchs (1): [POWERPC] 4xx: Add 405GPr and 405EP support in boot wrapper Stefan Roese (2): [POWERPC] 4xx: Add EMAC support to Kilauea defconfig [POWERPC] 4xx: PCIe: Increase max busses per port to 64 Stephen Neuendorffer (5): [POWERPC] Xilinx: update compatible list for interrupt controller [POWERPC] Xilinx: Add correct compatible list for device tree bus bindings. [POWERPC] Xilinx: Update booting-without-of. [POWERPC] Xilinx: updated device tree compatibility to match uboot bsp generator. [POWERPC] Xilinx uartlite: Section type fixups Stephen Rothwell (10): [POWERPC] The pci_dn class_code is only used by EEH [POWERPC] The pci_dn pcidev is only used by EEH [POWERPC] iSeries: eliminate pci_dn bussubno [POWERPC] eeh.c: Use for_each_child_of_node [POWERPC] pci_32.c: Use for_each_child_of_node [POWERPC] therm_pm72: Suppress some compile warnings [POWERPC] arch/powerpc/kernel: Use for_each_child_of_node [POWERPC] therm_windtunnel: Eliminate some build warnings [POWERPC] therm_adt746x: Eliminate some build warnings [POWERPC] Check that the syscall table matches the syscall numbers ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Patches added to master/for-2.6.25 branch of powerpc.git 2008-01-17 4:39 Patches added to master/for-2.6.25 branch of powerpc.git Paul Mackerras @ 2008-01-17 4:58 ` Olof Johansson 2008-01-17 5:25 ` Paul Mackerras 2008-01-17 14:59 ` Anton Vorontsov ` (2 subsequent siblings) 3 siblings, 1 reply; 13+ messages in thread From: Olof Johansson @ 2008-01-17 4:58 UTC (permalink / raw) To: Paul Mackerras; +Cc: linuxppc-dev Hi, On Thu, Jan 17, 2008 at 03:39:07PM +1100, Paul Mackerras wrote: > Includes commits pulled from Josh Boyer's tree. Any reason for why you didn't pull from mine? Thanks, -Olof ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Patches added to master/for-2.6.25 branch of powerpc.git 2008-01-17 4:58 ` Olof Johansson @ 2008-01-17 5:25 ` Paul Mackerras 0 siblings, 0 replies; 13+ messages in thread From: Paul Mackerras @ 2008-01-17 5:25 UTC (permalink / raw) To: Olof Johansson; +Cc: linuxppc-dev Olof Johansson writes: > Any reason for why you didn't pull from mine? Sorry, just an oversight. Pulled and pushed out now. Paul. ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Patches added to master/for-2.6.25 branch of powerpc.git 2008-01-17 4:39 Patches added to master/for-2.6.25 branch of powerpc.git Paul Mackerras 2008-01-17 4:58 ` Olof Johansson @ 2008-01-17 14:59 ` Anton Vorontsov 2008-01-17 15:11 ` Kumar Gala 2008-01-17 15:01 ` Marian Balakowicz 2008-01-17 15:52 ` Grant Likely 3 siblings, 1 reply; 13+ messages in thread From: Anton Vorontsov @ 2008-01-17 14:59 UTC (permalink / raw) To: Paul Mackerras; +Cc: linuxppc-dev Hello Paul, Kumar, On Thu, Jan 17, 2008 at 03:39:07PM +1100, Paul Mackerras wrote: > Includes commits pulled from Josh Boyer's tree. Um.. Probably I'm being importunate.. if so, just command me to sit silent and wait. ;-) But how about these down here? Ones that touches drivers/net/ are having "Acked-by: Jeff Garzik <jeff@garzik.org>" thus meant to go through one of powerpc tree. Not sure through which one exactly. http://ozlabs.org/pipermail/linuxppc-dev/2007-December/047777.html http://ozlabs.org/pipermail/linuxppc-dev/2007-December/047778.html http://ozlabs.org/pipermail/linuxppc-dev/2007-December/047779.html ^^ are mandatory to make MPC8349E-mITX's ENET1-ENET5 actually work. Plus, as you may notice all of them having "777" in the message id, they ought to be lucky, despite that today they're applying with fuzz. :-) http://ozlabs.org/pipermail/linuxppc-dev/2007-December/048473.html ^^ fixed phy support for fs_enet. Needed for some other boards, I presume. Thanks! -- Anton Vorontsov email: cbou@mail.ru backup email: ya-cbou@yandex.ru irc://irc.freenode.net/bd2 ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Patches added to master/for-2.6.25 branch of powerpc.git 2008-01-17 14:59 ` Anton Vorontsov @ 2008-01-17 15:11 ` Kumar Gala 2008-01-17 15:34 ` Anton Vorontsov 2008-01-17 19:29 ` Jochen Friedrich 0 siblings, 2 replies; 13+ messages in thread From: Kumar Gala @ 2008-01-17 15:11 UTC (permalink / raw) To: avorontsov; +Cc: linuxppc-dev list, Paul Mackerras On Jan 17, 2008, at 8:59 AM, Anton Vorontsov wrote: > Hello Paul, Kumar, > > On Thu, Jan 17, 2008 at 03:39:07PM +1100, Paul Mackerras wrote: >> Includes commits pulled from Josh Boyer's tree. > > Um.. Probably I'm being importunate.. if so, just command me to sit > silent and wait. ;-) But how about these down here? Ones that touches > drivers/net/ are having "Acked-by: Jeff Garzik <jeff@garzik.org>" > thus meant to go through one of powerpc tree. Not sure through which > one exactly. > > http://ozlabs.org/pipermail/linuxppc-dev/2007-December/047777.html > http://ozlabs.org/pipermail/linuxppc-dev/2007-December/047778.html > http://ozlabs.org/pipermail/linuxppc-dev/2007-December/047779.html > > ^^ are mandatory to make MPC8349E-mITX's ENET1-ENET5 actually work. > Plus, as you may notice all of them having "777" in the message id, > they ought to be lucky, despite that today they're applying with > fuzz. :-) I've got these in my queue to apply. If I have issues I'll ping you for a respin. > http://ozlabs.org/pipermail/linuxppc-dev/2007-December/048473.html > > ^^ fixed phy support for fs_enet. Needed for some other boards, I > presume. Hmm, its vitaly picking this one up? if not I can. - k ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Patches added to master/for-2.6.25 branch of powerpc.git 2008-01-17 15:11 ` Kumar Gala @ 2008-01-17 15:34 ` Anton Vorontsov 2008-01-17 19:29 ` Jochen Friedrich 1 sibling, 0 replies; 13+ messages in thread From: Anton Vorontsov @ 2008-01-17 15:34 UTC (permalink / raw) To: Kumar Gala; +Cc: linuxppc-dev list, Paul Mackerras On Thu, Jan 17, 2008 at 09:11:00AM -0600, Kumar Gala wrote: > > On Jan 17, 2008, at 8:59 AM, Anton Vorontsov wrote: > > >Hello Paul, Kumar, > > > >On Thu, Jan 17, 2008 at 03:39:07PM +1100, Paul Mackerras wrote: > >>Includes commits pulled from Josh Boyer's tree. > > > >Um.. Probably I'm being importunate.. if so, just command me to sit > >silent and wait. ;-) But how about these down here? Ones that touches > >drivers/net/ are having "Acked-by: Jeff Garzik <jeff@garzik.org>" > >thus meant to go through one of powerpc tree. Not sure through which > >one exactly. > > > >http://ozlabs.org/pipermail/linuxppc-dev/2007-December/047777.html > >http://ozlabs.org/pipermail/linuxppc-dev/2007-December/047778.html > >http://ozlabs.org/pipermail/linuxppc-dev/2007-December/047779.html > > > >^^ are mandatory to make MPC8349E-mITX's ENET1-ENET5 actually work. > >Plus, as you may notice all of them having "777" in the message id, > >they ought to be lucky, despite that today they're applying with > >fuzz. :-) > > I've got these in my queue to apply. Great, good to know. Thanks. > If I have issues I'll ping you for a respin. Sure thing. > >http://ozlabs.org/pipermail/linuxppc-dev/2007-December/048473.html > > > >^^ fixed phy support for fs_enet. Needed for some other boards, I > >presume. > > Hmm, its vitaly picking this one up? if not I can. Ah, right. I just forgot that Vitaly resumed his tree. Thanks, -- Anton Vorontsov email: cbou@mail.ru backup email: ya-cbou@yandex.ru irc://irc.freenode.net/bd2 ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Patches added to master/for-2.6.25 branch of powerpc.git 2008-01-17 15:11 ` Kumar Gala 2008-01-17 15:34 ` Anton Vorontsov @ 2008-01-17 19:29 ` Jochen Friedrich 1 sibling, 0 replies; 13+ messages in thread From: Jochen Friedrich @ 2008-01-17 19:29 UTC (permalink / raw) To: Kumar Gala; +Cc: linuxppc-dev list, Paul Mackerras Hi Kumar, >> http://ozlabs.org/pipermail/linuxppc-dev/2007-December/048473.html >> >> ^^ fixed phy support for fs_enet. Needed for some other boards, I >> presume. > > Hmm, its vitaly picking this one up? if not I can. That would be great. Jeff Garzik agreed to have this patch go through the PowerPC tree and this patch is dependent on the other fixed-phy patches. Thanks, Jochen ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Patches added to master/for-2.6.25 branch of powerpc.git 2008-01-17 4:39 Patches added to master/for-2.6.25 branch of powerpc.git Paul Mackerras 2008-01-17 4:58 ` Olof Johansson 2008-01-17 14:59 ` Anton Vorontsov @ 2008-01-17 15:01 ` Marian Balakowicz 2008-01-18 0:56 ` Stephen Rothwell 2008-01-17 15:52 ` Grant Likely 3 siblings, 1 reply; 13+ messages in thread From: Marian Balakowicz @ 2008-01-17 15:01 UTC (permalink / raw) To: Paul Mackerras; +Cc: linuxppc-dev Hi, Paul Mackerras wrote: > Includes commits pulled from Josh Boyer's tree. > Will you be willing to pick up this one? It's a generic powerpc patch, so I'm not sure where else to direct it. [POWERPC] Add 'model: ...' line to common show_cpuinfo() http://patchwork.ozlabs.org/linuxppc/patch?id=14661 Thanks, m. ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Patches added to master/for-2.6.25 branch of powerpc.git 2008-01-17 15:01 ` Marian Balakowicz @ 2008-01-18 0:56 ` Stephen Rothwell 0 siblings, 0 replies; 13+ messages in thread From: Stephen Rothwell @ 2008-01-18 0:56 UTC (permalink / raw) To: Paul Mackerras; +Cc: linuxppc-dev [-- Attachment #1: Type: text/plain, Size: 254 bytes --] How about "[POWERPC] make ibmebus use of_(un)register_driver" (http://patchwork.ozlabs.org/linuxppc/patch?id=16128)? It was acked by Joachim. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Patches added to master/for-2.6.25 branch of powerpc.git 2008-01-17 4:39 Patches added to master/for-2.6.25 branch of powerpc.git Paul Mackerras ` (2 preceding siblings ...) 2008-01-17 15:01 ` Marian Balakowicz @ 2008-01-17 15:52 ` Grant Likely 2008-01-18 4:36 ` Paul Mackerras 3 siblings, 1 reply; 13+ messages in thread From: Grant Likely @ 2008-01-17 15:52 UTC (permalink / raw) To: Paul Mackerras; +Cc: linuxppc-dev Paul, can you also please pull the following 52xx changes? Thanks, g. The following changes since commit 52920df4aa9dd25836b8ed4dc0b177ea14c09e53: Paul Mackerras (1): Merge branch 'for-2.6.25' of master.kernel.org:/.../olof/pasemi into for-2.6.25 are available in the git repository at: git://git.secretlab.ca/git/linux-2.6-mpc52xx.git for-2.6.25 Grant Likely (1): [POWERPC] mpc5200: eliminate mpc52xx_*_map_*() functions. Marian Balakowicz (9): Add 'fsl, lpb' bus type for MPC5200 LocalPlus Bus Add common mpc52xx_setup_pci() routine TQM5200 DTS TQM5200 defconfig CM5200 DTS CM5200 defconfig Promess Motion-PRO DTS Promess Motion-PRO defconfig Add generic support for simple MPC5200 based boards arch/powerpc/boot/dts/cm5200.dts | 236 +++++ arch/powerpc/boot/dts/lite5200.dts | 2 +- arch/powerpc/boot/dts/lite5200b.dts | 2 +- arch/powerpc/boot/dts/motionpro.dts | 309 ++++++ arch/powerpc/boot/dts/tqm5200.dts | 184 ++++ arch/powerpc/configs/cm5200_defconfig | 1031 ++++++++++++++++++++ arch/powerpc/configs/motionpro_defconfig | 989 +++++++++++++++++++ arch/powerpc/configs/tqm5200_defconfig | 1306 ++++++++++++++++++++++++++ arch/powerpc/platforms/52xx/Kconfig | 22 +- arch/powerpc/platforms/52xx/Makefile | 1 + arch/powerpc/platforms/52xx/lite5200.c | 22 +- arch/powerpc/platforms/52xx/lite5200_pm.c | 6 +- arch/powerpc/platforms/52xx/mpc5200_simple.c | 85 ++ arch/powerpc/platforms/52xx/mpc52xx_common.c | 63 +- arch/powerpc/platforms/52xx/mpc52xx_pci.c | 14 + arch/powerpc/platforms/52xx/mpc52xx_pic.c | 8 +- arch/powerpc/platforms/52xx/mpc52xx_pm.c | 8 +- drivers/spi/mpc52xx_psc_spi.c | 9 +- include/asm-powerpc/mpc52xx.h | 7 +- 19 files changed, 4234 insertions(+), 70 deletions(-) create mode 100644 arch/powerpc/boot/dts/cm5200.dts create mode 100644 arch/powerpc/boot/dts/motionpro.dts create mode 100644 arch/powerpc/boot/dts/tqm5200.dts create mode 100644 arch/powerpc/configs/cm5200_defconfig create mode 100644 arch/powerpc/configs/motionpro_defconfig create mode 100644 arch/powerpc/configs/tqm5200_defconfig create mode 100644 arch/powerpc/platforms/52xx/mpc5200_simple.c -- Grant Likely, B.Sc., P.Eng. Secret Lab Technologies Ltd. ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Patches added to master/for-2.6.25 branch of powerpc.git 2008-01-17 15:52 ` Grant Likely @ 2008-01-18 4:36 ` Paul Mackerras 2008-01-18 5:53 ` Grant Likely 0 siblings, 1 reply; 13+ messages in thread From: Paul Mackerras @ 2008-01-18 4:36 UTC (permalink / raw) To: Grant Likely; +Cc: linuxppc-dev Grant Likely writes: > Paul, can you also please pull the following 52xx changes? Could you please re-do your tree and make sure the headline for each commit starts with "[POWERPC]" (unless it isn't powerpc-specific, in which case it probably shouldn't be in your tree...). Thanks, Paul. ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Patches added to master/for-2.6.25 branch of powerpc.git 2008-01-18 4:36 ` Paul Mackerras @ 2008-01-18 5:53 ` Grant Likely 2008-01-21 18:53 ` Grant Likely 0 siblings, 1 reply; 13+ messages in thread From: Grant Likely @ 2008-01-18 5:53 UTC (permalink / raw) To: Paul Mackerras; +Cc: linuxppc-dev On 1/17/08, Paul Mackerras <paulus@samba.org> wrote: > Grant Likely writes: > > > Paul, can you also please pull the following 52xx changes? > > Could you please re-do your tree and make sure the headline for each > commit starts with "[POWERPC]" (unless it isn't powerpc-specific, in > which case it probably shouldn't be in your tree...). Oops, I thought I had done that. Sorry, I'll get that respun ASAP. Cheers, g. -- Grant Likely, B.Sc., P.Eng. Secret Lab Technologies Ltd. ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Patches added to master/for-2.6.25 branch of powerpc.git 2008-01-18 5:53 ` Grant Likely @ 2008-01-21 18:53 ` Grant Likely 0 siblings, 0 replies; 13+ messages in thread From: Grant Likely @ 2008-01-21 18:53 UTC (permalink / raw) To: Paul Mackerras; +Cc: linuxppc-dev On 1/17/08, Grant Likely <grant.likely@secretlab.ca> wrote: > On 1/17/08, Paul Mackerras <paulus@samba.org> wrote: > > Grant Likely writes: > > > > > Paul, can you also please pull the following 52xx changes? > > > > Could you please re-do your tree and make sure the headline for each > > commit starts with "[POWERPC]" (unless it isn't powerpc-specific, in > > which case it probably shouldn't be in your tree...). > > Oops, I thought I had done that. Sorry, I'll get that respun ASAP. Here you go; respun the 52xx patches as you requested. Please pull. Also, can you please merge your 2.6.25 branch with Linus' top of tree? There are some more patches which I'm withholding until then because they'll cause nasty merge conflicts otherwise. Thanks, g. The following changes since commit 52920df4aa9dd25836b8ed4dc0b177ea14c09e53: Paul Mackerras (1): Merge branch 'for-2.6.25' of master.kernel.org:/.../olof/pasemi into for-2.6.25 are available in the git repository at: git://git.secretlab.ca/git/linux-2.6-mpc52xx.git for-2.6.25 Grant Likely (2): [POWERPC] mpc5200: eliminate mpc52xx_*_map_*() functions. [POWERPC] mpc5200: merge defconfigs for all mpc5200 boards John Rigby (2): [POWERPC] Separate MPC52xx PSC FIFO registers from rest of PSC [POWERPC] mpc5200: Cleanup checkpatch.pl problems in mpc52xx_uart.c Marian Balakowicz (6): [POWERPC] mpc5200: Add 'fsl,lpb' bus type for localplus bus [POWERPC] mpc5200: Add common mpc52xx_setup_pci() routine [POWERPC] mpc5200: Add TQM5200 DTS [POWERPC] mpc5200: add CM5200 DTS [POWERPC] mpc5200: Add Promess Motion-PRO DTS [POWERPC] mpc5200: Add generic support for simple MPC5200 based boards arch/powerpc/boot/dts/cm5200.dts | 236 +++++ arch/powerpc/boot/dts/lite5200.dts | 2 +- arch/powerpc/boot/dts/lite5200b.dts | 2 +- arch/powerpc/boot/dts/motionpro.dts | 309 ++++++ arch/powerpc/boot/dts/tqm5200.dts | 184 ++++ arch/powerpc/configs/lite5200_defconfig | 847 ----------------- arch/powerpc/configs/mpc5200_defconfig | 1286 ++++++++++++++++++++++++++ arch/powerpc/platforms/52xx/Kconfig | 27 +- arch/powerpc/platforms/52xx/Makefile | 1 + arch/powerpc/platforms/52xx/lite5200.c | 22 +- arch/powerpc/platforms/52xx/lite5200_pm.c | 6 +- arch/powerpc/platforms/52xx/mpc5200_simple.c | 85 ++ arch/powerpc/platforms/52xx/mpc52xx_common.c | 63 +- arch/powerpc/platforms/52xx/mpc52xx_pci.c | 14 + arch/powerpc/platforms/52xx/mpc52xx_pic.c | 8 +- arch/powerpc/platforms/52xx/mpc52xx_pm.c | 8 +- drivers/serial/mpc52xx_uart.c | 210 +++-- drivers/spi/mpc52xx_psc_spi.c | 9 +- include/asm-powerpc/mpc52xx.h | 7 +- include/asm-powerpc/mpc52xx_psc.h | 3 + include/asm-ppc/mpc52xx_psc.h | 3 + 21 files changed, 2317 insertions(+), 1015 deletions(-) create mode 100644 arch/powerpc/boot/dts/cm5200.dts create mode 100644 arch/powerpc/boot/dts/motionpro.dts create mode 100644 arch/powerpc/boot/dts/tqm5200.dts delete mode 100644 arch/powerpc/configs/lite5200_defconfig create mode 100644 arch/powerpc/configs/mpc5200_defconfig create mode 100644 arch/powerpc/platforms/52xx/mpc5200_simple.c > > Cheers, > g. > > -- > Grant Likely, B.Sc., P.Eng. > Secret Lab Technologies Ltd. > -- Grant Likely, B.Sc., P.Eng. Secret Lab Technologies Ltd. ^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2008-01-21 18:53 UTC | newest] Thread overview: 13+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2008-01-17 4:39 Patches added to master/for-2.6.25 branch of powerpc.git Paul Mackerras 2008-01-17 4:58 ` Olof Johansson 2008-01-17 5:25 ` Paul Mackerras 2008-01-17 14:59 ` Anton Vorontsov 2008-01-17 15:11 ` Kumar Gala 2008-01-17 15:34 ` Anton Vorontsov 2008-01-17 19:29 ` Jochen Friedrich 2008-01-17 15:01 ` Marian Balakowicz 2008-01-18 0:56 ` Stephen Rothwell 2008-01-17 15:52 ` Grant Likely 2008-01-18 4:36 ` Paul Mackerras 2008-01-18 5:53 ` Grant Likely 2008-01-21 18:53 ` Grant Likely
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).