Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'xilinx-v2023.1' of https://github.com/Xilinx/linux-xlnx.git
Move master to xilinx tag 2023.1. This brings us to linux 6.1 which means lot's of conflicts. Here are some of the things to watch out: - Remove clock-scales from dt-bindings. It's an internal hack, let's not add diffs on upstream bindings (keep it in the code); - Dropped commit cd4045d ("sound/soc/codecs/ts3a227e: add device property ti,insertion-debounce-time"). It's now upstream with a slightly different name for the property: "ti,debounce-insertion-ms". Updated the packrf devicetree users accordingly. - As usual, spi nor had a lot of changes. We need to make sure all of our stuff still works as expected. - Dropped commit 5ae8640 ("drivers: usb: chipidea: Let the PHY set VBUS"). Xilinx has upstreamed code for conctrolling VBUS which is actually different from this patch so we need to make sure things still work and if not, try to come up with something that is upstreamable so we don't diverge. - admv8818 completly synced with upstream. This breaks, at least, the pyadi user which needs to be updated - ad7173 has to be patched to make sure it does not depend on out of tree sigma_delta features. * tag 'xilinx-v2023.1': (87910 commits) usb: dwc3: otg: Enable OTG support in dwc3-core driver usb: dwc3: fixed OTG feature failure for xilinx platform usb: dwc3: core: disable 3.0 clock when operating in 2.0 device mode mtd: spi-nor: Fix flash lock failure in Macronix flashes mtd: spi-nor: Fix flash protection failure on Winbond 16MB flash parts net: axienet: Fix memory leak issue Revert "firmware: xilinx: znqmp_pm_init_finalize as late_initcall" Revert "soc: xilinx: znqmp_pm_init_finalize as late_initcall of PM driver" mtd: spi-nor: Fix Flash protection failure on ISSI 1G flash parts v4l2: xilinx: dprx: Move the interrupt handlers to workqueue arm64: zynqmp: Record compatible string for kv260 rev2 edac: xilinx: disable interrupts at probe drm: xlnx: hdmi: Update the sample rate based on TMDS reference clock phy: xilinx-xhdmiphy: Add support for HDMI 2.1 pass-through mode phy: xilinx-xhdmiphy: Make the rxch4-sel GPIO as an optional property dt: bindings: phy: Remove rxch4-sel-gpios from required property list phy: xilinx-xhdmiphy: Get resolutions < 1920x1080@60 working phy: xilinx-xhdmiphy: Disable all the interrupts irrespective of direction phy: xilinx-xhdmiphy: Support duplex mode for GTYE5 and GTYP phy: xilinx-xhdmiphy: Fix GT refclock comparison for HDMI 1.4 resolutions ... Signed-off-by: Nuno Sa <nuno.sa@analog.com>
- Loading branch information