summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2018-08-19Add kcov(4), a kernel code coverage tracing driver. It's used in conjunctionanton
2018-08-19Add support for multiple PCI segments. Only really implemented for arm64Mark Kettenis
2018-08-17The official name for the ssdfb(4) reset GPIO attribute uses plural form.Patrick Wildt
2018-08-17Support reading and using serveral device tree attributes for ssdfb(4),Patrick Wildt
2018-08-15Partially revert previous, EM7455 is already handled by umb(4).Martin Pieuchot
2018-08-15Grab the KERNEL_LOCK() in MP-unsafe fo_close routines. This preventsVisa Hankala
2018-08-15Introduce mue_eeprom_present to check if the EEPROM is present.Kevin Lo
2018-08-14return ENOTTY rather than EINVAL to indicate an ioctl hasn't been handledJonathan Matthew
2018-08-13Instead of using BYPASSUNVEIL at NDINIT time, use KERNELPATH to indicateTheo de Raadt
2018-08-13Support CPU frequency scaling on NXP i.MX8M.Patrick Wildt
2018-08-13Support GPIO-based voltage regulators.Patrick Wildt
2018-08-13Prevent iwm(4) from writing back the former BSS channelStefan Sperling
2018-08-13Attach to Sierra Wireless MC7304/MC7354 & EM7455, from Denis Lapshin.Martin Pieuchot
2018-08-13regenMartin Pieuchot
2018-08-13Sierra Wireless MC7304/MC7354, from Denis Lapshin.Martin Pieuchot
2018-08-12Drop reference to dmabuf "file" as fnew() returns one that has twoMark Kettenis
2018-08-12Really overwrite the major of com(4) instead of the hardcoded 12.Mark Kettenis
2018-08-11Match "ARMH0011".Mark Kettenis
2018-08-09Hook up the rasops text emulation functions so we only write outPatrick Wildt
2018-08-09Implement out-of-band interrupt support in the bwfm(4) SDIO backend.Patrick Wildt
2018-08-09Make imxesdhc(4) pass per-function cookies to the SD/MMC bus.Patrick Wildt
2018-08-09Allow passing per-function cookies through the SD/MMC bus to SDIOPatrick Wildt
2018-08-09Correct the bitmask that returns the function count. We missed a bitPatrick Wildt
2018-08-09regenMark Kettenis
2018-08-09ASMedia ASM1184e PCIe switch.Mark Kettenis
2018-08-08Fix possible division by zero caused by bogus usb descriptors. FromAlexandre Ratchov
2018-08-08Implement IRQ masking and unmasking in imxgpio(4).Patrick Wildt
2018-08-08regenKevin Lo
2018-08-08Fix Realtek product name from RT8188 to RTL8188CEKevin Lo
2018-08-06Give the FDT interrupt API a more generic naming by replacing thePatrick Wildt
2018-08-05ifconfig ioctl's that bring interfaces up the first time may issueTheo de Raadt
2018-08-05Fix typo that caused us to misassign parents.Mark Kettenis
2018-08-05Decouple unveil from the pledge flags, by adding dedicated unveil flagsBob Beck
2018-08-04Implement a few missing RK3288 clocks and implement resets.Mark Kettenis
2018-08-04avoid using a value uninitialisedJonathan Gray
2018-08-03Pass PCIe requester ID as sideband data here as well.Mark Kettenis
2018-08-03Let ahci(4) match on _CLS instead of _HID when attaching at acpi(4). AvoidsMark Kettenis
2018-08-03Implement setting the CPU clock for Allwinner H3/H5 SoCs.Mark Kettenis
2018-08-03Also attach as a regulator if the FDT provides the fixed voltage value.Mark Kettenis
2018-08-03Implement DVFS support.Mark Kettenis
2018-08-03- use memset() for for clearing hashtblKevin Lo
2018-08-03Add mue(4), a driver for Microchip LAN75xx/LAN78xx 10/100/1000 USB EthernetKevin Lo
2018-08-02Add I2C attachment code to ssdfb(4). The difference between the I2CPatrick Wildt
2018-08-02Add delay when increasing the voltage of a regulator that has aMark Kettenis
2018-08-01Fix various RK3399 clocks and add support for getting the clock frequencyMark Kettenis
2018-08-01Implement a partial update mechanism. Since the SPI-connected displayPatrick Wildt
2018-07-31Display color depth alongside resolution when attaching simplefb(4).Frederic Cambus
2018-07-31Stop reversing bytes read from the framebuffer. That was added sincePatrick Wildt
2018-07-31Implement setting the voltage of the regulators.Mark Kettenis
2018-07-31Correctly set the dividers for the clock of the "big" cores.Mark Kettenis