debian/patches: Add DEP-5 headers (From, Subject, Forwarded/Origin) for most patches

svn path=/dists/trunk/linux/; revision=20303
This commit is contained in:
Ben Hutchings 2013-07-01 01:12:30 +00:00
parent cf9f72584f
commit a541a240b5
58 changed files with 168 additions and 56 deletions

2
debian/changelog vendored
View File

@ -1,6 +1,8 @@
linux (3.10~rc7-1~exp2) UNRELEASED; urgency=low
* cassini: Make missing firmware non-fatal (Closes: #714128)
* debian/patches: Add DEP-5 headers (From, Subject, Forwarded/Origin)
for most patches
-- Ben Hutchings <ben@decadent.org.uk> Mon, 01 Jul 2013 00:58:08 +0100

View File

@ -1,6 +1,7 @@
From: Ben Hutchings <ben@decadent.org.uk>
Subject: ath6kl: Do not use virt_addr_valid()
Date: Sun, 06 Jan 2013 05:54:24 +0000
Forwarded: no
virt_addr_valid() doesn't seem to be meant for drivers to use, and
currently cannot be used from modules on MIPS:

View File

@ -2,6 +2,7 @@ From: Ben Hutchings <ben@decadent.org.uk>
Date: Sun, 28 Nov 2010 23:46:46 +0000
Subject: [PATCH] dm: Deal with merge_bvec_fn in component devices better
Bug-Debian: http://bugs.debian.org/604457
Forwarded: no
This is analogous to commit 627a2d3c29427637f4c5d31ccc7fcbd8d312cd71,
which does the same for md-devices at the top of the stack. The

View File

@ -1,6 +1,7 @@
From: Ben Hutchings <ben@decadent.org.uk>
Subject: firmware: Remove redundant log messages from drivers
Date: Sun, 09 Dec 2012 16:40:31 +0000
Forwarded: no
Now that firmware_class logs every success and failure consistently,
many other log messages can be removed from drivers.

View File

@ -1,6 +1,7 @@
From: Ben Hutchings <ben@decadent.org.uk>
Subject: firmware_class: Log every success and failure against given device
Date: Sun, 09 Dec 2012 16:02:00 +0000
Forwarded: no
The hundreds of users of request_firmware() have nearly as many
different log formats for reporting failures. They also have only the

View File

@ -1,7 +1,7 @@
From 09010dbb9b7e3554dbc4335076f6483f7eb2fefd Mon Sep 17 00:00:00 2001
From: Ben Hutchings <ben@decadent.org.uk>
Date: Mon, 24 Jun 2013 05:28:00 +0100
Subject: [PATCH] misc/bmp085: Enable building as a module
Subject: misc/bmp085: Enable building as a module
Forwarded: http://thread.gmane.org/gmane.linux.kernel/1514281
Commit 985087dbcb02 'misc: add support for bmp18x chips to the bmp085
driver' changed the BMP085 config symbol to a boolean. I see no

View File

@ -1,15 +1,22 @@
i2c-imx: allow autoloading on according to dt ids
From: "Arnaud Patard \\(Rtp\\)" <arnaud.patard@rtp-net.org>
Date: Thu, 20 Jun 2013 23:07:06 +0200
Subject: i2c: imx: allow autoloading on dt ids
[ not yet sent upstream ]
commit 2f641a8bdb1b808b9bf1d0ca7d169d199aaf6ff4 upstream.
Allow udev to autoload the module when booting with device-tree
Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Index: linux/drivers/i2c/busses/i2c-imx.c
===================================================================
--- linux.orig/drivers/i2c/busses/i2c-imx.c 2013-04-29 02:36:01.000000000 +0200
+++ linux/drivers/i2c/busses/i2c-imx.c 2013-05-16 08:56:06.000000000 +0200
@@ -148,6 +148,7 @@ static const struct of_device_id i2c_imx
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
---
drivers/i2c/busses/i2c-imx.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/i2c/busses/i2c-imx.c b/drivers/i2c/busses/i2c-imx.c
index 6406aa9..e242797 100644
--- a/drivers/i2c/busses/i2c-imx.c
+++ b/drivers/i2c/busses/i2c-imx.c
@@ -147,6 +147,7 @@ static const struct of_device_id i2c_imx_dt_ids[] = {
{ .compatible = "fsl,imx21-i2c", .data = &imx_i2c_devtype[IMX21_I2C], },
{ /* sentinel */ }
};

View File

@ -1,4 +1,6 @@
imx-sgtl5000: return E_PROBE_DEFER if ssi/codec not found
From: Arnaud Patard <arnaud.patard@rtp-net.org>
Subject: imx-sgtl5000: return E_PROBE_DEFER if ssi/codec not found
Forwarded: http://thread.gmane.org/gmane.linux.alsa.devel/109469
If the ssi or codec drivers are not loaded (for instance, because spi or i2c
bus drivers are not loaded), returning -EINVAL will for people to unload and

View File

@ -1,4 +1,6 @@
Try to fix mvneta when compiled as module
From: Arnaud Patard <arnaud.patard@rtp-net.org>
Subject: Try to fix mvneta when compiled as module
Forwarded: http://thread.gmane.org/gmane.linux.network/273997
- set "sgmii serdes configuration" register to magical value
- enable clock earlier

View File

@ -1,4 +1,6 @@
drivers/usb/musb/Kconfig: remove the 'Glue Layer' choice.
From: Arnaud Patard <arnaud.patard@rtp-net.org>
Subject: drivers/usb/musb/Kconfig: remove the 'Glue Layer' choice.
Forwarded: no
In the config.omap configuration, we're setting CONFIG_USB_MUSB_OMAP2PLUS
to 'y' but after running the script to create our configuration file, it's

View File

@ -1,6 +1,7 @@
From: Martin Michlmayr <tbm@cyrius.com>
Date: Sat, 19 Jan 2008 18:25:02 +0000
Subject: [arm, mips] Disable Advansys
Forwarded: http://thread.gmane.org/gmane.linux.scsi/57291
Florian Lohoff <flo@rfc822.org> reports the following build failure on IP32:

View File

@ -2,6 +2,7 @@ From: Ben Hutchings <ben@decadent.org.uk>
Subject: Fix console selection in PowerPC LPAR environment
Date: Tue, 27 Sep 2011 06:04:39 +0100
Bug-Debian: http://bugs.debian.org/492703
Forwarded: no
Do not override the preferred console set through the kernel parameter.

View File

@ -2,6 +2,7 @@ From: Ben Hutchings <ben@decadent.org.uk>
Date: Sat, 20 Apr 2013 15:52:02 +0100
Subject: viafb: Autoload on OLPC XO 1.5 only
Bug-Debian: http://bugs.debian.org/705788
Forwarded: no
It appears that viafb won't work automatically on all the boards for
which it has a PCI device ID match. Currently, it is blacklisted by

View File

@ -1,3 +1,7 @@
From: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Bug-Debian: http://bugs.debian.org/569034
Forwarded: no
--- a/arch/sh/Makefile
+++ b/arch/sh/Makefile
@@ -75,7 +75,6 @@

View File

@ -1,6 +1,7 @@
From: Ben Hutchings <ben@decadent.org.uk>
Subject: ast: Disable autoload
Date: Mon, 24 Dec 2012 00:05:07 +0000
Forwarded: not-needed
This kernel driver is incompatible with older versions of
xserver-xorg-video-ast, so do not autoload it yet. It will

View File

@ -1,6 +1,7 @@
From: Ben Hutchings <ben@decadent.org.uk>
Subject: cdc_ncm,cdc_mbim: Use NCM by default
Date: Sun, 31 Mar 2013 03:58:04 +0100
Forwarded: not-needed
Devices that support both NCM and MBIM modes should be kept in NCM
mode unless there is userland support for MBIM.

View File

@ -1,6 +1,6 @@
From: Ben Hutchings <ben@decadent.org.uk>
Subject: [PATCH 2/2] cgroups: Document the Debian memory resource controller
config change
Subject: cgroups: Document the Debian memory resource controller config change
Forwarded: not-needed
---
--- a/Documentation/cgroups/memory.txt

View File

@ -1,5 +1,6 @@
From: Ben Hutchings <ben@decadent.org.uk>
Subject: cirrus: Disable by default
Forwarded: not-needed
Current Debian userland is not compatible with this driver, so set
modeset=0 by default (making module init fail).

View File

@ -1,3 +1,8 @@
From: Ben Hutchings <ben@decadent.org.uk>
Date: Mon, 13 Apr 2009 17:34:00 +0100
Subject: Remove microcode patches for mgsuvd (not enabled in Debian configs)
Forwarded: not-needed
diff --git a/arch/powerpc/platforms/8xx/Kconfig b/arch/powerpc/platforms/8xx/Kconfig
index 48a920a..81570b6 100644
--- a/arch/powerpc/platforms/8xx/Kconfig

View File

@ -1,6 +1,7 @@
From: Ben Hutchings <ben@decadent.org.uk>
Date: Mon, 17 Aug 2009 02:45:41 +0100
Subject: dvb-usb-af9005: mark as broken
Forwarded: not-needed
--- a/drivers/media/usb/dvb-usb/Kconfig
+++ b/drivers/media/usb/dvb-usb/Kconfig

View File

@ -1,3 +1,8 @@
From: Frederik Schüler <fs@debian.org>
Date: Fri, 05 Jan 2007 15:55:24 +0000
Subject: Add removal patches for: 3c359, smctr, keyspan, cops
Forwarded: not-needed
diff -ruN a/drivers/net/appletalk/Kconfig b/drivers/net/appletalk/Kconfig
--- a/drivers/net/appletalk/Kconfig 2006-11-29 21:57:37.000000000 +0000
+++ b/drivers/net/appletalk/Kconfig 2007-01-05 15:34:44.000000000 +0000

View File

@ -1,3 +1,10 @@
From: maximilian attems <maks@debian.org>
Date: Fri, 19 Feb 2010 11:33:26 +0000
Subject: disble 2 staging drivers upfront
Forwarded: not-needed
broken not using request_firmware()
--- a/drivers/staging/wlags49_h2/Kconfig
+++ b/drivers/staging/wlags49_h2/Kconfig
@@ -1,6 +1,7 @@

View File

@ -1,3 +1,10 @@
From: maximilian attems <maks@debian.org>
Date: Fri, 19 Feb 2010 11:33:26 +0000
Subject: disble 2 staging drivers upfront
Forwarded: not-needed
broken not using request_firmware()
--- a/drivers/staging/wlags49_h25/Kconfig
+++ b/drivers/staging/wlags49_h25/Kconfig
@@ -1,6 +1,7 @@

View File

@ -1,3 +1,11 @@
From: Ben Hutchings <ben@decadent.org.uk>
Date: Tue, 15 Mar 2011 04:48:15 +0000
Subject: Remove the entire firmware directory
Forwarded: no
Some of this is DFSG-free, but it has been moved to firmware-free so
we don't need it in linux-2.6 as well.
diff --git a/Makefile b/Makefile
index d6592b6..9afac11 100644
--- a/Makefile

View File

@ -1,3 +1,11 @@
From: Ben Hutchings <ben@decadent.org.uk>
Date: Thu, 01 Dec 2011 15:13:37 +0000
Subject: rtl8192e: Remove firmware again
Forwarded: no
Larry Finger imported a new version of this driver into staging.
Damn the regressions, let's have new crap!
diff --git a/drivers/staging/rtl8192e/rtl8192e/r8192E_firmware.c b/drivers/staging/rtl8192e/rtl8192e/r8192E_firmware.c
index 3771985..b073208 100644
--- a/drivers/staging/rtl8192e/rtl8192e/r8192E_firmware.c

View File

@ -1,3 +1,8 @@
From: Bastian Blank <waldi@debian.org>
Subject: Drop files from sound/pci
Date: Sat, 15 Sep 2007 20:18:32 +0100
Forwarded: not-needed
--- a/sound/pci/Kconfig
+++ b/sound/pci/Kconfig
@@ -229,4 +229,5 @@ config SND_CS46XX

View File

@ -2,6 +2,7 @@ From: Ben Hutchings <ben@decadent.org.uk>
Date: Sat, 2 Jun 2012 19:53:38 +0100
Subject: video: Remove nvidiafb and rivafb
Bug-Debian: http://bugs.debian.org/383481
Forwarded: no
These drivers contain register programming code provided by the
hardware vendor that appears to have been deliberately obfuscated.

View File

@ -1,6 +1,7 @@
From: Ben Hutchings <ben@decadent.org.uk>
Date: Sun, 27 May 2012 01:56:58 +0100
Subject: vs6624: mark as broken
Forwarded: not-needed
--- a/drivers/media/i2c/Kconfig
+++ b/drivers/media/i2c/Kconfig

View File

@ -1,6 +1,7 @@
From: Bastian Blank <waldi@debian.org>
Subject: DocBook: Make Documentation/DocBook -j clean
Date: Tue, 14 Jun 2006 00:05:06 +0200
Forwarded: no
Two concurrent calls to cmd_db2man may attempt to compress manual
pages generated by each other. gzip can then fail due to an input

View File

@ -2,6 +2,7 @@ From: Ben Hutchings <ben@decadent.org.uk>
Subject: x86/efi: Autoload efivars
Date: Mon, 18 Mar 2013 22:59:14 +0000
Bug-Debian: http://bugs.debian.org/703363
Forwarded: no
efivars is generally useful to have on EFI systems, and in some cases
it may be impossible to load it after a kernel upgrade in order to

View File

@ -1,6 +1,7 @@
From: Ben Hutchings <ben@decadent.org.uk>
Subject: efivars: Remove check for 50% full on write
Date: Sat, 23 Mar 2013 02:18:42 +0000
Forwarded: no
On my EFI-booting system (AMI firmware/Asus board), the firmware does
not garbage-collect the variable store until it is rather more than

View File

@ -2,6 +2,7 @@ From: Ben Hutchings <ben@decadent.org.uk>
Subject: fs: Enable link security restrictions by default
Date: Fri, 02 Nov 2012 05:32:06 +0000
Bug-Debian: http://bugs.debian.org/609455
Forwarded: not-needed
This reverts commit 561ec64ae67ef25cac8d72bb9c4bfc955edfd415
('VFS: don't do protected {sym,hard}links by default').

View File

@ -1,6 +1,7 @@
From: Ian Campbell <ijc@hellion.org.uk>
Date: Thu, 17 Jan 2013 08:55:21 +0000
Subject: Tweak gitignore for Debian pkg-kernel using git svn.
Forwarded: no
--- a/.gitignore
+++ b/.gitignore

View File

@ -1,6 +1,7 @@
From: Ben Hutchings <ben@decadent.org.uk>
Subject: iwlwifi: Do not request unreleased firmware for IWL6000
Bug-Debian: http://bugs.debian.org/689416
Forwarded: no
The iwlwifi driver currently supports firmware API versions 4-6 for
these devices. It will request the file for the latest supported

View File

@ -1,6 +1,7 @@
From: Ben Hutchings <ben@decadent.org.uk>
Subject: mgag200: Disable autoload
Date: Mon, 24 Dec 2012 00:10:05 +0000
Forwarded: not-needed
This kernel driver is incompatible with older versions of
xserver-xorg-video-mga, so do not autoload it yet. It will have to be

View File

@ -5,6 +5,7 @@ Description: Prevent building uImage with missing mkimage
necessary, so we are omitting this step in the build process, Debian-specific.
Author: Roland Stigge <stigge@antcom.de>
Bug-Debian: http://bugs.debian.org/708094
Forwarded: not-needed
Index: linux-3.8.12/arch/powerpc/boot/Makefile
===================================================================

View File

@ -9,6 +9,7 @@ Bug-Debian: http://bugs.debian.org/632212
Bug-Debian: http://bugs.debian.org/637943
Bug-Debian: http://bugs.debian.org/649448
Bug-Debian: http://bugs.debian.org/697229
Forwarded: no
radeon requires firmware/microcode for the GPU in all chips, but for
newer chips (apparently R600 'Evergreen' onward) it also expects

View File

@ -1,6 +1,7 @@
From: Bastian Blank <waldi@debian.org>
Subject: Allow access to sensitive SysRq keys to be restricted by default
Date: Sun, 14 Feb 2010 16:11:35 +0100
Forwarded: no
Add a Kconfig variable to set the initial value of the Magic
SysRq mask (sysctl: kernel.sysrq).

View File

@ -1,6 +1,7 @@
From: Ben Hutchings <ben@decadent.org.uk>
Subject: udl: Disable autoload
Date: Sun, 23 Dec 2012 23:58:16 +0000
Forwarded: not-needed
This kernel driver is incompatible with older versions of
xserver-xorg-video-displaylink, so do not autoload it yet. It will

View File

@ -1,6 +1,7 @@
From: Ben Hutchings <ben@decadent.org.uk>
Subject: Include package version along with kernel release in stack traces
Date: Tue, 24 Jul 2012 03:13:10 +0100
Forwarded: not-needed
For distribution binary packages we assume
$DISTRIBUTION_OFFICIAL_BUILD, $DISTRIBUTOR and $DISTRIBUTION_VERSION

View File

@ -1,6 +1,8 @@
From: Ben Hutchings <ben@decadent.org.uk>
Date: Mon, 5 Dec 2011 04:00:58 +0000
Subject: [PATCH] x86: memtest: WARN if bad RAM found
Subject: x86: memtest: WARN if bad RAM found
Bug-Debian: http://bugs.debian.org/613321
Forwarded: http://thread.gmane.org/gmane.linux.kernel/1286471
Since this is not a particularly thorough test, if we find any bad
bits of RAM then there is a fair chance that there are other bad bits
@ -24,6 +26,3 @@ index 92faf3a..ac6bdaa 100644
printk(KERN_INFO " %016llx bad mem addr %010llx - %010llx reserved\n",
(unsigned long long) pattern,
(unsigned long long) start_bad,
--
1.7.7.3

View File

@ -1,7 +1,7 @@
From 9ea05ef9d1e272f17808838510f886d3138845b8 Mon Sep 17 00:00:00 2001
From: Ben Hutchings <ben@decadent.org.uk>
Date: Tue, 14 Sep 2010 04:33:34 +0100
Subject: [PATCH] Kbuild: kconfig: Verbose version of --listnewconfig
Subject: Kbuild: kconfig: Verbose version of --listnewconfig
Forwarded: http://thread.gmane.org/gmane.linux.kbuild.devel/5774
If the KBUILD_VERBOSE environment variable is set to non-zero, show
the default values of new symbols and not just their names.

View File

@ -2,6 +2,7 @@ From: Ben Hutchings <ben@decadent.org.uk>
Subject: AUFS_PROC_MAP is BROKEN
Date: Thu, 07 Feb 2013 05:02:18 +0000
Bug-Debian: http://bugs.debian.org/693332
Forwarded: not-needed
This config option depends on aufs3-proc_map.patch, which we don't apply.

View File

@ -1,5 +1,6 @@
From: Ben Hutchings <ben@decadent.org.uk>
Subject: [PATCH] aufs: mark as staging
Subject: aufs: mark as staging
Forwarded: not-needed
I really don't want to support this.

View File

@ -1,7 +1,7 @@
From: Ben Hutchings <ben@decadent.org.uk>
Date: Sun, 30 May 2010 22:43:38 +0100
Subject: [PATCH 1/2] cgroups: Allow memory cgroup support to be included but
disabled
Subject: cgroups: Allow memory cgroup support to be included but disabled
Forwarded: no
Memory cgroup support has some run-time overhead, so it's useful to
include it in a distribution kernel without enabling it by default.

View File

@ -2,6 +2,7 @@ From: Ben Hutchings <ben@decadent.org.uk>
Date: Mon, 18 Jun 2012 02:56:40 +0100
Subject: Partially revert "cpufreq: Add support for x86 cpuinfo auto loading
v4"
Forwarded: no
This reverts commit fa8031aefec0cf7ea6c2387c93610d99d9659aa2 in
drivers/cpufreq/e_powersaver.c only.

View File

@ -1,7 +1,7 @@
From 0b8d838ecaa0235000347c084d192aa30b76ae70 Mon Sep 17 00:00:00 2001
From: Ben Hutchings <ben@decadent.org.uk>
Date: Mon, 24 Aug 2009 23:19:58 +0100
Subject: [PATCH] af9005: Use request_firmware() to load register init script
Subject: af9005: Use request_firmware() to load register init script
Forwarded: no
Read the register init script from the Windows driver. This is sick
but should avoid the potential copyright infringement in distributing

View File

@ -1,5 +1,6 @@
From: Ben Hutchings <ben@decadent.org.uk>
Subject: cs46xx: Use request_firmware() for old DSP code
Forwarded: no
Based on work by Kalle Olavi Niemitalo <kon@iki.fi>.

View File

@ -1,15 +1,16 @@
From a47f7cb2f0dbe097b7c848aea05c3224bde07e3c Mon Sep 17 00:00:00 2001
From: Ian Campbell <ijc@hellion.org.uk>
Date: Mon, 26 Nov 2012 09:41:02 +0000
Subject: [PATCH] microcode_xen: Add support for AMD family >= 15h
Subject: microcode_xen: Add support for AMD family >= 15h
Origin: http://git.kernel.org/?p=linux/kernel/git/konrad/xen.git/commit?id=db18162b238275f4ef532c6c1f662116a83b6496
Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
---
arch/x86/kernel/microcode_xen.c | 8 ++++++--
arch/x86/kernel/microcode_xen.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/arch/x86/kernel/microcode_xen.c b/arch/x86/kernel/microcode_xen.c
index 9d2a06b..5fe87a6 100644
index 6a73957..9e50566 100644
--- a/arch/x86/kernel/microcode_xen.c
+++ b/arch/x86/kernel/microcode_xen.c
@@ -58,7 +58,7 @@ static int xen_microcode_update(int cpu)
@ -34,6 +35,3 @@ index 9d2a06b..5fe87a6 100644
break;
default:
--
1.7.10.4

View File

@ -1,7 +1,7 @@
From 7a02502f75547538eb4e99273f1fe2b8d797fbb3 Mon Sep 17 00:00:00 2001
From: Ian Campbell <ijc@hellion.org.uk>
Date: Wed, 16 Jan 2013 13:38:20 +0000
Subject: [PATCH] microcode_xen: update for changed core API
Subject: microcode_xen: update for changed core API
Forwarded: no
Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
---

View File

@ -1,10 +1,22 @@
http://git.kernel.org/?p=linux/kernel/git/konrad/xen.git;a=commitdiff;h=f6c958ff0d00ffbf1cdc8fcf2f2a82f06fbbb5f4
From: Ben Guthro <ben@guthro.net>
Date: Thu, 3 Nov 2011 11:06:56 -0400
Subject: x86/microcode: check proper return code.
Index: linux/arch/x86/kernel/microcode_xen.c
===================================================================
--- linux.orig/arch/x86/kernel/microcode_xen.c 2012-12-05 13:31:49.000000000 +0000
+++ linux/arch/x86/kernel/microcode_xen.c 2012-12-05 13:32:10.000000000 +0000
@@ -161,7 +161,7 @@
commit f6c958ff0d00ffbf1cdc8fcf2f2a82f06fbbb5f4 upstream.
After pulling in this change from your tree, I found the following bug,
when checking an enum value, which should be considered before inclusion:
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
---
arch/x86/kernel/microcode_xen.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/kernel/microcode_xen.c b/arch/x86/kernel/microcode_xen.c
index 9d2a06b..6a73957 100644
--- a/arch/x86/kernel/microcode_xen.c
+++ b/arch/x86/kernel/microcode_xen.c
@@ -157,7 +157,7 @@ static enum ucode_state xen_request_microcode_user(int cpu,
ret = UCODE_OK;
out:

View File

@ -1,7 +1,7 @@
From 23757fb5d6781bf945d21d1f5373aa71122cbea9 Mon Sep 17 00:00:00 2001
From: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Date: Fri, 27 Mar 2009 17:39:15 -0700
Subject: [PATCH] xen: add CPU microcode update driver
Subject: xen: add CPU microcode update driver
Origin: http://git.kernel.org/?p=linux/kernel/git/konrad/xen.git/commit?id=773aa13a09e3b1731b25886b5f0de366bf82bb97
Xen does all the hard work for us, including choosing the right update
method for this cpu type and actually doing it for all cpus. We just
@ -15,8 +15,6 @@ doing anything for cpu "0".
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
---
Takes from git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git#upstream/microcode
arch/x86/include/asm/microcode.h | 9 ++
arch/x86/kernel/Makefile | 1 +
arch/x86/kernel/microcode_core.c | 5 +-

View File

@ -1,8 +1,9 @@
From 8ed5da7959d5e6d3fcbdfafbacb58614499fb314 Mon Sep 17 00:00:00 2001
From: Michael Grzeschik <m.grzeschik@pengutronix.de>
Date: Thu, 11 Apr 2013 10:13:15 +0000
Subject: ARM: dts: imx: add imx5x usb clock DT lookups
commit 8ed5da7959d5e6d3fcbdfafbacb58614499fb314 upstream.
Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
---

View File

@ -1,8 +1,9 @@
From feb57438936827ce9faadd35f4835102b8fd0901 Mon Sep 17 00:00:00 2001
From: Michael Grzeschik <m.grzeschik@pengutronix.de>
Date: Thu, 11 Apr 2013 10:13:14 +0000
Subject: ARM: dts: imx: add imx5x usbmisc entries
commit feb57438936827ce9faadd35f4835102b8fd0901 upstream.
Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
---

View File

@ -1,8 +1,9 @@
From c9cb1ec6e2a15e744a6481cb14730a5812471e71 Mon Sep 17 00:00:00 2001
From: Michael Grzeschik <m.grzeschik@pengutronix.de>
Date: Thu, 11 Apr 2013 10:13:17 +0000
Subject: ARM: dts: imx: imx53-qsb.dts: enable usbotg and usbh1
commit c9cb1ec6e2a15e744a6481cb14730a5812471e71 upstream.
Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
---

View File

@ -1,8 +1,9 @@
From 972a8dd0c7ca37b70d4bf523018e32703937a829 Mon Sep 17 00:00:00 2001
From: Michael Grzeschik <m.grzeschik@pengutronix.de>
Date: Thu, 11 Apr 2013 10:13:16 +0000
Subject: ARM: dts: imx: use usb-nop-xceiv usbphy entries for imx5x
commit 972a8dd0c7ca37b70d4bf523018e32703937a829 upstream.
Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
---

View File

@ -1,4 +1,6 @@
imx53-qsb: enable usb power
From: Arnaud Patard <arnaud.patard@rtp-net.org>
Subject: imx53-qsb: enable usb power
Forwarded: no
Enable usb power pin by using a fixed regulator. With this and the usb clock
patch is making usb working on my loco.

View File

@ -1,16 +1,22 @@
usbmisc_imx: allow autoloading on according to dt ids
From: "Arnaud Patard (Rtp)" <arnaud.patard@rtp-net.org>
Date: Thu, 20 Jun 2013 23:33:25 +0200
Subject: usbmisc_imx: allow autoloading on according to dt ids
[ not yet sent upstream ]
commit 269b83dc9ce007efc4393e8a5b77f208a0e18e4a upstream.
Allow udev to autoload the module when booting with device-tree
Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
drivers/usb/chipidea/usbmisc_imx.c | 1 +
1 file changed, 1 insertion(+)
Index: linux/drivers/usb/chipidea/usbmisc_imx.c
===================================================================
--- linux.orig/drivers/usb/chipidea/usbmisc_imx.c 2013-05-16 00:46:35.000000000 +0200
+++ linux/drivers/usb/chipidea/usbmisc_imx.c 2013-05-16 09:00:12.000000000 +0200
@@ -175,6 +175,7 @@ static const struct of_device_id usbmisc
diff --git a/drivers/usb/chipidea/usbmisc_imx.c b/drivers/usb/chipidea/usbmisc_imx.c
index 588bae8..c912e7b 100644
--- a/drivers/usb/chipidea/usbmisc_imx.c
+++ b/drivers/usb/chipidea/usbmisc_imx.c
@@ -175,6 +175,7 @@ static const struct of_device_id usbmisc_imx_dt_ids[] = {
},
{ /* sentinel */ }
};