* More commits added to powerpc.git next and master branches
@ 2008-12-16 5:10 Paul Mackerras
2008-12-16 7:04 ` Benjamin Herrenschmidt
` (3 more replies)
0 siblings, 4 replies; 8+ messages in thread
From: Paul Mackerras @ 2008-12-16 5:10 UTC (permalink / raw)
To: linuxppc-dev
I have added the following commits to the next and master branches of
my powerpc.git tree (including commits pulled from Kumar's tree). I
have also pulled in Linus' current tree and the 3 commits that I just
asked him to pull.
Paul.
Anton Vorontsov (2):
powerpc/qe: Move cmxgcr_lock definition from the ucc.c into the qe.c
powerpc: Remove `have_of' global variable
Becky Bruce (1):
powerpc: Fix !CONFIG_PPC_NEED_DMA_SYNC_OPS build warning
Benjamin Herrenschmidt (5):
powerpc: Fix bogus cache flushing on all 40x and BookE processors v2
powerpc: Fix asm EMIT_BUG_ENTRY with !CONFIG_BUG
powerpc/mm: Add local_flush_tlb_mm() to SW loaded TLB implementations
powerpc/mm: Rename tlb_32.c and tlb_64.c to tlb_hash32.c and tlb_hash64.c
powerpc/mm: Remove flush_HPTE()
FUJITA Tomonori (1):
powerpc: Remove dead BIO_VMERGE_BOUNDARY definition
Geert Uytterhoeven (1):
powerpc/ps3: Add sub-match id modalias support
Geoff Levand (2):
powerpc: Fix typo in pgtable-ppc64.h
powerpc/ps3: Quiet dmesg output
Haiying Wang (3):
powerpc/85xx: Add localbus node in mpc8572ds dts file
powerpc/85xx: Don't reset the MPIC for CAMP mode on MPC8572DS
powerpc/85xx: Create dts for each core in CAMP mode for MPC8572DS
Josh Boyer (1):
powerpc: Introduce ppc_pci_flags accessors
Kay Sievers (2):
powerpc: struct device - replace bus_id with dev_name(), dev_set_name()
rapidio: struct device - replace bus_id with dev_name(), dev_set_name()
Kumar Gala (5):
powerpc: Remove unncessary SPE related compiler flag
powerpc/85xx: minor head_fsl_booke.S cleanup
powerpc/85xx: Add support for SMP initialization
powerpc/85xx: Fix compile warnings in mpc85xx_mds.c
powerpc/85xx: Fix compile issues with mpc8572ds.dts
Liu Yu (4):
powerpc/math-emu: Fix single float point division bug
powerpc/math-emu: Adopt new version of _FP_CHOOSENAN
powerpc/math-emu: Remove redundant 'ret'
powerpc: Add SPE/EFP math emulation for E500v1/v2 processors.
Martyn Welch (2):
powerpc/86xx: Add use of Epson RTX-8581 RTC to GE Fanuc SBC610 dts
powerpc/86xx: Basic GPIO support for GE Fanuc SBC610
Nathan Lynch (3):
powerpc: Move smp_hw_index to 32-bit code
powerpc/powermac: Use set_hard_smp_processor_id() instead of smp_hw_index
powerpc/pseries: Check for GIQ indicator before calling set-indicator
Nicolas Palix (1):
powerpc/chrp: Add missing of_node_put in pci.c
Trent Piepho (1):
powerpc: Better setup of boot page TLB entry
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: More commits added to powerpc.git next and master branches
2008-12-16 5:10 More commits added to powerpc.git next and master branches Paul Mackerras
@ 2008-12-16 7:04 ` Benjamin Herrenschmidt
2008-12-16 9:01 ` Paul Mackerras
2008-12-16 11:33 ` Peter Korsgaard
` (2 subsequent siblings)
3 siblings, 1 reply; 8+ messages in thread
From: Benjamin Herrenschmidt @ 2008-12-16 7:04 UTC (permalink / raw)
To: Paul Mackerras; +Cc: linuxppc-dev
On Tue, 2008-12-16 at 16:10 +1100, Paul Mackerras wrote:
> I have added the following commits to the next and master branches of
> my powerpc.git tree (including commits pulled from Kumar's tree). I
> have also pulled in Linus' current tree and the 3 commits that I just
> asked him to pull.
Is there any reason you haven't been updating patchwork ? Or are you
waiting for things in your -next branch to actually hit upstream ?
It would be useful to set patches in -next to some non-new state at
least ;-)
Cheers,
Ben.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: More commits added to powerpc.git next and master branches
2008-12-16 5:10 More commits added to powerpc.git next and master branches Paul Mackerras
2008-12-16 7:04 ` Benjamin Herrenschmidt
@ 2008-12-16 11:33 ` Peter Korsgaard
2008-12-16 16:28 ` Josh Boyer
2008-12-16 16:38 ` Anton Vorontsov
3 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2008-12-16 11:33 UTC (permalink / raw)
To: Paul Mackerras; +Cc: linuxppc-dev
>>>>> "Paul" == Paul Mackerras <paulus@samba.org> writes:
Paul> I have added the following commits to the next and master
Paul> branches of my powerpc.git tree (including commits pulled from
Paul> Kumar's tree). I have also pulled in Linus' current tree and
Paul> the 3 commits that I just asked him to pull.
I would like to see http://patchwork.ozlabs.org/patch/13164/ in 2.6.29
- Any comments?
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: More commits added to powerpc.git next and master branches
2008-12-16 5:10 More commits added to powerpc.git next and master branches Paul Mackerras
2008-12-16 7:04 ` Benjamin Herrenschmidt
2008-12-16 11:33 ` Peter Korsgaard
@ 2008-12-16 16:28 ` Josh Boyer
2008-12-17 3:33 ` Paul Mackerras
2008-12-16 16:38 ` Anton Vorontsov
3 siblings, 1 reply; 8+ messages in thread
From: Josh Boyer @ 2008-12-16 16:28 UTC (permalink / raw)
To: Paul Mackerras; +Cc: linuxppc-dev
On Tue, Dec 16, 2008 at 04:10:34PM +1100, Paul Mackerras wrote:
>I have added the following commits to the next and master branches of
>my powerpc.git tree (including commits pulled from Kumar's tree). I
>have also pulled in Linus' current tree and the 3 commits that I just
>asked him to pull.
I sent a pull request to you last week for my -next branch. It would be
nice to get those included as well.
josh
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: More commits added to powerpc.git next and master branches
2008-12-16 5:10 More commits added to powerpc.git next and master branches Paul Mackerras
` (2 preceding siblings ...)
2008-12-16 16:28 ` Josh Boyer
@ 2008-12-16 16:38 ` Anton Vorontsov
3 siblings, 0 replies; 8+ messages in thread
From: Anton Vorontsov @ 2008-12-16 16:38 UTC (permalink / raw)
To: Paul Mackerras; +Cc: linuxppc-dev
Hi Paul,
On Tue, Dec 16, 2008 at 04:10:34PM +1100, Paul Mackerras wrote:
> I have added the following commits to the next and master branches of
> my powerpc.git tree (including commits pulled from Kumar's tree). I
> have also pulled in Linus' current tree and the 3 commits that I just
> asked him to pull.
Is there anything wrong with these down below?
[1/3] of: Minor simplification for the of_parse_phandles_with_args()
http://patchwork.ozlabs.org/patch/12449/
[2/3] of: of_parse_phandles_with_args() learns to differentiate 'hole' cells
http://patchwork.ozlabs.org/patch/12450/
[3/3] of/gpio: Implement of_gpio_count()
http://patchwork.ozlabs.org/patch/12451/
Can we apply them for 2.6.29?
Thanks,
--
Anton Vorontsov
email: cbouatmailru@gmail.com
irc://irc.freenode.net/bd2
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2008-12-17 3:33 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-16 5:10 More commits added to powerpc.git next and master branches Paul Mackerras
2008-12-16 7:04 ` Benjamin Herrenschmidt
2008-12-16 9:01 ` Paul Mackerras
2008-12-16 9:07 ` Benjamin Herrenschmidt
2008-12-16 11:33 ` Peter Korsgaard
2008-12-16 16:28 ` Josh Boyer
2008-12-17 3:33 ` Paul Mackerras
2008-12-16 16:38 ` Anton Vorontsov
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).