index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpiolib-cdev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-12
gpiolib: cdev: refactor lineevent cleanup into lineevent_free
Kent Gibson
1
-23
/
+21
2020-07-12
gpiolib: cdev: refactor linehandle cleanup into linehandle_free
Kent Gibson
1
-20
/
+19
2020-07-12
gpiolib: cdev: remove recalculation of offset
Kent Gibson
1
-13
/
+7
2020-07-12
gpiolib: cdev: fix minor race in GET_LINEINFO_WATCH
Kent Gibson
1
-5
/
+5
2020-07-12
gpiolib: cdev: rename priv to cdev
Kent Gibson
1
-45
/
+45
2020-07-12
gpiolib: cdev: use blocking notifier call chain instead of atomic
Kent Gibson
1
-12
/
+12
2020-07-12
gpiolib: cdev: remove pointless decrement of i
Kent Gibson
1
-2
/
+0
2020-07-12
gpiolib: cdev: rename numdescs to num_descs
Kent Gibson
1
-10
/
+10
2020-07-12
gpiolib: cdev: rename 'filep' and 'filp' to 'file' to be consistent with othe...
Kent Gibson
1
-35
/
+35
2020-07-12
gpiolib: cdev: refactor gpiohandle_flags_to_desc_flags
Kent Gibson
1
-41
/
+19
2020-07-12
gpiolib: cdev: minor indentation fixes
Kent Gibson
1
-14
/
+14
2020-07-12
gpiolib: cdev: sort includes
Kent Gibson
1
-11
/
+11
2020-06-20
gpiolib: split character device into gpiolib-cdev
Kent Gibson
1
-0
/
+1154