index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
shash.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-04-24
gpio: aspeed: Add open-source and open-drain support
Andrew Jeffery
1
-0
/
+4
2017-04-24
gpio: aspeed: Add debounce support
Andrew Jeffery
1
-5
/
+276
2017-04-24
gpio: aspeed: dt: Add optional clocks property
Andrew Jeffery
1
-0
/
+1
2017-04-24
gpio: aspeed: dt: Fix description alignment in bindings document
Andrew Jeffery
1
-1
/
+1
2017-04-24
gpio: mvebu: Add limited PWM support
Andrew Lunn
3
-12
/
+349
2017-04-13
gpio: Use unsigned int for interrupt numbers
Thierry Reding
2
-6
/
+6
2017-04-07
gpio: f7188x: Add F71889A GPIO support.
Marty Plummer
1
-2
/
+21
2017-04-07
gpio: core: Decouple open drain/source flag with active low/high
Laxman Dewangan
4
-6
/
+13
2017-04-07
gpio: arizona: Correct handling for reading input GPIOs
Charles Keepax
1
-2
/
+28
2017-03-28
gpio: 104-idi-48: make use of raw_spinlock variants
Julia Cartwright
1
-8
/
+10
2017-03-28
gpio: pci-idio-16: make use of raw_spinlock variants
Julia Cartwright
1
-14
/
+14
2017-03-28
gpio: 104-idio-16: make use of raw_spinlock variants
Julia Cartwright
1
-12
/
+12
2017-03-24
gpio: gpio-reg: add irq mapping for gpio-reg users
Russell King
2
-3
/
+25
2017-03-24
gpio: add generic single-register fixed-direction GPIO driver
Russell King
4
-0
/
+183
2017-03-24
gpio: sa1100: implement get_direction method
Russell King
1
-0
/
+8
2017-03-24
gpio: sa1100: convert to use IO accessors
Russell King
1
-75
/
+124
2017-03-24
gpio: sa1100: use sa11x0_gpio_set_wake()
Russell King
1
-7
/
+12
2017-03-23
gpio: merrifield: Don't use GPIOF_DIR_IN / GPIOF_DIR_OUT
Andy Shevchenko
1
-1
/
+1
2017-03-23
usb: dwc3: pci: Switch to devm_acpi_dev_add_driver_gpios()
Andy Shevchenko
1
-2
/
+3
2017-03-23
gpio: pca953x: Expand comment for "reset" GPIO in ACPI case
Andy Shevchenko
1
-1
/
+7
2017-03-23
gpio: pca953x: Sort headers alphabetically
Andy Shevchenko
1
-6
/
+7
2017-03-23
gpio: pca953x: Introduce a long awaited ->get_direction()
Andy Shevchenko
1
-0
/
+16
2017-03-23
gpio: mvebu: use BIT macro instead of bit shifting
Ralph Sennhauser
1
-16
/
+17
2017-03-23
gpio: mmio: add support for NI 169445 NAND GPIO
Nathan Sullivan
2
-0
/
+39
2017-03-22
gpio: moxart: Switch to using the FTGPIO010 driver
Linus Walleij
3
-94
/
+1
2017-03-22
gpio: gemini: rename to match Faraday IP
Linus Walleij
3
-37
/
+44
2017-03-22
gpio: gemini: augment DT bindings
Linus Walleij
2
-22
/
+6
2017-03-16
gpio: mvebu: let the compiler inline
Ralph Sennhauser
1
-11
/
+7
2017-03-16
gpio: mvebu: extra whitespace fixes
Ralph Sennhauser
1
-7
/
+6
2017-03-16
gpio: mvebu: checkpatch: whitespace fixes
Ralph Sennhauser
1
-0
/
+1
2017-03-16
gpio: mvebu: checkpatch: unsigned int fixes
Ralph Sennhauser
1
-6
/
+7
2017-03-16
gpio: mvebu: start multiline block comments with blank line
Ralph Sennhauser
1
-2
/
+4
2017-03-16
gpio: mvebu: checkpatch: block comment fixes
Ralph Sennhauser
1
-8
/
+16
2017-03-16
gpio: acpi: Ignore -EPROBE_DEFER for unselected gpioints
Hans de Goede
1
-7
/
+11
2017-03-16
Input: soc_button_array - Propagate error from gpiod_count()
Andy Shevchenko
1
-2
/
+3
2017-03-16
platform/x86: surface3_button: Propagate error from gpiod_count()
Andy Shevchenko
1
-2
/
+3
2017-03-16
gpio: of: Don't return 0 on dt_gpio_count()
Andy Shevchenko
1
-2
/
+2
2017-03-16
gpio: acpi: Don't return 0 on acpi_gpio_count()
Andy Shevchenko
1
-2
/
+2
2017-03-16
gpio: xlp: Update for ARCH_THUNDER2
Jayachandran C
2
-1
/
+2
2017-03-16
gpio: zx: make use of raw_spinlock variants
Julia Cartwright
1
-12
/
+12
2017-03-16
gpio: ws16c48: make use of raw_spinlock variants
Julia Cartwright
1
-23
/
+23
2017-03-16
gpio: pl061: make use of raw_spinlock variants
Julia Cartwright
1
-14
/
+14
2017-03-16
gpio: etraxfs: make use of raw_spinlock variants
Julia Cartwright
1
-12
/
+12
2017-03-16
gpio: ath79: make use of raw_spinlock variants
Julia Cartwright
1
-14
/
+14
2017-03-16
gpio: bcm-kona: make use of raw_spinlock variants
Julia Cartwright
1
-24
/
+24
2017-03-16
gpio: 104-dio-48e: make use of raw_spinlock variants
Julia Cartwright
1
-19
/
+19
2017-03-16
gpio: altera: make use of raw_spinlock variants
Julia Cartwright
1
-12
/
+12
2017-03-15
gpio: pc104: Mask PC/104 drivers via PC104 Kconfig option
William Breathitt Gray
1
-4
/
+4
2017-03-15
gpio: sta2x11: use resource management for irqs
Bartosz Golaszewski
1
-11
/
+6
2017-03-15
gpio: mxs: use devm_irq_alloc_descs()
Bartosz Golaszewski
1
-4
/
+2
[next]