summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2022-03-24Add initial support for Intel GPIO chipsmanu
2022-03-23fix few typos in comments, mainly s/paramenters/parameters/.andvar
2022-03-22fix typos in comments.andvar
2022-03-19rnd(9): Omit needless locks in various HWRNG drivers.riastradh
2022-03-19rnd(9): Adjust IPL of locks used by rndsource callbacks.riastradh
2022-03-18net80211: Use getticks(), not hardclock_ticks.riastradh
2022-03-17add some register bits for interrupt control/error status.mrg
2022-03-14Add OpenBSD to code to optionally load CLM (Country Locale Matrix) files.mlelstv
2022-03-09usb: Provisionally release bus lock around ubm_rhctrl.riastradh
2022-03-08fix few typos in comments.andvar
2022-03-03usb: Hold pipe lock across upm_transfer and upm_start.riastradh
2022-03-03usb: Factor usb_insert_transfer out of upm_transfer and make private.riastradh
2022-02-23fix various typos in comments, mainly immediatly/immediately/,andvar
2022-02-16fix various typos, mainly in comments.andvar
2022-02-13eqos(4): Nix trailing whitespace. No functional change.riastradh
2022-02-13eqos(4): membar_* is not appropriate here; use bus_dmamap_sync.riastradh
2022-02-09fix various typos in comments.andvar
2022-02-02Fix misplaced comma.nakayama
2022-01-29tpm(4): Nix TPM_BE16/TPM_BE32. Just use sys/endian.h.riastradh
2022-01-29Add code for DDR5 a little. I have no datasheet.msaitoh
2022-01-29Add LPDDR4X and DDR5. Not decoded yet.msaitoh
2022-01-27drop poorly phrased and redundant message about unsupported chip revisionsjakllsch
2022-01-24remove double "with" in comments and usage text. Also fix one typo.andvar
2022-01-21s/compatile/compatible/andvar
2022-01-17fix typos in comments, mainly s/foward/forward/.andvar
2022-01-17Pass the controller devhandle along to the GPIO layer.thorpej
2022-01-17G/C mcpgpio_softc::sc_phandle; nothing is using it.thorpej
2022-01-17Re-factor and overhaul the "mcp23s17gpio" driver as "mcpgpio", andthorpej
2022-01-16tpm(4): Fix suspend and rework I/O transaction lock.riastradh
2022-01-09dwcmmc: Add support for card detect using SDMMC_CDETECT registerjmcneill
2022-01-09eqos: handle the GMAC_MTL_INTERRUPT_STATUS register having somethingmrg
2022-01-08eqos: interrupt evcnt and minor fixmrg
2022-01-03Add driver for DesignWare Ethernet Quality-of-Service controller.jmcneill
2022-01-01fix typos in comments, mainly basicly -> basically.andvar
2022-01-01s/sytem/system/msaitoh
2022-01-01s/assoicate/associate/msaitoh
2021-12-31sys: Use if_init wrapper function.riastradh
2021-12-24malo(4): Fix line breaks in attach output.riastradh
2021-12-20tpm(4): Fix disabling of rnd source if tpm is deactivated.riastradh
2021-12-19rkdrm: Convert to atomic modesetting, as needed for bridges.riastradh
2021-12-19Sort includes.riastradh
2021-12-19Get drm to build on arm64 again.riastradh
2021-12-12fix various typos, mainly in comments.andvar
2021-12-12fix typos in word "request(s)".andvar
2021-12-10s/occured/occurred/ in comments, log messages and man pages.andvar
2021-12-08fix various typos in comments and log messages.andvar
2021-12-07G/C pckbc_attach_argsskrll
2021-12-07A driver and user land utility for the Sparkfun Serial Controlled Motorbrad
2021-12-05Fix typo again... s/Expilcitly/Explicitly/msaitoh
2021-12-05isp: fix typo in commentrillig