summaryrefslogtreecommitdiffstats
path: root/bsps/arm/include/bsp/imx-gpio.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-11-28bsps/imx*: imx_gpio from pointer to fdt propertyChristian Mauderer1-0/+26
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.
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2020-12-14bsps/arm/imx*: Fix location of shared headersChristian Mauderer1-0/+0
When moving the headers from the imx BSP to the shared area, the wrong directory has been selected. This patch fixes that problem. Update #4180
2020-11-20bsps/imx: Move imx-gpio to arm/sharedChristian Mauderer1-0/+0
Update #4180
2020-07-31bsp/imx: Add a GPIO driverChristian Mauderer1-0/+196
Update 3869