Commit Graph

114 Commits

Author SHA1 Message Date
Peter Robinson
89a9e040aa arm updates 2020-02-16 17:53:43 +00:00
Peter Robinson
301b462673 disable rockchips PCIE (again) because it's disabled for a reason and documented in bug 1704945 2020-02-11 11:08:29 +00:00
Jeremy Cline
dde5675700 Linux v5.5-9824-g90568ecf5615
This also enables:
  - DM_CLONE as a module (rhbz 1799060)
  - PCI Express devices on RockChip SoCs (rhbz 1792564)
2020-02-07 11:53:17 -05:00
Jeremy Cline
2be352ba91 Linux v5.5-9402-g6992ca0dd017 2020-02-05 09:39:51 -05:00
Jeremy Cline
2bdd226657 Linux v5.5-8686-g14cd0bd04907 2020-02-03 11:38:06 -05:00
Jeremy Cline
f15fea450f Linux v5.5-3996-gb3a608222336 2020-01-29 12:22:59 -05:00
Paul Bolle
414db95e44 Kconfig symbol cleanup for v5.5-rc1
There are 14 Kconfig symbols referenced in the files used for
configuration generation and in the shipped .config files that were
dropped in upstream v5.5-rc1. The references to these symbols can be
safely removed.

These symbols are:
    CONFIG_CALGARY_IOMMU
    CONFIG_CRC_PMIC_OPREGION
    CONFIG_CRYPTO_BLKCIPHER
    CONFIG_HEADERS_CHECK
    CONFIG_HEADER_TEST
    CONFIG_INFINIBAND_CXGB3
    CONFIG_INPUT_KXTJ9_POLLED_MODE
    CONFIG_KERNEL_HEADER_TEST
    CONFIG_PCIEASPM_DEBUG
    CONFIG_PWM_TIPWMSS
    CONFIG_QCOM_SDM845_LLCC
    CONFIG_REFCOUNT_FULL
    CONFIG_SIMPLE_GPIO
    CONFIG_SND_HDA_INTEL_DETECT_DMIC

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2020-01-25 10:27:15 +01:00
Paul Bolle
b3a3f703e4 configs: remove CONFIG_CROSS_COMPILE_COMPAT_VDSO
The Kconfig symbol CROSS_COMPILE_COMPAT_VDSO was dropped in v5.4-rc3,
see upstream commit 50a2610adec9 ("lib: vdso: Remove
CROSS_COMPILE_COMPAT_VDSO"). So drop it from the configuration
generation system too.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2020-01-25 10:22:10 +01:00
Peter Robinson
b5c9f2d0fe arm: qcom: disable some 32 bit HW in aarch64 2020-01-21 19:37:40 +00:00
Peter Robinson
e479e45f10 arm: a few more updates 2019-12-11 08:28:14 +00:00
Peter Robinson
2352fc874d 5.5 Updates for ARMv7/aarch64, Enable newer TI ARMv7 platforms 2019-12-11 02:35:43 +00:00
Justin M. Forbes
7e8e0b495b Linux v5.4-11180-g76bb8b05960c 2019-12-03 12:41:35 -06:00
Justin M. Forbes
abd6b9505d Linux v5.4-10271-g596cf45cbf6e 2019-12-02 12:50:34 -06:00
Justin M. Forbes
17ffa26d54 Linux v5.4-3619-gbe2eca94d144 2019-11-26 12:44:01 -06:00
Peter Robinson
d6de88bcac Enable drivers for a number of the RPi HATs, minor config tidy ups 2019-11-24 16:57:13 +00:00
Laura Abbott
0fc2c9a1e6 enable CONFIG_EDAC_BLUEFIELD
Used on some ARM platforms
2019-11-22 10:59:28 -05:00
Jeremy Cline
806e674c8d Update NR_CPUS for aarch64, powerpc, and s390x
This aligns the setting with upstream defconfigs along with the ARK
configuration.
2019-11-04 11:52:53 -05:00
Jeremy Cline
d82fe1b5f1 Linux v5.4-rc3-99-g0e2adab6cf28 2019-10-18 14:23:40 +00:00
Peter Robinson
418aac7518 add forgotten hisi SPI config 2019-10-12 15:17:53 +01:00
Paul Bolle
58bd8a39c3 Kconfig symbol cleanup for v5.4-rc1
Two Kconfig symbols were part of upstream v5.3-rc1 but didn't make it
into v5.3 (for reasons I couldn't be bothered to unearth): PREEMPT_LL
and SOUNDWIRE_BUS. Remove them from our configuration generation system
too.

Commit 3e636fe3a6 ("Remove patch for GCC VTA") forgot to clean up the
configs/ directory. Do so now.

Commit e21e52b608 ("Linux v5.3-13236-g97f9a3c4eee5") forgot to remove
CONFIG_LOCK_DOWN_KERNEL and CONFIG_LOCK_DOWN_KERNEL_FORCE from the
configs/ directory. Do so now.

Commit 5c0d4daff4 ("Remove crash driver") forgot to clean up the
configs/ directory. Do so now.

There are 22 Kconfig symbols referenced in the files used for
configuration generation and in the shipped .config files that were
dropped in upstream v5.4-rc1. The references to these symbols can be
safely removed.

These symbols are:
    CONFIG_ARM_QCOM_CPUFREQ_KRYO
    CONFIG_CRYPTO_AEGIS128L
    CONFIG_CRYPTO_AEGIS128L_AESNI_SSE2
    CONFIG_CRYPTO_AEGIS256
    CONFIG_CRYPTO_AEGIS256_AESNI_SSE2
    CONFIG_CRYPTO_AES_586
    CONFIG_CRYPTO_AES_X86_64
    CONFIG_CRYPTO_MORUS1280
    CONFIG_CRYPTO_MORUS1280_AVX2
    CONFIG_CRYPTO_MORUS1280_SSE2
    CONFIG_CRYPTO_MORUS640
    CONFIG_CRYPTO_MORUS640_SSE2
    CONFIG_DRM_TINYDRM
    CONFIG_HISI_KIRIN_DW_DSI
    CONFIG_I2C_BCM2048
    CONFIG_KEXEC_VERIFY_SIG
    CONFIG_MFD_CROS_EC_CHARDEV
    CONFIG_MTD_M25P80
    CONFIG_SENSORS_ADS1015
    CONFIG_SERIAL_8250_MOXA
    CONFIG_SGI_IOC4
    CONFIG_TINYDRM_MIPI_DBI

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2019-10-10 11:54:27 -04:00
Peter Robinson
dedd91c9bf second round of arm 5.4 updates 2019-10-03 11:10:55 +01:00
Peter Robinson
54d7d38992 initial Arm 5.4 config updates 2019-10-02 10:38:25 +01:00
Jeremy Cline
e21e52b608 Linux v5.3-13236-g97f9a3c4eee5
This is a first pass at getting the secureboot patches working with the
upstream lockdown patches that got merged. The final patch from our
lockdown set is the sysrq patch which also needs work. For the present
it is not applied.
2019-10-01 14:20:23 +00:00
Jeremy Cline
84b9af49cc Linux v5.3-12025-g4c07e2ddab5b 2019-09-24 17:50:27 +00:00
Jeremy Cline
f628f023e1 Linux v5.3-11768-g619e17cf75dd 2019-09-23 19:06:55 +00:00
Jeremy Cline
75129cc8a4 Linux v5.3-7639-gb41dae061bbd 2019-09-19 21:09:49 +00:00
Jeremy Cline
e432a71879 Linux v5.3-3839-g35f7a9526615 2019-09-18 18:01:45 +00:00
Jeremy Cline
021611765e Linux v5.3-2061-gad062195731b 2019-09-17 21:22:39 +00:00
Laura Abbott
28be16d99e Linux v5.3-rc2 2019-07-29 07:40:19 -04:00
Peter Robinson
1c98607f41 arm: part 4 (and the last) of the merge window updates 2019-07-22 13:27:49 +01:00
Peter Robinson
c7dd95a6bb arm updates for 5.3 part 3 2019-07-22 08:31:01 +01:00
Peter Robinson
cb88675efe arm updates for 5.3 part 2
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2019-07-22 00:42:57 +01:00
Peter Robinson
eb83b04a06 arm updates for 5.3 part 1 2019-07-21 15:11:38 +01:00
Laura Abbott
46f3e4dbcb Linux v5.2-7109-gd7d170a8e357 2019-07-12 08:29:07 -04:00
Laura Abbott
92f0deae55 Linux v5.2-915-g5ad18b2e60b7 2019-07-09 09:26:30 -04:00
Peter Robinson
aa0fcf841b arm64: minor config tweak for i.MX8 2019-06-25 11:52:52 +01:00
Peter Robinson
5a11487f77 QCom ACPI fixes 2019-06-22 10:56:20 +01:00
Paul Bolle
7dfb2ede8b configs: remove CONFIG_ARM64_ERRATUM_1188873
The Kconfig symbol ARM64_ERRATUM_1188873 was dropped in v5.2-rc2, see
upstream commit a5325089bd05 ("arm64: Handle erratum 1418040 as a
superset of erratum 1188873"). So drop it from the configuration generation
system too.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2019-06-03 14:24:43 -05:00
Peter Robinson
1c6a1c45ef aarch64: enable Truly nt35597 panel for aarch64 2019-05-29 12:25:32 +01:00
Peter Robinson
59a539cc7d arm: minor tegra updates 2019-05-29 12:09:38 +01:00
Justin M. Forbes
8f4544ef8d Linux v5.2-rc1-233-g0a72ef899014 2019-05-24 15:18:07 -05:00
Peter Robinson
921fd07b84 aarch64: qcom: minor tweaks for sd845/850 HW 2019-05-24 19:46:54 +01:00
Peter Robinson
daa722ef9c further minor Arm updates, primarily for arm64 tegra devices 2019-05-20 13:05:12 +01:00
Peter Robinson
37f7d8a335 Arm config updates for 5.2rc1 2019-05-20 08:47:57 +01:00
Justin M. Forbes
5b72efed7d Linux v5.1-12065-g8c05f3b965da 2019-05-16 15:35:54 -05:00
Justin M. Forbes
735223bf90 Linux v5.1-10135-ga13f0655503a 2019-05-13 12:05:41 -05:00
Justin M. Forbes
bf888d2bd5 Linux v5.1-8122-ga2d635decbfa 2019-05-09 13:02:16 -05:00
Justin M. Forbes
2b2a5f0a2e Linux v5.1-1199-g71ae5fc87c34 2019-05-07 12:04:31 -05:00
Peter Robinson
95a0150a74 minor qcom sound config tweak 2019-05-07 04:53:00 +01:00
Jeremy Cline
c5e7ef61a4 Linux v5.1-rc7 2019-04-29 15:40:35 +00:00