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