summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2013-12-02 15:19:50 +0000
committerPeter Robinson <pbrobinson@gmail.com>2013-12-02 15:19:50 +0000
commited6d07c3e0dbc1c7ae599ac05bd8ef7260715bc8 (patch)
treeeb83c4fd8d53aa62b6bb08ef11ebb172ddfe7085 /kernel.spec
parent34f3a246b513c95c6f26ebf5458abcfb0c619aa3 (diff)
downloadkernel-ed6d07c3e0dbc1c7ae599ac05bd8ef7260715bc8.tar.gz
kernel-ed6d07c3e0dbc1c7ae599ac05bd8ef7260715bc8.tar.xz
kernel-ed6d07c3e0dbc1c7ae599ac05bd8ef7260715bc8.zip
Add patch set for AM33xx BeagleBones
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec15
1 files changed, 14 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index 6debfd0f7..d0564f9f4 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -686,7 +686,14 @@ Patch21020: arm-tegra-usb-no-reset-linux33.patch
# ARM i.MX6
# http://www.spinics.net/lists/devicetree/msg08276.html
-Patch21030: arm-imx6-utilite.patch
+Patch21025: arm-imx6-utilite.patch
+
+# am33xx (BeagleBone)
+# https://github.com/beagleboard/kernel
+# Pulled primarily from the above git repo. First patch is all in arm-soc
+# scheduled for 3.13. The others should be landing via other trees
+Patch21030: arm-am33xx-arm-soc-upstream.patch
+Patch21031: arm-am33xx-bblack.patch
#rhbz 754518
Patch21235: scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch
@@ -1320,6 +1327,9 @@ ApplyPatch arm-omap-load-tfp410.patch
ApplyPatch arm-tegra-usb-no-reset-linux33.patch
ApplyPatch arm-imx6-utilite.patch
+ApplyPatch arm-am33xx-arm-soc-upstream.patch
+ApplyPatch arm-am33xx-bblack.patch
+
#
# bugfixes to drivers and filesystems
#
@@ -2301,6 +2311,9 @@ fi
# ||----w |
# || ||
%changelog
+* Mon Dec 2 2013 Peter Robinson <pbrobinson@fedoraproject.org>
+- Add patch set for AM33xx BeagleBones
+
* Mon Dec 02 2013 Josh Boyer <jwboyer@fedoraproject.org>
- Fix crash driver build and re-enable on s390x (from Dan Horák)