linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ben Hutchings <ben@decadent.org.uk>
To: linux-kernel@vger.kernel.org, stable@vger.kernel.org
Cc: torvalds@linux-foundation.org, akpm@linux-foundation.org,
	alan@lxorguk.ukuu.org.uk,
	David Henningsson <david.henningsson@canonical.com>,
	Takashi Iwai <tiwai@suse.de>
Subject: [ 114/167] [PATCH] ALSA: HDA: Add external mic quirk for Asus Zenbook UX31E
Date: Wed, 09 May 2012 06:52:23 +0100	[thread overview]
Message-ID: <20120509055045.438785147@decadent.org.uk> (raw)
In-Reply-To: <20120509055029.588587017@decadent.org.uk>

3.2-stable review patch.  If anyone has any objections, please let me know.

------------------

From: David Henningsson <david.henningsson@canonical.com>

commit 5ac57550f279c3d991ef0b398681bcaca18169f7 upstream.

According to the reporter, external mic starts to work if the
laptop-dmic model is used. According to BIOS pin config, all
pins are consistent with the alc269vb_laptop_dmic fixup, except
for the external mic, which is not present.

BugLink: https://bugs.launchpad.net/bugs/950490
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
[bwh: Backported to 3.2: adjust context]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
 sound/pci/hda/patch_realtek.c |    1 +
 1 file changed, 1 insertion(+)

--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -6109,6 +6109,7 @@ static const struct alc_fixup alc269_fixups[] = {
 };
 
 static const struct snd_pci_quirk alc269_fixup_tbl[] = {
+	SND_PCI_QUIRK(0x1043, 0x1427, "Asus Zenbook UX31E", ALC269VB_FIXUP_DMIC),
 	SND_PCI_QUIRK(0x1043, 0x1a13, "Asus G73Jw", ALC269_FIXUP_ASUS_G73JW),
 	SND_PCI_QUIRK(0x1043, 0x16e3, "ASUS UX50", ALC269_FIXUP_STEREO_DMIC),
 	SND_PCI_QUIRK(0x1043, 0x831a, "ASUS P901", ALC269_FIXUP_STEREO_DMIC),



  parent reply	other threads:[~2012-05-09  6:19 UTC|newest]

Thread overview: 193+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-09  5:50 [ 000/167] 3.2.17-stable review Ben Hutchings
2012-05-09  5:50 ` [ 001/167] Perf: fix build breakage Ben Hutchings
2012-05-09  5:50 ` [ 002/167] [PATCH] crypto: sha512 - Fix byte counter overflow in SHA-512 Ben Hutchings
2012-05-09  5:50 ` [ 003/167] [PATCH] ALSA: hda/conexant - Dont set HP pin-control bit unconditionally Ben Hutchings
2012-05-09  5:50 ` [ 004/167] [PATCH] ALSA: hda/conexant - Set up the missing docking-station pins Ben Hutchings
2012-05-09  5:50 ` [ 005/167] [PATCH] ARM: clps711x: serial driver hungs are a result of call disable_irq within ISR Ben Hutchings
2012-05-09  5:50 ` [ 006/167] [PATCH] ARM: OMAP1: DMTIMER: fix broken timer clock source selection Ben Hutchings
2012-05-09  5:50 ` [ 007/167] [PATCH] mmc: fixes for eMMC v4.5 discard operation Ben Hutchings
2012-05-09  5:50 ` [ 008/167] [PATCH] mmc: fixes for eMMC v4.5 sanitize operation Ben Hutchings
2012-05-09  5:50 ` [ 009/167] [PATCH] mmc: unbreak sdhci-esdhc-imx on i.MX25 Ben Hutchings
2012-05-09  5:50 ` [ 010/167] [PATCH] xen/gntdev: do not set VM_PFNMAP Ben Hutchings
2012-05-09  5:50 ` [ 011/167] [PATCH] xen/xenbus: Add quirk to deal with misconfigured backends Ben Hutchings
2012-05-09  5:50 ` [ 012/167] [PATCH] USB: yurex: Remove allocation of coherent buffer for setup-packet buffer Ben Hutchings
2012-05-09  5:50 ` [ 013/167] [PATCH] USB: yurex: Fix missing URB_NO_TRANSFER_DMA_MAP flag in urb Ben Hutchings
2012-05-09  5:50 ` [ 014/167] [PATCH] uwb: fix use of del_timer_sync() in interrupt Ben Hutchings
2012-05-09  5:50 ` [ 015/167] [PATCH] uwb: fix error handling Ben Hutchings
2012-05-09  5:50 ` [ 016/167] [PATCH] davinci_mdio: Fix MDIO timeout check Ben Hutchings
2012-05-09  5:50 ` [ 017/167] [PATCH] mwifiex: update pcie8766 scratch register addresses Ben Hutchings
2012-05-09  5:50 ` [ 018/167] [PATCH] brcm80211: smac: resume transmit fifo upon receiving frames Ben Hutchings
2012-05-11 23:42   ` Ben Hutchings
2012-05-12  0:35     ` Jonathan Nieder
2012-05-12  0:46       ` Ben Hutchings
2012-05-09  5:50 ` [ 019/167] [PATCH] [media] rc-core: set mode for winbond-cir Ben Hutchings
2012-05-09  5:50 ` [ 020/167] [PATCH] [media] drxk: Does not unlock mutex if sanity check failed in scu_command() Ben Hutchings
2012-05-09  5:50 ` [ 021/167] [PATCH] cfg80211: fix interface combinations check Ben Hutchings
2012-05-09  5:50 ` [ 022/167] Fix modpost failures in fedora 17 Ben Hutchings
2012-05-09  5:50 ` [ 023/167] [PATCH] mm: fix s390 BUG by __set_page_dirty_no_writeback on swap Ben Hutchings
2012-05-09  5:50 ` [ 024/167] [PATCH] md: dont call ->add_disk unless there is good reason Ben Hutchings
2012-05-09  6:57   ` Jonathan Nieder
2012-05-09  7:20     ` NeilBrown
2012-05-09 12:34       ` Ben Hutchings
2012-05-09  5:50 ` [ 025/167] [PATCH] md: fix possible corruption of array metadata on shutdown Ben Hutchings
2012-05-09  5:50 ` [ 026/167] [PATCH] jbd2: use GFP_NOFS for blkdev_issue_flush Ben Hutchings
2012-05-09  5:50 ` [ 027/167] [PATCH] USB: serial: cp210x: Fixed usb_control_msg timeout values Ben Hutchings
2012-05-09  5:50 ` [ 028/167] [PATCH] pch_uart: Fix dma channel unallocated issue Ben Hutchings
2012-05-09  5:50 ` [ 029/167] [PATCH] drivers/tty/amiserial.c: add missing tty_unlock Ben Hutchings
2012-05-09  5:50 ` [ 030/167] [PATCH] USB: sierra: avoid QMI/wwan interface on MC77xx Ben Hutchings
2012-05-09  5:51 ` [ 031/167] [PATCH] EHCI: fix criterion for resuming the root hub Ben Hutchings
2012-05-09  5:51 ` [ 032/167] [PATCH] EHCI: always clear the STS_FLR status bit Ben Hutchings
2012-05-09  5:51 ` [ 033/167] [PATCH] USB: fix deadlock in bConfigurationValue attribute method Ben Hutchings
2012-05-09  5:51 ` [ 034/167] [PATCH] usb: gadget: udc-core: stop UDC on device-initiated disconnect Ben Hutchings
2012-05-09 19:19   ` Herton Ronaldo Krzesinski
2012-05-11  3:04     ` Ben Hutchings
2012-05-09  5:51 ` [ 035/167] [PATCH] usb: gadget: udc-core: fix asymmetric calls in remove_driver Ben Hutchings
2012-05-09 19:25   ` Herton Ronaldo Krzesinski
2012-05-09  5:51 ` [ 036/167] [PATCH] usb: gadget: eliminate NULL pointer dereference (bugfix) Ben Hutchings
2012-05-09  5:51 ` [ 037/167] [PATCH] usb: musb: omap: fix crash when musb glue (omap) gets initialized Ben Hutchings
2012-05-09  5:51 ` [ 038/167] [PATCH] usb: musb: omap: fix the error check for pm_runtime_get_sync Ben Hutchings
2012-05-09  5:51 ` [ 039/167] [PATCH] PCI: Add quirk for still enabled interrupts on Intel Sandy Bridge GPUs Ben Hutchings
2012-05-09  5:51 ` [ 040/167] [PATCH] ext4: fix endianness breakage in ext4_split_extent_at() Ben Hutchings
2012-05-09  5:51 ` [ 041/167] KVM: unmap pages from the iommu when slots are removed Ben Hutchings
2012-05-09  5:51 ` [ 042/167] [PATCH] dell-laptop: add 3 machines that has touchpad LED Ben Hutchings
2012-05-09  5:51 ` [ 043/167] [PATCH] dell-laptop: touchpad LED should persist its status after S3 Ben Hutchings
2012-05-09  5:51 ` [ 044/167] [PATCH] Bluetooth: Add support for Atheros [04ca:3005] Ben Hutchings
2012-05-09  5:51 ` [ 045/167] Dont limit non-nested epoll paths Ben Hutchings
2012-05-09  5:51 ` [ 046/167] [PATCH] spi: Fix device unregistration when unregistering the bus master Ben Hutchings
2012-05-09 19:33   ` Herton Ronaldo Krzesinski
2012-05-11  3:15     ` Ben Hutchings
2012-05-11 22:23       ` Herton Ronaldo Krzesinski
2012-05-09  5:51 ` [ 047/167] [PATCH] rt2800: Add support for the Fujitsu Stylistic Q550 Ben Hutchings
2012-05-09  5:51 ` [ 048/167] [PATCH] rt2x00: Identify rt2800usb chipsets Ben Hutchings
2012-05-09  5:51 ` [ 049/167] nfsd: fix b0rken error value for setattr on read-only mount Ben Hutchings
2012-05-09  5:51 ` [ 050/167] [PATCH] nfsd: fix error values returned by nfsd4_lockt() when nfsd_open() fails Ben Hutchings
2012-05-09  5:51 ` [ 051/167] nfsd: fix endianness breakage in TEST_STATEID handling Ben Hutchings
2012-05-09  5:51 ` [ 052/167] [PATCH] nfsd: fix compose_entry_fh() failure exits Ben Hutchings
2012-05-09  5:51 ` [ 053/167] [PATCH] btrfs: btrfs_root_readonly() broken on big-endian Ben Hutchings
2012-05-09  5:51 ` [ 054/167] [PATCH 1/4] ocfs2: ->l_next_free_req breakage " Ben Hutchings
2012-05-09  5:51 ` [ 055/167] [PATCH 2/4] ocfs: ->rl_used " Ben Hutchings
2012-05-09  5:51 ` [ 056/167] [PATCH 3/4] ocfs2: ->rl_count endianness breakage Ben Hutchings
2012-05-09  5:51 ` [ 057/167] [PATCH 4/4] ocfs2: ->e_leaf_clusters " Ben Hutchings
2012-05-09  5:51 ` [ 058/167] [PATCH] lockd: fix the endianness bug Ben Hutchings
2012-05-09  5:51 ` [ 059/167] [PATCH] usb: dwc3: ep0: increment "actual" on bounced ep0 case Ben Hutchings
2012-05-09  5:51 ` [ 060/167] [PATCH 01/26] net: fix /proc/net/dev regression Ben Hutchings
2012-05-09  5:51 ` [ 061/167] [PATCH] nfsd: dont fail unchecked creates of non-special files Ben Hutchings
2012-05-09  7:07   ` Jonathan Nieder
2012-05-09 12:36     ` Ben Hutchings
2012-05-10 16:37       ` Greg Kroah-Hartman
2012-05-09  5:51 ` [ 062/167] [PATCH 02/26] ppp: Dont stop and restart queue on every TX packet Ben Hutchings
2012-05-09  5:51 ` [ 063/167] [PATCH 03/26] tcp: allow splice() to build full TSO packets Ben Hutchings
2012-05-09  5:51 ` [ 064/167] [PATCH 04/26] sctp: Allow struct sctp_event_subscribe to grow without breaking binaries Ben Hutchings
2012-05-09  5:51 ` [ 065/167] [PATCH 05/26] bridge: Do not send queries on multicast group leaves Ben Hutchings
2012-05-09  5:51 ` [ 066/167] [PATCH 06/26] ipv6: fix array index in ip6_mc_add_src() Ben Hutchings
2012-05-09  5:51 ` [ 067/167] [PATCH 07/26] phonet: Check input from user before allocating Ben Hutchings
2012-05-09  5:51 ` [ 068/167] [PATCH 08/26] bonding: properly unset current_arp_slave on slave link up Ben Hutchings
2012-05-09  5:51 ` [ 069/167] [PATCH 09/26] wimax: i2400m - prevent a possible kernel bug due to missing fw_name string Ben Hutchings
2012-05-09  5:51 ` [ 070/167] [PATCH 10/26] netlink: fix races after skb queueing Ben Hutchings
2012-05-09  5:51 ` [ 071/167] [PATCH 11/26] net: fix a race in sock_queue_err_skb() Ben Hutchings
2012-05-09  5:51 ` [ 072/167] [PATCH 12/26] tcp: fix tcp_rcv_rtt_update() use of an unscaled RTT sample Ben Hutchings
2012-05-09  5:51 ` [ 073/167] [PATCH 13/26] net: allow pskb_expand_head() to get maximum tailroom Ben Hutchings
2012-05-09  5:51 ` [ 074/167] [PATCH 14/26] tcp: fix tcp_trim_head() Ben Hutchings
2012-05-09  8:16   ` Jonathan Nieder
2012-05-11  3:00     ` Ben Hutchings
2012-05-11  3:07       ` David Miller
2012-05-09  5:51 ` [ 075/167] [PATCH 15/26] tcp: avoid order-1 allocations on wifi and tx path Ben Hutchings
2012-05-09  8:19   ` Jonathan Nieder
2012-05-09  5:51 ` [ 076/167] [PATCH 16/26] atl1: fix kernel panic in case of DMA errors Ben Hutchings
2012-05-09  5:51 ` [ 077/167] [PATCH 17/26] 8139cp: set intr mask after its handler is registered Ben Hutchings
2012-05-09  5:51 ` [ 078/167] [PATCH 18/26] net: smsc911x: fix skb handling in receive path Ben Hutchings
2012-05-09  5:51 ` [ 079/167] [PATCH 19/26] net/ethernet: ks8851_mll fix rx frame buffer overflow Ben Hutchings
2012-05-09  5:51 ` [ 080/167] [PATCH 20/26] net_sched: gred: Fix oops in gred_dump() in WRED mode Ben Hutchings
2012-05-09  5:51 ` [ 081/167] [PATCH 21/26] net: usb: smsc75xx: fix mtu Ben Hutchings
2012-05-09  5:51 ` [ 082/167] [PATCH] dummy: Add ndo_uninit() Ben Hutchings
2012-05-09  5:51 ` [ 083/167] [PATCH 22/26] tcp: fix tcp_grow_window() for large incoming frames Ben Hutchings
2012-05-09  5:51 ` [ 084/167] [PATCH 23/26] netns: do not leak net_generic data on failed init Ben Hutchings
2012-05-09  5:51 ` [ 085/167] [PATCH 24/26] ksz884x: dont copy too much in netdev_set_mac_address() Ben Hutchings
2012-05-09  5:51 ` [ 086/167] [PATCH 25/26] net ax25: Reorder ax25_exit to remove races Ben Hutchings
2012-05-09  5:51 ` [ 087/167] [PATCH 26/26] tcp: fix TCP_MAXSEG for established IPv6 passive sockets Ben Hutchings
2012-05-09  5:51 ` [ 088/167] [PATCH] nfs: Enclose hostname in brackets when needed in nfs_do_root_mount Ben Hutchings
2012-05-09  5:51 ` [ 089/167] [PATCH] NFSv4: Ensure that the LOCK code sets exception->inode Ben Hutchings
2012-05-09  5:51 ` [ 090/167] [PATCH] NFSv4: Ensure that we check lock exclusive/shared type against open modes Ben Hutchings
2012-05-09  5:52 ` [ 091/167] [PATCH] NFS: put open context on error in nfs_pagein_multi Ben Hutchings
2012-05-09  5:52 ` [ 092/167] [PATCH] NFS: put open context on error in nfs_flush_multi Ben Hutchings
2012-05-09  5:52 ` [ 093/167] [PATCH] x86, microcode: Fix sysfs warning during module unload on unsupported CPUs Ben Hutchings
2012-05-09  5:52 ` [ 094/167] [PATCH] x86, apic: APIC code touches invalid MSR on P5 class machines Ben Hutchings
2012-05-09  5:52 ` [ 095/167] [PATCH] Revert "autofs: work around unhappy compat problem on x86-64" Ben Hutchings
2012-05-09  5:52 ` [ 096/167] [PATCH] xen: correctly check for pending events when restoring irq flags Ben Hutchings
2012-05-09  5:52 ` [ 097/167] [PATCH] xen/smp: Fix crash when booting with ACPI hotplug CPUs Ben Hutchings
2012-05-09  5:52 ` [ 098/167] [PATCH] ASoC: dapm: Ensure power gets managed for line widgets Ben Hutchings
2012-05-09  5:52 ` [ 099/167] [PATCH] ASoC: wm8994: Improve sequencing of AIF channel enables Ben Hutchings
2012-05-09  5:52 ` [ 100/167] [PATCH] dmaengine: at_hdmac: remove clear-on-read in atc_dostart() Ben Hutchings
2012-05-09  5:52 ` [ 101/167] [PATCH] sched: Fix OOPS when build_sched_domains() percpu allocation fails Ben Hutchings
2012-05-09  5:52 ` [ 102/167] [PATCH] tracing: Fix stacktrace of latency tracers (irqsoff and friends) Ben Hutchings
2012-05-09  5:52 ` [ 103/167] [PATCH] hwmon: fam15h_power: fix bogus values with current BIOSes Ben Hutchings
2012-05-09  5:52 ` [ 104/167] [PATCH] hwmon: (fam15h_power) Fix pci_device_id array Ben Hutchings
2012-05-09  5:52 ` [ 105/167] [PATCH] dell-laptop: Terminate quirks list properly Ben Hutchings
2012-05-09  5:52 ` [ 106/167] [PATCH] drm/radeon/kms: need to set up ss on DP bridges as well Ben Hutchings
2012-05-09  5:52 ` [ 107/167] [PATCH] drm/i915: handle input/output sdvo timings separately in mode_set Ben Hutchings
2012-05-09  5:52 ` [ 108/167] [PATCH] drm/i915: relative_constants_mode race fix Ben Hutchings
2012-05-09  5:52 ` [ 109/167] [PATCH] drm/i915: Force sync command ordering (Gen6+) Ben Hutchings
2012-05-09  5:52 ` [ 110/167] [PATCH] drm/i915: Set the Stencil Cache eviction policy to non-LRA mode Ben Hutchings
2012-05-09  5:52 ` [ 111/167] [PATCH] drm/i915: fix integer overflow in i915_gem_execbuffer2() Ben Hutchings
2012-05-09  5:52 ` [ 112/167] [PATCH] drm/i915: fix integer overflow in i915_gem_do_execbuffer() Ben Hutchings
2012-05-09  5:52 ` [ 113/167] nl80211: ensure interface is up in various APIs Ben Hutchings
2012-05-09  5:52 ` Ben Hutchings [this message]
2012-05-09  5:52 ` [ 115/167] [PATCH] USB: cdc-wdm: fix race leading leading to memory corruption Ben Hutchings
2012-05-09  5:52 ` [ 116/167] [PATCH] USB: EHCI: fix crash during suspend on ASUS computers Ben Hutchings
2012-05-09  6:25   ` Oleksij Rempel
2012-05-09 14:20     ` Greg Kroah-Hartman
2012-05-09  5:52 ` [ 117/167] [PATCH] USB: gadget: storage gadgets send wrong error code for unknown commands Ben Hutchings
2012-05-09  5:52 ` [ 118/167] [PATCH] usb: gadget: dummy: do not call pullup() on udc_stop() Ben Hutchings
2012-05-09  5:52 ` [ 119/167] [PATCH] usb gadget: uvc: uvc_request_data::length field must be signed Ben Hutchings
2012-05-09  5:52 ` [ 120/167] [PATCH] pipes: add a "packetized pipe" mode for writing Ben Hutchings
2012-05-09  5:52 ` [ 121/167] [PATCH] autofs: make the autofsv5 packet file descriptor use a packetized pipe Ben Hutchings
2012-05-09  5:52 ` [ 122/167] [PATCH] ARM: 7396/1: errata: only handle ARM erratum #326103 on affected cores Ben Hutchings
2012-05-09  5:52 ` [ 123/167] [PATCH] ARM: 7397/1: l2x0: only apply workaround for erratum #753970 on PL310 Ben Hutchings
2012-05-09  5:52 ` [ 124/167] [PATCH] ARM: 7398/1: l2x0: only write to debug registers " Ben Hutchings
2012-05-09  5:52 ` [ 125/167] [PATCH] ARM: 7403/1: tls: remove covert channel via TPIDRURW Ben Hutchings
2012-05-09  5:52 ` [ 126/167] [PATCH] ARM: 7406/1: hotplug: copy the affinity mask when forcefully migrating IRQs Ben Hutchings
2012-05-09  5:52 ` [ 127/167] [PATCH] [SCSI] libsas: fix sas_find_bcast_phy() in the presence of vacant phys Ben Hutchings
2012-05-09  5:52 ` [ 128/167] [PATCH] [SCSI] libsas: fix false positive device attached conditions Ben Hutchings
2012-05-09  5:52 ` [ 129/167] [PATCH] efi: Add new variable attributes Ben Hutchings
2012-05-09  5:52 ` [ 130/167] [PATCH] efi: Validate UEFI boot variables Ben Hutchings
2012-05-09  5:52 ` [ 131/167] [PATCH] PM / Hibernate: fix the number of pages used for hibernate/thaw buffering Ben Hutchings
2012-05-09  5:52 ` [ 132/167] [PATCH] drm/i915: enable dip before writing data on gen4 Ben Hutchings
2012-05-09  5:52 ` [ 133/167] [PATCH] sched: Fix nohz load accounting -- again! Ben Hutchings
2012-05-09  5:52 ` [ 134/167] [PATCH] efivars: Improve variable validation Ben Hutchings
2012-05-09  5:52 ` [ 135/167] [PATCH] fs/cifs: fix parsing of dfs referrals Ben Hutchings
2012-05-09  5:52 ` [ 136/167] [PATCH] Fix __read_seqcount_begin() to use ACCESS_ONCE for sequence value read Ben Hutchings
2012-05-09  5:52 ` [ 137/167] [PATCH] hwmon: (coretemp) Increase CPU core limit Ben Hutchings
2012-05-09  5:52 ` [ 138/167] [PATCH] nouveau: initialise has_optimus variable Ben Hutchings
2012-05-09  5:52 ` [ 139/167] [PATCH] hwmon: (coretemp) fix oops on cpu unplug Ben Hutchings
2012-05-09  5:52 ` [ 140/167] [PATCH] libata: skip old error history when counting probe trials Ben Hutchings
2012-05-09  5:52 ` [ 141/167] [PATCH] b43: only reload config after successful initialization Ben Hutchings
2012-05-09  5:52 ` [ 142/167] [PATCH] i2c: pnx: Disable clk in suspend Ben Hutchings
2012-05-09  5:52 ` [ 143/167] [PATCH] ipw2200: Fix race condition in the command completion acknowledge Ben Hutchings
2012-05-09  5:52 ` [ 144/167] [PATCH] mac80211: fix AP mode EAP tx for VLAN stations Ben Hutchings
2012-05-09  5:52 ` [ 145/167] [PATCH] rtlwifi: Fix oops on unload Ben Hutchings
2012-05-09  5:52 ` [ 146/167] [PATCH] wl1251: fix crash on remove due to premature kfree Ben Hutchings
2012-05-09  5:52 ` [ 147/167] [PATCH] wl1251: fix crash on remove due to leftover work item Ben Hutchings
2012-05-09  5:52 ` [ 148/167] [PATCH] iwlwifi: do not nulify ctx->vif on reset Ben Hutchings
2012-05-09  5:52 ` [ 149/167] [PATCH] iwlwifi: fix hardware queue programming Ben Hutchings
2012-05-09  5:52 ` [ 150/167] [PATCH] hfsplus: Fix potential buffer overflows Ben Hutchings
2012-05-09  5:53 ` [ 151/167] [PATCH] ASoC: tlv312aic23: unbreak resume Ben Hutchings
2012-05-09  5:53 ` [ 152/167] [PATCH] asm-generic: Use __BITS_PER_LONG in statfs.h Ben Hutchings
2012-05-09  5:53 ` [ 153/167] [PATCH] x86, relocs: Remove an unused variable Ben Hutchings
2012-05-09  6:16   ` Jonathan Nieder
2012-05-09  5:53 ` [ 154/167] [PATCH] ARM: 7410/1: Add extra clobber registers for assembly in kernel_execve Ben Hutchings
2012-05-09  5:53 ` [ 155/167] [PATCH] ARM: 7414/1: SMP: prevent use of the console when using idmap_pgd Ben Hutchings
2012-05-09  5:53 ` [ 156/167] [PATCH] drm/i915: disable sdvo hotplug on i945g/gm Ben Hutchings
2012-05-09  5:53 ` [ 157/167] [PATCH] drm/i915: Do no set Stencil Cache eviction LRA w/a on gen7+ Ben Hutchings
2012-05-09  5:53 ` [ 158/167] [PATCH] xen/pte: Fix crashes when trying to see non-existent PGD/PMD/PUD/PTEs Ben Hutchings
2012-05-09  5:53 ` [ 159/167] [PATCH] xen/pci: dont use PCI BIOS service for configuration space accesses Ben Hutchings
2012-05-09  5:53 ` [ 160/167] [PATCH] percpu, x86: dont use PMD_SIZE as embedded atom_size on 32bit Ben Hutchings
2012-05-09  5:53 ` [ 161/167] [PATCH] iwlagn: allow up to uCode API 6 for 6000 devices Ben Hutchings
2012-05-09  5:53 ` [ 162/167] [PATCH] iwlwifi: use correct released ucode version Ben Hutchings
2012-05-09  5:53 ` [ 163/167] [PATCH] iwlwifi: use 6000G2B for 6030 device series Ben Hutchings
2012-05-09  5:53 ` [ 164/167] [PATCH] exit_signal: simplify the "we have changed execution domain" logic Ben Hutchings
2012-05-09  5:53 ` [ 165/167] [PATCH] exit_signal: fix the "parent has changed security " Ben Hutchings
2012-05-09  5:53 ` [ 166/167] [PATCH] staging: r8712u: Fix regression caused by commit 8c213fa Ben Hutchings
2012-05-09 19:49   ` Herton Ronaldo Krzesinski
2012-05-11  3:21     ` Ben Hutchings
2012-05-11 16:28       ` Larry Finger
2012-05-09  5:53 ` [ 167/167] [PATCH] smsc95xx: mark link down on startup and let PHY interrupt deal with carrier changes Ben Hutchings

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=20120509055045.438785147@decadent.org.uk \
    --to=ben@decadent.org.uk \
    --cc=akpm@linux-foundation.org \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=david.henningsson@canonical.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=stable@vger.kernel.org \
    --cc=tiwai@suse.de \
    --cc=torvalds@linux-foundation.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;
as well as URLs for NNTP newsgroup(s).