More commits added to powerpc.git next and master branches

8 messages, 5 authors, 2008-12-17 · open the first message on its own page

More commits added to powerpc.git next and master branches

From: Paul Mackerras <hidden>
Date: 2008-12-16 05:10:34

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

Re: More commits added to powerpc.git next and master branches

From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2008-12-16 07:04:37

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.

Re: More commits added to powerpc.git next and master branches

From: Paul Mackerras <hidden>
Date: 2008-12-16 09:01:53

Benjamin Herrenschmidt writes:
Is there any reason you haven't been updating patchwork ? Or are you
waiting for things in your -next branch to actually hit upstream ?
Just an oversight.  I have updated it now, at least for the patches I
committed.

Paul.

Re: More commits added to powerpc.git next and master branches

From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2008-12-16 09:07:52

On Tue, 2008-12-16 at 20:01 +1100, Paul Mackerras wrote:
quoted
Is there any reason you haven't been updating patchwork ? Or are you
waiting for things in your -next branch to actually hit upstream ?
Just an oversight.  I have updated it now, at least for the patches I
committed.
Cool, thanks. It's getting a little bit out of control, hence my
asking :-)

Cheers,
Ben.

Re: More commits added to powerpc.git next and master branches

From: Peter Korsgaard <jacmet@sunsite.dk>
Date: 2008-12-16 11:34:08

quoted
quoted
quoted
quoted
"Paul" == Paul Mackerras [off-list ref] 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

Re: More commits added to powerpc.git next and master branches

From: Josh Boyer <hidden>
Date: 2008-12-16 16:28:48

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

Re: More commits added to powerpc.git next and master branches

From: Anton Vorontsov <hidden>
Date: 2008-12-16 16:38:35

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

Re: More commits added to powerpc.git next and master branches

From: Paul Mackerras <hidden>
Date: 2008-12-17 03:33:51

Josh Boyer writes:
I sent a pull request to you last week for my -next branch.  It would be
nice to get those included as well.
Sorry... Pulled and pushed out now.

Paul.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help