aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/mv/gpio.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* arm mv: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* arm: Use __diagused for variables only used in KASSERT().John Baldwin2022-04-131-1/+1
* Remove the pre-ARMv6 and pre-INTRNG code.Michal Meloun2020-11-291-2/+0
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Add specialized gpio driver for ARMADA 8k SoC.Michal Meloun2020-06-191-6/+0
* mv_gpio: Since it's also an interrupt controller, attach soonerEmmanuel Vadot2018-12-121-1/+2
* arm64: mv_gpio: Add Marvell 8K supportEmmanuel Vadot2018-12-121-69/+101
* follow-up to r336635, update TAILQ to CK_SLIST for ie_handlersAndriy Gapon2018-07-231-1/+2
* Replace FDT tree parsing with gpio_map_gpios implementation in mv_gpio driverMarcin Wojtas2018-04-261-121/+25
* Update mv_gpio driver to new FreeBSD APIMarcin Wojtas2018-04-261-81/+238
* Enable Marvell gpio driver to work with many controllersMarcin Wojtas2018-04-041-281/+302
* Improve interrupt and resource allocation in Marvell GPIO driverMarcin Wojtas2018-04-041-16/+86
* Introduce port debouncing mechanism in mv_gpio driverMarcin Wojtas2018-04-041-50/+425
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use the correct OF_getencprop over OF_getprop + fdt32_to_cpu to readAndrew Turner2016-11-141-12/+10
* Use the modern spelling of ofw_bus_node_is_compatible in sys/arm.Andrew Turner2016-11-111-1/+1
* Stop using machine/fdt.h in the arm kernel code when we don't need it.Andrew Turner2015-04-041-1/+0
* Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionIan Lepore2014-09-011-1/+1
* Rename platform_gpio_init to be platform specific, and make it static asAndrew Turner2014-05-101-3/+4
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-021-0/+3
* Typo while reviewing diffs. Sorry for the breakage!Nathan Whitehorn2013-10-231-1/+1
* Remove OF_instance_to_package() hack for FDT and replace with use of theNathan Whitehorn2013-10-231-4/+1
* Fix a bug that could fail to initialize GPIO pins specified in "gpios" becauseHiroki Sato2012-08-181-1/+1
* Add support for Marvell 88F6282.Hiroki Sato2012-07-281-1/+2
* Do not call platform_gpio_init() early. It doesn't work because we doMarcel Moolenaar2011-07-151-20/+1
* Fix mv_gpio_in() for pin numbers that occupy bits 8-31 in GPIO registers.Marcel Moolenaar2011-03-161-1/+1
* Remove use_high from the softc and simply check the number of GPIOMarcel Moolenaar2011-02-071-7/+3
* - Add a proper return value to mv_gpio_intr().John Baldwin2011-01-061-4/+5
* Convert Marvell ARM platforms to FDT convention.Rafal Jaworowski2010-06-131-28/+181
* Adjust Marvell Discovery (MV78xxx) support to recognize newest chip revisions,Rafal Jaworowski2009-04-161-3/+4
* Improve and extend Marvell SOCs platform code.Rafal Jaworowski2009-01-081-8/+20
* Minor style(9) corrections.Rafal Jaworowski2009-01-081-6/+6
* Introduce basic support for Marvell families of system-on-chip ARM devices:Rafal Jaworowski2008-10-131-0/+516