12 Feb, 2020
1 commit
-
Add a simple program that allows to test the new LINECHANGED_FD ioctl().
Signed-off-by: Bartosz Golaszewski
Reviewed-by: Andy Shevchenko
13 Nov, 2019
1 commit
-
gpio tools fail to build correctly with make parallelization:
$ make -s -j24
ld: gpio-utils.o: file not recognized: file truncated
make[1]: *** [/home/labbott/linux_upstream/tools/build/Makefile.build:145: lsgpio-in.o] Error 1
make: *** [Makefile:43: lsgpio-in.o] Error 2
make: *** Waiting for unfinished jobs....This is because gpio-utils.o is used across multiple targets.
Fix this by making gpio-utios.o a proper dependency.Cc:
Signed-off-by: Laura Abbott
Signed-off-by: Bartosz Golaszewski
23 Jun, 2016
1 commit
-
There is a nice buildsystem dedicated for userspace tools in Linux kernel tree.
Switch gpio target to be built by it.Signed-off-by: Andy Shevchenko
Acked-by: Alexandre Courbot
Tested-by: Alexandre Courbot
Signed-off-by: Linus Walleij