index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
mei
Commit message (
Expand
)
Author
Age
Files
Lines
*
mei: fix mismatch in mutex unlock-lock in mei_amthif_read()
Alexey Khoroshilov
2013-01-07
1
-3
/
+3
*
watchdog: mei: avoid oops in watchdog unregister code path
Tomas Winkler
2012-12-19
1
-1
/
+1
*
misc: remove use of __devexit
Bill Pemberton
2012-11-21
1
-1
/
+1
*
misc: remove use of __devinit
Bill Pemberton
2012-11-21
1
-2
/
+2
*
mei: remove use of __devexit_p
Bill Pemberton
2012-11-21
1
-2
/
+2
*
mei: Simplify the ME client enumeration code
Samuel Ortiz
2012-11-21
4
-86
/
+95
*
mei: simplify write complete loop in irq handler
Tomas Winkler
2012-11-21
1
-25
/
+12
*
mei: don't mix read and write slots
Tomas Winkler
2012-11-21
1
-16
/
+19
*
mei: streamline amthif write complete function
Tomas Winkler
2012-11-21
3
-60
/
+48
*
mei: streamline write complete flow function
Tomas Winkler
2012-11-21
1
-70
/
+43
*
mei: use structured buffer for extra write buffer
Tomas Winkler
2012-11-21
3
-27
/
+22
*
mei: compact code for mei bus message creation
Tomas Winkler
2012-11-21
4
-148
/
+112
*
mei: use the same bus msg for connect and disconnect request
Tomas Winkler
2012-11-15
3
-27
/
+34
*
mei: use link and unlink terms for connecting ME and HOST client
Tomas Winkler
2012-11-15
6
-61
/
+44
*
mei: extract amthif specific code from mei_poll to mei_amthif_poll
Tomas Winkler
2012-11-15
3
-10
/
+25
*
mei: move amthif specific release code to amithif
Tomas Winkler
2012-11-15
3
-138
/
+154
*
mei: rename enum mei_cb_major_types to enum mei_cb_file_ops
Tomas Winkler
2012-11-15
6
-23
/
+31
*
mei: use type struct mei_cl *cl instead of void in struct mei_cb
Tomas Winkler
2012-11-15
6
-29
/
+24
*
mei: amthif: prefix cb list with amthif
Tomas Winkler
2012-11-15
5
-20
/
+18
*
mei: move amthif specific code from mei_write to mei_amthif_write
Tomas Winkler
2012-11-01
2
-23
/
+41
*
mei: use internal watchdog device registration tracking
Tomas Winkler
2012-11-01
3
-7
/
+1
*
mei: mei_clear_list: kill file_temp
Tomas Winkler
2012-11-01
1
-4
/
+2
*
mei: extract AMTHI functions into the amthif.c file
Tomas Winkler
2012-11-01
7
-556
/
+613
*
mei: normalize timeouts definitions
Tomas Winkler
2012-11-01
7
-24
/
+29
*
mei: mei_write: revamp function flow
Tomas Winkler
2012-11-01
1
-44
/
+44
*
mei: use mei_io_cb_ warppers also for control flows
Tomas Winkler
2012-10-24
4
-109
/
+94
*
mei: rename mei_free_cb_private to mei_io_cb_free
Tomas Winkler
2012-10-24
5
-35
/
+35
*
mei: kill usless struct mei_io_list
Tomas Winkler
2012-10-24
5
-156
/
+118
*
mei: mei_write: revamp error path handling
Tomas Winkler
2012-10-24
1
-48
/
+27
*
mei: add allocation and initialization wrappers for io callback
Tomas Winkler
2012-10-24
1
-24
/
+87
*
mei: rename mei_cl_cb.information to mei_cl_cb.buf_idx
Tomas Winkler
2012-10-24
4
-50
/
+45
*
char/misc: remove CONFIG_EXPERIMENTAL dependencies
Greg Kroah-Hartman
2012-09-18
1
-1
/
+1
*
mei: don't print buffer as a string
Tomas Winkler
2012-09-10
1
-8
/
+1
*
mei: struct mei_message_data doesn't have to be packed
Tomas Winkler
2012-09-10
1
-1
/
+1
*
mei: add error messages for open count errors
Tomas Winkler
2012-09-10
1
-2
/
+8
*
mei: add lynx point pci device ids
Tomas Winkler
2012-09-05
2
-0
/
+4
*
mei: fix max number of open handles
Tomas Winkler
2012-09-05
1
-6
/
+8
*
mei: rename struct pci_dev *mei_device to mei_pdev
Tomas Winkler
2012-09-05
2
-14
/
+8
*
mei: wd: use watchdog_set/get_drvdata for passing mei_device
Tomas Winkler
2012-08-16
1
-13
/
+16
*
mei: wd: decouple and revamp watchdog state machine
Tomas Winkler
2012-08-16
6
-27
/
+34
*
mei: wd: rename watchdog constants to be more descriptive
Tomas Winkler
2012-08-16
4
-26
/
+23
*
mei: wd: add option WDIOF_SETTIMEOUT
Tomas Winkler
2012-08-16
1
-1
/
+3
*
mei: fix device stall after wd is stopped
Tomas Winkler
2012-08-16
1
-1
/
+1
*
mei: name space for mei device state
Tomas Winkler
2012-08-16
6
-55
/
+77
*
mei: style : reformat PCI device IDs
Tomas Winkler
2012-08-16
1
-40
/
+39
*
mei: use KBUILD_MODNAME when allocating resources from the OS
Tomas Winkler
2012-08-16
1
-8
/
+6
*
mei: add mei_quirk_probe function
Tomas Winkler
2012-08-16
1
-0
/
+27
*
mei: revamp me client search function
Tomas Winkler
2012-08-16
5
-74
/
+60
*
mei: use module_pci_driver
Tomas Winkler
2012-07-19
1
-38
/
+1
*
Merge 3.5-rc7 into char-misc-next.
Greg Kroah-Hartman
2012-07-18
3
-7
/
+8
|
\
[next]