index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
README
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-10-08
gpiolib: cdev: switch from kstrdup() to kstrndup()
Kent Gibson
1
-14
/
+13
2020-10-08
docs: gpio: add a new document to its index.rst
Mauro Carvalho Chehab
1
-0
/
+1
2020-09-30
gpio: pca953x: Add support for the NXP PCAL9554B/C
Mike Looijmans
1
-0
/
+2
2020-09-30
tools: gpio: add debounce support to gpio-event-mon
Kent Gibson
1
-3
/
+17
2020-09-30
tools: gpio: add multi-line monitoring to gpio-event-mon
Kent Gibson
1
-11
/
+34
2020-09-30
tools: gpio: port gpio-event-mon to v2 uAPI
Kent Gibson
1
-44
/
+47
2020-09-30
tools: gpio: port gpio-hammer to v2 uAPI
Kent Gibson
3
-45
/
+197
2020-09-30
tools: gpio: rename nlines to num_lines
Kent Gibson
3
-26
/
+26
2020-09-30
tools: gpio: port gpio-watch to v2 uAPI
Kent Gibson
1
-8
/
+8
2020-09-30
tools: gpio: port lsgpio to v2 uAPI
Kent Gibson
1
-22
/
+38
2020-09-30
gpio: uapi: document uAPI v1 as deprecated
Kent Gibson
1
-0
/
+26
2020-09-30
gpiolib: cdev: support setting debounce
Kent Gibson
3
-10
/
+244
2020-09-30
gpiolib: cdev: support GPIO_V2_LINE_SET_VALUES_IOCTL
Kent Gibson
1
-0
/
+61
2020-09-30
gpiolib: cdev: support GPIO_V2_LINE_SET_CONFIG_IOCTL
Kent Gibson
1
-0
/
+88
2020-09-30
gpiolib: cdev: support edge detection for uAPI v2
Kent Gibson
3
-0
/
+281
2020-09-30
gpiolib: cdev: support GPIO_V2_GET_LINEINFO_IOCTL and GPIO_V2_GET_LINEINFO_WA...
Kent Gibson
1
-28
/
+168
2020-09-30
gpiolib: cdev: support GPIO_V2_GET_LINE_IOCTL and GPIO_V2_LINE_GET_VALUES_IOCTL
Kent Gibson
1
-0
/
+424
2020-09-30
gpiolib: add build option for CDEV v1 ABI
Kent Gibson
1
-0
/
+12
2020-09-30
gpiolib: make cdev a build option
Kent Gibson
3
-3
/
+31
2020-09-30
gpio: uapi: define uAPI v2
Kent Gibson
1
-7
/
+284
2020-09-30
gpio: uapi: define GPIO_MAX_NAME_SIZE for array sizes
Kent Gibson
1
-6
/
+11
2020-09-30
gpiolib: cdev: replace strncpy() with strscpy()
Kent Gibson
1
-16
/
+7
2020-09-30
gpiolib: cdev: gpio_desc_to_lineinfo() should set info offset
Kent Gibson
1
-1
/
+2
2020-09-30
gpio: mockup: refactor the module init function
Bartosz Golaszewski
1
-47
/
+49
2020-09-30
gpio: mockup: use the generic 'gpio-line-names' property
Bartosz Golaszewski
1
-32
/
+38
2020-09-30
gpio: mockup: pass the chip label as device property
Bartosz Golaszewski
1
-9
/
+8
2020-09-30
gpio: mockup: increase the number of supported device properties
Bartosz Golaszewski
1
-2
/
+2
2020-09-30
gpio: mockup: remove unneeded return statement
Bartosz Golaszewski
1
-2
/
+0
2020-09-30
gpio: mockup: use pr_fmt()
Bartosz Golaszewski
1
-4
/
+4
2020-09-30
gpio: mockup: use KBUILD_MODNAME
Bartosz Golaszewski
1
-4
/
+3
2020-09-30
gpio: mockup: drop unneeded includes
Bartosz Golaszewski
1
-2
/
+0