summaryrefslogtreecommitdiffstats
path: root/bsps/arm/shared/pins/imx-gpio.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/imx*: imx_gpio from pointer to fdt propertyChristian Mauderer2023-11-281-12/+43
| | | | | | Device trees allow mixing different kinds of GPIOs in one property. For that it is usefull to only provide a pointer to an arbitrary location in the property and initialize a GPIO from that.
* bsps/imx*: Support more GPIO controllersChristian Mauderer2023-07-241-4/+14
| | | | | | | | The imx-gpio driver used in i.MX and i.MXRT BSPs generates a name based on a fixed string. The original code only used one digit for the controller. With the 13 GPIO controllers of the i.MXRT1166, that isn't enough any more. This patch extends the name to two digits which should be enough for the next controller generations.
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* bsps/imx: Move imx-gpio to arm/sharedChristian Mauderer2020-11-201-0/+359
Update #4180