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: merrifield: Better show how GPIO and IRQ bases are derived from hardware
Andy Shevchenko
2020-04-16
1
-2
/
+2
|
|
*
|
|
|
gpio: merrifield: Switch over to MSI interrupts
Andy Shevchenko
2020-04-16
1
-1
/
+5
|
|
*
|
|
|
gpio: pch: Use in pch_irq_type() macros provided by IRQ core
Andy Shevchenko
2020-04-16
1
-2
/
+2
|
|
*
|
|
|
gpio: pch: Refactor pch_irq_type() to avoid unnecessary locking
Andy Shevchenko
2020-04-16
1
-6
/
+5
|
|
*
|
|
|
gpio: pch: Get rid of unneeded variable in IRQ handler
Andy Shevchenko
2020-04-16
1
-6
/
+7
|
|
*
|
|
|
gpio: pch: Use BIT() and GENMASK() where it's appropriate
Andy Shevchenko
2020-04-16
1
-22
/
+23
|
|
*
|
|
|
gpio: ich: fix a typo
sachin agarwal
2020-04-13
1
-1
/
+1
|
|
|
/
/
/
|
*
|
|
|
Merge tag 'gpio-updates-for-v5.8-part1' of git://git.kernel.org/pub/scm/linux...
Linus Walleij
2020-05-09
9
-47
/
+113
|
|
\
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
|
*
|
|
gpio-f7188x: Add GPIO support for F81865
Petteri Jokinen
2020-05-05
1
-3
/
+30
|
|
*
|
|
gpio: tegra186: export MODULE_DEVICE_TABLE
Mian Yousaf Kaukab
2020-05-05
1
-0
/
+1
|
|
*
|
|
gpio: pca953x: drop unused parameters of pca953x_recalc_addr()
Uwe Kleine-König
2020-04-29
1
-20
/
+11
|
|
*
|
|
gpio: pca953x: fix handling of automatic address incrementing
Uwe Kleine-König
2020-04-29
1
-16
/
+28
|
|
*
|
|
gpio: pca953x: Rewrite ->get_multiple() function
Andy Shevchenko
2020-04-29
1
-30
/
+11
|
|
*
|
|
gpiolib: devprop: Warn if gpio-line-names is too long
Stephen Boyd
2020-04-24
1
-1
/
+4
|
|
*
|
|
gpio: pca953x: disable regmap locking
Bartosz Golaszewski
2020-04-17
1
-0
/
+1
|
|
*
|
|
gpio: gpio-pca953x, Add get_multiple function
Paul Thomas
2020-04-16
1
-0
/
+37
|
|
*
|
|
gpiolib: of: improve gpiolib-of support of pull up/down on expanders
Adam Ford
2020-04-15
1
-0
/
+10
|
|
*
|
|
gpio: pl061: Support building as module
Rob Herring
2020-04-14
2
-6
/
+5
|
|
*
|
|
gpio: Extend TODO to cover code duplication avoidance
Andy Shevchenko
2020-04-14
1
-0
/
+4
|
|
*
|
|
gpio: xgene-sb: set valid IRQ type in to_irq()
Brian Masney
2020-04-14
1
-1
/
+1
|
|
|
/
/
|
*
|
|
gpio: mm-lantiq: Fix small typo
Dejin Zheng
2020-04-28
1
-1
/
+1
|
*
|
|
gpio: mlxbf2: fix return value check in mlxbf2_gpio_get_lock_res()
Wei Yongjun
2020-04-28
1
-2
/
+2
|
*
|
|
gpio: ftgpio010: Fix small typo
Dejin Zheng
2020-04-28
1
-1
/
+1
|
*
|
|
gpiolib: Rename "chip" variables to "gc" in core header file
Geert Uytterhoeven
2020-04-28
1
-14
/
+13
|
*
|
|
gpiolib: Improve kernel messages
Geert Uytterhoeven
2020-04-28
1
-13
/
+11
|
*
|
|
gpio: dwapb: Amend indentation in some cases
Andy Shevchenko
2020-04-28
1
-8
/
+6
|
*
|
|
gpio: dwapb: Get rid of unnecessary conjunction over 32-bit value
Andy Shevchenko
2020-04-28
1
-2
/
+1
|
*
|
|
gpio: mlxbf2: remove unused including <linux/version.h>
YueHaibing
2020-04-17
1
-1
/
+0
|
*
|
|
gpio: dwapb: Split out dwapb_get_irq() helper
Andy Shevchenko
2020-04-17
1
-27
/
+29
|
*
|
|
gpio: dwapb: Drop of_match_ptr() & ACPI_PTR() calls
Andy Shevchenko
2020-04-17
1
-2
/
+2
|
*
|
|
gpio: dwapb: Drop bogus BUG_ON()s
Andy Shevchenko
2020-04-17
1
-4
/
+0
|
*
|
|
gpio: dwapb: Switch to more usual pattern of RMW in dwapb_gpio_set_debounce()
Andy Shevchenko
2020-04-17
1
-2
/
+3
|
*
|
|
gpio: dwapb: Convert to use IRQ core provided macros
Andy Shevchenko
2020-04-17
1
-8
/
+2
|
*
|
|
gpio: dwapb: Use device_get_match_data() to simplify code
Andy Shevchenko
2020-04-17
1
-12
/
+1
|
*
|
|
gpio: dwapb: Convert to use irqd_to_hwirq()
Andy Shevchenko
2020-04-17
1
-7
/
+9
|
*
|
|
gpio: dwapb: Deduplicate IRQ resource management
Andy Shevchenko
2020-04-17
1
-27
/
+0
|
*
|
|
gpio: dwapb: set default handler to be handle_bad_irq()
Andy Shevchenko
2020-04-17
1
-1
/
+2
|
*
|
|
gpio: dwapb: Use chained IRQ prologue and epilogue
Andy Shevchenko
2020-04-17
1
-3
/
+2
|
*
|
|
gpio: dwapb: Refactor IRQ handler to use bit operations
Andy Shevchenko
2020-04-17
1
-8
/
+7
|
*
|
|
gpio: dwapb: Append MODULE_ALIAS for platform driver
Andy Shevchenko
2020-04-17
1
-3
/
+6
|
*
|
|
gpio: dwapb: Add debounce reference clock support
Serge Semin
2020-04-17
1
-13
/
+22
|
*
|
|
gpio: dwapb: Use optional-clocks interface for APB ref-clock
Serge Semin
2020-04-17
1
-9
/
+11
|
*
|
|
gpiolib: acpi: Add missing __init(const) markers to initcall-s
Hans de Goede
2020-04-16
1
-3
/
+3
|
|
/
/
*
|
|
Merge tag 'irq-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-06-03
1
-11
/
+42
|
\
\
\
|
*
\
\
Merge tag 'irqchip-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...
Thomas Gleixner
2020-05-30
1
-11
/
+42
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
genirq/irq_sim: Simplify the API
Bartosz Golaszewski
2020-05-18
1
-11
/
+42
|
|
|
/
*
|
|
gpio: fix locking open drain IRQ lines
Linus Walleij
2020-05-29
1
-2
/
+9
*
|
|
gpio: bcm-kona: Fix return value of bcm_kona_gpio_probe()
Tiezhu Yang
2020-05-25
1
-1
/
+1
*
|
|
gpio: pxa: Fix return value of pxa_gpio_probe()
Tiezhu Yang
2020-05-25
1
-2
/
+2
*
|
|
gpio: mlxbf2: Fix sleeping while holding spinlock
Axel Lin
2020-05-25
1
-3
/
+3
[prev]
[next]