summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2020-04-30Use "dac" instead of "play" in mixer control namesratchov1-2/+2
2020-04-30Set terminal and clock names after all units are parsedratchov1-13/+25
2020-04-30Use macros instead of hardcoded "play" and "record" string constantsratchov1-4/+10
2020-04-30Fix use of uninitialized 'wh' variable in error path of ar5008_rx_process().stsp1-6/+4
2020-04-30drm/amd/display: Not doing optimize bandwidth if flip pending.jsg1-0/+23
2020-04-29Enable the trickle charger after setting the control register.patrick1-5/+5
2020-04-29Update the trickle charger diode defines based on the datasheet, andpatrick1-3/+4
2020-04-29Writing and reading time has been broken in abcrtc(4) as well. I waspatrick1-19/+18
2020-04-29Configure abcrtc(4)'s trickle charger. This uses informationpatrick1-1/+63
2020-04-29The function to write to abcrtc(4)'s configuration registerspatrick1-2/+2
2020-04-29Add the 'nomimo' nwflag which disables MIMO in 11n mode.stsp3-47/+88
2020-04-29According to the SDIO Simplified Specification 3.0, a tuple lengthpatrick1-7/+1
2020-04-28Calculate divisor for i.MX8M composite clocks. So far we have setpatrick1-13/+35
2020-04-28Enable all clocks referenced by the imxesdhc(4) device tree node. Usuallypatrick1-1/+2
2020-04-28Recognize a few more clocks referenced by the i.MX8MM and i.MX8MQpatrick1-0/+19
2020-04-28Configure Tx interrupt mitigation thresholds on athn(4) devices.stsp2-2/+12
2020-04-27Add tcpci(4) to support TCPCI-compliant USB Type-C port controllers.patrick2-1/+609
2020-04-27While i.MX6Q and i.MX7D's USB controller nodes claim to be compatiblepatrick1-2/+3
2020-04-27Use the device tree properties to setup imxehci(4)'s USB non-corepatrick1-11/+24
2020-04-27Enable the power domain and set the assigned clocks on imxehci(4)'s USBpatrick1-1/+5
2020-04-27The parent of the i.MX8MM and i.MX8MQ USB_CTRL_ROOTs is USB_BUS,patrick1-3/+3
2020-04-27Attach when the name matches "dallas,ds1307" which is what the device treekettenis1-8/+3
2020-04-27Don't clear OSF flag when we attach such that we can reject the RTC clockkettenis1-9/+10
2020-04-27PCIe register accesses seem to "hang" on the i.MX8MM if its PHY doesn'tpatrick1-14/+38
2020-04-27Add gpio support to bcmgpio(4) and make gpio(4) attach such that GPIOskettenis3-6/+214
2020-04-27Free the "ranges" array in the error handling paths.patrick1-1/+7
2020-04-27fix SDHC_DEBUG build, remove procname printf'sians2-10/+8
2020-04-27IPv6 is no longer on by default. It must be enabled with "inet6 eui64".gerhard1-2/+3
2020-04-27When creating the rx filter, indicate we want to match against the outermostjmatthew1-2/+3
2020-04-27Offload CCMP (WPA2) encryption and decryption to athn(4) hardware.stsp5-97/+293
2020-04-27Fix processing of compressed block ack notifications sent by iwn(4) firmware.stsp2-86/+155
2020-04-27Allow iwn(4) firmware to always traverse the entire multi-rate retry table.stsp1-31/+53
2020-04-26Map em(4) descriptor rings coherent. This doesn't make a difference on x86,patrick1-2/+2
2020-04-26Add i.MX8MM support to dwpcie(4). This re-uses the existing codepatrick1-17/+97
2020-04-26Add imxpciephy(4), a driver for the i.MX7D's PCIe PHY, whichpatrick2-1/+85
2020-04-26Add support for the i.MX8MM USB clocks. These behave exactly likepatrick2-1/+37
2020-04-26Attach imxgpc(4) to i.MX8MM as well.patrick1-2/+4
2020-04-26Make explicit and enforce that WSCREEN and WSEMUL names are 0-terminated.bru1-5/+5
2020-04-26Remove unused assignments.bru1-3/+1
2020-04-25Add bcmbsc(4), a driver for the Broadcom Serial Control (BSC) controller.kettenis2-1/+304
2020-04-25Explicitly check that the length of the "brcm,pull" property is greaterkettenis1-3/+3
2020-04-25regenkevlo2-2/+12
2020-04-25Add RTL8821CE and RTL8822CE PCI ids.kevlo1-1/+3
2020-04-25Add dsxrtc(4), a driver for the Maxim DS3231/DS3232 I2C RTC.kettenis2-1/+254
2020-04-25Reduce minimum allowed number of chunks in a CONCAT volume from 2 tokrw1-4/+4
2020-04-25Remove redundant bit masking.kettenis1-2/+1
2020-04-24Remove unused include.kettenis1-2/+1
2020-04-24Skip "all-channels" controls if there are equivalend per-channel onesratchov1-2/+28
2020-04-24Suffix per-channel non-numeric controls with channel numberratchov1-3/+8
2020-04-24Remove unused struct.kettenis1-7/+1