1. 20 Nov, 2015 1 commit
  2. 10 Nov, 2015 1 commit
  3. 04 Nov, 2015 2 commits
    • Adam Wujek's avatar
      kernel: remove variable comparison type warning · c09879b1
      Adam Wujek authored
      Remove following warning when comparing variables:
      In file included from include/linux/cache.h:4:0,
                       from include/linux/time.h:4,
                       from include/linux/stat.h:18,
                       from include/linux/sysfs.h:20,
                       from include/linux/kobject.h:21,
                       from include/linux/device.h:17,
                       from
      /nfs/cs-ccr-nfsdev/vol1/u1/awujek/coht/fmc/svec-sw/kernel/svec-sysfs.c:11:
      /nfs/cs-ccr-nfsdev/vol1/u1/awujek/coht/fmc/svec-sw/kernel/svec-sysfs.c:
      In function ‘__next_token’:
      include/linux/kernel.h:724:17: warning: comparison of distinct pointer
      types lacks a cast [enabled by default]
        (void) (&_min1 == &_min2);  \
                       ^
      /nfs/cs-ccr-nfsdev/vol1/u1/awujek/coht/fmc/svec-sw/kernel/svec-sysfs.c:297:8:
      note: in expansion of macro ‘min’
        len = min(p - tok + 1, buf_length - 1);
              ^
      Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
      c09879b1
    • Adam Wujek's avatar
  4. 03 Nov, 2015 7 commits
  5. 19 Oct, 2015 1 commit
  6. 15 Oct, 2015 1 commit
  7. 25 Aug, 2015 1 commit
  8. 26 May, 2015 1 commit
  9. 27 Apr, 2015 2 commits
  10. 07 Apr, 2015 2 commits
  11. 30 Mar, 2015 1 commit
  12. 06 Oct, 2014 2 commits
  13. 19 Sep, 2014 9 commits
  14. 14 Jul, 2014 1 commit
  15. 07 Jul, 2014 4 commits
  16. 01 Jul, 2014 2 commits
    • Tomasz Wlostowski's avatar
      kernel: set/clear HAS_GOLDEN/HAS_CUSTOM flags when changing gateware · 1521ff29
      Tomasz Wlostowski authored
      The driver was not setting HAS_GOLDEN/HAS_CUSTOM flags when changing gatewares. This made
      EEPROM reprogramming impossible as the svec_[read|write]_ee functions thought that golden bitstream
      is never loaded.
      1521ff29
    • Tomasz Wlostowski's avatar
      kernel: userspace gateware loading via sysfs · 335e1019
      Tomasz Wlostowski authored
      This patch allows to load an userspace-provided bitstream to a SVEC card through sysfs attributes.
      It does not rely on kernel firmware loader mechanism (so the gateware files are not restricted
      to /lib/firmware directory). Userspace communication is ensured through firmware_blob and firmware_cmd
      sysfs entries. The former inputs the bitstream in PAGESIZEd chunks, the latter receives gateware update start/finish commands.
      335e1019
  17. 12 Jun, 2014 1 commit
  18. 11 Jun, 2014 1 commit