linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-07-29 00:28:52 to 2010-08-03 03:41:50 UTC [more...]

[PATCH 1/3 v2] sdhci: Add auto CMD12 support for eSDHC driver
 2010-08-03  3:11 UTC  (3+ messages)
` [PATCH 2/3 v2] dts: Add sdhci,auto-cmd12 field for p4080 device tree
  ` [PATCH 3/3 v2] dts: Add ESDHC weird voltage bits workaround

Please pull my perf.git master branch
 2010-08-03  1:04 UTC 

[PATCH 0/6] Remove owner field from sysfs attribute structure
 2010-08-02 23:31 UTC  (14+ messages)
` [PATCH 1/6] scsi: Remove owner field from attribute initialization in LPFC driver
` [PATCH 2/6] scsi: Remove owner field from attribute initialization in ARCMSR driver
` [PATCH 3/6] leds: Remove owner field from attribute initialization in bd2802 driver
` [PATCH 5/6] powerpc/pci: Remove owner field from attribute initialization in PCI bridge init
` [PATCH 6/6] Remove owner field from sysfs struct attribute
  ` [PATCH 4/6] regulator: Remove owner field from attribute initialization in regulator core driver

[PATCH 0/3] Add USB Host support for MPC5121 SoC
 2010-08-02 23:01 UTC  (7+ messages)
` [PATCH 2/3] USB: add of_platform glue driver for FSL USB DR controller

[PATCH RFC] usb gadget: introduce usb_gadget_probe_driver
 2010-08-02 22:54 UTC  (14+ messages)
  ` [PATCH] usb gadget: don't save bind callback in struct usb_gadget_driver

[PATCH] perf, powerpc: fsl_emb: Restore setting perf_sample_data.period
 2010-08-02 22:17 UTC 

Please pull my perf.git urgent branch
 2010-08-02 22:16 UTC  (4+ messages)

make 3.82 fails on powerpc defconfig update [was: Linux 2.6.35]
 2010-08-02 21:03 UTC  (6+ messages)

[PATCH v2 0/2] kexec/crash support on mpc85xx parts
 2010-08-02 19:37 UTC  (3+ messages)
` [PATCH v2 1/2] powerpc/85xx: kexec for SMP 85xx BookE systems

Issues to access Compact Flash Card on MPC8360E
 2010-08-02 17:59 UTC  (4+ messages)

[PATCH] perf, powerpc: Convert the FSL driver to use local64_t
 2010-08-02 17:21 UTC  (2+ messages)

[PATCH] powerpc: Dont require a dma_ops struct to set dma mask
 2010-08-02 17:21 UTC 

2.6.35-stable/ppc64/p7: Badness at lib/dma-debug.c:902, Call Trace & Instruction Dump during boot
 2010-08-02 11:55 UTC  (2+ messages)

2.6.35-stable/ppc64/p7: suspicious rcu_dereference_check() usage detected during 2.6.35-stable boot
 2010-08-02  8:52 UTC 

[PATCH v2 0/6] refactor spi_mpc8xxx.c and add eSPI controller support
 2010-08-02  7:52 UTC  (7+ messages)
` [PATCH v2 1/6] spi/mpc8xxx: refactor the common code for SPI/eSPI controller
  ` [PATCH v2 2/6] eSPI: add eSPI controller support
    ` [PATCH v2 3/6] mtd: m25p80: add support to parse the SPI flash's partitions
      ` [PATCH v2 4/6] mtd: m25p80: add a read function to read page by page
        ` [PATCH v2 5/6] powerpc/of: add eSPI controller dts bindings
          ` [PATCH v2 6/6] DTS: add SPI flash(s25fl128p01) support on p4080ds and mpc8536ds board

[RFC] Clean up ppc64 nvram code
 2010-08-02  7:02 UTC  (18+ messages)
` [PATCH 01/11] powerpc/nvram: Move things out of asm/nvram.h
  ` [PATCH 02/11] powerpc/nvram: More flexible nvram_create_partition()
    ` [PATCH 03/11] powerpc/nvram: nvram_create_partitions() now uses bytes
      ` [PATCH 04/11] powerpc/nvram: Ensure that the partition header/block size is right
        ` [PATCH 05/11] powerpc/nvram: Completely clear a new partition
          ` [PATCH 06/11] powerpc/nvram: Shuffle code around in nvram_create_partition()
            ` [PATCH 07/11] powerpc/nvram: Improve partition removal
              ` [PATCH 08/11] powerpc/nvram: Add nvram_find_partition()
                ` [PATCH 09/11] powerpc/nvram: Change nvram_setup_partition() to use new helper
                  ` [PATCH 10/11] powerpc/nvram: Move the log partition stuff to pseries
                    ` [PATCH 11/11] powerpc/nvram: Rename ppc64, linux partition to ibm, rtas-log

[PATCH 3/3 v2] mmc: Add ESDHC weird voltage bits workaround
 2010-08-02  6:52 UTC  (4+ messages)

ramdisk size is larger than 4MB
 2010-08-02  6:34 UTC  (4+ messages)

[git pull] powerpc 5xxx and xilinx virtex changes
 2010-08-01 23:09 UTC 

[PATCH 00/27] KVM PPC PV framework v3
 2010-08-01 20:21 UTC  (30+ messages)
` [PATCH 01/27] KVM: PPC: Introduce shared page
` [PATCH 02/27] KVM: PPC: Convert MSR to "
` [PATCH 03/27] KVM: PPC: Convert DSISR "
` [PATCH 04/27] KVM: PPC: Convert DAR "
` [PATCH 05/27] KVM: PPC: Convert SRR0 and SRR1 "
` [PATCH 06/27] KVM: PPC: Convert SPRG[0-4] "
` [PATCH 07/27] KVM: PPC: Implement hypervisor interface
` [PATCH 08/27] KVM: PPC: Add PV guest critical sections
` [PATCH 09/27] KVM: PPC: Add PV guest scratch registers
` [PATCH 10/27] KVM: PPC: Tell guest about pending interrupts
` [PATCH 11/27] KVM: PPC: Make PAM a define
` [PATCH 12/27] KVM: PPC: First magic page steps
` [PATCH 13/27] KVM: PPC: Magic Page Book3s support
` [PATCH 14/27] KVM: PPC: Expose magic page support to guest
` [PATCH 15/27] KVM: Move kvm_guest_init out of generic code
` [PATCH 16/27] KVM: PPC: Generic KVM PV guest support
` [PATCH 17/27] KVM: PPC: KVM PV guest stubs
` [PATCH 18/27] KVM: PPC: PV instructions to loads and stores
` [PATCH 19/27] KVM: PPC: PV tlbsync to nop
` [PATCH 20/27] KVM: PPC: Introduce kvm_tmp framework
` [PATCH 21/27] KVM: PPC: Introduce branch patching helper
` [PATCH 22/27] KVM: PPC: PV assembler helpers
` [PATCH 23/27] KVM: PPC: PV mtmsrd L=1
` [PATCH 24/27] KVM: PPC: PV mtmsrd L=0 and mtmsr
` [PATCH 25/27] KVM: PPC: PV wrteei
` [PATCH 26/27] KVM: PPC: Add Documentation about PV interface
` [PATCH 27/27] KVM: PPC: Add get_pvinfo interface to query hypercall instructions

[PATCH 0/7] Rest of my KVM-PPC patch queue
 2010-08-01 20:20 UTC  (11+ messages)
` [PATCH 1/7] KVM: PPC: Book3S_32 MMU debug compile fixes
` [PATCH 2/7] KVM: PPC: RCU'ify the Book3s MMU
` [PATCH 3/7] KVM: PPC: correctly check gfn_to_pfn() return value
` [PATCH 4/7] KVM: PPC: Add book3s_32 tlbie flush acceleration
` [PATCH 5/7] KVM: PPC: Use MSR_DR for external load_up
` [PATCH 6/7] KVM: PPC: Make long relocations be ulong
` [PATCH 7/7] KVM: PPC: Move KVM trampolines before __end_interrupts

[PATCH v2] edac: mpc85xx: Add support for new MPCxxx/Pxxxx EDAC controllers
 2010-08-01 10:54 UTC  (5+ messages)
      ` [PATCH] edac: mpc85xx: Add support for new MPCxxx/Pxxxx EDAC controllers (fix)

[PATCH 2/7] usb: fsl_udc_core: check return value of create_proc_read_entry()
 2010-08-01 10:49 UTC  (4+ messages)

[PATCH] of/device: Replace struct of_device with struct of_platform
 2010-08-01  8:08 UTC  (3+ messages)

linux-next: OOPS at bot time
 2010-08-01  6:23 UTC  (6+ messages)
    ` [PATCH] PCI: MSI: Restore read_msi_msg_desc(); add get_cached_msi_msg_desc()

[PATCH 0/2 v3] mpc5200 ac97 gpio reset
 2010-08-01  4:42 UTC  (5+ messages)

[PATCH 0/8] v3 De-couple sysfs memory directories from memory sections
 2010-08-01  0:27 UTC  (4+ messages)

Which microcode patch for MPC870?
 2010-07-31  6:30 UTC  (3+ messages)

[PATCH 10/15] powerpc: Replace hardcoded offset by BREAK_INSTR_SIZE
 2010-07-30 23:44 UTC  (2+ messages)

[090/205] genirq: Deal with desc->set_type() changing desc->chip
 2010-07-30 17:51 UTC 

[076/140] genirq: Deal with desc->set_type() changing desc->chip
 2010-07-30 17:30 UTC 

[050/165] genirq: Deal with desc->set_type() changing desc->chip
 2010-07-30 17:14 UTC 

[PATCH 0/2] tqm85xx: enable PCMCIA bridge on ST85xx baseboards
 2010-07-30 12:33 UTC  (2+ messages)

[PATCH] powerpc: Replace hardcoded offset by BREAK_INSTR_SIZE
 2010-07-30 12:26 UTC  (2+ messages)

[GIT/PATCH 0/4] Do not use IRQF_TIMER for non timer interrupts
 2010-07-30 10:30 UTC  (9+ messages)
` [PATCH 1/4] irq: rename IRQF_TIMER to IRQF_NO_SUSPEND
      ` [PATCH 1/4] irq: Add new IRQ flag IRQF_NO_SUSPEND
      ` [PATCH 3/4] powerpc: Use IRQF_NO_SUSPEND not IRQF_TIMER for non-timer interrupts

[PATCH] Use is_32bit_task() helper to test 32 bit binary
 2010-07-30  8:04 UTC 

[PATCH] Adjust arch/powerpc inline asms for recent gcc change
 2010-07-30  7:52 UTC  (5+ messages)

[PATCH 3/3] mmc: Add ESDHC weird register workaround
 2010-07-30  7:37 UTC  (4+ messages)

[PATCH 2/3] dts: Add sdhci-auto-cmd12 field for p4080 device tree
 2010-07-30  7:30 UTC  (2+ messages)

[PATCH 1/3] mmc: Auto CMD12 support for eSDHC driver
 2010-07-30  7:26 UTC  (2+ messages)

[PATCH 0/2] powerpc/kexec: Fix orphaned offline CPUs, add comments/debug
 2010-07-30  4:49 UTC  (3+ messages)
` [PATCH 1/2] powerpc/kexec: Add to and tidy debug/comments in machine_kexec64.c
` [PATCH 2/2] powerpc/kexec: Fix orphaned offline CPUs across kexec

[PATCH v2] powerpc/kexec: Fix orphaned offline CPUs across kexec
 2010-07-30  3:25 UTC  (5+ messages)

[PATCH 1/2 v1.03] Add support for DWC OTG HCD function
 2010-07-30  3:36 UTC  (13+ messages)

[PATCH V4] powerpc/prom: Export device tree physical address via proc
 2010-07-30  1:38 UTC  (12+ messages)

[PATCH 0/2 v1.04] Add support for DWC OTG driver
 2010-07-30  0:42 UTC  (6+ messages)
` [PATCH 1/2 v1.04] Add support for DWC OTG HCD function

Commit 3da34aa brakes MSI support on MPC8308 (possibly all MPC83xx) [REPOST]
 2010-07-29 21:20 UTC  (2+ messages)

[PATCH] of/address: Clean up function declarations
 2010-07-29 19:04 UTC 

[PATCH] of: Provide default of_node_to_nid() implementation
 2010-07-29 19:04 UTC 

[PATCH v2 1/7] Restore kexec uImage-ppc to working state
 2010-07-29 16:03 UTC  (7+ messages)
` [PATCH v2 2/7] Fix case where phys_addr_t != unsigned long when reading proc entries
  ` [PATCH v2 3/7] Update uImage to support crash kernel and misc fixes
    ` [PATCH v2 4/7] Update Elf-ppc "
      ` [PATCH v2 5/7] Add support for ramdisk on ppc32 for uImage-ppc and Elf-ppc

Problems using UART on MPC5200
 2010-07-29 11:55 UTC 

[PATCH v4 0/5] Rework MPC5121 DIU support (for 2.6.36)
 2010-07-29 11:48 UTC  (3+ messages)
` [PATCH v4 1/5] fsl-diu-fb: fix issue with re-enabling DIU area descriptor

[PATCH v3 0/7] Fixup booting with device trees and uImage/elf on ppc32
 2010-07-29  9:18 UTC  (3+ messages)

[PATCH V4] powerpc/mpc512x: Add gpio driver
 2010-07-29  7:39 UTC  (5+ messages)
` [PATCH V5] "

i meet some surprising things,when i modify the dts file
 2010-07-29  7:28 UTC  (2+ messages)

[Patch v2] kexec: increase max of kexec segments and use dynamic allocation
 2010-07-29  6:42 UTC  (2+ messages)

Memory Mapping Buffers smaller than page size?
 2010-07-29  6:15 UTC  (3+ messages)


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).