summaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/pci-me.c
Commit message (Collapse)AuthorAgeFilesLines
* mei: move interrupt handlers to be me hw specificTomas Winkler2013-02-061-6/+6
| | | | | | | | | interrupt handler are platform specifics so we move them to hw-mei.c. For sake of that we need to export write, read, and complete handlers from the interrupt.c Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* mei: initial extract of ME hw specifics from mei_deviceTomas Winkler2013-02-061-9/+12
| | | | | | | | This is initial step of move the ME hw specifics out of mei_device structure into mei_me_hw Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* mei: sperate interface and pci code into two filesTomas Winkler2013-02-061-0/+393
leave misc file operations in the main and move PCI related code into pci-me Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
OpenPOWER on IntegriCloud