aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/caif (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-21caif: include linux/io.hArnd Bergmann1-0/+4
2012-04-13caif-hsi: Postpone init of HSI until open()sjur.brandeland@stericsson.com1-52/+45
2012-04-13caif-hsi: Remove stop/start of queue.sjur.brandeland@stericsson.com1-10/+0
2012-04-13caif-hsi: robust frame aggregation for HSIDmitry Tarnyagin1-55/+188
2012-04-13caif_hsi: use dev_dbg not dev_err for reportingKim Lilliestierna XX1-2/+2
2012-04-13caif-hsi: Free flip_buffer at shutdownsjur.brandeland@stericsson.com1-2/+3
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-8/+2
2012-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-03-06caif-hsi: Set default MTU to 4096Sjur Brændeland1-1/+1
2012-02-04caif-hsi: Add RX flip buffersjur.brandeland@stericsson.com1-42/+103
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2-4/+4
2011-12-06caif: Replace BUG_ON with WARN_ON.Roar Førde3-4/+8
2011-12-06caif-shm: Bugfixes for caif_shmcore.csjur.brandeland@stericsson.com1-10/+11
2011-12-06caif-hsi: Remove wake line modification when flushing FIFOChristian Auby1-11/+0
2011-12-06caif-spi: Bugfix for dump upon device removalErwan Bracq1-86/+90
2011-10-19caif-hsi: Added recovery check of CA wake status.Daniel Martensson1-2/+40
2011-10-19caif-hsi: Added sanity check for length of CAIF framesDaniel Martensson1-30/+49
2011-10-19caif-hsi: Make inactivity timeout configurable.Dmitry Tarnyagin1-5/+23
2011-10-19caif-hsi: HSI-Platform device register and unregisters itselfDaniel Martensson1-12/+4
2011-10-19caif-hsi: Making read and writes asynchronous.Daniel Martensson1-136/+127
2011-10-19caif-hsi: Fix for wakeup condition problemDmitry Tarnyagin1-3/+7
2011-10-19caif-hsi: Fixing a race condition in the caif_hsi codeDmitry Tarnyagin1-7/+18
2011-10-19caif-hsi: HSI Fix uninitialized data in HSI headersjur.brandeland@stericsson.com1-6/+6
2011-08-28caif: Remove OOM messages, use kzallocJoe Perches2-12/+1
2011-07-07net: fix warning of versioncheckShan Wei1-1/+0
2011-06-29caif: Fix recieve/receive typoJoe Perches1-1/+1
2011-06-24net: Remove unneeded version.h includes from drivers/net/Jesper Juhl4-4/+0
2011-06-21drivers/net: Remove casts of void *Joe Perches1-1/+1
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-06-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+2
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds1-4/+2
2011-06-01caif: Add CAIF HSI Link layer driverDmitry.Tarnyagin3-0/+1232
2011-04-22tty: make receive_buf() return the amout of bytes receivedFelipe Balbi1-2/+4
2011-03-31Fix common misspellingsLucas De Marchi3-4/+4
2011-03-17net: change to new flag variablematt mooney1-3/+1
2011-01-03Merge branch 'ux500-core' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into devel-stableRussell King1-1/+1
2010-12-22ux500: rename modem IRQ and MBOX filesLinus Walleij1-1/+1
2010-12-08CAIF: Fix U5500 compile error for shared memory driverKim Lilliestierna XX2-2/+2
2010-11-18net: caif: spi: fix potential NULL dereferenceVasiliy Kulikov1-2/+2
2010-11-03caif: SPI-driver bugfix - incorrect padding.Sjur Brændeland2-19/+51
2010-10-27caif-u5500: Build config for CAIF shared mem driverAmarnath Revanna2-0/+11
2010-10-27caif-u5500: CAIF shared memory mailbox interfaceAmarnath Revanna1-0/+129
2010-10-27caif-u5500: CAIF shared memory transport protocolsjur.brandeland@stericsson.com1-0/+744
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-2/+4
2010-08-24caif-driver: add HAS_DMA dependencyHeiko Carstens1-1/+1
2010-08-10caif-spi: Bugfix SPI_DATA_POS settings were inverted.Sjur Braendeland1-2/+2
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 Braendeland4-0/+1122
2010-06-29caif: Kconfig and Makefile fixesSjur Braendeland2-12/+3