summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2017-03-11AUDIO_ENCODING_{S,U}LINEAR constants are neither used by low levelAlexandre Ratchov
2017-03-11Oops, make this actually compile.Mark Kettenis
2017-03-11Add exrtc(4), a driver for the RTC found on Samsung Exynos SoCs.Mark Kettenis
2017-03-10Fix a use-after-free when sending root hub control transfers.Martin Pieuchot
2017-03-10Move per HC polling code to the stack.Martin Pieuchot
2017-03-09Fix an off by one when updating the TX consumer event indexMike Belopuhov
2017-03-09Add syscon(4), a driver that provides reboot/poweroff functionality throughMark Kettenis
2017-03-09Add a "regmap" interface that allows devices to provide access to theirMark Kettenis
2017-03-09Glue to attach xhci(4) using the device tree.Mark Kettenis
2017-03-08Do not clear IFF_UP, even in the error path, clearing IFF_RUNNINGMartin Pieuchot
2017-03-08Do not clear IFF_UP, even in the error path.Martin Pieuchot
2017-03-07Setup backlight pwm alternate increment on backlight enableJoshua Stein
2017-03-07move a TODO to the topJoshua Stein
2017-03-06Do not print uninitialized variable in DPRINTFN().Martin Pieuchot
2017-03-06Guard headers to make sure userland do not look at them.Martin Pieuchot
2017-03-06Use 'inline' rather than _any of_ __the __other__ variants__.Martin Pieuchot
2017-03-06Use nitems() when passing all known parameters to wsmouse_configure().Martin Pieuchot
2017-03-06It is unsafe to dereference ``xfer'' after calling the callback as itMartin Pieuchot
2017-03-05When we're unable to determine which NCQ command failed, fail all activeJonathan Matthew
2017-03-02Add a new sysctl machdep.lidaction. The sysctl works as follows:Martin Natano
2017-02-28Untangle abstract sleep modes from ACPI sleep states. This paves the wayMartin Natano
2017-02-27pms/elantech-v4: configure wsmouse for handling compat-modeUlf Brosziewski
2017-02-27pms/synaptics: configure wsmouse for handling compat-modeUlf Brosziewski
2017-02-27Handle touchpad input in wsmouse.Ulf Brosziewski
2017-02-27Add support for the older generation spec of PSCI, which supportsPatrick Wildt
2017-02-25move vendor HIDs into their drivers, clean up some unused definesJoshua Stein
2017-02-25attach acpithinkpad to LEN0268 HID found on newer thinkpadsJoshua Stein
2017-02-24The interrupts have been established using the FDT interrupt API, so wePatrick Wildt
2017-02-24Update licenseMike Belopuhov
2017-02-23Add missing mtx_leave() calls in two hypervic error pathsJonathan Gray
2017-02-22Add a generic ahci(4) frontend for FDT.Patrick Wildt
2017-02-22fix timeout loopJoshua Stein
2017-02-22add acpisbs, an acpi smart battery subsystem driver reading dataJoshua Stein
2017-02-20Remove hack to release/re-acquire netlock in _ioctl().Kenneth R Westerback
2017-02-20memcpy a character row at a time to the framebuffer, rather thanJoshua Stein
2017-02-16On Apple hardware, claim an OSI of Darwin and no other OSesJoshua Stein
2017-02-16Remove an unnecessary NULL pointer check.Visa Hankala
2017-02-16Revert "Release the NET_LOCK() before entering per-driver ioctl() routine".Martin Pieuchot
2017-02-15Align mutex IPL with the interrupt handler's priority.Visa Hankala
2017-02-14asmc: on system resume, restore the keyboard backlight valueJoshua Stein
2017-02-13properly set BGE_HCC_STATS_ADDR_HI by using BGE_HOSTADDR.David Gwynne
2017-02-12Replace dummy mutex asserts with real ones.Visa Hankala
2017-02-12Remove dead assignment and now unused variable.Charles Longeau
2017-02-12Remove incorrect if statementMike Belopuhov
2017-02-12The videocore portion of the raspberry pi which boots the arm cores andJonathan Gray
2017-02-12Fix an uninitialised return value in rtwn_ra_init(). Though nothingJonathan Gray
2017-02-11disable aen handling.David Gwynne
2017-02-10Update link to intel HDA spec. FromAlexandre Ratchov
2017-02-10Fix links to usb-audio specs. From Michael Reed <m.reed at mykolab.com>.Alexandre Ratchov
2017-02-10Use __func__ for DPRINTF's as we do in other parts of theAlexandre Ratchov