aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/caif/caif_spi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-09net: caif: check return value of alloc_netdevRasmus Villemoes1-2/+5
2015-08-18net: caif: convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-2/+2
2014-02-17caif: delete unnecessary field initializationJulia Lawall1-1/+0
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-04-25caif: spi: missing platform_driver_unregister() on error in cfspi_init_module()Wei Yongjun1-0/+1
2013-04-23caif: Remove bouncing address for Daniel Martenssonsjur.brandeland@stericsson.com1-2/+2
2013-04-23caif: Remove my bouncing email address.sjur.brandeland@stericsson.com1-1/+0
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-8/+2
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-1/+1
2011-12-06caif-spi: Bugfix for dump upon device removalErwan Bracq1-86/+90
2011-08-28caif: Remove OOM messages, use kzallocJoe Perches1-4/+0
2011-06-24net: Remove unneeded version.h includes from drivers/net/Jesper Juhl1-1/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-11-18net: caif: spi: fix potential NULL dereferenceVasiliy Kulikov1-2/+2
2010-11-03caif: SPI-driver bugfix - incorrect padding.Sjur Brændeland1-15/+42
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-2/+4
2010-07-26caif: handle snprintf() returnDan Carpenter1-0/+3
2010-07-12drivers/net/caif: Remove unnecessary casts of private_dataJoe Perches1-2/+2
2010-06-29caif-driver: Add CAIF-SPI Protocol driver.Sjur Braendeland1-0/+847