1
0
Fork 0
alistair23-linux/drivers
Andrey Zhizhikin ee7b6ad15b This is the 5.4.67 stable release
-----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEEZH8oZUiU471FcZm+ONu9yGCSaT4FAl9rJlYACgkQONu9yGCS
 aT6WbRAAga6QVKrO6R4NeKk0fPqKQQoQeTK+phBOFA7jAoX/rIRKyob2Si9BwhBA
 F77vZ6HIZ7+e/o35JJQYQbffbHYs0ANuS1oHGqe0vgbh+72Viaan6g7lFOhpx8qf
 y0YS7q+hw4WLZB0gGlBM7nkPXRiis32IrEVabQW+t8hmT2lWyutY8E2yFAU60tvI
 Tvjm2c2pvHEcHz9MrjEd/jIVxMFnIl42FBTx9bGsbDUCDzBwEvPArS4bNioP7EFJ
 O+rrGCNvwtiv0DuKzX1UIZzQ88IROmU3ZjsIlgOwla7xJWv4QDgmPfyAyRI48QhH
 PAZQmSntz+y+MP6B3z3ZBrxc2Fx0kCDtugn2P9+2RVUEpheANJ293vUgYTKN9Roy
 dHdWHFWNTO9IYpIN0cZjc25db4ULdjerWQrKcCr6ZO8+Ep/0mSzx3lkWjfuUP8Hr
 L2RD6rAm259OpPq8xhAcJpJvoQLwGxaBHyr4QYUmRgmNVURoqe9Q0MTZuiyGsXhm
 rtcNky9WvmyyI1lJgXi4A+vmsIThCHEstEMycgTejfJ4itIVA9e1ctJVVomWULCn
 9oNStBJpmHw0myDCohbKNjeO1UX/erdF9NaoGto5bnfIhcSae1YQEjRB8zKmzbg1
 DpgC1f7IZ7q53vfrDGsAjInOcuEwAn/Y5JMLJOL4mdA9j3XlX2o=
 =Ot99
 -----END PGP SIGNATURE-----

Merge tag 'v5.4.67' into 5.4-2.2.x-imx

This is the 5.4.67 stable release

This updates the kernel present in the NXP release imx_5.4.47_2.2.0 to the
latest patchset available from stable korg.

Base stable kernel version present in the NXP BSP release is v5.4.47.

Following conflicts were recorded and resolved:
- arch/arm/mach-imx/pm-imx6.c
NXP version has a different PM vectoring scheme, where the IRAM bottom
half (8k) is used to store IRAM code and pm_info. Keep this version to
be compatible with NXP PM implementation.

- arch/arm64/boot/dts/freescale/imx8mm-evk.dts
- arch/arm64/boot/dts/freescale/imx8mn-ddr4-evk.dts
NXP patches kept to provide proper LDO setup:
imx8mm-evk.dts: 975d8ab07267ded741c4c5d7500e524c85ab40d3
imx8mn-ddr4-evk.dts: e8e35fd0e759965809f3dca5979a908a09286198

- drivers/crypto/caam/caamalg.c
Keep NXP version, as it already covers the functionality for the
upstream patch [d6bbd4eea2]

- drivers/gpu/drm/imx/dw_hdmi-imx.c
- drivers/gpu/drm/imx/imx-ldb.c
- drivers/gpu/drm/imx/ipuv3/ipuv3-crtc.c
Port changes from upstream commit [1a27987101], which extends
component lifetime by moving drm structures allocation/free from
bind() to probe().

- drivers/gpu/drm/imx/imx-ldb.c
Merge patch [1752ab50e8] from upstream to disable both LVDS channels
when Enoder is disabled

- drivers/mmc/host/sdhci-esdhc-imx.c
Fix merge fuzz produced by [6534c897fd].

- drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
Commit d1a00c9bb1 from upstream solves the issue with improper error
reporting when qdisc type support is absent. Upstream version is merged
into NXP implementation.

- drivers/net/ethernet/freescale/enetc/enetc.c
Commit [ce06fcb6a6] from upstream merged,
base NXP version kept

- drivers/net/ethernet/freescale/enetc/enetc_pf.c
Commit [e8b86b4d87] from upstream solves
the kernel panic in case if probing fails. NXP has a clean-up logic
implemented different, where the MDIO remove would be invoked in any
failure case. Keep the NXP logic in place.

- drivers/thermal/imx_thermal.c
Upstream patch [9025a5589c] adds missing
of_node_put call, NXP version has been adapted to accommodate this patch
into the code.

- drivers/usb/cdns3/ep0.c
Manual merge of commit [be8df02707] from
upstream to protect cdns3_check_new_setup

- drivers/xen/swiotlb-xen.c
Port upstream commit cca58a1669 to NXP tree, manual hunk was
resolved during merge.

- sound/soc/fsl/fsl_esai.c
Commit [53057bd4ac] upstream addresses the problem of endless isr in
case if exception interrupt is enabled and tasklet is scheduled. Since
NXP implementation has tasklet removed with commit [2bbe95fe6c],
upstream fix does not match the main implementation, hence we keep the
NXP version here.

- sound/soc/fsl/fsl_sai.c
Apply patch [b8ae2bf5cc] from upstream, which uses FIFO watermark
mask macro.

Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
2020-09-26 20:54:42 +00:00
..
accessibility
acpi ACPICA: Do not increment operation_region reference counts for field units 2020-08-19 08:16:05 +02:00
amba
android binder: Prevent context manager from incrementing ref 0 2020-08-11 15:33:35 +02:00
ata This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
atm firestream: Fix memleak in fs_open 2020-09-17 13:47:45 +02:00
auxdisplay
base This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
bcma
block rbd: require global CAP_SYS_ADMIN for mapping and unmapping 2020-09-17 13:47:53 +02:00
bluetooth Bluetooth: hci_serdev: Only unregister device if it was registered 2020-08-19 08:16:16 +02:00
bus This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
cdrom
char This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
clk This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
clocksource arm64: arch_timer: Disable the compat vdso for cores affected by ARM64_WORKAROUND_1418040 2020-07-22 09:32:51 +02:00
connector
counter
cpufreq This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
cpuidle cpuidle: Fixup IRQ state 2020-09-09 19:12:21 +02:00
crypto This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
dax dm: Call proper helper to determine dax support 2020-09-23 12:40:47 +02:00
dca
devfreq PM / devfreq: rk3399_dmc: Fix kernel oops when rockchip,pmu is absent 2020-09-03 11:26:50 +02:00
dio
dma This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
dma-buf This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
edac This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
eisa
extcon extcon: adc-jack: Fix an error handling path in 'adc_jack_probe()' 2020-06-24 17:50:36 +02:00
firewire
firmware This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
fpga fpga: dfl: fix bug in port reset handshake 2020-07-29 10:18:31 +02:00
fsi
gnss gnss: sirf: fix error return code in sirf_probe() 2020-06-22 09:31:20 +02:00
gpio This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
gpu This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
greybus
hid HID: elan: Fix memleak in elan_input_configured 2020-09-17 13:47:48 +02:00
hsi
hv Drivers: hv: vmbus: Add timeout to vmbus_wait_for_unload 2020-09-23 12:40:40 +02:00
hwmon This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
hwspinlock
hwtracing coresight: tmc: Fix TMC mode read in tmc_read_unprepare_etb() 2020-08-19 08:16:14 +02:00
i2c This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
i3c
ide
idle
iio This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
infiniband RDMA/bnxt_re: Restrict the max_gids to 256 2020-09-23 12:40:33 +02:00
input This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
interconnect
iommu iommu/amd: Fix potential @entry null deref 2020-09-23 12:40:42 +02:00
ipack
irqchip This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
isdn
leds leds: core: Flush scheduled work for system suspend 2020-08-19 08:16:11 +02:00
lightnvm
macintosh macintosh/via-macii: Access autopoll_devs when inside lock 2020-08-19 08:16:15 +02:00
mailbox This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
mcb
md dm: Call proper helper to determine dax support 2020-09-23 12:40:47 +02:00
media This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
memory
memstick
message scsi: mptscsih: Fix read sense data size 2020-07-16 08:16:36 +02:00
mfd This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
misc This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
mmc This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
mtd This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
mux
mxc MA-17683 [#imx-2302] Fix video playback "rcu stall" issue on 8mq 2020-09-04 10:39:18 +08:00
net This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
nfc NFC: st95hf: Fix memleak in st95hf_in_send_cmd 2020-09-17 13:47:45 +02:00
ntb NTB: perf: Fix race condition when run with ntb_test 2020-06-24 17:50:41 +02:00
nubus
nvdimm libnvdimm/security: ensure sysfs poll thread woke up and fetch updated attr 2020-08-21 13:05:35 +02:00
nvme nvme-tcp: cancel async events before freeing event struct 2020-09-23 12:40:37 +02:00
nvmem MLK-24529 nvmem: ocotp: use high bus when programming/reloading fuse 2020-08-21 17:03:55 +08:00
of This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
opp opp: Enable resources again if they were disabled earlier 2020-08-26 10:40:53 +02:00
oprofile
parisc parisc: mask out enable and reserved bits from sba imask 2020-08-19 08:16:26 +02:00
parport
pci This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
pcmcia
perf This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
phy This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
pinctrl This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
platform platform/chrome: cros_ec_ishtp: Fix a double-unlock issue 2020-08-21 13:05:30 +02:00
pnp
power This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
powercap
pps
ps3
ptp
pwm This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
rapidio rapidio: Replace 'select' DMAENGINES 'with depends on' 2020-09-23 12:40:36 +02:00
ras
regulator This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
remoteproc This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
reset MLK-24171-4 reset: imx7: add perst for imx8mp pcie 2020-06-24 10:00:28 +08:00
rpmsg
rtc This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
s390 s390/zcrypt: fix kmalloc 256k failure 2020-09-23 12:40:46 +02:00
sbus
scsi This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
sfi
sh
siox
slimbus slimbus: core: Fix mismatch in of_node_get/put 2020-07-22 09:33:08 +02:00
soc This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
soundwire soundwire: fix double free of dangling pointer 2020-09-17 13:47:43 +02:00
spi This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
spmi
ssb
staging This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
target scsi: target: iscsi: Fix hang in iscsit_access_np() when getting tpg->np_login_sem 2020-09-17 13:47:53 +02:00
tc
tee MLK-24438 drivers: tee: cleanup imx busfreq implementation 2020-07-23 18:01:23 +02:00
thermal This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
thunderbolt
tty This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
uio This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
usb This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
vfio This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
vhost vhost/scsi: fix up req type endian-ness 2020-08-05 09:59:42 +02:00
video This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
virt This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
virtio This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
visorbus
vlynq
vme
w1 w1: omap-hdq: cleanup to add missing newline for some dev_dbg 2020-06-22 09:31:26 +02:00
watchdog This is the 5.4.67 stable release 2020-09-26 20:54:42 +00:00
xen xen/xenbus: Fix granting of vmalloc'd memory 2020-09-09 19:12:22 +02:00
zorro
Kconfig
Makefile