commit 9040052da41fc60a266cc730712a3da3d0d438eb
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=311
This commit is contained in:
parent
96de8a0ee1
commit
f2890382f1
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce3c7c9a8dedcb577fd2ccd83ec6956d8f5ee6f2ab2967574ebd6f77d4010b0c
|
||||
size 269563
|
||||
oid sha256:cc3b431775b2c8799d0af27f2aec82c78fd2f67246399809f52e6b340b0b1a84
|
||||
size 269217
|
||||
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 12:32:25 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Enable RTC_DRV_HID_SENSOR_TIME
|
||||
For consistency across ARM configs.
|
||||
This drags in IIO. For consistency, in turn use:
|
||||
CONFIG_IIO_SIMPLE_DUMMY=m
|
||||
CONFIG_HID_SENSOR_IIO_TRIGGER=m
|
||||
CONFIG_IIO_PERIODIC_RTC_TRIGGER=m
|
||||
CONFIG_IIO_INTERRUPT_TRIGGER=m
|
||||
CONFIG_IIO_SYSFS_TRIGGER=m
|
||||
CONFIG_IIO_BUFFER=y
|
||||
CONFIG_IIO_KFIFO_BUF=m
|
||||
CONFIG_HID_SENSOR_*=m
|
||||
- commit 7a6e5f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 11:15:39 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Re-enable DWC2 USB support
|
||||
The config update/cleanup for v3.16-rc3 mistakenly disabled USB_DWC2,
|
||||
which is needed for the Raspberry Pi.
|
||||
Fixes: d2f49e165ca3 ("config: armv6hl: Update config for 3.16-rc3")
|
||||
- commit cc9f241
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 10:40:38 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: ARM: Change RTC drivers to built-in
|
||||
Consistently do not build RTC drivers as modules. This fixes subtle
|
||||
differences between armv7hl default and lpae flavors and avoids any
|
||||
timing-related driver initialization issues.
|
||||
To make RTC_DRV_88PM80X built-in, make MFD_88PM800 built-in, too.
|
||||
To make RTC_DRV_PM8XXX built-in, make MFD_PM8921_CORE built-in, too.
|
||||
- commit cf526c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:26:34 CEST 2014 - mmarek@suse.cz
|
||||
|
||||
|
@ -61,9 +61,9 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g2a23faf
|
||||
Release: <RELEASE>.g9040052
|
||||
%else
|
||||
Release: <RELEASE>.g2a23faf
|
||||
Release: <RELEASE>.g9040052
|
||||
%endif
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: bc
|
||||
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 12:32:25 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Enable RTC_DRV_HID_SENSOR_TIME
|
||||
For consistency across ARM configs.
|
||||
This drags in IIO. For consistency, in turn use:
|
||||
CONFIG_IIO_SIMPLE_DUMMY=m
|
||||
CONFIG_HID_SENSOR_IIO_TRIGGER=m
|
||||
CONFIG_IIO_PERIODIC_RTC_TRIGGER=m
|
||||
CONFIG_IIO_INTERRUPT_TRIGGER=m
|
||||
CONFIG_IIO_SYSFS_TRIGGER=m
|
||||
CONFIG_IIO_BUFFER=y
|
||||
CONFIG_IIO_KFIFO_BUF=m
|
||||
CONFIG_HID_SENSOR_*=m
|
||||
- commit 7a6e5f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 11:15:39 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Re-enable DWC2 USB support
|
||||
The config update/cleanup for v3.16-rc3 mistakenly disabled USB_DWC2,
|
||||
which is needed for the Raspberry Pi.
|
||||
Fixes: d2f49e165ca3 ("config: armv6hl: Update config for 3.16-rc3")
|
||||
- commit cc9f241
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 10:40:38 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: ARM: Change RTC drivers to built-in
|
||||
Consistently do not build RTC drivers as modules. This fixes subtle
|
||||
differences between armv7hl default and lpae flavors and avoids any
|
||||
timing-related driver initialization issues.
|
||||
To make RTC_DRV_88PM80X built-in, make MFD_88PM800 built-in, too.
|
||||
To make RTC_DRV_PM8XXX built-in, make MFD_PM8921_CORE built-in, too.
|
||||
- commit cf526c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:26:34 CEST 2014 - mmarek@suse.cz
|
||||
|
||||
|
@ -61,9 +61,9 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g2a23faf
|
||||
Release: <RELEASE>.g9040052
|
||||
%else
|
||||
Release: <RELEASE>.g2a23faf
|
||||
Release: <RELEASE>.g9040052
|
||||
%endif
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: bc
|
||||
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 12:32:25 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Enable RTC_DRV_HID_SENSOR_TIME
|
||||
For consistency across ARM configs.
|
||||
This drags in IIO. For consistency, in turn use:
|
||||
CONFIG_IIO_SIMPLE_DUMMY=m
|
||||
CONFIG_HID_SENSOR_IIO_TRIGGER=m
|
||||
CONFIG_IIO_PERIODIC_RTC_TRIGGER=m
|
||||
CONFIG_IIO_INTERRUPT_TRIGGER=m
|
||||
CONFIG_IIO_SYSFS_TRIGGER=m
|
||||
CONFIG_IIO_BUFFER=y
|
||||
CONFIG_IIO_KFIFO_BUF=m
|
||||
CONFIG_HID_SENSOR_*=m
|
||||
- commit 7a6e5f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 11:15:39 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Re-enable DWC2 USB support
|
||||
The config update/cleanup for v3.16-rc3 mistakenly disabled USB_DWC2,
|
||||
which is needed for the Raspberry Pi.
|
||||
Fixes: d2f49e165ca3 ("config: armv6hl: Update config for 3.16-rc3")
|
||||
- commit cc9f241
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 10:40:38 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: ARM: Change RTC drivers to built-in
|
||||
Consistently do not build RTC drivers as modules. This fixes subtle
|
||||
differences between armv7hl default and lpae flavors and avoids any
|
||||
timing-related driver initialization issues.
|
||||
To make RTC_DRV_88PM80X built-in, make MFD_88PM800 built-in, too.
|
||||
To make RTC_DRV_PM8XXX built-in, make MFD_PM8921_CORE built-in, too.
|
||||
- commit cf526c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:26:34 CEST 2014 - mmarek@suse.cz
|
||||
|
||||
|
@ -61,9 +61,9 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g2a23faf
|
||||
Release: <RELEASE>.g9040052
|
||||
%else
|
||||
Release: <RELEASE>.g2a23faf
|
||||
Release: <RELEASE>.g9040052
|
||||
%endif
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: bc
|
||||
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 12:32:25 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Enable RTC_DRV_HID_SENSOR_TIME
|
||||
For consistency across ARM configs.
|
||||
This drags in IIO. For consistency, in turn use:
|
||||
CONFIG_IIO_SIMPLE_DUMMY=m
|
||||
CONFIG_HID_SENSOR_IIO_TRIGGER=m
|
||||
CONFIG_IIO_PERIODIC_RTC_TRIGGER=m
|
||||
CONFIG_IIO_INTERRUPT_TRIGGER=m
|
||||
CONFIG_IIO_SYSFS_TRIGGER=m
|
||||
CONFIG_IIO_BUFFER=y
|
||||
CONFIG_IIO_KFIFO_BUF=m
|
||||
CONFIG_HID_SENSOR_*=m
|
||||
- commit 7a6e5f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 11:15:39 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Re-enable DWC2 USB support
|
||||
The config update/cleanup for v3.16-rc3 mistakenly disabled USB_DWC2,
|
||||
which is needed for the Raspberry Pi.
|
||||
Fixes: d2f49e165ca3 ("config: armv6hl: Update config for 3.16-rc3")
|
||||
- commit cc9f241
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 10:40:38 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: ARM: Change RTC drivers to built-in
|
||||
Consistently do not build RTC drivers as modules. This fixes subtle
|
||||
differences between armv7hl default and lpae flavors and avoids any
|
||||
timing-related driver initialization issues.
|
||||
To make RTC_DRV_88PM80X built-in, make MFD_88PM800 built-in, too.
|
||||
To make RTC_DRV_PM8XXX built-in, make MFD_PM8921_CORE built-in, too.
|
||||
- commit cf526c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:26:34 CEST 2014 - mmarek@suse.cz
|
||||
|
||||
|
@ -27,9 +27,9 @@ License: GPL-2.0
|
||||
Group: Documentation/Man
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g2a23faf
|
||||
Release: <RELEASE>.g9040052
|
||||
%else
|
||||
Release: <RELEASE>.g2a23faf
|
||||
Release: <RELEASE>.g9040052
|
||||
%endif
|
||||
BuildRequires: docbook-toys
|
||||
BuildRequires: docbook-utils
|
||||
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 12:32:25 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Enable RTC_DRV_HID_SENSOR_TIME
|
||||
For consistency across ARM configs.
|
||||
This drags in IIO. For consistency, in turn use:
|
||||
CONFIG_IIO_SIMPLE_DUMMY=m
|
||||
CONFIG_HID_SENSOR_IIO_TRIGGER=m
|
||||
CONFIG_IIO_PERIODIC_RTC_TRIGGER=m
|
||||
CONFIG_IIO_INTERRUPT_TRIGGER=m
|
||||
CONFIG_IIO_SYSFS_TRIGGER=m
|
||||
CONFIG_IIO_BUFFER=y
|
||||
CONFIG_IIO_KFIFO_BUF=m
|
||||
CONFIG_HID_SENSOR_*=m
|
||||
- commit 7a6e5f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 11:15:39 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Re-enable DWC2 USB support
|
||||
The config update/cleanup for v3.16-rc3 mistakenly disabled USB_DWC2,
|
||||
which is needed for the Raspberry Pi.
|
||||
Fixes: d2f49e165ca3 ("config: armv6hl: Update config for 3.16-rc3")
|
||||
- commit cc9f241
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 10:40:38 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: ARM: Change RTC drivers to built-in
|
||||
Consistently do not build RTC drivers as modules. This fixes subtle
|
||||
differences between armv7hl default and lpae flavors and avoids any
|
||||
timing-related driver initialization issues.
|
||||
To make RTC_DRV_88PM80X built-in, make MFD_88PM800 built-in, too.
|
||||
To make RTC_DRV_PM8XXX built-in, make MFD_PM8921_CORE built-in, too.
|
||||
- commit cf526c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:26:34 CEST 2014 - mmarek@suse.cz
|
||||
|
||||
|
@ -61,9 +61,9 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g2a23faf
|
||||
Release: <RELEASE>.g9040052
|
||||
%else
|
||||
Release: <RELEASE>.g2a23faf
|
||||
Release: <RELEASE>.g9040052
|
||||
%endif
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: bc
|
||||
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 12:32:25 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Enable RTC_DRV_HID_SENSOR_TIME
|
||||
For consistency across ARM configs.
|
||||
This drags in IIO. For consistency, in turn use:
|
||||
CONFIG_IIO_SIMPLE_DUMMY=m
|
||||
CONFIG_HID_SENSOR_IIO_TRIGGER=m
|
||||
CONFIG_IIO_PERIODIC_RTC_TRIGGER=m
|
||||
CONFIG_IIO_INTERRUPT_TRIGGER=m
|
||||
CONFIG_IIO_SYSFS_TRIGGER=m
|
||||
CONFIG_IIO_BUFFER=y
|
||||
CONFIG_IIO_KFIFO_BUF=m
|
||||
CONFIG_HID_SENSOR_*=m
|
||||
- commit 7a6e5f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 11:15:39 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Re-enable DWC2 USB support
|
||||
The config update/cleanup for v3.16-rc3 mistakenly disabled USB_DWC2,
|
||||
which is needed for the Raspberry Pi.
|
||||
Fixes: d2f49e165ca3 ("config: armv6hl: Update config for 3.16-rc3")
|
||||
- commit cc9f241
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 10:40:38 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: ARM: Change RTC drivers to built-in
|
||||
Consistently do not build RTC drivers as modules. This fixes subtle
|
||||
differences between armv7hl default and lpae flavors and avoids any
|
||||
timing-related driver initialization issues.
|
||||
To make RTC_DRV_88PM80X built-in, make MFD_88PM800 built-in, too.
|
||||
To make RTC_DRV_PM8XXX built-in, make MFD_PM8921_CORE built-in, too.
|
||||
- commit cf526c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:26:34 CEST 2014 - mmarek@suse.cz
|
||||
|
||||
|
@ -61,9 +61,9 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g2a23faf
|
||||
Release: <RELEASE>.g9040052
|
||||
%else
|
||||
Release: <RELEASE>.g2a23faf
|
||||
Release: <RELEASE>.g9040052
|
||||
%endif
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: bc
|
||||
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 12:32:25 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Enable RTC_DRV_HID_SENSOR_TIME
|
||||
For consistency across ARM configs.
|
||||
This drags in IIO. For consistency, in turn use:
|
||||
CONFIG_IIO_SIMPLE_DUMMY=m
|
||||
CONFIG_HID_SENSOR_IIO_TRIGGER=m
|
||||
CONFIG_IIO_PERIODIC_RTC_TRIGGER=m
|
||||
CONFIG_IIO_INTERRUPT_TRIGGER=m
|
||||
CONFIG_IIO_SYSFS_TRIGGER=m
|
||||
CONFIG_IIO_BUFFER=y
|
||||
CONFIG_IIO_KFIFO_BUF=m
|
||||
CONFIG_HID_SENSOR_*=m
|
||||
- commit 7a6e5f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 11:15:39 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Re-enable DWC2 USB support
|
||||
The config update/cleanup for v3.16-rc3 mistakenly disabled USB_DWC2,
|
||||
which is needed for the Raspberry Pi.
|
||||
Fixes: d2f49e165ca3 ("config: armv6hl: Update config for 3.16-rc3")
|
||||
- commit cc9f241
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 10:40:38 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: ARM: Change RTC drivers to built-in
|
||||
Consistently do not build RTC drivers as modules. This fixes subtle
|
||||
differences between armv7hl default and lpae flavors and avoids any
|
||||
timing-related driver initialization issues.
|
||||
To make RTC_DRV_88PM80X built-in, make MFD_88PM800 built-in, too.
|
||||
To make RTC_DRV_PM8XXX built-in, make MFD_PM8921_CORE built-in, too.
|
||||
- commit cf526c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:26:34 CEST 2014 - mmarek@suse.cz
|
||||
|
||||
|
@ -47,9 +47,9 @@ License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g2a23faf
|
||||
Release: <RELEASE>.g9040052
|
||||
%else
|
||||
Release: <RELEASE>.g2a23faf
|
||||
Release: <RELEASE>.g9040052
|
||||
%endif
|
||||
|
||||
%description
|
||||
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 12:32:25 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Enable RTC_DRV_HID_SENSOR_TIME
|
||||
For consistency across ARM configs.
|
||||
This drags in IIO. For consistency, in turn use:
|
||||
CONFIG_IIO_SIMPLE_DUMMY=m
|
||||
CONFIG_HID_SENSOR_IIO_TRIGGER=m
|
||||
CONFIG_IIO_PERIODIC_RTC_TRIGGER=m
|
||||
CONFIG_IIO_INTERRUPT_TRIGGER=m
|
||||
CONFIG_IIO_SYSFS_TRIGGER=m
|
||||
CONFIG_IIO_BUFFER=y
|
||||
CONFIG_IIO_KFIFO_BUF=m
|
||||
CONFIG_HID_SENSOR_*=m
|
||||
- commit 7a6e5f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 11:15:39 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Re-enable DWC2 USB support
|
||||
The config update/cleanup for v3.16-rc3 mistakenly disabled USB_DWC2,
|
||||
which is needed for the Raspberry Pi.
|
||||
Fixes: d2f49e165ca3 ("config: armv6hl: Update config for 3.16-rc3")
|
||||
- commit cc9f241
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 10:40:38 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: ARM: Change RTC drivers to built-in
|
||||
Consistently do not build RTC drivers as modules. This fixes subtle
|
||||
differences between armv7hl default and lpae flavors and avoids any
|
||||
timing-related driver initialization issues.
|
||||
To make RTC_DRV_88PM80X built-in, make MFD_88PM800 built-in, too.
|
||||
To make RTC_DRV_PM8XXX built-in, make MFD_PM8921_CORE built-in, too.
|
||||
- commit cf526c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:26:34 CEST 2014 - mmarek@suse.cz
|
||||
|
||||
|
@ -38,9 +38,9 @@ License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g2a23faf
|
||||
Release: <RELEASE>.g9040052
|
||||
%else
|
||||
Release: <RELEASE>.g2a23faf
|
||||
Release: <RELEASE>.g9040052
|
||||
%endif
|
||||
|
||||
%description
|
||||
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 12:32:25 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Enable RTC_DRV_HID_SENSOR_TIME
|
||||
For consistency across ARM configs.
|
||||
This drags in IIO. For consistency, in turn use:
|
||||
CONFIG_IIO_SIMPLE_DUMMY=m
|
||||
CONFIG_HID_SENSOR_IIO_TRIGGER=m
|
||||
CONFIG_IIO_PERIODIC_RTC_TRIGGER=m
|
||||
CONFIG_IIO_INTERRUPT_TRIGGER=m
|
||||
CONFIG_IIO_SYSFS_TRIGGER=m
|
||||
CONFIG_IIO_BUFFER=y
|
||||
CONFIG_IIO_KFIFO_BUF=m
|
||||
CONFIG_HID_SENSOR_*=m
|
||||
- commit 7a6e5f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 11:15:39 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Re-enable DWC2 USB support
|
||||
The config update/cleanup for v3.16-rc3 mistakenly disabled USB_DWC2,
|
||||
which is needed for the Raspberry Pi.
|
||||
Fixes: d2f49e165ca3 ("config: armv6hl: Update config for 3.16-rc3")
|
||||
- commit cc9f241
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 10:40:38 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: ARM: Change RTC drivers to built-in
|
||||
Consistently do not build RTC drivers as modules. This fixes subtle
|
||||
differences between armv7hl default and lpae flavors and avoids any
|
||||
timing-related driver initialization issues.
|
||||
To make RTC_DRV_88PM80X built-in, make MFD_88PM800 built-in, too.
|
||||
To make RTC_DRV_PM8XXX built-in, make MFD_PM8921_CORE built-in, too.
|
||||
- commit cf526c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:26:34 CEST 2014 - mmarek@suse.cz
|
||||
|
||||
|
@ -38,9 +38,9 @@ License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g2a23faf
|
||||
Release: <RELEASE>.g9040052
|
||||
%else
|
||||
Release: <RELEASE>.g2a23faf
|
||||
Release: <RELEASE>.g9040052
|
||||
%endif
|
||||
|
||||
%description
|
||||
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 12:32:25 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Enable RTC_DRV_HID_SENSOR_TIME
|
||||
For consistency across ARM configs.
|
||||
This drags in IIO. For consistency, in turn use:
|
||||
CONFIG_IIO_SIMPLE_DUMMY=m
|
||||
CONFIG_HID_SENSOR_IIO_TRIGGER=m
|
||||
CONFIG_IIO_PERIODIC_RTC_TRIGGER=m
|
||||
CONFIG_IIO_INTERRUPT_TRIGGER=m
|
||||
CONFIG_IIO_SYSFS_TRIGGER=m
|
||||
CONFIG_IIO_BUFFER=y
|
||||
CONFIG_IIO_KFIFO_BUF=m
|
||||
CONFIG_HID_SENSOR_*=m
|
||||
- commit 7a6e5f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 11:15:39 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Re-enable DWC2 USB support
|
||||
The config update/cleanup for v3.16-rc3 mistakenly disabled USB_DWC2,
|
||||
which is needed for the Raspberry Pi.
|
||||
Fixes: d2f49e165ca3 ("config: armv6hl: Update config for 3.16-rc3")
|
||||
- commit cc9f241
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 10:40:38 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: ARM: Change RTC drivers to built-in
|
||||
Consistently do not build RTC drivers as modules. This fixes subtle
|
||||
differences between armv7hl default and lpae flavors and avoids any
|
||||
timing-related driver initialization issues.
|
||||
To make RTC_DRV_88PM80X built-in, make MFD_88PM800 built-in, too.
|
||||
To make RTC_DRV_PM8XXX built-in, make MFD_PM8921_CORE built-in, too.
|
||||
- commit cf526c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:26:34 CEST 2014 - mmarek@suse.cz
|
||||
|
||||
|
@ -61,9 +61,9 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g2a23faf
|
||||
Release: <RELEASE>.g9040052
|
||||
%else
|
||||
Release: <RELEASE>.g2a23faf
|
||||
Release: <RELEASE>.g9040052
|
||||
%endif
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: bc
|
||||
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 12:32:25 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Enable RTC_DRV_HID_SENSOR_TIME
|
||||
For consistency across ARM configs.
|
||||
This drags in IIO. For consistency, in turn use:
|
||||
CONFIG_IIO_SIMPLE_DUMMY=m
|
||||
CONFIG_HID_SENSOR_IIO_TRIGGER=m
|
||||
CONFIG_IIO_PERIODIC_RTC_TRIGGER=m
|
||||
CONFIG_IIO_INTERRUPT_TRIGGER=m
|
||||
CONFIG_IIO_SYSFS_TRIGGER=m
|
||||
CONFIG_IIO_BUFFER=y
|
||||
CONFIG_IIO_KFIFO_BUF=m
|
||||
CONFIG_HID_SENSOR_*=m
|
||||
- commit 7a6e5f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 11:15:39 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Re-enable DWC2 USB support
|
||||
The config update/cleanup for v3.16-rc3 mistakenly disabled USB_DWC2,
|
||||
which is needed for the Raspberry Pi.
|
||||
Fixes: d2f49e165ca3 ("config: armv6hl: Update config for 3.16-rc3")
|
||||
- commit cc9f241
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 10:40:38 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: ARM: Change RTC drivers to built-in
|
||||
Consistently do not build RTC drivers as modules. This fixes subtle
|
||||
differences between armv7hl default and lpae flavors and avoids any
|
||||
timing-related driver initialization issues.
|
||||
To make RTC_DRV_88PM80X built-in, make MFD_88PM800 built-in, too.
|
||||
To make RTC_DRV_PM8XXX built-in, make MFD_PM8921_CORE built-in, too.
|
||||
- commit cf526c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:26:34 CEST 2014 - mmarek@suse.cz
|
||||
|
||||
|
@ -32,9 +32,9 @@ License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g2a23faf
|
||||
Release: <RELEASE>.g9040052
|
||||
%else
|
||||
Release: <RELEASE>.g2a23faf
|
||||
Release: <RELEASE>.g9040052
|
||||
%endif
|
||||
Url: http://www.kernel.org/
|
||||
AutoReqProv: off
|
||||
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 12:32:25 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Enable RTC_DRV_HID_SENSOR_TIME
|
||||
For consistency across ARM configs.
|
||||
This drags in IIO. For consistency, in turn use:
|
||||
CONFIG_IIO_SIMPLE_DUMMY=m
|
||||
CONFIG_HID_SENSOR_IIO_TRIGGER=m
|
||||
CONFIG_IIO_PERIODIC_RTC_TRIGGER=m
|
||||
CONFIG_IIO_INTERRUPT_TRIGGER=m
|
||||
CONFIG_IIO_SYSFS_TRIGGER=m
|
||||
CONFIG_IIO_BUFFER=y
|
||||
CONFIG_IIO_KFIFO_BUF=m
|
||||
CONFIG_HID_SENSOR_*=m
|
||||
- commit 7a6e5f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 11:15:39 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Re-enable DWC2 USB support
|
||||
The config update/cleanup for v3.16-rc3 mistakenly disabled USB_DWC2,
|
||||
which is needed for the Raspberry Pi.
|
||||
Fixes: d2f49e165ca3 ("config: armv6hl: Update config for 3.16-rc3")
|
||||
- commit cc9f241
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 10:40:38 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: ARM: Change RTC drivers to built-in
|
||||
Consistently do not build RTC drivers as modules. This fixes subtle
|
||||
differences between armv7hl default and lpae flavors and avoids any
|
||||
timing-related driver initialization issues.
|
||||
To make RTC_DRV_88PM80X built-in, make MFD_88PM800 built-in, too.
|
||||
To make RTC_DRV_PM8XXX built-in, make MFD_PM8921_CORE built-in, too.
|
||||
- commit cf526c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:26:34 CEST 2014 - mmarek@suse.cz
|
||||
|
||||
|
@ -27,9 +27,9 @@ Group: Development/Sources
|
||||
Version: 3.16.1
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g2a23faf
|
||||
Release: <RELEASE>.g9040052
|
||||
%else
|
||||
Release: <RELEASE>.g2a23faf
|
||||
Release: <RELEASE>.g9040052
|
||||
%endif
|
||||
%else
|
||||
%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)
|
||||
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 12:32:25 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Enable RTC_DRV_HID_SENSOR_TIME
|
||||
For consistency across ARM configs.
|
||||
This drags in IIO. For consistency, in turn use:
|
||||
CONFIG_IIO_SIMPLE_DUMMY=m
|
||||
CONFIG_HID_SENSOR_IIO_TRIGGER=m
|
||||
CONFIG_IIO_PERIODIC_RTC_TRIGGER=m
|
||||
CONFIG_IIO_INTERRUPT_TRIGGER=m
|
||||
CONFIG_IIO_SYSFS_TRIGGER=m
|
||||
CONFIG_IIO_BUFFER=y
|
||||
CONFIG_IIO_KFIFO_BUF=m
|
||||
CONFIG_HID_SENSOR_*=m
|
||||
- commit 7a6e5f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 11:15:39 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Re-enable DWC2 USB support
|
||||
The config update/cleanup for v3.16-rc3 mistakenly disabled USB_DWC2,
|
||||
which is needed for the Raspberry Pi.
|
||||
Fixes: d2f49e165ca3 ("config: armv6hl: Update config for 3.16-rc3")
|
||||
- commit cc9f241
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 10:40:38 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: ARM: Change RTC drivers to built-in
|
||||
Consistently do not build RTC drivers as modules. This fixes subtle
|
||||
differences between armv7hl default and lpae flavors and avoids any
|
||||
timing-related driver initialization issues.
|
||||
To make RTC_DRV_88PM80X built-in, make MFD_88PM800 built-in, too.
|
||||
To make RTC_DRV_PM8XXX built-in, make MFD_PM8921_CORE built-in, too.
|
||||
- commit cf526c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:26:34 CEST 2014 - mmarek@suse.cz
|
||||
|
||||
|
@ -61,9 +61,9 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g2a23faf
|
||||
Release: <RELEASE>.g9040052
|
||||
%else
|
||||
Release: <RELEASE>.g2a23faf
|
||||
Release: <RELEASE>.g9040052
|
||||
%endif
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: bc
|
||||
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 12:32:25 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Enable RTC_DRV_HID_SENSOR_TIME
|
||||
For consistency across ARM configs.
|
||||
This drags in IIO. For consistency, in turn use:
|
||||
CONFIG_IIO_SIMPLE_DUMMY=m
|
||||
CONFIG_HID_SENSOR_IIO_TRIGGER=m
|
||||
CONFIG_IIO_PERIODIC_RTC_TRIGGER=m
|
||||
CONFIG_IIO_INTERRUPT_TRIGGER=m
|
||||
CONFIG_IIO_SYSFS_TRIGGER=m
|
||||
CONFIG_IIO_BUFFER=y
|
||||
CONFIG_IIO_KFIFO_BUF=m
|
||||
CONFIG_HID_SENSOR_*=m
|
||||
- commit 7a6e5f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 11:15:39 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Re-enable DWC2 USB support
|
||||
The config update/cleanup for v3.16-rc3 mistakenly disabled USB_DWC2,
|
||||
which is needed for the Raspberry Pi.
|
||||
Fixes: d2f49e165ca3 ("config: armv6hl: Update config for 3.16-rc3")
|
||||
- commit cc9f241
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 10:40:38 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: ARM: Change RTC drivers to built-in
|
||||
Consistently do not build RTC drivers as modules. This fixes subtle
|
||||
differences between armv7hl default and lpae flavors and avoids any
|
||||
timing-related driver initialization issues.
|
||||
To make RTC_DRV_88PM80X built-in, make MFD_88PM800 built-in, too.
|
||||
To make RTC_DRV_PM8XXX built-in, make MFD_PM8921_CORE built-in, too.
|
||||
- commit cf526c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:26:34 CEST 2014 - mmarek@suse.cz
|
||||
|
||||
|
@ -61,9 +61,9 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g2a23faf
|
||||
Release: <RELEASE>.g9040052
|
||||
%else
|
||||
Release: <RELEASE>.g2a23faf
|
||||
Release: <RELEASE>.g9040052
|
||||
%endif
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: bc
|
||||
|
@ -1,3 +1,3 @@
|
||||
2014-08-18 16:13:21 +0200
|
||||
GIT Revision: 2a23faf8f06e5c694c3c66b3c7eebb304caeb3b8
|
||||
2014-08-20 13:10:13 +0200
|
||||
GIT Revision: 9040052da41fc60a266cc730712a3da3d0d438eb
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user