summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2021-11-14Use BITS(3) some more. Same nvme.o before and after.skrll
2021-11-13firmware ver1 doesn't seem to work with linkstat interrupt, so in this case ↵ryo
also set it to polling mode. - Make the version acquisition (aq_fw_reset) timing earlier. - Unmap registers when terminating with attach after failing to set interrupt
2021-11-13s/bPreferedVersion/bPreferredVersion/ in struct property definition.andvar
2021-11-13Brad wants the __did_not_work code back :-)christos
2021-11-13Release interrupt lock while allocating ressources in triggermlelstv
functions. Also be more verbose about errors.
2021-11-12simplify the code and remove unused (it is in CVS anyway). Try to mergechristos
duplicate code. Follow KNF. Brad, please test!
2021-11-12dw_apb_uart: Honour reg-io-width propertyjmcneill
2021-11-12com: Add support for 32-bit IO accesses.jmcneill
2021-11-12Fix the serial number handling of the HTU21D chip and probably others.brad
Increase the number of read attempts as the HTU21D and probably others do not respond as fast the actual SI70xx chip can.
2021-11-12Trailing whitespaceskrll
2021-11-12Fix the conditional for failed interrupt establishmentskrll
2021-11-12KNFskrll
2021-11-12Trailing whitespaceskrll
2021-11-11provide an endian-flipped view of the framebuffer via mmap() if we know howmacallan
for now this is sparc64 only
2021-11-11Some HTU21D chips do not have a heater register and apparently nobrad
heater element. Disable the heater features in the driver when that condition is detected and let the attachment succeed. Also mention that the SHT21 is another clone.
2021-11-11Fixed a panic problem at attach with aq(4) F/W version 1.ryo
- Don't use cprng(9) when attaching, since it's not available yet. - Wait up to 10 seconds because delay is not enough. - Even if the delay is not enough, it will fail attach without panic. - Checked on the actual card D107 (F/W version 1.5.58)
2021-11-10s/endianess/endianness/msaitoh
2021-11-10s/configuraiton/configuration/ in comment.msaitoh
2021-11-10s/suport/support/ in comment.msaitoh
2021-11-10s/threshhold/threshold/ in comment.msaitoh
2021-11-10s/desciptor/descriptor/ in comment.msaitoh
2021-11-10s/avaliable/available/msaitoh
2021-11-10s/Erorr/Error/ in comment.msaitoh
2021-11-10s/acutal/actual/ in comment.msaitoh
2021-11-10s/unoticable/unnoticeable/ in comment.msaitoh
2021-11-10s/certian/certain/ in comment.msaitoh
2021-11-10Support 64bit BAR.msaitoh
2021-11-08Group quirks by vendors. No functional changes.rin
2021-11-07fix various typos, mainly s/prefered/preferred/andvar
2021-11-07cwfg: update for dts-5.15 binding changesjmcneill
2021-11-07Look for child node by compat string snps,dwc3 instead of by name.jmcneill
2021-11-07pwm_backlight: pick defaults if none are providedjmcneill
2021-11-07fdt: add helper for finding intr parent phandlejmcneill
2021-11-07pinctrl-single: support #pinctrl-cells 2jmcneill
2021-11-07fdtbus: match simple-pm-busjmcneill
2021-11-07dts: adapt to dts-5.15 bindingsjmcneill
2021-11-06s/invlaid/invalid/andvar
2021-11-06Driver for the Sensirion SHT30/SHT31/SHT35 temperature and humiditybrad
sensor such as: https://www.adafruit.com/product/2857 This is a higher priced sensor with a lot of features, including the ability to do sub-second periodic updates. The driver supports everything about the sensor except for the alert pin.
2021-11-06s/allign/align/msaitoh
2021-11-06USB style. NFC.skrll
2021-11-06Fix typo in comment. s/notifcation/notification/msaitoh
2021-11-06config_pending_incr doesn't need KERNEL_LOCK protectionskrll
2021-11-05mcx(4): ensure that RQT size is always a power of two.andvar
Fixes PR kern/56484. Thanks riastradh for the power of two patch :). OK: mrg, jmcneill, riastradh.
2021-11-05 Fix comment. No functional change.msaitoh
2021-11-05Fix a bug that device timeout still happens on ICH/PCH. Fixes PR kern/56478.msaitoh
- if_wm.c rev. 1.695 for PR kern/40981 still had a problem. The workaround flag was unexpectedly cleared when a cable is not connected, SIOCINITIFADDR was called, or if_init was called. Fix it. - Add debug printf()s.
2021-11-05Don't power down the PHY when the interface goes down.msaitoh
- All of other PHY drivers don't power down the PHY. Do the same way. - At least, keeping the link is required for Intel AMT and WoL.
2021-11-05 Use macro. No functional change.msaitoh
2021-11-04Add some sysctl info for debugging.msaitoh
2021-11-03Regen.msaitoh
2021-11-03- Rename EHL_TRACE* macrosmsaitoh
- Update Jasper Lake's Processor Transaction Routers.