Age | Commit message (Expand) | Author |
2020-04-29 | remove some trailing whitespace. no functional change. | David Gwynne |
2020-04-29 | Ensure that if we are doing a delayed write with a NOCACHE buffer, we | Bob Beck |
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-28 | Use the same inittodr()/resettodr() implementation as on arm64/armv7/sparc64 | Mark Kettenis |
2020-04-28 | Use the same inittodr()/resettodr() implementation as on arm64/armv7 | Mark Kettenis |
2020-04-28 | Document that thread credentials are owned by curproc. | Martin Pieuchot |
2020-04-28 | Configure Tx interrupt mitigation thresholds on athn(4) devices. | Stefan Sperling |
2020-04-27 | Enable tcpci(4). | Patrick Wildt |
2020-04-27 | Add tcpci(4) to support TCPCI-compliant USB Type-C port controllers. | Patrick Wildt |
2020-04-27 | Add bcmclock(4) and bcmmbox(4). Fixes a hang because the clock for sdhc(4) | Mark Kettenis |
2020-04-27 | While i.MX6Q and i.MX7D's USB controller nodes claim to be compatible | Patrick Wildt |
2020-04-27 | Remove reset hack; these days the U-Boot we ship for the CuBox-i is | Mark Kettenis |
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 | Bring inittodr()/resettodr() in line with arm64 and move it to | Mark Kettenis |
2020-04-27 | Move inittodr() and resettodr() to the end of the file to easy move an MI | Mark Kettenis |
2020-04-27 | Attach when the name matches "dallas,ds1307" which is what the device tree | Mark Kettenis |
2020-04-27 | Don't clear OSF flag when we attach such that we can reject the RTC clock | Mark Kettenis |
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-27 | IPv6 is no longer on by default. It must be enabled with "inet6 eui64". | Gerhard Roth |
2020-04-27 | When creating the rx filter, indicate we want to match against the outermost | Jonathan Matthew |
2020-04-27 | Offload CCMP (WPA2) encryption and decryption to athn(4) hardware. | Stefan Sperling |
2020-04-27 | Fix processing of compressed block ack notifications sent by iwn(4) firmware. | Stefan Sperling |
2020-04-27 | Allow iwn(4) firmware to always traverse the entire multi-rate retry table. | Stefan Sperling |
2020-04-26 | disable POOL_DEBUG in preparation for release | Sebastian Benoit |
2020-04-26 | Map em(4) descriptor rings coherent. This doesn't make a difference on x86, | Patrick Wildt |
2020-04-26 | Add i.MX8MM support to dwpcie(4). This re-uses the existing code | Patrick Wildt |
2020-04-26 | Enable imxpciephy(4). | 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 |
2020-04-26 | Make explicit and enforce that WSCREEN and WSEMUL names are 0-terminated. | Ulf Brosziewski |
2020-04-26 | Remove unused assignments. | Ulf Brosziewski |
2020-04-26 | Sanitize inittodr()/resettodr() implementation. | Mark Kettenis |
2020-04-25 | Add bcmbsc(4), a driver for the Broadcom Serial Control (BSC) controller. | Mark Kettenis |
2020-04-25 | Explicitly check that the length of the "brcm,pull" property is greater | Mark Kettenis |
2020-04-25 | Enable maxrtc(4) and move dsxrtc(4) to keep things in alphabetical order. | Mark Kettenis |
2020-04-25 | Enable dsxrtc(4) and pcfrtc(4). | Mark Kettenis |
2020-04-25 | regen | Kevin Lo |
2020-04-25 | Add RTL8821CE and RTL8822CE PCI ids. | Kevin Lo |
2020-04-25 | Add dsxrtc(4), a driver for the Maxim DS3231/DS3232 I2C RTC. | Mark Kettenis |
2020-04-25 | Reduce minimum allowed number of chunks in a CONCAT volume from 2 to | Kenneth R Westerback |
2020-04-25 | Remove redundant bit masking. | Mark Kettenis |
2020-04-24 | Remove unused include. | Mark Kettenis |