summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2017-12-31Add Allwinner R40/V40 support.Mark Kettenis
2017-12-31Implement R40/V40 thermal sensor clock.Mark Kettenis
2017-12-31Add sxitemp(4), a driver for the temperature sensors on the Allwinner H5 SoC.Mark Kettenis
2017-12-31Implement H3/H5 thermal sensor clocks.Mark Kettenis
2017-12-31Add sypwr(4), a driver for the Silergy SY8106A regulator found on many boardsMark Kettenis
2017-12-31Implement H3/H5 CPU clock.Mark Kettenis
2017-12-30Don't pull in <sys/file.h> just to get fcntl.hPhilip Guenther
2017-12-30Delete unnecessary <sys/file.h> includesPhilip Guenther
2017-12-30Somewhow I botched rev 1.3, which has a = where a |= is needed. Fix this.Mark Kettenis
2017-12-30Add support for the USB PHY of the Allwinner R40/V40.Mark Kettenis
2017-12-30Implement Allwinner A40/V40 support.Mark Kettenis
2017-12-30Add support for the PRCM clocks on Allwinner A23/A33.Mark Kettenis
2017-12-29Remove the RK3399-specific cpuspeed implementation as the generic one worksMark Kettenis
2017-12-29Use register_t instead of uint32_t in smc/hmc calls such that argumentsMark Kettenis
2017-12-29Add support for the CPU clock on the RK3288. Set its frequency to 1.2 GHzMark Kettenis
2017-12-29Add RK3288 support.Mark Kettenis
2017-12-28Add support for the 2nd clock control module on the Allwinner H3/H5.Mark Kettenis
2017-12-28Separate out Allwinner H3 and H5 pin definitions.Mark Kettenis
2017-12-28Remove duplicate includes from sxitwi(4)Tom Cosgrove
2017-12-28Add RK3288 CPU core related clocks.Mark Kettenis
2017-12-28Synch pin defenitions with Linux and add support for the Allwinner GR8 andMark Kettenis
2017-12-27Implement OF_getpropint64().Mark Kettenis
2017-12-26regenMark Kettenis
2017-12-26Add two IDT PCIe switches found in a SPARC T4-1 and tweak another one toMark Kettenis
2017-12-26Correct register numbers for AXP809.Mark Kettenis
2017-12-26drm/i915: call kunmap_px on pt_vaddrMark Kettenis
2017-12-26Sync Allwinner A64 pin defenitions with Linux.Mark Kettenis
2017-12-26Implement support for the "next-generation" clock bindings for theKevin Lo
2017-12-26Fix channel initialization by not using the same loop variable in nestedPatrick Wildt
2017-12-24Add a PCI attachment driver for bwfm(4). It's not finished, but it'sPatrick Wildt
2017-12-24Implement A10/A20 CPU clock.Mark Kettenis
2017-12-24Allow SD/MMC controller drivers to allocate their own DMA mapping structureMark Kettenis
2017-12-23regenMike Larkin
2017-12-23Add missing Sunrise Point-H I2C controller PCI IDsMike Larkin
2017-12-23Sync Allwinner H3/H5 pin definitions with Linux.Mark Kettenis
2017-12-23Avoid null-pointer dereference wen a device tree refers to a pin-functionMark Kettenis
2017-12-23scrolling: take care of noise.Ulf Brosziewski
2017-12-23Remove dead assignment.Frederic Cambus
2017-12-23enable snooping on Intel 200 Series HDAJonathan Gray
2017-12-23match on intel 200 seriesJonathan Gray
2017-12-23regenJonathan Gray
2017-12-23add ids for intel coffee lake-s and series 200/300 pchJonathan Gray
2017-12-221. Use unfiltered deltas for scrolling. 2. (Re-)Simplify the edge areaUlf Brosziewski
2017-12-21Two width specifiers changed from %02 to %0 in previous. Change them back.Theo Buehler
2017-12-21Do not use %hx for chars, ok kettenisTheo de Raadt
2017-12-21add some ifq and ifiq barriers in ixl_down.David Gwynne
2017-12-21now that we have multiple input queues in ifnet structs, use them.David Gwynne
2017-12-20Two background scan fixes for iwn(4) (4965 devices only):Stefan Sperling
2017-12-20Add a sanity check on the number of chunks beingKenneth R Westerback
2017-12-18Properly implement the rsb attribute and actually use it.Mark Kettenis