1. 07 12月, 2011 8 次提交
  2. 28 11月, 2011 1 次提交
  3. 25 11月, 2011 13 次提交
  4. 24 11月, 2011 11 次提交
  5. 16 11月, 2011 3 次提交
  6. 08 11月, 2011 2 次提交
  7. 04 11月, 2011 2 次提交
    • S
      powerpc/p3060qds: Add support for P3060QDS board · 96cc017c
      Shengzhou Liu 提交于
      The P3060QDS is a Freescale reference board that hosts the six-core P3060 SOC.
      The P3060 Processor combines six e500mc Power Architecture processor cores with
      high-performance datapath acceleration architecture(DPAA), CoreNet fabric
      infrastructure, as well as network and peripheral interfaces.
      
      P3060QDS Board Overview:
      Memory subsystem:
        - 2G Bytes unbuffered DDR3 SDRAM SO-DIMM(64bit bus)
        - 128M Bytes NOR flash single-chip memory
        - 16M Bytes SPI flash
        - 8K Bytes AT24C64 I2C EEPROM
      Ethernet:
        - 4x1G + 4x1G/2.5G Ethernet controllers
        - 2xRGMII + 1xMII, three VSC8641 PHYs on board
        - Suport multiple Vitesse VSC8234 SGMII Cards in Slot1/2/3
      PCIe: Two PCI Express 2.0 controllers/ports
      USB:  Two USB2.0, USB1(TYPE-A) and USB2(TYPE-AB) on board
      I2C:  Four I2C controllers
      UART: Supports up to four UARTs
      RapidIO: Supports two serial RapidIO ports
      Signed-off-by: NShengzhou Liu <Shengzhou.Liu@freescale.com>
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      96cc017c
    • F
      powerpc/83xx: Add shutdown request support to MCU handling on MPC8349 MITX · 6ca6ca5d
      Fabio Baltieri 提交于
      This patch add support for calling ctrl_alt_del() when the power button is
      pressed for more than about 2 seconds on some freescale MPC83xx evaluation
      boards and reference design.
      
      The code uses a kthread to poll the CTRL_BTN bit each second.
      
      Also change Kconfig entry of the driver to bool, as device's gpio
      registration is broken when loading as module.
      
      Tested on an MPC8315E RDB board.
      Signed-off-by: NFabio Baltieri <fabio.baltieri@gmail.com>
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      6ca6ca5d