* Patches added to powerpc.git powerpc-next branch
@ 2008-05-14 23:31 Paul Mackerras
2008-05-15 21:00 ` Timur Tabi
0 siblings, 1 reply; 6+ messages in thread
From: Paul Mackerras @ 2008-05-14 23:31 UTC (permalink / raw)
To: linuxppc-dev
I have added the following patches to the powerpc-next and master
branches of the powerpc.git repository. This includes commits pulled
from Kumar's tree.
Paul.
Andy Fleming (2):
[POWERPC] 85xx: Add 8568 PHY workarounds to board code
[POWERPC] 85xx: Fix some sparse warnings for 85xx MDS
Anton Vorontsov (3):
[POWERPC] 86xx: mpc8610_hpcd: use ULI526X driver for on-board ethernet
[POWERPC] 86xx: mpc8610_hpcd: add support for NOR and NAND flashes
[POWERPC] 86xx: mpc8610_hpcd: fix second serial port
Becky Bruce (1):
[POWERPC] Delete unused fec_8xx net driver
Jeremy McNicoll (1):
[POWERPC] 85xx: SBC8548 - Add flash support and HW Rev reporting
Kumar Gala (1):
[POWERPC] Set lower flag bits in regs->trap to indicate debug level exception
Michael Ellerman (12):
[POWERPC] Move declaration of init_bootmem_done into system.h
[POWERPC] Fix sparse warnings in arch/powerpc/mm
[POWERPC] Move declaration of tce variables into mmu-hash64.h
[POWERPC] Remove duplicate variable definitions in mm/tlb_64.c
[POWERPC] sysdev/mpic_msi.c should include sysdev/mpic.h
[POWERPC] Add a declaration for xmon()
[POWERPC] Move xmon_irq() declaration into xmon.h
[POWERPC] Fix sparse warnings in xmon.c
[POWERPC] Make cpus_in_xmon static and remove extern mess from hvc_console.c
[POWERPC] Fix sparse warnings in arch/powerpc/kernel
[POWERPC] pseries/firmware.c should include pseries/pseries.h
[POWERPC] Fix sparse warnings in arch/powerpc/platforms/pseries
Olaf Hering (1):
[POWERPC] Create modalias file in sysfs for of_platform bus
Remi Machet (1):
[POWERPC] Create of_buses for MV64x60 devices
Roel Kluin (2):
[POWERPC] mpic_pasemi_msi: Failed allocation unnoticed
[POWERPC] mpic_u3msi: Failed allocation unnoticed
Roland McGrath (1):
[POWERPC] Define and use TLF_RESTORE_SIGMASK
Zhang Wei (1):
[POWERPC] 83xx: Enable DMA engine on the MPC8377 MDS board.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Patches added to powerpc.git powerpc-next branch
2008-05-14 23:31 Paul Mackerras
@ 2008-05-15 21:00 ` Timur Tabi
2008-05-15 21:04 ` Kumar Gala
0 siblings, 1 reply; 6+ messages in thread
From: Timur Tabi @ 2008-05-15 21:00 UTC (permalink / raw)
To: Paul Mackerras, Kumar Gala; +Cc: linuxppc-dev
Paul Mackerras wrote:
> I have added the following patches to the powerpc-next and master
> branches of the powerpc.git repository. This includes commits pulled
> from Kumar's tree.
What about these:
[PATCH] Add null pointer check to of_find_property
[PATCH v2] Update defconfig for MPC8610 HPCD
--
Timur Tabi
Linux kernel developer at Freescale
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Patches added to powerpc.git powerpc-next branch
2008-05-15 21:00 ` Timur Tabi
@ 2008-05-15 21:04 ` Kumar Gala
0 siblings, 0 replies; 6+ messages in thread
From: Kumar Gala @ 2008-05-15 21:04 UTC (permalink / raw)
To: Timur Tabi; +Cc: linuxppc-dev, Paul Mackerras
On May 15, 2008, at 4:00 PM, Timur Tabi wrote:
> Paul Mackerras wrote:
>> I have added the following patches to the powerpc-next and master
>> branches of the powerpc.git repository. This includes commits pulled
>> from Kumar's tree.
>
> What about these:
>
> [PATCH] Add null pointer check to of_find_property
That's up to paul.
> [PATCH v2] Update defconfig for MPC8610 HPCD
I'm hold this one off until we update all the defconfigs.
- k
^ permalink raw reply [flat|nested] 6+ messages in thread
* Patches added to powerpc.git powerpc-next branch
@ 2008-05-17 5:02 Paul Mackerras
2008-05-19 14:09 ` Timur Tabi
0 siblings, 1 reply; 6+ messages in thread
From: Paul Mackerras @ 2008-05-17 5:02 UTC (permalink / raw)
To: linuxppc-dev
I have pulled Linus' tree into the powerpc-next branch of powerpc.git,
and added the following 4 patches.
Paul.
Paul Mackerras (1):
[POWERPC] Defer processing of interrupts when the CPU wakes from sleep mode
Robert P. J. Day (1):
[POWERPC] Get most of ioctl.h content from <asm-generic/ioctl.h>
Scott Wood (1):
[POWERPC] Add 6xx-style HID0_SLEEP support.
Stephen Rothwell (1):
[POWERPC] Move of_device_get_modalias to drivers/of
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Patches added to powerpc.git powerpc-next branch
2008-05-17 5:02 Patches added to powerpc.git powerpc-next branch Paul Mackerras
@ 2008-05-19 14:09 ` Timur Tabi
2008-05-19 14:14 ` Timur Tabi
0 siblings, 1 reply; 6+ messages in thread
From: Timur Tabi @ 2008-05-19 14:09 UTC (permalink / raw)
To: Paul Mackerras; +Cc: linuxppc-dev
Paul Mackerras wrote:
> I have pulled Linus' tree into the powerpc-next branch of powerpc.git,
> and added the following 4 patches.
Paul,
I don't want to nag, but I would like to know if and when you're planning on
pulling this patch of mine:
[PATCH] Add null pointer check to of_find_property
I have code in the ASoC repository that depends on this patch.
--
Timur Tabi
Linux kernel developer at Freescale
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Patches added to powerpc.git powerpc-next branch
2008-05-19 14:09 ` Timur Tabi
@ 2008-05-19 14:14 ` Timur Tabi
0 siblings, 0 replies; 6+ messages in thread
From: Timur Tabi @ 2008-05-19 14:14 UTC (permalink / raw)
To: Paul Mackerras; +Cc: linuxppc-dev
Timur Tabi wrote:
> I don't want to nag, but I would like to know if and when you're planning on
> pulling this patch of mine:
Sorry, never mind. I just noticed that they've been pulled already. I didn't
see your email about them.
I must remember to check the git log before asking about patches.
I must remember to check the git log before asking about patches.
I must remember to check the git log before asking about patches.
I must remember to check the git log before asking about patches.
I must remember to check the git log before asking about patches.
I must remember to check the git log before asking about patches.
I must remember to check the git log before asking about patches.
I must remember to check the git log before asking about patches.
I must remember to check the git log before asking about patches.
I must remember to check the git log before asking about patches.
:-)
--
Timur Tabi
Linux kernel developer at Freescale
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-05-19 14:14 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-17 5:02 Patches added to powerpc.git powerpc-next branch Paul Mackerras
2008-05-19 14:09 ` Timur Tabi
2008-05-19 14:14 ` Timur Tabi
-- strict thread matches above, loose matches on Subject: below --
2008-05-14 23:31 Paul Mackerras
2008-05-15 21:00 ` Timur Tabi
2008-05-15 21:04 ` Kumar Gala
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).