commit 222a09f740eb1f146465f5a324242f0ad1093608

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7806
This commit is contained in:
Michal Marek 2014-05-16 06:01:13 +00:00 committed by Git OBS Bridge
parent b24806937e
commit a172f58a9a
34 changed files with 65523 additions and 27 deletions

View File

@ -13,6 +13,8 @@
<package>kernel-default</package>
<package>kernel-desktop</package>
<package>kernel-ec2</package>
<package>kernel-exynos</package>
<package>kernel-lpae</package>
<package>kernel-pae</package>
<package>kernel-vanilla</package>
<package>kernel-xen</package>

View File

@ -34,11 +34,11 @@
+ppc64le ppc64le/vanilla
# ARM architectures
#+armv6hl armv6hl/default
#+armv7hl armv7hl/default
#+armv7hl armv7hl/lpae
#+armv7hl armv7hl/exynos
#+arm64 arm64/default
+armv6hl armv6hl/default
+armv7hl armv7hl/default
+armv7hl armv7hl/lpae
+armv7hl armv7hl/exynos
+arm64 arm64/default
+s390x s390x/default
+s390x s390x/vanilla

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a192ccb39b1f231363784e489a30fede0888881c5157d3ec98f198321bb1ed5f
size 228582
oid sha256:734bd8a22ea35b4012bc40defee0d4bb82d5d87e4e5c4d49f7d75f28b68c5806
size 264378

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu May 15 18:23:06 CEST 2014 - jdelvare@suse.de
- Update armv7hl/lpae config file: Enable SERIAL_TEGRA
Despite what the Kconfig text says, the serial-tegra driver works on
all Tegra platforms.
- commit 222a09f
-------------------------------------------------------------------
Wed May 14 12:01:16 CEST 2014 - jbeulich@suse.com
@ -109,6 +117,39 @@ Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
(bnc#871252 bnc#875690 CVE-2014-0196).
- commit f6299c2
-------------------------------------------------------------------
Tue Apr 29 18:00:21 CEST 2014 - guillaume.gardet@oliseo.fr
- Re-eanble ARM kernel in config.conf file and update all ARM configs:
* config/arm64/default:
- Add SATA/PATA support
- Add voltage and regulator support
* config/armv6hl/default:
- Add external I2C controllers
- Add usermode SPI driver
* config/armv7hl/default:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra support with MFD_NVEC and KEYBOARD_TEGRA
- Add OMAP4 video input support
- Add IR receiver
- Add iMX HDMI support
- Add Serial support for Tegra SoC
* config/armv7hl/exynos:
- Trivial update
* config/armv7hl/lpae:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Remove unused Terga20/Tegra30 SPI support
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra supprt with MFD_NVEC and KEYBOARD_TEGRA
- Add IR receiver
- Add iMX HDMI support
- commit fcd7b3d
-------------------------------------------------------------------
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
@ -129,6 +170,16 @@ Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
USB_SERIAL_QT2 on all arm flavors.
- commit 589f44f
-------------------------------------------------------------------
Tue Apr 29 14:34:53 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: Disabled 3 unneeded drivers
Align the arm64 config file with the rest of the config files:
CONFIG_ATMEL_SSC is not set
CONFIG_FB_TMIO is not set
CONFIG_FB_GOLDFISH is not set
- commit aaf60ce
-------------------------------------------------------------------
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 3.15.rc5
%if 0%{?is_kotd}
Release: <RELEASE>.g9ebd57d
Release: <RELEASE>.g222a09f
%else
Release: 0
%endif

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu May 15 18:23:06 CEST 2014 - jdelvare@suse.de
- Update armv7hl/lpae config file: Enable SERIAL_TEGRA
Despite what the Kconfig text says, the serial-tegra driver works on
all Tegra platforms.
- commit 222a09f
-------------------------------------------------------------------
Wed May 14 12:01:16 CEST 2014 - jbeulich@suse.com
@ -109,6 +117,39 @@ Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
(bnc#871252 bnc#875690 CVE-2014-0196).
- commit f6299c2
-------------------------------------------------------------------
Tue Apr 29 18:00:21 CEST 2014 - guillaume.gardet@oliseo.fr
- Re-eanble ARM kernel in config.conf file and update all ARM configs:
* config/arm64/default:
- Add SATA/PATA support
- Add voltage and regulator support
* config/armv6hl/default:
- Add external I2C controllers
- Add usermode SPI driver
* config/armv7hl/default:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra support with MFD_NVEC and KEYBOARD_TEGRA
- Add OMAP4 video input support
- Add IR receiver
- Add iMX HDMI support
- Add Serial support for Tegra SoC
* config/armv7hl/exynos:
- Trivial update
* config/armv7hl/lpae:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Remove unused Terga20/Tegra30 SPI support
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra supprt with MFD_NVEC and KEYBOARD_TEGRA
- Add IR receiver
- Add iMX HDMI support
- commit fcd7b3d
-------------------------------------------------------------------
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
@ -129,6 +170,16 @@ Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
USB_SERIAL_QT2 on all arm flavors.
- commit 589f44f
-------------------------------------------------------------------
Tue Apr 29 14:34:53 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: Disabled 3 unneeded drivers
Align the arm64 config file with the rest of the config files:
CONFIG_ATMEL_SSC is not set
CONFIG_FB_TMIO is not set
CONFIG_FB_GOLDFISH is not set
- commit aaf60ce
-------------------------------------------------------------------
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 3.15.rc5
%if 0%{?is_kotd}
Release: <RELEASE>.g9ebd57d
Release: <RELEASE>.g222a09f
%else
Release: 0
%endif
@ -221,7 +221,7 @@ Source113: patches.kabi.tar.bz2
Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 ppc ppc64 ppc64le s390x x86_64
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc ppc64 ppc64le s390x x86_64
%define kmp_target_cpu %_target_cpu
%ifarch %ix86
# Only i386/default supports i586, mark other flavors' packages as i686

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu May 15 18:23:06 CEST 2014 - jdelvare@suse.de
- Update armv7hl/lpae config file: Enable SERIAL_TEGRA
Despite what the Kconfig text says, the serial-tegra driver works on
all Tegra platforms.
- commit 222a09f
-------------------------------------------------------------------
Wed May 14 12:01:16 CEST 2014 - jbeulich@suse.com
@ -109,6 +117,39 @@ Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
(bnc#871252 bnc#875690 CVE-2014-0196).
- commit f6299c2
-------------------------------------------------------------------
Tue Apr 29 18:00:21 CEST 2014 - guillaume.gardet@oliseo.fr
- Re-eanble ARM kernel in config.conf file and update all ARM configs:
* config/arm64/default:
- Add SATA/PATA support
- Add voltage and regulator support
* config/armv6hl/default:
- Add external I2C controllers
- Add usermode SPI driver
* config/armv7hl/default:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra support with MFD_NVEC and KEYBOARD_TEGRA
- Add OMAP4 video input support
- Add IR receiver
- Add iMX HDMI support
- Add Serial support for Tegra SoC
* config/armv7hl/exynos:
- Trivial update
* config/armv7hl/lpae:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Remove unused Terga20/Tegra30 SPI support
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra supprt with MFD_NVEC and KEYBOARD_TEGRA
- Add IR receiver
- Add iMX HDMI support
- commit fcd7b3d
-------------------------------------------------------------------
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
@ -129,6 +170,16 @@ Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
USB_SERIAL_QT2 on all arm flavors.
- commit 589f44f
-------------------------------------------------------------------
Tue Apr 29 14:34:53 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: Disabled 3 unneeded drivers
Align the arm64 config file with the rest of the config files:
CONFIG_ATMEL_SSC is not set
CONFIG_FB_TMIO is not set
CONFIG_FB_GOLDFISH is not set
- commit aaf60ce
-------------------------------------------------------------------
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 3.15.rc5
%if 0%{?is_kotd}
Release: <RELEASE>.g9ebd57d
Release: <RELEASE>.g222a09f
%else
Release: 0
%endif

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu May 15 18:23:06 CEST 2014 - jdelvare@suse.de
- Update armv7hl/lpae config file: Enable SERIAL_TEGRA
Despite what the Kconfig text says, the serial-tegra driver works on
all Tegra platforms.
- commit 222a09f
-------------------------------------------------------------------
Wed May 14 12:01:16 CEST 2014 - jbeulich@suse.com
@ -109,6 +117,39 @@ Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
(bnc#871252 bnc#875690 CVE-2014-0196).
- commit f6299c2
-------------------------------------------------------------------
Tue Apr 29 18:00:21 CEST 2014 - guillaume.gardet@oliseo.fr
- Re-eanble ARM kernel in config.conf file and update all ARM configs:
* config/arm64/default:
- Add SATA/PATA support
- Add voltage and regulator support
* config/armv6hl/default:
- Add external I2C controllers
- Add usermode SPI driver
* config/armv7hl/default:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra support with MFD_NVEC and KEYBOARD_TEGRA
- Add OMAP4 video input support
- Add IR receiver
- Add iMX HDMI support
- Add Serial support for Tegra SoC
* config/armv7hl/exynos:
- Trivial update
* config/armv7hl/lpae:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Remove unused Terga20/Tegra30 SPI support
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra supprt with MFD_NVEC and KEYBOARD_TEGRA
- Add IR receiver
- Add iMX HDMI support
- commit fcd7b3d
-------------------------------------------------------------------
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
@ -129,6 +170,16 @@ Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
USB_SERIAL_QT2 on all arm flavors.
- commit 589f44f
-------------------------------------------------------------------
Tue Apr 29 14:34:53 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: Disabled 3 unneeded drivers
Align the arm64 config file with the rest of the config files:
CONFIG_ATMEL_SSC is not set
CONFIG_FB_TMIO is not set
CONFIG_FB_GOLDFISH is not set
- commit aaf60ce
-------------------------------------------------------------------
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de

View File

@ -27,7 +27,7 @@ License: GPL-2.0
Group: Documentation/Man
Version: 3.15.rc5
%if 0%{?is_kotd}
Release: <RELEASE>.g9ebd57d
Release: <RELEASE>.g222a09f
%else
Release: 0
%endif

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu May 15 18:23:06 CEST 2014 - jdelvare@suse.de
- Update armv7hl/lpae config file: Enable SERIAL_TEGRA
Despite what the Kconfig text says, the serial-tegra driver works on
all Tegra platforms.
- commit 222a09f
-------------------------------------------------------------------
Wed May 14 12:01:16 CEST 2014 - jbeulich@suse.com
@ -109,6 +117,39 @@ Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
(bnc#871252 bnc#875690 CVE-2014-0196).
- commit f6299c2
-------------------------------------------------------------------
Tue Apr 29 18:00:21 CEST 2014 - guillaume.gardet@oliseo.fr
- Re-eanble ARM kernel in config.conf file and update all ARM configs:
* config/arm64/default:
- Add SATA/PATA support
- Add voltage and regulator support
* config/armv6hl/default:
- Add external I2C controllers
- Add usermode SPI driver
* config/armv7hl/default:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra support with MFD_NVEC and KEYBOARD_TEGRA
- Add OMAP4 video input support
- Add IR receiver
- Add iMX HDMI support
- Add Serial support for Tegra SoC
* config/armv7hl/exynos:
- Trivial update
* config/armv7hl/lpae:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Remove unused Terga20/Tegra30 SPI support
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra supprt with MFD_NVEC and KEYBOARD_TEGRA
- Add IR receiver
- Add iMX HDMI support
- commit fcd7b3d
-------------------------------------------------------------------
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
@ -129,6 +170,16 @@ Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
USB_SERIAL_QT2 on all arm flavors.
- commit 589f44f
-------------------------------------------------------------------
Tue Apr 29 14:34:53 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: Disabled 3 unneeded drivers
Align the arm64 config file with the rest of the config files:
CONFIG_ATMEL_SSC is not set
CONFIG_FB_TMIO is not set
CONFIG_FB_GOLDFISH is not set
- commit aaf60ce
-------------------------------------------------------------------
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 3.15.rc5
%if 0%{?is_kotd}
Release: <RELEASE>.g9ebd57d
Release: <RELEASE>.g222a09f
%else
Release: 0
%endif

31357
kernel-exynos.changes Normal file

File diff suppressed because it is too large Load Diff

1054
kernel-exynos.spec Normal file

File diff suppressed because it is too large Load Diff

31357
kernel-lpae.changes Normal file

File diff suppressed because it is too large Load Diff

1057
kernel-lpae.spec Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu May 15 18:23:06 CEST 2014 - jdelvare@suse.de
- Update armv7hl/lpae config file: Enable SERIAL_TEGRA
Despite what the Kconfig text says, the serial-tegra driver works on
all Tegra platforms.
- commit 222a09f
-------------------------------------------------------------------
Wed May 14 12:01:16 CEST 2014 - jbeulich@suse.com
@ -109,6 +117,39 @@ Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
(bnc#871252 bnc#875690 CVE-2014-0196).
- commit f6299c2
-------------------------------------------------------------------
Tue Apr 29 18:00:21 CEST 2014 - guillaume.gardet@oliseo.fr
- Re-eanble ARM kernel in config.conf file and update all ARM configs:
* config/arm64/default:
- Add SATA/PATA support
- Add voltage and regulator support
* config/armv6hl/default:
- Add external I2C controllers
- Add usermode SPI driver
* config/armv7hl/default:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra support with MFD_NVEC and KEYBOARD_TEGRA
- Add OMAP4 video input support
- Add IR receiver
- Add iMX HDMI support
- Add Serial support for Tegra SoC
* config/armv7hl/exynos:
- Trivial update
* config/armv7hl/lpae:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Remove unused Terga20/Tegra30 SPI support
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra supprt with MFD_NVEC and KEYBOARD_TEGRA
- Add IR receiver
- Add iMX HDMI support
- commit fcd7b3d
-------------------------------------------------------------------
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
@ -129,6 +170,16 @@ Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
USB_SERIAL_QT2 on all arm flavors.
- commit 589f44f
-------------------------------------------------------------------
Tue Apr 29 14:34:53 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: Disabled 3 unneeded drivers
Align the arm64 config file with the rest of the config files:
CONFIG_ATMEL_SSC is not set
CONFIG_FB_TMIO is not set
CONFIG_FB_GOLDFISH is not set
- commit aaf60ce
-------------------------------------------------------------------
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de

View File

@ -33,7 +33,7 @@ BuildRequires: kernel-default
%ifarch %ix86 x86_64
BuildRequires: kernel-xen
%endif
ExclusiveArch: %ix86 ppc ppc64 ppc64le s390x x86_64
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc ppc64 ppc64le s390x x86_64
%if 0%{?suse_version} < 1320
# For SLE 11
BuildRequires: mkinitrd
@ -47,7 +47,7 @@ License: GPL-2.0
Group: SLES
Version: 3.15.rc5
%if 0%{?is_kotd}
Release: <RELEASE>.g9ebd57d
Release: <RELEASE>.g222a09f
%else
Release: 0
%endif

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu May 15 18:23:06 CEST 2014 - jdelvare@suse.de
- Update armv7hl/lpae config file: Enable SERIAL_TEGRA
Despite what the Kconfig text says, the serial-tegra driver works on
all Tegra platforms.
- commit 222a09f
-------------------------------------------------------------------
Wed May 14 12:01:16 CEST 2014 - jbeulich@suse.com
@ -109,6 +117,39 @@ Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
(bnc#871252 bnc#875690 CVE-2014-0196).
- commit f6299c2
-------------------------------------------------------------------
Tue Apr 29 18:00:21 CEST 2014 - guillaume.gardet@oliseo.fr
- Re-eanble ARM kernel in config.conf file and update all ARM configs:
* config/arm64/default:
- Add SATA/PATA support
- Add voltage and regulator support
* config/armv6hl/default:
- Add external I2C controllers
- Add usermode SPI driver
* config/armv7hl/default:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra support with MFD_NVEC and KEYBOARD_TEGRA
- Add OMAP4 video input support
- Add IR receiver
- Add iMX HDMI support
- Add Serial support for Tegra SoC
* config/armv7hl/exynos:
- Trivial update
* config/armv7hl/lpae:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Remove unused Terga20/Tegra30 SPI support
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra supprt with MFD_NVEC and KEYBOARD_TEGRA
- Add IR receiver
- Add iMX HDMI support
- commit fcd7b3d
-------------------------------------------------------------------
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
@ -129,6 +170,16 @@ Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
USB_SERIAL_QT2 on all arm flavors.
- commit 589f44f
-------------------------------------------------------------------
Tue Apr 29 14:34:53 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: Disabled 3 unneeded drivers
Align the arm64 config file with the rest of the config files:
CONFIG_ATMEL_SSC is not set
CONFIG_FB_TMIO is not set
CONFIG_FB_GOLDFISH is not set
- commit aaf60ce
-------------------------------------------------------------------
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de

View File

@ -38,7 +38,7 @@ License: GPL-2.0
Group: SLES
Version: 3.15.rc5
%if 0%{?is_kotd}
Release: <RELEASE>.g9ebd57d
Release: <RELEASE>.g222a09f
%else
Release: 0
%endif

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu May 15 18:23:06 CEST 2014 - jdelvare@suse.de
- Update armv7hl/lpae config file: Enable SERIAL_TEGRA
Despite what the Kconfig text says, the serial-tegra driver works on
all Tegra platforms.
- commit 222a09f
-------------------------------------------------------------------
Wed May 14 12:01:16 CEST 2014 - jbeulich@suse.com
@ -109,6 +117,39 @@ Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
(bnc#871252 bnc#875690 CVE-2014-0196).
- commit f6299c2
-------------------------------------------------------------------
Tue Apr 29 18:00:21 CEST 2014 - guillaume.gardet@oliseo.fr
- Re-eanble ARM kernel in config.conf file and update all ARM configs:
* config/arm64/default:
- Add SATA/PATA support
- Add voltage and regulator support
* config/armv6hl/default:
- Add external I2C controllers
- Add usermode SPI driver
* config/armv7hl/default:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra support with MFD_NVEC and KEYBOARD_TEGRA
- Add OMAP4 video input support
- Add IR receiver
- Add iMX HDMI support
- Add Serial support for Tegra SoC
* config/armv7hl/exynos:
- Trivial update
* config/armv7hl/lpae:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Remove unused Terga20/Tegra30 SPI support
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra supprt with MFD_NVEC and KEYBOARD_TEGRA
- Add IR receiver
- Add iMX HDMI support
- commit fcd7b3d
-------------------------------------------------------------------
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
@ -129,6 +170,16 @@ Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
USB_SERIAL_QT2 on all arm flavors.
- commit 589f44f
-------------------------------------------------------------------
Tue Apr 29 14:34:53 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: Disabled 3 unneeded drivers
Align the arm64 config file with the rest of the config files:
CONFIG_ATMEL_SSC is not set
CONFIG_FB_TMIO is not set
CONFIG_FB_GOLDFISH is not set
- commit aaf60ce
-------------------------------------------------------------------
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de

View File

@ -28,7 +28,7 @@ BuildRequires: kernel-default
# here as well to avoid that qa and build package build parallel
BuildRequires: kernel-obs-build
BuildRequires: modutils
ExclusiveArch: %ix86 ppc ppc64 ppc64le s390x x86_64
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc ppc64 ppc64le s390x x86_64
%if 0%{?suse_version} < 1200
# for SLE 11
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -38,7 +38,7 @@ License: GPL-2.0
Group: SLES
Version: 3.15.rc5
%if 0%{?is_kotd}
Release: <RELEASE>.g9ebd57d
Release: <RELEASE>.g222a09f
%else
Release: 0
%endif

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu May 15 18:23:06 CEST 2014 - jdelvare@suse.de
- Update armv7hl/lpae config file: Enable SERIAL_TEGRA
Despite what the Kconfig text says, the serial-tegra driver works on
all Tegra platforms.
- commit 222a09f
-------------------------------------------------------------------
Wed May 14 12:01:16 CEST 2014 - jbeulich@suse.com
@ -109,6 +117,39 @@ Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
(bnc#871252 bnc#875690 CVE-2014-0196).
- commit f6299c2
-------------------------------------------------------------------
Tue Apr 29 18:00:21 CEST 2014 - guillaume.gardet@oliseo.fr
- Re-eanble ARM kernel in config.conf file and update all ARM configs:
* config/arm64/default:
- Add SATA/PATA support
- Add voltage and regulator support
* config/armv6hl/default:
- Add external I2C controllers
- Add usermode SPI driver
* config/armv7hl/default:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra support with MFD_NVEC and KEYBOARD_TEGRA
- Add OMAP4 video input support
- Add IR receiver
- Add iMX HDMI support
- Add Serial support for Tegra SoC
* config/armv7hl/exynos:
- Trivial update
* config/armv7hl/lpae:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Remove unused Terga20/Tegra30 SPI support
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra supprt with MFD_NVEC and KEYBOARD_TEGRA
- Add IR receiver
- Add iMX HDMI support
- commit fcd7b3d
-------------------------------------------------------------------
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
@ -129,6 +170,16 @@ Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
USB_SERIAL_QT2 on all arm flavors.
- commit 589f44f
-------------------------------------------------------------------
Tue Apr 29 14:34:53 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: Disabled 3 unneeded drivers
Align the arm64 config file with the rest of the config files:
CONFIG_ATMEL_SSC is not set
CONFIG_FB_TMIO is not set
CONFIG_FB_GOLDFISH is not set
- commit aaf60ce
-------------------------------------------------------------------
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 3.15.rc5
%if 0%{?is_kotd}
Release: <RELEASE>.g9ebd57d
Release: <RELEASE>.g222a09f
%else
Release: 0
%endif

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu May 15 18:23:06 CEST 2014 - jdelvare@suse.de
- Update armv7hl/lpae config file: Enable SERIAL_TEGRA
Despite what the Kconfig text says, the serial-tegra driver works on
all Tegra platforms.
- commit 222a09f
-------------------------------------------------------------------
Wed May 14 12:01:16 CEST 2014 - jbeulich@suse.com
@ -109,6 +117,39 @@ Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
(bnc#871252 bnc#875690 CVE-2014-0196).
- commit f6299c2
-------------------------------------------------------------------
Tue Apr 29 18:00:21 CEST 2014 - guillaume.gardet@oliseo.fr
- Re-eanble ARM kernel in config.conf file and update all ARM configs:
* config/arm64/default:
- Add SATA/PATA support
- Add voltage and regulator support
* config/armv6hl/default:
- Add external I2C controllers
- Add usermode SPI driver
* config/armv7hl/default:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra support with MFD_NVEC and KEYBOARD_TEGRA
- Add OMAP4 video input support
- Add IR receiver
- Add iMX HDMI support
- Add Serial support for Tegra SoC
* config/armv7hl/exynos:
- Trivial update
* config/armv7hl/lpae:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Remove unused Terga20/Tegra30 SPI support
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra supprt with MFD_NVEC and KEYBOARD_TEGRA
- Add IR receiver
- Add iMX HDMI support
- commit fcd7b3d
-------------------------------------------------------------------
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
@ -129,6 +170,16 @@ Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
USB_SERIAL_QT2 on all arm flavors.
- commit 589f44f
-------------------------------------------------------------------
Tue Apr 29 14:34:53 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: Disabled 3 unneeded drivers
Align the arm64 config file with the rest of the config files:
CONFIG_ATMEL_SSC is not set
CONFIG_FB_TMIO is not set
CONFIG_FB_GOLDFISH is not set
- commit aaf60ce
-------------------------------------------------------------------
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de

View File

@ -32,7 +32,7 @@ License: GPL-2.0
Group: Development/Sources
Version: 3.15.rc5
%if 0%{?is_kotd}
Release: <RELEASE>.g9ebd57d
Release: <RELEASE>.g222a09f
%else
Release: 0
%endif

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu May 15 18:23:06 CEST 2014 - jdelvare@suse.de
- Update armv7hl/lpae config file: Enable SERIAL_TEGRA
Despite what the Kconfig text says, the serial-tegra driver works on
all Tegra platforms.
- commit 222a09f
-------------------------------------------------------------------
Wed May 14 12:01:16 CEST 2014 - jbeulich@suse.com
@ -109,6 +117,39 @@ Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
(bnc#871252 bnc#875690 CVE-2014-0196).
- commit f6299c2
-------------------------------------------------------------------
Tue Apr 29 18:00:21 CEST 2014 - guillaume.gardet@oliseo.fr
- Re-eanble ARM kernel in config.conf file and update all ARM configs:
* config/arm64/default:
- Add SATA/PATA support
- Add voltage and regulator support
* config/armv6hl/default:
- Add external I2C controllers
- Add usermode SPI driver
* config/armv7hl/default:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra support with MFD_NVEC and KEYBOARD_TEGRA
- Add OMAP4 video input support
- Add IR receiver
- Add iMX HDMI support
- Add Serial support for Tegra SoC
* config/armv7hl/exynos:
- Trivial update
* config/armv7hl/lpae:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Remove unused Terga20/Tegra30 SPI support
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra supprt with MFD_NVEC and KEYBOARD_TEGRA
- Add IR receiver
- Add iMX HDMI support
- commit fcd7b3d
-------------------------------------------------------------------
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
@ -129,6 +170,16 @@ Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
USB_SERIAL_QT2 on all arm flavors.
- commit 589f44f
-------------------------------------------------------------------
Tue Apr 29 14:34:53 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: Disabled 3 unneeded drivers
Align the arm64 config file with the rest of the config files:
CONFIG_ATMEL_SSC is not set
CONFIG_FB_TMIO is not set
CONFIG_FB_GOLDFISH is not set
- commit aaf60ce
-------------------------------------------------------------------
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de

View File

@ -27,7 +27,7 @@ Group: Development/Sources
Version: 3.15.rc5
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.g9ebd57d
Release: <RELEASE>.g222a09f
%else
Release: 0
%endif
@ -38,12 +38,18 @@ Release: %kernel_source_release
Url: http://www.kernel.org/
AutoReqProv: off
BuildRequires: coreutils
%ifarch %ix86 ppc ppc64 ppc64le s390x x86_64
%ifarch aarch64 armv6hl armv7hl %ix86 ppc ppc64 ppc64le s390x x86_64
Requires: kernel-default-devel = %version-%source_rel
%endif
%ifarch %ix86 x86_64
Requires: kernel-desktop-devel = %version-%source_rel
%endif
%ifarch armv7hl
Requires: kernel-exynos-devel = %version-%source_rel
%endif
%ifarch armv7hl
Requires: kernel-lpae-devel = %version-%source_rel
%endif
%ifarch %ix86
Requires: kernel-pae-devel = %version-%source_rel
%endif
@ -56,7 +62,7 @@ Provides: multiversion(kernel)
Source: README.KSYMS
Requires: kernel-devel%variant = %version-%source_rel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 ppc ppc64 ppc64le s390x x86_64
ExclusiveArch: %ix86 aarch64 armv6hl armv7hl ppc ppc64 ppc64le s390x x86_64
Prefix: /usr/src
%description

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu May 15 18:23:06 CEST 2014 - jdelvare@suse.de
- Update armv7hl/lpae config file: Enable SERIAL_TEGRA
Despite what the Kconfig text says, the serial-tegra driver works on
all Tegra platforms.
- commit 222a09f
-------------------------------------------------------------------
Wed May 14 12:01:16 CEST 2014 - jbeulich@suse.com
@ -109,6 +117,39 @@ Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
(bnc#871252 bnc#875690 CVE-2014-0196).
- commit f6299c2
-------------------------------------------------------------------
Tue Apr 29 18:00:21 CEST 2014 - guillaume.gardet@oliseo.fr
- Re-eanble ARM kernel in config.conf file and update all ARM configs:
* config/arm64/default:
- Add SATA/PATA support
- Add voltage and regulator support
* config/armv6hl/default:
- Add external I2C controllers
- Add usermode SPI driver
* config/armv7hl/default:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra support with MFD_NVEC and KEYBOARD_TEGRA
- Add OMAP4 video input support
- Add IR receiver
- Add iMX HDMI support
- Add Serial support for Tegra SoC
* config/armv7hl/exynos:
- Trivial update
* config/armv7hl/lpae:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Remove unused Terga20/Tegra30 SPI support
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra supprt with MFD_NVEC and KEYBOARD_TEGRA
- Add IR receiver
- Add iMX HDMI support
- commit fcd7b3d
-------------------------------------------------------------------
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
@ -129,6 +170,16 @@ Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
USB_SERIAL_QT2 on all arm flavors.
- commit 589f44f
-------------------------------------------------------------------
Tue Apr 29 14:34:53 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: Disabled 3 unneeded drivers
Align the arm64 config file with the rest of the config files:
CONFIG_ATMEL_SSC is not set
CONFIG_FB_TMIO is not set
CONFIG_FB_GOLDFISH is not set
- commit aaf60ce
-------------------------------------------------------------------
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 3.15.rc5
%if 0%{?is_kotd}
Release: <RELEASE>.g9ebd57d
Release: <RELEASE>.g222a09f
%else
Release: 0
%endif

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu May 15 18:23:06 CEST 2014 - jdelvare@suse.de
- Update armv7hl/lpae config file: Enable SERIAL_TEGRA
Despite what the Kconfig text says, the serial-tegra driver works on
all Tegra platforms.
- commit 222a09f
-------------------------------------------------------------------
Wed May 14 12:01:16 CEST 2014 - jbeulich@suse.com
@ -109,6 +117,39 @@ Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
(bnc#871252 bnc#875690 CVE-2014-0196).
- commit f6299c2
-------------------------------------------------------------------
Tue Apr 29 18:00:21 CEST 2014 - guillaume.gardet@oliseo.fr
- Re-eanble ARM kernel in config.conf file and update all ARM configs:
* config/arm64/default:
- Add SATA/PATA support
- Add voltage and regulator support
* config/armv6hl/default:
- Add external I2C controllers
- Add usermode SPI driver
* config/armv7hl/default:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra support with MFD_NVEC and KEYBOARD_TEGRA
- Add OMAP4 video input support
- Add IR receiver
- Add iMX HDMI support
- Add Serial support for Tegra SoC
* config/armv7hl/exynos:
- Trivial update
* config/armv7hl/lpae:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Remove unused Terga20/Tegra30 SPI support
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra supprt with MFD_NVEC and KEYBOARD_TEGRA
- Add IR receiver
- Add iMX HDMI support
- commit fcd7b3d
-------------------------------------------------------------------
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
@ -129,6 +170,16 @@ Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
USB_SERIAL_QT2 on all arm flavors.
- commit 589f44f
-------------------------------------------------------------------
Tue Apr 29 14:34:53 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: Disabled 3 unneeded drivers
Align the arm64 config file with the rest of the config files:
CONFIG_ATMEL_SSC is not set
CONFIG_FB_TMIO is not set
CONFIG_FB_GOLDFISH is not set
- commit aaf60ce
-------------------------------------------------------------------
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 3.15.rc5
%if 0%{?is_kotd}
Release: <RELEASE>.g9ebd57d
Release: <RELEASE>.g222a09f
%else
Release: 0
%endif

View File

@ -1,3 +1,3 @@
2014-05-14 12:01:16 +0200
GIT Revision: 9ebd57dfe3ceb513fcce69cbcc3417d53df230bd
2014-05-15 18:23:06 +0200
GIT Revision: 222a09f740eb1f146465f5a324242f0ad1093608
GIT Branch: master