index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
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: Include <linux/gpio/driver.h> nothing else
Linus Walleij
2018-09-14
2
-2
/
+2
*
pinctrl: samsung: Remove duplicated "wakeup" in printk
Krzysztof Kozlowski
2018-08-10
1
-1
/
+1
*
pinctrl: samsung: Write external wakeup interrupt mask
Krzysztof Kozlowski
2018-07-24
2
-1
/
+52
*
pinctrl: samsung: Add dedicated compatible for S5Pv210 wakeup interrupts
Krzysztof Kozlowski
2018-07-24
1
-0
/
+18
*
pinctrl: samsung: Document suspend and resume members
Krzysztof Kozlowski
2018-07-24
1
-0
/
+8
*
pinctrl: samsung: Define suspend and resume callbacks for all banks and SoCs
Krzysztof Kozlowski
2018-07-24
1
-0
/
+16
*
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-06-12
2
-9
/
+13
*
Merge tag 'pinctrl-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-06-07
7
-1017
/
+80
|
\
|
*
Merge tag 'samsung-pinctrl-4.18-2' of https://git.kernel.org/pub/scm/linux/ke...
Linus Walleij
2018-05-24
6
-1017
/
+51
|
|
\
|
|
*
pinctrl: samsung: Fix suspend/resume for Exynos5433 GPF1..5 banks
Marek Szyprowski
2018-05-23
1
-1
/
+1
|
|
*
pinctrl: samsung: Remove support for Exynos5440
Krzysztof Kozlowski
2018-05-02
3
-1014
/
+2
|
|
*
pinctrl: samsung: Document required order of banks
Paweł Chmiel
2018-04-18
2
-0
/
+46
|
|
*
pinctrl: samsung: Correct EINTG banks order
Paweł Chmiel
2018-04-18
1
-2
/
+2
|
*
|
pinctrl: samsung: add pin_dbg_show callback for debugfs
Chanho Park
2018-05-02
1
-0
/
+29
|
|
/
*
|
treewide: Use struct_size() for devm_kmalloc() and friends
Kees Cook
2018-06-06
1
-2
/
+2
|
/
*
pinctrl: samsung: Validate alias coming from DT
Krzysztof Kozlowski
2018-03-08
6
-52
/
+154
*
pinctrl: samsung: Add SPDX license identifiers
Krzysztof Kozlowski
2018-01-03
10
-131
/
+89
*
Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2017-11-16
1
-1
/
+1
|
\
|
*
pinctrl: samsung/s3c24xx: add CONFIG_OF dependency
Arnd Bergmann
2017-11-10
1
-1
/
+1
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
|
/
*
Merge tag 'samsung-pinctrl-4.14' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Walleij
2017-08-14
6
-68
/
+69
|
\
|
*
pinctrl: samsung: Remove unneeded local variable initialization
Krzysztof Kozlowski
2017-07-24
1
-14
/
+4
|
*
pinctrl: samsung: Consistently use unsigned instead of u32 for nr_banks
Krzysztof Kozlowski
2017-07-19
1
-2
/
+2
|
*
pinctrl: samsung: Use unsigned int for number of controller IO mem resources
Krzysztof Kozlowski
2017-07-19
2
-2
/
+2
|
*
pinctrl: samsung: Use define from dt-bindings for pin mux function
Krzysztof Kozlowski
2017-07-18
4
-8
/
+7
|
*
pinctrl: samsung: Fix invalid register offset used for Exynos5433 external in...
Krzysztof Kozlowski
2017-07-18
1
-4
/
+4
|
*
pinctrl: samsung: Fix NULL pointer exception on external interrupts on S3C24xx
Krzysztof Kozlowski
2017-07-18
4
-38
/
+50
*
|
pinctrl: Convert to using %pOF instead of full_name
Rob Herring
2017-08-14
1
-3
/
+3
|
/
*
pinctrl: samsung: Remove bogus irq_[un]mask from resource management
Thomas Gleixner
2017-06-30
1
-4
/
+0
*
pinctrl: samsung: Explicitly cast pointer returned by of_iomap() to iomem
Krzysztof Kozlowski
2017-06-07
1
-3
/
+3
*
pinctrl: samsung: Handle memory allocation failure during wakeup banks init
Krzysztof Kozlowski
2017-06-07
1
-0
/
+2
*
pinctrl: samsung: Constify wakeup driver specific data
Krzysztof Kozlowski
2017-06-07
1
-2
/
+2
*
pinctrl: samsung: Split Exynos drivers per ARMv7 and ARMv8
Krzysztof Kozlowski
2017-06-07
7
-1159
/
+1245
*
pinctrl: samsung: Add include guard to local header
Krzysztof Kozlowski
2017-05-24
1
-0
/
+5
*
pinctrl: samsung: Clean up modular vs. non-modular distinctions
Paul Gortmaker
2017-05-23
5
-27
/
+6
*
pinctrl: samsung: Remove unneeded (void *) casts in of_match_table
Masahiro Yamada
2017-05-15
1
-10
/
+10
*
Merge tag 'pinctrl-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2017-05-02
2
-27
/
+83
|
\
|
*
Merge tag 'samsung-pinctrl-4.12' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Walleij
2017-04-10
2
-25
/
+83
|
|
\
|
|
*
pinctrl: samsung: Use devres version of gpiochip_add_data
Charles Keepax
2017-03-23
1
-7
/
+2
|
|
*
pinctrl: samsung: Register pinctrl before GPIO
Charles Keepax
2017-03-23
1
-18
/
+18
|
|
*
pinctrl: samsung: Add support for pad retention control for Exynos5433 SoCs
Marek Szyprowski
2017-03-23
1
-0
/
+58
|
|
*
pinctrl: samsung: Ensure that pad retention is disabled on driver init
Marek Szyprowski
2017-03-23
1
-0
/
+5
|
*
|
pinctrl: samsung: Remove unused local variable
Charles Keepax
2017-03-14
1
-2
/
+0
|
|
/
*
|
pinctrl: samsung: Add missing part for PINCFG_TYPE_DRV of Exynos5433
Chanwoo Choi
2017-04-10
2
-51
/
+40
*
|
pinctrl: samsung: Fix memory mapping code
Andrzej Hajda
2017-03-23
1
-3
/
+10
|
/
*
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
[next]