Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1422775
| From | Ingo Molnar <mingo@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 1/1] x86/platform/intel-mid: Add Power Management Unit driver |
| Date | 2016-06-15 10:20 +0200 |
| Message-ID | <rKedk-8vl-27@gated-at.bofh.it> (permalink) |
| References | <rK1pN-88-55@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
* Andy Shevchenko <andriy.shevchenko@linux.intel.com> wrote: > Add Power Management Unit driver to handle power states of South Complex > devices on Intel Tangier. In the future it might be expanded to cover North > Complex devices as well. > > With this driver the power state of the host controllers such as SPI, I2C, > UART, eMMC, and DMA would be managed. > > Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> > --- > In v2: > - rename *pmu* to *pwr* > - fix indentation to be consistent for definitions > - add comments to explain what driver does > - refactor quirks in intel_mid_pci.c > > arch/x86/include/asm/intel-mid.h | 8 + > arch/x86/pci/intel_mid_pci.c | 40 +++- > arch/x86/platform/intel-mid/Makefile | 2 +- > arch/x86/platform/intel-mid/pwr.c | 416 +++++++++++++++++++++++++++++++++++ > drivers/pci/Makefile | 3 + > drivers/pci/pci-mid.c | 77 +++++++ > 6 files changed, 540 insertions(+), 6 deletions(-) > create mode 100644 arch/x86/platform/intel-mid/pwr.c > create mode 100644 drivers/pci/pci-mid.c I've applied this to tip:x86/platform. I changed references to 'PMU' to 'PWRMU' - let me know if you'd like to use some other abbreviation. Please send the clean-up patch on top of this. (Feel free to squash the one I sent into yours.) Thanks, Ingo
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 1/1] x86/platform/intel-mid: Add Power Management Unit driver Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2016-06-14 20:40 +0200
Re: [PATCH v2 1/1] x86/platform/intel-mid: Add Power Management Unit driver Ingo Molnar <mingo@kernel.org> - 2016-06-15 10:20 +0200
Re: [PATCH v2 1/1] x86/platform/intel-mid: Add Power Management Unit driver Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2016-06-15 12:00 +0200
[tip:x86/platform] x86/platform/intel-mid: Add Power Management Unit driver tip-bot for Andy Shevchenko <tipbot@zytor.com> - 2016-06-15 13:00 +0200
csiph-web