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