1. 22 8月, 2011 1 次提交
  2. 19 7月, 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. 05 12月, 2009 1 次提交
  5. 28 10月, 2008 1 次提交
  6. 06 9月, 2008 1 次提交
  7. 19 8月, 2008 1 次提交
  8. 04 4月, 2008 1 次提交
    • R
      [ARM] 4874/2: ixp4xx: Add support for the Freecom FSG-3 board · 7e36e2f5
      Rod Whitby 提交于
      The Freecom-FSG3 is a small network-attached-storage device with the
      following feature set:
      
      * Intel IXP422
      * 4MB Flash (ixp4xx flash driver)
      * 64MB RAM
      * 4 USB 2.0 host ports (ehci and ohci drivers)
      * 1 WAN (eth1) and 3 LAN (eth0) ethernet ports
        * Supported by the open source ixp4xx ethernet driver
      * Via VT6421 disk controller (libata and sata-via drivers)
        * Internal hard disk (PATA supported, SATA not yet supported)
        * External SATA port (not yet supported)
      * ISL1208 RTC chip
      * Winbond 83782 temp sensor and fan controller
      * MiniPCI slot
      
      The ixp4xx_defconfig is also updated to support this device (the
      leds-fsg driver is to be submitted separately via the leds tree after
      this initial support is merged, as it depends on header gpio defines).
      Signed-off-by: NRod Whitby <rod@whitby.id.au>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      7e36e2f5