mbox

[0/9,Precise,SRU] EDAC enablement for highbank

Message ID 1340801317-17064-1-git-send-email-ike.pan@canonical.com
State New
Headers show

Pull-request

git://kernel.ubuntu.com/ikepanhc/public.git lp1008345-precise

Message

Ike Panhc June 27, 2012, 12:48 p.m. UTC
The following changes since commit 48a0da1a4e25c2e69636f8ff181284f1c6a473b1:

  UBUNTU: PACKAGING: add .gnu_debuglink sections to .ko files (2012-06-25 10:12:46 -0600)

are available in the git repository at:

  git://kernel.ubuntu.com/ikepanhc/public.git lp1008345-precise

for you to fetch changes up to 8fb98fcf4fc70570616bc25674d447e2ef87c946:

  UBUNTU: [Config] Updateconfigs (2012-06-27 20:25:45 +0800)


Ike Panhc (1):
  UBUNTU: [Config] Updateconfigs

Marc Zyngier (1):
  ARM: 7205/2: sched_clock: allow sched_clock to be selected at runtime

Rob Herring (6):
  ARM: timer-sp: add sched_clock support
  ARM: highbank: enable sp804 based sched_clock
  UBUNTU: SAUCE: net: calxedaxgmac: enable rx cut-thru mode
  ARM: 7201/1: add EDAC atomic_scrub function
  UBUNTU: SAUCE: EDAC: Add support for the highbank platform memory
  UBUNTU: SAUCE: EDAC: add support for highbank platform L2 cache ecc

Will Deacon (1):
  ARM: 7347/1: SCU: use cpu_logical_map for per-CPU low power mode

 arch/arm/Kconfig                                   |    1 +
 arch/arm/boot/dts/highbank.dts                     |   12 ++
 arch/arm/common/timer-sp.c                         |   17 +-
 arch/arm/include/asm/edac.h                        |   48 +++++
 arch/arm/include/asm/hardware/timer-sp.h           |   15 +-
 arch/arm/include/asm/sched_clock.h                 |  108 +---------
 arch/arm/kernel/sched_clock.c                      |  118 +++++++++--
 arch/arm/kernel/smp_scu.c                          |    3 +-
 arch/arm/mach-highbank/highbank.c                  |    2 +-
 arch/arm/mach-ixp4xx/common.c                      |   16 +-
 arch/arm/mach-mmp/time.c                           |   16 +-
 arch/arm/mach-omap1/time.c                         |   58 +----
 arch/arm/mach-omap2/timer.c                        |   20 +-
 arch/arm/mach-picoxcell/time.c                     |   17 +-
 arch/arm/mach-pxa/time.c                           |   15 +-
 arch/arm/mach-sa1100/time.c                        |   28 +--
 arch/arm/mach-tegra/timer.c                        |   24 +--
 arch/arm/mach-u300/timer.c                         |   15 +-
 arch/arm/plat-iop/time.c                           |   16 +-
 arch/arm/plat-mxc/time.c                           |   15 +-
 arch/arm/plat-nomadik/timer.c                      |   20 +-
 arch/arm/plat-omap/counter_32k.c                   |   40 +---
 arch/arm/plat-omap/include/plat/common.h           |    1 -
 arch/arm/plat-orion/time.c                         |   21 +-
 arch/arm/plat-s5p/s5p-time.c                       |   19 +-
 arch/arm/plat-versatile/sched-clock.c              |   29 +--
 debian.master/config/amd64/config.common.amd64     |    1 +
 debian.master/config/armel/config.common.armel     |    1 +
 debian.master/config/armhf/config.common.armhf     |    1 +
 debian.master/config/config.common.ubuntu          |    3 +-
 debian.master/config/i386/config.common.i386       |    1 +
 debian.master/config/powerpc/config.common.powerpc |    1 +
 debian.master/config/ppc64/config.common.ppc64     |    1 +
 drivers/edac/Kconfig                               |   16 +-
 drivers/edac/Makefile                              |    4 +
 drivers/edac/highbank_l2_edac.c                    |  149 +++++++++++++
 drivers/edac/highbank_mc_edac.c                    |  223 ++++++++++++++++++++
 drivers/net/ethernet/calxeda/xgmac.c               |    5 +-
 38 files changed, 657 insertions(+), 443 deletions(-)
 create mode 100644 arch/arm/include/asm/edac.h
 create mode 100644 drivers/edac/highbank_l2_edac.c
 create mode 100644 drivers/edac/highbank_mc_edac.c

Comments

Tim Gardner June 27, 2012, 1:46 p.m. UTC | #1
On 06/27/2012 06:48 AM, Ike Panhc wrote:
> 
> The following changes since commit 48a0da1a4e25c2e69636f8ff181284f1c6a473b1:
> 
>   UBUNTU: PACKAGING: add .gnu_debuglink sections to .ko files (2012-06-25 10:12:46 -0600)
> 
> are available in the git repository at:
> 
>   git://kernel.ubuntu.com/ikepanhc/public.git lp1008345-precise
> 
> for you to fetch changes up to 8fb98fcf4fc70570616bc25674d447e2ef87c946:
> 
>   UBUNTU: [Config] Updateconfigs (2012-06-27 20:25:45 +0800)
> 
> 
> Ike Panhc (1):
>   UBUNTU: [Config] Updateconfigs
> 
> Marc Zyngier (1):
>   ARM: 7205/2: sched_clock: allow sched_clock to be selected at runtime
> 
> Rob Herring (6):
>   ARM: timer-sp: add sched_clock support
>   ARM: highbank: enable sp804 based sched_clock
>   UBUNTU: SAUCE: net: calxedaxgmac: enable rx cut-thru mode
>   ARM: 7201/1: add EDAC atomic_scrub function
>   UBUNTU: SAUCE: EDAC: Add support for the highbank platform memory
>   UBUNTU: SAUCE: EDAC: add support for highbank platform L2 cache ecc
> 
> Will Deacon (1):
>   ARM: 7347/1: SCU: use cpu_logical_map for per-CPU low power mode
> 

This doesn't look too bad. I'd be a bit worried about the giant
sched_clock patch except that its been in since 3.3. We'll still need
some thorough regression testing on other arches.

rtg
Leann Ogasawara June 27, 2012, 5:11 p.m. UTC | #2
5 of the patches are clean cherry-picks from upstream.  Of the other 4
patches, one is strictly config updates, and the other 3 sauce patches
appear to do as claimed and are platform specific.  I've been told by
Ike that he has fully tested these.  With a target of landing in the
12.04.1 release, I think these should be pulled in for more widespread
testing to at least ensure we don't hit any regressions.

Acked-by: Leann Ogasawara <leann.ogasawara@canonical.com>

On 06/27/2012 05:48 AM, Ike Panhc wrote:
> The following changes since commit 48a0da1a4e25c2e69636f8ff181284f1c6a473b1:
>
>   UBUNTU: PACKAGING: add .gnu_debuglink sections to .ko files (2012-06-25 10:12:46 -0600)
>
> are available in the git repository at:
>
>   git://kernel.ubuntu.com/ikepanhc/public.git lp1008345-precise
>
> for you to fetch changes up to 8fb98fcf4fc70570616bc25674d447e2ef87c946:
>
>   UBUNTU: [Config] Updateconfigs (2012-06-27 20:25:45 +0800)
>
>
> Ike Panhc (1):
>   UBUNTU: [Config] Updateconfigs
>
> Marc Zyngier (1):
>   ARM: 7205/2: sched_clock: allow sched_clock to be selected at runtime
>
> Rob Herring (6):
>   ARM: timer-sp: add sched_clock support
>   ARM: highbank: enable sp804 based sched_clock
>   UBUNTU: SAUCE: net: calxedaxgmac: enable rx cut-thru mode
>   ARM: 7201/1: add EDAC atomic_scrub function
>   UBUNTU: SAUCE: EDAC: Add support for the highbank platform memory
>   UBUNTU: SAUCE: EDAC: add support for highbank platform L2 cache ecc
>
> Will Deacon (1):
>   ARM: 7347/1: SCU: use cpu_logical_map for per-CPU low power mode
>
>  arch/arm/Kconfig                                   |    1 +
>  arch/arm/boot/dts/highbank.dts                     |   12 ++
>  arch/arm/common/timer-sp.c                         |   17 +-
>  arch/arm/include/asm/edac.h                        |   48 +++++
>  arch/arm/include/asm/hardware/timer-sp.h           |   15 +-
>  arch/arm/include/asm/sched_clock.h                 |  108 +---------
>  arch/arm/kernel/sched_clock.c                      |  118 +++++++++--
>  arch/arm/kernel/smp_scu.c                          |    3 +-
>  arch/arm/mach-highbank/highbank.c                  |    2 +-
>  arch/arm/mach-ixp4xx/common.c                      |   16 +-
>  arch/arm/mach-mmp/time.c                           |   16 +-
>  arch/arm/mach-omap1/time.c                         |   58 +----
>  arch/arm/mach-omap2/timer.c                        |   20 +-
>  arch/arm/mach-picoxcell/time.c                     |   17 +-
>  arch/arm/mach-pxa/time.c                           |   15 +-
>  arch/arm/mach-sa1100/time.c                        |   28 +--
>  arch/arm/mach-tegra/timer.c                        |   24 +--
>  arch/arm/mach-u300/timer.c                         |   15 +-
>  arch/arm/plat-iop/time.c                           |   16 +-
>  arch/arm/plat-mxc/time.c                           |   15 +-
>  arch/arm/plat-nomadik/timer.c                      |   20 +-
>  arch/arm/plat-omap/counter_32k.c                   |   40 +---
>  arch/arm/plat-omap/include/plat/common.h           |    1 -
>  arch/arm/plat-orion/time.c                         |   21 +-
>  arch/arm/plat-s5p/s5p-time.c                       |   19 +-
>  arch/arm/plat-versatile/sched-clock.c              |   29 +--
>  debian.master/config/amd64/config.common.amd64     |    1 +
>  debian.master/config/armel/config.common.armel     |    1 +
>  debian.master/config/armhf/config.common.armhf     |    1 +
>  debian.master/config/config.common.ubuntu          |    3 +-
>  debian.master/config/i386/config.common.i386       |    1 +
>  debian.master/config/powerpc/config.common.powerpc |    1 +
>  debian.master/config/ppc64/config.common.ppc64     |    1 +
>  drivers/edac/Kconfig                               |   16 +-
>  drivers/edac/Makefile                              |    4 +
>  drivers/edac/highbank_l2_edac.c                    |  149 +++++++++++++
>  drivers/edac/highbank_mc_edac.c                    |  223 ++++++++++++++++++++
>  drivers/net/ethernet/calxeda/xgmac.c               |    5 +-
>  38 files changed, 657 insertions(+), 443 deletions(-)
>  create mode 100644 arch/arm/include/asm/edac.h
>  create mode 100644 drivers/edac/highbank_l2_edac.c
>  create mode 100644 drivers/edac/highbank_mc_edac.c
>
Tim Gardner June 27, 2012, 5:24 p.m. UTC | #3