index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
livepatch
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-09-30
lib: string_helpers: provide kfree_strarray()
Bartosz Golaszewski
2
-0
/
+25
2020-09-30
gpio: mpc8xxx: simplify ls1028a/ls1088a support
Michael Walle
1
-33
/
+12
2020-09-30
gpio: mockup: fix resource leak in error path
Bartosz Golaszewski
1
-0
/
+2
2020-09-29
gpio: mxc: Support module build
Anson Huang
2
-1
/
+7
2020-09-29
pinctrl: bcm: fix kconfig dependency warning when !GPIOLIB
Necip Fazil Yildiran
1
-0
/
+1
2020-09-29
dt-bindings: gpio: convert bindings for Maxim MAX732x family to dtschema
Krzysztof Kozlowski
2
-60
/
+68
2020-09-29
dt-bindings: gpio: convert bindings for NXP PCA953x family to dtschema
Krzysztof Kozlowski
3
-94
/
+166
2020-09-29
dt-bindings: gpio: fsl-imx-gpio: add gpio-line-names
Krzysztof Kozlowski
1
-1
/
+1
2020-09-29
dt-bindings: gpio: fsl-imx-gpio: add i.MX ARMv6 and ARMv7 compatibles
Krzysztof Kozlowski
1
-0
/
+12
2020-09-29
dt-bindings: gpio: pl061: add gpio-line-names
Krzysztof Kozlowski
1
-0
/
+3
2020-09-17
gpiolib: check for parent device in devprop_gpiochip_set_names()
Bartosz Golaszewski
1
-0
/
+4
2020-09-14
gpiolib: unexport devprop_gpiochip_set_names()
Bartosz Golaszewski
4
-66
/
+47
2020-09-14
gpiolib: generalize devprop_gpiochip_set_names() for device properties
Bartosz Golaszewski
5
-24
/
+15
2020-09-14
device: property: add helpers to count items in string arrays
Bartosz Golaszewski
1
-0
/
+13
2020-09-14
gpiolib: switch to simpler IDA interface
Bartosz Golaszewski
1
-3
/
+3
2020-09-11
gpiolib: convert to use DEFINE_SEQ_ATTRIBUTE macro
Andy Shevchenko
1
-16
/
+3
2020-09-09
gpio: tc35894: Disable Direct KBD interrupts to enable gpio irq
dillon min
2
-2
/
+22
2020-09-04
dt-bindings: gpio: fsl-imx-gpio: Add power-domains
Krzysztof Kozlowski
1
-0
/
+3
2020-09-04
dt-bindings: gpio: fsl-imx-gpio: Add parsing of hogs
Krzysztof Kozlowski
1
-0
/
+17
2020-09-04
dt-bindings: gpio: fsl-imx-gpio: Add gpio-ranges property
Krzysztof Kozlowski
1
-0
/
+2
2020-09-04
dt-bindings: gpio: fsl-imx-gpio: Add i.MX 8 compatibles
Krzysztof Kozlowski
1
-6
/
+15
2020-08-28
gpio: zynq: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-5
/
+3
2020-08-28
gpio: pisosr: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-6
/
+3
2020-08-28
gpio: pca953x: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-6
/
+3
2020-08-28
gpio: omap: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-4
/
+1
2020-08-28
gpio: davinci: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-6
/
+2
2020-08-28
gpio: bcm-kona: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-4
/
+1
2020-08-28
dt-bindings: gpio: renesas, rcar-gpio: Add r8a774e1 support
Lad Prabhakar
1
-0
/
+1
2020-08-27
gpio: dwapb: Use resource managed GPIO-chip add data method
Serge Semin
1
-35
/
+2
2020-08-27
gpio: dwapb: Get clocks by means of resource managed interface
Serge Semin
1
-16
/
+32
2020-08-27
gpio: dwapb: Get reset control by means of resource managed interface
Serge Semin
1
-6
/
+29
2020-08-27
gpio: dwapb: Discard ACPI GPIO-chip IRQs request
Serge Semin
1
-4
/
+0
2020-08-27
gpio: dwapb: Discard GPIO-to-IRQ mapping function
Serge Semin
1
-10
/
+0
2020-08-27
gpio: dwapb: Convert driver to using the GPIO-lib-based IRQ-chip
Serge Semin
2
-94
/
+111
2020-08-27
gpio: dwapb: Add max GPIOs macro
Serge Semin
2
-5
/
+7
2020-08-27
gpio: dwapb: Move MFD-specific IRQ handler
Serge Semin
1
-5
/
+5
2020-08-27
gpio: dwapb: Add ngpios DT-property support
Serge Semin
1
-1
/
+2
2020-08-27
dt-bindings: gpio: dwapb: Add ngpios property support
Serge Semin
1
-0
/
+6
2020-08-18
gpio: aggregator: Refactor ->{get, set}_multiple() to make Sparse happy
Andy Shevchenko
1
-27
/
+43
2020-08-18
gpio: stp-xway: automatically drive GPHY leds on ar10 and grx390
Aleksander Jan Bajkowski
1
-6
/
+48
2020-08-16
Linux 5.9-rc1
v5.9-rc1
Linus Torvalds
1
-2
/
+2
2020-08-16
parisc: fix PMD pages allocation by restoring pmd_alloc_one()
Mike Rapoport
1
-0
/
+6
2020-08-16
io_uring: short circuit -EAGAIN for blocking read attempt
Jens Axboe
1
-1
/
+4
2020-08-15
io_uring: sanitize double poll handling
Jens Axboe
1
-9
/
+25
2020-08-15
virtio: pci: constify ioreadX() iomem argument (as in generic implementation)
Krzysztof Kozlowski
1
-3
/
+3
2020-08-15
ntb: intel: constify ioreadX() iomem argument (as in generic implementation)
Krzysztof Kozlowski
3
-3
/
+3
2020-08-15
rtl818x: constify ioreadX() iomem argument (as in generic implementation)
Krzysztof Kozlowski
1
-3
/
+3
2020-08-15
iomap: constify ioreadX() iomem argument (as in generic implementation)
Krzysztof Kozlowski
22
-138
/
+138
2020-08-15
sh: use generic strncpy()
Kuninori Morimoto
1
-26
/
+0
2020-08-15
sh: clkfwk: remove r8/r16/r32
Kuninori Morimoto
1
-19
/
+4
[next]