]> Git Repo - linux.git/commit
pinctrl: samsung: Fix the width of PINCFG_TYPE_DRV bitfields for Exynos5433
authorChanwoo Choi <[email protected]>
Fri, 30 Dec 2016 04:14:18 +0000 (13:14 +0900)
committerLinus Walleij <[email protected]>
Fri, 30 Dec 2016 13:27:42 +0000 (14:27 +0100)
commit1259feddd0f83649d5c48d730c140b4f7f3fa288
tree6924dfc6eff3b7c5f99767e129b2ffb33b5973a4
parentf24d311f92b516a8aadef5056424ccabb4068e7b
pinctrl: samsung: Fix the width of PINCFG_TYPE_DRV bitfields for Exynos5433

This patch fixes the wrong width of PINCFG_TYPE_DRV bitfields for Exynos5433
because PINCFG_TYPE_DRV of Exynos5433 has 4bit fields in the *_DRV
registers. Usually, other Exynos have 2bit field for PINCFG_TYPE_DRV.

Fixes: 3c5ecc9ed353 ("pinctrl: exynos: Add support for Exynos5433")
Cc: [email protected]
Cc: Tomasz Figa <[email protected]>
Cc: Krzysztof Kozlowski <[email protected]>
Cc: Sylwester Nawrocki <[email protected]>
Cc: Linus Walleij <[email protected]>
Cc: Kukjin Kim <[email protected]>
Cc: Javier Martinez Canillas <[email protected]>
Signed-off-by: Chanwoo Choi <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
drivers/pinctrl/samsung/pinctrl-exynos.c
drivers/pinctrl/samsung/pinctrl-exynos.h
This page took 0.055786 seconds and 4 git commands to generate.