** Description changed:

  Upstream raspberrypi patchset 2020-06-10
  
     Ported from the following raspberrypi branch:
        rpi-5.4.y
  
  from https://github.com/raspberrypi/linux.git
  
  w1_therm: remove redundant assignments to variable ret
  w1_therm: Free the correct variable
  w1_therm: adding bulk read support to trigger multiple conversion on bus
  w1_therm: adding alarm sysfs entry
  w1_therm: optimizing temperature read timings
  w1_therm: adding eeprom sysfs entry
  w1_therm: adding resolution sysfs entry
  w1_therm: adding ext_power sysfs entry
  w1_therm: fix reset_select_slave during discovery
  w1_therm: adding code comments and code reordering
  overlays: Update upstream overlays after vc4-kms-v3d change
  overlays: i2c-gpio: Avoid open-drain warnings
  Revert "overlays: gpio-keys: Avoid open-drain warnings"
  snd_bcm2835: disable HDMI audio when vc4 is used (#3640)
  vc4: cec: Restore cec physical address on reconnect
  staging: vchiq_arm: Use g_dma_dev for dma_unmap_sg
  vc4: Set driver_name for card
  configs: Add SND_SOC_MAX98357A=m
  Add Micro Crystal RV-1805 to i2c-rtc overlays
  media: bcm2835-isp: fix bytes per line calculations for some image formats
  overlays: i2c-rtc-gpio: Fix trickle-resistor-ohms param
  net: rtl8192cu: fix gcc misleading whitespace warning
  overlays: Add spi0 overlay to support sc16is752
  overlays: gpio-shutdown: Add information for Raspberry Pi 1 Model B rev 1
  overlays: gpio-shutdown: Add information for SysV init / inittab
  overlays: i2c-rtc: Fix trickle-resistor-ohms param
  brcmfmac: BCM43436 needs dedicated firmware
  configs: Build HWMON core into kernel
  configs: Switch to upstream thermal sensor for RPi 4 - BCM2711_THERMAL
  ARM: dts: bcm2711-rpi: Remove downstream thermal sensor node
  Revert "thermal: brcmstb_thermal: Add BCM2838 support"
  Revert "thermal: brcmstb_thermal: Correct SoC name"
  ARM: configs: Build BCM2711 thermal as module
  ARM: dts: bcm2711: Enable thermal
  thermal: Add BCM2711 thermal driver
  dt-bindings: Add Broadcom AVS RO thermal
  media: bcm2835-unicam: change minimum number of vb2_queue buffers to 1
- Revert "zswap: Uncross module parameter setting functions"
  ARM: dts: Update for new VCHIQ BCM2711 DMA support
  staging: vchiq_arm: Clean up 40-bit DMA support
  media: i2c: imx477: Return correct result on sensor id verification
  drm/vc4: Add FKMS as an acceptable node for dma ranges.
  drm/vc4: Adopt the dma configuration from the HVS or V3D component
  configs: Add ZSWAP=y, ZBUD=m, Z3FOLD=m
  zswap: Defer zswap initialisation
- zswap: Uncross module parameter setting functions
  media: bcm2835-unicam: Retain packing information on G_FMT
  Switch to snd_soc_dai_set_bclk_ratio
  overlays: Fix audio parameter of vc4-kms-v3d
  configs: Restore missing NF_TABLES settings
  staging:vc04_services: bcm2835-camera: Request headers with I-frame
  staging:vc04_services: bcm2835-codec: Avoid fragmenting buffers
  staging:vc04_services: bcm2835-codec: Request headers with I-frame
  staging: vc04_services: mmal-vchiq: Update parameters list
  drm/vc4: Fix VIC usage with Broadcast RGB
  sc16is7xx: Fix for hardware flow control
  media: bcm2835-unicam: Always service interrupts
  configs: Use the upstream cpufreq driver
  configs: Include the firmware-clocks driver
  ARM: dts: Enable firmware-clocks on all Pis
  defconfig: Add CMA and system dma-heaps to the config
  dma-heap: Make the symbol 'dma_heap_ioctl_cmds' static
  dma-buf: fix resource leak on -ENOTTY error return path
  dma-buf: heaps: Remove redundant heap identifier from system heap name
  dma-buf: heaps: Use _IOCTL_ for userspace IOCTL identifier
  kselftests: Add dma-heap test
  dma-buf: heaps: Add CMA heap to dmabuf heaps
  dma-buf: heaps: Add system heap to dmabuf heaps
  dma-buf: heaps: Add heap helpers
  dma-buf: Add dma-buf heaps framework
  udmabuf: fix dma-buf cpu access
  udmabuf: implement begin_cpu_access/end_cpu_access hooks
  udmabuf: separate out creating/destroying scatter-table
  udmabuf: add a pointer to the miscdevice in dma-buf private data
  udmabuf: use cache_sgt_mapping option
  udmabuf: Remove deleted map/unmap handlers.
  configs: Add imx477 sensor driver to all Raspberry Pi defconfigs
  media: i2c: imx477: Add support for adaptive frame control
  media: i2c: Add driver for Sony IMX477 sensor
  dtoverlays: Add IMX477 sensor overlay
  dt-bindings: media: i2c: Add IMX477 CMOS sensor binding
  raspberrypi: dts: Switch to discrete ALSA devices
  overlays: Move "fixed-clock" nodes to the root
  overlays: tc358743: Use intra-overlay fragments
+ bcm2835-dma: Add proper 40-bit DMA support
+ clk-raspberrypi: Allow cpufreq driver to also adjust gpu clocks
+ drm/vc4: Fix HDMI mode validation
+ gpiolib: Don't prevent IRQ usage of output GPIOs
+ Revert "gpiolib: Don't prevent IRQ usage of output GPIOs"
+ Revert "net: bcmgenet: Workaround for Pi 4B network issue"

** Description changed:

  Upstream raspberrypi patchset 2020-06-10
  
     Ported from the following raspberrypi branch:
        rpi-5.4.y
  
  from https://github.com/raspberrypi/linux.git
  
  w1_therm: remove redundant assignments to variable ret
  w1_therm: Free the correct variable
  w1_therm: adding bulk read support to trigger multiple conversion on bus
  w1_therm: adding alarm sysfs entry
  w1_therm: optimizing temperature read timings
  w1_therm: adding eeprom sysfs entry
  w1_therm: adding resolution sysfs entry
  w1_therm: adding ext_power sysfs entry
  w1_therm: fix reset_select_slave during discovery
  w1_therm: adding code comments and code reordering
  overlays: Update upstream overlays after vc4-kms-v3d change
  overlays: i2c-gpio: Avoid open-drain warnings
  Revert "overlays: gpio-keys: Avoid open-drain warnings"
  snd_bcm2835: disable HDMI audio when vc4 is used (#3640)
  vc4: cec: Restore cec physical address on reconnect
  staging: vchiq_arm: Use g_dma_dev for dma_unmap_sg
  vc4: Set driver_name for card
  configs: Add SND_SOC_MAX98357A=m
  Add Micro Crystal RV-1805 to i2c-rtc overlays
  media: bcm2835-isp: fix bytes per line calculations for some image formats
  overlays: i2c-rtc-gpio: Fix trickle-resistor-ohms param
  net: rtl8192cu: fix gcc misleading whitespace warning
  overlays: Add spi0 overlay to support sc16is752
  overlays: gpio-shutdown: Add information for Raspberry Pi 1 Model B rev 1
  overlays: gpio-shutdown: Add information for SysV init / inittab
  overlays: i2c-rtc: Fix trickle-resistor-ohms param
  brcmfmac: BCM43436 needs dedicated firmware
  configs: Build HWMON core into kernel
  configs: Switch to upstream thermal sensor for RPi 4 - BCM2711_THERMAL
  ARM: dts: bcm2711-rpi: Remove downstream thermal sensor node
  Revert "thermal: brcmstb_thermal: Add BCM2838 support"
  Revert "thermal: brcmstb_thermal: Correct SoC name"
  ARM: configs: Build BCM2711 thermal as module
  ARM: dts: bcm2711: Enable thermal
  thermal: Add BCM2711 thermal driver
  dt-bindings: Add Broadcom AVS RO thermal
  media: bcm2835-unicam: change minimum number of vb2_queue buffers to 1
  ARM: dts: Update for new VCHIQ BCM2711 DMA support
  staging: vchiq_arm: Clean up 40-bit DMA support
  media: i2c: imx477: Return correct result on sensor id verification
  drm/vc4: Add FKMS as an acceptable node for dma ranges.
  drm/vc4: Adopt the dma configuration from the HVS or V3D component
  configs: Add ZSWAP=y, ZBUD=m, Z3FOLD=m
  zswap: Defer zswap initialisation
  media: bcm2835-unicam: Retain packing information on G_FMT
  Switch to snd_soc_dai_set_bclk_ratio
  overlays: Fix audio parameter of vc4-kms-v3d
  configs: Restore missing NF_TABLES settings
  staging:vc04_services: bcm2835-camera: Request headers with I-frame
  staging:vc04_services: bcm2835-codec: Avoid fragmenting buffers
  staging:vc04_services: bcm2835-codec: Request headers with I-frame
  staging: vc04_services: mmal-vchiq: Update parameters list
  drm/vc4: Fix VIC usage with Broadcast RGB
  sc16is7xx: Fix for hardware flow control
  media: bcm2835-unicam: Always service interrupts
  configs: Use the upstream cpufreq driver
  configs: Include the firmware-clocks driver
  ARM: dts: Enable firmware-clocks on all Pis
  defconfig: Add CMA and system dma-heaps to the config
  dma-heap: Make the symbol 'dma_heap_ioctl_cmds' static
  dma-buf: fix resource leak on -ENOTTY error return path
  dma-buf: heaps: Remove redundant heap identifier from system heap name
  dma-buf: heaps: Use _IOCTL_ for userspace IOCTL identifier
  kselftests: Add dma-heap test
  dma-buf: heaps: Add CMA heap to dmabuf heaps
  dma-buf: heaps: Add system heap to dmabuf heaps
  dma-buf: heaps: Add heap helpers
  dma-buf: Add dma-buf heaps framework
  udmabuf: fix dma-buf cpu access
  udmabuf: implement begin_cpu_access/end_cpu_access hooks
  udmabuf: separate out creating/destroying scatter-table
  udmabuf: add a pointer to the miscdevice in dma-buf private data
  udmabuf: use cache_sgt_mapping option
  udmabuf: Remove deleted map/unmap handlers.
  configs: Add imx477 sensor driver to all Raspberry Pi defconfigs
  media: i2c: imx477: Add support for adaptive frame control
  media: i2c: Add driver for Sony IMX477 sensor
  dtoverlays: Add IMX477 sensor overlay
  dt-bindings: media: i2c: Add IMX477 CMOS sensor binding
  raspberrypi: dts: Switch to discrete ALSA devices
  overlays: Move "fixed-clock" nodes to the root
  overlays: tc358743: Use intra-overlay fragments
  bcm2835-dma: Add proper 40-bit DMA support
  clk-raspberrypi: Allow cpufreq driver to also adjust gpu clocks
  drm/vc4: Fix HDMI mode validation
  gpiolib: Don't prevent IRQ usage of output GPIOs
- Revert "gpiolib: Don't prevent IRQ usage of output GPIOs"
- Revert "net: bcmgenet: Workaround for Pi 4B network issue"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1882930

Title:
  focal/linux-raspi: Upstream raspberrypi patchset 2020-06-10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-raspi/+bug/1882930/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to