summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-09-29Configure USB port power control if the power GPIO is defined in fdt.Visa Hankala
2019-09-29Add option to configure GPIO output select.Visa Hankala
2019-09-29Reserve a few GPIO_CONFIG bits for machine-dependent use.Visa Hankala
2019-09-28rename the 'cn30xx' drivers to just 'oct', because digits inside devicesTheo de Raadt
2019-09-27Use consistent idiom/naming convention for the the #includeKenneth R Westerback
2019-09-27Add/tweak #endif comments to make spelunking via grep more rewarding.Kenneth R Westerback
2019-09-27Shuffle and consolidate SCSIDEBUG declarations into fewer sections inKenneth R Westerback
2019-09-27Make umb(4) add a default route when configuring the interface. This routeClaudio Jeker
2019-09-27Use a better scale value in ksmn(4), this produces a slightly moreBryan Steele
2019-09-26Add a new driver for getting AMD CPU temperature sensor over the SMN.Bryan Steele
2019-09-26regenBryan Steele
2019-09-26Add "AMD64 17h/3xh Root Complex" device.Bryan Steele
2019-09-26enable iavf(4)Jonathan Matthew
2019-09-25Argument order fix for MCLGETI.Kevin Lo
2019-09-25Enable interrupts while running interrupt handlers like we do on arm64.Mark Kettenis
2019-09-25Update acces point channel in node list when receiving packets from sametobhe
2019-09-24Enable eephy(4) on octeon.Visa Hankala
2019-09-24Recognize Marvell 88E1545.Visa Hankala
2019-09-24regenVisa Hankala
2019-09-24Add Marvell 88E1545.Visa Hankala
2019-09-24Use consistent names for unused flags/quirks when printing same underKenneth R Westerback
2019-09-23Implement DVFS support.Mark Kettenis
2019-09-23When printing the scsi_link info under SCSIDEBUG show state, luns,Kenneth R Westerback
2019-09-23Do more sanity checks when accepting socket addresses in routingAlexander Bluhm
2019-09-22Make the code that calculates the min/max priorities identical to the arm64Mark Kettenis
2019-09-22Reduce diffs to arm64 version of this. Mostly whitespace changes.Mark Kettenis
2019-09-22Fix ampintc_cpuinit() prototype.Mark Kettenis
2019-09-22vmm(4): fix a wrong comment in vmmopen()Mike Larkin
2019-09-22Remove unused register dump lists.Visa Hankala
2019-09-22Simplify stat register access.Visa Hankala
2019-09-22Ignore non-host ports silently.Visa Hankala
2019-09-21Enable thermal zone handling code.Mark Kettenis
2019-09-21Register sxits(4) as a thermal sensor with the thermal zone support code.Mark Kettenis
2019-09-21Register sxitemp(4) as a thermal sensor with the thermal zone support code.Mark Kettenis
2019-09-21Implement setting the CPU clock for Allwinner A10/A20 SoCs.Mark Kettenis
2019-09-21Expand scsi_inquiry_data to 96 bytes to include new fields. If theKenneth R Westerback
2019-09-20Add A20 GMAC clocks.Mark Kettenis
2019-09-20Extend the identification and validation of elantech-v4 packets to theUlf Brosziewski
2019-09-20DMA works on the RK3288 as well, so unconditionally enable it.Mark Kettenis
2019-09-20Start using the generic clock code on RK3288 as well by switching over theMark Kettenis
2019-09-20Add RK3288 GMAC clock.Mark Kettenis
2019-09-20timeout(9): process-context timeouts can be latecheloha
2019-09-20Print inquiry and read capacity (10 and 16) data under SCSIDEBUG.Kenneth R Westerback
2019-09-20Remove an unused function.Visa Hankala
2019-09-20Pass interface number as an explicit parameter to avoid decoding.Visa Hankala
2019-09-20KNF/whitespace fixesMike Larkin
2019-09-20More RK3328 GMAC clock tweaking.Mark Kettenis
2019-09-20timeout(9): use CLR/ISSET/SET consistentlycheloha
2019-09-19Add RK3328 GMAC clocks.Mark Kettenis
2019-09-19Introduce and use convenience SID_REPOONSE_FORMAT() define.Kenneth R Westerback