Age | Commit message (Expand) | Author | Files | Lines |
2013-04-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 7 | -25/+28 |
2013-04-23 | mei: fix krealloc() misuse in in mei_cl_irq_read_msg() | Wei Yongjun | 1 | -5/+5 |
2013-04-23 | mei: reduce flow control only for completed messages | Tomas Winkler | 1 | -3/+4 |
2013-04-20 | mei: reseting -> resetting | Bill Nottingham | 4 | -8/+8 |
2013-04-20 | mei: fix reading large reposnes | Tomas Winkler | 5 | -15/+27 |
2013-04-20 | mei: revamp mei_irq_read_client_message function | Tomas Winkler | 1 | -58/+66 |
2013-04-19 | mei: revamp mei_amthif_irq_read_message | Tomas Winkler | 3 | -6/+15 |
2013-04-19 | mei: revamp hbm state machine | Tomas Winkler | 7 | -59/+72 |
2013-04-15 | mei: wd: fix line over 80 characters | Tomas Winkler | 1 | -1/+2 |
2013-04-11 | mei: convert to use simple_open() | Wei Yongjun | 1 | -8/+2 |
2013-04-11 | mei: nfc: Implement MEI bus ops | Samuel Ortiz | 1 | -1/+169 |
2013-04-11 | mei: nfc: Add NFC device to the MEI bus | Samuel Ortiz | 1 | -0/+75 |
2013-04-11 | mei: nfc: Initial nfc implementation | Samuel Ortiz | 5 | -0/+327 |
2013-04-09 | mei: bus: Add device enabling and disabling API | Samuel Ortiz | 2 | -12/+115 |
2013-04-09 | mei: notify about the reset in error level | Tomas Winkler | 2 | -15/+12 |
2013-04-09 | mei: add mei_cl_write function | Tomas Winkler | 5 | -158/+146 |
2013-04-06 | mei: add debugfs hooks | Tomas Winkler | 5 | -8/+185 |
2013-04-05 | mei: Fix comments in drivers/misc/mei | Masanari Iida | 7 | -26/+29 |
2013-03-29 | mei: bus: Implement bus driver data setter/getter | Samuel Ortiz | 1 | -0/+12 |
2013-03-29 | mei: bus: Synchronous API for the data transmission | Samuel Ortiz | 2 | -10/+30 |
2013-03-29 | mei: bus: Call bus routines from the core code | Samuel Ortiz | 5 | -2/+42 |
2013-03-29 | mei: bus: Add bus related structures to mei_cl | Samuel Ortiz | 4 | -15/+44 |
2013-03-29 | mei: bus: Initial implementation for I/O routines | Samuel Ortiz | 2 | -0/+256 |
2013-03-29 | mei: bus: Implement driver registration | Samuel Ortiz | 1 | -0/+26 |
2013-03-29 | mei: bus: Initial MEI Client bus type implementation | Samuel Ortiz | 3 | -0/+199 |
2013-03-29 | mei: move mei-me to separate module | Tomas Winkler | 5 | -7/+19 |
2013-03-29 | mei: prefix me hardware specific functions with mei_me_ | Tomas Winkler | 2 | -36/+36 |
2013-03-29 | mei: rename function mei_hw_init to mei_start | Tomas Winkler | 3 | -4/+4 |
2013-03-29 | mei: ME structures should be initialized in mei_device_init | Tomas Winkler | 2 | -8/+9 |
2013-03-29 | mei: unregister watchdog from mei_stop function | Tomas Winkler | 2 | -2/+3 |
2013-03-29 | mei: drop RECOVERING_FROM_RESET device state | Tomas Winkler | 2 | -5/+0 |
2013-03-27 | Merge branch 'char-misc-linus' into char-misc-next | Greg Kroah-Hartman | 4 | -54/+46 |
2013-03-26 | mei: add mei_irq_compl_handler function | Tomas Winkler | 3 | -26/+34 |
2013-03-15 | mei: ME hardware reset needs to be synchronized | Tomas Winkler | 1 | -9/+20 |
2013-03-15 | mei: add mei_stop function to stop mei device | Tomas Winkler | 3 | -45/+26 |
2013-03-15 | mei: add hw start callback | Tomas Winkler | 3 | -15/+62 |
2013-03-15 | mei: revamp mei_data2slots | Tomas Winkler | 5 | -34/+47 |
2013-02-08 | mei: fix undefined wd symbols when MEI_ME is not set | Tomas Winkler | 1 | -1/+1 |
2013-02-06 | mei: move clients cleanup code from init.c to client.c | Tomas Winkler | 3 | -22/+62 |
2013-02-06 | mei: rename to mei_host_buffer_is_empty to hbuf_is_ready | Tomas Winkler | 6 | -23/+27 |
2013-02-06 | mei: move interrupt handlers to be me hw specific | Tomas Winkler | 5 | -150/+164 |
2013-02-06 | mei: separate compilation of the ME hardware specifics | Tomas Winkler | 9 | -74/+210 |
2013-02-06 | mei: initial extract of ME hw specifics from mei_device | Tomas Winkler | 5 | -88/+114 |
2013-02-06 | mei: sperate interface and pci code into two files | Tomas Winkler | 4 | -342/+409 |
2013-01-18 | Merge 3.8-rc4 into char-misc-next | Greg Kroah-Hartman | 1 | -3/+3 |
2013-01-17 | mei: Fix some more kernel-doc typos in hw-me.c | Sedat Dilek | 1 | -2/+2 |
2013-01-14 | mei: drop the warning when cl is not initialized during unlinking | Tomas Winkler | 1 | -2/+3 |
2013-01-09 | mei: move work initialization to mei_device_init | Tomas Winkler | 2 | -2/+4 |
2013-01-09 | mei: make host csr and me csr internal to hw-me | Tomas Winkler | 4 | -53/+37 |
2013-01-09 | mei: reenable mei_hcsr_set abstraction | Tomas Winkler | 2 | -24/+15 |