summaryrefslogtreecommitdiffstats
path: root/sys/dev/spibus
Commit message (Collapse)AuthorAgeFilesLines
* bus_add_child: change type of order parameter to u_intavg2010-09-101-1/+1
| | | | | | | | | | This reflects actual type used to store and compare child device orders. Change is mostly done via a Coccinelle (soon to be devel/coccinelle) semantic patch. Verified by LINT+modules kernel builds. Followup to: r212213 MFC after: 10 days
* strict kobj signatures: fix assortment of bus_read_ivar implsavg2009-06-111-1/+1
| | | | | Reviewed by: imp, current@ Approved by: jhb (mentor)
* - Make SPI bus bridge be non-arch dependent by using more genericgonzo2009-05-131-1/+1
| | | | | | name Reviewed by: imp
* MFp4: when passing the transfer up the foodchain, make sure we go upimp2006-10-201-2/+4
| | | | the food chain. devi == NULL is the error condition. Treat it as such.
* Fix comments.cognet2006-07-172-2/+2
|
* MFp4:imp2006-07-144-0/+277
Initial spibus support. Seems to be OK, but needs some polish. # someone should write a bit-bang spi parallel port interface :-)
OpenPOWER on IntegriCloud