summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipack/devices/ipoctal: remove redundant tty_flip_buffer_push()Samuel Iglesias Gonsalvez2013-01-161-1/+0Star
* ipack/devices/ipoctal: protect the channel data processing with a spinlockSamuel Iglesias Gonsalvez2013-01-161-0/+3
* ipack/devices/ipoctal: ack IRQ before processing itSamuel Iglesias Gonsalvez2013-01-161-4/+4
* ipack/devices/ipoctal: avoid re-enable RX two times.Samuel Iglesias Gonsalvez2013-01-161-6/+4Star
* ipack/devices/ipoctal: rework disable TX when the TX buffer is emptySamuel Iglesias Gonsalvez2013-01-161-11/+7Star
* ipack/devices/ipoctal: setup TTY_NORMAL flag for each character.Samuel Iglesias Gonsalvez2013-01-161-1/+2
* ipack/devices/ipoctal: remove wait_queue and atomic_t board_writeSamuel Iglesias Gonsalvez2013-01-161-16/+3Star
* ipack/devices/ipoctal: fix kernel bug when using pppdSamuel Iglesias Gonsalvez2013-01-161-19/+2Star
* ipack/devices/ipoctal: don't check if nb_bytes is < 0Alberto Garcia2013-01-161-3/+1Star
* ipack/devices/ipoctal: Fix race condition during TxAlberto Garcia2013-01-161-7/+4Star
* mei: drop the warning when cl is not initialized during unlinkingTomas Winkler2013-01-141-2/+3
* mei: move work initialization to mei_device_initTomas Winkler2013-01-092-2/+4
* mei: make host csr and me csr internal to hw-meTomas Winkler2013-01-094-53/+37Star
* mei: reenable mei_hcsr_set abstractionTomas Winkler2013-01-092-24/+15Star
* mei: abstract host and device readienessTomas Winkler2013-01-094-18/+54
* mei: use non cached hcsr for interrupt enablementTomas Winkler2013-01-093-9/+12
* mei: don't use cached value for hcsr in mei_hw_resetTomas Winkler2013-01-093-28/+36
* mei: remove mei_csr_clear_his prototypeTomas Winkler2013-01-091-2/+1Star
* mei: remove write only need_reset member of struct mei_deviceTomas Winkler2013-01-092-6/+1Star
* mei: hw-me.c fix kernel docTomas Winkler2013-01-091-9/+18
* mei: move MEI_IAMTHIF_IDLE to amthif host init functionTomas Winkler2013-01-092-1/+2
* mei: normalize me host client linking routinesTomas Winkler2013-01-097-75/+98
* mei: rename remaining amthi strings to amthifTomas Winkler2013-01-094-36/+36
* mei: mei_dev.h - remove prototypes of dropped functionsTomas Winkler2013-01-091-4/+0Star
* mei: move me client storage allocation to hbm.cTomas Winkler2013-01-093-41/+38Star
* mei: drop read_pending member form struct mei_clTomas Winkler2013-01-093-5/+2Star
* mei: rename interface to hw-meTomas Winkler2013-01-0913-210/+208Star
* mei: move watchdog prototypes to mei_dev.h from interface.hTomas Winkler2013-01-092-20/+17Star
* mei: implement mei_cl_connect functionTomas Winkler2013-01-093-159/+163
* mei: fix client functions namesTomas Winkler2013-01-099-198/+267
* mei: move client functions to client.cTomas Winkler2013-01-094-366/+361Star
* mei: add new hbm.h header to export hbm protocolTomas Winkler2013-01-099-15/+47
* VMCI: Some header and config files.George Zhang2013-01-096-0/+985
* VMCI: host side driver implementation.George Zhang2013-01-091-0/+1042
* VMCI: guest side driver implementation.George Zhang2013-01-091-0/+759
* VMCI: routing implementation.George Zhang2013-01-092-0/+256
* VMCI: resource object implementation.George Zhang2013-01-092-0/+288
* VMCI: queue pairs implementation.George Zhang2013-01-092-0/+3611
* VMCI: handle array implementation.George Zhang2013-01-092-0/+194
* VMCI: event handling implementation.George Zhang2013-01-092-0/+249
* VMCI: device driver implementaton.George Zhang2013-01-092-0/+167
* VMCI: doorbell implementation.George Zhang2013-01-092-0/+655
* VMCI: datagram implementation.George Zhang2013-01-092-0/+552
* VMCI: context implementation.George Zhang2013-01-092-0/+1396
* mei: move hbm responses from interrupt.c to hbm.cTomas Winkler2013-01-073-220/+186Star
* mei: add common prefix to hbm functionTomas Winkler2013-01-078-50/+53
* mei: use structured buffer for the write bufferTomas Winkler2013-01-075-105/+108
* mei: simplify preparing client host bus messagesTomas Winkler2013-01-072-56/+70
* mei: drop nonexistent function prototypeTomas Winkler2013-01-071-3/+0Star
* mei: move host bus message handling to hbm.cTomas Winkler2013-01-076-419/+456