index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-20
gpio: pca953x: Add wake-up support
Geert Uytterhoeven
1
-0
/
+9
2019-02-20
Merge tag 'gpio-v5.1-updates-for-linus-part-2' of git://git.kernel.org/pub/sc...
Linus Walleij
1
-27
/
+162
2019-02-19
gpio: tegra: Fix offset of pinctrl calls
Linus Walleij
1
-4
/
+21
2019-02-19
gpio: mockup: rework debugfs interface
Bartosz Golaszewski
1
-14
/
+103
2019-02-19
gpio: mockup: change the signature of unlocked get/set helpers
Bartosz Golaszewski
1
-11
/
+8
2019-02-19
gpio: mockup: change the type of 'offset' to unsigned int
Bartosz Golaszewski
1
-1
/
+1
2019-02-19
gpio: mockup: don't create the debugfs link named after the label
Bartosz Golaszewski
1
-5
/
+1
2019-02-19
gpio: mockup: implement get_multiple()
Bartosz Golaszewski
1
-0
/
+17
2019-02-19
gpio: mockup: add locking
Bartosz Golaszewski
1
-7
/
+43
2019-02-17
gpio: of: Apply regulator-gpio quirk only to enable-gpios
Marek Vasut
1
-0
/
+1
2019-02-17
Merge tag 'intel-gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Walleij
3
-64
/
+29
2019-02-17
Merge tag 'gpio-v5.1-updates-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Walleij
9
-65
/
+86
2019-02-14
gpio: altera-a10sr: Trivial coding style fix
Axel Lin
1
-8
/
+9
2019-02-14
gpio: tegra186: Use TEGRA186_ prefix for GPIO names
Thierry Reding
1
-35
/
+35
2019-02-14
gpio: madera: Add missing const
Charles Keepax
1
-1
/
+1
2019-02-14
gpio: pca953x: add support for pcal6416 type
Thomas Petazzoni
1
-0
/
+1
2019-02-14
gpio: pxa: avoid attempting to set pin direction via pinctrl on MMP2
Lubomir Rintel
1
-0
/
+1
2019-02-14
gpio: pcf857x: Simpify wake-up handling
Geert Uytterhoeven
1
-14
/
+1
2019-02-14
Merge branch 'ib-pca953x-config' into devel
Linus Walleij
4
-18
/
+105
2019-02-13
gpio: sprd: Add missing break in switch statement
Gustavo A. R. Silva
1
-0
/
+1
2019-02-13
gpio: zynq: properly support runtime PM for GPIO used as interrupts
Thomas Petazzoni
1
-0
/
+24
2019-02-13
gpio: pca953x: add ->set_config implementation
Thomas Petazzoni
1
-2
/
+64
2019-02-13
gpio: add core support for pull-up/pull-down configuration
Thomas Petazzoni
3
-0
/
+25
2019-02-13
gpio: use new gpio_set_config() helper in more places
Thomas Petazzoni
1
-2
/
+2
2019-02-13
gpio: rename gpio_set_drive_single_ended() to gpio_set_config()
Thomas Petazzoni
1
-14
/
+14
2019-02-09
gpio: adp5588.c: Switch to events system
Nikolaus Voss
1
-56
/
+35
2019-02-09
gpio: adp5588: Add device tree support
Nikolaus Voss
1
-83
/
+68
2019-02-09
gpio: tqmx86: Drop unnecessary gpiochip_remove in tqmx86_gpio_probe()
Wei Yongjun
1
-3
/
+1
2019-02-09
gpio: Add a Gateworks PLD GPIO driver
Linus Walleij
3
-0
/
+145
2019-02-08
gpiolib: acpi: Introduce ACPI_GPIO_QUIRK_ONLY_GPIOIO
Andy Shevchenko
1
-4
/
+11
2019-02-08
gpio: wcove: Convert to use SPDX identifier
Andy Shevchenko
1
-9
/
+1
2019-02-08
gpio: msic: Convert to use SPDX identifier
Andy Shevchenko
1
-14
/
+1
2019-02-08
gpio: crystalcove: Convert to use SPDX identifier
Andy Shevchenko
1
-10
/
+2
2019-02-08
gpio: wcove: Fix indentation
Andy Shevchenko
1
-7
/
+6
2019-02-08
gpio: wcove: Sort headers alphabetically
Andy Shevchenko
1
-2
/
+2
2019-02-08
gpio: msic: Sort headers alphabetically
Andy Shevchenko
1
-5
/
+5
2019-02-08
gpio: crystalcove: Sort headers alphabetically
Andy Shevchenko
1
-4
/
+4
2019-02-08
gpio: msic: Remove duplicate check in IRQ handler
Andy Shevchenko
1
-6
/
+3
2019-02-08
gpio: wcove: Allow return negative error code from to_reg()
Andy Shevchenko
1
-1
/
+1
2019-02-08
gpio: crystalcove: Use for_each_set_bit() in IRQ handler
Andy Shevchenko
1
-6
/
+4
2019-02-08
gpio: MT7621: use a per instance irq_chip structure
René van Dorst
1
-10
/
+10
2019-02-01
PCI: Move Rohm Vendor ID to generic list
Andy Shevchenko
2
-3
/
+0
2019-01-28
gpio: vf610: Mask all GPIO interrupts
Andrew Lunn
1
-0
/
+5
2019-01-28
gpiolib: acpi: Correct kernel doc of struct acpi_gpio_event
Andy Shevchenko
1
-1
/
+1
2019-01-28
gpio: tqmx86: Add GPIO from for this IO controller
Andrew Lunn
3
-0
/
+341
2019-01-28
gpio: altera: Fixup block comment style
Phil Reid
1
-2
/
+2
2019-01-24
gpio: of: Fix logic inversion
Linus Walleij
1
-1
/
+1
2019-01-24
Merge branch 'ib-qcom-spmi' into devel
Linus Walleij
1
-0
/
+37
2019-01-24
gpio: add irq domain activate/deactivate functions
Brian Masney
1
-0
/
+37
2019-01-23
gpio: altera-a10sr: Set proper output level for direction_output
Axel Lin
1
-1
/
+3
[prev]
[next]