index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
samsung
Commit message (
Expand
)
Author
Age
Files
Lines
*
pinctrl: samsung: Fix return value check in samsung_pinctrl_get_soc_data()
Wei Yongjun
2017-02-13
1
-3
/
+2
*
pinctrl: samsung: mark PM functions as __maybe_unused
Arnd Bergmann
2017-02-06
1
-4
/
+2
*
Merge tag 'v4.10-rc6' into devel
Linus Walleij
2017-01-30
2
-0
/
+42
|
\
|
*
pinctrl: samsung: Fix the width of PINCFG_TYPE_DRV bitfields for Exynos5433
Chanwoo Choi
2016-12-30
2
-40
/
+82
*
|
pinctrl: samsung: Replace syscore ops with standard platform device pm_ops
Marek Szyprowski
2017-01-26
1
-58
/
+14
*
|
pinctrl: samsung: Move retention control from mach-s5pv210 to the pinctrl driver
Marek Szyprowski
2017-01-26
1
-0
/
+56
*
|
pinctrl: samsung: Move retention control from mach-exynos to the pinctrl driver
Marek Szyprowski
2017-01-26
1
-0
/
+145
*
|
pinctrl: samsung: Add infrastructure for pin-bank retention control
Marek Szyprowski
2017-01-26
2
-0
/
+54
*
|
pinctrl: samsung: Remove dead code
Marek Szyprowski
2017-01-26
1
-4
/
+3
*
|
pinctrl: samsung: Use generic of_device_get_match_data helper
Marek Szyprowski
2017-01-26
1
-5
/
+3
*
|
pinctrl: samsung: Add missing initconst annotation
Marek Szyprowski
2017-01-26
1
-11
/
+11
*
|
pinctrl: samsung: Fix samsung_pinctrl_create_functions return value
Marek Szyprowski
2017-01-26
1
-1
/
+1
*
|
pinctrl: samsung: Remove messages for failed memory allocation
Marek Szyprowski
2017-01-26
3
-33
/
+11
*
|
pinctrl: samsung: Remove support for Exynos4415 (SoC not supported anymore)
Krzysztof Kozlowski
2017-01-18
3
-78
/
+0
|
/
*
pinctrl: samsung: Add GPF support for Exynos5433
Chanwoo Choi
2016-11-15
1
-0
/
+6
*
pinctrl: samsung: Add the support the multiple IORESOURCE_MEM for one pin-bank
Chanwoo Choi
2016-11-15
6
-78
/
+99
*
Merge branch 'fixes' into devel
Linus Walleij
2016-09-23
1
-9
/
+1
|
\
|
*
pinctrl: samsung: Remove an always false dev->of_node test
Sylwester Nawrocki
2016-09-12
1
-9
/
+1
*
|
pinctrl: exynos: remove duplicate calls in irq handler
perr perr
2016-08-22
1
-5
/
+1
|
/
*
pinctrl: samsung: Suppress unbinding to prevent theoretical attacks
Krzysztof Kozlowski
2016-05-30
2
-0
/
+2
*
pinctrl: exynos5440: Use off-stack memory for pinctrl_gpio_range
Andrew Jeffery
2016-04-26
1
-7
/
+8
*
pinctrl: samsung: Use devm_pinctrl_register() for pinctrl registration
Laxman Dewangan
2016-04-21
1
-1
/
+2
*
pinctrl: exynos5440: Use devm_pinctrl_register() for pinctrl registration
Laxman Dewangan
2016-04-21
1
-1
/
+1
*
pinctrl: samsung: fix SMP race condition
Youngmin Nam
2016-02-15
1
-13
/
+35
*
Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2016-01-17
3
-20
/
+16
|
\
|
*
pinctrl: exynos5440: use gpiochip data pointer
Linus Walleij
2016-01-05
1
-7
/
+7
|
*
pinctrl: samsung: use gpiochip data pointer
Linus Walleij
2016-01-05
1
-10
/
+5
|
*
gpio: change member .dev to .parent
Linus Walleij
2015-11-19
3
-8
/
+9
*
|
pinctrl: exynos: add exynos5410 SoC specific data
Hakjoo Kim
2015-11-16
3
-0
/
+106
|
/
*
Merge tag 'gpio-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2015-11-02
1
-12
/
+2
|
\
|
*
pinctrl: replace trivial implementations of gpio_chip request/free
Jonas Gorski
2015-10-16
1
-12
/
+2
*
|
pinctrl: samsung: Remove unneded semicolon
Javier Martinez Canillas
2015-10-02
1
-1
/
+1
|
/
*
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-09-18
3
-11
/
+11
|
\
|
*
genirq: Remove irq argument from irq flow handlers
Thomas Gleixner
2015-09-16
3
-11
/
+11
*
|
pinctrl: samsung: s3c24xx: fix syntax error
Linus Walleij
2015-09-14
1
-1
/
+1
|
/
*
Merge tag 'pinctrl-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
2015-09-04
4
-108
/
+62
|
\
|
*
pinctrl: kill off set_irq_flags usage
Rob Herring
2015-07-28
4
-6
/
+0
|
*
pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
Jiang Liu
2015-07-17
3
-25
/
+23
|
*
pinctrl/samsung: Use irq_set_handler_locked()
Thomas Gleixner
2015-07-17
2
-9
/
+9
|
*
pinctrl/exynos: Use irq_set_handler_locked()
Thomas Gleixner
2015-07-17
1
-2
/
+2
|
*
pinctrl/exynos: Consolidate chained IRQ handler install/remove
Thomas Gleixner
2015-07-17
1
-2
/
+3
|
*
pinctrl: samsung: remove "out of memory" messages
Dan Carpenter
2015-07-16
1
-49
/
+18
|
*
pinctrl: samsung: don't truncate the last char
Dan Carpenter
2015-07-16
1
-15
/
+7
*
|
pinctrl: samsung: Remove old unused defines
Krzysztof Kozlowski
2015-07-17
1
-5
/
+0
|
/
*
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-07-01
3
-8
/
+7
|
\
|
*
pinctrl/samsung: Fix race in installing chained IRQ handler
Thomas Gleixner
2015-06-25
1
-4
/
+4
|
*
pinctrl/samsung: Fix race in installing chained IRQ handler
Thomas Gleixner
2015-06-25
1
-2
/
+1
|
*
pinctrl/exynos: Fix race in installing chained IRQ handler
Thomas Gleixner
2015-06-25
1
-2
/
+2
*
|
pinctrl: make pinctrl_register() return proper error code
Masahiro Yamada
2015-06-10
2
-4
/
+4
*
|
pinctrl: samsung: Fix the pointer in PTR_ERR()
Fabio Estevam
2015-06-04
1
-1
/
+1
|
/
[next]