| Submitter | Seth Forshee |
|---|---|
| Date | Aug. 22, 2012, 9:08 p.m. |
| Message ID | <20120822210837.GA19838@thinkpad-t410> |
| Download | mbox |
| Permalink | /patch/179412/ |
| State | New |
| Headers | show
Return-Path: <kernel-team-bounces@lists.ubuntu.com> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 1368E2C007C for <incoming@patchwork.ozlabs.org>; Thu, 23 Aug 2012 07:08:54 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from <kernel-team-bounces@lists.ubuntu.com>) id 1T4IA5-00049x-AX; Wed, 22 Aug 2012 21:08:25 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from <seth.forshee@canonical.com>) id 1T4IA3-00049s-1f for kernel-team@lists.ubuntu.com; Wed, 22 Aug 2012 21:08:23 +0000 Received: from 64-126-113-183.dyn.everestkc.net ([64.126.113.183] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from <seth.forshee@canonical.com>) id 1T4IAJ-0007JC-I9 for kernel-team@lists.ubuntu.com; Wed, 22 Aug 2012 21:08:39 +0000 Date: Wed, 22 Aug 2012 16:08:37 -0500 From: Seth Forshee <seth.forshee@canonical.com> To: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com> Subject: [pull request] brcmsmac and apple-gmux updates for quantal Message-ID: <20120822210837.GA19838@thinkpad-t410> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions <kernel-team.lists.ubuntu.com> List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/kernel-team>, <mailto:kernel-team-request@lists.ubuntu.com?subject=unsubscribe> List-Archive: <https://lists.ubuntu.com/archives/kernel-team> List-Post: <mailto:kernel-team@lists.ubuntu.com> List-Help: <mailto:kernel-team-request@lists.ubuntu.com?subject=help> List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/kernel-team>, <mailto:kernel-team-request@lists.ubuntu.com?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com |
Pull-request
git://kernel.ubuntu.com/sforshee/ubuntu-quantal.git quantal-updatesComments
Tim Gardner - Aug. 23, 2012, 1:16 p.m.
I've queued up a batch of updates for brcmsmac and apple-gmux that I'd like to sneak into quantal before the freeze. For brcmsmac I've got a couple of patches to fix a situation where it should be holding cfg80211_mutex, except that this lock isn't visible to the wireless drivers. Both are cherry picks from upstream. For apple-gmux I've got a series of patches which get the gmux working on the retina Macbook and add vga_switcheroo support, along with a couple of bug fixes and some required updates to vga_switcheroo. Most are cherry picks or trivial backports. One is a sauce patch, but it's an obviously-correct bug fix that has been submitted upstream. Thanks, Seth The following changes since commit d3a67dbe37d32ba10da0de2f14151d606856e5d2: UBUNTU: Ubuntu-3.5.0-11.11 (2012-08-16 13:45:37 -0700) are available in the git repository at: git://kernel.ubuntu.com/sforshee/ubuntu-quantal.git quantal-updates for you to fetch changes up to 0d6c41196a01712bfddb1ac59f3ec763cb6caf30: UBUNTU: SAUCE: apple-gmux: Fix port address calculation in gmux_pio_write32() (2012-08-22 15:49:35 -0500) ---------------------------------------------------------------- Andreas Heider (1): apple-gmux: Add display mux support Matthew Garrett (3): gmux: Add generic write32 function apple_gmux: Add support for newer hardware apple_gmux: Fix ACPI video unregister Seth Forshee (6): cfg80211: add channel flag to prohibit OFDM operation brcmsmac: use channel flags to restrict OFDM apple-gmux: Fix kconfig dependencies vga_switcheroo: Don't require handler init callback vga_switcheroo: Remove assumptions about registration/unregistration ordering UBUNTU: SAUCE: apple-gmux: Fix port address calculation in gmux_pio_write32() drivers/gpu/drm/nouveau/nouveau_acpi.c | 6 - drivers/gpu/vga/vga_switcheroo.c | 61 +-- drivers/net/wireless/brcm80211/brcmsmac/channel.c | 5 +- .../net/wireless/brcm80211/brcmsmac/mac80211_if.c | 3 +- drivers/platform/x86/Kconfig | 5 +- drivers/platform/x86/apple-gmux.c | 426 +++++++++++++++++++- include/net/cfg80211.h | 2 + net/wireless/reg.c | 2 + 8 files changed, 453 insertions(+), 57 deletions(-)