1. 26 8月, 2014 1 次提交
  2. 01 7月, 2014 4 次提交
  3. 27 6月, 2014 1 次提交
  4. 19 6月, 2014 1 次提交
  5. 14 5月, 2014 1 次提交
    • R
      tools: usb: aio example applications · b34e08d5
      Robert Baldyga 提交于
      This patch adds two example applications showing usage of Asynchronous I/O API
      of FunctionFS. First one (aio_simple) is simple example of bidirectional data
      transfer. Second one (aio_multibuff) shows multi-buffer data transfer, which
      may to be used in high performance applications.
      
      Both examples contains userspace applications for device and for host.
      It needs libaio library on the device, and libusb library on host.
      Signed-off-by: NRobert Baldyga <r.baldyga@samsung.com>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      b34e08d5
  6. 05 12月, 2013 1 次提交
    • H
      usb: tools: fix a regression issue that gcc can't link to pthread · cb292ce2
      Huang Rui 提交于
      Reproduce:
      ray@hr-bak:~/usb$ make -C tools/usb/
      make: Entering directory `/home/ray/usb/tools/usb'
      gcc -Wall -Wextra -g -lpthread -I../include -o testusb testusb.c
      /tmp/cc0EMxfy.o: In function `main':
      /home/ray/usb/tools/usb/testusb.c:508: undefined reference to `pthread_create'
      /home/ray/usb/tools/usb/testusb.c:531: undefined reference to `pthread_join'
      collect2: error: ld returned 1 exit status
      make: *** [testusb] Error 1
      make: Leaving directory `/home/ray/usb/tools/usb'
      
      Comments:
      In the latest version (4.7.3) of gcc compiler, it requres that
      libraries must follow the object or source files like below:
      
      "gcc hello.c -lpthread" instead of "gcc -lpthread hello.c"
      
      And it isn't encountered at gcc version 4.7.2.
      So this patch fix to move the pthread option after testusb.c.
      Signed-off-by: NHuang Rui <ray.huang@amd.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      cb292ce2
  7. 07 3月, 2013 1 次提交
  8. 09 2月, 2013 1 次提交
  9. 12 1月, 2013 1 次提交
  10. 11 9月, 2012 1 次提交
  11. 14 6月, 2012 1 次提交
  12. 15 5月, 2012 1 次提交
  13. 08 5月, 2012 1 次提交
  14. 29 2月, 2012 1 次提交
  15. 24 1月, 2012 1 次提交
  16. 01 3月, 2011 1 次提交
  17. 18 2月, 2011 1 次提交
  18. 23 1月, 2011 2 次提交
  19. 21 5月, 2010 3 次提交