Age | Commit message (Expand) | Author |
2020-06-12 | Fix pasto; configure pin as input if it isn't an output. | Mark Kettenis |
2020-06-11 | Add RK3399 audio clocks. | Patrick Wildt |
2020-06-11 | Add escodec(4), a driver for the Everest ES8316 audio codec, | Patrick Wildt |
2020-06-11 | Add rkiis(4), a driver for the I2S controller found on the Rockchip | Patrick Wildt |
2020-06-10 | Add simpleamp(4), a driver for "simple audio amplifier". This | Patrick Wildt |
2020-06-10 | Add simpleaudio(4), a driver for "simple audio cards". This is | Patrick Wildt |
2020-06-10 | In case the device tree does not provide a list of brightness levels, | Patrick Wildt |
2020-06-10 | Add cwfg(4), a driver for the CellWise CW201x fuel gauge. This allows | Patrick Wildt |
2020-06-08 | update drm to linux 5.7 | Jonathan Gray |
2020-05-31 | DDR mode seems to work fine on the Rockchip RK3399. | Mark Kettenis |
2020-05-29 | dev/rndvar.h no longer has statistical interfaces (removed during various | Theo de Raadt |
2020-05-28 | Enable scrollback in simplefb(4). | Frederic Cambus |
2020-05-25 | change wsdisplay attribute type from long to uint32_t | Jonathan Gray |
2020-05-25 | rename wsdisplay alloc_attr() to pack_attr() | Jonathan Gray |
2020-05-23 | Increase chances of getting a successful PCIe link on the i.MX8MM. | Patrick Wildt |
2020-05-22 | Improve emulation of bridge config space. | Mark Kettenis |
2020-05-22 | Improve resetting PCIe devices by making use of the reset-gpios property, | Patrick Wildt |
2020-05-22 | Enable link training just before triggering the actual training. | Mark Kettenis |
2020-05-22 | Add support for the Marvell Xenon SDHC. This is used on the Armada | Patrick Wildt |
2020-05-22 | Attach mvpinctrl(4) to the Armada 3700's NB as well. As a consequence | Patrick Wildt |
2020-05-22 | Always defer attaching the mvneta(4) interfaces. Otherwise this | Patrick Wildt |
2020-05-22 | And add the node to the struct. Sometimes I maybe shouldn't try spliting | Patrick Wildt |
2020-05-22 | Actually store the node in the softc. Missed chunk from the previous | Patrick Wildt |
2020-05-22 | Some sdhc(4) on FDT use a card-detect GPIO or have a non-removable flag. | Patrick Wildt |
2020-05-22 | Add mvkpcie(4), a driver for the Aardvark PCIe controller found on | Patrick Wildt |
2020-05-20 | Open up a 4GB memory bus window for mvneta(4) on the Marvell | Patrick Wildt |
2020-05-19 | We need to double the clock frequency for DDR modes. | Mark Kettenis |
2020-05-19 | Use static inline instead of inline; fixes ramdisk build. | Mark Kettenis |
2020-05-18 | Turn power domain on. Makes OpenBSD boot on the odroid c4. | Mark Kettenis |
2020-05-18 | Add some comments. | Mark Kettenis |
2020-05-18 | Add amlpwrc(4), a driver for the power domain controller found on various | Mark Kettenis |
2020-05-17 | Fix typo in comment. | Mark Kettenis |
2020-05-17 | Add support for the SM1 variant and (probably) fix support for the CPU | Mark Kettenis |
2020-05-14 | The dwctwo(4) FDT glue is now identical on armv7 and arm64. Move it to | Mark Kettenis |
2020-04-28 | Calculate divisor for i.MX8M composite clocks. So far we have set | Patrick Wildt |
2020-04-28 | Enable all clocks referenced by the imxesdhc(4) device tree node. Usually | Patrick Wildt |
2020-04-28 | Recognize a few more clocks referenced by the i.MX8MM and i.MX8MQ | Patrick Wildt |
2020-04-27 | Add tcpci(4) to support TCPCI-compliant USB Type-C port controllers. | Patrick Wildt |
2020-04-27 | While i.MX6Q and i.MX7D's USB controller nodes claim to be compatible | Patrick Wildt |
2020-04-27 | Use the device tree properties to setup imxehci(4)'s USB non-core | Patrick Wildt |
2020-04-27 | Enable the power domain and set the assigned clocks on imxehci(4)'s USB | Patrick Wildt |
2020-04-27 | The parent of the i.MX8MM and i.MX8MQ USB_CTRL_ROOTs is USB_BUS, | Patrick Wildt |
2020-04-27 | PCIe register accesses seem to "hang" on the i.MX8MM if its PHY doesn't | Patrick Wildt |
2020-04-27 | Add gpio support to bcmgpio(4) and make gpio(4) attach such that GPIOs | Mark Kettenis |
2020-04-27 | Free the "ranges" array in the error handling paths. | Patrick Wildt |
2020-04-27 | fix SDHC_DEBUG build, remove procname printf's | ians |
2020-04-26 | Add i.MX8MM support to dwpcie(4). This re-uses the existing code | Patrick Wildt |
2020-04-26 | Add imxpciephy(4), a driver for the i.MX7D's PCIe PHY, which | Patrick Wildt |
2020-04-26 | Add support for the i.MX8MM USB clocks. These behave exactly like | Patrick Wildt |
2020-04-26 | Attach imxgpc(4) to i.MX8MM as well. | Patrick Wildt |