linux/drivers/pinctrl/mediatek
Yingjoe Chen 4b9b526846 pinctrl: mediatek: data struct optimize and remove unused member
struct mtk_desc_pin.chip, mtk_pinctrl_devdata.invser_offset
and mtk_pinctrl_devdata.chip_type are never used in code.
Remove them.

Some per-pin data are using int for pin number and offsets.
Change to short and rearrange to reduce const data size.

Signed-off-by: Yingjoe Chen <yingjoe.chen@mediatek.com>
Signed-off-by: Hongzhou Yang <hongzhou.yang@mediatek.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2015-05-19 11:12:54 +02:00
..
Kconfig pinctrl: fix allmodconfig noise 2015-04-15 10:02:42 +02:00
Makefile arm64: mediatek: Add Pinctrl/GPIO/EINT driver for mt8173. 2015-03-18 02:02:16 +01:00
pinctrl-mt8135.c pinctrl: mediatek: data struct optimize and remove unused member 2015-05-19 11:12:54 +02:00
pinctrl-mt8173.c pinctrl: constify of_device_id array 2015-03-27 09:58:35 +01:00
pinctrl-mtk-common.c pinctrl: mediatek: mtk-common: Use devm_kcalloc at appropriate places 2015-03-18 13:08:08 +01:00
pinctrl-mtk-common.h pinctrl: mediatek: data struct optimize and remove unused member 2015-05-19 11:12:54 +02:00
pinctrl-mtk-mt8135.h pinctrl: mediatek: Fix include directive 2015-03-18 10:58:21 +01:00
pinctrl-mtk-mt8173.h pinctrl: mediatek: mt8135/mt8173: Fix build error due to missing include file 2015-03-18 13:06:09 +01:00