1. 07 Jun, 2013 1 commit
    • Juan David González Cobas's avatar
      build: add git describe info as modinfo · 7c9c02e8
      Juan David González Cobas authored
      For traceability purposes, we include commit descriptions
      as MODULE_VERSION information in drivers that are deployed
      in CERN control system.
      
      Ideally, the commit description should be added to all the
      binary blobs installed, but the kernel module is critical
      in this connection, as it is crucial to trace back quickly
      the whereabouts of installed .ko sources.
      7c9c02e8
  2. 31 May, 2013 3 commits
  3. 20 May, 2013 4 commits
  4. 16 May, 2013 8 commits
  5. 29 Apr, 2013 1 commit
  6. 20 Mar, 2013 2 commits
  7. 24 Jan, 2013 2 commits
  8. 17 Dec, 2012 1 commit
    • Alessandro Rubini's avatar
      test-lm32: removed as obsolete stuff · 4f90018d
      Alessandro Rubini authored
      This directory includes some tests to validate firmware loading
      and other things, but they don't really apply to the new software layout.
      Given things are pretty stable on that level, it's easier to remove
      the directory (for which I had already dropped the docs) than to port
      the code).
      
      Thanks to Benoit Rat for noting this old code was still there.
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      4f90018d
  9. 14 Dec, 2012 2 commits
  10. 04 Dec, 2012 1 commit
  11. 03 Dec, 2012 5 commits
  12. 20 Nov, 2012 3 commits
  13. 13 Nov, 2012 1 commit
  14. 30 Oct, 2012 2 commits
  15. 28 Oct, 2012 1 commit
  16. 24 Oct, 2012 1 commit
  17. 19 Oct, 2012 1 commit
  18. 16 Oct, 2012 1 commit
    • Alessandro Rubini's avatar
      Makefiles: some contortions to be friends of submodules · 121a2c1f
      Alessandro Rubini authored
      This patch adds a script "check-fmc-bus" that returns the pathname of
      the fmc-bus kernel driver, either under this directory or under
      ../fmc-bus .  The former applies when fmc-bus is a submodule of this
      package, the latter applies when we both are submodules of another
      package.
      
      The final aim is helping the naive user, who just wants to build it
      all in a single step -- both if building this package or another
      package that depends on both fmc-bus and this one.
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      121a2c1f