Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Allwinner V3s support. Also update some Allwinner A80 pin names to | 2019-02-10 | 1 | -1/+5 | |
| | | | | | | what is used by more recent Linux kernels. Partly from SASANO Takayoshi. | ||||
* | Separate out Allwinner H3 and H5 pin definitions. | 2017-12-28 | 1 | -2/+2 | |
| | |||||
* | Synch pin defenitions with Linux and add support for the Allwinner GR8 and | 2017-12-28 | 1 | -3/+11 | |
| | | | | Allwinner R40. | ||||
* | Sync Allwinner A64 pin defenitions with Linux. | 2017-12-26 | 1 | -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-function | 2017-12-23 | 1 | -1/+3 | |
| | | | | that doesn't exist. | ||||
* | Newer Allwinner SoCs (H3/H4/A64) use an "unconfigured" default state. | 2017-11-13 | 1 | -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 that | 2017-08-30 | 1 | -5/+7 | |
| | | | | we knock out the correct pins. Sptted by Artturi Alm. | ||||
* | Add support for Allwinner A64/H5 device trees that use the official Linux | 2017-08-13 | 1 | -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 version | 2017-05-02 | 1 | -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/arm64 | 2017-01-21 | 1 | -0/+452 | |
to the new MI FDT driver directory. "go ahead" kettenis@ |