public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] ipmi: discovery precedence and update core driver with dev_printk
@ 2010-03-13 18:13 Myron Stowe
  2010-03-13 18:13 ` [PATCH v2 1/3] ipmi: Raise precedence of PNP based discovery mechanisms (ACPI, PCI) Myron Stowe
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Myron Stowe @ 2010-03-13 18:13 UTC (permalink / raw)
  To: minyard; +Cc: yakui.zhao, linux-acpi, openipmi-developer, linux-kernel, lenb

These patches change the precedence of PNP based discovery mechanisms
and update the driver's core to use dev_printk() and its constructs.

As part of this patch series I wanted to remove the 'PFX' argument from
ipmi_of_probe()'s dev_printk constructs as I believe it produces redundant
output but I do not have a PPC platform to test against.


---

v2 - I dropped the contentious attempt to remove the ACPI SPMI static
     table as a discovery mechanism.

Myron Stowe (3):
      ipmi: Raise precedence of PNP based discovery mechanisms (ACPI, PCI)
      ipmi: Convert tracking of the ACPI device pointer to a PNP device
      ipmi: Update driver to use 'dev_printk()' and its constructs


Corey: If you encounter any issues applying this series let me know,
       including your current basis, and I'll re-work the series.


 drivers/char/ipmi/ipmi_msghandler.c |   11 +-
 drivers/char/ipmi/ipmi_si_intf.c    |  205 ++++++++++++++++-------------------
 2 files changed, 96 insertions(+), 120 deletions(-)


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-03-16 15:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-13 18:13 [PATCH v2 0/3] ipmi: discovery precedence and update core driver with dev_printk Myron Stowe
2010-03-13 18:13 ` [PATCH v2 1/3] ipmi: Raise precedence of PNP based discovery mechanisms (ACPI, PCI) Myron Stowe
2010-03-15  1:48   ` ykzhao
2010-03-16 15:03     ` Myron Stowe
2010-03-13 18:13 ` [PATCH v2 2/3] ipmi: Convert tracking of the ACPI device pointer to a PNP device Myron Stowe
2010-03-15  1:50   ` ykzhao
2010-03-13 18:13 ` [PATCH v2 3/3] ipmi: Update driver to use 'dev_printk()' and its constructs Myron Stowe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox