summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/isp
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2021-09-02 17:29:19 +0000
committerrillig <rillig@NetBSD.org>2021-09-02 17:29:19 +0000
commitdb60fb3265e0e5a6a33b11e284963b08ec5a078a (patch)
tree37b5829adc82e84e040e1d65f99a90576368cc64 /sys/dev/microcode/isp
parentf32858d1e74b7c4501d3fa759b013458081f9fa8 (diff)
lint: fix unintended warning for converting long long to signed char
Diffstat (limited to 'sys/dev/microcode/isp')
0 files changed, 0 insertions, 0 deletions
kardel 2014-03-29Add optical joystick support for NetWalker.hkenken 2014-03-28Fix printf formating in DPRINTF.hkenken 2014-02-28G/C sys/simplelock.h includesskrll 2014-02-25Add preliminary driver for Microchip MCP48x1 family of DACs.rkujawa 2014-01-28Remove an unused variablemartin 2013-10-26Add support for M25P16, tested on Raspberry PI with Digilent PmodSF.rkujawa 2013-04-21Add support for STMicro M25PX64 and Numonyx N25Q128.rkujawa 2013-02-15Fix wrong calculation of destination pointer in writes.rkujawa 2013-02-15Fix usage of uninitialised variable holding number of slave devices.rkujawa 2013-01-04Don't leak condvars and mutexes, even if they are on the stack.jakllsch 2011-07-08initialise chuck_rptr as well, instead of chuck_read twice.mrg 2011-06-20Initialize sensor state before registeringpgoyette 2011-06-08- Use IPL_BIO (instead of IPL_SERIAL) for SPI.rmind 2010-08-14Fix the while condition: sleep while the SPI_F_DONE bit is not set.jym 2009-05-12struct device * -> device_t, no functional changes intended.cegger 2009-01-13g/c BUFQ_FOO() macros and use bufq_foo() directly.yamt 2008-06-11use device_lookup_private to get softccegger 2008-05-04device_t/softc split.xtraeme 2008-04-05use aprint_*_dev and device_xnamecegger 2008-04-04Split device_t/softc and other related cosmetic changes.xtraeme 2008-01-08explicitly include simplelock.hdogcow 2007-11-16Extend the envsys2 API (one more time, sorry) as defined in:xtraeme 2007-07-29It's not a good idea for device drivers to modify b_flags, as they don'tad 2007-07-19Fix the kthread_create(9) call so this compiles again.dyoung 2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad 2007-07-01Imported envsys 2, a brief description of the new features:xtraeme 2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos 2006-12-25Spell "separate" correctly. From Zafer Aydogan.wiz 2006-11-24fix spelling of accommodate; from Zapher.christos 2006-10-20This commit provides substantial fixes and functionality for SPI flash.gdamore 2006-10-07Add spiflash driver, and M25P instance, used for STMicro flash devicesgdamore 2006-10-02Initial commit of SPI bus (also known as Microwire) framework, along withgdamore