public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Heikki Krogerus <heikki.krogerus@linux.intel.com>
To: "Rafael J. Wysocki" <rafael@kernel.org>
Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>,
	Paul Menzel <pmenzel+linux-usb@molgen.mpg.de>,
	Mario Limonciello <mario.limonciello@dell.com>,
	"open list:ULTRA-WIDEBAND (UWB) SUBSYSTEM:"
	<linux-usb@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Thorsten Leemhuis <linux@leemhuis.info>,
	ACPI Devel Maling List <linux-acpi@vger.kernel.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject: Re: `ucsi_acpi: probe of USBC000:00 failed with error -12` on Dell XPS 13 9360/9370
Date: Sat, 19 May 2018 00:28:57 +0300	[thread overview]
Message-ID: <20180518212857.GA21732@kuha.fi.intel.com> (raw)
In-Reply-To: <CAJZ5v0hbpgvvmvCvxEVGed8VcOXoO1TTEXK9zsXxCGP4wLqrZA@mail.gmail.com>

On Fri, May 18, 2018 at 10:04:02PM +0200, Rafael J. Wysocki wrote:
> On Fri, May 18, 2018 at 5:15 PM, Greg Kroah-Hartman
> > Given that Windows works with this same set of ACPI tables, perhaps the
> > requirement isn't that this memory location be uncached?
> >
> > We shouldn't have to fix up ACPI tables just for Linux, we've been down
> > that path before :(
> 
> Yes, pretty much.

That's not what I'm suggesting. AFAIK these Dell laptops are the only
ones with this problem, so if we accept this, I fear it means we have
to start maintaining DMI quirk table in the driver, and then:

if (dell)
        ioremap_cache()
else
        ioremap_nocache()

I was really hoping we could avoid that. Or is there something else we
can do in the driver?

I have no idea how the windows driver works, so I will double check
and test this next week, but our driver has really worked fine so far.


Thanks,

-- 
heikki

      reply	other threads:[~2018-05-18 21:29 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-15 14:34 `ucsi_acpi: probe of USBC000:00 failed with error -12` on Dell XPS 13 9370 Paul Menzel
2018-05-15 16:00 ` Greg KH
2018-05-15 16:47   ` Paul Menzel
2018-05-16  8:02     ` Greg KH
2018-05-16 11:58       ` Heikki Krogerus
2018-05-16 12:35         ` Paul Menzel
2018-05-16 15:03           ` Mario.Limonciello
2018-05-16 16:13         ` Mario.Limonciello
2018-05-16 16:39           ` Greg KH
2018-05-17  8:59           ` Heikki Krogerus
2018-05-17 13:01             ` Mario.Limonciello
2018-05-17 13:58               ` Heikki Krogerus
2018-05-17 13:34             ` `ucsi_acpi: probe of USBC000:00 failed with error -12` on Dell XPS 13 9360/9370 Paul Menzel
2018-05-18 10:40               ` Heikki Krogerus
2018-05-18 15:08                 ` Heikki Krogerus
2018-05-18 15:15                   ` Greg Kroah-Hartman
2018-05-18 20:04                     ` Rafael J. Wysocki
2018-05-18 21:28                       ` Heikki Krogerus [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=20180518212857.GA21732@kuha.fi.intel.com \
    --to=heikki.krogerus@linux.intel.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=linux@leemhuis.info \
    --cc=mario.limonciello@dell.com \
    --cc=pmenzel+linux-usb@molgen.mpg.de \
    --cc=rafael@kernel.org \
    --cc=rjw@rjwysocki.net \
    /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