1. 30 11月, 2008 1 次提交
    • R
      [ARM] Hide ISA DMA API when ISA_DMA_API is unset · dcea83ad
      Russell King 提交于
      When ISA_DMA_API is unset, we're not implementing the ISA DMA API,
      so there's no point in publishing the prototypes via asm/dma.h, nor
      including the machine dependent parts of that API.
      
      This allows us to remove a lot of mach/dma.h files which don't contain
      any useful code.  Unfortunately though, some platforms put their own
      private non-ISA definitions into mach/dma.h, so we leave these behind
      and fix the appropriate #include statments.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      dcea83ad
  2. 29 11月, 2008 2 次提交
  3. 28 11月, 2008 1 次提交
    • N
      [ARM] remove a common set of __virt_to_bus definitions · b5ee9002
      Nicolas Pitre 提交于
      Let's provide an overridable default instead of having every machine
      class define __virt_to_bus and __bus_to_virt to the same thing.  What
      most platforms are using is bus_addr == phys_addr so such is the default.
      
      One exception is ebsa110 which has no DMA what so ever, so the actual
      definition is not important except only for proper compilation.  Also
      added a comment about the special footbridge bus translation.
      
      Let's also remove comments alluding to set_dma_addr which is not
      (and should not) be commonly used.
      Signed-off-by: NNicolas Pitre <nico@marvell.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      b5ee9002
  4. 30 10月, 2008 1 次提交
  5. 17 10月, 2008 1 次提交
  6. 06 9月, 2008 2 次提交
  7. 01 9月, 2008 1 次提交
  8. 19 8月, 2008 1 次提交
  9. 07 8月, 2008 2 次提交
  10. 27 7月, 2008 1 次提交
  11. 10 7月, 2008 1 次提交
  12. 30 4月, 2008 1 次提交
    • J
      i2c: Convert most new-style drivers to use module aliasing · 3760f736
      Jean Delvare 提交于
      Based on earlier work by Jon Smirl and Jochen Friedrich.
      
      Update most new-style i2c drivers to use standard module aliasing
      instead of the old driver_name/type driver matching scheme. I've
      left the video drivers apart (except for SoC camera drivers) as
      they're a bit more diffcult to deal with, they'll have their own
      patch later.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Cc: Jon Smirl <jonsmirl@gmail.com>
      Cc: Jochen Friedrich <jochen@scram.de>
      3760f736
  13. 29 4月, 2008 1 次提交
  14. 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
  15. 06 3月, 2008 1 次提交
  16. 07 2月, 2008 1 次提交
  17. 04 2月, 2008 12 次提交
  18. 28 1月, 2008 1 次提交
  19. 26 1月, 2008 1 次提交
  20. 18 12月, 2007 1 次提交
  21. 22 7月, 2007 1 次提交
  22. 20 7月, 2007 1 次提交
  23. 12 7月, 2007 4 次提交