summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2018-06-25Reorganize acpi(4) code a bit in preparation for upcoming arm64 support.Mark Kettenis
2018-06-25Implement DRI3/prime support. This allows graphics buffers to be passedMark Kettenis
2018-06-24Save all mixer elements in the suspend/resume array instead of onlyAlexandre Ratchov
2018-06-24If ACPI tables are present, set a global variable to point at theirMark Kettenis
2018-06-22set I2C_F_POLL when acquiring the iic bus in an interrupt handlerJoshua Stein
2018-06-20drm/i915: Disable LVDS on Radiant P845Jonathan Gray
2018-06-19Add support for SAS3.5 controllers. This involves reorderingJonathan Matthew
2018-06-18Add an HP LD220 pole displayMike Belopuhov
2018-06-18regenMike Belopuhov
2018-06-18Add an HP LD220 pole displayMike Belopuhov
2018-06-18Run the code to handle interrupts directly from the interrupt handlerMark Kettenis
2018-06-17Use regmapMark Kettenis
2018-06-17Resetting fec(4) also resets the MII control register. Since wePatrick Wildt
2018-06-17Add curly braces to the if-condition to make sure the bus widthPatrick Wildt
2018-06-17Add another missing clock for i.MX7D. This particular clock lives on theMark Kettenis
2018-06-16regenJonathan Matthew
2018-06-16add SAS3.5 megaraids in SAS HBA modeJonathan Matthew
2018-06-16Fix some i.MX7D clocks.Mark Kettenis
2018-06-16Add imxrtc(4), a driver for the "secure" RTC in the Low Power Domain of theMark Kettenis
2018-06-15Use IPL_MPFLOOR for ipmi mutex to prevent a interrupt which requiresYASUOKA Masahiko
2018-06-12Enable on i.MX6SX and i.MX7.Mark Kettenis
2018-06-12Add a bunch of i.MX7 clocks.Mark Kettenis
2018-06-12Don't panic on I/O to unregistered regionspaces. Needed to unbreak the GPDMike Larkin
2018-06-12axen(4): Identify the owner of some chatty printfsMike Larkin
2018-06-11Add clock support for i.MX7D.Mark Kettenis
2018-06-11Also match on "fsl,imx6q-uart" such that this attaches on i.MX7.Mark Kettenis
2018-06-10Attach imxiomuxc(4) to i.MX7D as well.Mark Kettenis
2018-06-10Attach imxgpc(4) to i.MX7D as well.Mark Kettenis
2018-06-10Attach imxesdhc(4) to i.MX7D. Should attach to i.MX6SL as well.Mark Kettenis
2018-06-10Extract the i2c bitrate from imxiic(4)'s clock-frequency attribute.Patrick Wildt
2018-06-08Handle AENs for logical disk creation and deletion.Jonathan Matthew
2018-06-08Rework sensors and bio(4) support to use the target number from the logicalJonathan Matthew
2018-06-07Attach bwfm(4) to the Broadcom 4356 found in the GPD Pocket.Patrick Wildt
2018-06-07Some PCIe-based bwfm(4) chips also require that we supply an NVRAMPatrick Wildt
2018-06-05Move pluart(4) to dev/fdt.Mark Kettenis
2018-06-04in non-DIAGNOSTIC kernels, rw_assert_wrlock becomes a nop which leaves theTheo de Raadt
2018-06-044-bit bus width is mandatory for SDIO cards that support High SpeedPatrick Wildt
2018-06-04Switch to SDIO High Speed mode if the host controller supports it.Patrick Wildt
2018-06-04imxesdhc(4) also supports High Speed mode for SD.Patrick Wildt
2018-06-04Nuke unused variable.Kevin Lo
2018-06-03Change the set_parent() interface to pass the full parent specificationMark Kettenis
2018-06-03Make DMA work on Samsung Exynos. The crucial bit that makes it work isMark Kettenis
2018-06-02Add more RK3399 clocks such that we can support assigned locks for theMark Kettenis
2018-06-02Add fanpwr(4), a driver for the Fairchild FAN53555 voltage regulator.Mark Kettenis
2018-06-01Rockchip RK3288/3328/3399 pre-divide the clock. Take this into account whenMark Kettenis
2018-06-01Add code to set the frequency of the SDMMC and SDIO clocks.Mark Kettenis
2018-06-01Pass flags for highspeed capabilities based on device tree properties.Mark Kettenis
2018-06-01Restrict DMA to the Rockchip RK3328 and RK3388 for now. There is someMark Kettenis
2018-05-31Move com_fdt.c to dev/fdt since we can share it between armv7 and arm64 now.Mark Kettenis
2018-05-31Remove comcnspeed and comcnmode. They serve no purpose anymore. ConfiguringMark Kettenis