linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-07-18 01:31:51 to 2013-07-23 12:07:39 UTC [more...]

[PATCH v1 00/24] add COMMON_CLK support for PowerPC MPC512x
 2013-07-23 12:07 UTC  (79+ messages)
` [PATCH v1 05/24] clk: wrap I/O access for improved portability
` [PATCH v2 00/24] add COMMON_CLK support for PowerPC MPC512x
  ` [PATCH v2 01/24] spi: mpc512x: cleanup clock API use
  ` [PATCH v2 02/24] serial: "
  ` [PATCH v2 03/24] mtd: mpc5121_nfc: prepare clocks before enabling them
  ` [PATCH v2 04/24] powerpc: mpc512x: array decl for MCLK registers in CCM
  ` [PATCH v2 05/24] clk: wrap I/O access for improved portability
  ` [PATCH v2 06/24] dts: mpc512x: prepare for preprocessor support
  ` [PATCH v2 07/24] dts: mpc512x: introduce dt-bindings/clock/ header
  ` [PATCH v2 08/24] dts: mpc512x: add clock related device tree specs
  ` [PATCH v2 09/24] clk: mpc512x: introduce COMMON_CLK for MPC512x
  ` [PATCH v2 10/24] dts: mpc512x: add clock specs for client lookups
  ` [PATCH v2 11/24] spi: mpc512x: remove now obsolete clock lookup name
  ` [PATCH v2 12/24] serial: "
  ` [PATCH v2 13/24] clk: mpc512x: remove now obsolete clkdev registration
  ` [PATCH v2 14/24] serial: mpc512x: setup the PSC FIFO clock as well
  ` [PATCH v2 15/24] net: can: mscan: add a comment on reg to idx mapping
  ` [PATCH v2 16/24] net: can: mscan: make mpc512x code use common clock
  ` [PATCH v2 17/24] powerpc/mpc512x: improve DIU related clock setup
  ` [PATCH v2 18/24] i2c: mpc: OF clock lookup for MPC512x
  ` [PATCH v2 19/24] USB: fsl-mph-dr-of: OF clock lookup, prepare and enable
  ` [PATCH v2 20/24] fs_enet: OF clock lookup (non-fatal), "
  ` [PATCH v2 21/24] [media] fsl-viu: OF clock lookup, prepare before enable
  ` [PATCH v2 22/24] powerpc/fsl-pci: "
  ` [PATCH v2 23/24] clk: mpc512x: switch to COMMON_CLK, remove PPC_CLOCK
  ` [PATCH v2 24/24] net: can: mscan: remove MPC512x non-COMMON_CLK code path
  ` [PATCH v3 00/31] add COMMON_CLK support for PowerPC MPC512x
    ` [PATCH v3 01/31] spi: mpc512x: cleanup clock API use
    ` [PATCH v3 02/31] serial: "
    ` [PATCH v3 03/31] USB: fsl-mph-dr-of: "
    ` [PATCH v3 04/31] mtd: mpc5121_nfc: "
    ` [PATCH v3 05/31] [media] fsl-viu: "
    ` [PATCH v3 06/31] i2c: mpc: "
    ` [PATCH v3 07/31] fs_enet: silence a build warning (unused variable)
    ` [PATCH v3 08/31] fs_enet: cleanup clock API use
    ` [PATCH v3 09/31] powerpc/fsl-pci: improve "
    ` [PATCH v3 10/31] net: can: mscan: add a comment on reg to idx mapping
    ` [PATCH v3 11/31] net: can: mscan: improve clock API use
    ` [PATCH v3 12/31] powerpc: mpc512x: array decl for MCLK registers in CCM
    ` [PATCH v3 13/31] clk: wrap I/O access for improved portability
    ` [PATCH v3 14/31] dts: mpc512x: prepare for preprocessor support
    ` [PATCH v3 15/31] dts: mpc512x: introduce dt-bindings/clock/ header
    ` [PATCH v3 16/31] dts: mpc512x: add clock related device tree specs
    ` [PATCH v3 17/31] clk: mpc512x: introduce COMMON_CLK for MPC512x
    ` [PATCH v3 18/31] dts: mpc512x: add clock specs for client lookups
    ` [PATCH v3 19/31] clk: mpc512x: don't pre-enable FEC and I2C clocks
    ` [PATCH v3 20/31] spi: mpc512x: remove now obsolete clock lookup name
    ` [PATCH v3 21/31] serial: "
    ` [PATCH v3 22/31] clk: mpc512x: remove clkdev registration (uart, spi)
    ` [PATCH v3 23/31] serial: mpc512x: setup the PSC FIFO clock as well
    ` [PATCH v3 24/31] USB: fsl-mph-dr-of: remove now obsolete clock lookup name
    ` [PATCH v3 25/31] mtd: mpc5121_nfc: "
    ` [PATCH v3 26/31] [media] fsl-viu: "
    ` [PATCH v3 27/31] net: can: mscan: add common clock support for mpc512x
    ` [PATCH v3 28/31] powerpc/mpc512x: improve DIU related clock setup
    ` [PATCH v3 29/31] clk: mpc512x: switch to COMMON_CLK, remove PPC_CLOCK
    ` [PATCH v3 30/31] net: can: mscan: remove non-common_clock code for MPC512x
    ` [PATCH v3 31/31] clk: mpc512x: remove clkdev registration (sys/ref, header)

[PATCH v3 0/11] EEH Followup Fixes (II)
 2013-07-23 11:10 UTC  (12+ messages)
` [PATCH 01/11] powerpc/eeh: Remove reference to PCI device
` [PATCH 02/11] powerpc/eeh: Export functions for hotplug
` [PATCH 03/11] powerpc/pci: Override pcibios_release_device()
` [PATCH 04/11] PCI/hotplug: Needn't remove EEH cache again
` [PATCH 05/11] powerpc/eeh: Keep PE during hotplug
` [PATCH 06/11] powerpc/eeh: Tranverse EEH devices with safe mode
` [PATCH 07/11] powerpc/pci: Partial hotplug support
` [PATCH 08/11] powerpc/eeh: Support partial hotplug
` [PATCH 09/11] powerpc/eeh: Don't use pci_dev during BAR restore
` [PATCH 10/11] powerpc/eeh: Fix unbalanced enable for IRQ
` [PATCH 11/11] powerpc/eeh: Introdce flag to protect sysfs

[PATCH 1/2] cpuidle: fix cpu idle driver as a module can not remove
 2013-07-23  9:28 UTC  (2+ messages)
` [PATCH 2/2] cpuidle: export cpuidle_idle_call symbol

[PATCH 00/10 v6] KVM: PPC: IOMMU in-kernel handling
 2013-07-23  9:07 UTC  (7+ messages)
` [PATCH 03/10] vfio: add external user support
` [PATCH 04/10] powerpc: Prepare to support kernel handling of IOMMU map/unmap

[PATCH 0/3] cpuidle: (powernv) cpuidle driver
 2013-07-23  9:02 UTC  (4+ messages)
` [PATCH 1/3] cpuidle/powernv: cpuidle backend driver for powernv
` [PATCH 2/3] cpuidle/powernv: Enable idle powernv cpu to call into the cpuidle framework
` [PATCH 3/3] cpuidle/powernv: Support smt-snooze-delay parameter in powernv idle

[PATCH] powerpc/perf: Export PERF_EVENT_CONFIG_EBB_SHIFT to userspace
 2013-07-23  8:07 UTC 

[PATCH 1/4] powerpc/85xx: Add SEC6.0 device tree
 2013-07-23  8:01 UTC  (3+ messages)
` [1/4] "

[PATCH] hashtable: add hash_for_each_possible_rcu_notrace()
 2013-07-23  7:52 UTC  (7+ messages)

[PATCH 3/4] powerpc/85xx: Add C293PCIE board support
 2013-07-23  7:47 UTC  (3+ messages)
` [3/4] "

[PATCH 4/4] powerpc/85xx: Update mpc85xx_defconfig for C293PCIE
 2013-07-23  7:13 UTC  (4+ messages)
` [4/4] "

cpuidle/pseries: Fix kernel command line parameter smt-snooze-delay
 2013-07-23  4:53 UTC 

[PATCH 1/2] Powerpc: Add voltage support in dts file
 2013-07-23  2:59 UTC  (2+ messages)
` [PATCH 2/2] Powerpc: Add 3.3v voltage support for T4240QDS

[PATCH 1/2] Powerpc: Add voltage ranges support for T4
 2013-07-23  3:41 UTC  (9+ messages)
` [PATCH 2/2] mmc: esdhc: get voltage from dts file

[PATCH 2/4 V2] mmc: esdhc: workaround for dma err in the last system transaction
 2013-07-23  2:03 UTC  (13+ messages)
` [PATCH 3/4 V2] mmc: esdhc: Correct host version of T4240-R1.0
` [PATCH 4/4 V2] mmc: esdhc: Add broken timeout quirk for p4/p5 board

[PATCH] powerpc/msi: Fix compile error on mpc83xx
 2013-07-23  1:58 UTC  (5+ messages)

[PATCH 1/2] powerpc/mm: Use the correct SLB(LLP) encoding in tlbie instruction
 2013-07-23  1:51 UTC  (3+ messages)
` [PATCH 2/2] powerpc/mm: Fix fallthrough bug in hpte_decode

[PATCH -V2] powerpc/mm: Use the correct SLB(LLP) encoding in tlbie instruction
 2013-07-23  1:50 UTC  (2+ messages)

[PATCH] powerpc: platforms: powernv: add '__init' for pnv_pci_init_ioda2_phb()
 2013-07-23  0:37 UTC  (3+ messages)

[PATCH RFC] power/mpc85xx: Add delay after enabling I2C master
 2013-07-23  0:33 UTC  (2+ messages)
` [RFC] "

[PATCH] powerpc/85xx: Add TWR-P1025 board support
 2013-07-22 23:11 UTC  (2+ messages)
`  "

[PATCH] PPC: Don't sync timebase when inside VM
 2013-07-22 22:19 UTC  (2+ messages)
`  "

[PATCH] Enable CONFIG_DEVTMPFS_MOUNT to ensure /dev can be mounted correctly
 2013-07-22 22:04 UTC  (2+ messages)
`  "

[PATCH v4 0/3] DMA: Freescale: Add support for 8-channel DMA engine
 2013-07-22 17:53 UTC  (5+ messages)
` [PATCH v4 1/3] DMA: Freescale: revise device tree binding document
` [PATCH v4 2/3] DMA: Freescale: Add new 8-channel DMA engine device tree nodes
` [PATCH v4 3/3] DMA: Freescale: update driver to support 8-channel DMA engine

[PATCH v2] of: Specify initrd location using 64-bit
 2013-07-22 15:01 UTC  (5+ messages)

[PATCH 0/2] powerpc: split the match emulation into two parts
 2013-07-22 17:25 UTC  (4+ messages)
` [PATCH 1/2] powerpc: split the math "

[PATCH] Fix a typo in pSeries_lpar_hpte_insert()
 2013-07-22 15:24 UTC  (2+ messages)

[PATCH] powerpc: kernel: remove useless code which related with 'max_cpus'
 2013-07-22  7:03 UTC  (6+ messages)
    ` [PATCH v2] "

[Suggestion] powerpc: xmon: about 'longjmp' related warning
 2013-07-22  7:02 UTC 

[PATCH V3 0/2] Improvement and fixes for BHRB
 2013-07-22  6:48 UTC  (5+ messages)
` [PATCH V3 2/2] powerpc, perf: BHRB filter configuration should follow the task

[PATCH] arch: powerpc: kvm: add signed type cast for comparation
 2013-07-22  6:32 UTC 

[PATCH 1/4 V4] powerpc/85xx: Add support for 85xx cpu type detection
 2013-07-22  1:58 UTC  (4+ messages)

[PATCH] powerpc/windfarm: fix noisy slots-fan on Xserve (rm31)
 2013-07-21  0:30 UTC 

therm_pm72 units, interface
 2013-07-20 23:42 UTC  (8+ messages)

ABI defined register usage within function calls
 2013-07-19 23:49 UTC  (2+ messages)

[PATCH] module: ppc64 module CRC relocation fix causes perf issues
 2013-07-19 22:59 UTC  (5+ messages)

Inbound PCI and Memory Corruption
 2013-07-19 20:13 UTC  (11+ messages)

[GIT PULL 00/76] perf/core improvements and fixes
 2013-07-19  7:40 UTC  (3+ messages)
` [PATCH 13/76] perf tools: Make Power7 events available for perf

[PATCH] macintosh: ams: replace strict_strtoul() with kstrtoul()
 2013-07-19  7:16 UTC 

[PATCH 3/4 V3] mmc: esdhc: Correct host version of T4240-R1.0-R2.0
 2013-07-19  1:39 UTC 

[PATCH] powerpc: Add second POWER8 PVR entry
 2013-07-18  6:25 UTC  (3+ messages)

[PATCH v2 0/10] EEH Followup Fixes (II)
 2013-07-18  2:14 UTC  (11+ messages)
` [PATCH 01/10] powerpc/eeh: Remove reference to PCI device
` [PATCH 02/10] powerpc/eeh: Export functions for hotplug
` [PATCH 03/10] powerpc/pci: Override pcibios_release_device()
` [PATCH 04/10] PCI/hotplug: Needn't remove EEH cache again
` [PATCH 05/10] powerpc/eeh: Keep PE during hotplug
` [PATCH 06/10] powerpc/eeh: Tranverse EEH devices with safe mode
` [PATCH 07/10] powerpc/pci: Partial hotplug support
` [PATCH 08/10] powerpc/eeh: Support partial hotplug
` [PATCH 09/10] powerpc/eeh: Don't use pci_dev during BAR restore
` [PATCH 10/10] powerpc/eeh: Fix unbalanced enable for IRQ


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