commit db1b90f558f6af61fe2d5fb4259a90142bad25de
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1180
This commit is contained in:
parent
20ee5491f1
commit
9ee68544a2
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a41890a2911cf584c47ea7cec2dcd387c939a6143bc03d6cb36cad883459344
|
||||
size 231401
|
||||
oid sha256:0cdc6ebf018961b6edb6e9b34c0023d245301256b0c085b5f7cf435171d1c21f
|
||||
size 231502
|
||||
|
@ -276,6 +276,68 @@ Tue Oct 8 08:38:40 CEST 2019 - jslaby@suse.cz
|
||||
- drm/vkms: Fix crc worker races (bnc#1151927).
|
||||
- commit 1838763
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 11:44:07 CEST 2019 - mbrugger@suse.com
|
||||
|
||||
- arm64: Update config files.
|
||||
- commit 4f2941c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 11:43:37 CEST 2019 - mbrugger@suse.com
|
||||
|
||||
- mm: refresh ZONE_DMA and ZONE_DMA32 comments in 'enum zone_type'
|
||||
(jsc#SLE-7772).
|
||||
- arm64: use both ZONE_DMA and ZONE_DMA32 (jsc#SLE-7772).
|
||||
- arm64: rename variables used to calculate ZONE_DMA32's size
|
||||
(jsc#SLE-7772).
|
||||
- arm64: mm: use arm64_dma_phys_limit instead of calling
|
||||
max_zone_dma_phys() (jsc#SLE-7772).
|
||||
- mmc: sdhci-iproc: fix spurious interrupts on Multiblock reads
|
||||
with bcm2711 (jsc#SLE-7772).
|
||||
- MAINTAINERS: Add BCM2711 to BCM2835 ARCH (jsc#SLE-7772).
|
||||
- arm64: dts: broadcom: Add reference to RPi 4 B (jsc#SLE-7772).
|
||||
- ARM: dts: Add minimal Raspberry Pi 4 support (jsc#SLE-7772).
|
||||
- ARM: bcm: Add support for BCM2711 SoC (jsc#SLE-7772).
|
||||
- dt-bindings: arm: bcm2835: Add Raspberry Pi 4 to DT schema
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: arm: Convert BCM2835 board/soc bindings to
|
||||
json-schema (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Move BCM2835/6/7 specific to
|
||||
bcm2835-common.dtsi (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Remove brcm, bcm2835-pl011 compatible
|
||||
(jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Remove simple-bus from fixed clocks
|
||||
(jsc#SLE-7772).
|
||||
- bluetooth: hci_bcm: Fix RTS handling during startup
|
||||
(jsc#SLE-7772).
|
||||
- clk: bcm2835: Mark PLLD_PER as CRITICAL (jsc#SLE-7772).
|
||||
- clk: bcm2835: Add BCM2711_CLOCK_EMMC2 support (jsc#SLE-7772).
|
||||
- clk: bcm2835: Introduce SoC specific clock registration
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: bcm2835-cprman: Add bcm2711 support (jsc#SLE-7772).
|
||||
- mmc: bcm2835: Take SWIOTLB memory size limitation into account
|
||||
(jsc#SLE-7772).
|
||||
- mmc: sdhci-iproc: Add support for emmc2 of the BCM2711
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: mmc: sdhci-iproc: Add brcm,bcm2711-emmc2
|
||||
(jsc#SLE-7772).
|
||||
- i2c: bcm2835: Add full name of devicetree node to adapter name
|
||||
(jsc#SLE-7772).
|
||||
- i2c: bcm2835: Avoid clk stretch quirk for BCM2711
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: i2c: bcm2835: Add brcm,bcm2711 compatible
|
||||
(jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Enable HDMI at board level (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Define memory at board level (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Define MMC interfaces at board level
|
||||
(jsc#SLE-7772).
|
||||
- pinctrl: bcm2835: Add support for BCM2711 pull-up functionality
|
||||
(jsc#SLE-7772).
|
||||
- pinctrl: bcm2835: Add brcm,bcm2711 compatible (jsc#SLE-7772).
|
||||
- ARM: bcm283x: Reduce register ranges for UART, SPI and I2C
|
||||
(jsc#SLE-7772).
|
||||
- commit be4f5e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 6 08:32:50 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
Name: dtb-aarch64
|
||||
Version: 5.3.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g1838763
|
||||
Release: <RELEASE>.gdb1b90f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -276,6 +276,68 @@ Tue Oct 8 08:38:40 CEST 2019 - jslaby@suse.cz
|
||||
- drm/vkms: Fix crc worker races (bnc#1151927).
|
||||
- commit 1838763
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 11:44:07 CEST 2019 - mbrugger@suse.com
|
||||
|
||||
- arm64: Update config files.
|
||||
- commit 4f2941c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 11:43:37 CEST 2019 - mbrugger@suse.com
|
||||
|
||||
- mm: refresh ZONE_DMA and ZONE_DMA32 comments in 'enum zone_type'
|
||||
(jsc#SLE-7772).
|
||||
- arm64: use both ZONE_DMA and ZONE_DMA32 (jsc#SLE-7772).
|
||||
- arm64: rename variables used to calculate ZONE_DMA32's size
|
||||
(jsc#SLE-7772).
|
||||
- arm64: mm: use arm64_dma_phys_limit instead of calling
|
||||
max_zone_dma_phys() (jsc#SLE-7772).
|
||||
- mmc: sdhci-iproc: fix spurious interrupts on Multiblock reads
|
||||
with bcm2711 (jsc#SLE-7772).
|
||||
- MAINTAINERS: Add BCM2711 to BCM2835 ARCH (jsc#SLE-7772).
|
||||
- arm64: dts: broadcom: Add reference to RPi 4 B (jsc#SLE-7772).
|
||||
- ARM: dts: Add minimal Raspberry Pi 4 support (jsc#SLE-7772).
|
||||
- ARM: bcm: Add support for BCM2711 SoC (jsc#SLE-7772).
|
||||
- dt-bindings: arm: bcm2835: Add Raspberry Pi 4 to DT schema
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: arm: Convert BCM2835 board/soc bindings to
|
||||
json-schema (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Move BCM2835/6/7 specific to
|
||||
bcm2835-common.dtsi (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Remove brcm, bcm2835-pl011 compatible
|
||||
(jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Remove simple-bus from fixed clocks
|
||||
(jsc#SLE-7772).
|
||||
- bluetooth: hci_bcm: Fix RTS handling during startup
|
||||
(jsc#SLE-7772).
|
||||
- clk: bcm2835: Mark PLLD_PER as CRITICAL (jsc#SLE-7772).
|
||||
- clk: bcm2835: Add BCM2711_CLOCK_EMMC2 support (jsc#SLE-7772).
|
||||
- clk: bcm2835: Introduce SoC specific clock registration
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: bcm2835-cprman: Add bcm2711 support (jsc#SLE-7772).
|
||||
- mmc: bcm2835: Take SWIOTLB memory size limitation into account
|
||||
(jsc#SLE-7772).
|
||||
- mmc: sdhci-iproc: Add support for emmc2 of the BCM2711
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: mmc: sdhci-iproc: Add brcm,bcm2711-emmc2
|
||||
(jsc#SLE-7772).
|
||||
- i2c: bcm2835: Add full name of devicetree node to adapter name
|
||||
(jsc#SLE-7772).
|
||||
- i2c: bcm2835: Avoid clk stretch quirk for BCM2711
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: i2c: bcm2835: Add brcm,bcm2711 compatible
|
||||
(jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Enable HDMI at board level (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Define memory at board level (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Define MMC interfaces at board level
|
||||
(jsc#SLE-7772).
|
||||
- pinctrl: bcm2835: Add support for BCM2711 pull-up functionality
|
||||
(jsc#SLE-7772).
|
||||
- pinctrl: bcm2835: Add brcm,bcm2711 compatible (jsc#SLE-7772).
|
||||
- ARM: bcm283x: Reduce register ranges for UART, SPI and I2C
|
||||
(jsc#SLE-7772).
|
||||
- commit be4f5e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 6 08:32:50 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
Name: dtb-armv6l
|
||||
Version: 5.3.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g1838763
|
||||
Release: <RELEASE>.gdb1b90f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -276,6 +276,68 @@ Tue Oct 8 08:38:40 CEST 2019 - jslaby@suse.cz
|
||||
- drm/vkms: Fix crc worker races (bnc#1151927).
|
||||
- commit 1838763
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 11:44:07 CEST 2019 - mbrugger@suse.com
|
||||
|
||||
- arm64: Update config files.
|
||||
- commit 4f2941c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 11:43:37 CEST 2019 - mbrugger@suse.com
|
||||
|
||||
- mm: refresh ZONE_DMA and ZONE_DMA32 comments in 'enum zone_type'
|
||||
(jsc#SLE-7772).
|
||||
- arm64: use both ZONE_DMA and ZONE_DMA32 (jsc#SLE-7772).
|
||||
- arm64: rename variables used to calculate ZONE_DMA32's size
|
||||
(jsc#SLE-7772).
|
||||
- arm64: mm: use arm64_dma_phys_limit instead of calling
|
||||
max_zone_dma_phys() (jsc#SLE-7772).
|
||||
- mmc: sdhci-iproc: fix spurious interrupts on Multiblock reads
|
||||
with bcm2711 (jsc#SLE-7772).
|
||||
- MAINTAINERS: Add BCM2711 to BCM2835 ARCH (jsc#SLE-7772).
|
||||
- arm64: dts: broadcom: Add reference to RPi 4 B (jsc#SLE-7772).
|
||||
- ARM: dts: Add minimal Raspberry Pi 4 support (jsc#SLE-7772).
|
||||
- ARM: bcm: Add support for BCM2711 SoC (jsc#SLE-7772).
|
||||
- dt-bindings: arm: bcm2835: Add Raspberry Pi 4 to DT schema
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: arm: Convert BCM2835 board/soc bindings to
|
||||
json-schema (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Move BCM2835/6/7 specific to
|
||||
bcm2835-common.dtsi (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Remove brcm, bcm2835-pl011 compatible
|
||||
(jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Remove simple-bus from fixed clocks
|
||||
(jsc#SLE-7772).
|
||||
- bluetooth: hci_bcm: Fix RTS handling during startup
|
||||
(jsc#SLE-7772).
|
||||
- clk: bcm2835: Mark PLLD_PER as CRITICAL (jsc#SLE-7772).
|
||||
- clk: bcm2835: Add BCM2711_CLOCK_EMMC2 support (jsc#SLE-7772).
|
||||
- clk: bcm2835: Introduce SoC specific clock registration
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: bcm2835-cprman: Add bcm2711 support (jsc#SLE-7772).
|
||||
- mmc: bcm2835: Take SWIOTLB memory size limitation into account
|
||||
(jsc#SLE-7772).
|
||||
- mmc: sdhci-iproc: Add support for emmc2 of the BCM2711
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: mmc: sdhci-iproc: Add brcm,bcm2711-emmc2
|
||||
(jsc#SLE-7772).
|
||||
- i2c: bcm2835: Add full name of devicetree node to adapter name
|
||||
(jsc#SLE-7772).
|
||||
- i2c: bcm2835: Avoid clk stretch quirk for BCM2711
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: i2c: bcm2835: Add brcm,bcm2711 compatible
|
||||
(jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Enable HDMI at board level (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Define memory at board level (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Define MMC interfaces at board level
|
||||
(jsc#SLE-7772).
|
||||
- pinctrl: bcm2835: Add support for BCM2711 pull-up functionality
|
||||
(jsc#SLE-7772).
|
||||
- pinctrl: bcm2835: Add brcm,bcm2711 compatible (jsc#SLE-7772).
|
||||
- ARM: bcm283x: Reduce register ranges for UART, SPI and I2C
|
||||
(jsc#SLE-7772).
|
||||
- commit be4f5e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 6 08:32:50 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
Name: dtb-armv7l
|
||||
Version: 5.3.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g1838763
|
||||
Release: <RELEASE>.gdb1b90f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -276,6 +276,68 @@ Tue Oct 8 08:38:40 CEST 2019 - jslaby@suse.cz
|
||||
- drm/vkms: Fix crc worker races (bnc#1151927).
|
||||
- commit 1838763
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 11:44:07 CEST 2019 - mbrugger@suse.com
|
||||
|
||||
- arm64: Update config files.
|
||||
- commit 4f2941c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 11:43:37 CEST 2019 - mbrugger@suse.com
|
||||
|
||||
- mm: refresh ZONE_DMA and ZONE_DMA32 comments in 'enum zone_type'
|
||||
(jsc#SLE-7772).
|
||||
- arm64: use both ZONE_DMA and ZONE_DMA32 (jsc#SLE-7772).
|
||||
- arm64: rename variables used to calculate ZONE_DMA32's size
|
||||
(jsc#SLE-7772).
|
||||
- arm64: mm: use arm64_dma_phys_limit instead of calling
|
||||
max_zone_dma_phys() (jsc#SLE-7772).
|
||||
- mmc: sdhci-iproc: fix spurious interrupts on Multiblock reads
|
||||
with bcm2711 (jsc#SLE-7772).
|
||||
- MAINTAINERS: Add BCM2711 to BCM2835 ARCH (jsc#SLE-7772).
|
||||
- arm64: dts: broadcom: Add reference to RPi 4 B (jsc#SLE-7772).
|
||||
- ARM: dts: Add minimal Raspberry Pi 4 support (jsc#SLE-7772).
|
||||
- ARM: bcm: Add support for BCM2711 SoC (jsc#SLE-7772).
|
||||
- dt-bindings: arm: bcm2835: Add Raspberry Pi 4 to DT schema
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: arm: Convert BCM2835 board/soc bindings to
|
||||
json-schema (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Move BCM2835/6/7 specific to
|
||||
bcm2835-common.dtsi (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Remove brcm, bcm2835-pl011 compatible
|
||||
(jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Remove simple-bus from fixed clocks
|
||||
(jsc#SLE-7772).
|
||||
- bluetooth: hci_bcm: Fix RTS handling during startup
|
||||
(jsc#SLE-7772).
|
||||
- clk: bcm2835: Mark PLLD_PER as CRITICAL (jsc#SLE-7772).
|
||||
- clk: bcm2835: Add BCM2711_CLOCK_EMMC2 support (jsc#SLE-7772).
|
||||
- clk: bcm2835: Introduce SoC specific clock registration
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: bcm2835-cprman: Add bcm2711 support (jsc#SLE-7772).
|
||||
- mmc: bcm2835: Take SWIOTLB memory size limitation into account
|
||||
(jsc#SLE-7772).
|
||||
- mmc: sdhci-iproc: Add support for emmc2 of the BCM2711
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: mmc: sdhci-iproc: Add brcm,bcm2711-emmc2
|
||||
(jsc#SLE-7772).
|
||||
- i2c: bcm2835: Add full name of devicetree node to adapter name
|
||||
(jsc#SLE-7772).
|
||||
- i2c: bcm2835: Avoid clk stretch quirk for BCM2711
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: i2c: bcm2835: Add brcm,bcm2711 compatible
|
||||
(jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Enable HDMI at board level (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Define memory at board level (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Define MMC interfaces at board level
|
||||
(jsc#SLE-7772).
|
||||
- pinctrl: bcm2835: Add support for BCM2711 pull-up functionality
|
||||
(jsc#SLE-7772).
|
||||
- pinctrl: bcm2835: Add brcm,bcm2711 compatible (jsc#SLE-7772).
|
||||
- ARM: bcm283x: Reduce register ranges for UART, SPI and I2C
|
||||
(jsc#SLE-7772).
|
||||
- commit be4f5e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 6 08:32:50 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -66,7 +66,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.3.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g1838763
|
||||
Release: <RELEASE>.gdb1b90f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -171,10 +171,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-18387638721ab285e1bfbb482dcc826ffc39f984
|
||||
Provides: kernel-srchash-18387638721ab285e1bfbb482dcc826ffc39f984
|
||||
Provides: kernel-%build_flavor-base-srchash-db1b90f558f6af61fe2d5fb4259a90142bad25de
|
||||
Provides: kernel-srchash-db1b90f558f6af61fe2d5fb4259a90142bad25de
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-18387638721ab285e1bfbb482dcc826ffc39f984
|
||||
Provides: %name-srchash-db1b90f558f6af61fe2d5fb4259a90142bad25de
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -276,6 +276,68 @@ Tue Oct 8 08:38:40 CEST 2019 - jslaby@suse.cz
|
||||
- drm/vkms: Fix crc worker races (bnc#1151927).
|
||||
- commit 1838763
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 11:44:07 CEST 2019 - mbrugger@suse.com
|
||||
|
||||
- arm64: Update config files.
|
||||
- commit 4f2941c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 11:43:37 CEST 2019 - mbrugger@suse.com
|
||||
|
||||
- mm: refresh ZONE_DMA and ZONE_DMA32 comments in 'enum zone_type'
|
||||
(jsc#SLE-7772).
|
||||
- arm64: use both ZONE_DMA and ZONE_DMA32 (jsc#SLE-7772).
|
||||
- arm64: rename variables used to calculate ZONE_DMA32's size
|
||||
(jsc#SLE-7772).
|
||||
- arm64: mm: use arm64_dma_phys_limit instead of calling
|
||||
max_zone_dma_phys() (jsc#SLE-7772).
|
||||
- mmc: sdhci-iproc: fix spurious interrupts on Multiblock reads
|
||||
with bcm2711 (jsc#SLE-7772).
|
||||
- MAINTAINERS: Add BCM2711 to BCM2835 ARCH (jsc#SLE-7772).
|
||||
- arm64: dts: broadcom: Add reference to RPi 4 B (jsc#SLE-7772).
|
||||
- ARM: dts: Add minimal Raspberry Pi 4 support (jsc#SLE-7772).
|
||||
- ARM: bcm: Add support for BCM2711 SoC (jsc#SLE-7772).
|
||||
- dt-bindings: arm: bcm2835: Add Raspberry Pi 4 to DT schema
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: arm: Convert BCM2835 board/soc bindings to
|
||||
json-schema (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Move BCM2835/6/7 specific to
|
||||
bcm2835-common.dtsi (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Remove brcm, bcm2835-pl011 compatible
|
||||
(jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Remove simple-bus from fixed clocks
|
||||
(jsc#SLE-7772).
|
||||
- bluetooth: hci_bcm: Fix RTS handling during startup
|
||||
(jsc#SLE-7772).
|
||||
- clk: bcm2835: Mark PLLD_PER as CRITICAL (jsc#SLE-7772).
|
||||
- clk: bcm2835: Add BCM2711_CLOCK_EMMC2 support (jsc#SLE-7772).
|
||||
- clk: bcm2835: Introduce SoC specific clock registration
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: bcm2835-cprman: Add bcm2711 support (jsc#SLE-7772).
|
||||
- mmc: bcm2835: Take SWIOTLB memory size limitation into account
|
||||
(jsc#SLE-7772).
|
||||
- mmc: sdhci-iproc: Add support for emmc2 of the BCM2711
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: mmc: sdhci-iproc: Add brcm,bcm2711-emmc2
|
||||
(jsc#SLE-7772).
|
||||
- i2c: bcm2835: Add full name of devicetree node to adapter name
|
||||
(jsc#SLE-7772).
|
||||
- i2c: bcm2835: Avoid clk stretch quirk for BCM2711
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: i2c: bcm2835: Add brcm,bcm2711 compatible
|
||||
(jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Enable HDMI at board level (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Define memory at board level (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Define MMC interfaces at board level
|
||||
(jsc#SLE-7772).
|
||||
- pinctrl: bcm2835: Add support for BCM2711 pull-up functionality
|
||||
(jsc#SLE-7772).
|
||||
- pinctrl: bcm2835: Add brcm,bcm2711 compatible (jsc#SLE-7772).
|
||||
- ARM: bcm283x: Reduce register ranges for UART, SPI and I2C
|
||||
(jsc#SLE-7772).
|
||||
- commit be4f5e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 6 08:32:50 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -66,7 +66,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.3.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g1838763
|
||||
Release: <RELEASE>.gdb1b90f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -171,10 +171,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-18387638721ab285e1bfbb482dcc826ffc39f984
|
||||
Provides: kernel-srchash-18387638721ab285e1bfbb482dcc826ffc39f984
|
||||
Provides: kernel-%build_flavor-base-srchash-db1b90f558f6af61fe2d5fb4259a90142bad25de
|
||||
Provides: kernel-srchash-db1b90f558f6af61fe2d5fb4259a90142bad25de
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-18387638721ab285e1bfbb482dcc826ffc39f984
|
||||
Provides: %name-srchash-db1b90f558f6af61fe2d5fb4259a90142bad25de
|
||||
%ifarch ppc64
|
||||
Provides: kernel-kdump = 2.6.28
|
||||
Obsoletes: kernel-kdump <= 2.6.28
|
||||
|
@ -276,6 +276,68 @@ Tue Oct 8 08:38:40 CEST 2019 - jslaby@suse.cz
|
||||
- drm/vkms: Fix crc worker races (bnc#1151927).
|
||||
- commit 1838763
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 11:44:07 CEST 2019 - mbrugger@suse.com
|
||||
|
||||
- arm64: Update config files.
|
||||
- commit 4f2941c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 11:43:37 CEST 2019 - mbrugger@suse.com
|
||||
|
||||
- mm: refresh ZONE_DMA and ZONE_DMA32 comments in 'enum zone_type'
|
||||
(jsc#SLE-7772).
|
||||
- arm64: use both ZONE_DMA and ZONE_DMA32 (jsc#SLE-7772).
|
||||
- arm64: rename variables used to calculate ZONE_DMA32's size
|
||||
(jsc#SLE-7772).
|
||||
- arm64: mm: use arm64_dma_phys_limit instead of calling
|
||||
max_zone_dma_phys() (jsc#SLE-7772).
|
||||
- mmc: sdhci-iproc: fix spurious interrupts on Multiblock reads
|
||||
with bcm2711 (jsc#SLE-7772).
|
||||
- MAINTAINERS: Add BCM2711 to BCM2835 ARCH (jsc#SLE-7772).
|
||||
- arm64: dts: broadcom: Add reference to RPi 4 B (jsc#SLE-7772).
|
||||
- ARM: dts: Add minimal Raspberry Pi 4 support (jsc#SLE-7772).
|
||||
- ARM: bcm: Add support for BCM2711 SoC (jsc#SLE-7772).
|
||||
- dt-bindings: arm: bcm2835: Add Raspberry Pi 4 to DT schema
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: arm: Convert BCM2835 board/soc bindings to
|
||||
json-schema (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Move BCM2835/6/7 specific to
|
||||
bcm2835-common.dtsi (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Remove brcm, bcm2835-pl011 compatible
|
||||
(jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Remove simple-bus from fixed clocks
|
||||
(jsc#SLE-7772).
|
||||
- bluetooth: hci_bcm: Fix RTS handling during startup
|
||||
(jsc#SLE-7772).
|
||||
- clk: bcm2835: Mark PLLD_PER as CRITICAL (jsc#SLE-7772).
|
||||
- clk: bcm2835: Add BCM2711_CLOCK_EMMC2 support (jsc#SLE-7772).
|
||||
- clk: bcm2835: Introduce SoC specific clock registration
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: bcm2835-cprman: Add bcm2711 support (jsc#SLE-7772).
|
||||
- mmc: bcm2835: Take SWIOTLB memory size limitation into account
|
||||
(jsc#SLE-7772).
|
||||
- mmc: sdhci-iproc: Add support for emmc2 of the BCM2711
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: mmc: sdhci-iproc: Add brcm,bcm2711-emmc2
|
||||
(jsc#SLE-7772).
|
||||
- i2c: bcm2835: Add full name of devicetree node to adapter name
|
||||
(jsc#SLE-7772).
|
||||
- i2c: bcm2835: Avoid clk stretch quirk for BCM2711
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: i2c: bcm2835: Add brcm,bcm2711 compatible
|
||||
(jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Enable HDMI at board level (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Define memory at board level (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Define MMC interfaces at board level
|
||||
(jsc#SLE-7772).
|
||||
- pinctrl: bcm2835: Add support for BCM2711 pull-up functionality
|
||||
(jsc#SLE-7772).
|
||||
- pinctrl: bcm2835: Add brcm,bcm2711 compatible (jsc#SLE-7772).
|
||||
- ARM: bcm283x: Reduce register ranges for UART, SPI and I2C
|
||||
(jsc#SLE-7772).
|
||||
- commit be4f5e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 6 08:32:50 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -66,7 +66,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.3.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g1838763
|
||||
Release: <RELEASE>.gdb1b90f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -171,10 +171,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-18387638721ab285e1bfbb482dcc826ffc39f984
|
||||
Provides: kernel-srchash-18387638721ab285e1bfbb482dcc826ffc39f984
|
||||
Provides: kernel-%build_flavor-base-srchash-db1b90f558f6af61fe2d5fb4259a90142bad25de
|
||||
Provides: kernel-srchash-db1b90f558f6af61fe2d5fb4259a90142bad25de
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-18387638721ab285e1bfbb482dcc826ffc39f984
|
||||
Provides: %name-srchash-db1b90f558f6af61fe2d5fb4259a90142bad25de
|
||||
%ifarch %ix86
|
||||
Provides: kernel-smp = 2.6.17
|
||||
Obsoletes: kernel-smp <= 2.6.17
|
||||
|
@ -276,6 +276,68 @@ Tue Oct 8 08:38:40 CEST 2019 - jslaby@suse.cz
|
||||
- drm/vkms: Fix crc worker races (bnc#1151927).
|
||||
- commit 1838763
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 11:44:07 CEST 2019 - mbrugger@suse.com
|
||||
|
||||
- arm64: Update config files.
|
||||
- commit 4f2941c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 11:43:37 CEST 2019 - mbrugger@suse.com
|
||||
|
||||
- mm: refresh ZONE_DMA and ZONE_DMA32 comments in 'enum zone_type'
|
||||
(jsc#SLE-7772).
|
||||
- arm64: use both ZONE_DMA and ZONE_DMA32 (jsc#SLE-7772).
|
||||
- arm64: rename variables used to calculate ZONE_DMA32's size
|
||||
(jsc#SLE-7772).
|
||||
- arm64: mm: use arm64_dma_phys_limit instead of calling
|
||||
max_zone_dma_phys() (jsc#SLE-7772).
|
||||
- mmc: sdhci-iproc: fix spurious interrupts on Multiblock reads
|
||||
with bcm2711 (jsc#SLE-7772).
|
||||
- MAINTAINERS: Add BCM2711 to BCM2835 ARCH (jsc#SLE-7772).
|
||||
- arm64: dts: broadcom: Add reference to RPi 4 B (jsc#SLE-7772).
|
||||
- ARM: dts: Add minimal Raspberry Pi 4 support (jsc#SLE-7772).
|
||||
- ARM: bcm: Add support for BCM2711 SoC (jsc#SLE-7772).
|
||||
- dt-bindings: arm: bcm2835: Add Raspberry Pi 4 to DT schema
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: arm: Convert BCM2835 board/soc bindings to
|
||||
json-schema (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Move BCM2835/6/7 specific to
|
||||
bcm2835-common.dtsi (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Remove brcm, bcm2835-pl011 compatible
|
||||
(jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Remove simple-bus from fixed clocks
|
||||
(jsc#SLE-7772).
|
||||
- bluetooth: hci_bcm: Fix RTS handling during startup
|
||||
(jsc#SLE-7772).
|
||||
- clk: bcm2835: Mark PLLD_PER as CRITICAL (jsc#SLE-7772).
|
||||
- clk: bcm2835: Add BCM2711_CLOCK_EMMC2 support (jsc#SLE-7772).
|
||||
- clk: bcm2835: Introduce SoC specific clock registration
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: bcm2835-cprman: Add bcm2711 support (jsc#SLE-7772).
|
||||
- mmc: bcm2835: Take SWIOTLB memory size limitation into account
|
||||
(jsc#SLE-7772).
|
||||
- mmc: sdhci-iproc: Add support for emmc2 of the BCM2711
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: mmc: sdhci-iproc: Add brcm,bcm2711-emmc2
|
||||
(jsc#SLE-7772).
|
||||
- i2c: bcm2835: Add full name of devicetree node to adapter name
|
||||
(jsc#SLE-7772).
|
||||
- i2c: bcm2835: Avoid clk stretch quirk for BCM2711
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: i2c: bcm2835: Add brcm,bcm2711 compatible
|
||||
(jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Enable HDMI at board level (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Define memory at board level (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Define MMC interfaces at board level
|
||||
(jsc#SLE-7772).
|
||||
- pinctrl: bcm2835: Add support for BCM2711 pull-up functionality
|
||||
(jsc#SLE-7772).
|
||||
- pinctrl: bcm2835: Add brcm,bcm2711 compatible (jsc#SLE-7772).
|
||||
- ARM: bcm283x: Reduce register ranges for UART, SPI and I2C
|
||||
(jsc#SLE-7772).
|
||||
- commit be4f5e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 6 08:32:50 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -33,7 +33,7 @@ License: GPL-2.0
|
||||
Group: Documentation/Man
|
||||
Version: 5.3.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g1838763
|
||||
Release: <RELEASE>.gdb1b90f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -63,7 +63,7 @@ BuildRequires: texlive-zapfding
|
||||
%endif
|
||||
Url: http://www.kernel.org/
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-18387638721ab285e1bfbb482dcc826ffc39f984
|
||||
Provides: %name-srchash-db1b90f558f6af61fe2d5fb4259a90142bad25de
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -276,6 +276,68 @@ Tue Oct 8 08:38:40 CEST 2019 - jslaby@suse.cz
|
||||
- drm/vkms: Fix crc worker races (bnc#1151927).
|
||||
- commit 1838763
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 11:44:07 CEST 2019 - mbrugger@suse.com
|
||||
|
||||
- arm64: Update config files.
|
||||
- commit 4f2941c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 11:43:37 CEST 2019 - mbrugger@suse.com
|
||||
|
||||
- mm: refresh ZONE_DMA and ZONE_DMA32 comments in 'enum zone_type'
|
||||
(jsc#SLE-7772).
|
||||
- arm64: use both ZONE_DMA and ZONE_DMA32 (jsc#SLE-7772).
|
||||
- arm64: rename variables used to calculate ZONE_DMA32's size
|
||||
(jsc#SLE-7772).
|
||||
- arm64: mm: use arm64_dma_phys_limit instead of calling
|
||||
max_zone_dma_phys() (jsc#SLE-7772).
|
||||
- mmc: sdhci-iproc: fix spurious interrupts on Multiblock reads
|
||||
with bcm2711 (jsc#SLE-7772).
|
||||
- MAINTAINERS: Add BCM2711 to BCM2835 ARCH (jsc#SLE-7772).
|
||||
- arm64: dts: broadcom: Add reference to RPi 4 B (jsc#SLE-7772).
|
||||
- ARM: dts: Add minimal Raspberry Pi 4 support (jsc#SLE-7772).
|
||||
- ARM: bcm: Add support for BCM2711 SoC (jsc#SLE-7772).
|
||||
- dt-bindings: arm: bcm2835: Add Raspberry Pi 4 to DT schema
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: arm: Convert BCM2835 board/soc bindings to
|
||||
json-schema (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Move BCM2835/6/7 specific to
|
||||
bcm2835-common.dtsi (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Remove brcm, bcm2835-pl011 compatible
|
||||
(jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Remove simple-bus from fixed clocks
|
||||
(jsc#SLE-7772).
|
||||
- bluetooth: hci_bcm: Fix RTS handling during startup
|
||||
(jsc#SLE-7772).
|
||||
- clk: bcm2835: Mark PLLD_PER as CRITICAL (jsc#SLE-7772).
|
||||
- clk: bcm2835: Add BCM2711_CLOCK_EMMC2 support (jsc#SLE-7772).
|
||||
- clk: bcm2835: Introduce SoC specific clock registration
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: bcm2835-cprman: Add bcm2711 support (jsc#SLE-7772).
|
||||
- mmc: bcm2835: Take SWIOTLB memory size limitation into account
|
||||
(jsc#SLE-7772).
|
||||
- mmc: sdhci-iproc: Add support for emmc2 of the BCM2711
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: mmc: sdhci-iproc: Add brcm,bcm2711-emmc2
|
||||
(jsc#SLE-7772).
|
||||
- i2c: bcm2835: Add full name of devicetree node to adapter name
|
||||
(jsc#SLE-7772).
|
||||
- i2c: bcm2835: Avoid clk stretch quirk for BCM2711
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: i2c: bcm2835: Add brcm,bcm2711 compatible
|
||||
(jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Enable HDMI at board level (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Define memory at board level (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Define MMC interfaces at board level
|
||||
(jsc#SLE-7772).
|
||||
- pinctrl: bcm2835: Add support for BCM2711 pull-up functionality
|
||||
(jsc#SLE-7772).
|
||||
- pinctrl: bcm2835: Add brcm,bcm2711 compatible (jsc#SLE-7772).
|
||||
- ARM: bcm283x: Reduce register ranges for UART, SPI and I2C
|
||||
(jsc#SLE-7772).
|
||||
- commit be4f5e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 6 08:32:50 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -66,7 +66,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.3.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g1838763
|
||||
Release: <RELEASE>.gdb1b90f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -171,10 +171,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-18387638721ab285e1bfbb482dcc826ffc39f984
|
||||
Provides: kernel-srchash-18387638721ab285e1bfbb482dcc826ffc39f984
|
||||
Provides: kernel-%build_flavor-base-srchash-db1b90f558f6af61fe2d5fb4259a90142bad25de
|
||||
Provides: kernel-srchash-db1b90f558f6af61fe2d5fb4259a90142bad25de
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-18387638721ab285e1bfbb482dcc826ffc39f984
|
||||
Provides: %name-srchash-db1b90f558f6af61fe2d5fb4259a90142bad25de
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -276,6 +276,68 @@ Tue Oct 8 08:38:40 CEST 2019 - jslaby@suse.cz
|
||||
- drm/vkms: Fix crc worker races (bnc#1151927).
|
||||
- commit 1838763
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 11:44:07 CEST 2019 - mbrugger@suse.com
|
||||
|
||||
- arm64: Update config files.
|
||||
- commit 4f2941c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 11:43:37 CEST 2019 - mbrugger@suse.com
|
||||
|
||||
- mm: refresh ZONE_DMA and ZONE_DMA32 comments in 'enum zone_type'
|
||||
(jsc#SLE-7772).
|
||||
- arm64: use both ZONE_DMA and ZONE_DMA32 (jsc#SLE-7772).
|
||||
- arm64: rename variables used to calculate ZONE_DMA32's size
|
||||
(jsc#SLE-7772).
|
||||
- arm64: mm: use arm64_dma_phys_limit instead of calling
|
||||
max_zone_dma_phys() (jsc#SLE-7772).
|
||||
- mmc: sdhci-iproc: fix spurious interrupts on Multiblock reads
|
||||
with bcm2711 (jsc#SLE-7772).
|
||||
- MAINTAINERS: Add BCM2711 to BCM2835 ARCH (jsc#SLE-7772).
|
||||
- arm64: dts: broadcom: Add reference to RPi 4 B (jsc#SLE-7772).
|
||||
- ARM: dts: Add minimal Raspberry Pi 4 support (jsc#SLE-7772).
|
||||
- ARM: bcm: Add support for BCM2711 SoC (jsc#SLE-7772).
|
||||
- dt-bindings: arm: bcm2835: Add Raspberry Pi 4 to DT schema
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: arm: Convert BCM2835 board/soc bindings to
|
||||
json-schema (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Move BCM2835/6/7 specific to
|
||||
bcm2835-common.dtsi (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Remove brcm, bcm2835-pl011 compatible
|
||||
(jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Remove simple-bus from fixed clocks
|
||||
(jsc#SLE-7772).
|
||||
- bluetooth: hci_bcm: Fix RTS handling during startup
|
||||
(jsc#SLE-7772).
|
||||
- clk: bcm2835: Mark PLLD_PER as CRITICAL (jsc#SLE-7772).
|
||||
- clk: bcm2835: Add BCM2711_CLOCK_EMMC2 support (jsc#SLE-7772).
|
||||
- clk: bcm2835: Introduce SoC specific clock registration
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: bcm2835-cprman: Add bcm2711 support (jsc#SLE-7772).
|
||||
- mmc: bcm2835: Take SWIOTLB memory size limitation into account
|
||||
(jsc#SLE-7772).
|
||||
- mmc: sdhci-iproc: Add support for emmc2 of the BCM2711
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: mmc: sdhci-iproc: Add brcm,bcm2711-emmc2
|
||||
(jsc#SLE-7772).
|
||||
- i2c: bcm2835: Add full name of devicetree node to adapter name
|
||||
(jsc#SLE-7772).
|
||||
- i2c: bcm2835: Avoid clk stretch quirk for BCM2711
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: i2c: bcm2835: Add brcm,bcm2711 compatible
|
||||
(jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Enable HDMI at board level (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Define memory at board level (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Define MMC interfaces at board level
|
||||
(jsc#SLE-7772).
|
||||
- pinctrl: bcm2835: Add support for BCM2711 pull-up functionality
|
||||
(jsc#SLE-7772).
|
||||
- pinctrl: bcm2835: Add brcm,bcm2711 compatible (jsc#SLE-7772).
|
||||
- ARM: bcm283x: Reduce register ranges for UART, SPI and I2C
|
||||
(jsc#SLE-7772).
|
||||
- commit be4f5e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 6 08:32:50 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -66,7 +66,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.3.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g1838763
|
||||
Release: <RELEASE>.gdb1b90f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -171,10 +171,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-18387638721ab285e1bfbb482dcc826ffc39f984
|
||||
Provides: kernel-srchash-18387638721ab285e1bfbb482dcc826ffc39f984
|
||||
Provides: kernel-%build_flavor-base-srchash-db1b90f558f6af61fe2d5fb4259a90142bad25de
|
||||
Provides: kernel-srchash-db1b90f558f6af61fe2d5fb4259a90142bad25de
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-18387638721ab285e1bfbb482dcc826ffc39f984
|
||||
Provides: %name-srchash-db1b90f558f6af61fe2d5fb4259a90142bad25de
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -276,6 +276,68 @@ Tue Oct 8 08:38:40 CEST 2019 - jslaby@suse.cz
|
||||
- drm/vkms: Fix crc worker races (bnc#1151927).
|
||||
- commit 1838763
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 11:44:07 CEST 2019 - mbrugger@suse.com
|
||||
|
||||
- arm64: Update config files.
|
||||
- commit 4f2941c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 11:43:37 CEST 2019 - mbrugger@suse.com
|
||||
|
||||
- mm: refresh ZONE_DMA and ZONE_DMA32 comments in 'enum zone_type'
|
||||
(jsc#SLE-7772).
|
||||
- arm64: use both ZONE_DMA and ZONE_DMA32 (jsc#SLE-7772).
|
||||
- arm64: rename variables used to calculate ZONE_DMA32's size
|
||||
(jsc#SLE-7772).
|
||||
- arm64: mm: use arm64_dma_phys_limit instead of calling
|
||||
max_zone_dma_phys() (jsc#SLE-7772).
|
||||
- mmc: sdhci-iproc: fix spurious interrupts on Multiblock reads
|
||||
with bcm2711 (jsc#SLE-7772).
|
||||
- MAINTAINERS: Add BCM2711 to BCM2835 ARCH (jsc#SLE-7772).
|
||||
- arm64: dts: broadcom: Add reference to RPi 4 B (jsc#SLE-7772).
|
||||
- ARM: dts: Add minimal Raspberry Pi 4 support (jsc#SLE-7772).
|
||||
- ARM: bcm: Add support for BCM2711 SoC (jsc#SLE-7772).
|
||||
- dt-bindings: arm: bcm2835: Add Raspberry Pi 4 to DT schema
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: arm: Convert BCM2835 board/soc bindings to
|
||||
json-schema (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Move BCM2835/6/7 specific to
|
||||
bcm2835-common.dtsi (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Remove brcm, bcm2835-pl011 compatible
|
||||
(jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Remove simple-bus from fixed clocks
|
||||
(jsc#SLE-7772).
|
||||
- bluetooth: hci_bcm: Fix RTS handling during startup
|
||||
(jsc#SLE-7772).
|
||||
- clk: bcm2835: Mark PLLD_PER as CRITICAL (jsc#SLE-7772).
|
||||
- clk: bcm2835: Add BCM2711_CLOCK_EMMC2 support (jsc#SLE-7772).
|
||||
- clk: bcm2835: Introduce SoC specific clock registration
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: bcm2835-cprman: Add bcm2711 support (jsc#SLE-7772).
|
||||
- mmc: bcm2835: Take SWIOTLB memory size limitation into account
|
||||
(jsc#SLE-7772).
|
||||
- mmc: sdhci-iproc: Add support for emmc2 of the BCM2711
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: mmc: sdhci-iproc: Add brcm,bcm2711-emmc2
|
||||
(jsc#SLE-7772).
|
||||
- i2c: bcm2835: Add full name of devicetree node to adapter name
|
||||
(jsc#SLE-7772).
|
||||
- i2c: bcm2835: Avoid clk stretch quirk for BCM2711
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: i2c: bcm2835: Add brcm,bcm2711 compatible
|
||||
(jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Enable HDMI at board level (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Define memory at board level (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Define MMC interfaces at board level
|
||||
(jsc#SLE-7772).
|
||||
- pinctrl: bcm2835: Add support for BCM2711 pull-up functionality
|
||||
(jsc#SLE-7772).
|
||||
- pinctrl: bcm2835: Add brcm,bcm2711 compatible (jsc#SLE-7772).
|
||||
- ARM: bcm283x: Reduce register ranges for UART, SPI and I2C
|
||||
(jsc#SLE-7772).
|
||||
- commit be4f5e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 6 08:32:50 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -45,7 +45,7 @@ BuildRequires: util-linux
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: kernel%kernel_flavor-srchash-18387638721ab285e1bfbb482dcc826ffc39f984
|
||||
BuildRequires: kernel%kernel_flavor-srchash-db1b90f558f6af61fe2d5fb4259a90142bad25de
|
||||
|
||||
%if 0%{?rhel_version}
|
||||
BuildRequires: kernel
|
||||
@ -66,7 +66,7 @@ License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 5.3.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g1838763
|
||||
Release: <RELEASE>.gdb1b90f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -276,6 +276,68 @@ Tue Oct 8 08:38:40 CEST 2019 - jslaby@suse.cz
|
||||
- drm/vkms: Fix crc worker races (bnc#1151927).
|
||||
- commit 1838763
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 11:44:07 CEST 2019 - mbrugger@suse.com
|
||||
|
||||
- arm64: Update config files.
|
||||
- commit 4f2941c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 11:43:37 CEST 2019 - mbrugger@suse.com
|
||||
|
||||
- mm: refresh ZONE_DMA and ZONE_DMA32 comments in 'enum zone_type'
|
||||
(jsc#SLE-7772).
|
||||
- arm64: use both ZONE_DMA and ZONE_DMA32 (jsc#SLE-7772).
|
||||
- arm64: rename variables used to calculate ZONE_DMA32's size
|
||||
(jsc#SLE-7772).
|
||||
- arm64: mm: use arm64_dma_phys_limit instead of calling
|
||||
max_zone_dma_phys() (jsc#SLE-7772).
|
||||
- mmc: sdhci-iproc: fix spurious interrupts on Multiblock reads
|
||||
with bcm2711 (jsc#SLE-7772).
|
||||
- MAINTAINERS: Add BCM2711 to BCM2835 ARCH (jsc#SLE-7772).
|
||||
- arm64: dts: broadcom: Add reference to RPi 4 B (jsc#SLE-7772).
|
||||
- ARM: dts: Add minimal Raspberry Pi 4 support (jsc#SLE-7772).
|
||||
- ARM: bcm: Add support for BCM2711 SoC (jsc#SLE-7772).
|
||||
- dt-bindings: arm: bcm2835: Add Raspberry Pi 4 to DT schema
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: arm: Convert BCM2835 board/soc bindings to
|
||||
json-schema (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Move BCM2835/6/7 specific to
|
||||
bcm2835-common.dtsi (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Remove brcm, bcm2835-pl011 compatible
|
||||
(jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Remove simple-bus from fixed clocks
|
||||
(jsc#SLE-7772).
|
||||
- bluetooth: hci_bcm: Fix RTS handling during startup
|
||||
(jsc#SLE-7772).
|
||||
- clk: bcm2835: Mark PLLD_PER as CRITICAL (jsc#SLE-7772).
|
||||
- clk: bcm2835: Add BCM2711_CLOCK_EMMC2 support (jsc#SLE-7772).
|
||||
- clk: bcm2835: Introduce SoC specific clock registration
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: bcm2835-cprman: Add bcm2711 support (jsc#SLE-7772).
|
||||
- mmc: bcm2835: Take SWIOTLB memory size limitation into account
|
||||
(jsc#SLE-7772).
|
||||
- mmc: sdhci-iproc: Add support for emmc2 of the BCM2711
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: mmc: sdhci-iproc: Add brcm,bcm2711-emmc2
|
||||
(jsc#SLE-7772).
|
||||
- i2c: bcm2835: Add full name of devicetree node to adapter name
|
||||
(jsc#SLE-7772).
|
||||
- i2c: bcm2835: Avoid clk stretch quirk for BCM2711
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: i2c: bcm2835: Add brcm,bcm2711 compatible
|
||||
(jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Enable HDMI at board level (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Define memory at board level (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Define MMC interfaces at board level
|
||||
(jsc#SLE-7772).
|
||||
- pinctrl: bcm2835: Add support for BCM2711 pull-up functionality
|
||||
(jsc#SLE-7772).
|
||||
- pinctrl: bcm2835: Add brcm,bcm2711 compatible (jsc#SLE-7772).
|
||||
- ARM: bcm283x: Reduce register ranges for UART, SPI and I2C
|
||||
(jsc#SLE-7772).
|
||||
- commit be4f5e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 6 08:32:50 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -38,7 +38,7 @@ License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 5.3.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g1838763
|
||||
Release: <RELEASE>.gdb1b90f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -276,6 +276,68 @@ Tue Oct 8 08:38:40 CEST 2019 - jslaby@suse.cz
|
||||
- drm/vkms: Fix crc worker races (bnc#1151927).
|
||||
- commit 1838763
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 11:44:07 CEST 2019 - mbrugger@suse.com
|
||||
|
||||
- arm64: Update config files.
|
||||
- commit 4f2941c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 11:43:37 CEST 2019 - mbrugger@suse.com
|
||||
|
||||
- mm: refresh ZONE_DMA and ZONE_DMA32 comments in 'enum zone_type'
|
||||
(jsc#SLE-7772).
|
||||
- arm64: use both ZONE_DMA and ZONE_DMA32 (jsc#SLE-7772).
|
||||
- arm64: rename variables used to calculate ZONE_DMA32's size
|
||||
(jsc#SLE-7772).
|
||||
- arm64: mm: use arm64_dma_phys_limit instead of calling
|
||||
max_zone_dma_phys() (jsc#SLE-7772).
|
||||
- mmc: sdhci-iproc: fix spurious interrupts on Multiblock reads
|
||||
with bcm2711 (jsc#SLE-7772).
|
||||
- MAINTAINERS: Add BCM2711 to BCM2835 ARCH (jsc#SLE-7772).
|
||||
- arm64: dts: broadcom: Add reference to RPi 4 B (jsc#SLE-7772).
|
||||
- ARM: dts: Add minimal Raspberry Pi 4 support (jsc#SLE-7772).
|
||||
- ARM: bcm: Add support for BCM2711 SoC (jsc#SLE-7772).
|
||||
- dt-bindings: arm: bcm2835: Add Raspberry Pi 4 to DT schema
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: arm: Convert BCM2835 board/soc bindings to
|
||||
json-schema (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Move BCM2835/6/7 specific to
|
||||
bcm2835-common.dtsi (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Remove brcm, bcm2835-pl011 compatible
|
||||
(jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Remove simple-bus from fixed clocks
|
||||
(jsc#SLE-7772).
|
||||
- bluetooth: hci_bcm: Fix RTS handling during startup
|
||||
(jsc#SLE-7772).
|
||||
- clk: bcm2835: Mark PLLD_PER as CRITICAL (jsc#SLE-7772).
|
||||
- clk: bcm2835: Add BCM2711_CLOCK_EMMC2 support (jsc#SLE-7772).
|
||||
- clk: bcm2835: Introduce SoC specific clock registration
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: bcm2835-cprman: Add bcm2711 support (jsc#SLE-7772).
|
||||
- mmc: bcm2835: Take SWIOTLB memory size limitation into account
|
||||
(jsc#SLE-7772).
|
||||
- mmc: sdhci-iproc: Add support for emmc2 of the BCM2711
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: mmc: sdhci-iproc: Add brcm,bcm2711-emmc2
|
||||
(jsc#SLE-7772).
|
||||
- i2c: bcm2835: Add full name of devicetree node to adapter name
|
||||
(jsc#SLE-7772).
|
||||
- i2c: bcm2835: Avoid clk stretch quirk for BCM2711
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: i2c: bcm2835: Add brcm,bcm2711 compatible
|
||||
(jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Enable HDMI at board level (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Define memory at board level (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Define MMC interfaces at board level
|
||||
(jsc#SLE-7772).
|
||||
- pinctrl: bcm2835: Add support for BCM2711 pull-up functionality
|
||||
(jsc#SLE-7772).
|
||||
- pinctrl: bcm2835: Add brcm,bcm2711 compatible (jsc#SLE-7772).
|
||||
- ARM: bcm283x: Reduce register ranges for UART, SPI and I2C
|
||||
(jsc#SLE-7772).
|
||||
- commit be4f5e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 6 08:32:50 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -66,7 +66,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.3.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g1838763
|
||||
Release: <RELEASE>.gdb1b90f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -171,10 +171,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-18387638721ab285e1bfbb482dcc826ffc39f984
|
||||
Provides: kernel-srchash-18387638721ab285e1bfbb482dcc826ffc39f984
|
||||
Provides: kernel-%build_flavor-base-srchash-db1b90f558f6af61fe2d5fb4259a90142bad25de
|
||||
Provides: kernel-srchash-db1b90f558f6af61fe2d5fb4259a90142bad25de
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-18387638721ab285e1bfbb482dcc826ffc39f984
|
||||
Provides: %name-srchash-db1b90f558f6af61fe2d5fb4259a90142bad25de
|
||||
%ifarch %ix86
|
||||
Provides: kernel-bigsmp = 2.6.17
|
||||
Obsoletes: kernel-bigsmp <= 2.6.17
|
||||
|
@ -276,6 +276,68 @@ Tue Oct 8 08:38:40 CEST 2019 - jslaby@suse.cz
|
||||
- drm/vkms: Fix crc worker races (bnc#1151927).
|
||||
- commit 1838763
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 11:44:07 CEST 2019 - mbrugger@suse.com
|
||||
|
||||
- arm64: Update config files.
|
||||
- commit 4f2941c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 11:43:37 CEST 2019 - mbrugger@suse.com
|
||||
|
||||
- mm: refresh ZONE_DMA and ZONE_DMA32 comments in 'enum zone_type'
|
||||
(jsc#SLE-7772).
|
||||
- arm64: use both ZONE_DMA and ZONE_DMA32 (jsc#SLE-7772).
|
||||
- arm64: rename variables used to calculate ZONE_DMA32's size
|
||||
(jsc#SLE-7772).
|
||||
- arm64: mm: use arm64_dma_phys_limit instead of calling
|
||||
max_zone_dma_phys() (jsc#SLE-7772).
|
||||
- mmc: sdhci-iproc: fix spurious interrupts on Multiblock reads
|
||||
with bcm2711 (jsc#SLE-7772).
|
||||
- MAINTAINERS: Add BCM2711 to BCM2835 ARCH (jsc#SLE-7772).
|
||||
- arm64: dts: broadcom: Add reference to RPi 4 B (jsc#SLE-7772).
|
||||
- ARM: dts: Add minimal Raspberry Pi 4 support (jsc#SLE-7772).
|
||||
- ARM: bcm: Add support for BCM2711 SoC (jsc#SLE-7772).
|
||||
- dt-bindings: arm: bcm2835: Add Raspberry Pi 4 to DT schema
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: arm: Convert BCM2835 board/soc bindings to
|
||||
json-schema (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Move BCM2835/6/7 specific to
|
||||
bcm2835-common.dtsi (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Remove brcm, bcm2835-pl011 compatible
|
||||
(jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Remove simple-bus from fixed clocks
|
||||
(jsc#SLE-7772).
|
||||
- bluetooth: hci_bcm: Fix RTS handling during startup
|
||||
(jsc#SLE-7772).
|
||||
- clk: bcm2835: Mark PLLD_PER as CRITICAL (jsc#SLE-7772).
|
||||
- clk: bcm2835: Add BCM2711_CLOCK_EMMC2 support (jsc#SLE-7772).
|
||||
- clk: bcm2835: Introduce SoC specific clock registration
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: bcm2835-cprman: Add bcm2711 support (jsc#SLE-7772).
|
||||
- mmc: bcm2835: Take SWIOTLB memory size limitation into account
|
||||
(jsc#SLE-7772).
|
||||
- mmc: sdhci-iproc: Add support for emmc2 of the BCM2711
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: mmc: sdhci-iproc: Add brcm,bcm2711-emmc2
|
||||
(jsc#SLE-7772).
|
||||
- i2c: bcm2835: Add full name of devicetree node to adapter name
|
||||
(jsc#SLE-7772).
|
||||
- i2c: bcm2835: Avoid clk stretch quirk for BCM2711
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: i2c: bcm2835: Add brcm,bcm2711 compatible
|
||||
(jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Enable HDMI at board level (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Define memory at board level (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Define MMC interfaces at board level
|
||||
(jsc#SLE-7772).
|
||||
- pinctrl: bcm2835: Add support for BCM2711 pull-up functionality
|
||||
(jsc#SLE-7772).
|
||||
- pinctrl: bcm2835: Add brcm,bcm2711 compatible (jsc#SLE-7772).
|
||||
- ARM: bcm283x: Reduce register ranges for UART, SPI and I2C
|
||||
(jsc#SLE-7772).
|
||||
- commit be4f5e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 6 08:32:50 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -32,7 +32,7 @@ License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 5.3.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g1838763
|
||||
Release: <RELEASE>.gdb1b90f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -43,7 +43,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: sed
|
||||
Requires(post): coreutils sed
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-18387638721ab285e1bfbb482dcc826ffc39f984
|
||||
Provides: %name-srchash-db1b90f558f6af61fe2d5fb4259a90142bad25de
|
||||
Provides: linux
|
||||
Provides: multiversion(kernel)
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -276,6 +276,68 @@ Tue Oct 8 08:38:40 CEST 2019 - jslaby@suse.cz
|
||||
- drm/vkms: Fix crc worker races (bnc#1151927).
|
||||
- commit 1838763
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 11:44:07 CEST 2019 - mbrugger@suse.com
|
||||
|
||||
- arm64: Update config files.
|
||||
- commit 4f2941c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 11:43:37 CEST 2019 - mbrugger@suse.com
|
||||
|
||||
- mm: refresh ZONE_DMA and ZONE_DMA32 comments in 'enum zone_type'
|
||||
(jsc#SLE-7772).
|
||||
- arm64: use both ZONE_DMA and ZONE_DMA32 (jsc#SLE-7772).
|
||||
- arm64: rename variables used to calculate ZONE_DMA32's size
|
||||
(jsc#SLE-7772).
|
||||
- arm64: mm: use arm64_dma_phys_limit instead of calling
|
||||
max_zone_dma_phys() (jsc#SLE-7772).
|
||||
- mmc: sdhci-iproc: fix spurious interrupts on Multiblock reads
|
||||
with bcm2711 (jsc#SLE-7772).
|
||||
- MAINTAINERS: Add BCM2711 to BCM2835 ARCH (jsc#SLE-7772).
|
||||
- arm64: dts: broadcom: Add reference to RPi 4 B (jsc#SLE-7772).
|
||||
- ARM: dts: Add minimal Raspberry Pi 4 support (jsc#SLE-7772).
|
||||
- ARM: bcm: Add support for BCM2711 SoC (jsc#SLE-7772).
|
||||
- dt-bindings: arm: bcm2835: Add Raspberry Pi 4 to DT schema
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: arm: Convert BCM2835 board/soc bindings to
|
||||
json-schema (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Move BCM2835/6/7 specific to
|
||||
bcm2835-common.dtsi (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Remove brcm, bcm2835-pl011 compatible
|
||||
(jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Remove simple-bus from fixed clocks
|
||||
(jsc#SLE-7772).
|
||||
- bluetooth: hci_bcm: Fix RTS handling during startup
|
||||
(jsc#SLE-7772).
|
||||
- clk: bcm2835: Mark PLLD_PER as CRITICAL (jsc#SLE-7772).
|
||||
- clk: bcm2835: Add BCM2711_CLOCK_EMMC2 support (jsc#SLE-7772).
|
||||
- clk: bcm2835: Introduce SoC specific clock registration
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: bcm2835-cprman: Add bcm2711 support (jsc#SLE-7772).
|
||||
- mmc: bcm2835: Take SWIOTLB memory size limitation into account
|
||||
(jsc#SLE-7772).
|
||||
- mmc: sdhci-iproc: Add support for emmc2 of the BCM2711
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: mmc: sdhci-iproc: Add brcm,bcm2711-emmc2
|
||||
(jsc#SLE-7772).
|
||||
- i2c: bcm2835: Add full name of devicetree node to adapter name
|
||||
(jsc#SLE-7772).
|
||||
- i2c: bcm2835: Avoid clk stretch quirk for BCM2711
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: i2c: bcm2835: Add brcm,bcm2711 compatible
|
||||
(jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Enable HDMI at board level (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Define memory at board level (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Define MMC interfaces at board level
|
||||
(jsc#SLE-7772).
|
||||
- pinctrl: bcm2835: Add support for BCM2711 pull-up functionality
|
||||
(jsc#SLE-7772).
|
||||
- pinctrl: bcm2835: Add brcm,bcm2711 compatible (jsc#SLE-7772).
|
||||
- ARM: bcm283x: Reduce register ranges for UART, SPI and I2C
|
||||
(jsc#SLE-7772).
|
||||
- commit be4f5e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 6 08:32:50 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -27,7 +27,7 @@ Group: Development/Sources
|
||||
Version: 5.3.5
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g1838763
|
||||
Release: <RELEASE>.gdb1b90f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -52,7 +52,7 @@ Requires: kernel-pae-devel = %version-%source_rel
|
||||
%endif
|
||||
Requires: pesign-obs-integration
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-18387638721ab285e1bfbb482dcc826ffc39f984
|
||||
Provides: %name-srchash-db1b90f558f6af61fe2d5fb4259a90142bad25de
|
||||
Provides: multiversion(kernel)
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
|
@ -276,6 +276,68 @@ Tue Oct 8 08:38:40 CEST 2019 - jslaby@suse.cz
|
||||
- drm/vkms: Fix crc worker races (bnc#1151927).
|
||||
- commit 1838763
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 11:44:07 CEST 2019 - mbrugger@suse.com
|
||||
|
||||
- arm64: Update config files.
|
||||
- commit 4f2941c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 11:43:37 CEST 2019 - mbrugger@suse.com
|
||||
|
||||
- mm: refresh ZONE_DMA and ZONE_DMA32 comments in 'enum zone_type'
|
||||
(jsc#SLE-7772).
|
||||
- arm64: use both ZONE_DMA and ZONE_DMA32 (jsc#SLE-7772).
|
||||
- arm64: rename variables used to calculate ZONE_DMA32's size
|
||||
(jsc#SLE-7772).
|
||||
- arm64: mm: use arm64_dma_phys_limit instead of calling
|
||||
max_zone_dma_phys() (jsc#SLE-7772).
|
||||
- mmc: sdhci-iproc: fix spurious interrupts on Multiblock reads
|
||||
with bcm2711 (jsc#SLE-7772).
|
||||
- MAINTAINERS: Add BCM2711 to BCM2835 ARCH (jsc#SLE-7772).
|
||||
- arm64: dts: broadcom: Add reference to RPi 4 B (jsc#SLE-7772).
|
||||
- ARM: dts: Add minimal Raspberry Pi 4 support (jsc#SLE-7772).
|
||||
- ARM: bcm: Add support for BCM2711 SoC (jsc#SLE-7772).
|
||||
- dt-bindings: arm: bcm2835: Add Raspberry Pi 4 to DT schema
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: arm: Convert BCM2835 board/soc bindings to
|
||||
json-schema (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Move BCM2835/6/7 specific to
|
||||
bcm2835-common.dtsi (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Remove brcm, bcm2835-pl011 compatible
|
||||
(jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Remove simple-bus from fixed clocks
|
||||
(jsc#SLE-7772).
|
||||
- bluetooth: hci_bcm: Fix RTS handling during startup
|
||||
(jsc#SLE-7772).
|
||||
- clk: bcm2835: Mark PLLD_PER as CRITICAL (jsc#SLE-7772).
|
||||
- clk: bcm2835: Add BCM2711_CLOCK_EMMC2 support (jsc#SLE-7772).
|
||||
- clk: bcm2835: Introduce SoC specific clock registration
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: bcm2835-cprman: Add bcm2711 support (jsc#SLE-7772).
|
||||
- mmc: bcm2835: Take SWIOTLB memory size limitation into account
|
||||
(jsc#SLE-7772).
|
||||
- mmc: sdhci-iproc: Add support for emmc2 of the BCM2711
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: mmc: sdhci-iproc: Add brcm,bcm2711-emmc2
|
||||
(jsc#SLE-7772).
|
||||
- i2c: bcm2835: Add full name of devicetree node to adapter name
|
||||
(jsc#SLE-7772).
|
||||
- i2c: bcm2835: Avoid clk stretch quirk for BCM2711
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: i2c: bcm2835: Add brcm,bcm2711 compatible
|
||||
(jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Enable HDMI at board level (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Define memory at board level (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Define MMC interfaces at board level
|
||||
(jsc#SLE-7772).
|
||||
- pinctrl: bcm2835: Add support for BCM2711 pull-up functionality
|
||||
(jsc#SLE-7772).
|
||||
- pinctrl: bcm2835: Add brcm,bcm2711 compatible (jsc#SLE-7772).
|
||||
- ARM: bcm283x: Reduce register ranges for UART, SPI and I2C
|
||||
(jsc#SLE-7772).
|
||||
- commit be4f5e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 6 08:32:50 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -66,7 +66,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.3.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g1838763
|
||||
Release: <RELEASE>.gdb1b90f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -171,10 +171,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-18387638721ab285e1bfbb482dcc826ffc39f984
|
||||
Provides: kernel-srchash-18387638721ab285e1bfbb482dcc826ffc39f984
|
||||
Provides: kernel-%build_flavor-base-srchash-db1b90f558f6af61fe2d5fb4259a90142bad25de
|
||||
Provides: kernel-srchash-db1b90f558f6af61fe2d5fb4259a90142bad25de
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-18387638721ab285e1bfbb482dcc826ffc39f984
|
||||
Provides: %name-srchash-db1b90f558f6af61fe2d5fb4259a90142bad25de
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -276,6 +276,68 @@ Tue Oct 8 08:38:40 CEST 2019 - jslaby@suse.cz
|
||||
- drm/vkms: Fix crc worker races (bnc#1151927).
|
||||
- commit 1838763
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 11:44:07 CEST 2019 - mbrugger@suse.com
|
||||
|
||||
- arm64: Update config files.
|
||||
- commit 4f2941c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 11:43:37 CEST 2019 - mbrugger@suse.com
|
||||
|
||||
- mm: refresh ZONE_DMA and ZONE_DMA32 comments in 'enum zone_type'
|
||||
(jsc#SLE-7772).
|
||||
- arm64: use both ZONE_DMA and ZONE_DMA32 (jsc#SLE-7772).
|
||||
- arm64: rename variables used to calculate ZONE_DMA32's size
|
||||
(jsc#SLE-7772).
|
||||
- arm64: mm: use arm64_dma_phys_limit instead of calling
|
||||
max_zone_dma_phys() (jsc#SLE-7772).
|
||||
- mmc: sdhci-iproc: fix spurious interrupts on Multiblock reads
|
||||
with bcm2711 (jsc#SLE-7772).
|
||||
- MAINTAINERS: Add BCM2711 to BCM2835 ARCH (jsc#SLE-7772).
|
||||
- arm64: dts: broadcom: Add reference to RPi 4 B (jsc#SLE-7772).
|
||||
- ARM: dts: Add minimal Raspberry Pi 4 support (jsc#SLE-7772).
|
||||
- ARM: bcm: Add support for BCM2711 SoC (jsc#SLE-7772).
|
||||
- dt-bindings: arm: bcm2835: Add Raspberry Pi 4 to DT schema
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: arm: Convert BCM2835 board/soc bindings to
|
||||
json-schema (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Move BCM2835/6/7 specific to
|
||||
bcm2835-common.dtsi (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Remove brcm, bcm2835-pl011 compatible
|
||||
(jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Remove simple-bus from fixed clocks
|
||||
(jsc#SLE-7772).
|
||||
- bluetooth: hci_bcm: Fix RTS handling during startup
|
||||
(jsc#SLE-7772).
|
||||
- clk: bcm2835: Mark PLLD_PER as CRITICAL (jsc#SLE-7772).
|
||||
- clk: bcm2835: Add BCM2711_CLOCK_EMMC2 support (jsc#SLE-7772).
|
||||
- clk: bcm2835: Introduce SoC specific clock registration
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: bcm2835-cprman: Add bcm2711 support (jsc#SLE-7772).
|
||||
- mmc: bcm2835: Take SWIOTLB memory size limitation into account
|
||||
(jsc#SLE-7772).
|
||||
- mmc: sdhci-iproc: Add support for emmc2 of the BCM2711
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: mmc: sdhci-iproc: Add brcm,bcm2711-emmc2
|
||||
(jsc#SLE-7772).
|
||||
- i2c: bcm2835: Add full name of devicetree node to adapter name
|
||||
(jsc#SLE-7772).
|
||||
- i2c: bcm2835: Avoid clk stretch quirk for BCM2711
|
||||
(jsc#SLE-7772).
|
||||
- dt-bindings: i2c: bcm2835: Add brcm,bcm2711 compatible
|
||||
(jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Enable HDMI at board level (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Define memory at board level (jsc#SLE-7772).
|
||||
- ARM: dts: bcm283x: Define MMC interfaces at board level
|
||||
(jsc#SLE-7772).
|
||||
- pinctrl: bcm2835: Add support for BCM2711 pull-up functionality
|
||||
(jsc#SLE-7772).
|
||||
- pinctrl: bcm2835: Add brcm,bcm2711 compatible (jsc#SLE-7772).
|
||||
- ARM: bcm283x: Reduce register ranges for UART, SPI and I2C
|
||||
(jsc#SLE-7772).
|
||||
- commit be4f5e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 6 08:32:50 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -66,7 +66,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.3.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g1838763
|
||||
Release: <RELEASE>.gdb1b90f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -171,10 +171,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-18387638721ab285e1bfbb482dcc826ffc39f984
|
||||
Provides: kernel-srchash-18387638721ab285e1bfbb482dcc826ffc39f984
|
||||
Provides: kernel-%build_flavor-base-srchash-db1b90f558f6af61fe2d5fb4259a90142bad25de
|
||||
Provides: kernel-srchash-db1b90f558f6af61fe2d5fb4259a90142bad25de
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-18387638721ab285e1bfbb482dcc826ffc39f984
|
||||
Provides: %name-srchash-db1b90f558f6af61fe2d5fb4259a90142bad25de
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d817aa7b7f296260fa62adeb3d3034d95f8e1608623271593efa3a8215396502
|
||||
size 54120
|
||||
oid sha256:1ed0770e83d5b925dd3ff841fb2074f23826b005002ef0bbca5c92bfb9f373f8
|
||||
size 79469
|
||||
|
35
series.conf
35
series.conf
@ -644,6 +644,41 @@
|
||||
# ppc64
|
||||
|
||||
# ARM
|
||||
patches.suse/0001-ARM-bcm283x-Reduce-register-ranges-for-UART-SPI-and-.patch
|
||||
patches.suse/0001-pinctrl-bcm2835-Add-brcm-bcm2711-compatible.patch
|
||||
patches.suse/0001-pinctrl-bcm2835-Add-support-for-BCM2711-pull-up-func.patch
|
||||
patches.suse/0001-ARM-dts-bcm283x-Define-MMC-interfaces-at-board-level.patch
|
||||
patches.suse/0001-ARM-dts-bcm283x-Define-memory-at-board-level.patch
|
||||
patches.suse/0001-ARM-dts-bcm283x-Enable-HDMI-at-board-level.patch
|
||||
patches.suse/0001-dt-bindings-i2c-bcm2835-Add-brcm-bcm2711-compatible.patch
|
||||
patches.suse/0001-i2c-bcm2835-Avoid-clk-stretch-quirk-for-BCM2711.patch
|
||||
patches.suse/0001-i2c-bcm2835-Add-full-name-of-devicetree-node-to-adap.patch
|
||||
patches.suse/0001-dt-bindings-mmc-sdhci-iproc-Add-brcm-bcm2711-emmc2.patch
|
||||
patches.suse/0001-mmc-sdhci-iproc-Add-support-for-emmc2-of-the-BCM2711.patch
|
||||
patches.suse/0001-mmc-bcm2835-Take-SWIOTLB-memory-size-limitation-into.patch
|
||||
patches.suse/0001-dt-bindings-bcm2835-cprman-Add-bcm2711-support.patch
|
||||
patches.suse/0001-clk-bcm2835-Introduce-SoC-specific-clock-registratio.patch
|
||||
patches.suse/0001-clk-bcm2835-Add-BCM2711_CLOCK_EMMC2-support.patch
|
||||
patches.suse/0001-clk-bcm2835-Mark-PLLD_PER-as-CRITICAL.patch
|
||||
|
||||
patches.suse/V4-01-10-bluetooth-hci_bcm-Fix-RTS-handling-during-startup.patch
|
||||
patches.suse/V4-02-10-ARM-dts-bcm283x-Remove-simple-bus-from-fixed-clocks.patch
|
||||
patches.suse/V4-03-10-ARM-dts-bcm283x-Remove-brcm-bcm2835-pl011-compatible.patch
|
||||
patches.suse/V4-04-10-ARM-dts-bcm283x-Move-BCM2835-6-7-specific-to-bcm2835-common.dtsi.patch
|
||||
patches.suse/V4-05-10-dt-bindings-arm-Convert-BCM2835-board-soc-bindings-to-json-schema.patch
|
||||
patches.suse/V4-06-10-dt-bindings-arm-bcm2835-Add-Raspberry-Pi-4-to-DT-schema.patch
|
||||
patches.suse/V4-07-10-ARM-bcm-Add-support-for-BCM2711-SoC.patch
|
||||
patches.suse/V4-08-10-ARM-dts-Add-minimal-Raspberry-Pi-4-support.patch
|
||||
patches.suse/V4-09-10-arm64-dts-broadcom-Add-reference-to-RPi-4-B.patch
|
||||
patches.suse/V4-10-10-MAINTAINERS-Add-BCM2711-to-BCM2835-ARCH.patch
|
||||
|
||||
patches.suse/v2-mmc-sdhci-iproc-fix-spurious-interrupts-on-Multiblock-reads-with-bcm2711.patch
|
||||
|
||||
# fix dma
|
||||
patches.suse/v6-1-4-arm64-mm-use-arm64_dma_phys_limit-instead-of-calling-max_zone_dma_phys.patch
|
||||
patches.suse/v6-2-4-arm64-rename-variables-used-to-calculate-ZONE_DMA32-s-size.patch
|
||||
patches.suse/v6-3-4-arm64-use-both-ZONE_DMA-and-ZONE_DMA32.patch
|
||||
patches.suse/v6-4-4-mm-refresh-ZONE_DMA-and-ZONE_DMA32-comments-in-enum-zone_type.patch
|
||||
|
||||
########################################################
|
||||
# Scheduler
|
||||
|
@ -1,3 +1,3 @@
|
||||
2019-10-08 06:39:44 +0000
|
||||
GIT Revision: 18387638721ab285e1bfbb482dcc826ffc39f984
|
||||
2019-10-10 05:37:47 +0000
|
||||
GIT Revision: db1b90f558f6af61fe2d5fb4259a90142bad25de
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user