summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-01-16ipack/devices/ipoctal: added shutdown callbackSamuel Iglesias Gonsalvez1-0/+17
2013-01-16ipack/devices/ipoctal: add rx_enable flagSamuel Iglesias Gonsalvez1-2/+8
2013-01-16ipack/devices/ipoctal: remove redundant tty_flip_buffer_push()Samuel Iglesias Gonsalvez1-1/+0
2013-01-16ipack/devices/ipoctal: protect the channel data processing with a spinlockSamuel Iglesias Gonsalvez1-0/+3
2013-01-16ipack/devices/ipoctal: ack IRQ before processing itSamuel Iglesias Gonsalvez1-4/+4
2013-01-16ipack/devices/ipoctal: avoid re-enable RX two times.Samuel Iglesias Gonsalvez1-6/+4
2013-01-16ipack/devices/ipoctal: rework disable TX when the TX buffer is emptySamuel Iglesias Gonsalvez1-11/+7
2013-01-16ipack/devices/ipoctal: setup TTY_NORMAL flag for each character.Samuel Iglesias Gonsalvez1-1/+2
2013-01-16ipack/devices/ipoctal: remove wait_queue and atomic_t board_writeSamuel Iglesias Gonsalvez1-16/+3
2013-01-16ipack/devices/ipoctal: fix kernel bug when using pppdSamuel Iglesias Gonsalvez1-19/+2
2013-01-16ipack/devices/ipoctal: don't check if nb_bytes is < 0Alberto Garcia1-3/+1
2013-01-16ipack/devices/ipoctal: Fix race condition during TxAlberto Garcia1-7/+4
2013-01-14mei: drop the warning when cl is not initialized during unlinkingTomas Winkler1-2/+3
2013-01-09mei: move work initialization to mei_device_initTomas Winkler2-2/+4
2013-01-09mei: make host csr and me csr internal to hw-meTomas Winkler4-53/+37
2013-01-09mei: reenable mei_hcsr_set abstractionTomas Winkler2-24/+15
2013-01-09mei: abstract host and device readienessTomas Winkler4-18/+54
2013-01-09mei: use non cached hcsr for interrupt enablementTomas Winkler3-9/+12
2013-01-09mei: don't use cached value for hcsr in mei_hw_resetTomas Winkler3-28/+36
2013-01-09mei: remove mei_csr_clear_his prototypeTomas Winkler1-2/+1
2013-01-09mei: remove write only need_reset member of struct mei_deviceTomas Winkler2-6/+1
2013-01-09mei: hw-me.c fix kernel docTomas Winkler1-9/+18
2013-01-09mei: move MEI_IAMTHIF_IDLE to amthif host init functionTomas Winkler2-1/+2
2013-01-09mei: normalize me host client linking routinesTomas Winkler7-75/+98
2013-01-09mei: rename remaining amthi strings to amthifTomas Winkler4-36/+36
2013-01-09mei: mei_dev.h - remove prototypes of dropped functionsTomas Winkler1-4/+0
2013-01-09mei: move me client storage allocation to hbm.cTomas Winkler3-41/+38
2013-01-09mei: drop read_pending member form struct mei_clTomas Winkler3-5/+2
2013-01-09mei: rename interface to hw-meTomas Winkler13-210/+208
2013-01-09mei: move watchdog prototypes to mei_dev.h from interface.hTomas Winkler2-20/+17
2013-01-09mei: implement mei_cl_connect functionTomas Winkler3-159/+163
2013-01-09mei: fix client functions namesTomas Winkler9-198/+267
2013-01-09mei: move client functions to client.cTomas Winkler4-366/+361
2013-01-09mei: add new hbm.h header to export hbm protocolTomas Winkler9-15/+47
2013-01-09VMCI: Some header and config files.George Zhang4-0/+23
2013-01-09VMCI: host side driver implementation.George Zhang1-0/+1042
2013-01-09VMCI: guest side driver implementation.George Zhang1-0/+759
2013-01-09VMCI: routing implementation.George Zhang2-0/+256
2013-01-09VMCI: resource object implementation.George Zhang2-0/+288
2013-01-09VMCI: queue pairs implementation.George Zhang2-0/+3611
2013-01-09VMCI: handle array implementation.George Zhang2-0/+194
2013-01-09VMCI: event handling implementation.George Zhang2-0/+249
2013-01-09VMCI: device driver implementaton.George Zhang2-0/+167
2013-01-09VMCI: doorbell implementation.George Zhang2-0/+655
2013-01-09VMCI: datagram implementation.George Zhang2-0/+552
2013-01-09VMCI: context implementation.George Zhang2-0/+1396
2013-01-07mei: move hbm responses from interrupt.c to hbm.cTomas Winkler3-220/+186
2013-01-07mei: add common prefix to hbm functionTomas Winkler8-50/+53
2013-01-07mei: use structured buffer for the write bufferTomas Winkler5-105/+108
2013-01-07mei: simplify preparing client host bus messagesTomas Winkler2-56/+70