[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1436366709-17683-1-git-send-email-andriy.shevchenko@linux.intel.com>
Date: Wed, 8 Jul 2015 17:45:04 +0300
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: "David E . Box" <david.e.box@...ux.intel.com>, x86@...nel.org,
linux-kernel@...r.kernel.org, Ingo Molnar <mingo@...hat.com>,
Thomas Gleixner <tglx@...utronix.de>
Cc: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Subject: [PATCH v2 0/5] x86/platform/iosf_mbi: fix and clean up
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists