index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
gpio: regmap: Switch to use fwnode instead of of_node
Andy Shevchenko
2021-12-23
1
-5
/
+1
|
*
|
|
|
|
gpio: tegra186: Add support for Tegra241
Akhil R
2021-12-23
1
-0
/
+52
|
*
|
|
|
|
gpio: brcmstb: Use local variable to access OF node
Andy Shevchenko
2021-12-23
1
-1
/
+1
|
*
|
|
|
|
gpio: Remove unused local OF node pointers
Andy Shevchenko
2021-12-22
3
-5
/
+2
|
*
|
|
|
|
gpio: sim: add missing fwnode_handle_put() in gpio_sim_probe()
Yang Yingliang
2021-12-21
1
-1
/
+3
|
*
|
|
|
|
gpio: msc313: Add support for SSD201 and SSD202D
Daniel Palmer
2021-12-20
1
-0
/
+261
|
*
|
|
|
|
gpio: msc313: Code clean ups
Daniel Palmer
2021-12-20
1
-4
/
+1
|
*
|
|
|
|
gpio: sim: fix uninitialized ret variable
Tom Rix
2021-12-19
1
-1
/
+2
|
*
|
|
|
|
gpio: Propagate firmware node from a parent device
Andy Shevchenko
2021-12-17
5
-15
/
+11
|
*
|
|
|
|
gpio: Setup parent device and get rid of unnecessary of_node assignment
Andy Shevchenko
2021-12-17
4
-8
/
+6
|
*
|
|
|
|
gpio: Get rid of duplicate of_node assignment in the drivers
Andy Shevchenko
2021-12-17
25
-36
/
+2
|
*
|
|
|
|
Merge tag 'intel-gpio-v5.17-1' of gitolite.kernel.org:pub/scm/linux/kernel/gi...
Bartosz Golaszewski
2021-12-17
5
-82
/
+75
|
|
\
\
\
\
\
|
|
*
|
|
|
|
gpio: sch: fix typo in a comment
Jason Wang
2021-12-13
1
-1
/
+1
|
|
*
|
|
|
|
gpio: dwapb: clarify usage of the register file version
Andy Shevchenko
2021-12-01
1
-4
/
+6
|
|
*
|
|
|
|
gpio: ml-ioh: Change whitespace to match gpio-pch.c
Bjorn Helgaas
2021-12-01
1
-4
/
+4
|
|
*
|
|
|
|
gpio: ml-ioh: Use BIT() to match gpio-pch.c
Bjorn Helgaas
2021-12-01
1
-13
/
+13
|
|
*
|
|
|
|
gpio: ml-ioh: Cache &pdev->dev to reduce repetition
Bjorn Helgaas
2021-12-01
1
-11
/
+11
|
|
*
|
|
|
|
gpio: pch: Cache &pdev->dev to reduce repetition
Bjorn Helgaas
2021-12-01
1
-10
/
+11
|
|
*
|
|
|
|
gpio: pch: Use .driver_data instead of checking Device IDs again
Bjorn Helgaas
2021-12-01
1
-12
/
+9
|
|
*
|
|
|
|
gpiolib: acpi: Unify debug and other messages format
Andy Shevchenko
2021-11-25
1
-6
/
+4
|
|
*
|
|
|
|
gpiolib: acpi: Do not set the IRQ type if the IRQ is already in use
Hans de Goede
2021-11-25
1
-4
/
+11
|
|
*
|
|
|
|
gpiolib: acpi: shrink devm_acpi_dev_add_driver_gpios()
Andy Shevchenko
2021-11-15
1
-13
/
+7
|
|
*
|
|
|
|
gpiolib: acpi: Remove never used devm_acpi_dev_remove_driver_gpios()
Andy Shevchenko
2021-11-15
1
-6
/
+0
|
|
|
/
/
/
/
|
*
|
|
|
|
gpiolib: allow line names from device props to override driver names
Peter Rosin
2021-12-17
1
-5
/
+15
|
*
|
|
|
|
gpio: amdpt: add new device ID and 24-pin support
Hsu Yuchang
2021-12-17
1
-3
/
+5
|
*
|
|
|
|
gpio: tegra186: Add support for Tegra234
Prathamesh Shete
2021-12-17
1
-0
/
+76
|
*
|
|
|
|
gpio: sta2x11: fix typo in a comment
Jason Wang
2021-12-17
1
-1
/
+1
|
*
|
|
|
|
gpio: sim: new testing module
Bartosz Golaszewski
2021-12-17
3
-0
/
+1598
|
*
|
|
|
|
gpiolib: of: make fwnode take precedence in struct gpio_chip
Bartosz Golaszewski
2021-12-17
1
-0
/
+3
|
*
|
|
|
|
gpiolib: allow to specify the firmware node in struct gpio_chip
Bartosz Golaszewski
2021-12-17
1
-1
/
+6
|
*
|
|
|
|
gpiolib: provide gpiod_remove_hogs()
Bartosz Golaszewski
2021-12-17
1
-0
/
+11
|
*
|
|
|
|
gpio: aspeed-sgpio: Convert aspeed_sgpio.lock to raw_spinlock
Iwona Winiarska
2021-12-10
1
-16
/
+16
|
*
|
|
|
|
gpio: aspeed: Convert aspeed_gpio.lock to raw_spinlock
Iwona Winiarska
2021-12-10
1
-26
/
+26
|
*
|
|
|
|
gpiolib: check the 'ngpios' property in core gpiolib code
Bartosz Golaszewski
2021-12-06
1
-0
/
+21
|
*
|
|
|
|
gpiolib: improve coding style for local variables
Bartosz Golaszewski
2021-12-06
1
-4
/
+4
|
*
|
|
|
|
gpio: xlp: Fix build errors from Netlogic XLP removal
Rob Herring
2021-12-03
1
-3
/
+2
|
*
|
|
|
|
gpio: rockchip: lock GPIOs used as interrupts
John Keeping
2021-12-03
1
-0
/
+18
|
*
|
|
|
|
gpio: aggregator: Add interrupt support
Geert Uytterhoeven
2021-12-03
1
-1
/
+10
|
*
|
|
|
|
gpiolib: Let gpiod_add_lookup_table() call gpiod_add_lookup_tables()
Geert Uytterhoeven
2021-12-03
1
-5
/
+1
|
*
|
|
|
|
gpio: xlp: Remove Netlogic XLP variants
Rob Herring
2021-11-15
2
-139
/
+13
|
|
/
/
/
/
*
|
|
|
|
Merge tag 'mfd-next-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
2022-01-11
3
-242
/
+0
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
gpio: bd70528 Drop BD70528 support
Matti Vaittinen
2021-11-29
3
-242
/
+0
|
|
/
/
/
*
|
|
/
gpio: gpio-aspeed-sgpio: Fix wrong hwirq base in irq handler
Steven Lee
2022-01-03
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
gpio: virtio: remove timeout
Vincent Whitchurch
2021-12-21
1
-5
/
+1
*
|
|
gpio: dln2: Fix interrupts when replugging the device
Noralf Trønnes
2021-12-19
1
-10
/
+9
|
|
/
|
/
|
*
|
gpio: rockchip: needs GENERIC_IRQ_CHIP to fix build errors
Randy Dunlap
2021-11-16
1
-0
/
+1
*
|
gpio: virtio: remove unneeded semicolon
Yang Li
2021-11-15
1
-1
/
+1
|
/
*
Merge tag 'gpio-updates-for-v5.16' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-11-08
16
-111
/
+802
|
\
|
*
gpio: virtio: Add IRQ support
Viresh Kumar
2021-11-04
2
-4
/
+299
|
*
gpio: realtek-otto: fix GPIO line IRQ offset
Sander Vanheule
2021-10-30
1
-1
/
+1
[prev]
[next]