aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/mv/mvebu_gpio.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: implement bus_setup_intr and bus_teardown_intrAhmad Khalifa2025-09-301-0/+4
* gpio: remove gpiobus_attach_busAhmad Khalifa2025-08-131-1/+2
* gpio: remove redundant calls to bus_attach_childrenAhmad Khalifa2025-07-041-1/+0
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+2
* syscon: Move syscon code in dev/sysconEmmanuel Vadot2024-01-101-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* arm mv: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* mvebu_gpio: Fix settings of gpio pin direction.Michal Meloun2021-03-071-3/+3
* mvebu_gpio: Multiple fixes.Michal Meloun2021-03-041-23/+37
* mvebu_gpio: fix interrupt cause register configurationMarcin Wojtas2021-03-021-2/+2
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-7/+0
* Fix the module name for some arm drivers.Michal Meloun2020-07-121-1/+1
* Add specialized gpio driver for ARMADA 8k SoC.Michal Meloun2020-06-191-0/+869