Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
3285170f28a850638794cdfe712eb6d93e51e706
3285170f
gpiolib: Fix references to gpiod_[gs]et_*value_cansleep() variants
by Geert Uytterhoeven
· 6 years ago
f99d479
gpiolib: Document new gpio_chip.init_valid_mask field
by Geert Uytterhoeven
· 6 years ago
01f14c5
Documentation: gpio: Fix reference to gpiod_get_array()
by Geert Uytterhoeven
· 6 years ago
4d19add
gpio: pl061: drop duplicate printing of device name
by Enrico Weigelt
· 6 years ago
2617790
gpio: altera: Pass irqchip when adding gpiochip
by Linus Walleij
· 6 years ago
8b29450
gpio: siox: Use devm_ managed gpiochip
by Linus Walleij
· 6 years ago
acc1413
gpio: siox: Add struct device *dev helper variable
by Linus Walleij
· 6 years ago
b25e10f
gpio: siox: Pass irqchip when adding gpiochip
by Linus Walleij
· 6 years ago
87b7037
drivers: gpio: amd-fch: make resource struct const
by Enrico Weigelt
· 6 years ago
9dea44c
devres: allow const resource arguments
by Arnd Bergmann
· 6 years ago
aee5cec
gpio: ath79: Pass irqchip when adding gpiochip
by Linus Walleij
· 6 years ago
a4de4304
gpio: tegra: Clean-up debugfs initialisation
by Jon Hunter
· 6 years ago
da6070f
Merge tag 'gpio-v5.3-updates-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into devel
by Linus Walleij
· 6 years ago
8df9d7f
gpio: siox: Switch to IRQ_TYPE_NONE
by Linus Walleij
· 6 years ago
4c0a889
gpio: siox: Do not call gpiochip_remove() on errorpath
by Linus Walleij
· 6 years ago
04ce935
gpio: pl061: Pass irqchip when adding gpiochip
by Linus Walleij
· 6 years ago
d1d522d
gpio: tegra: No need to cast away return value of debugfs_create_file()
by Greg Kroah-Hartman
· 6 years ago
acc68b0
gpio: No need to cast away return value of debugfs_create_file()
by Greg Kroah-Hartman
· 6 years ago
db16bad
gpio: Sort GPIO drivers in Makefile
by Geert Uytterhoeven
· 6 years ago
f79047b
gpio: siox: Use module_siox_driver()
by Enrico Weigelt
· 6 years ago
8f3fd89
siox: Add helper macro to simplify driver registration
by Enrico Weigelt
· 6 years ago
0f5cb8c
gpio: eic-sprd: Use devm_platform_ioremap_resource()
by Enrico Weigelt, metux IT consult
· 6 years ago
c7d0ca2
gpio: vr41xx: Use devm_platform_ioremap_resource()
by Enrico Weigelt, metux IT consult
· 6 years ago
5272856
gpio: janz-ttl: Drop unneccessary temp variable dev
by Enrico Weigelt, metux IT consult
· 6 years ago
01d078a
gpio: grgpio: Use devm_platform_ioremap_resource()
by Enrico Weigelt, metux IT consult
· 6 years ago
6bdec6c
gpio: ep93xx: Use devm_platform_ioremap_resource()
by Enrico Weigelt, metux IT consult
· 6 years ago
2b3fee3
gpio: amdpt: Drop unneeded deref of &pdev->dev
by Enrico Weigelt, metux IT consult
· 6 years ago
b183cab
gpio: rcar: Pedantic formatting
by Enrico Weigelt, metux IT consult
· 6 years ago
f310f2e
gpio: Add comments on #if/#else/#endif
by Enrico Weigelt
· 6 years ago
a100067
gpio: amd: Drop unused pdev pointer in privata data
by Enrico Weigelt
· 6 years ago
f360dcd
gpio: mockup: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 6 years ago
690499d9
gpio: madera: Fixup SPDX headers
by Charles Keepax
· 6 years ago
4892d3a
gpio: Drop the parent_irq from gpio_irq_chip
by Linus Walleij
· 6 years ago
9a82ee6
gpio: Add GPIOLIB_IRQCHIP cleanup to TODO
by Linus Walleij
· 6 years ago
42d9fc7
gpio: ftgpio: Pass irqchip when adding gpiochip
by Linus Walleij
· 6 years ago
a522f1d
gpio: omap: Fix lost edge wake-up interrupts
by Tony Lindgren
· 6 years ago
6a80b30
fmc: Delete the FMC subsystem
by Linus Walleij
· 6 years ago
754dfd7
gpio: omap: clean up register access in omap2_set_gpio_debounce()
by Russell King
· 6 years ago
f1c32ef
gpio: omap: irq_startup() must not return error codes
by Russell King
· 6 years ago
40fd422
gpio: omap: clean up wakeup handling
by Russell King
· 6 years ago
18bd49c
gpio: omap: constify register tables
by Russell King
· 6 years ago
9c7f798
gpio: omap: clean up omap_gpio_restore_context()
by Russell King
· 6 years ago
9a30278
gpio: omap: remove dataout variation in context handling
by Russell King
· 6 years ago
31b2d7f
gpio: omap: simplify omap_set_gpio_irqenable()
by Russell King
· 6 years ago
a47b915
gpio: omap: simplify omap_toggle_gpio_edge_triggering()
by Russell King
· 6 years ago
8ee1de6
gpio: omap: simplify read-modify-write
by Russell King
· 6 years ago
a0e881e
gpio: omap: simplify bank->level_mask
by Russell King
· 6 years ago
8ba7059
gpio: omap: simplify set_multiple()
by Russell King
· 6 years ago
6653dd8
gpio: omap: simplify get_multiple()
by Russell King
· 6 years ago
5ca5f92
gpio: omap: simplify get() method
by Russell King
· 6 years ago
40bb227
gpio: omap: simplify omap_gpio_get_direction()
by Russell King
· 6 years ago
dfbc6c7
gpio: omap: move omap_gpio_request() and omap_gpio_free()
by Russell King
· 6 years ago
693de83
gpio: omap: remove irq_ack method
by Russell King
· 6 years ago
395373c
gpio: omap: clean up edge interrupt handling
by Russell King
· 6 years ago
c030a9c
gpio: omap: remove remainder of list management
by Russell King
· 6 years ago
64ea3e9
gpio: omap: fix lack of irqstatus_raw0 for OMAP4
by Russell King
· 6 years ago
c859e0d
gpio: omap: ensure irq is enabled before wakeup
by Russell King
· 6 years ago
74a36e4
Merge branch 'ib-snps-reset-gpio' into devel
by Linus Walleij
· 6 years ago
edc1ef3
gpio: of: parse stmmac PHY reset line specific active-low property
by Martin Blumenstingl
· 6 years ago
9d373ac
gpio: altera: Allocate irq_chip dynamically
by Phil Reid
· 6 years ago
1ebd0687
gpio: xilinx: convert from OF GPIO to standard devm APIs
by Robert Hancock
· 6 years ago
7fae8a9
fmc: Decouple from Linux GPIO subsystem
by Linus Walleij
· 6 years ago
fc8938d
dt-bindings: gpio: davinci: Add k3 am654 compatible
by Keerthy
· 6 years ago
6a4d8b6
gpio: davinci: Add new compatible for K3 AM654 SoCs
by Keerthy
· 6 years ago
6eeea32
gpio: Davinci: Add K3 dependencies
by Keerthy
· 6 years ago
36c0551
gpio: davinci: Fix the compiler warning with ARM64 config enabled
by Keerthy
· 6 years ago
5923ea6
gpio: pass lookup and descriptor flags to request_own
by Linus Walleij
· 6 years ago
0aa3ebf
docs: gpio: driver.rst: fix a bad tag
by Mauro Carvalho Chehab
· 6 years ago
8b74ae4
gpio: pca953x: Add support for the TI TCA9539
by Peter Robinson
· 6 years ago
e3023bf
gpio: of: Handle the Freescale SPI CS
by Linus Walleij
· 6 years ago
2674700
gpio: max732x: use devm_gpiochip_add_data()
by Bartosz Golaszewski
· 6 years ago
375b942
gpio: max732x: use i2c_new_dummy_device()
by Bartosz Golaszewski
· 6 years ago
8764c4c
gpio: em: use the managed version of gpiochip_add_data()
by Bartosz Golaszewski
· 6 years ago
715ed72
gpio: em: Return early on error in em_gio_probe()
by Geert Uytterhoeven
· 6 years ago
4c411ce
gpio: em: Remove error messages on out-of-memory conditions
by Geert Uytterhoeven
· 6 years ago
910f38b
dt-bindings: gpio: Convert Arm PL061 to json-schema
by Rob Herring
· 6 years ago
919c46c
Documentation: gpio: remove duplicated lines
by Luca Ceresoli
· 6 years ago
315c1a8
gpio: ixp4xx: Use irq_domain_translate_twocell()
by Linus Walleij
· 6 years ago
4b3d500
gpio: Fix minor grammar errors in documentation
by Linus Walleij
· 6 years ago
db9477f
gpio: Update Kconfig text for GPIO_SYSFS
by Linus Walleij
· 6 years ago
663ba74
gpio: vf610: Use PTR_ERR_OR_ZERO() in vf610_gpio_probe()
by Andrey Smirnov
· 6 years ago
cd6c84d
Linux 5.2-rc2
by Linus Torvalds
· 6 years ago
c5b4409
Merge tag 'trace-v5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
862f0a3
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 6 years ago
128f2bf
Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
by Linus Torvalds
· 6 years ago
58be010
random: fix soft lockup when trying to read from an uninitialized blocking pool
by Theodore Ts'o
· 6 years ago
0c97bf8
tracing: Silence GCC 9 array bounds warning
by Miguel Ojeda
· 6 years ago
35efb51
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 6 years ago
b2ad813
Merge tag 'libnvdimm-fixes-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 6 years ago
a2c48d9
Merge tag 'trace-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
66883da
ext4: fix dcache lookup of !casefolded directories
by Gabriel Krisman Bertazi
· 6 years ago
2409207
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 6 years ago
7fbc78e
Merge tag 'for-linus-20190524' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
7f8b40e3
Merge tag 'linux-kselftest-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
by Linus Torvalds
· 6 years ago
e7bd3e2
Merge tag 'devicetree-fixes-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 6 years ago
86c2f5d
Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 6 years ago
51816e9
locking/lock_events: Use this_cpu_add() when necessary
by Waiman Long
· 6 years ago
66f61c9
KVM: x86: fix return value for reserved EFER
by Paolo Bonzini
· 6 years ago
883d25e7
tools/kvm_stat: fix fields filter for child events
by Stefan Raspl
· 6 years ago
c795720
KVM: selftests: Wrap vcpu_nested_state_get/set functions with x86 guard
by Thomas Huth
· 6 years ago
Next »