index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ide
/
ide-pci-generic.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-07-12
gpiolib: cdev: sort includes
Kent Gibson
1
-11
/
+11
2020-07-12
gpiolib: move gpiolib-sysfs function declarations into their own header
Kent Gibson
4
-18
/
+26
2020-07-08
gpio: gpio-mlxbf2.c: Provide __releases() annotation to stop confusing Sparse
Lee Jones
1
-0
/
+2
2020-07-08
gpio: gpio-mlxbf2: Tell the compiler that ACPI functions may not be use
Lee Jones
1
-1
/
+1
2020-07-08
gpio: gpio-mlxbf: Tell the compiler that ACPI functions may not be used
Lee Jones
1
-1
/
+1
2020-07-08
gpio: gpio-it87: Fix formatting issues which confuse kerneldoc
Lee Jones
1
-7
/
+7
2020-07-08
gpio: gpio-syscon: Fix formatting issues which confuse kerneldoc
Lee Jones
1
-6
/
+6
2020-07-08
gpio: gpio-sama5d2-piobu: Demote all kerneldoc headers to basic comment blocks
Lee Jones
1
-8
/
+8
2020-07-08
gpio: gpio-pmic-eic-sprd: Fix incorrectly named property 'map'
Lee Jones
1
-1
/
+1
2020-07-08
gpio: gpio-altera: Add missing kerneldoc entry and demote comment
Lee Jones
1
-1
/
+2
2020-07-08
gpio: gpiolib-of: Provide documentation for of_gpio_spi_cs_get_count()
Lee Jones
1
-0
/
+3
2020-07-07
gpio: aggregator: Use bitmap_parselist() for parsing GPIO offsets
Geert Uytterhoeven
1
-33
/
+26
2020-07-07
gpio: aggregator: Drop pre-initialization in get_arg()
Geert Uytterhoeven
1
-2
/
+2
2020-07-07
gpio: Add gpio-charger to the documentation
Linus Walleij
1
-0
/
+7
2020-06-30
gpiolib: Deduplicate find_first_zero_bit() call
Andy Shevchenko
1
-6
/
+4
2020-06-30
gpio: omap: Add missing PM ops for suspend
Tony Lindgren
1
-0
/
+26
2020-06-24
gpio: Drop superfluous dependencies on GPIOLIB
Geert Uytterhoeven
1
-2
/
+2
2020-06-24
gpio: zynq: Remove error prints in EPROBE_DEFER
Shubhrajyoti Datta
1
-1
/
+2
2020-06-24
gpio: zynq: Add pmc gpio support
Shubhrajyoti Datta
1
-0
/
+16
2020-06-24
gpio: zynq: Disable the irq if it is not a wakeup source
Shubhrajyoti Datta
1
-0
/
+8
2020-06-24
gpio: zynq: Add Versal support
Shubhrajyoti Datta
1
-1
/
+27
2020-06-24
dt-bindings: gpio: Add pmc gpio node to gpio-zynq
Shubhrajyoti Datta
1
-0
/
+1
2020-06-24
dt-bindings: gpio: Add binding for Versal gpio
Shubhrajyoti Datta
1
-1
/
+2
2020-06-24
gpio: zynq: protect direction in/out with a spinlock
Glenn Langedock
1
-0
/
+11
2020-06-22
gpio: pca953x: Fix GPIO resource leak on Intel Galileo Gen 2
Andy Shevchenko
1
-1
/
+6
2020-06-22
gpio: max732x: remove redundant check from probe()
Gaurav Singh
1
-1
/
+1
2020-06-20
pinctrl: at91: Make use of for_each_requested_gpio()
Andy Shevchenko
1
-5
/
+2
2020-06-20
gpio: xra1403: Make use of for_each_requested_gpio()
Andy Shevchenko
1
-6
/
+2
2020-06-20
gpio: mvebu: Make use of for_each_requested_gpio()
Andy Shevchenko
1
-6
/
+2
2020-06-20
ARM/orion/gpio: Make use of for_each_requested_gpio()
Andy Shevchenko
1
-6
/
+2
2020-06-20
gpiolib: Introduce for_each_requested_gpio_in_range() macro
Andy Shevchenko
1
-0
/
+16
2020-06-20
gpiolib: split character device into gpiolib-cdev
Kent Gibson
4
-1115
/
+1170
2020-06-20
gpio: max732x: remove redundant check
Gaurav Singh
1
-1
/
+1
2020-06-16
gpio: pca953x: disable regmap locking for automatic address incrementing
Andy Shevchenko
1
-0
/
+1
2020-06-16
gpio: pca953x: Fix direction setting when configure an IRQ
Andy Shevchenko
1
-2
/
+4
2020-06-16
gpio: pca953x: Override IRQ for one of the expanders on Galileo Gen 2
Andy Shevchenko
1
-0
/
+79
2020-06-16
gpio: pca953x: Synchronize interrupt handler properly
Andy Shevchenko
1
-3
/
+5
2020-06-16
gpio: pca953x: Add support for the PCAL9535
Jan Kiszka
1
-0
/
+2
2020-06-16
dt-bindings: gpio: pca953x: add nxp,pcal9535
Jan Kiszka
1
-0
/
+1
2020-06-16
gpio: arizona: put pm_runtime in case of failure
Navid Emamdoost
1
-1
/
+5
2020-06-16
gpio: arizona: handle pm_runtime_get_sync failure case
Navid Emamdoost
1
-0
/
+1
2020-06-15
drivers: gpio: Fix trivial spelling
Kieran Bingham
1
-1
/
+1
2020-06-15
gpio: mpc8xxx: change the gpio interrupt flags.
Song Hui
1
-1
/
+1
2020-06-15
gpiolib: sysfs: use kobj_to_dev
Wang Qing
1
-1
/
+1
2020-06-15
gpio: driver.h: fix kernel-doc markup
Mauro Carvalho Chehab
1
-1
/
+1
2020-06-14
Linux 5.8-rc1
v5.8-rc1
Linus Torvalds
1
-2
/
+2
2020-06-14
security: Add LSM hooks to set*gid syscalls
Thomas Cedeno
5
-1
/
+40
2020-06-14
Revert "btrfs: switch to iomap_dio_rw() for dio"
David Sterba
4
-166
/
+169
2020-06-14
net: ethernet: ti: ale: fix allmulti for nu type ale
Grygorii Strashko
1
-9
/
+40
2020-06-14
net: ethernet: ti: am65-cpsw-nuss: fix ale parameters init
Grygorii Strashko
1
-1
/
+1
[next]