aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/caif
AgeCommit message (Expand)Author
2012-07-24caif: fix NULL pointer checkAlan Cox
2012-06-29caif-hsi: Fix merge issues.Sjur Brændeland
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-25caif-hsi: Remove use of module parametersSjur Brændeland
2012-06-25caif-hsi: Replace platform device with ops structure.Sjur Brændeland
2012-06-25caif-hsi: Add rtnl supportSjur Brændeland
2012-06-25caif-hsi: Remove uncecessary assignmentsSjur Brændeland
2012-06-25caif-hsi: Use netdev_X instead of dev_X for printingSjur Brændeland
2012-06-25caif-hsi: changed test on aggregation_timeoutKim Lilliestierna XX
2012-06-25caif-hsi: Removed dead codeKim Lilliestierna XX
2012-06-25caif-hsi: Add missing return in error pathSjur Brændeland
2012-06-25caif-hsi: Bugfix - Piggyback'ed embedded CAIF frame lostPer Ellefsen
2012-04-21caif: include linux/io.hArnd Bergmann
2012-04-13caif-hsi: Postpone init of HSI until open()sjur.brandeland@stericsson.com
2012-04-13caif-hsi: Remove stop/start of queue.sjur.brandeland@stericsson.com
2012-04-13caif-hsi: robust frame aggregation for HSIDmitry Tarnyagin
2012-04-13caif_hsi: use dev_dbg not dev_err for reportingKim Lilliestierna XX
2012-04-13caif-hsi: Free flip_buffer at shutdownsjur.brandeland@stericsson.com
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd
2012-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-03-06caif-hsi: Set default MTU to 4096Sjur Brændeland
2012-02-04caif-hsi: Add RX flip buffersjur.brandeland@stericsson.com
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell
2011-12-06caif: Replace BUG_ON with WARN_ON.Roar Førde
2011-12-06caif-shm: Bugfixes for caif_shmcore.csjur.brandeland@stericsson.com
2011-12-06caif-hsi: Remove wake line modification when flushing FIFOChristian Auby
2011-12-06caif-spi: Bugfix for dump upon device removalErwan Bracq
2011-10-19caif-hsi: Added recovery check of CA wake status.Daniel Martensson
2011-10-19caif-hsi: Added sanity check for length of CAIF framesDaniel Martensson
2011-10-19caif-hsi: Make inactivity timeout configurable.Dmitry Tarnyagin
2011-10-19caif-hsi: HSI-Platform device register and unregisters itselfDaniel Martensson
2011-10-19caif-hsi: Making read and writes asynchronous.Daniel Martensson
2011-10-19caif-hsi: Fix for wakeup condition problemDmitry Tarnyagin
2011-10-19caif-hsi: Fixing a race condition in the caif_hsi codeDmitry Tarnyagin
2011-10-19caif-hsi: HSI Fix uninitialized data in HSI headersjur.brandeland@stericsson.com
2011-08-28caif: Remove OOM messages, use kzallocJoe Perches
2011-07-07net: fix warning of versioncheckShan Wei
2011-06-29caif: Fix recieve/receive typoJoe Perches
2011-06-24net: Remove unneeded version.h includes from drivers/net/Jesper Juhl
2011-06-21drivers/net: Remove casts of void *Joe Perches
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan
2011-06-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds
2011-06-01caif: Add CAIF HSI Link layer driverDmitry.Tarnyagin
2011-04-22tty: make receive_buf() return the amout of bytes receivedFelipe Balbi
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-17net: change to new flag variablematt mooney
2011-01-03Merge branch 'ux500-core' of git://git.kernel.org/pub/scm/linux/kernel/git/li...Russell King
2010-12-22ux500: rename modem IRQ and MBOX filesLinus Walleij
2010-12-08CAIF: Fix U5500 compile error for shared memory driverKim Lilliestierna XX