An error occurred fetching the project authors.
  1. 30 May, 2013 1 commit
  2. 24 Jul, 2012 1 commit
  3. 21 May, 2012 2 commits
  4. 21 Mar, 2012 2 commits
  5. 09 Jan, 2012 2 commits
  6. 14 Nov, 2011 1 commit
  7. 23 Jul, 2011 1 commit
  8. 25 May, 2011 2 commits
  9. 18 Mar, 2011 1 commit
  10. 10 Jan, 2011 3 commits
  11. 10 Dec, 2010 2 commits
  12. 01 Dec, 2010 1 commit
    • Hema Kalliguddi's avatar
      usb: musb: add names for IRQs in structure resource · fcf173e4
      Hema Kalliguddi authored
      Soon resource data will get automatically
      populated from a set of autogenerated data
      from TI's hardware database for the OMAP
      platform.
      
      Such database, might not have resources at
      the expected order by the current drivers.
      
      While we could hack in some exceptions to
      that tool to generate resources in a specific
      order, it seems less fragile to use the
      resource name instead. That way, no matter
      what order the resources are generated, the
      driver still work.
      
      Modified the OMAP, Blackfin and Davinci
      architecture files to add the name of the IRQs
      in the resource structures and musb driver to
      use the platform_get_irq_byname() api to get
      the device and dma irq numbers instead of using
      the index.
      
      Cc: Tony Lindgren <tony@atomide.com>
      Acked-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
      Acked-by: default avatarMike Frysinger <vapier@gentoo.org>
      Signed-off-by: default avatarHema HK <hemahk@ti.com>
      Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
      fcf173e4
  13. 22 Oct, 2010 4 commits
  14. 27 Aug, 2010 1 commit
  15. 21 May, 2010 1 commit
  16. 09 Mar, 2010 5 commits
  17. 15 Dec, 2009 5 commits
  18. 08 Oct, 2009 3 commits
  19. 07 Oct, 2009 1 commit
    • Robin Getz's avatar
      Blackfin: mass clean up of copyright/licensing info · 96f1050d
      Robin Getz authored
      Bill Gatliff & David Brownell pointed out we were missing some
      copyrights, and licensing terms in some of the files in
      ./arch/blackfin, so this fixes things, and cleans them up.
      
      It also removes:
       - verbose GPL text(refer to the top level ./COPYING file)
       - file names (you are looking at the file)
       - bug url (it's in the ./MAINTAINERS file)
       - "or later" on GPL-2, when we did not have that right
      
      It also allows some Blackfin-specific assembly files to be under a BSD
      like license (for people to use them outside of Linux).
      Signed-off-by: default avatarRobin Getz <robin.getz@analog.com>
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
      96f1050d
  20. 17 Sep, 2009 1 commit