summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2017-09-19Add support for being a regmap provider in syscon(4). So far the driverPatrick Wildt
2017-09-13Add missing pipe in sxitwi(4)'s match code to actually makePatrick Wildt
2017-09-12- sprinkle variable name and printf tweaksJasper Lievisse Adriaanse
2017-09-10- call usbd_deactivate() rather than simply returning in case of errorsJasper Lievisse Adriaanse
2017-09-08Add support for isochronous transfers to xhci(4).Stefan Sperling
2017-09-08fdc: Print warning if kthread_create failsStefan Fritsch
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2017-09-07Check return of rtsx_write in previous commit as RTSX_WRITE macroJoshua Stein
2017-09-07In copycols() remove useless code that modifies the uninitializedAlexander Bluhm
2017-09-07In toshiba_hotkey() initialize the ret value to failure as it isAlexander Bluhm
2017-09-06In the case that we want to force a new RAID assembly and the metadataPatrick Wildt
2017-09-06add support for the Realtek RTS525AJoshua Stein
2017-09-06fix commentJoshua Stein
2017-09-05explicitly clear the output pipeJasper Lievisse Adriaanse
2017-09-05EPROTO is now in sys/errno.hOtto Moerbeek
2017-09-05Correct a bounds test. Coverity CID 1452930.Jonathan Gray
2017-09-05Add additional errno values required by POSIX.Jonathan Gray
2017-09-04Don't require exactly 20 elements in the _BIX package if at least 20Joshua Stein
2017-09-04Revert previous: "Fix a remaining length miscalculation in xhci(4)."Stefan Sperling
2017-09-04Make sure iwn(4) firmware gets to see a beacon before we send an auth request.Stefan Sperling
2017-09-03fdc: defer probing of floppy drivesStefan Fritsch
2017-09-03Attach rtwn(4) to RTL8192CE. Tested by me.Stefan Sperling
2017-09-03When I merged rtwn(4) and urtwn(4) register definitions, an extraStefan Sperling
2017-09-03drm/i915: fix compiler warning in drivers/gpu/drm/i915/intel_uncore.cJonathan Gray
2017-09-03drm/atomic: If the atomic check fails, return its value firstJonathan Gray
2017-09-03drm: Release driver tracking before making the object available againJonathan Gray
2017-09-02Support Allwinner A64's ethernet controller clocks and resetPatrick Wildt
2017-09-02handle rk3288 i2c clocksJonathan Gray
2017-09-01Add macros for reading the bmAttributes field of the USB super speedStefan Sperling
2017-09-01Fix a remaining length miscalculation in xhci(4).Stefan Sperling
2017-08-30Use endpoint 5 for chaoskey, it should have been 5 from the start, thisAaron Bieber
2017-08-30Decode pin mux configuration correctly in gpio(4) support code such thatMark Kettenis
2017-08-30Report the rebuild state properly, so that in the case of a rebuildPatrick Wildt
2017-08-29add _MEASURE_RATE bits from uonerng(4)Jasper Lievisse Adriaanse
2017-08-29rename sc_pipe to sc_outpipe to indicate it's direction as there'll come anJasper Lievisse Adriaanse
2017-08-29"urng" is needed on the file lines... or these end up in all kernels,Theo de Raadt
2017-08-28Fix a memory leak in an error path. Coverity CID 1453042.Jonathan Gray
2017-08-28Add urng(4) which supports various USB RNG devices. Instead of adding oneJasper Lievisse Adriaanse
2017-08-28tyop and whitespace nitJasper Lievisse Adriaanse
2017-08-28Add rkpmic(4), a driver for the RK808 Power Management IC. For now, thisMark Kettenis
2017-08-28regenStefan Sperling
2017-08-28Add PCI device IDs for audio and USB OTG devices found on Atom z8300 SoC.Stefan Sperling
2017-08-28Fix clang warnings; ok guenther@ deraadt@Otto Moerbeek
2017-08-27Add rkiic(4) a driver for the i2c controllers found on the Rockchip RK3399.Mark Kettenis
2017-08-27Add glass console support for arm64. This uses the "stdout-path" propertyMark Kettenis
2017-08-27Make it possible for iwm_stop() to sleep by always running it inStefan Sperling
2017-08-27Add RK3399 i2c-related clocks and fix a typo.Mark Kettenis
2017-08-27always use %s to print a non-constant string; ok deraadt@ guenther@Otto Moerbeek
2017-08-26bug fixUlf Brosziewski
2017-08-26Mark decimal constants as unsigned to avoid gcc warning.Mark Kettenis