summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/pinctrl-th1520.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-01-20pinctrl: th1520: Fix typoThomas Gerner1-1/+1
2024-10-16pinctrl: th1520: Fix potential null pointer dereference on funcColin Ian King1-1/+2
2024-10-11pinctrl: th1520: Factor out castsEmil Renner Berthing1-5/+17
2024-10-11pinctrl: th1520: Update pinmux tablesEmil Renner Berthing1-9/+9
2024-10-11pinctrl: th1520: Fix pinconf return valuesEmil Renner Berthing1-6/+6
2024-10-09pinctrl: th1520: Convert dt child node loop to scoped iteratorDrew Fustini1-8/+5
2024-10-09pinctrl: th1520: Convert thp->mutex to guarded mutexDrew Fustini1-3/+1
2024-10-09pinctrl: th1520: Fix return value for unknown pin errorDrew Fustini1-0/+1
2024-10-03pinctrl: thead1520: Fix Null pointer dereferenceclingfei1-0/+2
2024-10-01pinctrl: Add driver for the T-Head TH1520 SoCEmil Renner Berthing1-0/+907