Skip to content
Snippets Groups Projects
  1. Feb 19, 2014
  2. Nov 28, 2013
    • Linus Walleij's avatar
      ARM: nomadik: get rid of explicit ethernet GPIO management · 6568eccd
      Linus Walleij authored
      
      We used to set up the GPIO used for the SMC ethernet IRQ by
      requesting the GPIO line explicitly. As we recently established
      that specifying the GPIO controller as interrupt parent and
      requesting one of its interrupts by reference should be enough,
      we do away with this. Incidentally, the Nomadik GPIO chip driver
      handles this just fine: the IRQ is set up and fired as expected.
      
      Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
      6568eccd
  3. Sep 29, 2013
  4. Sep 24, 2013
  5. Aug 06, 2013
  6. Jul 09, 2013
  7. May 26, 2013
  8. May 24, 2013
  9. May 12, 2013
  10. Apr 27, 2013
  11. Mar 19, 2013
  12. Mar 07, 2013
  13. Jan 28, 2013
  14. Jan 12, 2013
  15. Jan 11, 2013
  16. Jan 03, 2013
    • Linus Walleij's avatar
      ARM: nomadik: bump the IRQ numbers again · d9621176
      Linus Walleij authored
      
      Bump the IRQ numbers from offset at 1 (right above NO_IRQ)
      to 32. This is the painful way to learn that if you're using
      SPARSE_IRQ and avoid to define .nr_irqs in your machine,
      the first 16 IRQs will be pre-allocated, and the IRQdomain
      code (as the VIC core code before it) will then assume
      that all IRQ descriptors are pre-allocated, and 16 of them
      are - by somebody else. So mapping the IRQs will fail in
      irq_create_mapping(). Moving the offset upward rids us of
      this problem.
      
      Cc: Rob Herring <rob.herring@calxeda.com>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
      d9621176
    • Linus Walleij's avatar
      ARM: nomadik: delete dangling include · 7f252b16
      Linus Walleij authored
      
      This reference to the old include header for the FSMC NAND
      MTD driver was somehow left in place, get rid of it.
      
      Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
      7f252b16
  17. Dec 24, 2012
  18. Nov 15, 2012
  19. Nov 05, 2012
Loading