summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTomasz Figa <tomasz.figa@gmail.com>2014-09-23 23:05:41 +0400
committerTomasz Figa <tomasz.figa@gmail.com>2014-11-09 15:30:15 +0300
commit8100cf47698fedbde6dc3fa540b1fefcee69fd40 (patch)
treefa53c113ac0c37c15c26eae99940332d5c7f4d7b /Makefile
parent1bf00d7a6dbff0a29eff4f8c022653b2bc9f5b97 (diff)
downloadlinux-8100cf47698fedbde6dc3fa540b1fefcee69fd40.tar.xz
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>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions