An error occurred fetching the project authors.
  1. 16 Dec, 2009 1 commit
  2. 30 Nov, 2009 1 commit
  3. 30 Oct, 2009 1 commit
  4. 26 Oct, 2009 1 commit
  5. 15 Sep, 2009 1 commit
  6. 13 Aug, 2009 1 commit
  7. 04 Aug, 2009 1 commit
  8. 17 Jun, 2009 2 commits
  9. 11 Jun, 2009 1 commit
  10. 02 Apr, 2009 1 commit
  11. 30 Mar, 2009 1 commit
  12. 10 Mar, 2009 1 commit
  13. 21 Jan, 2009 4 commits
  14. 22 Dec, 2008 7 commits
  15. 22 Oct, 2008 1 commit
  16. 21 Oct, 2008 2 commits
  17. 20 Oct, 2008 4 commits
  18. 01 Oct, 2008 1 commit
  19. 11 Aug, 2008 1 commit
  20. 29 Jul, 2008 2 commits
  21. 28 Jul, 2008 3 commits
  22. 12 Jul, 2008 1 commit
    • Eric Miao's avatar
      [NET] smc91x: remove "irq_flags" from "struct smc91x_platdata" · d280eadc
      Eric Miao authored
      IRQ trigger type can be specified in the IRQ resource definition by
      IORESOURCE_IRQ_*, we need only one way to specify this.
      
      This also fixes the following small issue:
      
      To allow dynamic support for multiple platforms, when those relevant
      macros are not defined for one specific platform, the default case
      will be:
      
      	- SMC_DYNAMIC_BUS_CONFIG defined
      	- and SMC_IRQ_FLAGS = IRQF_TRIGGER_RISING
      
      While if "irq_flags" is missing when defining the smc91x_platdata,
      usually as follows:
      
        static struct smc91x_platdata xxxx_smc91x_data = {
      	.flags	= SMC91X_USE_XXBIT,
        };
      
      The lp->cfg.irq_flags will always be overriden by the above structure
      (due to a memcpy), thus rendering lp->cfg.irq_flags to be "0" always.
      (regardless of the default SMC_IRQ_FLAGS or IORESOURCE_IRQ_* flags)
      
      Fixes this by forcing to use IORESOURCE_IRQ_* flags if present, and
      make the only user of smc91x_platdata.irq_flags (renesas/migor) to
      use IORESOURCE_IRQ_*.
      Signed-off-by: default avatarEric Miao <eric.miao@marvell.com>
      Acked-by: default avatarNicolas Pitre <nico@cam.org>
      Acked-by: default avatarJeff Garzik <jgarzik@pobox.com>
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      d280eadc
  23. 08 May, 2008 1 commit