All of lore.kernel.org
 help / color / mirror / Atom feed
From: Konrad Rzeszutek Wilk <konrad@kernel.org>
To: "Zheng, Lv" <lv.zheng@intel.com>
Cc: Linux ACPI <linux-acpi@vger.kernel.org>,
	"Brown, Len" <len.brown@intel.com>,
	"Moore, Robert" <robert.moore@intel.com>,
	"Huang, Ying" <ying.huang@intel.com>,
	"Zhang, Rui" <rui.zhang@intel.com>
Subject: Re: [PATCH v3 1/2] ACPI: Add early console framework for DBGP/DBG2.
Date: Tue, 9 Oct 2012 12:48:16 -0400	[thread overview]
Message-ID: <20121009164815.GD25276@phenom.dumpdata.com> (raw)
In-Reply-To: <1AE640813FDE7649BE1B193DEA596E88B9C3E7@SHSMSX101.ccr.corp.intel.com>

On Mon, Oct 08, 2012 at 03:24:12AM +0000, Zheng, Lv wrote:
> Hi,
> 
> This is my first time sending patch to the community, thanks for your suggestion.
> 
> > > + *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
> > > +02111-1307  USA
> > Please remove the address.
> Done.
> 
> > > +static inline int acpi_table_parse_dbg2(acpi_early_console_handler
> > > +handler)
> > Why inline?
> Done.
> I was trying to eliminate ABI related callee/caller side generation as this function will be called only once.
> According to your suggestion, I removed the inline to make it a symbol.
> 
> > And somehow I am not able to find acpi_early_console_handler?
> It's in the header file along with other acpi table handlers.
> 
> > > +		pr_warn("DBG2 not present\n");
> > Um, pr_warn in an early printk driver? Perhaps pr_debug?
> Done.
> 
> > > +			if (handler(&devinfo, table_end)) {
> > 
> > Oh! it is a function! Perhaps call it 'func' or just use the raw decleration in the
> > arguments instead of using a typedef.
> This remains unmodified to keep the same style with other acpi table handlers.

OK. Perhaps a different name then? 'fnc_handler' ?

> 
> > > +	pr_info("early: DBG2 console %d detected: %04x:%04x.\n",
> > > +		info->port_index, info->port_type, info->port_subtype);
> Done.
> 
> Best regards/Lv Zheng
> 

  reply	other threads:[~2012-10-09 17:00 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1347453194.git.zetalog@gmail.com>
2012-09-27  8:40 ` [PATCH v3 0/2] ACPI: DBGP/DBG2 early console support for LPIA Lv Zheng
2012-09-28  2:39   ` [PATCH v4 " Lv Zheng
2012-09-27  8:41   ` [PATCH v3 1/2] ACPI: Add early console framework for DBGP/DBG2 Lv Zheng
2012-09-28  2:40     ` [PATCH v4 " Lv Zheng
2012-09-28 18:41     ` [PATCH v3 " Konrad Rzeszutek Wilk
2012-10-08  3:24       ` Zheng, Lv
2012-10-09 16:48         ` Konrad Rzeszutek Wilk [this message]
2012-09-27  8:41   ` [PATCH v3 2/2] ACPI: Add Intel MID SPI early console support Lv Zheng
2012-09-28  2:40     ` [PATCH v4 " Lv Zheng
2012-09-28  5:24   ` [PATCH v4 0/2] ACPI: DBGP/DBG2 early console support for LPIA Zheng, Lv
2012-09-28  5:37   ` [RESEND PATCH v4 1/2] ACPI: Add early console framework for DBGP/DBG2 Lv Zheng
2012-09-28  5:37   ` Lv Zheng
2012-09-28  5:37   ` [RESEND PATCH v4 2/2] ACPI: Add Intel MID SPI early console support Lv Zheng
2012-09-28  5:37   ` Lv Zheng
2012-09-28  6:36   ` [RESEND PATCH v4 0/2] ACPI: DBGP/DBG2 early console support for LPIA H. Peter Anvin
2012-10-06 18:42     ` Len Brown
2012-10-07 15:41       ` H. Peter Anvin
2012-10-08  0:51       ` Zheng, Lv
2012-10-08  0:51         ` Zheng, Lv
2012-10-10  3:23   ` [PATCH v6 1/2] ACPI: Add early console framework for DBGP/DBG2 Lv Zheng
2012-10-10  3:23     ` Lv Zheng
2012-10-10 14:10     ` Konrad Rzeszutek Wilk
2012-10-10 23:39       ` Zheng, Lv
2012-10-10 17:44     ` Matthew Garrett
2012-10-12 19:24       ` Khalid Aziz
2013-06-04 10:53         ` Grant Likely
2013-06-04 13:23           ` Matthew Garrett
2013-06-04 13:35             ` Grant Likely
2012-10-10  3:23   ` [PATCH v6 2/2] ACPI: Add Intel MID SPI early console support Lv Zheng
2012-10-10  3:23     ` Lv Zheng
2012-09-28  5:36 ` [RESEND PATCH v4 0/2] ACPI: DBGP/DBG2 early console support for LPIA Lv Zheng
2012-09-28  5:36 ` Lv Zheng
2012-10-09  2:36 ` [PATCH v5 1/2] ACPI: Add early console framework for DBGP/DBG2 Lv Zheng
2012-10-09  2:36   ` Lv Zheng
2012-10-09 17:02   ` Konrad Rzeszutek Wilk
2012-10-10  1:31     ` Zheng, Lv
2012-10-10 14:06       ` Konrad Rzeszutek Wilk
2012-10-10  1:40     ` Zheng, Lv
2012-10-09  2:37 ` [PATCH v5 2/2] ACPI: Add Intel MID SPI early console support Lv Zheng
2012-10-09  2:37   ` Lv Zheng
2012-10-09 17:06   ` Konrad Rzeszutek Wilk
2012-10-10  1:33     ` Zheng, Lv
2012-10-10  3:10     ` Zheng, Lv

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121009164815.GD25276@phenom.dumpdata.com \
    --to=konrad@kernel.org \
    --cc=len.brown@intel.com \
    --cc=linux-acpi@vger.kernel.org \
    --cc=lv.zheng@intel.com \
    --cc=robert.moore@intel.com \
    --cc=rui.zhang@intel.com \
    --cc=ying.huang@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.