summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2019-10-05The event queue consumer counter also needs to be unsigned like the others.jmatthew1-2/+2
2019-10-04Add support for setting the CPU clock frequencies. This enables DVFS.kettenis1-19/+230
2019-10-04Re-enable call to intel_hpd_poll_init() in vlv_display_power_well_deinit().jsg1-2/+4
2019-10-03Update Spleen kernel fonts to version 1.5.0, bringing the followingfcambus3-19/+19
2019-10-03Switch the bpf of umb(4) from DTL_RAW to DTL_LOOP. DTL_RAW is limited toclaudio1-13/+31
2019-10-02When dequeuing an aqb from the live queue and move it to the idle queue,yasuoka1-1/+2
2019-10-01drm: Flush output polling on shutdownjsg1-1/+8
2019-10-01Revert "drm/amd/powerplay: Enable/Disable NBPSTATE on On/OFF of UVD"jsg1-4/+1
2019-09-30Add pwmreg(4), a driver that implements a voltage regulator that uses akettenis2-1/+166
2019-09-30Add amlpwm(4), a driver for the PWM controller found on various Amlogic SoCs.kettenis2-1/+225
2019-09-30Add a PWM framework.kettenis2-2/+96
2019-09-30try to make if_baudrate look plausible.dlg1-68/+101
2019-09-30use the right values when figuring out which if_baudrate to use.dlg1-7/+9
2019-09-30remove the "copy function" argument to bpf_mtap_hdr.dlg6-17/+17
2019-09-29turn the success paths of FCC registration into debug prints. Thederaadt1-3/+3
2019-09-29Fix pasto.kettenis1-2/+2
2019-09-29Replace dwge(4) with a new driver based on dwxe(4). There are manykettenis7-2132/+1507
2019-09-29Reserve a few GPIO_CONFIG bits for machine-dependent use.visa1-1/+5
2019-09-27Make umb(4) add a default route when configuring the interface. This routeclaudio1-52/+97
2019-09-27Use a better scale value in ksmn(4), this produces a slightly morebrynet1-2/+2
2019-09-26Add a new driver for getting AMD CPU temperature sensor over the SMN.brynet2-1/+172
2019-09-26regenbrynet2-2/+7
2019-09-26Add "AMD64 17h/3xh Root Complex" device.brynet1-1/+2
2019-09-25Argument order fix for MCLGETI.kevlo4-10/+10
2019-09-24Recognize Marvell 88E1545.visa1-1/+3
2019-09-24regenvisa1-2/+4
2019-09-24Add Marvell 88E1545.visa1-1/+2
2019-09-21Register sxits(4) as a thermal sensor with the thermal zone support code.kettenis1-1/+23
2019-09-21Register sxitemp(4) as a thermal sensor with the thermal zone support code.kettenis1-1/+31
2019-09-21Implement setting the CPU clock for Allwinner A10/A20 SoCs.kettenis1-1/+46
2019-09-20Add A20 GMAC clocks.kettenis2-3/+18
2019-09-20Extend the identification and validation of elantech-v4 packets to thebru2-20/+41
2019-09-20DMA works on the RK3288 as well, so unconditionally enable it.kettenis1-9/+2
2019-09-20Start using the generic clock code on RK3288 as well by switching over thekettenis2-22/+19
2019-09-20Add RK3288 GMAC clock.kettenis2-2/+25
2019-09-20More RK3328 GMAC clock tweaking.kettenis2-3/+16
2019-09-19Add RK3328 GMAC clocks.kettenis2-3/+45
2019-09-19drm: panel-orientation-quirks: Add extra quirk table entry for GPD MicroPCjsg1-0/+12
2019-09-18don't hand roll bpf_mtap_hdr functionality, just use bpf_mtap_hdr.dlg5-85/+25
2019-09-16drm/i915: Make sure cdclk is high enough for DP audio on VLV/CHVjsg1-0/+11
2019-09-16drm/amdgpu/{uvd,vcn}: fetch ring's read_ptr after allocjsg3-3/+12
2019-09-16drm/amdgpu: fix ring test failure issue during s3 in vce 3.0 (V2)jsg1-1/+4
2019-09-16drm/amdkfd: Add missing Polaris10 IDjsg1-0/+1
2019-09-16drm/i915: Sanity check mmap length against object sizejsg1-15/+14
2019-09-16drm/i915: Handle vm_mmap error during I915_GEM_MMAP ioctl with WC setjsg1-3/+15
2019-09-16drm/vblank: Allow dynamic per-crtc max_vblank_countjsg3-3/+85
2019-09-16drm/i915: Cleanup gt powerstate from gemjsg2-4/+3
2019-09-16drm/i915: Restore sane defaults for KMS on GEM error loadjsg1-1/+10
2019-09-16drm/amd/dm: Understand why attaching path/tile properties are neededjsg1-3/+0
2019-09-16drm/amd/pp: Fix truncated clock value when set watermarkjsg1-16/+16