There are few patches to clean up an fix iosf_mbi driver along with extension
it to cover Intel Tangier SoC.

Changelog v2:
 - move iosf_mbi to arch/x86/platfom/intel (patch 1)
 - amend commit messages
 - rebase on top of tip tree (master)

Andy Shevchenko (5):
  x86/platform/iosf_mbi: move to dedicated folder
  x86/platform/iosf_mbi: check result for all calls of debugfs API
  x86/platform/iosf_mbi: pci_dev_put() is NULL-proof
  x86/platform/iosf_mbi: group global variables
  x86/platform/iosf_mbi: append Intel Tangier ID

 arch/x86/include/asm/iosf_mbi.h                |  8 +++----
 arch/x86/kernel/Makefile                       |  1 -
 arch/x86/platform/Makefile                     |  1 +
 arch/x86/platform/intel/Makefile               |  1 +
 arch/x86/{kernel => platform/intel}/iosf_mbi.c | 31 +++++++++++++-------------
 5 files changed, 21 insertions(+), 21 deletions(-)
 create mode 100644 arch/x86/platform/intel/Makefile
 rename arch/x86/{kernel => platform/intel}/iosf_mbi.c (93%)

-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to