summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/nxp/pinctrl-s32cc.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-05pinctrl: s32cc: add update and overwrite options when setting pinconfAndrei Stefanescu1-7/+23
2024-08-05pinctrl: s32cc: configure PIN_CONFIG_DRIVE_PUSH_PULLAndrei Stefanescu1-0/+4
2024-08-05pinctrl: s32cc: enable the input buffer for a GPIOAndrei Stefanescu1-9/+8
2024-07-25of: remove internal arguments from of_property_for_each_u32()Luca Ceresoli1-3/+1
2024-06-26pinctrl: s32cc: Use scope based of_node_put() cleanupsPeng Fan1-21/+10
2023-11-14pinctrl: s32cc: Avoid possible string truncationChester Lin1-2/+2
2023-07-20pinctrl: Explicitly include correct DT includesRob Herring1-1/+1
2023-06-09pinctrl: nxp: Fix resource leaks in for_each_child_of_node() loopsLu Hongfei1-3/+9
2023-06-02pinctrl: s32: separate const device data from struct s32_pinctrl_soc_infoChester Lin1-12/+18
2023-03-28pinctrl: s32cc: Use generic struct data to describe pin functionChester Lin1-7/+11
2023-03-28pinctrl: s32cc: embed generic struct pingroupChester Lin1-28/+29
2023-03-28pinctrl: s32cc: refactor pin config parsingChester Lin1-19/+33
2023-03-28pinctrl: s32: refine error/return/config checks and simplify driver codesChester Lin1-66/+75
2023-03-13pinctrl: s32cc: fix !CONFIG_PM_SLEEP build errorArnd Bergmann1-2/+2
2023-03-06pinctrl: add NXP S32 SoC family supportChester Lin1-0/+945