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