linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Patches added to powerpc.git powerpc-next and master branches
@ 2008-04-07  5:52 Paul Mackerras
  2008-04-07  6:22 ` David Miller
  2008-04-10 11:07 ` Ishizaki Kou
  0 siblings, 2 replies; 17+ messages in thread
From: Paul Mackerras @ 2008-04-07  5:52 UTC (permalink / raw)
  To: linuxppc-dev

The following patches have been added to the master and powerpc-next
branches of the powerpc.git repository.  There is a bunch that I
pulled from Josh Boyer's tree plus others that I have committed.

Paul.

Grant Likely (2):
      [POWERPC] add target for building .dtb files
      [POWERPC] bootwrapper: Add a firmware-independent simpleboot target.

Ionut Nicu (1):
      [POWERPC] Fix kernel panic in arch_arm_kprobe

Josh Boyer (2):
      [POWERPC] 4xx: Add Canyonlands and Yosemite to multi-board defconfig
      [POWERPC] Add of_device_is_available function

Nathan Lynch (1):
      [POWERPC] Convert pci and eeh code to of_device_is_available

Robert P. J. Day (1):
      [POWERPC] Use __SPIN_LOCK_UNLOCKED macro in mpc52xx_set_psc_clkdiv

Roel Kluin (1):
      [POWERPC] Replace logical-AND by bit-AND in pci_process_ISA_OF_ranges()

Stefan Roese (5):
      [POWERPC] 4xx: Only reset PCIe PHY on 405EX systems when no link is detected
      [POWERPC] 4xx: Fix PESDRn_UTLSET1 register setup on 460EX/GT
      [POWERPC] 4xx: Create common ppc4xx_reset_system() in ppc4xx_soc.c
      [POWERPC] 4xx: Some EMAC related changes in Canyonlands & Glacier dts files
      [POWERPC] 4xx: Change dts files to support jumbo frames

Stephen Neuendorffer (1):
      [POWERPC] of_serial: Fix possible null dereference.

Stephen Rothwell (2):
      [POWERPC] htab_remove_mapping is only used by MEMORY_HOTPLUG
      [POWERPC] Remove CONFIG_PCI_LEGACY from some configs

Steven Rostedt (1):
      [POWERPC] Add hand-coded assembly strcmp

Timur Tabi (1):
      [POWERPC] Enable CONFIG_FORCE_MAX_ZONEORDER for all PowerPC, and make selectable

Valentine Barshak (1):
      [POWERPC] 4xx: Use machine_device_initcall() for warp_nand

^ permalink raw reply	[flat|nested] 17+ messages in thread
* Re: Patches added to powerpc.git powerpc-next and master branches
@ 2008-04-10 11:46 Laurent Pinchart
  2008-04-10 12:32 ` Paul Mackerras
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Laurent Pinchart @ 2008-04-10 11:46 UTC (permalink / raw)
  To: paulus; +Cc: linuxppc-dev

[-- Attachment #1: Type: text/plain, Size: 983 bytes --]

Hi Paul,

could you please add the following patches ?

[PATCHv4 1/5] cpm_uart: Allocate DPRAM memory for SMC ports on CPM2-based 
platforms.
http://ozlabs.org/pipermail/linuxppc-dev/2008-April/053858.html

[PATCHv4 2/5] powerpc: Add bootwrapper function to get virtual reg from the 
device tree.
http://ozlabs.org/pipermail/linuxppc-dev/2008-April/053859.html

[PATCHv4 3/5] cpm-serial: Relocate CPM buffer descriptors and SMC parameter 
ram.
http://ozlabs.org/pipermail/linuxppc-dev/2008-April/053860.html

[PATCHv4 4/5] ep8248e: Reference SMC parameter RAM base in the device tree.
http://ozlabs.org/pipermail/linuxppc-dev/2008-April/053862.html

[PATCHv4 5/5] cpm2: Reset the CPM when early debugging is not enabled.
http://ozlabs.org/pipermail/linuxppc-dev/2008-April/053861.html

Thanks.

Best regards,

-- 
Laurent Pinchart
CSE Semaphore Belgium

Chaussee de Bruxelles, 732A
B-1410 Waterloo
Belgium

T +32 (2) 387 42 59
F +32 (2) 387 42 75

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread
* Patches added to powerpc.git powerpc-next and master branches
@ 2008-03-25 22:35 Paul Mackerras
  2008-03-26  0:54 ` Josh Boyer
  0 siblings, 1 reply; 17+ messages in thread
From: Paul Mackerras @ 2008-03-25 22:35 UTC (permalink / raw)
  To: linuxppc-dev

I have added the patches listed below to the master and powerpc-next
branches of the powerpc.git repository, and pulled in Linus' current
tree.

Paul.

Manish Ahuja (10):
      [POWERPC] pseries: phyp dump: Documentation
      [POWERPC] pseries: phyp dump: Reserve and release memory
      [POWERPC] pseries: phyp dump: Use sysfs to release reserved mem
      [POWERPC] pseries: phyp dump: Register dump area
      [POWERPC] pseries: phyp dump: Debugging print routines
      [POWERPC] pseries: phyp dump: Invalidate and print dump areas
      [POWERPC] pseries: phyp dump: Tracking memory range freed
      [POWERPC] pseries: phyp dump: Add Kconfig file option
      [POWERPC] pseries: phyp dump: Disable phyp-dump through boot-var
      [POWERPC] pseries: phyp dump: Inform kdump when phyp-dump is load=
ed

Marian Balakowicz (1):
      [POWERPC] Add 'model: ...' line to common show=5Fcpuinfo()

Nathan Lynch (4):
      [POWERPC] maple: Use platform name in define=5Fmachine()
      [POWERPC] maple: Kill fixup=5Fmaple=5Fide
      [POWERPC] maple: Enable ipr driver in defconfig
      [POWERPC] scanlog=5Finit cleanup and minor fixes

Robert P. J. Day (1):
      [POWERPC] Move a.out.h to header-y since it doesn't check =5F=5FK=
ERNEL=5F=5F

Roland McGrath (2):
      [POWERPC] Don't touch PT=5FDTRACE in exec
      [POWERPC] powerpc32: Remove asm-offsets ptrace cruft

S.=C3=87a=C4=9Flar Onur (1):
      [POWERPC] arch/powerpc/platforms/iseries/pci.c: Use time=5F* macr=
os

Stephen Rothwell (1):
      [POWERPC] Really export empty=5Fzero=5Fpage

Tony Breeds (1):
      [POWERPC] Update wait=5Fstate=5Fcycles in the VPA

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2008-04-15 21:48 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-07  5:52 Patches added to powerpc.git powerpc-next and master branches Paul Mackerras
2008-04-07  6:22 ` David Miller
2008-04-07 12:25   ` Paul Mackerras
2008-04-10 11:07 ` Ishizaki Kou
2008-04-15 11:08   ` Paul Mackerras
2008-04-15 21:48     ` Benjamin Herrenschmidt
  -- strict thread matches above, loose matches on Subject: below --
2008-04-10 11:46 Laurent Pinchart
2008-04-10 12:32 ` Paul Mackerras
2008-04-10 14:11   ` Kumar Gala
2008-04-10 14:28     ` Laurent Pinchart
2008-04-10 14:33       ` Kumar Gala
2008-04-10 14:10 ` Kumar Gala
2008-04-10 14:20   ` Laurent Pinchart
2008-04-10 14:44 ` Kumar Gala
2008-03-25 22:35 Paul Mackerras
2008-03-26  0:54 ` Josh Boyer
2008-03-26  6:00   ` 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).