summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2017-08-26Add supporting for adjusting the CPU core clock frequency on RK3399.Mark Kettenis
2017-08-26regenAaron Bieber
2017-08-26Add device ID for Altusmetrum ChaosKey 1.0Aaron Bieber
2017-08-25Reduce the delay before scrolling starts.Ulf Brosziewski
2017-08-25Add mvneta(4), a driver for the Ethernet controller on the ArmadaPatrick Wildt
2017-08-25Add mvpinctrl(4), a driver to configure pins on Marvell SoCs. For now,Patrick Wildt
2017-08-25Query the lower coordinate limits.Ulf Brosziewski
2017-08-25unbreak tree: move comment out of #define. sorryTheo Buehler
2017-08-25Add rktemp(4), a driver for the temperature sensors on the Rockchip RK3399Mark Kettenis
2017-08-25Add comments explaining why the out-of-bounds access in CID 1453077 can'tTheo Buehler
2017-08-24Fix a memory leak in an error path. Coverity CID 1453101.Jonathan Gray
2017-08-23Slightly rework how the SoC-specific functions are set up and introduce anMark Kettenis
2017-08-23Fix typos in iwm(4) error messages. Patch by Bryan Linton.Stefan Sperling
2017-08-23Prevent trashing of the producer index and descriptor counterMike Belopuhov
2017-08-23Fix up rssi calculations and r88e_rx_cck structure for RTL8188EU.Kevin Lo
2017-08-23Use the correct argument to sizeof. Coverity CID 1453382.Jonathan Gray
2017-08-22Update inaccurate comment: rasops_copycols() doesn't use bcopy()Frederic Cambus
2017-08-22Move array bounds tests before access to avoid reading past the end ofJonathan Gray
2017-08-22Fix negative array index read. Coverity CID 1453243 and 1453334.Ricardo Mestre
2017-08-22Fix off by one overwrite. Covery CID 1452938.Ricardo Mestre
2017-08-21Split up ahci_port_portreset into a few smaller bits, and also slightlyJonathan Matthew
2017-08-21Add RK3399 CPU core related clocks. Fix RK3399 SD/MMC controller clock.Mark Kettenis
2017-08-21Fix off by one in array bounds tests when parsing descriptors.Jonathan Gray
2017-08-21Fix the build when RTWN_DEBUG is defined.Jonathan Gray
2017-08-20Surprise: I/Q calibration now works with urtwn(4) devices, so enable it.Stefan Sperling
2017-08-20Fix use of uninitialized variables during rtwn(4) I/Q calibration, whichStefan Sperling
2017-08-19Rotate framebuffer (counter-clockwise) when width < height.Mark Kettenis
2017-08-19Remove a redundant declaration of rtwn_update_avgrssi().Stefan Sperling
2017-08-18Backout because it breaks ramdisks. Anyone making changes in the kernelTheo de Raadt
2017-08-18Add compressed fonts support in the kernel.Frederic Cambus
2017-08-18Test for device_lookup() returning NULL in gpioioctl() and gpioclose().Jonathan Gray