summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-08-22Fix two small bugs in the new reset API code.Mark Kettenis
2016-08-22Remove unused code and definitions.Mark Kettenis
2016-08-22Use new clock API.Mark Kettenis
2016-08-22Use new clock API to manipulate clocks.Mark Kettenis
2016-08-22Add support for the gmac clock.Mark Kettenis
2016-08-22Add an API to set the clock frequency.Mark Kettenis
2016-08-22Move all the platform-specific code into a new function sxiehci_attach_phy()Mark Kettenis
2016-08-22Add support for the usb clock. Also implements reset signal support.Mark Kettenis
2016-08-22Add a reset signal API alongside the clock API.Mark Kettenis
2016-08-22Use rtalloc(9) instead of ifa_ifwithnet() to find an interfaceMartin Pieuchot
2016-08-22Make the ``rt_gwroute'' pointer of RTF_GATEWAY entries immutable.Martin Pieuchot
2016-08-22Do not dereference ``rt->rt_ifa'' after calling rtfree(9).Martin Pieuchot
2016-08-22Use the new clock API.Mark Kettenis
2016-08-22Implement interfaces to disable clocks and add interfaces that enable orMark Kettenis
2016-08-22Call csignal() and selwakeup() from a KERNEL_LOCK'd task.Martin Pieuchot
2016-08-22Sizes for free(9) from David Hill.Martin Pieuchot
2016-08-22Refactor the uio to mbuf code out of sosend and start to make use ofClaudio Jeker
2016-08-22Use the new clock API to get the clock frequency from the device tree and theMark Kettenis
2016-08-22Add code to enable the pll6 clock.Mark Kettenis
2016-08-22Before pmap7.c rev 1.35 and pmap.h rev 1.44 DMA'able memory with theJonathan Gray
2016-08-21Use generic clock API to enable the module clock.Mark Kettenis
2016-08-21Add support for all the ahb, apb0 and apb1 clock gating devices on sun4i,Mark Kettenis
2016-08-21Implement some fundamental clocks using the new clock framework.Mark Kettenis
2016-08-21Add a minimal clock "framework". Build it on armv7.Mark Kettenis
2016-08-21Fix a pasto in a comment.Mark Kettenis
2016-08-21There are three callers of update_vattr(). Two of them don't use theMartin Natano
2016-08-21When detecting the console on attach test fa_node and stdout_node not fa_regJonathan Gray
2016-08-21Remove the remains of a workaround to get GIC ranges for exynos.Jonathan Gray
2016-08-21Dynamically attach exuart using the FDT.Jonathan Gray
2016-08-20Fix indentation.Mark Kettenis
2016-08-20Argh, commit from the wrong tree. Revert previous commit.Mark Kettenis
2016-08-20Fix indentation.Mark Kettenis
2016-08-20Enable sximmc(4).Mark Kettenis
2016-08-20Increase MSGBUFSIZE to 8 pages.Mark Kettenis
2016-08-20Various improvements to make this work better.Mark Kettenis
2016-08-20Add some code to set the SD/MMC clocks.Mark Kettenis
2016-08-20Don't set MSGBUFSIZE here such that the setting in <machine/param.h> takesMark Kettenis
2016-08-20Format string fixes in debug code: need %llx to print 64 bit valuesStefan Kempf
2016-08-20Replace bcmmuart(4) with com(4).Mark Kettenis
2016-08-20Remove obsolete sxiuart(4) header.Patrick Wildt
2016-08-20sxiuart(4) has been replaced with com(4).Patrick Wildt
2016-08-20Correctly enter a mapping as writable if no "page modified" emulationMark Kettenis
2016-08-20Figuring out the clock frequency used for a com(4) device on armv7 is hard.Mark Kettenis
2016-08-20Push 'field changed' guards into 'change field' functions;Richard Procter
2016-08-20Retire pf_translate_ap()Richard Procter
2016-08-19move mem.c to hppa directory like every other arch.Ted Unangst
2016-08-19Make the FSR encoding strings match the ARMv7 ARM.Mark Kettenis
2016-08-19Seems we need to hold the PHY into reset a little bit longer. Without itMark Kettenis
2016-08-19Start using to XN flag to enforce that mappings without PROT_EXEC areMark Kettenis
2016-08-19Mark device memory as execute-never to prevent a speculative instruction fetchMark Kettenis