Age | Commit message (Expand) | Author |
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-07 | Fill bootstrap translation table with zeroes before we use it and don't map | Mark Kettenis |
2017-01-05 | Now that all non-ARMv7 platforms are gone, tedu the legacy atomic | Patrick Wildt |
2017-01-04 | Cleanup gpio(4) support code. | Mark Kettenis |
2017-01-03 | Add simplefb(4), a driver to support the framebuffer set up by the firmware | Mark Kettenis |
2016-12-31 | Add missing $OpenBSD$ marker. | Mark Kettenis |
2016-12-30 | Remove unused headers. | Jeremie Courreges-Anglas |
2016-12-30 | Fix EFI_CALL() to pass the arguments properly when number of arguments is 0. | YASUOKA Masahiko |
2016-12-28 | Use the generic clock framework. | Mark Kettenis |
2016-12-27 | Add support for the 2nd sxipio(4) device on the Allwinner A80. | Mark Kettenis |
2016-12-26 | Fix typo. | Mark Kettenis |
2016-12-24 | Add support for the 2nd sxipio(4) device on the Allwinner H3. | Mark Kettenis |
2016-11-29 | Build kernel with DEBUG=-g by default. | Martin Pieuchot |
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-15 | Clean up the kernel Makefile's: | Martin Natano |
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-11-06 | Do not create machine@ symlinks in obj as root during includes:, but | Theo Buehler |
2016-11-05 | Two tweaks for compile/Makefile.inc: | Martin Natano |
2016-10-27 | We don't generate an eddep script for kernel builds nowadays. The last | Martin Natano |
2016-10-25 | Remove now unused disable_l2_if_needed interface. | Jonathan Gray |
2016-10-24 | make cleandir should skip the version file; ok otto millert | Theo de Raadt |
2016-10-23 | Remove sunxi board IDs. | 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-23 | stop disabling the external pl310 l2 cache on pandaboard | Jonathan Gray |
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 | Stop setting MIIF_AUTOTSLEEP in fec(4) | Jonathan Gray |
2016-10-21 | Implement a driver for Marvell's Mbus bridge. This is the component | Patrick Wildt |
2016-10-21 | Run timers from the 24MHz; it seems the A10s doesn't have a reliable 32kHz | Mark Kettenis |
2016-10-15 | cleandir: target for kernel compile directories | Theo de Raadt |
2016-10-14 | Kernel builds now happen in compile/CONFIG/obj@ -> /usr/obj/... [or ./obj/, | Theo de Raadt |
2016-10-09 | Add psci(4) a driver for the reset and power down portion of the | Jonathan Gray |
2016-10-09 | Attach sxiccmu(4) using the fdt. | Mark Kettenis |
2016-10-09 | Change raw dsb and smc opcodes to instructions. The dsb encoding did | Jonathan Gray |
2016-10-09 | Remove the vexpress platform abstraction and board id. All the devices | Jonathan Gray |
2016-10-09 | Add a power down function pointer so power down can work without the | Jonathan Gray |
2016-10-08 | Simplify handling of cold reboot on armv7 to match other platforms | Tom Cosgrove |
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-08 | Dynamically attach sysreg(4) using the FDT. | Jonathan Gray |
2016-10-08 | Use the fdt root node instead of board ids to gate omap4 specific code. | Jonathan Gray |