linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andreas Noever <andreas.noever@gmail.com>
To: Paul Bolle <pebolle@tiscali.nl>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Matthew Garrett <matthew.garrett@nebula.com>,
	Greg KH <greg@kroah.com>, Bjorn Helgaas <bhelgaas@google.com>,
	"linux-pci@vger.kernel.org" <linux-pci@vger.kernel.org>
Subject: Re: [PATCH v5 01/15] thunderbolt: Add initial cactus ridge NHI support
Date: Fri, 20 Jun 2014 21:45:45 +0200	[thread overview]
Message-ID: <CAMxnaaXF4Rzg7=FA7FEJWbSvzk5HCjSbmPs57SYPye_hadiouw@mail.gmail.com> (raw)
In-Reply-To: <1403250112.22857.7.camel@x220>

On Fri, Jun 20, 2014 at 9:41 AM, Paul Bolle <pebolle@tiscali.nl> wrote:
> On Tue, 2014-06-03 at 22:03 +0200, Andreas Noever wrote:
>> Thunderbolt hotplug is supposed to be handled by the firmware. But Apple
>> decided to implement thunderbolt at the operating system level. The
>> firmare only initializes thunderbolt devices that are present at boot
>> time. This driver enables hotplug of thunderbolt of non-chained
>> thunderbolt devices on Apple systems with a cactus ridge controller.
>>
>> This first patch adds the Kconfig file as well the parts of the driver
>> which talk directly to the hardware (that is pci device setup, interrupt
>> handling and RX/TX ring management).
>>
>> Signed-off-by: Andreas Noever <andreas.noever@gmail.com>
>> ---
>
> This patch landed in today's linux-next (next-20140620).
>
>> [...]
>> --- /dev/null
>> +++ b/drivers/thunderbolt/Kconfig
>> @@ -0,0 +1,12 @@
>> +menuconfig THUNDERBOLT
>> +     tristate "Thunderbolt support for Apple devices"
>> +     default no
>
> That should have been "default n". But "n" is the default anyway, so I'd
> say this line might as well be dropped. Should I draft the trivial patch
> to do that?

Not necessary. A patch has already been send.

Andreas

  parent reply	other threads:[~2014-06-20 19:46 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-03 20:03 [PATCH v5 00/15] Thunderbolt driver for Apple MacBooks Andreas Noever
2014-06-03 20:03 ` [PATCH v5 01/15] thunderbolt: Add initial cactus ridge NHI support Andreas Noever
2014-06-20  7:41   ` Paul Bolle
2014-06-20 16:34     ` Greg KH
2014-06-20 19:45     ` Andreas Noever [this message]
2014-06-20 20:28       ` Paul Bolle
2014-06-03 20:03 ` [PATCH v5 02/15] thunderbolt: Add control channel interface Andreas Noever
2014-06-03 20:04 ` [PATCH v5 03/15] thunderbolt: Setup control channel Andreas Noever
2014-06-03 20:04 ` [PATCH v5 04/15] thunderbolt: Add tb_regs.h Andreas Noever
2014-06-03 20:04 ` [PATCH v5 05/15] thunderbolt: Initialize root switch and ports Andreas Noever
2014-06-03 20:04 ` [PATCH v5 06/15] thunderbolt: Add thunderbolt capability handling Andreas Noever
2014-06-03 20:04 ` [PATCH v5 07/15] thunderbolt: Enable plug events Andreas Noever
2014-06-03 20:04 ` [PATCH v5 08/15] thunderbolt: Scan for downstream switches Andreas Noever
2014-06-03 20:04 ` [PATCH v5 09/15] thunderbolt: Handle hotplug events Andreas Noever
2014-06-03 20:04 ` [PATCH v5 10/15] thunderbolt: Add path setup code Andreas Noever
2014-06-03 20:04 ` [PATCH v5 11/15] thunderbolt: Add support for simple pci tunnels Andreas Noever
2014-06-03 20:04 ` [PATCH v5 12/15] PCI: Add pci_fixup_suspend_late quirk pass Andreas Noever
2014-06-03 20:04 ` [PATCH v5 13/15] PCI: Suspend/resume quirks for Apple thunderbolt Andreas Noever
2014-06-03 20:04 ` [PATCH v5 14/15] thunderbolt: Read switch uid from EEPROM Andreas Noever
2014-06-03 20:04 ` [PATCH v5 15/15] thunderbolt: Add suspend/hibernate support Andreas Noever
2014-06-03 20:33 ` [PATCH v5 00/15] Thunderbolt driver for Apple MacBooks Greg KH
2014-06-19 21:14 ` Greg KH
2014-06-30  9:17   ` Andreas Noever

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='CAMxnaaXF4Rzg7=FA7FEJWbSvzk5HCjSbmPs57SYPye_hadiouw@mail.gmail.com' \
    --to=andreas.noever@gmail.com \
    --cc=bhelgaas@google.com \
    --cc=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=matthew.garrett@nebula.com \
    --cc=pebolle@tiscali.nl \
    /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;
as well as URLs for NNTP newsgroup(s).