aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/mv/gpio.c
Commit message (Expand)AuthorAgeFilesLines
* 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