aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-ocelot.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-10pinctrl: ocelot: Add support for Serval platformsLars Povlsen1-0/+92
2020-11-10pinctrl: ocelot: Add support for Luton platformsLars Povlsen1-0/+92
2020-11-10pinctrl: ocelot: Remove unnecessary conversion to boolKaixu Xia1-1/+1
2020-09-29pinctrl: ocelot: simplify the return expression of ocelot_gpiochip_register()Qinglang Miao1-6/+2
2020-07-07pinctrl: ocelot: Add Sparx5 SoC supportLars Povlsen1-1/+429
2020-05-18pinctrl: ocelot: Fix GPIO interrupt decoding on Jaguar2Lars Povlsen1-1/+2
2020-05-18pinctrl: ocelot: Remove instance number from pin functionsLars Povlsen1-64/+30
2020-05-18pinctrl: ocelot: Always register GPIO driverLars Povlsen1-15/+15
2020-02-21pinctrl: Use new GPIO_LINE_DIRECTIONMatti Vaittinen1-1/+4
2019-10-16pinctrl: ocelot: Pass irqchip when adding gpiochipLinus Walleij1-9/+14
2019-06-25pinctrl: ocelot: fix pinmuxing for pins after 31Alexandre Belloni1-7/+9
2019-06-25pinctrl: ocelot: fix gpio direction for pins after 31Alexandre Belloni1-1/+1
2018-12-21pinctrl: ocelot: add MSCC Jaguar2 supportAlexandre Belloni1-60/+278
2018-08-06pinctrl: ocelot: add support for interrupt controllerQuentin Schulz1-2/+100
2018-07-16pinctrl: ocelot: fix gpio4 twi functionAlexandre Belloni1-1/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-1/+2
2018-03-26pinctrl: ocelot: fix gpio directionAlexandre Belloni1-1/+1
2018-02-22pinctrl: ocelot: make function ocelot_pinctrl_probe staticColin Ian King1-1/+1
2018-01-09pinctrl: Add Microsemi Ocelot SoC driverAlexandre Belloni1-0/+511