/* * Copyright (C) 2014 Sensirion AG, Switzerland * Author: Johannes Winkelmann * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under those terms. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * */ #ifndef __SHTC1_H_ #define __SHTC1_H_ struct shtc1_platform_data { bool blocking_io; bool high_precision; }; #endif /* __SHTC1_H_ */ rnel/'>kernel
Hosts the 0x221E linux distro kernel.Ubuntu
summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c
AgeCommit message (Expand)Author
2020-02-20pinctrl: mediatek: remove set but not used variable 'e'YueHaibing
2020-02-14pinctrl: mediatek: Backward compatible to previous Mediatek's bias-pull usageLight Hsieh
2020-02-14pinctrl: mediatek: Supporting driving setting without mapping current to regi...Light Hsieh
2020-02-14pinctrl: mediatek: Check gpio pin number and use binary search in mtk_hw_pin_...Light Hsieh
2019-04-08pinctrl: add drive for I2C related pins on MT8183Zhiyong Tao
2019-01-11pinctrl: mediatek: add EINT support to virtual GPIOschuanjia.liu
2018-09-21pinctrl: mediatek: make symbol 'mtk_drive' staticWei Yongjun
2018-09-18pinctrl: mtk: Fix up GPIO includesLinus Walleij
2018-09-18pinctrl: mediatek: extend eint build to pinctrl-mtk-common-v2.cSean Wang
2018-09-18pinctrl: mediatek: extend advanced pull support in pinctrl-mtk-common-v2.cSean Wang
2018-09-18pinctrl: mediatek: adjust error code and message when some register not suppo...Sean Wang
2018-09-18pinctrl: mediatek: add multiple register bases support to pinctrl-mtk-common-...Sean Wang
2018-09-18pinctrl: mediatek: use pin descriptor all in pinctrl-mtk-common-v2.cSean Wang
2018-09-18pinctrl: mediatek: add pullen, pullsel register support to pinctrl-mtk-common...Sean Wang
2018-09-18pinctrl: mediatek: add advanced pull related support to pinctrl-mtk-common-v2.cSean Wang
2018-09-18pinctrl: mediatek: add pull related support to pinctrl-mtk-common-v2.cSean Wang
2018-09-18pinctrl: mediatek: add drv register support to pinctrl-mtk-common-v2.cSean Wang
2018-09-18pinctrl: mediatek: add driving strength related support to pinctrl-mtk-common...Sean Wang
2018-09-18pinctrl: mediatek: extend struct mtk_pin_field_calc to pinctrl-mtk-common-v2.cSean Wang
2018-09-18pinctrl: mediatek: add pinctrl-mtk-common-v2 for all MediaTek pinctrlsSean Wang