| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-06-22 | use ifiq_input and use it's return value to apply backpressure to rxrs. |  dlg | 4 | -11/+16 |
| 2020-06-20 | Add bcmtmon(4), a driver for the temperature sensor on the Raspberry Pi 4. |  kettenis | 2 | -1/+129 |
| 2020-06-12 | Fix pasto; configure pin as input if it isn't an output. |  kettenis | 1 | -2/+2 |
| 2020-06-11 | Add RK3399 audio clocks. |  patrick | 2 | -1/+63 |
| 2020-06-11 | Add escodec(4), a driver for the Everest ES8316 audio codec, |  patrick | 2 | -1/+658 |
| 2020-06-11 | Add rkiis(4), a driver for the I2S controller found on the Rockchip |  patrick | 2 | -1/+621 |
| 2020-06-10 | Add simpleamp(4), a driver for "simple audio amplifier". This |  patrick | 2 | -1/+120 |
| 2020-06-10 | Add simpleaudio(4), a driver for "simple audio cards". This is |  patrick | 2 | -1/+601 |
| 2020-06-10 | In case the device tree does not provide a list of brightness levels, |  patrick | 1 | -18/+21 |
| 2020-06-10 | Add cwfg(4), a driver for the CellWise CW201x fuel gauge. This allows |  patrick | 2 | -1/+398 |
| 2020-06-08 | update drm to linux 5.7 |  jsg | 6 | -303/+172 |
| 2020-05-31 | DDR mode seems to work fine on the Rockchip RK3399. |  kettenis | 1 | -4/+1 |
| 2020-05-29 | dev/rndvar.h no longer has statistical interfaces (removed during various |  deraadt | 7 | -14/+7 |
| 2020-05-28 | Enable scrollback in simplefb(4). |  fcambus | 1 | -1/+2 |
| 2020-05-25 | change wsdisplay attribute type from long to uint32_t |  jsg | 3 | -18/+18 |
| 2020-05-25 | rename wsdisplay alloc_attr() to pack_attr() |  jsg | 2 | -5/+5 |
| 2020-05-23 | Increase chances of getting a successful PCIe link on the i.MX8MM. |  patrick | 1 | -3/+2 |
| 2020-05-22 | Improve emulation of bridge config space. |  kettenis | 1 | -42/+13 |
| 2020-05-22 | Improve resetting PCIe devices by making use of the reset-gpios property, |  patrick | 1 | -1/+21 |
| 2020-05-22 | Enable link training just before triggering the actual training. |  kettenis | 1 | -2/+2 |
| 2020-05-22 | Add support for the Marvell Xenon SDHC. This is used on the Armada |  patrick | 1 | -3/+245 |
| 2020-05-22 | Attach mvpinctrl(4) to the Armada 3700's NB as well. As a consequence |  patrick | 2 | -27/+38 |
| 2020-05-22 | Always defer attaching the mvneta(4) interfaces. Otherwise this |  patrick | 1 | -36/+11 |
| 2020-05-22 | And add the node to the struct. Sometimes I maybe shouldn't try spliting |  patrick | 1 | -1/+2 |
| 2020-05-22 | Actually store the node in the softc. Missed chunk from the previous |  patrick | 1 | -1/+2 |
| 2020-05-22 | Some sdhc(4) on FDT use a card-detect GPIO or have a non-removable flag. |  patrick | 1 | -1/+23 |
| 2020-05-22 | Add mvkpcie(4), a driver for the Aardvark PCIe controller found on |  patrick | 2 | -1/+1031 |
| 2020-05-20 | Open up a 4GB memory bus window for mvneta(4) on the Marvell |  patrick | 1 | -3/+8 |
| 2020-05-19 | We need to double the clock frequency for DDR modes. |  kettenis | 1 | -1/+5 |
| 2020-05-19 | Use static inline instead of inline; fixes ramdisk build. |  kettenis | 1 | -2/+2 |
| 2020-05-18 | Turn power domain on. Makes OpenBSD boot on the odroid c4. |  kettenis | 1 | -1/+3 |
| 2020-05-18 | Add some comments. |  kettenis | 1 | -1/+3 |
| 2020-05-18 | Add amlpwrc(4), a driver for the power domain controller found on various |  kettenis | 2 | -1/+181 |
| 2020-05-17 | Fix typo in comment. |  kettenis | 1 | -2/+2 |
| 2020-05-17 | Add support for the SM1 variant and (probably) fix support for the CPU |  kettenis | 1 | -12/+17 |
| 2020-05-14 | The dwctwo(4) FDT glue is now identical on armv7 and arm64. Move it to |  kettenis | 2 | -1/+146 |
| 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-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 | 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 | 2 | -5/+211 |
| 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 | 1 | -5/+4 |
| 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 |