1. 22 8月, 2011 1 次提交
  2. 04 3月, 2011 1 次提交
  3. 20 10月, 2010 1 次提交
    • N
      arm: remove machine_desc.io_pg_offst and .phys_io · 6451d778
      Nicolas Pitre 提交于
      Since we're now using addruart to establish the debug mapping, we can
      remove the io_pg_offst and phys_io members of struct machine_desc.
      
      The various declarations were removed using the following script:
      
        grep -rl MACHINE_START arch/arm | xargs \
        sed -i '/MACHINE_START/,/MACHINE_END/ { /\.\(phys_io\|io_pg_offst\)/d }'
      
      [ Initial patch was from Jeremy Kerr, example script from Russell King ]
      Signed-off-by: NNicolas Pitre <nicolas.pitre@linaro.org>
      Acked-by: Eric Miao <eric.miao at canonical.com>
      6451d778
  4. 24 2月, 2010 1 次提交
    • S
      [ARM] MV78xx0: Support for Buffalo WXL (Terastation Duo) · c499546f
      Sebastien Requiem 提交于
      * Modification of Kconfig to add the Option
      * 1 new file : buffalo-wxl-setup.c
      This file is inspired from the db-78xx0-setup.c already present.
      The following is done:
        - Configure MPP Lines for the plateform (see my patch for MPP)
      This is taken from the stock kernel provided by buffalotech (the vendor)
        - GigaBit Ethernet
        - Sata
        - Uart are initiallized in a different way than on the dev board as we
      have one core only.
        - USB
      
      The kernel has been running for some days now on my plateform.
      Signed-off-by: NSebastien Requiem <sebastien@kolios.dk>
      Signed-off-by: NNicolas Pitre <nico@marvell.com>
      c499546f