2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-27 14:43:58 +08:00
linux-next/drivers/pinctrl/samsung
Tomasz Figa 8100cf4769 pinctrl: samsung: Separate per-bank init and runtime data
Currently the driver mixes constant init data with runtime data, which
is far from being elegant and can invite potential hard to track issues.
This patch intends to solve this by introducing a new
samsung_pin_bank_data structure to hold only constant data known at
compile time, which can be copied to main samsung_pin_bank struct used
at runtime.

In addition, thanks to this change, all per-bank initdata can be marked
with const and __initconst keywords and dropped after init completes.

Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com>
2014-11-09 21:30:15 +09:00
..
Kconfig pinctrl: samsung: Group all drivers in a sub-dir 2014-07-11 14:08:40 +02:00
Makefile pinctrl: samsung: Group all drivers in a sub-dir 2014-07-11 14:08:40 +02:00
pinctrl-exynos5440.c This is the bulk of GPIO changes for the v3.18 development 2014-10-09 14:58:15 -04:00
pinctrl-exynos.c pinctrl: samsung: Separate per-bank init and runtime data 2014-11-09 21:30:15 +09:00
pinctrl-exynos.h pinctrl: samsung: Group all drivers in a sub-dir 2014-07-11 14:08:40 +02:00
pinctrl-s3c24xx.c pinctrl: samsung: Separate per-bank init and runtime data 2014-11-09 21:30:15 +09:00
pinctrl-s3c64xx.c pinctrl: samsung: Separate per-bank init and runtime data 2014-11-09 21:30:15 +09:00
pinctrl-samsung.c pinctrl: samsung: Separate per-bank init and runtime data 2014-11-09 21:30:15 +09:00
pinctrl-samsung.h pinctrl: samsung: Separate per-bank init and runtime data 2014-11-09 21:30:15 +09:00