public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: Henrique de Moraes Holschuh <hmh-N3TV7GIv+o9fyO9Q7EP/yw@public.gmane.org>
To: Andi Kleen <andi-Vw/NltI1exuRpAAqCnN02g@public.gmane.org>
Cc: linux-acpi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	ibm-acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: [PATCH 1/7] ACPI: thinkpad-acpi: minor refactor on radio	switch init
Date: Tue, 1 Jul 2008 15:59:58 -0300	[thread overview]
Message-ID: <20080701185958.GA5693@khazad-dum.debian.net> (raw)
In-Reply-To: <486A7B20.4020502-Vw/NltI1exuRpAAqCnN02g@public.gmane.org>

On Tue, 01 Jul 2008, Andi Kleen wrote:
> Henrique de Moraes Holschuh wrote:
> > Change the code of hotkey_init, wan_init and bluetooth_init a bit to make it
> > much easier to add some Kconfig-selected debugging code later.
> 
> The later seems to be wrong, the debugging code is already included?

No, that patch just moves some code around and changes the way some
conditionals were written so it would be easier to add the debugging
code later.  It is supposed to change nothing as far as functionality
goes.

I do have that debugging code, but I didn't see a reason to submit it
for mainline yet.  But it helps me a whole deal if it is easy to just
patch it in when I needed it, so patch 1/7 is something I'd like merged.

The debugging code itself is a harness to simulate the thinkpad rfkill
firmware, as my T43 doesn't have bluetooth, WWAN or the WLSW rfkill
switch and I needed a way to test those codepaths.  As I said, it is a
separate patch I didn't submit yet (and might decide not to submit at
all, unless someone asks for it or I find out it would be helpful to
track some sort of bug).

I.e. the patch does exactly what the description says :-)

But I have nothing against changing that description, I just don't know
what to put in there that would be better...

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08

  parent reply	other threads:[~2008-07-01 18:59 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-01 18:27 [GIT PATCH] thinkpad-acpi changes for 2.6.27 merge window Henrique de Moraes Holschuh
     [not found] ` <1214936875-4812-1-git-send-email-hmh-N3TV7GIv+o9fyO9Q7EP/yw@public.gmane.org>
2008-07-01 18:27   ` [PATCH 1/7] ACPI: thinkpad-acpi: minor refactor on radio switch init Henrique de Moraes Holschuh
2008-07-01 18:44     ` Andi Kleen
     [not found]       ` <486A7B20.4020502-Vw/NltI1exuRpAAqCnN02g@public.gmane.org>
2008-07-01 18:59         ` Henrique de Moraes Holschuh [this message]
2008-07-01 18:27   ` [PATCH 2/7] ACPI: thinkpad-acpi: consolidate wlsw notification function Henrique de Moraes Holschuh
2008-07-01 18:27   ` [PATCH 3/7] ACPI: thinkpad-acpi: prepare for bluetooth and wwan rfkill support Henrique de Moraes Holschuh
2008-07-01 18:27   ` [PATCH 4/7] ACPI: thinkpad-acpi: WLSW overrides other rfkill switches Henrique de Moraes Holschuh
2008-07-01 18:27   ` [PATCH 5/7] ACPI: thinkpad-acpi: add bluetooth and WWAN rfkill support Henrique de Moraes Holschuh
2008-07-01 18:27   ` [PATCH 6/7] ACPI: thinkpad-acpi: bump up version to 0.21 Henrique de Moraes Holschuh
2008-07-01 18:27   ` [PATCH 7/7] ACPI: thinkpad-acpi: don't misdetect in get_thinkpad_model_data() on -ENOMEM Henrique de Moraes Holschuh
2008-07-21  2:16 ` [GIT PATCH] thinkpad-acpi changes for 2.6.27 merge window Henrique de Moraes Holschuh
2008-07-21 11:32 ` Andi Kleen
2008-07-21 12:29   ` [ibm-acpi-devel] " Henrique de Moraes Holschuh
     [not found]     ` <20080721122935.GA12972-ZGHd14iZgfaRjzvQDGKj+xxZW9W5cXbT@public.gmane.org>
2008-07-21 12:42       ` [PATCH 1/7] ACPI: thinkpad-acpi: minor refactor on radio switch init Henrique de Moraes Holschuh
2008-07-21 12:42       ` [PATCH 3/7] ACPI: thinkpad-acpi: prepare for bluetooth and wwan rfkill support Henrique de Moraes Holschuh
2008-07-21 12:42       ` [PATCH 6/7] ACPI: thinkpad-acpi: bump up version to 0.21 Henrique de Moraes Holschuh
2008-07-21 12:42     ` [PATCH 2/7] ACPI: thinkpad-acpi: consolidate wlsw notification function Henrique de Moraes Holschuh
2008-07-21 12:42     ` [PATCH 4/7] ACPI: thinkpad-acpi: WLSW overrides other rfkill switches Henrique de Moraes Holschuh
2008-07-21 12:42     ` [PATCH 5/7] ACPI: thinkpad-acpi: add bluetooth and WWAN rfkill support Henrique de Moraes Holschuh
2008-07-21 12:42     ` [PATCH 7/7] ACPI: thinkpad-acpi: don't misdetect in get_thinkpad_model_data() on -ENOMEM Henrique de Moraes Holschuh
2008-07-21 22:17     ` [ibm-acpi-devel] [GIT PATCH] thinkpad-acpi changes for 2.6.27 merge window Andi Kleen

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=20080701185958.GA5693@khazad-dum.debian.net \
    --to=hmh-n3tv7giv+o9fyo9q7ep/yw@public.gmane.org \
    --cc=andi-Vw/NltI1exuRpAAqCnN02g@public.gmane.org \
    --cc=ibm-acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=linux-acpi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox