Age | Commit message (Expand) | Author |
2019-08-19 | match on r40 ahci | Jonathan Gray |
2019-05-06 | Whitespace removal | Mike Larkin |
2018-06-04 | Remove unused/commented out includes. | Mark Kettenis |
2018-06-04 | Remove unused include. | Mark Kettenis |
2018-06-04 | Remove unused include. | Mark Kettenis |
2018-02-14 | prune files.* entries that refer to files not in tree | Jonathan Gray |
2018-01-05 | Handle resets; needed on Allwinner R40/V40. | Mark Kettenis |
2017-12-10 | Enable the phy-supply regulator if present and use the phy id specified | Jonathan Gray |
2017-11-24 | rework transmit to get rid of ifq_deq_begin, and to improve speed. | David Gwynne |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-05-05 | Move dwge(4) glue into dev/fdt. | Mark Kettenis |
2017-01-22 | move counting if_opackets next to counting if_obytes in if_enqueue. | David Gwynne |
2017-01-21 | Move Allwinner drivers that will soon be used by OpenBSD/arm64 | Patrick Wildt |
2017-01-21 | Add support for the Allwinner A64 (sun50i-a64). | Mark Kettenis |
2017-01-21 | Match on the Allwinner A64 ehci compatible as well. | Patrick Wildt |
2017-01-21 | Implement EHCI and MMC clock support for the Allwinner A64 SoC. | Patrick Wildt |
2017-01-21 | Split out the Allwinner H3 specific clock code into its own functions and | Mark Kettenis |
2017-01-08 | Add support for the RTC found on the Allwinner H3. | Mark Kettenis |
2017-01-08 | Specify correct size for the softc. | Mark Kettenis |
2017-01-07 | Make getting the parent clock for the SD/MMC controller work on the | Mark Kettenis |
2017-01-04 | Cleanup gpio(4) support code. | Mark Kettenis |
2016-12-27 | Add support for the 2nd sxipio(4) device on the Allwinner A80. | Mark Kettenis |
2016-12-24 | Add support for the 2nd sxipio(4) device on the Allwinner H3. | Mark Kettenis |
2016-11-27 | Match on "allwinner,sun7i-a20-mmc". In linux 4.9 the device trees for | Jonathan Gray |
2016-11-22 | Add support for the sun9i USB PHYs and attach to the sun9i EHCI controllers. | Mark Kettenis |
2016-11-21 | Add support for "allwinner,sun9i-a80-usb-mod-clk" and | Mark Kettenis |
2016-11-10 | Add support for "allwinner,sun9i-a80-apb1-clk" compatible clocks. | Mark Kettenis |
2016-11-08 | Add a few more easy sun9i-a80 clocks. | Mark Kettenis |
2016-11-08 | Add support for "allwinner,sun9i-a80-mmc-clk" compatible clocks. | Mark Kettenis |
2016-11-08 | Add support for sun9i-a80, the Allwinner A80. | Mark Kettenis |
2016-11-08 | Add support for sun9i-a80, the Allwinner A80. | Mark Kettenis |
2016-10-23 | De-platformize sunxi. This removes the board initialization code that sets up | Mark Kettenis |
2016-10-23 | Only attach on sun4i and sun5i. The timer implemented on later SoCs lacks | Mark Kettenis |
2016-10-22 | Attach sxitimer(4) using the fdt. | Mark Kettenis |
2016-10-22 | Stop setting MIIF_AUTOTSLEEP in sxie(4) | Jonathan Gray |
2016-10-21 | Run timers from the 24MHz; it seems the A10s doesn't have a reliable 32kHz | Mark Kettenis |
2016-10-09 | Attach sxiccmu(4) using the fdt. | Mark Kettenis |
2016-10-08 | Make sxidog(4) set cpuresetfn, and cut some dead wood from the platform code. | Mark Kettenis |
2016-10-08 | Attach sxipio(4) using the fdt. | Mark Kettenis |
2016-10-07 | Fixup comment by removing a word. | Patrick Wildt |
2016-09-11 | Properly keep track of which of the two tx FIFOs is in use. Fixes the | Mark Kettenis |
2016-09-11 | Remove #ifdef'ed out clock setting code, as we handle setting the clock using | Mark Kettenis |
2016-09-10 | Advertise high-speed support. | Mark Kettenis |
2016-09-10 | Use PLL6 as a parent clock for the SDx clocks for frequencies > 400 kHz. | Mark Kettenis |
2016-09-10 | Moving the host reset after setting the clock in the attach path makes | Marcus Glocker |
2016-09-04 | For the allwinner,sun4i-a10-wdt disable/enable the reset-bit instead of | Marcus Glocker |
2016-08-28 | Get rid of sxipio_ioh and sxipio_iot; they're not used (anymore). | Mark Kettenis |
2016-08-28 | Add a few missing sunxi-h3 clocks and resets. | Mark Kettenis |
2016-08-28 | Fix the macros that determine the register offsets based on port and pin. | Mark Kettenis |
2016-08-28 | Reset the host controller after a failed command request to make sure it | Marcus Glocker |