Age | Commit message (Expand) | Author |
2017-05-06 | Add rkgpio(4), a driver to handle GPIOs on Rockchip SoCs. | Mark Kettenis |
2017-05-06 | Remove unused local variable such that this actually compiles. | Mark Kettenis |
2017-05-06 | Add a few GMAC related clocks and implement reset logic. | Mark Kettenis |
2017-05-06 | Configure pins and deassert resets, just in case some other board needs it. | Mark Kettenis |
2017-05-06 | add Moxa CP-104EL | Jonathan Matthew |
2017-05-05 | Move dwge(4) glue into dev/fdt. | Mark Kettenis |
2017-05-05 | Add rkpinctrl(4), a driver to configure pins on Rockchip SoCs. For now, | Mark Kettenis |
2017-05-05 | Include <dev/ofw/ofw_misc.h> instead of <dev/ofw/ofw_pinctrl.h>. | Mark Kettenis |
2017-05-05 | Add glue to attach SDHC compliant controllers using the FDT. This makes | Mark Kettenis |
2017-05-05 | Implement two quirks to support the Arasan eMMC 5.1 controller found on | Mark Kettenis |
2017-05-05 | Add eMMC-related clocks. | Mark Kettenis |
2017-05-05 | Remove a DIAGNOSTIC test for a NULL pipe value inside a transfer, | Jonathan Gray |
2017-05-05 | regen | Jonathan Matthew |
2017-05-05 | add Moxa CP-104EL | Jonathan Matthew |
2017-05-04 | Also pass the blk offset to disk_unbusy(), so that it can pass it to | Theo de Raadt |
2017-05-04 | Remove side effects from assignment. Fixes warning with cppcheck. | Alexander Bluhm |
2017-05-04 | If iwm_nic_lock() cannot access the device then print "acquiring device failed" | Stefan Sperling |
2017-05-03 | Byte order of IP addresses was broken on big endian machines. | Gerhard Roth |
2017-05-03 | Fix a regression in iwm(4) which made 3165 devices unusable. | Stefan Sperling |
2017-05-03 | Remove unused (and wrong) uaudio_drain() call. From Michael W. | Alexandre Ratchov |
2017-05-03 | style improvement from Michael W. Bombardieri <mb at ii.net> | Alexandre Ratchov |
2017-05-02 | Linux switched from a device-specific pinctrl binding to a the generic version | Mark Kettenis |
2017-05-02 | Resynchronize the guest RTC via vmmci(4) on host resume from zzz/ZZZ | Mike Larkin |
2017-04-30 | Add rkclock(4), a driver for the Rockchip RK3399 clocks. | Mark Kettenis |
2017-04-30 | Rename Debugger() into db_enter(). | Martin Pieuchot |
2017-04-30 | Add rkgrf(4), a driver that makes the "generic register file" of the Rockchip | Mark Kettenis |
2017-04-30 | Unifdef KGDB. | Martin Pieuchot |
2017-04-29 | Replace sxiehci.c with more generic glue in ehci_fdt.c that is similiar in | Mark Kettenis |
2017-04-28 | Restore calculation of volume size. Accidentally removed in | Kenneth R Westerback |
2017-04-27 | track size of pss allocation, so that length can be passed to free(9) | Theo de Raadt |
2017-04-27 | Restore if_iwm.c r1.173 (mira retry change) which got incarcerated by | Stefan Sperling |
2017-04-27 | Revert if_iwm.c to the state of r1.170 because ETOOMANYDRAGONSATONCE. | Stefan Sperling |
2017-04-26 | Get rid of convoluted macros in iwm's receive code path. | Stefan Sperling |
2017-04-26 | Remove the size argument of iwm_rx_addbuf() and use a constant internally. | Stefan Sperling |
2017-04-26 | Tell MiRA about the actual number of retries instead of pretending that | Stefan Sperling |
2017-04-24 | Since rev 1.1 ix has attempted to require a 64 bit BAR, the test for | Jonathan Gray |
2017-04-24 | Implement monitor mode support for iwm(4). | Stefan Sperling |
2017-04-24 | Implement support for multiple packets per receive DMA buffer in iwm(4). | Stefan Sperling |
2017-04-21 | Make id parameter of iwm_send_cmd_pdu() a uint32_t so that it matches | Stefan Sperling |
2017-04-21 | Fix nic lock usage around iwm_disable_rx_dma(). | Stefan Sperling |
2017-04-21 | Fix nic lock usages around iwm_{read,write}_prph(). | Stefan Sperling |
2017-04-21 | Use ether_crc32_le() instead of a custom version. | Martin Pieuchot |
2017-04-20 | regen | Jonathan Gray |
2017-04-20 | Remove an incorrect Bay Trail I2C entry that masked a valid Bay Trail | Jonathan Gray |
2017-04-20 | Tweak lock inits to make the system runnable with witness(4) | Visa Hankala |
2017-04-18 | Support packet aggregation for umb(4) on tx. | Gerhard Roth |
2017-04-18 | Rearrange ure_iff to resemble other drivers a bit more. | Jonathan Matthew |
2017-04-16 | Always evaluate expression in BUG_ON() macro to avoid unused variable | Alexander Bluhm |
2017-04-15 | Fix format string in ACPI_MEMDEBUG block | Philip Guenther |
2017-04-14 | Avoid some false positives with cppcheck. No binary change. | Alexander Bluhm |