summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/nxp
AgeCommit message (Expand)AuthorLines
10 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
10 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2025-11-18pinctrl: s32cc: initialize gpio_pin_config::list after kmalloc()Jared Kangas-0/+1
2025-11-18pinctrl: s32cc: fix uninitialized memory in s32_pinctrl_descJared Kangas-1/+1
2024-10-09pinctrl: s32: add missing pins definitionsAndrei Stefanescu-0/+52
2024-08-05pinctrl: s32cc: add update and overwrite options when setting pinconfAndrei Stefanescu-7/+23
2024-08-05pinctrl: s32cc: configure PIN_CONFIG_DRIVE_PUSH_PULLAndrei Stefanescu-0/+4
2024-08-05pinctrl: s32cc: enable the input buffer for a GPIOAndrei Stefanescu-9/+8
2024-07-25of: remove internal arguments from of_property_for_each_u32()Luca Ceresoli-3/+1
2024-06-26pinctrl: s32cc: Use scope based of_node_put() cleanupsPeng Fan-21/+10
2023-11-14pinctrl: s32cc: Avoid possible string truncationChester Lin-2/+2
2023-07-20pinctrl: Explicitly include correct DT includesRob Herring-2/+2
2023-06-09pinctrl: nxp: Fix resource leaks in for_each_child_of_node() loopsLu Hongfei-3/+9
2023-06-02pinctrl: s32: separate const device data from struct s32_pinctrl_soc_infoChester Lin-26/+32
2023-03-27pinctrl: s32cc: Use generic struct data to describe pin functionChester Lin-20/+12
2023-03-27pinctrl: s32cc: embed generic struct pingroupChester Lin-36/+33
2023-03-27pinctrl: s32cc: refactor pin config parsingChester Lin-19/+33
2023-03-27pinctrl: s32: refine error/return/config checks and simplify driver codesChester Lin-69/+76
2023-03-13pinctrl: s32cc: fix !CONFIG_PM_SLEEP build errorArnd Bergmann-8/+5
2023-03-06pinctrl: add NXP S32 SoC family supportChester Lin-0/+1812