summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/sxipio.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add Allwinner V3s support. Also update some Allwinner A80 pin names tokettenis2019-02-101-1/+5
| | | | | | what is used by more recent Linux kernels. Partly from SASANO Takayoshi.
* Separate out Allwinner H3 and H5 pin definitions.kettenis2017-12-281-2/+2
|
* Synch pin defenitions with Linux and add support for the Allwinner GR8 andkettenis2017-12-281-3/+11
| | | | Allwinner R40.
* Sync Allwinner A64 pin defenitions with Linux.kettenis2017-12-261-1/+9
| | | | | Add support for the 2nd A64 controller. Add Allwinner A33 support.
* Avoid null-pointer dereference wen a device tree refers to a pin-functionkettenis2017-12-231-1/+3
| | | | that doesn't exist.
* Newer Allwinner SoCs (H3/H4/A64) use an "unconfigured" default state.kettenis2017-11-131-5/+17
| | | | | | | Recognize this state and allow user configuration of the pin if the pin is left into this state. tested by Stephen Graf.
* Decode pin mux configuration correctly in gpio(4) support code such thatkettenis2017-08-301-5/+7
| | | | we knock out the correct pins. Sptted by Artturi Alm.
* Add support for Allwinner A64/H5 device trees that use the official Linuxkettenis2017-08-131-2/+6
| | | | | bindings. The current U-Boot device trees are somewhat broken and keep the SD-card controller from working.
* Linux switched from a device-specific pinctrl binding to a the generic versionkettenis2017-05-021-14/+53
| | | | | | | for Allwinner devices. Implement support for the latter such that we can use newer device trees. ok patrick@
* Move Allwinner drivers that will soon be used by OpenBSD/arm64patrick2017-01-211-0/+452
to the new MI FDT driver directory. "go ahead" kettenis@