All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zhang Rui <rui.zhang@intel.com>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: "linux-gpio@vger.kernel.org" <linux-gpio@vger.kernel.org>,
	linux-acpi <linux-acpi@intel.com>,
	"mika.westerberg@linux.intel.com"
	<mika.westerberg@linux.intel.com>,
	"stace75@gmail.com" <stace75@gmail.com>,
	"Wysocki, Rafael J" <rafael.j.wysocki@intel.com>
Subject: Re: [PATCH] gpiolib-acpi: add _DEP support for Acer One 10
Date: Thu, 16 Jun 2016 09:51:51 +0800	[thread overview]
Message-ID: <1466041911.9422.11.camel@intel.com> (raw)
In-Reply-To: <CACRpkdZ8LhhfMWrYbZyovXS3+WiFotuhEujg1faS7WHWHxowHg@mail.gmail.com>

On 三, 2016-06-15 at 08:49 +0200, Linus Walleij wrote:
> On Mon, May 16, 2016 at 5:18 AM, Zhang, Rui <rui.zhang@intel.com>
> wrote:
> 
> > 
> > On Acer One 10, the ACPI battery driver can not be probed because
> > it depends on the GPIO controller as well as the I2C controller to
> > work,
> >         Device (BATC)
> >         {
> >             Name (_HID, EisaId ("PNP0C0A") /* Control Method
> > Battery */)
> >             ...
> >             Name (_DEP, Package (0x03)  // _DEP: Dependencies
> >             {
> >                 I2C1,
> >                 GPO2,
> >                 GPO0
> >             })
> >             ...
> >         }
> > 
> > The I2C dependency also exists on other platforms and has been
> > fixed by commit
> > 40e7fcb19293 ("ACPI: Add _DEP support to fix battery issue on Asus
> > T100TA"),
> > this patch resolves the GPIO dependency for Acer One 10.
> > 
> > Link:https://bugzilla.kernel.org/show_bug.cgi?id=115191
> > CC: Mika Westerberg <mika.westerberg@linux.intel.com>
> > CC: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
> > Tested-by: Stace A. Zacharov <stace75@gmail.com>
> > Signed-off-by: Zhang Rui <rui.zhang@intel.com>
> Patch applied with the ACKs.
> 
Thanks for taking the patch.

-rui

--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

      reply	other threads:[~2016-06-16  1:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-16  3:18 [PATCH] gpiolib-acpi: add _DEP support for Acer One 10 Zhang, Rui
2016-06-14  7:33 ` Linus Walleij
2016-06-14 10:01   ` Mika Westerberg
2016-06-14 21:38     ` Rafael J. Wysocki
2016-06-15  6:49 ` Linus Walleij
2016-06-16  1:51   ` Zhang Rui [this message]

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=1466041911.9422.11.camel@intel.com \
    --to=rui.zhang@intel.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-acpi@intel.com \
    --cc=linux-gpio@vger.kernel.org \
    --cc=mika.westerberg@linux.intel.com \
    --cc=rafael.j.wysocki@intel.com \
    --cc=stace75@gmail.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.