summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-08-15normalize some commentsTed Unangst
2016-08-15Don't take shortcuts cleaning/invalidating the caches. The Cortex-A7 and mostMark Kettenis
2016-08-15Now that com(4) uses a different iot for the initial console and thePatrick Wildt
2016-08-15First stab at porting the awinmmc(4) driver from NetBSD. The driver willMark Kettenis
2016-08-15For some reason the RTL8211E PHY on the Banana Pi responds to both address 0Mark Kettenis
2016-08-15Allow com(4) to make use of the simplebus address translation.Patrick Wildt
2016-08-15Move the com(4) fdt attachment driver to a more generic location andPatrick Wildt
2016-08-15Remove IWM_CMD_SYNC, which expands to zero while all the otherStefan Sperling
2016-08-15replace the last uses of m_copym2 with m_dup_pkt.David Gwynne
2016-08-15Use pinctrl to configure the pins used by the EMAC.Mark Kettenis
2016-08-15Use the regulator API to supply power to the target.Mark Kettenis
2016-08-15Neuter fuse_vptofh() and fuse_fhtovp(). I implemented those functionsMartin Natano
2016-08-15No need to reset si_selpid after calling selwakeup() the functionMartin Pieuchot
2016-08-15Introduce bpf_put() and bpf_get() instead of mixing macro and functionsMartin Pieuchot
2016-08-15Check if ``bd_bif'' is NULL inside bpf_catchpacket() to match bpfread()Martin Pieuchot
2016-08-15Merge bpfilter_create() into bpfopen() and make it such that theMartin Pieuchot
2016-08-15Drain FIFOs on init same as com(4) does it and reduce the RX FIFO interruptMarcus Glocker
2016-08-14Add imxtemp(4), a temperature sensor for the i.MX6 SoC. Based on code writtenMark Kettenis
2016-08-14remove uneeded sa1111_reg.h includeJonathan Gray
2016-08-14Remove code for Intel 80219/80321 xscale processors used by armish.Jonathan Gray
2016-08-14Fix setting the SMP bit in the Auxiliary Control Register. The old code wasMark Kettenis
2016-08-14Allow a bus_dmamap_sync() of length zero.Mark Kettenis
2016-08-14Remove some annoying debug printfs to get rid of u_quad_t in cnmac.Visa Hankala
2016-08-14Utilize the TLB Execute-Inhibit bit with non-executable mappings on CPUsVisa Hankala
2016-08-14u_quad_t -> uint64_tDavid Gwynne
2016-08-14change some types in bio from u_quad_t to uint64_t, and fix casts inDavid Gwynne
2016-08-14replace u_quad_t with uint64_t.David Gwynne
2016-08-13Add the shim to make dwge(4) attach to simplebus(4). This brings usMark Kettenis
2016-08-13Add GMAC clock support. Based on an earlier diff from patrick@.Mark Kettenis
2016-08-13Missed a couple qaddr_t castsPhilip Guenther
2016-08-13Eliminate pointless casts to qaddr_t of a value being assigned to a void*Philip Guenther
2016-08-13Add the core of the code for dwge(4), a driver for the Synopsis DesignwareMark Kettenis
2016-08-13modern interfaces should use modern speelings, so spell quad_t as int64_t.Ted Unangst
2016-08-13Remove entries that are no longer needed.Mark Kettenis
2016-08-13Kill FUSE_ROOT_ID and use FUSE_ROOTINO instead. Also, remove one (ino_t)Martin Natano
2016-08-13Use regulalator API instead of private functions.Mark Kettenis
2016-08-13Build ofw_regulator.o.Mark Kettenis
2016-08-13Add a minimal regulator "framework".Mark Kettenis
2016-08-12Include map entries that have an amap associated with them in the coredump.Mark Kettenis
2016-08-12Dedup vnode type information. Fuse stores the vnode type in two places:Martin Natano
2016-08-12Hook up sxipio(4) to the generic gpio code.Mark Kettenis
2016-08-12Call pinctrl_byname() such that ports left unconfiguraed by u-boot will workMark Kettenis
2016-08-12Hook up sxipio(4) to the generic pinctrl code. The device binding is prettyMark Kettenis
2016-08-12Switch omap to the generic ofw pinctrl framework.Jonathan Gray
2016-08-11fuse requires ufs_ihash.cMartin Natano
2016-08-11Dynamically attach omgpio(4) using the FDT.Jonathan Gray
2016-08-11Dynamically attach omehci using the FDT.Jonathan Gray
2016-08-11shuffle some code to make it more symmetrical.David Gwynne
2016-08-11replace abuse of the static map entries RB_ENTRY pointers with an SLISTDavid Gwynne
2016-08-11take TASKQ_CANTSLEEP way from the softnet taskq.David Gwynne