treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project
treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is: GPL-2.0-onlySigned-off-by: Thomas Gleixner <tglx@linutronix.de>Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
show more ...
tools: ffs-aio-example: use endpoint addresses from descriptorsThis makes examples more platform independent and more compatible withUSB standard, as endpoint addresses in given interface may diff
tools: ffs-aio-example: use endpoint addresses from descriptorsThis makes examples more platform independent and more compatible withUSB standard, as endpoint addresses in given interface may differbetween hardware platforms or even between configurations in singleUSB device.Signed-off-by: Robert Baldyga <r.baldyga@samsung.com>Signed-off-by: Felipe Balbi <balbi@ti.com>
tools: ffs-aio-example: add license informationAdd missing information about license. Some people will probably want toreuse this code in their projects released under variety of licenses. For thi
tools: ffs-aio-example: add license informationAdd missing information about license. Some people will probably want toreuse this code in their projects released under variety of licenses. For thisreason this example is under Public Domain license to avoid GPL limitations.Acked-by: Michal Nazarewicz <mina86@mina86.com>Signed-off-by: Robert Baldyga <r.baldyga@samsung.com>Signed-off-by: Felipe Balbi <balbi@ti.com>
tools: usb: aio example applicationsThis patch adds two example applications showing usage of Asynchronous I/O APIof FunctionFS. First one (aio_simple) is simple example of bidirectional datatran
tools: usb: aio example applicationsThis patch adds two example applications showing usage of Asynchronous I/O APIof FunctionFS. First one (aio_simple) is simple example of bidirectional datatransfer. Second one (aio_multibuff) shows multi-buffer data transfer, whichmay 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: Robert Baldyga <r.baldyga@samsung.com>Signed-off-by: Felipe Balbi <balbi@ti.com>