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 1bf00d7a6d pinctrl: samsung: Constify samsung_pin_ctrl struct
In order to separate initialization constants from runtime data, this
patch modifies the driver to store only constant data in
samsung_pin_ctrl struct and copy data required at runtime to
samsung_pinctrl_drv_data struct. This makes it possible to mark all
existing instances of samsung_pin_ctrl struct as const and __initconst.

Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com>
2014-11-09 21:30:14 +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: Constify samsung_pin_ctrl struct 2014-11-09 21:30:14 +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: Constify samsung_pin_ctrl struct 2014-11-09 21:30:14 +09:00
pinctrl-s3c64xx.c pinctrl: samsung: Constify samsung_pin_ctrl struct 2014-11-09 21:30:14 +09:00
pinctrl-samsung.c pinctrl: samsung: Constify samsung_pin_ctrl struct 2014-11-09 21:30:14 +09:00
pinctrl-samsung.h pinctrl: samsung: Constify samsung_pin_ctrl struct 2014-11-09 21:30:14 +09:00