aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/caif/caif_spi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-29net: caif: Remove unused caif SPI driverThomas Gleixner1-874/+0
2020-06-28caif: fix cfspi_xmit()'s return typeLuc Van Oostenryck1-2/+2
2020-03-15net: caif: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-36/+36
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner1-1/+1
2019-02-12net: caif: pass struct device to DMA API functionsChristoph Hellwig1-14/+16
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches1-8/+8
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+1
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-10/+10
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-2/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-2/+1
2017-06-12net: caif: convert to use DRIVER_ATTR_ROGreg Kroah-Hartman1-10/+10
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-1/+1
2016-08-01net: caif: use correct format specifierxypron.glpk@gmx.de1-2/+2
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