** Description changed: Upstream raspberrypi patchset 2020-03-26 - Ported from the following raspberrypi branch: - rpi-5.4.y - from https://github.com/raspberrypi/linux.git + Ported from the following raspberrypi branch: + rpi-5.4.y + from https://github.com/raspberrypi/linux.git + + drm/modes: parse_cmdline: Explicitly memset the passed in drm_cmdline_mode struct + drm/modes: parse_cmdline: Remove some unnecessary code (v2) + drm/modes: parse_cmdline: Add support for specifying panel_orientation (v2) + drm/modes: parse_cmdline: Allow specifying stand-alone options + drm/modes: parse_cmdline: Set bpp/refresh_specified after successful parsing + drm/modes: parse_cmdline: Add freestanding argument to drm_mode_parse_cmdline_options() + drm/modes: parse_cmdline: Rework drm_mode_parse_cmdline_options() + drm/modes: parse_cmdline: Accept extras directly after mode combined with options + drm/modes: parse_cmdline: Stop parsing extras after bpp / refresh at ', ' + drm/modes: parse_cmdline: Make various char pointers const + drm/modes: parse_cmdline: Fix possible reference past end of string + net: bcmgenet: Clear ID_MODE_DIS in EXT_RGMII_OOB_CTRL when not needed + ARM: dts: bcm271x: Use a53 pmu, drop RPI364 + ARM: dts: bcm2711: Add 32-bit PMU compatibility + Add support for merus-amp soundcard and ma120x0p codec + gpio-ir-overlay: add parameter to configure signal polarity (#3490) + drm/vc4: Add DRM_FORMAT_P030 support to firmware-kms + drm/fourcc: Add packed 10bit YUV 4:2:0 format + drm/vc4: fkms: Change crtc_state structure name to avoid conflict + media: ov5647: change defaults to better match raw camera applications. + media: ov5647: Add extra 10-bit sensor modes. + media: ov5647: Add V4L2 controls for analogue gain, exposure and AWB + media: ov5647: Add basic support for multiple sensor modes. + media: ov5647: Fix return codes from ov5647_write/ov5647_read functions. + Kbuild: Allow .dtbo overlays to be built, adjust. + overlays: imx219: Correct link frequency to match the upstream driver + media: i2c: Add driver for Sony IMX219 sensor + media: dt-bindings: media: i2c: Add IMX219 CMOS sensor binding + Revert "media: dt-bindings: Add binding for the Sony IMX219 sensor" + Revert "media: i2c: Add driver for Sony IMX219 sensor" + bcm2711-rpi.dtsi: Use upstream pcie node + PCI: brcmstb: Fix build on 32bit ARM platforms with older compilers + PCI: brcmstb: Add MSI support + PCI: brcmstb: Add Broadcom STB PCIe host controller driver + ARM: dts: bcm2711: Enable PCIe controller + dma-mapping: treat dev->bus_dma_mask as a DMA limit + dma-direct: exclude dma_direct_map_resource from the min_low_pfn check + dma-direct: avoid a forward declaration for phys_to_dma + dma-direct: unify the dma_capable definitions + PCI: of: Add inbound resource parsing to helpers + x86/PCI: sta2x11: use default DMA address translation + dma-direct: check for overflows on 32 bit DMA addresses + dma/direct: turn ARCH_ZONE_DMA_BITS into a variable + resource: Add a resource_list_first_type helper + mm: refresh ZONE_DMA and ZONE_DMA32 comments in 'enum zone_type' + arm64: use both ZONE_DMA and ZONE_DMA32 + arm64: rename variables used to calculate ZONE_DMA32's size + arm64: mm: use arm64_dma_phys_limit instead of calling max_zone_dma_phys() + of: Make of_dma_get_range() work on bus nodes + of/address: Translate 'dma-ranges' for parent nodes missing 'dma-ranges' + of: Factor out #{addr,size}-cells parsing + of: address: Follow DMA parent for "dma-coherent" + of/address: Introduce of_get_next_dma_parent() helper + Revert "dma-direct: check for overflows on 32 bit DMA addresses" + Revert "arm64/mm: Limit the DMA zone for arm64" + Revert "PCI: brcmstb: Add Broadcom STB PCIe host controller driver" + Revert "PCI: brcmstb: Add dma-range mapping for inbound traffic" + Revert "PCI: brcmstb: Add MSI capability" + Revert "pcie-brcmstb: Changes for BCM2711" + Revert "bcm2835-dma: Add proper 40-bit DMA support" + Revert "bcm2835-dma: Correct SoC name" + Revert "pcie-brcmstb: Don't set DMA ops for root complex" + Revert "Ported pcie-brcmstb bounce buffer implementation to ARM64. (#3144)" + Revert "pcie-brcmstb-bounce64.c: dev_err() -> dev_info() for info messages" + Revert "pcie-brcmstb: Eliminate arch_dma_ops error message" + Revert "pcie-brcmstb: Bounce buffer support is for BCM2711B0" + Revert "pcie-brcmstb: Correct SoC name" + Revert "ARM: dts: bcm283x: Restore simple-bus to /clocks" + ARM: dts: bcm283x: Restore simple-bus to /clocks
** Summary changed: - focal/linux-raspi2: Upstream raspberrypi patchset 2020-03-26 + focal/linux-raspi2: Upstream raspberrypi patchset 2020-03-27 ** Description changed: - Upstream raspberrypi patchset 2020-03-26 + Upstream raspberrypi patchset 2020-03-27 Ported from the following raspberrypi branch: rpi-5.4.y from https://github.com/raspberrypi/linux.git drm/modes: parse_cmdline: Explicitly memset the passed in drm_cmdline_mode struct drm/modes: parse_cmdline: Remove some unnecessary code (v2) drm/modes: parse_cmdline: Add support for specifying panel_orientation (v2) drm/modes: parse_cmdline: Allow specifying stand-alone options drm/modes: parse_cmdline: Set bpp/refresh_specified after successful parsing drm/modes: parse_cmdline: Add freestanding argument to drm_mode_parse_cmdline_options() drm/modes: parse_cmdline: Rework drm_mode_parse_cmdline_options() drm/modes: parse_cmdline: Accept extras directly after mode combined with options drm/modes: parse_cmdline: Stop parsing extras after bpp / refresh at ', ' drm/modes: parse_cmdline: Make various char pointers const drm/modes: parse_cmdline: Fix possible reference past end of string net: bcmgenet: Clear ID_MODE_DIS in EXT_RGMII_OOB_CTRL when not needed ARM: dts: bcm271x: Use a53 pmu, drop RPI364 ARM: dts: bcm2711: Add 32-bit PMU compatibility Add support for merus-amp soundcard and ma120x0p codec gpio-ir-overlay: add parameter to configure signal polarity (#3490) drm/vc4: Add DRM_FORMAT_P030 support to firmware-kms drm/fourcc: Add packed 10bit YUV 4:2:0 format drm/vc4: fkms: Change crtc_state structure name to avoid conflict media: ov5647: change defaults to better match raw camera applications. media: ov5647: Add extra 10-bit sensor modes. media: ov5647: Add V4L2 controls for analogue gain, exposure and AWB media: ov5647: Add basic support for multiple sensor modes. media: ov5647: Fix return codes from ov5647_write/ov5647_read functions. Kbuild: Allow .dtbo overlays to be built, adjust. overlays: imx219: Correct link frequency to match the upstream driver media: i2c: Add driver for Sony IMX219 sensor media: dt-bindings: media: i2c: Add IMX219 CMOS sensor binding Revert "media: dt-bindings: Add binding for the Sony IMX219 sensor" Revert "media: i2c: Add driver for Sony IMX219 sensor" bcm2711-rpi.dtsi: Use upstream pcie node PCI: brcmstb: Fix build on 32bit ARM platforms with older compilers PCI: brcmstb: Add MSI support PCI: brcmstb: Add Broadcom STB PCIe host controller driver ARM: dts: bcm2711: Enable PCIe controller dma-mapping: treat dev->bus_dma_mask as a DMA limit dma-direct: exclude dma_direct_map_resource from the min_low_pfn check dma-direct: avoid a forward declaration for phys_to_dma dma-direct: unify the dma_capable definitions PCI: of: Add inbound resource parsing to helpers x86/PCI: sta2x11: use default DMA address translation dma-direct: check for overflows on 32 bit DMA addresses dma/direct: turn ARCH_ZONE_DMA_BITS into a variable resource: Add a resource_list_first_type helper mm: refresh ZONE_DMA and ZONE_DMA32 comments in 'enum zone_type' arm64: use both ZONE_DMA and ZONE_DMA32 arm64: rename variables used to calculate ZONE_DMA32's size arm64: mm: use arm64_dma_phys_limit instead of calling max_zone_dma_phys() of: Make of_dma_get_range() work on bus nodes of/address: Translate 'dma-ranges' for parent nodes missing 'dma-ranges' of: Factor out #{addr,size}-cells parsing of: address: Follow DMA parent for "dma-coherent" of/address: Introduce of_get_next_dma_parent() helper Revert "dma-direct: check for overflows on 32 bit DMA addresses" Revert "arm64/mm: Limit the DMA zone for arm64" Revert "PCI: brcmstb: Add Broadcom STB PCIe host controller driver" Revert "PCI: brcmstb: Add dma-range mapping for inbound traffic" Revert "PCI: brcmstb: Add MSI capability" Revert "pcie-brcmstb: Changes for BCM2711" Revert "bcm2835-dma: Add proper 40-bit DMA support" Revert "bcm2835-dma: Correct SoC name" Revert "pcie-brcmstb: Don't set DMA ops for root complex" Revert "Ported pcie-brcmstb bounce buffer implementation to ARM64. (#3144)" Revert "pcie-brcmstb-bounce64.c: dev_err() -> dev_info() for info messages" Revert "pcie-brcmstb: Eliminate arch_dma_ops error message" Revert "pcie-brcmstb: Bounce buffer support is for BCM2711B0" Revert "pcie-brcmstb: Correct SoC name" Revert "ARM: dts: bcm283x: Restore simple-bus to /clocks" ARM: dts: bcm283x: Restore simple-bus to /clocks -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-raspi2 in Ubuntu. https://bugs.launchpad.net/bugs/1869180 Title: focal/linux-raspi2: Upstream raspberrypi patchset 2020-03-27 Status in linux-raspi2 package in Ubuntu: New Status in linux-raspi2 source package in Focal: New Bug description: Upstream raspberrypi patchset 2020-03-27 Ported from the following raspberrypi branch: rpi-5.4.y from https://github.com/raspberrypi/linux.git drm/modes: parse_cmdline: Explicitly memset the passed in drm_cmdline_mode struct drm/modes: parse_cmdline: Remove some unnecessary code (v2) drm/modes: parse_cmdline: Add support for specifying panel_orientation (v2) drm/modes: parse_cmdline: Allow specifying stand-alone options drm/modes: parse_cmdline: Set bpp/refresh_specified after successful parsing drm/modes: parse_cmdline: Add freestanding argument to drm_mode_parse_cmdline_options() drm/modes: parse_cmdline: Rework drm_mode_parse_cmdline_options() drm/modes: parse_cmdline: Accept extras directly after mode combined with options drm/modes: parse_cmdline: Stop parsing extras after bpp / refresh at ', ' drm/modes: parse_cmdline: Make various char pointers const drm/modes: parse_cmdline: Fix possible reference past end of string net: bcmgenet: Clear ID_MODE_DIS in EXT_RGMII_OOB_CTRL when not needed ARM: dts: bcm271x: Use a53 pmu, drop RPI364 ARM: dts: bcm2711: Add 32-bit PMU compatibility Add support for merus-amp soundcard and ma120x0p codec gpio-ir-overlay: add parameter to configure signal polarity (#3490) drm/vc4: Add DRM_FORMAT_P030 support to firmware-kms drm/fourcc: Add packed 10bit YUV 4:2:0 format drm/vc4: fkms: Change crtc_state structure name to avoid conflict media: ov5647: change defaults to better match raw camera applications. media: ov5647: Add extra 10-bit sensor modes. media: ov5647: Add V4L2 controls for analogue gain, exposure and AWB media: ov5647: Add basic support for multiple sensor modes. media: ov5647: Fix return codes from ov5647_write/ov5647_read functions. Kbuild: Allow .dtbo overlays to be built, adjust. overlays: imx219: Correct link frequency to match the upstream driver media: i2c: Add driver for Sony IMX219 sensor media: dt-bindings: media: i2c: Add IMX219 CMOS sensor binding Revert "media: dt-bindings: Add binding for the Sony IMX219 sensor" Revert "media: i2c: Add driver for Sony IMX219 sensor" bcm2711-rpi.dtsi: Use upstream pcie node PCI: brcmstb: Fix build on 32bit ARM platforms with older compilers PCI: brcmstb: Add MSI support PCI: brcmstb: Add Broadcom STB PCIe host controller driver ARM: dts: bcm2711: Enable PCIe controller dma-mapping: treat dev->bus_dma_mask as a DMA limit dma-direct: exclude dma_direct_map_resource from the min_low_pfn check dma-direct: avoid a forward declaration for phys_to_dma dma-direct: unify the dma_capable definitions PCI: of: Add inbound resource parsing to helpers x86/PCI: sta2x11: use default DMA address translation dma-direct: check for overflows on 32 bit DMA addresses dma/direct: turn ARCH_ZONE_DMA_BITS into a variable resource: Add a resource_list_first_type helper mm: refresh ZONE_DMA and ZONE_DMA32 comments in 'enum zone_type' arm64: use both ZONE_DMA and ZONE_DMA32 arm64: rename variables used to calculate ZONE_DMA32's size arm64: mm: use arm64_dma_phys_limit instead of calling max_zone_dma_phys() of: Make of_dma_get_range() work on bus nodes of/address: Translate 'dma-ranges' for parent nodes missing 'dma-ranges' of: Factor out #{addr,size}-cells parsing of: address: Follow DMA parent for "dma-coherent" of/address: Introduce of_get_next_dma_parent() helper Revert "dma-direct: check for overflows on 32 bit DMA addresses" Revert "arm64/mm: Limit the DMA zone for arm64" Revert "PCI: brcmstb: Add Broadcom STB PCIe host controller driver" Revert "PCI: brcmstb: Add dma-range mapping for inbound traffic" Revert "PCI: brcmstb: Add MSI capability" Revert "pcie-brcmstb: Changes for BCM2711" Revert "bcm2835-dma: Add proper 40-bit DMA support" Revert "bcm2835-dma: Correct SoC name" Revert "pcie-brcmstb: Don't set DMA ops for root complex" Revert "Ported pcie-brcmstb bounce buffer implementation to ARM64. (#3144)" Revert "pcie-brcmstb-bounce64.c: dev_err() -> dev_info() for info messages" Revert "pcie-brcmstb: Eliminate arch_dma_ops error message" Revert "pcie-brcmstb: Bounce buffer support is for BCM2711B0" Revert "pcie-brcmstb: Correct SoC name" Revert "ARM: dts: bcm283x: Restore simple-bus to /clocks" ARM: dts: bcm283x: Restore simple-bus to /clocks To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-raspi2/+bug/1869180/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp