aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-max3191x.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-03gpio: max3191x: remove redundant of_match_ptr()Gravatar Zhu Wang 1-3/+1
2022-02-09spi: make remove callback a void functionGravatar Uwe Kleine-König 1-3/+1
2022-01-03gpio: max3191x: Use bitmap_free() to free bitmapGravatar Christophe JAILLET 1-1/+1
2019-12-04gpio: max3191x: utilize the for_each_set_clump8 macroGravatar William Breathitt Gray 1-9/+10
2019-11-07gpio: Use new GPIO_LINE_DIRECTIONGravatar Matti Vaittinen 1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2018-09-13gpiolib: Pass array info to get/set array functionsGravatar Janusz Krzysztofik 1-2/+4
2018-09-13gpiolib: Pass bitmaps, not integer arrays, to get/set arrayGravatar Janusz Krzysztofik 1-4/+6
2018-03-27gpio: Remove VLA from MAX3191X driverGravatar Laura Abbott 1-1/+6
2017-10-19gpio: Add driver for Maxim MAX3191x industrial serializerGravatar Lukas Wunner 1-0/+492