Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
14e1a131b5ebc4ed7d166f08d1a669d4ce6d2760
/
drivers
/
pinctrl
/
samsung
3fa53ec
pinctrl: samsung: Remove bogus irq_[un]mask from resource management
by Thomas Gleixner
· 7 years ago
a453f36
pinctrl: samsung: Explicitly cast pointer returned by of_iomap() to iomem
by Krzysztof Kozlowski
· 8 years ago
a1ea9a4
pinctrl: samsung: Handle memory allocation failure during wakeup banks init
by Krzysztof Kozlowski
· 8 years ago
71b96c3
pinctrl: samsung: Constify wakeup driver specific data
by Krzysztof Kozlowski
· 8 years ago
cfa76dd
pinctrl: samsung: Split Exynos drivers per ARMv7 and ARMv8
by Krzysztof Kozlowski
· 8 years ago
51d1eda
pinctrl: samsung: Add include guard to local header
by Krzysztof Kozlowski
· 8 years ago
8208b28
pinctrl: samsung: Clean up modular vs. non-modular distinctions
by Paul Gortmaker
· 8 years ago
7ddaa43
pinctrl: samsung: Remove unneeded (void *) casts in of_match_table
by Masahiro Yamada
· 8 years ago
68fed41
Merge tag 'pinctrl-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 8 years ago
8d4264d
Merge tag 'samsung-pinctrl-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung into devel
by Linus Walleij
· 8 years ago
dbc9d69
pinctrl: samsung: Add missing part for PINCFG_TYPE_DRV of Exynos5433
by Chanwoo Choi
· 8 years ago
f69ae4f
pinctrl: samsung: Use devres version of gpiochip_add_data
by Charles Keepax
· 8 years ago
1abd18d
pinctrl: samsung: Register pinctrl before GPIO
by Charles Keepax
· 8 years ago
e1d7eb0
pinctrl: samsung: Add support for pad retention control for Exynos5433 SoCs
by Marek Szyprowski
· 8 years ago
8fe9bf0
pinctrl: samsung: Ensure that pad retention is disabled on driver init
by Marek Szyprowski
· 8 years ago
59f34e8
pinctrl: samsung: Fix memory mapping code
by Andrzej Hajda
· 8 years ago
84b90e0
pinctrl: samsung: Remove unused local variable
by Charles Keepax
· 8 years ago
baafaca
pinctrl: samsung: Fix return value check in samsung_pinctrl_get_soc_data()
by Wei Yongjun
· 8 years ago
304c92e
pinctrl: samsung: mark PM functions as __maybe_unused
by Arnd Bergmann
· 8 years ago
7f36f5d
Merge tag 'v4.10-rc6' into devel
by Linus Walleij
· 8 years ago
2b24efa
pinctrl: samsung: Replace syscore ops with standard platform device pm_ops
by Marek Szyprowski
· 8 years ago
dabd145
pinctrl: samsung: Move retention control from mach-s5pv210 to the pinctrl driver
by Marek Szyprowski
· 8 years ago
0773101
pinctrl: samsung: Move retention control from mach-exynos to the pinctrl driver
by Marek Szyprowski
· 8 years ago
1fc8ad8
pinctrl: samsung: Add infrastructure for pin-bank retention control
by Marek Szyprowski
· 8 years ago
991efb0
pinctrl: samsung: Remove dead code
by Marek Szyprowski
· 8 years ago
9abc2b9
pinctrl: samsung: Use generic of_device_get_match_data helper
by Marek Szyprowski
· 8 years ago
ed07bda
pinctrl: samsung: Add missing initconst annotation
by Marek Szyprowski
· 8 years ago
1f7b8ea
pinctrl: samsung: Fix samsung_pinctrl_create_functions return value
by Marek Szyprowski
· 8 years ago
fa5c0f4
pinctrl: samsung: Remove messages for failed memory allocation
by Marek Szyprowski
· 8 years ago
9635af8
pinctrl: samsung: Remove support for Exynos4415 (SoC not supported anymore)
by Krzysztof Kozlowski
· 8 years ago
1259fed
pinctrl: samsung: Fix the width of PINCFG_TYPE_DRV bitfields for Exynos5433
by Chanwoo Choi
· 8 years ago
ac8130e
pinctrl: samsung: Add GPF support for Exynos5433
by Chanwoo Choi
· 8 years ago
8b1bd11
pinctrl: samsung: Add the support the multiple IORESOURCE_MEM for one pin-bank
by Chanwoo Choi
· 8 years ago
8d0a0ac
Merge branch 'fixes' into devel
by Linus Walleij
· 8 years ago
b09eed7
pinctrl: samsung: Remove an always false dev->of_node test
by Sylwester Nawrocki
· 8 years ago
26fecf0
pinctrl: exynos: remove duplicate calls in irq handler
by perr perr
· 8 years ago
a0ee2ac
pinctrl: samsung: Suppress unbinding to prevent theoretical attacks
by Krzysztof Kozlowski
· 9 years ago
71324fd
pinctrl: exynos5440: Use off-stack memory for pinctrl_gpio_range
by Andrew Jeffery
· 9 years ago
9ed19e0
pinctrl: samsung: Use devm_pinctrl_register() for pinctrl registration
by Laxman Dewangan
· 9 years ago
40011bf
pinctrl: exynos5440: Use devm_pinctrl_register() for pinctrl registration
by Laxman Dewangan
· 9 years ago
d9ff0eb
pinctrl: samsung: fix SMP race condition
by Youngmin Nam
· 9 years ago
58cf279a
Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 9 years ago
dbf09b0
pinctrl: exynos5440: use gpiochip data pointer
by Linus Walleij
· 9 years ago
9f57f81
pinctrl: samsung: use gpiochip data pointer
by Linus Walleij
· 9 years ago
58383c78
gpio: change member .dev to .parent
by Linus Walleij
· 9 years ago
023e06d
pinctrl: exynos: add exynos5410 SoC specific data
by Hakjoo Kim
· 10 years ago
e86328c
Merge tag 'gpio-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 9 years ago
98c85d5
pinctrl: replace trivial implementations of gpio_chip request/free
by Jonas Gorski
· 9 years ago
be2cbd4
pinctrl: samsung: Remove unneded semicolon
by Javier Martinez Canillas
· 9 years ago
fadb97b
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
bd0b9ac
genirq: Remove irq argument from irq flow handlers
by Thomas Gleixner
· 9 years ago
fa84b52
pinctrl: samsung: s3c24xx: fix syntax error
by Linus Walleij
· 9 years ago
88a9988
Merge tag 'pinctrl-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 9 years ago
9458120
pinctrl: kill off set_irq_flags usage
by Rob Herring
· 9 years ago
5663bb2
pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
by Jiang Liu
· 10 years ago
f66eb49
pinctrl/samsung: Use irq_set_handler_locked()
by Thomas Gleixner
· 9 years ago
40ec168
pinctrl/exynos: Use irq_set_handler_locked()
by Thomas Gleixner
· 9 years ago
c21f784
pinctrl/exynos: Consolidate chained IRQ handler install/remove
by Thomas Gleixner
· 9 years ago
5cde07a
pinctrl: samsung: Remove old unused defines
by Krzysztof Kozlowski
· 10 years ago
583facb
pinctrl: samsung: remove "out of memory" messages
by Dan Carpenter
· 9 years ago
8749f8e
pinctrl: samsung: don't truncate the last char
by Dan Carpenter
· 9 years ago
d5fb821
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
623a650
pinctrl/samsung: Fix race in installing chained IRQ handler
by Thomas Gleixner
· 9 years ago
0cfc45c
pinctrl/samsung: Fix race in installing chained IRQ handler
by Thomas Gleixner
· 9 years ago
bb56fc35
pinctrl/exynos: Fix race in installing chained IRQ handler
by Thomas Gleixner
· 9 years ago
323de9e
pinctrl: make pinctrl_register() return proper error code
by Masahiro Yamada
· 10 years ago
44a074f
pinctrl: samsung: Fix the pointer in PTR_ERR()
by Fabio Estevam
· 10 years ago
45937b5
pinctrl: exynos: Remove eint_gpio_init call-back for exynos7 alive pinctrl block
by Abhilash Kesavan
· 10 years ago
3c5ecc9
pinctrl: exynos: Add support for Exynos5433
by Chanwoo Choi
· 10 years ago
ac5a186
pinctrl: exynos: Add AUDIO pin controller for exynos7
by Padmavathi Venna
· 10 years ago
d171cd0
pinctrl: exynos: Add BUS1 pin controller for exynos7
by Vivek Gautam
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
980f3c3
Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 10 years ago
2891ba2
pinctrl: exynos: Add support for Exynos4415
by Tomasz Figa
· 10 years ago
50cea0c
pinctrl: exynos: Add initial driver data for Exynos7
by Naveen Krishna Ch
· 10 years ago
14c255d
pinctrl: exynos: Add irq_chip instance for Exynos7 wakeup interrupts
by Abhilash Kesavan
· 10 years ago
6f5e41b
pinctrl: exynos: Consolidate irq domain callbacks
by Abhilash Kesavan
· 10 years ago
0d3d30d
pinctrl: exynos: Generalize the eint16_31 demux code
by Abhilash Kesavan
· 10 years ago
8100cf4
pinctrl: samsung: Separate per-bank init and runtime data
by Tomasz Figa
· 10 years ago
1bf00d7
pinctrl: samsung: Constify samsung_pin_ctrl struct
by Tomasz Figa
· 10 years ago
94ce944
pinctrl: samsung: Constify samsung_pin_bank_type struct
by Tomasz Figa
· 10 years ago
e06deff
pinctrl: samsung: Drop unused label field in samsung_pin_ctrl struct
by Tomasz Figa
· 10 years ago
8799327
pinctrl: samsung: Make samsung_pinctrl_get_soc_data use ERR_PTR()
by Tomasz Figa
· 10 years ago
e3a2e87
gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irq
by Alexandre Courbot
· 10 years ago
2604b83
pinctrl: samsung: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
ea58459
Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 10 years ago
2b425a3
Merge tag 'pinctrl-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 10 years ago
2fcea6c
pinctrl: remove remaining users of gpiochip_remove() retval
by Linus Walleij
· 10 years ago
03e9f0c
pinctrl: clean up after enable refactoring
by Linus Walleij
· 10 years ago
f6a8249
pinctrl: exynos: Lock GPIOs as interrupts when used as EINTs
by Tomasz Figa
· 10 years ago
ebe629a
pinctrl: samsung: Group all drivers in a sub-dir
by Sachin Kamat
· 10 years ago