summaryrefslogtreecommitdiff
path: root/sys/arch/arm/iomd
AgeCommit message (Expand)Author
2022-09-27Remove unnecessary sys/malloc.h includeskrll
2022-09-27malloc -> kmemskrll
2022-05-28s/heigth/height/ in a function argument name.andvar
2022-05-24fix various typos in comments, docs and log messages.andvar
2022-04-16s/strickly/strictly/andvar
2022-03-28sys: Split struct device into a private device_impl.h.riastradh
2021-12-26fix various typos, mainly in comments.andvar
2021-09-19fix various typos in comments, messages and documentation.andvar
2021-08-20fix various typos in comments and log messages.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-02-03Remove a comment no longer correct.isaki
2020-11-21Adjust code and register usage so that r4 and r5 are preserved asskrll
2020-11-21Trailing whitespaceskrll
2020-11-20malloc(9) -> kmem(9)thorpej
2020-05-29For struct timecounter, use C99 initializers.rin
2020-02-23Make start_input/halt_input optional if the driver has no recording,isaki
2019-12-22Cleanup i2c bus acquire / release, centralizing all of the logic intothorpej
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-10-16Switch files copyright Reinoud Zandijk from BSD 4 clause to BSD 2 clause.maya
2019-06-08Clean get_props().isaki
2019-05-08Merge isaki-audio2 branch, the overhaul of audio subsystem.isaki
2019-03-16Use C99 style struct initializer to audio_hw_if.isaki
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-03-16use designated initializer to make adaptability and flexibility for changing ...ryo
2018-01-24Fix integer overflows noted by Silvio Cesare of InfoSect.riastradh
2016-12-13back to passing device_tchristos
2016-12-09audiobell now only needs the unit.christos
2016-02-14zero the i2c_attach_args structure before filling it in.chs
2014-10-25Remove katelib.h and references to it.skrll
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-09-21fix leak.christos
2014-09-13Replace more vm_offset_t, vm_size_t with vaddr_t, vsize_tmatt
2014-03-26Add missing ;christos
2014-03-26kill sprintfchristos
2014-01-21tuck in variables that are only used in the #if 0 blockchristos
2013-12-02Don't use cpsr_all/spsr_all with mrs, it doesn't take a mask.joerg
2013-08-18Fix typomatt
2013-08-18Move parts of cpu.h that are not needed by MI code in <arm/locore.h>matt
2013-08-12Convert to unified syntaxmatt
2012-10-10Use device_xname.skrll
2012-08-29Avoid using r7 (which is being reserved for a different purpose).matt
2012-05-18Replace a __cpu_simple_lock_t with a kmutex_t.skrll
2012-05-15Typos in a comment.skrll
2012-05-14Whitespace in previous.skrll
2012-05-14device_t/softc splitskrll
2012-05-10u_int*_t -> uint*_tskrll
2012-05-10KNFskrll
2012-02-18Replace few simple_lock(9) cases.rmind
2012-02-14Whitespace in previous.skrll