index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpiolib: cdev: support edge detection for uAPI v2
Kent Gibson
2020-09-30
3
-0
/
+281
*
gpiolib: cdev: support GPIO_V2_GET_LINEINFO_IOCTL and GPIO_V2_GET_LINEINFO_WA...
Kent Gibson
2020-09-30
1
-28
/
+168
*
gpiolib: cdev: support GPIO_V2_GET_LINE_IOCTL and GPIO_V2_LINE_GET_VALUES_IOCTL
Kent Gibson
2020-09-30
1
-0
/
+424
*
gpiolib: add build option for CDEV v1 ABI
Kent Gibson
2020-09-30
1
-0
/
+12
*
gpiolib: make cdev a build option
Kent Gibson
2020-09-30
3
-3
/
+31
*
gpiolib: cdev: replace strncpy() with strscpy()
Kent Gibson
2020-09-30
1
-16
/
+7
*
gpiolib: cdev: gpio_desc_to_lineinfo() should set info offset
Kent Gibson
2020-09-30
1
-1
/
+2
*
gpio: mockup: refactor the module init function
Bartosz Golaszewski
2020-09-30
1
-47
/
+49
*
gpio: mockup: use the generic 'gpio-line-names' property
Bartosz Golaszewski
2020-09-30
1
-32
/
+38
*
gpio: mockup: pass the chip label as device property
Bartosz Golaszewski
2020-09-30
1
-9
/
+8
*
gpio: mockup: increase the number of supported device properties
Bartosz Golaszewski
2020-09-30
1
-2
/
+2
*
gpio: mockup: remove unneeded return statement
Bartosz Golaszewski
2020-09-30
1
-2
/
+0
*
gpio: mockup: use pr_fmt()
Bartosz Golaszewski
2020-09-30
1
-4
/
+4
*
gpio: mockup: use KBUILD_MODNAME
Bartosz Golaszewski
2020-09-30
1
-4
/
+3
*
gpio: mockup: drop unneeded includes
Bartosz Golaszewski
2020-09-30
1
-2
/
+0
*
gpio: mpc8xxx: simplify ls1028a/ls1088a support
Michael Walle
2020-09-30
1
-33
/
+12
*
gpio: mockup: fix resource leak in error path
Bartosz Golaszewski
2020-09-30
1
-0
/
+2
*
gpio: mxc: Support module build
Anson Huang
2020-09-29
2
-1
/
+7
*
pinctrl: bcm: fix kconfig dependency warning when !GPIOLIB
Necip Fazil Yildiran
2020-09-29
1
-0
/
+1
*
Merge tag 'gpio-updates-for-v5.10-part1' of git://git.kernel.org/pub/scm/linu...
Linus Walleij
2020-09-21
14
-161
/
+181
|
\
|
*
gpiolib: check for parent device in devprop_gpiochip_set_names()
Bartosz Golaszewski
2020-09-17
1
-0
/
+4
|
*
gpiolib: unexport devprop_gpiochip_set_names()
Bartosz Golaszewski
2020-09-14
3
-64
/
+47
|
*
gpiolib: generalize devprop_gpiochip_set_names() for device properties
Bartosz Golaszewski
2020-09-14
4
-22
/
+14
|
*
gpiolib: switch to simpler IDA interface
Bartosz Golaszewski
2020-09-14
1
-3
/
+3
|
*
gpiolib: convert to use DEFINE_SEQ_ATTRIBUTE macro
Andy Shevchenko
2020-09-11
1
-16
/
+3
|
*
gpio: tc35894: Disable Direct KBD interrupts to enable gpio irq
dillon min
2020-09-09
1
-2
/
+16
|
*
gpio: zynq: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-08-28
1
-5
/
+3
|
*
gpio: pisosr: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-08-28
1
-6
/
+3
|
*
gpio: pca953x: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-08-28
1
-6
/
+3
|
*
gpio: omap: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-08-28
1
-4
/
+1
|
*
gpio: davinci: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-08-28
1
-6
/
+2
|
*
gpio: bcm-kona: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-08-28
1
-4
/
+1
|
*
gpio: aggregator: Refactor ->{get, set}_multiple() to make Sparse happy
Andy Shevchenko
2020-08-18
1
-27
/
+43
|
*
gpio: stp-xway: automatically drive GPHY leds on ar10 and grx390
Aleksander Jan Bajkowski
2020-08-18
1
-6
/
+48
*
|
gpio: dwapb: Use resource managed GPIO-chip add data method
Serge Semin
2020-08-27
1
-35
/
+2
*
|
gpio: dwapb: Get clocks by means of resource managed interface
Serge Semin
2020-08-27
1
-16
/
+32
*
|
gpio: dwapb: Get reset control by means of resource managed interface
Serge Semin
2020-08-27
1
-6
/
+29
*
|
gpio: dwapb: Discard ACPI GPIO-chip IRQs request
Serge Semin
2020-08-27
1
-4
/
+0
*
|
gpio: dwapb: Discard GPIO-to-IRQ mapping function
Serge Semin
2020-08-27
1
-10
/
+0
*
|
gpio: dwapb: Convert driver to using the GPIO-lib-based IRQ-chip
Serge Semin
2020-08-27
2
-94
/
+111
*
|
gpio: dwapb: Add max GPIOs macro
Serge Semin
2020-08-27
1
-4
/
+4
*
|
gpio: dwapb: Move MFD-specific IRQ handler
Serge Semin
2020-08-27
1
-5
/
+5
*
|
gpio: dwapb: Add ngpios DT-property support
Serge Semin
2020-08-27
1
-1
/
+2
|
/
*
Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-08-16
6
-64
/
+44
|
\
|
*
loop: unset GENHD_FL_NO_PART_SCAN on LOOP_CONFIGURE
Lennart Poettering
2020-08-11
1
-0
/
+2
|
*
Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...
Jens Axboe
2020-08-07
2
-7
/
+11
|
|
\
|
|
*
md-cluster: Fix potential error pointer dereference in resize_bitmaps()
Dan Carpenter
2020-08-06
1
-0
/
+1
|
|
*
md: get sysfs entry after redundancy attr group create
Junxiao Bi
2020-08-06
1
-7
/
+10
|
*
|
rnbd: no need to set bi_end_io in rnbd_bio_map_kern
Guoqing Jiang
2020-08-06
1
-1
/
+0
|
*
|
rnbd: remove rnbd_dev_submit_io
Guoqing Jiang
2020-08-06
3
-56
/
+31
[next]