diff --git a/.raspberrypi2.metadata b/.raspberrypi2.metadata index 3ed7a14..3ec3bcf 100644 --- a/.raspberrypi2.metadata +++ b/.raspberrypi2.metadata @@ -1,3 +1,3 @@ ac61f2459040c09af1d5abd4ed100c3d316b443e SOURCES/linux-5.15.tar.xz -9306b76ca66da645153a1f2ef131ad13a984283e SOURCES/add727346b1459c04995e2b66e2b01686eca20c9.tar.gz -ed5a456bae76ef840d5b3b0a6ebb7fc7344b9457 SOURCES/patch-5.15.106.xz +62f4117436e8eaa59e4974300a4481174a4ef1af SOURCES/cb9500d6021e083a182ba168fe4424e3db2494cf.tar.gz +4b0e428324a6da44f1c09dbcc00d2369b8c3da85 SOURCES/patch-5.15.114.xz diff --git a/SOURCES/rpi-5.15.x.patch b/SOURCES/rpi-5.15.x.patch index f6ae3d5..24aa58b 100644 --- a/SOURCES/rpi-5.15.x.patch +++ b/SOURCES/rpi-5.15.x.patch @@ -1,7 +1,7 @@ From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 19 Aug 2021 15:59:29 +0200 -Subject: [PATCH 0001/1283] drm/vc4: hdmi: Split the CEC disable / enable +Subject: [PATCH 0001/1282] drm/vc4: hdmi: Split the CEC disable / enable functions in two In order to ease further additions to the CEC enable and disable, let's @@ -118,7 +118,7 @@ index 7a8353d7ab36..85598082e7e1 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 19 Aug 2021 15:59:30 +0200 -Subject: [PATCH 0002/1283] drm/vc4: hdmi: Make sure the device is powered with +Subject: [PATCH 0002/1282] drm/vc4: hdmi: Make sure the device is powered with CEC Similarly to what we encountered with the detect hook with DRM, nothing @@ -175,7 +175,7 @@ index 85598082e7e1..dde1d291ec2c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 19 Aug 2021 15:59:31 +0200 -Subject: [PATCH 0003/1283] drm/vc4: hdmi: Warn if we access the controller +Subject: [PATCH 0003/1282] drm/vc4: hdmi: Warn if we access the controller while disabled We've had many silent hangs where the kernel would look like it just @@ -230,7 +230,7 @@ index f126fa425a1d..23930a8fa376 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 25 Oct 2021 17:28:54 +0200 -Subject: [PATCH 0004/1283] drm/vc4: hdmi: Remove the DDC probing for status +Subject: [PATCH 0004/1282] drm/vc4: hdmi: Remove the DDC probing for status detection Commit 9d44abbbb8d5 ("drm/vc4: Fall back to using an EDID probe in the @@ -283,7 +283,7 @@ index dde1d291ec2c..62af03491c0a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 25 Oct 2021 17:29:01 +0200 -Subject: [PATCH 0005/1283] drm/vc4: hdmi: Raise the maximum clock rate +Subject: [PATCH 0005/1282] drm/vc4: hdmi: Raise the maximum clock rate Now that we have the infrastructure in place, we can raise the maximum pixel rate we can reach for HDMI0 on the BCM2711. @@ -320,7 +320,7 @@ index 62af03491c0a..1c59ef7bfdcb 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 25 Oct 2021 16:11:08 +0200 -Subject: [PATCH 0006/1283] drm/vc4: hdmi: Add a spinlock to protect register +Subject: [PATCH 0006/1282] drm/vc4: hdmi: Add a spinlock to protect register access The vc4 HDMI driver has multiple path shared between the CEC, ALSA and @@ -1239,7 +1239,7 @@ index 23930a8fa376..24056441a4bb 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 25 Oct 2021 16:11:09 +0200 -Subject: [PATCH 0007/1283] drm/vc4: hdmi: Use a mutex to prevent concurrent +Subject: [PATCH 0007/1282] drm/vc4: hdmi: Use a mutex to prevent concurrent framework access The vc4 HDMI controller registers into the KMS, CEC and ALSA @@ -1691,7 +1691,7 @@ index a84a074b5157..44e11ef6f425 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Tue, 19 Oct 2021 14:19:29 +0200 -Subject: [PATCH 0008/1283] drm/vc4: hdmi: Prevent access to crtc->state +Subject: [PATCH 0008/1282] drm/vc4: hdmi: Prevent access to crtc->state outside of KMS Accessing the crtc->state pointer from outside the modesetting context @@ -1860,7 +1860,7 @@ index 44e11ef6f425..f0cfcb75b2ae 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 24 Sep 2021 14:27:38 +0200 -Subject: [PATCH 0009/1283] drm/vc4: hdmi: Check the device state in prepare() +Subject: [PATCH 0009/1282] drm/vc4: hdmi: Check the device state in prepare() Even though we already check that the encoder->crtc pointer is there during in startup(), which is part of the open() path in ASoC, nothing @@ -1943,7 +1943,7 @@ index e14d2f20af4c..af84620bf3a1 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Tue, 19 Oct 2021 17:31:58 +0200 -Subject: [PATCH 0010/1283] drm/vc4: hdmi: Introduce an output_enabled flag +Subject: [PATCH 0010/1282] drm/vc4: hdmi: Introduce an output_enabled flag We currently poke at encoder->crtc in the ALSA code path to determine whether the HDMI output is enabled or not, and thus whether we should @@ -2029,7 +2029,7 @@ index f0cfcb75b2ae..f41c6353cded 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Tue, 19 Oct 2021 19:13:46 +0200 -Subject: [PATCH 0011/1283] drm/vc4: hdmi: Introduce a scdc_enabled flag +Subject: [PATCH 0011/1282] drm/vc4: hdmi: Introduce a scdc_enabled flag We currently rely on two functions, vc4_hdmi_supports_scrambling() and vc4_hdmi_mode_needs_scrambling() to determine if we should enable and @@ -2138,7 +2138,7 @@ index f41c6353cded..0c51c91f9d5c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 26 May 2021 16:07:01 +0200 -Subject: [PATCH 0012/1283] drm/vc4: Make vc4_crtc_get_encoder public +Subject: [PATCH 0012/1282] drm/vc4: Make vc4_crtc_get_encoder public We'll need that function in vc4_kms to compute the core clock rate requirements. @@ -2191,7 +2191,7 @@ index 94c178738fc1..ee2b0909bfd1 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 14 Jun 2021 15:27:24 +0200 -Subject: [PATCH 0013/1283] drm/vc4: crtc: Add encoder to vc4_crtc_config_pv +Subject: [PATCH 0013/1282] drm/vc4: crtc: Add encoder to vc4_crtc_config_pv prototype vc4_crtc_config_pv() retrieves the encoder again, even though its only @@ -2240,7 +2240,7 @@ index 8a1fab73b163..f6eb77f7240b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 21 Jun 2021 16:07:22 +0200 -Subject: [PATCH 0014/1283] drm/vc4: crtc: Rework the encoder retrieval code +Subject: [PATCH 0014/1282] drm/vc4: crtc: Rework the encoder retrieval code (again) It turns out the encoder retrieval code, in addition to being @@ -2343,7 +2343,7 @@ index ee2b0909bfd1..044c12c05d8b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 21 Jun 2021 16:13:02 +0200 -Subject: [PATCH 0015/1283] drm/vc4: crtc: Add some logging +Subject: [PATCH 0015/1282] drm/vc4: crtc: Add some logging The encoder retrieval code has been a source of bugs and glitches in the past and the crtc <-> encoder association been wrong in a number of @@ -2387,7 +2387,7 @@ index 93c8993eed64..38bfd67de323 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 21 Jun 2021 17:19:22 +0200 -Subject: [PATCH 0016/1283] drm/vc4: Leverage the load tracker on the BCM2711 +Subject: [PATCH 0016/1282] drm/vc4: Leverage the load tracker on the BCM2711 The load tracker was initially designed to report and warn about a load too high for the HVS. To do so, it computes for each plane the impact @@ -2522,7 +2522,7 @@ index 4404059810d0..782bc09d58f2 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 26 May 2021 16:13:02 +0200 -Subject: [PATCH 0017/1283] drm/vc4: Increase the core clock based on HVS load +Subject: [PATCH 0017/1282] drm/vc4: Increase the core clock based on HVS load Depending on a given HVS output (HVS to PixelValves) and input (planes attached to a channel) load, the HVS needs for the core clock to be @@ -2774,7 +2774,7 @@ index 860e6cd8e7e4..c509e5abf69e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 19 Aug 2021 15:53:03 +0200 -Subject: [PATCH 0018/1283] drm/vc4: select PM +Subject: [PATCH 0018/1282] drm/vc4: select PM We already depend on runtime PM to get the power domains and clocks for most of the devices supported by the vc4 driver, so let's just select it @@ -2804,7 +2804,7 @@ index e2c147d4015e..4ed07b7cefe3 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 19 Aug 2021 14:37:04 +0200 -Subject: [PATCH 0019/1283] drm/probe-helper: Create a HPD IRQ event helper for +Subject: [PATCH 0019/1282] drm/probe-helper: Create a HPD IRQ event helper for a single connector The drm_helper_hpd_irq_event() function is iterating over all the @@ -2832,10 +2832,10 @@ Signed-off-by: Maxime Ripard 2 files changed, 86 insertions(+), 35 deletions(-) diff --git a/drivers/gpu/drm/drm_probe_helper.c b/drivers/gpu/drm/drm_probe_helper.c -index 5606bca3caa8..fcf32ec0b0c8 100644 +index f6b72e03688d..c6c04e1ba665 100644 --- a/drivers/gpu/drm/drm_probe_helper.c +++ b/drivers/gpu/drm/drm_probe_helper.c -@@ -795,6 +795,86 @@ void drm_kms_helper_poll_fini(struct drm_device *dev) +@@ -796,6 +796,86 @@ void drm_kms_helper_poll_fini(struct drm_device *dev) } EXPORT_SYMBOL(drm_kms_helper_poll_fini); @@ -2922,7 +2922,7 @@ index 5606bca3caa8..fcf32ec0b0c8 100644 /** * drm_helper_hpd_irq_event - hotplug processing * @dev: drm_device -@@ -808,9 +888,10 @@ EXPORT_SYMBOL(drm_kms_helper_poll_fini); +@@ -809,9 +889,10 @@ EXPORT_SYMBOL(drm_kms_helper_poll_fini); * interrupts for each connector. * * Drivers which support hotplug interrupts for each connector individually and @@ -2936,7 +2936,7 @@ index 5606bca3caa8..fcf32ec0b0c8 100644 * * This function must be called from process context with no mode * setting locks held. -@@ -822,9 +903,7 @@ bool drm_helper_hpd_irq_event(struct drm_device *dev) +@@ -823,9 +904,7 @@ bool drm_helper_hpd_irq_event(struct drm_device *dev) { struct drm_connector *connector; struct drm_connector_list_iter conn_iter; @@ -2946,7 +2946,7 @@ index 5606bca3caa8..fcf32ec0b0c8 100644 if (!dev->mode_config.poll_enabled) return false; -@@ -832,37 +911,8 @@ bool drm_helper_hpd_irq_event(struct drm_device *dev) +@@ -833,37 +912,8 @@ bool drm_helper_hpd_irq_event(struct drm_device *dev) mutex_lock(&dev->mode_config.mutex); drm_connector_list_iter_begin(dev, &conn_iter); drm_for_each_connector_iter(connector, &conn_iter) { @@ -3004,7 +3004,7 @@ index 8d3ed2834d34..04c57564c397 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 19 Aug 2021 13:50:12 +0200 -Subject: [PATCH 0020/1283] drm/vc4: hdmi: Actually check for the connector +Subject: [PATCH 0020/1282] drm/vc4: hdmi: Actually check for the connector status in hotplug The drm_helper_hpd_irq_event() documentation states that this function @@ -3070,7 +3070,7 @@ index b839c8e07f80..1f4441916732 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 15 Dec 2021 10:51:14 +0100 -Subject: [PATCH 0021/1283] firmware: raspberrypi: Add +Subject: [PATCH 0021/1282] firmware: raspberrypi: Add RPI_FIRMWARE_NOTIFY_DISPLAY_DONE The RPI_FIRMWARE_NOTIFY_DISPLAY_DONE firmware call allows to tell the @@ -3103,7 +3103,7 @@ index 73ad784fca96..811ea668c4a1 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 15 Dec 2021 10:51:16 +0100 -Subject: [PATCH 0022/1283] drm/vc4: Remove conflicting framebuffers before +Subject: [PATCH 0022/1282] drm/vc4: Remove conflicting framebuffers before callind bind_all The bind hooks will modify their controller registers, so simplefb is @@ -3148,7 +3148,7 @@ index 099df15e1a61..4055ec3245d4 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 15 Dec 2021 10:51:17 +0100 -Subject: [PATCH 0023/1283] drm/vc4: Notify the firmware when DRM is in charge +Subject: [PATCH 0023/1282] drm/vc4: Notify the firmware when DRM is in charge Once the call to drm_fb_helper_remove_conflicting_framebuffers() has been made, simplefb has been unregistered and the KMS driver is entirely @@ -3223,7 +3223,7 @@ index 4055ec3245d4..ae9bfd7b3443 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dan Pasanen Date: Thu, 21 Sep 2017 09:55:42 -0500 -Subject: [PATCH 0024/1283] arm: partially revert +Subject: [PATCH 0024/1282] arm: partially revert 702b94bff3c50542a6e4ab9a4f4cef093262fe65 * Re-expose some dmi APIs for use in VCSM @@ -3334,7 +3334,7 @@ index e21249548e9f..33e4a9b8f1ba 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 29 Oct 2018 14:45:45 +0000 -Subject: [PATCH 0025/1283] Revert "rtc: pcf8523: properly handle oscillator +Subject: [PATCH 0025/1282] Revert "rtc: pcf8523: properly handle oscillator stop bit" This reverts commit ede44c908d44b166a5b6bd7caacd105c2ff5a70f. @@ -3388,7 +3388,7 @@ index 8b6fb20774bf..ad2231f1faac 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: popcornmix Date: Fri, 15 Mar 2019 21:11:10 +0000 -Subject: [PATCH 0026/1283] Revert "staging: bcm2835-audio: Drop DT dependency" +Subject: [PATCH 0026/1282] Revert "staging: bcm2835-audio: Drop DT dependency" This reverts commit b7491a9fca2dc2535b9dc922550a37c5baae9d3d. --- @@ -3490,7 +3490,7 @@ index c250fbef2fa3..b42917c25050 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 20 Apr 2020 13:41:10 +0100 -Subject: [PATCH 0027/1283] Revert "spi: spidev: Fix CS polarity if GPIO +Subject: [PATCH 0027/1282] Revert "spi: spidev: Fix CS polarity if GPIO descriptors are used" This reverts commit 83b2a8fe43bda0c11981ad6afa5dd0104d78be28. @@ -3528,7 +3528,7 @@ index 922d778df064..4c61c9bd5382 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 1 Mar 2021 09:12:44 +0000 -Subject: [PATCH 0028/1283] Revert "Bluetooth: Always request for user +Subject: [PATCH 0028/1282] Revert "Bluetooth: Always request for user confirmation for Just Works (LE SC)" This reverts commit ffee202a78c2980688bc5d2f7d56480e69a5e0c9. @@ -3579,7 +3579,7 @@ index 11f853d0500f..3efb60918dda 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 1 Mar 2021 09:14:35 +0000 -Subject: [PATCH 0029/1283] Revert "Bluetooth: Always request for user +Subject: [PATCH 0029/1282] Revert "Bluetooth: Always request for user confirmation for Just Works" This reverts commit 92516cd97fd4d8ad5b1421a0d51771044f453a5f. @@ -3628,7 +3628,7 @@ index 3efb60918dda..6f555b3c96a6 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Steve Glendinning Date: Thu, 19 Feb 2015 18:47:12 +0000 -Subject: [PATCH 0030/1283] smsx95xx: fix crimes against truesize +Subject: [PATCH 0030/1282] smsx95xx: fix crimes against truesize smsc95xx is adjusting truesize when it shouldn't, and following a recent patch from Eric this is now triggering warnings. @@ -3681,7 +3681,7 @@ index 649d9f9af6e6..c446cb22b9dd 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Sam Nazarko Date: Fri, 1 Apr 2016 17:27:21 +0100 -Subject: [PATCH 0031/1283] smsc95xx: Experimental: Enable turbo_mode and +Subject: [PATCH 0031/1282] smsc95xx: Experimental: Enable turbo_mode and packetsize=2560 by default See: http://forum.kodi.tv/showthread.php?tid=285288 @@ -3730,7 +3730,7 @@ index c446cb22b9dd..edd88fa31ebd 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: popcornmix Date: Tue, 26 Mar 2013 17:26:38 +0000 -Subject: [PATCH 0032/1283] Allow mac address to be set in smsc95xx +Subject: [PATCH 0032/1282] Allow mac address to be set in smsc95xx Signed-off-by: popcornmix --- @@ -3832,7 +3832,7 @@ index edd88fa31ebd..65cf1b625876 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 27 Nov 2017 17:14:54 +0000 -Subject: [PATCH 0033/1283] cgroup: Disable cgroup "memory" by default +Subject: [PATCH 0033/1282] cgroup: Disable cgroup "memory" by default Some Raspberry Pis have limited RAM and most users won't use the cgroup memory support so it is disabled by default. Enable with: @@ -3923,7 +3923,7 @@ index a92990f070d1..b58ece486896 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 13 Mar 2015 12:43:36 +0000 -Subject: [PATCH 0034/1283] Protect __release_resource against resources +Subject: [PATCH 0034/1282] Protect __release_resource against resources without parents Without this patch, removing a device tree overlay can crash here. @@ -3957,7 +3957,7 @@ index cb441e3e7670..984dcaf3c3c4 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Thu, 9 Feb 2017 14:33:30 +0000 -Subject: [PATCH 0035/1283] irq-bcm2836: Avoid "Invalid trigger warning" +Subject: [PATCH 0035/1282] irq-bcm2836: Avoid "Invalid trigger warning" Initialise the level for each IRQ to avoid a warning from the arm arch timer code. @@ -3987,7 +3987,7 @@ index 501facdb4570..b6a7036305d8 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?= Date: Fri, 12 Jun 2015 19:01:05 +0200 -Subject: [PATCH 0036/1283] irqchip: bcm2835: Add FIQ support +Subject: [PATCH 0036/1282] irqchip: bcm2835: Add FIQ support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @@ -4122,7 +4122,7 @@ index adc1556ed332..0ae3b5d4d2de 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?= Date: Fri, 23 Oct 2015 16:26:55 +0200 -Subject: [PATCH 0037/1283] irqchip: irq-bcm2835: Add 2836 FIQ support +Subject: [PATCH 0037/1282] irqchip: irq-bcm2835: Add 2836 FIQ support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @@ -4227,7 +4227,7 @@ index 0ae3b5d4d2de..a6ffff76c539 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 14 Jul 2015 10:26:09 +0100 -Subject: [PATCH 0038/1283] spi: spidev: Completely disable the spidev warning +Subject: [PATCH 0038/1282] spi: spidev: Completely disable the spidev warning An alternative strategy would be to use "rpi,spidev" instead, but that would require many Raspberry Pi Device Tree changes. @@ -4257,7 +4257,7 @@ index 4c61c9bd5382..08698cb3352c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?= Date: Sat, 3 Oct 2015 22:22:55 +0200 -Subject: [PATCH 0039/1283] dmaengine: bcm2835: Load driver early and support +Subject: [PATCH 0039/1282] dmaengine: bcm2835: Load driver early and support legacy API MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 @@ -4366,7 +4366,7 @@ index 630dfbb01a40..bf7ba96a39f9 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 15 Jun 2016 16:48:41 +0100 -Subject: [PATCH 0040/1283] rtc: Add SPI alias for pcf2123 driver +Subject: [PATCH 0040/1282] rtc: Add SPI alias for pcf2123 driver Without this alias, Device Tree won't cause the driver to be loaded. @@ -4392,7 +4392,7 @@ index 7473e6c8a183..4b986b338654 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?= Date: Fri, 7 Oct 2016 16:50:59 +0200 -Subject: [PATCH 0041/1283] watchdog: bcm2835: Support setting reboot partition +Subject: [PATCH 0041/1282] watchdog: bcm2835: Support setting reboot partition MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @@ -4500,7 +4500,7 @@ index 94907176a0e4..58d5a1b89584 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: popcornmix Date: Tue, 5 Apr 2016 19:40:12 +0100 -Subject: [PATCH 0042/1283] reboot: Use power off rather than busy spinning +Subject: [PATCH 0042/1282] reboot: Use power off rather than busy spinning when halt is requested --- @@ -4529,7 +4529,7 @@ index 3044fcb8d073..fe22c46d9943 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: popcornmix Date: Wed, 9 Nov 2016 13:02:52 +0000 -Subject: [PATCH 0043/1283] bcm: Make RASPBERRYPI_POWER depend on PM +Subject: [PATCH 0043/1282] bcm: Make RASPBERRYPI_POWER depend on PM --- drivers/soc/bcm/Kconfig | 1 + @@ -4554,7 +4554,7 @@ index 24f92a6e882a..a6a705ec30c7 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Martin Sperl Date: Fri, 2 Sep 2016 16:45:27 +0100 -Subject: [PATCH 0044/1283] Register the clocks early during the boot process, +Subject: [PATCH 0044/1282] Register the clocks early during the boot process, so that special/critical clocks can get enabled early on in the boot process avoiding the risk of disabling a clock, pll_divider or pll when a claiming driver fails to install propperly - maybe it needs to defer. @@ -4605,7 +4605,7 @@ index 141ce19bc570..b4b83a4f5e94 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: popcornmix Date: Tue, 6 Dec 2016 17:05:39 +0000 -Subject: [PATCH 0045/1283] bcm2835-rng: Avoid initialising if already enabled +Subject: [PATCH 0045/1282] bcm2835-rng: Avoid initialising if already enabled Avoids the 0x40000 cycles of warmup again if firmware has already used it --- @@ -4636,7 +4636,7 @@ index e7dd457e9b22..f9a4a89e762b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 13 Feb 2017 17:20:08 +0000 -Subject: [PATCH 0046/1283] clk-bcm2835: Mark used PLLs and dividers CRITICAL +Subject: [PATCH 0046/1282] clk-bcm2835: Mark used PLLs and dividers CRITICAL The VPU configures and relies on several PLLs and dividers. Mark all enabled dividers and their PLLs as CRITICAL to prevent the kernel from @@ -4670,7 +4670,7 @@ index b4b83a4f5e94..e29260b70669 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 13 Feb 2017 17:20:08 +0000 -Subject: [PATCH 0047/1283] clk-bcm2835: Add claim-clocks property +Subject: [PATCH 0047/1282] clk-bcm2835: Add claim-clocks property The claim-clocks property can be used to prevent PLLs and dividers from being marked as critical. It contains a vector of clock IDs, @@ -4796,7 +4796,7 @@ index e29260b70669..768bde50ed82 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 6 Mar 2017 09:06:18 +0000 -Subject: [PATCH 0048/1283] clk-bcm2835: Read max core clock from firmware +Subject: [PATCH 0048/1282] clk-bcm2835: Read max core clock from firmware The VPU is responsible for managing the core clock, usually under direction from the bcm2835-cpufreq driver but not via the clk-bcm2835 @@ -4917,7 +4917,7 @@ index 768bde50ed82..90069a397fc5 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Thu, 9 Feb 2017 14:36:44 +0000 -Subject: [PATCH 0049/1283] sound: Demote deferral errors to INFO level +Subject: [PATCH 0049/1282] sound: Demote deferral errors to INFO level At present there is no mechanism to specify driver load order, which can lead to deferrals and repeated retries until successful. @@ -4930,7 +4930,7 @@ Signed-off-by: Phil Elwell 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c -index 1b1749b920f4..4683c96754d4 100644 +index a5b3ee69fb88..9cd6764fe652 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c @@ -1017,7 +1017,7 @@ int snd_soc_add_pcm_runtime(struct snd_soc_card *card, @@ -4958,7 +4958,7 @@ index 1b1749b920f4..4683c96754d4 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Claggy3 Date: Sat, 11 Feb 2017 14:00:30 +0000 -Subject: [PATCH 0050/1283] Update vfpmodule.c +Subject: [PATCH 0050/1282] Update vfpmodule.c Christopher Alexander Tobias Schulze - May 2, 2015, 11:57 a.m. This patch fixes a problem with VFP state save and restore related @@ -5101,7 +5101,7 @@ index 2cb355c1b5b7..1e2dcf81aefa 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?= Date: Tue, 1 Nov 2016 15:15:41 +0100 -Subject: [PATCH 0051/1283] i2c: bcm2835: Add debug support +Subject: [PATCH 0051/1282] i2c: bcm2835: Add debug support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @@ -5296,7 +5296,7 @@ index f72c6576d8a3..394282a37f67 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 23 Jan 2018 16:52:45 +0000 -Subject: [PATCH 0052/1283] irqchip: irq-bcm2836: Remove regmap and syscon use +Subject: [PATCH 0052/1282] irqchip: irq-bcm2836: Remove regmap and syscon use The syscon node defines a register range that duplicates that used by the local_intc node on bcm2836/7. Since irq-bcm2835 and irq-bcm2836 are @@ -5416,7 +5416,7 @@ index b6a7036305d8..867c3b43490c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 17 Oct 2017 15:04:29 +0100 -Subject: [PATCH 0053/1283] lan78xx: Enable LEDs and auto-negotiation +Subject: [PATCH 0053/1282] lan78xx: Enable LEDs and auto-negotiation For applications of the LAN78xx that don't have valid programmed EEPROMs or OTPs, enabling both LEDs and auto-negotiation by default @@ -5471,7 +5471,7 @@ index 5700c9d20a3e..f159bd49de99 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 23 Feb 2016 17:26:48 +0000 -Subject: [PATCH 0054/1283] amba_pl011: Don't use DT aliases for numbering +Subject: [PATCH 0054/1282] amba_pl011: Don't use DT aliases for numbering The pl011 driver looks for DT aliases of the form "serial", and if found uses as the device ID. This can cause @@ -5506,7 +5506,7 @@ index b91fe25a64a1..415d9f48efd9 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 1 Mar 2017 16:07:39 +0000 -Subject: [PATCH 0055/1283] amba_pl011: Round input clock up +Subject: [PATCH 0055/1282] amba_pl011: Round input clock up The UART clock is initialised to be as close to the requested frequency as possible without exceeding it. Now that there is a @@ -5598,7 +5598,7 @@ index 415d9f48efd9..83320a7310f9 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 29 Sep 2017 10:32:19 +0100 -Subject: [PATCH 0056/1283] amba_pl011: Insert mb() for correct FIFO handling +Subject: [PATCH 0056/1282] amba_pl011: Insert mb() for correct FIFO handling The pl011 register accessor functions use the _relaxed versions of the standard readl() and writel() functions, meaning that there are no @@ -5631,7 +5631,7 @@ index 83320a7310f9..b7569ad6c932 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 29 Sep 2017 10:32:19 +0100 -Subject: [PATCH 0057/1283] amba_pl011: Add cts-event-workaround DT property +Subject: [PATCH 0057/1282] amba_pl011: Add cts-event-workaround DT property The BCM2835 PL011 implementation seems to have a bug that can lead to a transmission lockup if CTS changes frequently. A workaround was added to @@ -5689,7 +5689,7 @@ index b7569ad6c932..3ad029f9fe10 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 29 Jan 2020 09:35:19 +0000 -Subject: [PATCH 0058/1283] tty: amba-pl011: Avoid rare write-when-full error +Subject: [PATCH 0058/1282] tty: amba-pl011: Avoid rare write-when-full error Under some circumstances on BCM283x processors data loss can be observed - a single byte missing from the TX output stream. These bytes @@ -5737,7 +5737,7 @@ index 3ad029f9fe10..0473e78c68b4 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: notro Date: Thu, 10 Jul 2014 13:59:47 +0200 -Subject: [PATCH 0059/1283] pinctrl-bcm2835: Set base to 0 give expected gpio +Subject: [PATCH 0059/1282] pinctrl-bcm2835: Set base to 0 give expected gpio numbering Signed-off-by: Noralf Tronnes @@ -5783,7 +5783,7 @@ index 2c10086fd155..571416f6221b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: popcornmix Date: Sun, 12 May 2013 12:24:19 +0100 -Subject: [PATCH 0060/1283] Main bcm2708/bcm2709 linux port +Subject: [PATCH 0060/1282] Main bcm2708/bcm2709 linux port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @@ -5945,7 +5945,7 @@ index 86b7ce3549c5..f0c2ad3d59c9 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: popcornmix Date: Wed, 1 May 2013 19:46:17 +0100 -Subject: [PATCH 0061/1283] Add dwc_otg driver +Subject: [PATCH 0061/1282] Add dwc_otg driver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @@ -67768,7 +67768,7 @@ index 000000000000..cdc9963176e5 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: popcornmix Date: Wed, 17 Jun 2015 17:06:34 +0100 -Subject: [PATCH 0062/1283] bcm2708 framebuffer driver +Subject: [PATCH 0062/1282] bcm2708 framebuffer driver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @@ -71342,7 +71342,7 @@ index 811ea668c4a1..3b847c9acb5a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: James Hughes Date: Thu, 14 Mar 2019 13:27:54 +0000 -Subject: [PATCH 0063/1283] Pulled in the multi frame buffer support from the +Subject: [PATCH 0063/1282] Pulled in the multi frame buffer support from the Pi3 repo --- @@ -72177,7 +72177,7 @@ index 3b847c9acb5a..e93414410485 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Siarhei Siamashka Date: Mon, 17 Jun 2013 13:32:11 +0300 -Subject: [PATCH 0064/1283] fbdev: add FBIOCOPYAREA ioctl +Subject: [PATCH 0064/1282] fbdev: add FBIOCOPYAREA ioctl Based on the patch authored by Ali Gholami Rudi at https://lkml.org/lkml/2009/7/13/153 @@ -72421,7 +72421,7 @@ index f66957d48dc3..0e9ec3f593b8 100644 static int bcm2708_fb_register(struct bcm2708_fb *fb) diff --git a/drivers/video/fbdev/core/fbmem.c b/drivers/video/fbdev/core/fbmem.c -index 528c87ff14d8..0c761186a54d 100644 +index 1b288a613a6e..e9ce7b3594b7 100644 --- a/drivers/video/fbdev/core/fbmem.c +++ b/drivers/video/fbdev/core/fbmem.c @@ -1097,6 +1097,30 @@ fb_blank(struct fb_info *info, int blank) @@ -72463,7 +72463,7 @@ index 528c87ff14d8..0c761186a54d 100644 void __user *argp = (void __user *)arg; long ret = 0; -@@ -1182,6 +1207,15 @@ static long do_fb_ioctl(struct fb_info *info, unsigned int cmd, +@@ -1184,6 +1209,15 @@ static long do_fb_ioctl(struct fb_info *info, unsigned int cmd, unlock_fb_info(info); console_unlock(); break; @@ -72479,7 +72479,7 @@ index 528c87ff14d8..0c761186a54d 100644 default: lock_fb_info(info); fb = info->fbops; -@@ -1321,6 +1355,7 @@ static long fb_compat_ioctl(struct file *file, unsigned int cmd, +@@ -1323,6 +1357,7 @@ static long fb_compat_ioctl(struct file *file, unsigned int cmd, case FBIOPAN_DISPLAY: case FBIOGET_CON2FBMAP: case FBIOPUT_CON2FBMAP: @@ -72524,7 +72524,7 @@ index 4c14e8be7267..3c6f12b76214 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Harm Hanemaaijer Date: Thu, 20 Jun 2013 20:21:39 +0200 -Subject: [PATCH 0065/1283] Speed up console framebuffer imageblit function +Subject: [PATCH 0065/1282] Speed up console framebuffer imageblit function Especially on platforms with a slower CPU but a relatively high framebuffer fill bandwidth, like current ARM devices, the existing @@ -72739,7 +72739,7 @@ index a2bb276a8b24..436494fba15a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Florian Meier Date: Fri, 22 Nov 2013 14:22:53 +0100 -Subject: [PATCH 0066/1283] dmaengine: Add support for BCM2708 +Subject: [PATCH 0066/1282] dmaengine: Add support for BCM2708 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @@ -73393,7 +73393,7 @@ index 000000000000..6ca874d332a8 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: gellert Date: Fri, 15 Aug 2014 16:35:06 +0100 -Subject: [PATCH 0067/1283] MMC: added alternative MMC driver +Subject: [PATCH 0067/1282] MMC: added alternative MMC driver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @@ -75431,7 +75431,7 @@ index 12c7f2d3e210..0557b0e5c42c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 25 Mar 2015 17:49:47 +0000 -Subject: [PATCH 0068/1283] Adding bcm2835-sdhost driver, and an overlay to +Subject: [PATCH 0068/1282] Adding bcm2835-sdhost driver, and an overlay to enable it BCM2835 has two SD card interfaces. This driver uses the other one. @@ -77943,7 +77943,7 @@ index 000000000000..2c4124082785 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: popcornmix Date: Fri, 28 Oct 2016 15:36:43 +0100 -Subject: [PATCH 0069/1283] vc_mem: Add vc_mem driver for querying firmware +Subject: [PATCH 0069/1282] vc_mem: Add vc_mem driver for querying firmware memory addresses MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 @@ -78452,7 +78452,7 @@ index 000000000000..3c7079237496 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Luke Wren Date: Fri, 21 Aug 2015 23:14:48 +0100 -Subject: [PATCH 0070/1283] Add /dev/gpiomem device for rootless user GPIO +Subject: [PATCH 0070/1282] Add /dev/gpiomem device for rootless user GPIO access Signed-off-by: Luke Wren @@ -78763,7 +78763,7 @@ index 000000000000..f5e7f1ba8fb6 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Luke Wren Date: Sat, 5 Sep 2015 01:14:45 +0100 -Subject: [PATCH 0071/1283] Add SMI driver +Subject: [PATCH 0071/1282] Add SMI driver Signed-off-by: Luke Wren @@ -80700,7 +80700,7 @@ index 000000000000..ee3a75edfc03 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: popcornmix Date: Wed, 17 Jun 2015 15:44:08 +0100 -Subject: [PATCH 0072/1283] Add Chris Boot's i2c driver +Subject: [PATCH 0072/1282] Add Chris Boot's i2c driver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @@ -81371,7 +81371,7 @@ index 000000000000..962f2e5c7455 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?= Date: Fri, 26 Jun 2015 14:27:06 +0200 -Subject: [PATCH 0073/1283] char: broadcom: Add vcio module +Subject: [PATCH 0073/1282] char: broadcom: Add vcio module MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @@ -81636,7 +81636,7 @@ index 000000000000..d2598663a2b5 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?= Date: Fri, 26 Jun 2015 14:25:01 +0200 -Subject: [PATCH 0074/1283] firmware: bcm2835: Support ARCH_BCM270x +Subject: [PATCH 0074/1282] firmware: bcm2835: Support ARCH_BCM270x MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @@ -81716,7 +81716,7 @@ index dba315f675bc..2ace1a4e4822 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: notro Date: Wed, 9 Jul 2014 14:46:08 +0200 -Subject: [PATCH 0075/1283] BCM2708: Add core Device Tree support +Subject: [PATCH 0075/1282] BCM2708: Add core Device Tree support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @@ -111743,7 +111743,7 @@ index 639e01a4d855..becca30ad4fe 100644 + +subdir-y += overlays diff --git a/arch/arm64/boot/dts/broadcom/Makefile b/arch/arm64/boot/dts/broadcom/Makefile -index 11eae3e3a944..5a90727064ee 100644 +index bce0a1255453..d03d1dec095a 100644 --- a/arch/arm64/boot/dts/broadcom/Makefile +++ b/arch/arm64/boot/dts/broadcom/Makefile @@ -5,7 +5,19 @@ dtb-$(CONFIG_ARCH_BCM2835) += bcm2711-rpi-400.dtb \ @@ -111758,7 +111758,7 @@ index 11eae3e3a944..5a90727064ee 100644 +dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rpi-cm3.dtb +dtb-$(CONFIG_ARCH_BCM2835) += bcm2711-rpi-cm4.dtb - subdir-y += bcm4908 + subdir-y += bcmbca subdir-y += northstar2 subdir-y += stingray + @@ -111895,7 +111895,7 @@ index 0a8a4689c3eb..dff7d1ef5ff4 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 6 Feb 2015 13:50:57 +0000 -Subject: [PATCH 0076/1283] leds: Add the "input" trigger, for pwr_led +Subject: [PATCH 0076/1282] leds: Add the "input" trigger, for pwr_led The "input" trigger makes the associated GPIO an input. This is to support the Raspberry Pi PWR LED, which is driven by external hardware in normal use. @@ -112078,7 +112078,7 @@ index a0b730be40ad..cb9a65b4b0f4 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: popcornmix Date: Wed, 3 Jul 2013 00:54:08 +0100 -Subject: [PATCH 0077/1283] Added Device IDs for August DVB-T 205 +Subject: [PATCH 0077/1282] Added Device IDs for August DVB-T 205 --- drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 4 ++++ @@ -112106,7 +112106,7 @@ index 795a012d4020..adb1028d5f25 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: popcornmix Date: Mon, 28 Nov 2016 16:50:04 +0000 -Subject: [PATCH 0078/1283] Improve __copy_to_user and __copy_from_user +Subject: [PATCH 0078/1282] Improve __copy_to_user and __copy_from_user performance Provide a __copy_from_user that uses memcpy. On BCM2708, use @@ -113529,7 +113529,7 @@ index 000000000000..e8469cecabc1 +ENDPROC(memset) +ENDPROC(mmioset) diff --git a/arch/arm/lib/uaccess_with_memcpy.c b/arch/arm/lib/uaccess_with_memcpy.c -index 106f83a5ea6d..b483e5713039 100644 +index 35e03f6a6212..c4c5b2c2defd 100644 --- a/arch/arm/lib/uaccess_with_memcpy.c +++ b/arch/arm/lib/uaccess_with_memcpy.c @@ -19,6 +19,14 @@ @@ -113729,7 +113729,7 @@ index d802ded21ed6..a77c495f8378 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Thu, 25 Jun 2015 12:16:11 +0100 -Subject: [PATCH 0079/1283] gpio-poweroff: Allow it to work on Raspberry Pi +Subject: [PATCH 0079/1282] gpio-poweroff: Allow it to work on Raspberry Pi The Raspberry Pi firmware manages the power-down and reboot process. To do this it installs a pm_power_off handler, causing @@ -113770,7 +113770,7 @@ index 1c5af2fef142..3e670131f2a8 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 14 Jul 2015 14:32:47 +0100 -Subject: [PATCH 0080/1283] mfd: Add Raspberry Pi Sense HAT core driver +Subject: [PATCH 0080/1282] mfd: Add Raspberry Pi Sense HAT core driver mfd: Add rpi_sense_core of compatible string --- @@ -114655,7 +114655,7 @@ index 000000000000..56196dc2af10 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Florian Meier Date: Mon, 25 Jan 2016 15:48:59 +0000 -Subject: [PATCH 0081/1283] Add support for all the downstream rpi sound card +Subject: [PATCH 0081/1282] Add support for all the downstream rpi sound card drivers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 @@ -131590,7 +131590,7 @@ index 000000000000..8f019e048987 + +#endif /* _TAS5713_H */ diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c -index 4683c96754d4..47bc308b86c4 100644 +index 9cd6764fe652..2bd4756acd87 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c @@ -1231,7 +1231,7 @@ static void snd_soc_runtime_get_dai_fmt(struct snd_soc_pcm_runtime *rtd) @@ -131650,7 +131650,7 @@ index 4683c96754d4..47bc308b86c4 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: P33M Date: Wed, 21 Oct 2015 14:55:21 +0100 -Subject: [PATCH 0082/1283] rpi_display: add backlight driver and overlay +Subject: [PATCH 0082/1282] rpi_display: add backlight driver and overlay Add a mailbox-driven backlight controller for the Raspberry Pi DSI touchscreen display. Requires updated GPU firmware to recognise the @@ -131833,7 +131833,7 @@ index 000000000000..14a0d9b03739 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: popcornmix Date: Tue, 23 Feb 2016 19:56:04 +0000 -Subject: [PATCH 0083/1283] bcm2835-virtgpio: Virtual GPIO driver +Subject: [PATCH 0083/1282] bcm2835-virtgpio: Virtual GPIO driver Add a virtual GPIO driver that uses the firmware mailbox interface to request that the VPU toggles LEDs. @@ -131845,7 +131845,7 @@ request that the VPU toggles LEDs. create mode 100644 drivers/gpio/gpio-bcm-virt.c diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig -index 947474f6abb4..32c3799a8c1f 100644 +index 7b9def6b1004..4eecad1c9147 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -194,6 +194,12 @@ config GPIO_BCM_XGS_IPROC @@ -132100,7 +132100,7 @@ index 000000000000..49e28ad9760e From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Pantelis Antoniou Date: Wed, 3 Dec 2014 13:23:28 +0200 -Subject: [PATCH 0084/1283] OF: DT-Overlay configfs interface +Subject: [PATCH 0084/1282] OF: DT-Overlay configfs interface This is a port of Pantelis Antoniou's v3 port that makes use of the new upstreamed configfs support for binary attributes. @@ -132541,7 +132541,7 @@ index 000000000000..178f0629b0f0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Cheong2K Date: Fri, 26 Feb 2016 18:20:10 +0800 -Subject: [PATCH 0085/1283] brcm: adds support for BCM43341 wifi +Subject: [PATCH 0085/1282] brcm: adds support for BCM43341 wifi brcmfmac: Disable power management @@ -132600,10 +132600,10 @@ Signed-off-by: Phil Elwell 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c -index fc622e6b329a..22ee16a0e876 100644 +index b14c54da56ed..0e58b3645904 100644 --- a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c +++ b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c -@@ -2956,7 +2956,7 @@ brcmf_cfg80211_set_power_mgmt(struct wiphy *wiphy, struct net_device *ndev, +@@ -2957,7 +2957,7 @@ brcmf_cfg80211_set_power_mgmt(struct wiphy *wiphy, struct net_device *ndev, brcmf_dbg(INFO, "Do not enable power save for P2P clients\n"); pm = PM_OFF; } @@ -132653,7 +132653,7 @@ index 5006aa831751..677c111e8326 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Thu, 17 Dec 2015 13:37:07 +0000 -Subject: [PATCH 0086/1283] hci_h5: Don't send conf_req when ACTIVE +Subject: [PATCH 0086/1282] hci_h5: Don't send conf_req when ACTIVE Without this patch, a modem and kernel can continuously bombard each other with conf_req and conf_rsp messages, in a demented game of tag. @@ -132682,7 +132682,7 @@ index 1363b21c81b7..a77f70464db6 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: popcornmix Date: Mon, 13 Apr 2015 17:16:29 +0100 -Subject: [PATCH 0087/1283] config: Add default configs +Subject: [PATCH 0087/1282] config: Add default configs --- arch/arm/configs/bcm2709_defconfig | 1445 +++++++++++++++++++++++++ @@ -139952,7 +139952,7 @@ index 000000000000..235fecf9c903 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Michael Zoran Date: Sat, 14 Jan 2017 21:43:57 -0800 -Subject: [PATCH 0088/1283] ARM64: Round-Robin dispatch IRQs between CPUs. +Subject: [PATCH 0088/1282] ARM64: Round-Robin dispatch IRQs between CPUs. IRQ-CPU mapping is round robined on ARM64 to increase concurrency and allow multiple interrupts to be serviced @@ -140032,7 +140032,7 @@ index 867c3b43490c..f9da3f2a5f01 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Michael Zoran Date: Sat, 11 Feb 2017 01:18:31 -0800 -Subject: [PATCH 0089/1283] ARM64: Force hardware emulation of deprecated +Subject: [PATCH 0089/1282] ARM64: Force hardware emulation of deprecated instructions. --- @@ -140066,7 +140066,7 @@ index c5da9d1e954a..cf34ae0755db 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: popcornmix Date: Fri, 25 Aug 2017 19:18:13 +0100 -Subject: [PATCH 0090/1283] cache: export clean and invalidate +Subject: [PATCH 0090/1282] cache: export clean and invalidate hack: cache: Fix linker error --- @@ -140127,7 +140127,7 @@ index 830bbfb26ca5..097248743b4c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: James Hughes Date: Tue, 14 Nov 2017 15:13:15 +0000 -Subject: [PATCH 0091/1283] AXI performance monitor driver (#2222) +Subject: [PATCH 0091/1282] AXI performance monitor driver (#2222) Uses the debugfs I/F to provide access to the AXI bus performance monitors. @@ -140829,7 +140829,7 @@ index 000000000000..5ae2bdaa88b4 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?= Date: Wed, 3 Jun 2015 12:26:13 +0200 -Subject: [PATCH 0092/1283] ARM: bcm2835: Set Serial number and Revision +Subject: [PATCH 0092/1282] ARM: bcm2835: Set Serial number and Revision MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @@ -140898,7 +140898,7 @@ index bfc556f76720..73ec2427fbcf 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 16 Jul 2018 14:40:13 +0100 -Subject: [PATCH 0093/1283] dwc-otg: FIQ: Fix "bad mode in data abort handler" +Subject: [PATCH 0093/1282] dwc-otg: FIQ: Fix "bad mode in data abort handler" Create a semi-static mapping for the USB registers early in the boot process, before additional kernel threads are started, so all threads @@ -141020,7 +141020,7 @@ index 73ec2427fbcf..9b6c921106b5 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 11 Dec 2017 09:18:32 +0000 -Subject: [PATCH 0094/1283] ARM: Activate FIQs to avoid __irq_startup warnings +Subject: [PATCH 0094/1282] ARM: Activate FIQs to avoid __irq_startup warnings There is a new test in __irq_startup that the IRQ is activated, which hasn't been the case for FIQs since they bypass some of the usual setup. @@ -141062,7 +141062,7 @@ index 98ca3e3fa847..c3fe7d3cf482 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 20 Feb 2018 10:07:27 +0000 -Subject: [PATCH 0095/1283] i2c-gpio: Also set bus numbers from reg property +Subject: [PATCH 0095/1282] i2c-gpio: Also set bus numbers from reg property I2C busses can be assigned specific bus numbers using aliases in Device Tree - string properties where the name is the alias and the @@ -141103,7 +141103,7 @@ index 7a048abbf92b..08ad370c9881 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: hdoverobinson Date: Tue, 13 Mar 2018 06:58:39 -0400 -Subject: [PATCH 0096/1283] added capture_clear option to pps-gpio via +Subject: [PATCH 0096/1282] added capture_clear option to pps-gpio via dtoverlay (#2433) --- @@ -141131,7 +141131,7 @@ index 2f4b11b4dfcd..b10b43538542 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 9 Mar 2018 12:01:00 +0000 -Subject: [PATCH 0097/1283] lan78xx: Read initial EEE status from DT +Subject: [PATCH 0097/1282] lan78xx: Read initial EEE status from DT Add two new DT properties: * microchip,eee-enabled - a boolean to enable EEE @@ -141177,7 +141177,7 @@ index f159bd49de99..caaba7332488 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: popcornmix Date: Mon, 14 Jul 2014 22:02:09 +0100 -Subject: [PATCH 0098/1283] hid: Reduce default mouse polling interval to 60Hz +Subject: [PATCH 0098/1282] hid: Reduce default mouse polling interval to 60Hz Reduces overhead when using X --- @@ -141215,7 +141215,7 @@ index 2dcaf31eb9cd..8a9d8214d8af 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Nick Bulleid Date: Thu, 10 May 2018 21:57:02 +0100 -Subject: [PATCH 0099/1283] Add ability to export gpio used by gpio-poweroff +Subject: [PATCH 0099/1282] Add ability to export gpio used by gpio-poweroff Signed-off-by: Nick Bulleid @@ -141280,7 +141280,7 @@ index 3e670131f2a8..e5dca66360a7 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Sat, 12 May 2018 21:35:43 +0100 -Subject: [PATCH 0100/1283] firmware/raspberrypi: Notify firmware of a reboot +Subject: [PATCH 0100/1282] firmware/raspberrypi: Notify firmware of a reboot Register for reboot notifications, sending RPI_FIRMWARE_NOTIFY_REBOOT over the mailbox interface on reception. @@ -141370,7 +141370,7 @@ index 2ace1a4e4822..11df82a893ef 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Thu, 14 Jun 2018 11:21:04 +0100 -Subject: [PATCH 0101/1283] irqchip: irq-bcm2835: Calc. FIQ_START at boot-time +Subject: [PATCH 0101/1282] irqchip: irq-bcm2835: Calc. FIQ_START at boot-time ad83c7cb2f37 ("irqchip/irq-bcm2836: Add support for DT interrupt polarity") changed the way that the BCM2836/7 local interrupts are mapped; instead @@ -141442,7 +141442,7 @@ index 8950debf451b..7ed1b1fc642d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Thu, 14 Jun 2018 15:07:26 +0100 -Subject: [PATCH 0102/1283] of: configfs: Use of_overlay_fdt_apply API call +Subject: [PATCH 0102/1282] of: configfs: Use of_overlay_fdt_apply API call The published API to the dynamic overlay application mechanism now takes a Flattened Device Tree blob as input so that it can manage the @@ -141562,7 +141562,7 @@ index 178f0629b0f0..ac04301dabe1 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 13 Jun 2018 15:21:10 +0100 -Subject: [PATCH 0103/1283] net: lan78xx: Disable TCP Segmentation Offload +Subject: [PATCH 0103/1282] net: lan78xx: Disable TCP Segmentation Offload (TSO) TSO seems to be having issues when packets are dropped and the @@ -141625,7 +141625,7 @@ index caaba7332488..cd16423d5b3d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 20 Jun 2018 12:20:01 +0100 -Subject: [PATCH 0104/1283] brcmfmac: Re-enable firmware roaming support +Subject: [PATCH 0104/1282] brcmfmac: Re-enable firmware roaming support As of 4.18, a firmware that implements the update_connect_params method but doesn't claim to support roaming causes an error. We @@ -141660,7 +141660,7 @@ index a559e6049ca3..f29de630908d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Thu, 5 Apr 2018 14:46:11 +0100 -Subject: [PATCH 0105/1283] lan78xx: Move enabling of EEE into PHY init code +Subject: [PATCH 0105/1282] lan78xx: Move enabling of EEE into PHY init code Enable EEE mode as soon as possible after connecting to the PHY, and before phy_start. This avoids a second link negotiation, which speeds @@ -141730,7 +141730,7 @@ index cd16423d5b3d..acf45ad8536c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: popcornmix Date: Mon, 17 Sep 2018 17:31:18 +0100 -Subject: [PATCH 0106/1283] cxd2880: CXD2880_SPI_DRV should select DVB_CXD2880 +Subject: [PATCH 0106/1282] cxd2880: CXD2880_SPI_DRV should select DVB_CXD2880 with MEDIA_SUBDRV_AUTOSELECT --- @@ -141756,7 +141756,7 @@ index 857ef4ace6e9..deae75ea3c44 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Stefan Wahren Date: Sat, 13 Oct 2018 13:31:21 +0200 -Subject: [PATCH 0107/1283] firmware: raspberrypi: Add backward compatible +Subject: [PATCH 0107/1282] firmware: raspberrypi: Add backward compatible get_throttled Avoid a hard userspace ABI change by adding a compatible get_throttled @@ -141841,7 +141841,7 @@ index 11df82a893ef..24eeb1700ed7 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 6 Nov 2018 12:57:48 +0000 -Subject: [PATCH 0108/1283] sc16is7xx: Don't spin if no data received +Subject: [PATCH 0108/1282] sc16is7xx: Don't spin if no data received See: https://github.com/raspberrypi/linux/issues/2676 @@ -141870,7 +141870,7 @@ index b57cf8ddbf63..4b07fafc26db 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Ram Chandrasekar Date: Mon, 7 May 2018 11:54:08 -0600 -Subject: [PATCH 0109/1283] drivers: thermal: step_wise: add support for +Subject: [PATCH 0109/1282] drivers: thermal: step_wise: add support for hysteresis Step wise governor increases the mitigation level when the temperature @@ -141965,7 +141965,7 @@ index 12acb12aac50..9c8d615f3b63 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Serge Schneider Date: Tue, 2 Oct 2018 11:14:15 +0100 -Subject: [PATCH 0110/1283] drivers: thermal: step_wise: avoid throttling at +Subject: [PATCH 0110/1282] drivers: thermal: step_wise: avoid throttling at hysteresis temperature after dropping below it Signed-off-by: Serge Schneider @@ -141993,7 +141993,7 @@ index 9c8d615f3b63..629f02fce2f2 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: James Hughes Date: Fri, 2 Nov 2018 11:55:49 +0000 -Subject: [PATCH 0111/1283] Update issue templates (#2736) +Subject: [PATCH 0111/1282] Update issue templates (#2736) --- .github/ISSUE_TEMPLATE/bug_report.md | 34 ++++++++++++++++++++++++++++ @@ -142047,7 +142047,7 @@ index 000000000000..09bdc4a96838 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 26 Nov 2018 19:46:58 +0000 -Subject: [PATCH 0112/1283] net: lan78xx: Support auto-downshift to 100Mb/s +Subject: [PATCH 0112/1282] net: lan78xx: Support auto-downshift to 100Mb/s Ethernet cables with faulty or missing pairs (specifically pairs C and D) allow auto-negotiation to 1000Mbs, but do not support the successful @@ -142148,7 +142148,7 @@ index 517288da19fd..626c450d71f4 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 10 Jan 2019 17:58:06 +0000 -Subject: [PATCH 0113/1283] firmware: raspberrypi: Report the fw variant during +Subject: [PATCH 0113/1282] firmware: raspberrypi: Report the fw variant during probe The driver already reported the firmware build date during probe. @@ -142257,7 +142257,7 @@ index e93414410485..119141c91bad 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Joshua Emele Date: Wed, 7 Nov 2018 16:07:40 -0800 -Subject: [PATCH 0114/1283] lan78xx: Debounce link events to minimize poll +Subject: [PATCH 0114/1282] lan78xx: Debounce link events to minimize poll storm The bInterval is set to 4 (i.e. 8 microframes => 1ms) and the only bit @@ -142309,7 +142309,7 @@ index acf45ad8536c..46bc6f519ccc 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 5 Mar 2019 09:51:22 +0000 -Subject: [PATCH 0115/1283] lan78xx: EEE support is now a PHY property +Subject: [PATCH 0115/1282] lan78xx: EEE support is now a PHY property Now that EEE support is a property of the PHY, use the PHY's DT node when querying the EEE-related properties. @@ -142341,7 +142341,7 @@ index 46bc6f519ccc..5469b0ac1380 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 20 Jul 2018 22:03:41 +0100 -Subject: [PATCH 0116/1283] bcm2835-dma: Add support for per-channel flags +Subject: [PATCH 0116/1282] bcm2835-dma: Add support for per-channel flags Add the ability to interpret the high bits of the dreq specifier as flags to be included in the DMA_CS register. The motivation for this @@ -142395,7 +142395,7 @@ index bf7ba96a39f9..87b5d0bef355 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Fri, 29 Mar 2019 10:53:14 +0000 -Subject: [PATCH 0117/1283] rtc: rv3028: Add backup switchover mode support +Subject: [PATCH 0117/1282] rtc: rv3028: Add backup switchover mode support Signed-off-by: Phil Howard --- @@ -142451,7 +142451,7 @@ index 12c807306893..757c0ff82bdb 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: P33M Date: Thu, 2 May 2019 11:53:45 +0100 -Subject: [PATCH 0118/1283] lan78xx: use default alignment for rx buffers +Subject: [PATCH 0118/1282] lan78xx: use default alignment for rx buffers The lan78xx uses a 12-byte hardware rx header, so there is no need to allocate SKBs with NET_IP_ALIGN set. Removes alignment faults @@ -142480,7 +142480,7 @@ index 5469b0ac1380..fabc038679d8 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 31 Oct 2018 14:56:59 +0000 -Subject: [PATCH 0119/1283] media: tc358743: Increase FIFO level to 374. +Subject: [PATCH 0119/1282] media: tc358743: Increase FIFO level to 374. The existing fixed value of 16 worked for UYVY 720P60 over 2 lanes at 594MHz, or UYVY 1080P60 over 4 lanes. (RGB888 @@ -142517,7 +142517,7 @@ index 3205cd8298dd..ae879e0835ff 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Thu, 21 Sep 2017 17:30:24 +0200 -Subject: [PATCH 0120/1283] media: tc358743: fix connected/active CSI-2 lane +Subject: [PATCH 0120/1282] media: tc358743: fix connected/active CSI-2 lane reporting g_mbus_config was supposed to indicate all supported lane numbers, not @@ -142599,7 +142599,7 @@ index 841e190aedd9..80a641840071 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 31 Oct 2018 14:57:21 +0000 -Subject: [PATCH 0121/1283] media: tc358743: Add support for 972Mbit/s link +Subject: [PATCH 0121/1282] media: tc358743: Add support for 972Mbit/s link freq. Adds register setups for running the CSI lanes at 972Mbit/s, @@ -142685,7 +142685,7 @@ index 1f4d78b147bb..d5c6e1f0d8bd 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 31 Oct 2018 14:57:34 +0000 -Subject: [PATCH 0122/1283] media: tc358743: Check I2C succeeded during probe. +Subject: [PATCH 0122/1282] media: tc358743: Check I2C succeeded during probe. The probe for the TC358743 reads the CHIPID register from the device and compares it to the expected value of 0. @@ -142789,7 +142789,7 @@ index d5c6e1f0d8bd..80e7afe88a8c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 31 Oct 2018 14:57:46 +0000 -Subject: [PATCH 0123/1283] media: adv7180: Default to the first valid input +Subject: [PATCH 0123/1282] media: adv7180: Default to the first valid input The hardware default is differential CVBS on AIN1 & 2, which isn't very useful. @@ -142840,7 +142840,7 @@ index d9a99fcfacb1..b0c3635eab71 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 31 Oct 2018 14:57:56 +0000 -Subject: [PATCH 0124/1283] media: adv7180: Add YPrPb support for ADV7282M +Subject: [PATCH 0124/1282] media: adv7180: Add YPrPb support for ADV7282M The ADV7282M can support YPbPr on AIN1-3, but this was not selectable from the driver. Add it to the list of @@ -142870,7 +142870,7 @@ index b0c3635eab71..725d52f8c742 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 31 Oct 2018 14:58:08 +0000 -Subject: [PATCH 0125/1283] media: videodev2: Add helper defines for printing +Subject: [PATCH 0125/1282] media: videodev2: Add helper defines for printing FOURCCs New helper defines that allow printing of a FOURCC using @@ -142904,7 +142904,7 @@ index 61c5011dfc13..561fdf631c70 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 31 Oct 2018 14:59:06 +0000 -Subject: [PATCH 0126/1283] dt-bindings: Document BCM283x CSI2/CCP2 receiver +Subject: [PATCH 0126/1282] dt-bindings: Document BCM283x CSI2/CCP2 receiver Document the DT bindings for the CSI2/CCP2 receiver peripheral (known as Unicam) on BCM283x SoCs. @@ -143014,7 +143014,7 @@ index 000000000000..7714fb374b34 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 31 Oct 2018 14:59:40 +0000 -Subject: [PATCH 0127/1283] MAINTAINERS: Add entry for BCM2835 Unicam driver +Subject: [PATCH 0127/1282] MAINTAINERS: Add entry for BCM2835 Unicam driver Adds entry for the new BCM2835 Unicam (CSI-2 receiver) driver @@ -143024,7 +143024,7 @@ Signed-off-by: Dave Stevenson 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS -index d0884a5d49b9..363f2ba9b9e0 100644 +index 95374d582574..48a921277890 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3554,6 +3554,13 @@ N: bcm113* @@ -143048,7 +143048,7 @@ index d0884a5d49b9..363f2ba9b9e0 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 22 Nov 2018 17:31:06 +0000 -Subject: [PATCH 0128/1283] media: tc358743: Return an appropriate colorspace +Subject: [PATCH 0128/1282] media: tc358743: Return an appropriate colorspace from tc358743_set_fmt When calling tc358743_set_fmt, the code was calling tc358743_get_fmt @@ -143152,7 +143152,7 @@ index 80e7afe88a8c..69f2d676448e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 29 Oct 2018 16:20:46 +0000 -Subject: [PATCH 0129/1283] staging: mmal-vchiq: Avoid use of bool in +Subject: [PATCH 0129/1282] staging: mmal-vchiq: Avoid use of bool in structures Fixes up a checkpatch error "Avoid using bool structure members @@ -143183,7 +143183,7 @@ index 76d3f0399964..61b9c09144b1 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 24 Sep 2018 18:15:38 +0100 -Subject: [PATCH 0130/1283] staging: mmal-vchiq: Add support for event +Subject: [PATCH 0130/1282] staging: mmal-vchiq: Add support for event callbacks. (Preparation for the codec driver). @@ -143552,7 +143552,7 @@ index 1dc81ecf9268..e87f88f99338 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 24 Sep 2018 18:26:02 +0100 -Subject: [PATCH 0131/1283] staging: vc04_services: Support sending data to +Subject: [PATCH 0131/1282] staging: vc04_services: Support sending data to MMAL ports Add the ability to send data to ports. This only supports @@ -143600,7 +143600,7 @@ index e78858d24c4e..2fbb813c27f1 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 29 Oct 2018 17:57:45 +0000 -Subject: [PATCH 0132/1283] media: videobuf2: Allow exporting of a struct +Subject: [PATCH 0132/1282] media: videobuf2: Allow exporting of a struct dmabuf videobuf2 only allowed exporting a dmabuf as a file descriptor, @@ -143692,7 +143692,7 @@ index 3b5986cee073..4b72d0e16ee3 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 22 Jan 2019 12:04:09 +0000 -Subject: [PATCH 0133/1283] staging: mmal-vchiq: Fix client_component for 64 +Subject: [PATCH 0133/1282] staging: mmal-vchiq: Fix client_component for 64 bit kernel The MMAL client_component field is used with the event @@ -143733,7 +143733,7 @@ index 2fbb813c27f1..d6d98b20c76a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 24 Jan 2019 15:09:28 +0000 -Subject: [PATCH 0134/1283] clk: clk-bcm2835: Use %zd when printing size_t +Subject: [PATCH 0134/1282] clk: clk-bcm2835: Use %zd when printing size_t The debug text for how many clocks have been registered uses "%d" with a size_t. Correct it to "%zd". @@ -143763,7 +143763,7 @@ index 90069a397fc5..35f0d5be4b1d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 13 Feb 2019 12:33:29 +0000 -Subject: [PATCH 0135/1283] staging: mmal_vchiq: Add in the Bayer encoding +Subject: [PATCH 0135/1282] staging: mmal_vchiq: Add in the Bayer encoding formats The list of formats was copied before Bayer support was added. @@ -143820,7 +143820,7 @@ index 2be9941a1f30..44ba91aa6d47 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 18 Feb 2019 15:52:29 +0000 -Subject: [PATCH 0136/1283] staging: mmal-vchiq: Update mmal_parameters.h with +Subject: [PATCH 0136/1282] staging: mmal-vchiq: Update mmal_parameters.h with recently defined params mmal_parameters.h hasn't been updated to reflect additions made @@ -143882,7 +143882,7 @@ index a1e39b1b1701..1793103b18fd 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 1 May 2019 13:27:23 +0100 -Subject: [PATCH 0137/1283] staging: mmal-vchiq: Free the event context for +Subject: [PATCH 0137/1282] staging: mmal-vchiq: Free the event context for control ports vchiq_mmal_component_init calls init_event_context for the @@ -143916,7 +143916,7 @@ index d6d98b20c76a..b4893e08f54a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 2 May 2019 15:50:01 +0100 -Subject: [PATCH 0138/1283] staging: mmal-vchiq: Fix memory leak in error path +Subject: [PATCH 0138/1282] staging: mmal-vchiq: Fix memory leak in error path On error, vchiq_mmal_component_init could leave the event context allocated for ports. @@ -143998,7 +143998,7 @@ index b4893e08f54a..38303b030156 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 12 Jun 2019 17:15:05 +0100 -Subject: [PATCH 0139/1283] w1: w1-gpio: Make GPIO an output for strong pullup +Subject: [PATCH 0139/1282] w1: w1-gpio: Make GPIO an output for strong pullup The logic to drive the data line high to implement a strong pullup assumed that the pin was already an output - setting a value does @@ -144031,7 +144031,7 @@ index d4632aace402..4832cd8c2596 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 20 Feb 2019 08:49:39 +0000 -Subject: [PATCH 0140/1283] arm: bcm2835: Fix FIQ early ioremap +Subject: [PATCH 0140/1282] arm: bcm2835: Fix FIQ early ioremap The ioremapping creates mappings within the vmalloc area. The equivalent early function, create_mapping, now checks that the @@ -144110,7 +144110,7 @@ index 9b6c921106b5..9bd9842da59f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 29 May 2019 15:47:42 +0100 -Subject: [PATCH 0141/1283] arm: bcm2835: DMA can only address 1GB +Subject: [PATCH 0141/1282] arm: bcm2835: DMA can only address 1GB The legacy peripherals can only address the first gigabyte of RAM, so ensure that DMA allocations are restricted to that region. @@ -144141,7 +144141,7 @@ index 9bd9842da59f..7d59a9364175 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Stefan Wahren Date: Sat, 4 May 2019 17:06:15 +0200 -Subject: [PATCH 0142/1283] hwrng: iproc-rng200: Add BCM2838 support +Subject: [PATCH 0142/1282] hwrng: iproc-rng200: Add BCM2838 support The HWRNG on the BCM2838 is compatible to iproc-rng200, so add the support to this driver instead of bcm2835-rng. @@ -144302,7 +144302,7 @@ index a43743887db1..f689cd63deae 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jonathan Bell Date: Wed, 12 Sep 2018 14:44:53 +0100 -Subject: [PATCH 0143/1283] bcmgenet: constrain max DMA burst length +Subject: [PATCH 0143/1282] bcmgenet: constrain max DMA burst length --- drivers/net/ethernet/broadcom/genet/bcmgenet.h | 2 +- @@ -144328,7 +144328,7 @@ index 0a6d91b0f0aa..5e653f21aeb9 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 27 Mar 2019 13:45:46 +0000 -Subject: [PATCH 0144/1283] bcmgenet: Better coalescing parameter defaults +Subject: [PATCH 0144/1282] bcmgenet: Better coalescing parameter defaults Set defaults for TX and RX packet coalescing to be equivalent to: @@ -144344,7 +144344,7 @@ Signed-off-by: Phil Elwell 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/net/ethernet/broadcom/genet/bcmgenet.c b/drivers/net/ethernet/broadcom/genet/bcmgenet.c -index 92cd2916e801..65fae85365dc 100644 +index 9d4f406408c9..4435c64437f0 100644 --- a/drivers/net/ethernet/broadcom/genet/bcmgenet.c +++ b/drivers/net/ethernet/broadcom/genet/bcmgenet.c @@ -2616,7 +2616,7 @@ static void bcmgenet_init_tx_ring(struct bcmgenet_priv *priv, @@ -144356,7 +144356,7 @@ index 92cd2916e801..65fae85365dc 100644 /* Disable rate control for now */ bcmgenet_tdma_ring_writel(priv, index, flow_period_val, TDMA_FLOW_PERIOD); -@@ -4083,9 +4083,12 @@ static int bcmgenet_probe(struct platform_device *pdev) +@@ -4084,9 +4084,12 @@ static int bcmgenet_probe(struct platform_device *pdev) netif_set_real_num_rx_queues(priv->dev, priv->hw_params->rx_queues + 1); /* Set default coalescing parameters */ @@ -144377,7 +144377,7 @@ index 92cd2916e801..65fae85365dc 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jonathan Bell Date: Tue, 14 May 2019 17:17:59 +0100 -Subject: [PATCH 0145/1283] net: genet: enable link energy detect powerdown for +Subject: [PATCH 0145/1282] net: genet: enable link energy detect powerdown for external PHYs There are several warts surrounding bcmgenet_mii_probe() as this @@ -144414,7 +144414,7 @@ index f61f832ea19c..ca4bb7fd2a4d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Martin Sperl Date: Mon, 13 May 2019 11:05:27 +0000 -Subject: [PATCH 0146/1283] spi: bcm2835: enable shared interrupt support +Subject: [PATCH 0146/1282] spi: bcm2835: enable shared interrupt support Add shared interrupt support for this driver. @@ -144455,7 +144455,7 @@ index 0933948d7df3..2a0cab8435b0 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 23 Jan 2019 16:11:50 +0000 -Subject: [PATCH 0147/1283] clk-bcm2835: Don't wait for pllh lock +Subject: [PATCH 0147/1282] clk-bcm2835: Don't wait for pllh lock Signed-off-by: Phil Elwell --- @@ -144499,7 +144499,7 @@ index 35f0d5be4b1d..1cff1085ecc7 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 11 Jan 2019 17:31:07 -0800 -Subject: [PATCH 0148/1283] soc: bcm: bcm2835-pm: Add support for 2711. +Subject: [PATCH 0148/1282] soc: bcm: bcm2835-pm: Add support for 2711. Without the actual power management part any more, there's a lot less to set up for V3D. We just need to clear the RSTN field for the power @@ -144611,7 +144611,7 @@ index ed37dc40e82a..b2d157091e12 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 2 May 2019 15:11:05 -0700 -Subject: [PATCH 0149/1283] clk: bcm2835: Add support for setting leaf clock +Subject: [PATCH 0149/1282] clk: bcm2835: Add support for setting leaf clock rates while running. As long as you wait for !BUSY, you can do glitch-free updates of clock @@ -144670,7 +144670,7 @@ index 1cff1085ecc7..17b37c73798a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 2 May 2019 15:24:04 -0700 -Subject: [PATCH 0150/1283] clk: bcm2835: Allow reparenting leaf clocks while +Subject: [PATCH 0150/1282] clk: bcm2835: Allow reparenting leaf clocks while they're running. This falls under the same "we can reprogram glitch-free as long as we @@ -144747,7 +144747,7 @@ index 17b37c73798a..908d0794a2b3 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jonathan Bell Date: Tue, 11 Jun 2019 10:55:00 +0100 -Subject: [PATCH 0151/1283] usb: add plumbing for updating interrupt endpoint +Subject: [PATCH 0151/1282] usb: add plumbing for updating interrupt endpoint interval state xHCI caches device and endpoint data after the interface is configured, @@ -144819,10 +144819,10 @@ index 7a32053e941f..e8045997d6ec 100644 * usb_disable_endpoint -- Disable an endpoint by address * @dev: the device whose endpoint is being disabled diff --git a/include/linux/usb.h b/include/linux/usb.h -index 89f58d070470..978a6011ea1b 100644 +index 987550fd46fa..2f85319245d0 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h -@@ -1845,6 +1845,8 @@ extern int usb_clear_halt(struct usb_device *dev, int pipe); +@@ -1850,6 +1850,8 @@ extern int usb_clear_halt(struct usb_device *dev, int pipe); extern int usb_reset_configuration(struct usb_device *dev); extern int usb_set_interface(struct usb_device *dev, int ifnum, int alternate); extern void usb_reset_endpoint(struct usb_device *dev, unsigned int epaddr); @@ -144863,7 +144863,7 @@ index 98d1921f02b1..cfa04bbe55a9 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jonathan Bell Date: Tue, 11 Jun 2019 11:33:39 +0100 -Subject: [PATCH 0152/1283] xhci: implement xhci_fixup_endpoint for interval +Subject: [PATCH 0152/1282] xhci: implement xhci_fixup_endpoint for interval adjustments Must be called in a non-atomic context, after the endpoint @@ -144876,10 +144876,10 @@ Signed-off-by: Jonathan Bell 1 file changed, 104 insertions(+) diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c -index a982b5346764..92d3b8af429f 100644 +index 1fd2f6a850eb..ca8bc4b79699 100644 --- a/drivers/usb/host/xhci.c +++ b/drivers/usb/host/xhci.c -@@ -1617,6 +1617,109 @@ static int xhci_check_maxpacket(struct xhci_hcd *xhci, unsigned int slot_id, +@@ -1621,6 +1621,109 @@ static int xhci_check_maxpacket(struct xhci_hcd *xhci, unsigned int slot_id, return ret; } @@ -144989,7 +144989,7 @@ index a982b5346764..92d3b8af429f 100644 /* * non-error returns are a promise to giveback() the urb later * we drop ownership so next owner (or urb unlink) can get it -@@ -5457,6 +5560,7 @@ static const struct hc_driver xhci_hc_driver = { +@@ -5461,6 +5564,7 @@ static const struct hc_driver xhci_hc_driver = { .endpoint_reset = xhci_endpoint_reset, .check_bandwidth = xhci_check_bandwidth, .reset_bandwidth = xhci_reset_bandwidth, @@ -145004,7 +145004,7 @@ index a982b5346764..92d3b8af429f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jonathan Bell Date: Tue, 11 Jun 2019 11:42:03 +0100 -Subject: [PATCH 0153/1283] usbhid: call usb_fixup_endpoint after mangling +Subject: [PATCH 0153/1282] usbhid: call usb_fixup_endpoint after mangling intervals Lets the mousepoll override mechanism work with xhci. @@ -145033,7 +145033,7 @@ index 8a9d8214d8af..3541229ef9dc 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 11 Jun 2019 17:38:28 +0100 -Subject: [PATCH 0154/1283] arm: bcm2835: Add bcm2838 compatible string. +Subject: [PATCH 0154/1282] arm: bcm2835: Add bcm2838 compatible string. Signed-off-by: Phil Elwell --- @@ -145059,7 +145059,7 @@ index 7d59a9364175..282a023027fc 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 4 Oct 2018 17:22:43 -0700 -Subject: [PATCH 0155/1283] drm/v3d: Add support for 2711. +Subject: [PATCH 0155/1282] drm/v3d: Add support for 2711. Signed-off-by: Eric Anholt --- @@ -145085,7 +145085,7 @@ index 6407a006d6ec..daf7f8b75fa5 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 14 Jan 2019 12:35:43 -0800 -Subject: [PATCH 0156/1283] drm/v3d: Skip MMU flush if the device is currently +Subject: [PATCH 0156/1282] drm/v3d: Skip MMU flush if the device is currently off. If it's off, we know it will be reset on poweron, so the MMU won't @@ -145143,7 +145143,7 @@ index 5a453532901f..8986e7b96461 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 14 Jan 2019 14:47:57 -0800 -Subject: [PATCH 0157/1283] drm/v3d: Hook up the runtime PM ops. +Subject: [PATCH 0157/1282] drm/v3d: Hook up the runtime PM ops. In translating the runtime PM code from vc4, I missed the ".pm" assignment to actually connect them up. Fixes missing MMU setup if @@ -145217,7 +145217,7 @@ index daf7f8b75fa5..e573e67031a5 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 12 Jul 2019 15:38:35 +0100 -Subject: [PATCH 0158/1283] i2c: bcm2835: Set clock-stretch timeout to 35ms +Subject: [PATCH 0158/1282] i2c: bcm2835: Set clock-stretch timeout to 35ms The BCM2835 I2C blocks have a register to set the clock-stretch timeout - how long the device is allowed to hold SCL low - in bus @@ -145270,7 +145270,7 @@ index 394282a37f67..d768247c7e50 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: popcornmix Date: Tue, 6 Aug 2019 15:23:14 +0100 -Subject: [PATCH 0159/1283] clk-bcm2835: Avoid null pointer exception +Subject: [PATCH 0159/1282] clk-bcm2835: Avoid null pointer exception clk_desc_array[BCM2835_PLLB] doesn't exist so we dereference null when iterating @@ -145305,7 +145305,7 @@ index 908d0794a2b3..65314bb4e88c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 14 Jan 2019 15:13:17 -0800 -Subject: [PATCH 0160/1283] drm/v3d: HACK: gut runtime pm for now. +Subject: [PATCH 0160/1282] drm/v3d: HACK: gut runtime pm for now. Something is still unstable -- on starting a new glxgears from an idle X11, I get an MMU violation in high addresses. The CTS also failed @@ -145422,7 +145422,7 @@ index e573e67031a5..b8f3d12d9d96 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 2 May 2019 13:22:53 -0700 -Subject: [PATCH 0161/1283] drm/v3d: Clock V3D down when not in use. +Subject: [PATCH 0161/1282] drm/v3d: Clock V3D down when not in use. My various attempts at re-enabling runtime PM have failed, so just crank the clock down when V3D is idle to reduce power consumption. @@ -145593,7 +145593,7 @@ index 805d6f6cba0e..fd4aa45054b5 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jonathan Bell Date: Thu, 9 May 2019 14:30:37 +0100 -Subject: [PATCH 0162/1283] drivers: char: add chardev for mmap'ing the RPiVid +Subject: [PATCH 0162/1282] drivers: char: add chardev for mmap'ing the RPiVid control registers Based on the gpiomem driver, allow mapping of the decoder register @@ -146051,7 +146051,7 @@ index b2d157091e12..f70a810c55f7 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jonathan Bell Date: Thu, 1 Aug 2019 16:41:20 +0100 -Subject: [PATCH 0163/1283] hid: usb: Add device quirks for Freeway Airmouse T3 +Subject: [PATCH 0163/1282] hid: usb: Add device quirks for Freeway Airmouse T3 and MX3 These wireless mouse/keyboard combo remote control devices specify @@ -146122,7 +146122,7 @@ index c7c06aa958c4..fcd9fc401c11 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: James Hughes Date: Tue, 16 Jul 2019 12:18:21 +0100 -Subject: [PATCH 0164/1283] Add HDMI1 facility to the driver. +Subject: [PATCH 0164/1282] Add HDMI1 facility to the driver. For generic ALSA, all you need is the bcm2835.h change, but have also added structures for IEC958 HDMI. Not sure how to @@ -146215,7 +146215,7 @@ index 51066ac8eea5..b42a2fb12248 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 9 Aug 2019 08:51:43 +0100 -Subject: [PATCH 0165/1283] net: bcmgenet: Workaround #2 for Pi4 Ethernet fail +Subject: [PATCH 0165/1282] net: bcmgenet: Workaround #2 for Pi4 Ethernet fail Some combinations of Pi 4Bs and Ethernet switches don't reliably get a DCHP-assigned IP address, leaving the unit with a self=assigned 169.254 @@ -146240,7 +146240,7 @@ Signed-off-by: Phil Elwell 1 file changed, 8 insertions(+) diff --git a/drivers/net/ethernet/broadcom/genet/bcmgenet.c b/drivers/net/ethernet/broadcom/genet/bcmgenet.c -index 65fae85365dc..3ee090427570 100644 +index 4435c64437f0..87fdafc99835 100644 --- a/drivers/net/ethernet/broadcom/genet/bcmgenet.c +++ b/drivers/net/ethernet/broadcom/genet/bcmgenet.c @@ -67,6 +67,9 @@ @@ -146272,7 +146272,7 @@ index 65fae85365dc..3ee090427570 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jonathan Bell Date: Tue, 13 Aug 2019 15:53:29 +0100 -Subject: [PATCH 0166/1283] xhci: Use more event ring segment table entries +Subject: [PATCH 0166/1282] xhci: Use more event ring segment table entries Users have reported log spam created by "Event Ring Full" xHC event TRBs. These are caused by interrupt latency in conjunction with a very @@ -146319,7 +146319,7 @@ index 9d9ab7e3560a..228d7a200a02 100644 "// Write ERST size = %i to ir_set 0 (some bits preserved)", val); diff --git a/drivers/usb/host/xhci.h b/drivers/usb/host/xhci.h -index b8ad9676312b..d83c56a8fffc 100644 +index 0b22e8580863..573863751d61 100644 --- a/drivers/usb/host/xhci.h +++ b/drivers/usb/host/xhci.h @@ -1673,8 +1673,8 @@ struct urb_priv { @@ -146340,7 +146340,7 @@ index b8ad9676312b..d83c56a8fffc 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Thu, 15 Aug 2019 12:02:34 +0100 -Subject: [PATCH 0167/1283] configs: arm64/bcm2711: Enable V3D +Subject: [PATCH 0167/1282] configs: arm64/bcm2711: Enable V3D Enable the V3D driver, which depends on BCM2835_POWER. @@ -146374,7 +146374,7 @@ index 9a5c44606337..b0e048697964 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 3 Sep 2019 18:16:56 +0100 -Subject: [PATCH 0168/1283] arch/arm: Add model string to cpuinfo +Subject: [PATCH 0168/1282] arch/arm: Add model string to cpuinfo Signed-off-by: Phil Elwell --- @@ -146416,7 +146416,7 @@ index 284a80c0b6e1..12e73ce6e8fa 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 3 Sep 2019 18:17:25 +0100 -Subject: [PATCH 0169/1283] arch/arm64: Add Revision, Serial, Model to cpuinfo +Subject: [PATCH 0169/1282] arch/arm64: Add Revision, Serial, Model to cpuinfo Signed-off-by: Phil Elwell --- @@ -146480,7 +146480,7 @@ index 591c18a889a5..ae90c11f9623 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 28 Aug 2019 13:34:30 +0100 -Subject: [PATCH 0170/1283] media: dt-bindings: Add binding for the Sony IMX219 +Subject: [PATCH 0170/1282] media: dt-bindings: Add binding for the Sony IMX219 sensor The IMX219 is an 8MPix CSI2 sensor, supporting 2 or 4 data lanes. @@ -146564,7 +146564,7 @@ index 000000000000..a02f1ce1e120 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 6 Sep 2019 15:04:51 +0100 -Subject: [PATCH 0171/1283] v4l2: Add a Greyworld AWB mode. +Subject: [PATCH 0171/1282] v4l2: Add a Greyworld AWB mode. Adds a simple greyworld white balance preset, mainly for use with cameras without an IR filter (eg Raspberry Pi NoIR) @@ -151637,7 +151637,7 @@ index 5532b5f68493..ee1684f51d97 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 6 Sep 2019 15:13:06 +0100 -Subject: [PATCH 0172/1283] staging: bcm2835-camera: Add greyworld AWB mode +Subject: [PATCH 0172/1282] staging: bcm2835-camera: Add greyworld AWB mode This is mainly used for the NoIR camera which has no IR filter and can completely confuse normal AWB presets. @@ -151682,7 +151682,7 @@ index 1793103b18fd..27bafc5f01d2 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 18 Sep 2019 17:22:36 +0100 -Subject: [PATCH 0173/1283] drm/v3d: Delete pm_runtime support +Subject: [PATCH 0173/1282] drm/v3d: Delete pm_runtime support The pm_runtime was blocking changelist submission, so delete it as a temporary workaround. @@ -151752,7 +151752,7 @@ index 8986e7b96461..618503f2f2f1 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Stefan Wahren Date: Thu, 19 Sep 2019 20:45:30 +0200 -Subject: [PATCH 0174/1283] ARM: bcm: Switch board, clk and pinctrl to bcm2711 +Subject: [PATCH 0174/1282] ARM: bcm: Switch board, clk and pinctrl to bcm2711 compatible After the decision to use bcm2711 compatible for upstream, we should @@ -151784,7 +151784,7 @@ index 282a023027fc..e538e0f899a5 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: James Hughes Date: Tue, 24 Sep 2019 18:26:55 +0100 -Subject: [PATCH 0175/1283] Rename HDMI ALSA device names, check for enable +Subject: [PATCH 0175/1282] Rename HDMI ALSA device names, check for enable state HDMI Alsa devices renamed to match names used by DRM, to @@ -151930,7 +151930,7 @@ index eb8a8a5b7ec8..f926784c622d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Markus Proeller Date: Thu, 10 Oct 2019 19:12:08 +0200 -Subject: [PATCH 0176/1283] dt-bindings: Add binding for the Infineon IRS1125 +Subject: [PATCH 0176/1282] dt-bindings: Add binding for the Infineon IRS1125 sensor Adds a binding for the Infineon IRS1125 time-of-flight depth @@ -152003,7 +152003,7 @@ index 000000000000..25a48028c957 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Markus Proeller Date: Thu, 10 Oct 2019 19:12:36 +0200 -Subject: [PATCH 0177/1283] media: i2c: Add a driver for the Infineon IRS1125 +Subject: [PATCH 0177/1282] media: i2c: Add a driver for the Infineon IRS1125 depth sensor The Infineon IRS1125 is a time of flight depth sensor that @@ -153248,7 +153248,7 @@ index 000000000000..dccaca23aa76 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 11 Nov 2019 20:18:08 +0000 -Subject: [PATCH 0178/1283] drm/v3d: Suppress all but the first MMU error +Subject: [PATCH 0178/1282] drm/v3d: Suppress all but the first MMU error The v3d driver currently encounters a lot of MMU PTE exceptions, so only log the first to avoid swamping the kernel log. @@ -153293,7 +153293,7 @@ index e714d5318f30..0f7a23f051df 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 12 Nov 2019 16:41:21 +0000 -Subject: [PATCH 0179/1283] drm/v3d: Plug dma_fence leak +Subject: [PATCH 0179/1282] drm/v3d: Plug dma_fence leak The irq_fence and done_fence are given a reference that is never released. The necessary dma_fence_put()s seem to have been @@ -153327,7 +153327,7 @@ index 272320c6b1fe..ac07f67aafe7 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 6 Nov 2019 13:57:48 +0000 -Subject: [PATCH 0180/1283] staging: vchiq_arm: Register vcsm-cma as a platform +Subject: [PATCH 0180/1282] staging: vchiq_arm: Register vcsm-cma as a platform driver Following the same pattern as bcm2835-camera and bcm2835-audio, @@ -153373,7 +153373,7 @@ index 099359fc0115..5b937babbf25 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 6 Nov 2019 13:57:58 +0000 -Subject: [PATCH 0181/1283] staging: vchiq_arm: Register bcm2835-codec as a +Subject: [PATCH 0181/1282] staging: vchiq_arm: Register bcm2835-codec as a platform driver Following the same pattern as bcm2835-camera and bcm2835-audio, @@ -153419,7 +153419,7 @@ index 5b937babbf25..887929caf27d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: James Hughes Date: Thu, 31 Oct 2019 14:39:44 +0000 -Subject: [PATCH 0182/1283] net:phy:2711 Allow ethernet LED mode to be set via +Subject: [PATCH 0182/1282] net:phy:2711 Allow ethernet LED mode to be set via device tree Add device tree entries and code to allow the specification of @@ -153480,7 +153480,7 @@ index b330efb98209..211e1b8e4d56 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: popcornmix Date: Fri, 23 Aug 2019 16:34:38 +0100 -Subject: [PATCH 0183/1283] v3d_drv: Handle missing clock more gracefully +Subject: [PATCH 0183/1282] v3d_drv: Handle missing clock more gracefully Signed-off-by: popcornmix --- @@ -153513,7 +153513,7 @@ index 176bc5a572ab..8d7f0bf55ce2 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: popcornmix Date: Thu, 5 Sep 2019 17:59:14 +0100 -Subject: [PATCH 0184/1283] v3d_gem: Kick the clock so firmware knows we are +Subject: [PATCH 0184/1282] v3d_gem: Kick the clock so firmware knows we are using firmware clock interface Setting the v3d clock to low value allows firmware to handle dvfs in case @@ -153546,7 +153546,7 @@ index ac07f67aafe7..4636791617e1 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: popcornmix Date: Mon, 9 Sep 2019 15:49:56 +0100 -Subject: [PATCH 0185/1283] clk-raspberrypi: Allow cpufreq driver to also +Subject: [PATCH 0185/1282] clk-raspberrypi: Allow cpufreq driver to also adjust gpu clocks For performance/power it is beneficial to adjust gpu clocks with arm clock. @@ -153577,7 +153577,7 @@ index 56c5166f841a..904327cfd9d4 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: popcornmix Date: Tue, 3 Sep 2019 20:28:00 +0100 -Subject: [PATCH 0186/1283] clk-bcm2835: Disable v3d clock +Subject: [PATCH 0186/1282] clk-bcm2835: Disable v3d clock This is controlled by firmware, see clk-raspberrypi.c @@ -153641,7 +153641,7 @@ index 65314bb4e88c..c91e1380e04e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 29 Jan 2019 16:13:25 +0000 -Subject: [PATCH 0187/1283] staging: vchiq_arm: Set up dma ranges on child +Subject: [PATCH 0187/1282] staging: vchiq_arm: Set up dma ranges on child devices The VCHIQ driver now loads the audio, camera, codec, and vc-sm @@ -153680,7 +153680,7 @@ index 887929caf27d..2cc3f8c4098e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 18 Jun 2019 12:15:50 +0100 -Subject: [PATCH 0188/1283] staging: vchiq: Use the old dma controller for OF +Subject: [PATCH 0188/1282] staging: vchiq: Use the old dma controller for OF config on platform devices vchiq on Pi4 is no longer under the soc node, therefore it @@ -153737,7 +153737,7 @@ index 2cc3f8c4098e..9d7eeb3f6614 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Stefan Wahren Date: Fri, 27 Dec 2019 11:40:56 +0100 -Subject: [PATCH 0189/1283] ARM: bcm: Backport BCM2711 support from upstream +Subject: [PATCH 0189/1282] ARM: bcm: Backport BCM2711 support from upstream Make the BCM2711 a different machine, but keep it in board_bcm2835. @@ -153790,7 +153790,7 @@ index e538e0f899a5..91a758c61f48 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Luke Hinds <7058938+lukehinds@users.noreply.github.com> Date: Wed, 22 Jan 2020 16:03:00 +0000 -Subject: [PATCH 0190/1283] Initialise rpi-firmware before clk-bcm2835 +Subject: [PATCH 0190/1282] Initialise rpi-firmware before clk-bcm2835 The IMA (Integrity Measurement Architecture) looks for a TPM (Trusted Platform Module) having been registered when it initialises; otherwise @@ -153845,7 +153845,7 @@ index 843a77a0aaf3..02513603d148 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 3 Feb 2020 17:30:46 +0000 -Subject: [PATCH 0191/1283] staging: vchiq_arm: Give vchiq children DT nodes +Subject: [PATCH 0191/1282] staging: vchiq_arm: Give vchiq children DT nodes vchiq kernel clients are now instantiated as platform drivers rather than using DT, but the children of the vchiq interface may still @@ -153890,7 +153890,7 @@ index 9d7eeb3f6614..d373197a67d9 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 6 Jan 2020 16:04:30 +0000 -Subject: [PATCH 0192/1283] pinctrl: bcm2835: Remove gpiochip on error +Subject: [PATCH 0192/1282] pinctrl: bcm2835: Remove gpiochip on error A failure in gpiochip_irqchip_add leads to a leak of a gpiochip. Fix the leak with the use of devm_gpiochip_add_data. @@ -153921,7 +153921,7 @@ index 571416f6221b..894c69ceec13 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 2 Mar 2020 14:40:19 +0000 -Subject: [PATCH 0193/1283] drivers: char: vcio: Use common compat header +Subject: [PATCH 0193/1282] drivers: char: vcio: Use common compat header The definition of compat_ptr is now common for most platforms, but requires the inclusion of . @@ -153950,7 +153950,7 @@ index d2598663a2b5..a39155a94fb7 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 2 Mar 2020 14:42:23 +0000 -Subject: [PATCH 0194/1283] video: fbdev: bcm2708_fb: Use common compat header +Subject: [PATCH 0194/1282] video: fbdev: bcm2708_fb: Use common compat header The definition of compat_ptr is now common for most platforms, but requires the inclusion of . @@ -153979,7 +153979,7 @@ index 0e9ec3f593b8..17e9260655e4 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Thu, 6 Feb 2020 12:23:15 +0000 -Subject: [PATCH 0195/1283] of: overlay: Correct symbol path fixups +Subject: [PATCH 0195/1282] of: overlay: Correct symbol path fixups When symbols from overlays are added to the live tree their paths must be rebased. The translated symbol is normally the result of joining @@ -154022,7 +154022,7 @@ index 424682372417..aabdb1795a87 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jim Quinlan Date: Mon, 15 Jan 2018 18:28:39 -0500 -Subject: [PATCH 0196/1283] dt-bindings: pci: Add DT docs for Brcmstb PCIe +Subject: [PATCH 0196/1282] dt-bindings: pci: Add DT docs for Brcmstb PCIe device The DT bindings description of the Brcmstb PCIe device is described. This @@ -154107,7 +154107,7 @@ index 000000000000..a1a9ad5e70ca From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: popcornmix Date: Wed, 1 Apr 2020 11:22:44 +0100 -Subject: [PATCH 0197/1283] bcmgenet: Disable skip_umac_reset by default +Subject: [PATCH 0197/1282] bcmgenet: Disable skip_umac_reset by default Possible fixed upstream by 'net: bcmgenet: keep MAC in reset until PHY is up' @@ -154117,7 +154117,7 @@ Signed-off-by: popcornmix 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/broadcom/genet/bcmgenet.c b/drivers/net/ethernet/broadcom/genet/bcmgenet.c -index 3ee090427570..647317822183 100644 +index 87fdafc99835..dcbefd38c887 100644 --- a/drivers/net/ethernet/broadcom/genet/bcmgenet.c +++ b/drivers/net/ethernet/broadcom/genet/bcmgenet.c @@ -67,7 +67,7 @@ @@ -154136,7 +154136,7 @@ index 3ee090427570..647317822183 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jernej Skrabec Date: Fri, 13 Dec 2019 17:04:25 +0100 -Subject: [PATCH 0198/1283] media: uapi: hevc: Add scaling matrix control +Subject: [PATCH 0198/1282] media: uapi: hevc: Add scaling matrix control Taken from https://patchwork.linuxtv.org/patch/60728/ Changes (mainly documentation) have been requested. @@ -154302,7 +154302,7 @@ index 781371bff2ad..1c6567b13b7e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jernej Skrabec Date: Fri, 13 Dec 2019 17:04:27 +0100 -Subject: [PATCH 0199/1283] media: uapi: hevc: Add segment address field +Subject: [PATCH 0199/1282] media: uapi: hevc: Add segment address field From https://patchwork.linuxtv.org/patch/60725/ Changes requested, but mainly docs. @@ -154369,7 +154369,7 @@ index 1c6567b13b7e..7cbbbf055f47 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 24 Jan 2020 14:28:21 +0000 -Subject: [PATCH 0200/1283] media: videodev2.h: Add a format for column +Subject: [PATCH 0200/1282] media: videodev2.h: Add a format for column YUV4:2:0 modes Some of the Broadcom codec blocks use a column based YUV4:2:0 image @@ -154692,7 +154692,7 @@ index 561fdf631c70..e3b105687539 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 17 Mar 2020 10:53:16 +0000 -Subject: [PATCH 0201/1283] media: dt-bindings: media: Add binding for the +Subject: [PATCH 0201/1282] media: dt-bindings: media: Add binding for the Raspberry PI HEVC decoder Adds a binding for the HEVC decoder found on the BCM2711 / Raspberry Pi 4. @@ -154783,7 +154783,7 @@ index 000000000000..ce6b81a10303 + +... diff --git a/MAINTAINERS b/MAINTAINERS -index 363f2ba9b9e0..63c8162be957 100644 +index 48a921277890..07a5d74991b1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3554,6 +3554,13 @@ N: bcm113* @@ -154807,7 +154807,7 @@ index 363f2ba9b9e0..63c8162be957 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: John Cox Date: Thu, 5 Mar 2020 18:30:41 +0000 -Subject: [PATCH 0202/1283] staging: media: Add Raspberry Pi V4L2 H265 decoder +Subject: [PATCH 0202/1282] staging: media: Add Raspberry Pi V4L2 H265 decoder This driver is for the HEVC/H265 decoder block on the Raspberry Pi 4, and conforms to the V4L2 stateless decoder API. @@ -159189,7 +159189,7 @@ index 000000000000..9c4f3fb2f9f6 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 13 Feb 2020 17:51:09 +0100 -Subject: [PATCH 0203/1283] dt-bindings: clock: Add a binding for the RPi +Subject: [PATCH 0203/1282] dt-bindings: clock: Add a binding for the RPi Firmware clocks The firmare running on the RPi VideoCore can be used to discover and @@ -159259,7 +159259,7 @@ index 000000000000..d37bc311321d From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 13 Feb 2020 16:45:24 +0100 -Subject: [PATCH 0204/1283] dt-bindings: display: vc4: hdmi: Add BCM2711 HDMI +Subject: [PATCH 0204/1282] dt-bindings: display: vc4: hdmi: Add BCM2711 HDMI controllers bindings The HDMI controllers found in the BCM2711 SoC need some adjustments to the @@ -159439,7 +159439,7 @@ index 031e35e76db2..e7ef3a36327b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 27 Jan 2020 10:22:44 +0000 -Subject: [PATCH 0205/1283] drm: Checking of the pitch is only valid for linear +Subject: [PATCH 0205/1282] drm: Checking of the pitch is only valid for linear formats framebuffer_check was computing a minimum pitch value and ensuring @@ -159485,7 +159485,7 @@ index 07f5abc875e9..8683b59bcbcb 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 20 Apr 2020 22:18:52 +0100 -Subject: [PATCH 0206/1283] driver: char: rpivid: Remove legacy name support +Subject: [PATCH 0206/1282] driver: char: rpivid: Remove legacy name support Signed-off-by: Phil Elwell --- @@ -159544,7 +159544,7 @@ index fbf3d4f3fe0c..5f4c91924ec1 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 17 Apr 2020 10:46:19 +0100 -Subject: [PATCH 0207/1283] spi: Force CS_HIGH if GPIO descriptors are used +Subject: [PATCH 0207/1282] spi: Force CS_HIGH if GPIO descriptors are used Commit f3186dd87669 ("spi: Optionally use GPIO descriptors for CS GPIOs") amended of_spi_parse_dt() to always set SPI_CS_HIGH for SPI slaves whose @@ -159607,7 +159607,7 @@ index 06dd1be54925..cb7da674f954 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 21 Apr 2020 11:30:23 +0100 -Subject: [PATCH 0208/1283] driver: char: rpivid: Don't map more than wanted +Subject: [PATCH 0208/1282] driver: char: rpivid: Don't map more than wanted Limit mappings to the permitted range, but don't map more than asked for otherwise we walk off the end of the allocated VMA. @@ -159664,7 +159664,7 @@ index 5f4c91924ec1..9f38083f4cb6 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Wed, 1 Apr 2020 08:39:49 +0100 -Subject: [PATCH 0209/1283] media: bcm2835-unicam: Driver for CCP2/CSI2 camera +Subject: [PATCH 0209/1282] media: bcm2835-unicam: Driver for CCP2/CSI2 camera interface Add driver for the Unicam camera receiver block on @@ -159690,7 +159690,7 @@ Signed-off-by: Naushir Patuck create mode 100644 drivers/media/platform/bcm2835/vc4-regs-unicam.h diff --git a/MAINTAINERS b/MAINTAINERS -index 63c8162be957..e27c13a561ec 100644 +index 07a5d74991b1..c322d42ad4a5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3562,7 +3562,7 @@ F: Documentation/devicetree/bindings/media/rpivid_hevc.jaml @@ -162397,7 +162397,7 @@ index 000000000000..ae059a171d0f From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Wed, 1 Apr 2020 08:46:29 +0100 -Subject: [PATCH 0210/1283] media: uapi: v4l2-core: Add sensor ancillary data +Subject: [PATCH 0210/1282] media: uapi: v4l2-core: Add sensor ancillary data V4L2 foucc type. Add V4L2_META_FMT_SENSOR_DATA format 4CC. @@ -162495,7 +162495,7 @@ index e3b105687539..d2a5171a1a6b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Tue, 21 Jan 2020 14:06:47 +0000 -Subject: [PATCH 0211/1283] media: uapi: Add MEDIA_BUS_FMT_SENSOR_DATA media +Subject: [PATCH 0211/1282] media: uapi: Add MEDIA_BUS_FMT_SENSOR_DATA media bus format This patch adds MEDIA_BUS_FMT_SENSOR_DATA used by the bcm2835-unicam @@ -162566,7 +162566,7 @@ index 0dfc11ee243a..aa56d7f54784 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Tue, 7 Apr 2020 10:42:14 +0100 -Subject: [PATCH 0212/1283] media: bcm2835-unicam: Add support for mulitple +Subject: [PATCH 0212/1282] media: bcm2835-unicam: Add support for mulitple device nodes. Move device node specific state out of the device state structure and @@ -163655,7 +163655,7 @@ index 9da9f22c3db5..b34551a3f44b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Thu, 16 Apr 2020 11:35:41 +0100 -Subject: [PATCH 0213/1283] media: bcm2835-unicam: Add embedded data node. +Subject: [PATCH 0213/1282] media: bcm2835-unicam: Add embedded data node. This patch adds a new node in the bcm2835-unicam driver to support CSI-2 embedded data streams. The subdevice is queried to see if @@ -164829,7 +164829,7 @@ index b34551a3f44b..d5e0f70b600c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Thu, 2 Apr 2020 16:08:51 +0100 -Subject: [PATCH 0214/1283] media: bcm2835-unicam: Use dummy buffer if none +Subject: [PATCH 0214/1282] media: bcm2835-unicam: Use dummy buffer if none have been queued If no buffer has been queued by a userland application, we use an @@ -165143,7 +165143,7 @@ index d5e0f70b600c..933f1ba49e3d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Tue, 24 Mar 2020 23:13:02 +0200 -Subject: [PATCH 0215/1283] media: bcm2835-unicam: Disable event-related ioctls +Subject: [PATCH 0215/1282] media: bcm2835-unicam: Disable event-related ioctls on metadata node The unicam driver supports both the SOURCE_CHANGE and CTRL events. Both @@ -165180,7 +165180,7 @@ index 933f1ba49e3d..2d4c7a247fc5 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Tue, 24 Mar 2020 23:13:02 +0200 -Subject: [PATCH 0216/1283] media: bcm2835-unicam: Add support for the +Subject: [PATCH 0216/1282] media: bcm2835-unicam: Add support for the FRAME_SYNC event The FRAME_SYNC event is useful for userspace image processing algorithms @@ -165241,7 +165241,7 @@ index 2d4c7a247fc5..21d3a8585118 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Tue, 21 Apr 2020 16:26:03 +0100 -Subject: [PATCH 0217/1283] media: bcm2835-unicam: Re-fetch mbus code from +Subject: [PATCH 0217/1282] media: bcm2835-unicam: Re-fetch mbus code from subdev on a g_fmt call The sensor subdevice may change the Bayer order if a H/V flip is @@ -165296,7 +165296,7 @@ index 21d3a8585118..d4684fb2797f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Thu, 23 Apr 2020 10:20:26 +0100 -Subject: [PATCH 0218/1283] media: uapi: v4l2-core: Add ISP statistics output +Subject: [PATCH 0218/1282] media: uapi: v4l2-core: Add ISP statistics output V4L2 fourcc type Add V4L2_META_FMT_BCM2835_ISP_STATS V4L2 format type. @@ -165403,7 +165403,7 @@ index d2a5171a1a6b..0c4bbaed3b7c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Tue, 21 Apr 2020 15:06:19 +0100 -Subject: [PATCH 0219/1283] media: uapi: v4l-ctrls: Add CID base for the +Subject: [PATCH 0219/1282] media: uapi: v4l-ctrls: Add CID base for the bcm2835-isp driver We are reserving controls for the new bcm2835-isp driver. @@ -165583,7 +165583,7 @@ index ee1684f51d97..cda42967cdb3 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Wed, 22 Apr 2020 08:32:32 +0100 -Subject: [PATCH 0220/1283] staging: vchiq: Load bcm2835_isp driver from vchiq +Subject: [PATCH 0220/1282] staging: vchiq: Load bcm2835_isp driver from vchiq bcmn2835_isp is a platform driver dependent on vchiq, therefore add the load/unload functions for it to vchiq. @@ -165628,7 +165628,7 @@ index d373197a67d9..e2eafacb0a80 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Thu, 4 Apr 2019 13:33:47 +0100 -Subject: [PATCH 0221/1283] bcm2835-dma: Add proper 40-bit DMA support +Subject: [PATCH 0221/1282] bcm2835-dma: Add proper 40-bit DMA support BCM2711 has 4 DMA channels with a 40-bit address range, allowing them to access the full 4GB of memory on a Pi 4. @@ -166434,7 +166434,7 @@ index 87b5d0bef355..ac0458a8027f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 29 Apr 2020 16:45:02 +0100 -Subject: [PATCH 0222/1283] media: bcm2835-unicam: Add support for +Subject: [PATCH 0222/1282] media: bcm2835-unicam: Add support for VIDIOC_[S|G]_SELECTION Sensors are now reflecting cropping and scaling parameters through @@ -166522,7 +166522,7 @@ index d4684fb2797f..0e1d525a0b35 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 29 Apr 2020 22:05:09 +0100 -Subject: [PATCH 0223/1283] media: bcm2835-unicam: Do not stop streaming in +Subject: [PATCH 0223/1282] media: bcm2835-unicam: Do not stop streaming in unicam_release unicam_release calls _vb2_fop_release, which will call stop_streaming @@ -166556,7 +166556,7 @@ index 0e1d525a0b35..c7e211d04ed3 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 30 Apr 2020 09:52:50 +0100 -Subject: [PATCH 0224/1283] media: bcm2835-unicam: Fix reference counting in +Subject: [PATCH 0224/1282] media: bcm2835-unicam: Fix reference counting in unicam_open The reference counting of node->open was only incremented after @@ -166600,7 +166600,7 @@ index c7e211d04ed3..a79fc4d99d36 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jacko Dirks Date: Tue, 5 May 2020 14:28:14 +0200 -Subject: [PATCH 0225/1283] media: i2c: tc358743: Fix fallthrough warning +Subject: [PATCH 0225/1282] media: i2c: tc358743: Fix fallthrough warning Signed-off-by: Jacko Dirks --- @@ -166626,7 +166626,7 @@ index 69f2d676448e..2985dd9e46cd 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jacko Dirks Date: Tue, 5 May 2020 14:33:31 +0200 -Subject: [PATCH 0226/1283] media: bcm2835: unicam: Fix uninitialized warning +Subject: [PATCH 0226/1282] media: bcm2835: unicam: Fix uninitialized warning Signed-off-by: Jacko Dirks --- @@ -166653,7 +166653,7 @@ index a79fc4d99d36..92e5deb4c6fd 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 5 May 2020 19:45:41 +0100 -Subject: [PATCH 0227/1283] video: bcm2708_fb: Disable FB if no displays found +Subject: [PATCH 0227/1282] video: bcm2708_fb: Disable FB if no displays found If the firmware hasn't detected a display, the driver would assume one display was available, but because it had failed to retrieve the @@ -166693,7 +166693,7 @@ index 17e9260655e4..dac5c021ce52 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Thu, 7 May 2020 15:50:54 +0100 -Subject: [PATCH 0228/1283] dt-bindings: media: i2c: Add IMX477 CMOS sensor +Subject: [PATCH 0228/1282] dt-bindings: media: i2c: Add IMX477 CMOS sensor binding Add YAML device tree binding for IMX477 CMOS image sensor. @@ -166830,7 +166830,7 @@ index 000000000000..0994e13e67f6 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 13 May 2020 18:28:27 +0100 -Subject: [PATCH 0229/1283] media: bcm2835-unicam: Always service interrupts +Subject: [PATCH 0229/1282] media: bcm2835-unicam: Always service interrupts From when bringing up the driver, there was a check in the isr to ignore interrupts (claiming them handled) should the driver @@ -166887,7 +166887,7 @@ index 92e5deb4c6fd..52a534d932bf 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 13 May 2020 20:10:15 +0100 -Subject: [PATCH 0230/1283] sc16is7xx: Fix for hardware flow control +Subject: [PATCH 0230/1282] sc16is7xx: Fix for hardware flow control The SC16IS7XX hardware flow control is mishandled by the driver in a number of ways: @@ -166963,7 +166963,7 @@ index 4b07fafc26db..02e679555d2b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 15 May 2020 13:42:10 +0100 -Subject: [PATCH 0231/1283] staging: vc04_services: mmal-vchiq: Update +Subject: [PATCH 0231/1282] staging: vc04_services: mmal-vchiq: Update parameters list Adds in a couple of new MMAL parameter defines. @@ -166997,7 +166997,7 @@ index 27bafc5f01d2..89059bca0b77 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 15 May 2020 13:48:59 +0100 -Subject: [PATCH 0232/1283] staging:vc04_services: bcm2835-camera: Request +Subject: [PATCH 0232/1282] staging:vc04_services: bcm2835-camera: Request headers with I-frame V4L2 wishes to have the codec header bytes in the same buffer as the @@ -167033,7 +167033,7 @@ index 1b184d5c6b82..6b348e399c06 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 19 May 2020 11:46:47 +0100 -Subject: [PATCH 0233/1283] media: bcm2835-unicam: Retain packing information +Subject: [PATCH 0233/1282] media: bcm2835-unicam: Retain packing information on G_FMT The change to retrieve the pixel format always on g_fmt didn't @@ -167087,7 +167087,7 @@ index 52a534d932bf..b32b2d33a4e2 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 5 May 2020 15:23:32 +0100 -Subject: [PATCH 0234/1283] zswap: Defer zswap initialisation +Subject: [PATCH 0234/1282] zswap: Defer zswap initialisation Enabling zswap support in the kernel configuration costs about 1.5MB of RAM, even when zswap is not enabled at runtime. This cost can be @@ -167218,7 +167218,7 @@ index 7944e3e57e78..4719af5f27fe 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: David Plowman Date: Thu, 28 May 2020 11:09:48 +0100 -Subject: [PATCH 0235/1283] media: bcm2835-unicam: change minimum number of +Subject: [PATCH 0235/1282] media: bcm2835-unicam: change minimum number of vb2_queue buffers to 1 Since the unicam driver was modified to write to a dummy buffer when no @@ -167252,7 +167252,7 @@ index b32b2d33a4e2..e76323af0952 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Hristo Venev Date: Fri, 5 Jun 2020 09:22:49 +0000 -Subject: [PATCH 0236/1283] snd_bcm2835: disable HDMI audio when vc4 is used +Subject: [PATCH 0236/1282] snd_bcm2835: disable HDMI audio when vc4 is used (#3640) Things don't work too well when both the vc4 driver and the firmware @@ -167291,7 +167291,7 @@ index f926784c622d..31968fec297f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 24 Apr 2018 14:42:27 +0100 -Subject: [PATCH 0237/1283] gpiolib: Don't prevent IRQ usage of output GPIOs +Subject: [PATCH 0237/1282] gpiolib: Don't prevent IRQ usage of output GPIOs Upstream Linux deems using output GPIOs to generate IRQs as a bogus use case, even though the BCM2835 GPIO controller is capable of doing @@ -167347,7 +167347,7 @@ index 8c041a8dd9d8..aa95df6745b7 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Thu, 11 Jun 2020 09:57:03 +0100 -Subject: [PATCH 0238/1283] PCI: brcmstb: Add DT property to control L1SS +Subject: [PATCH 0238/1282] PCI: brcmstb: Add DT property to control L1SS The BRCM PCIe block has controls to enable control of the CLKREQ# signal by the L1SS, and to gate the refclk with the CLKREQ# input. @@ -167432,7 +167432,7 @@ index cc30215f5a43..77967a37cbd9 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Markus Proeller Date: Tue, 16 Jun 2020 13:24:31 +0200 -Subject: [PATCH 0239/1283] media: irs1125: Using i2c_transfer for ic2 reads +Subject: [PATCH 0239/1282] media: irs1125: Using i2c_transfer for ic2 reads Reading data over i2c is done by using i2c_transfer to ensure that this operation can't be interrupted. @@ -167503,7 +167503,7 @@ index 25e1dd5a08ef..6680afea5894 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Markus Proeller Date: Tue, 16 Jun 2020 13:27:42 +0200 -Subject: [PATCH 0240/1283] media: irs1125: Refactoring and debug messages +Subject: [PATCH 0240/1282] media: irs1125: Refactoring and debug messages Changed some variable names to comply with checkpatch --strict mode. Debug messages added. @@ -167632,7 +167632,7 @@ index 6680afea5894..289f0c25b141 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Markus Proeller Date: Tue, 16 Jun 2020 13:31:36 +0200 -Subject: [PATCH 0241/1283] media: irs1125: Atomic access to imager +Subject: [PATCH 0241/1282] media: irs1125: Atomic access to imager reconfiguration Instead of changing the exposure and framerate settings for all sequences, @@ -168021,7 +168021,7 @@ index dccaca23aa76..96d676123d5e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Markus Proeller Date: Tue, 16 Jun 2020 13:33:56 +0200 -Subject: [PATCH 0242/1283] media: irs1125: Keep HW in sync after imager reset +Subject: [PATCH 0242/1282] media: irs1125: Keep HW in sync after imager reset When closing the video device, the irs1125 is put in power down state. To keep V4L2 ctrls and the HW in sync, v4l2_ctrl_handler_setup is @@ -168208,7 +168208,7 @@ index d59e05004a03..30c3d2640386 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxim Mikityanskiy Date: Sat, 20 Jun 2020 15:40:00 +0300 -Subject: [PATCH 0243/1283] staging: bcm2835-audio: Add missing MODULE_ALIAS +Subject: [PATCH 0243/1282] staging: bcm2835-audio: Add missing MODULE_ALIAS Commit 8353fe6f1e0f ("Revert "staging: bcm2835-audio: Drop DT dependency"") reverts the upstream change and makes bcm2835-audio use @@ -168244,7 +168244,7 @@ index 31968fec297f..a0cba3823e5e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 26 Jun 2020 11:51:05 +0100 -Subject: [PATCH 0244/1283] brcmfmac: Prefer a ccode from OTP over nvram file +Subject: [PATCH 0244/1282] brcmfmac: Prefer a ccode from OTP over nvram file Allow the nvram file to set a default ccode (regulatory domain) without overriding one set in OTP. @@ -168256,7 +168256,7 @@ Signed-off-by: Phil Elwell 2 files changed, 47 insertions(+), 13 deletions(-) diff --git a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c -index 22ee16a0e876..e7aa42585ce9 100644 +index 0e58b3645904..9def8b93d1be 100644 --- a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c +++ b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c @@ -9,6 +9,7 @@ @@ -168267,7 +168267,7 @@ index 22ee16a0e876..e7aa42585ce9 100644 #include #include #include -@@ -7525,31 +7526,45 @@ static void brcmf_cfg80211_reg_notifier(struct wiphy *wiphy, +@@ -7533,31 +7534,45 @@ static void brcmf_cfg80211_reg_notifier(struct wiphy *wiphy, struct brcmf_if *ifp = brcmf_get_ifp(cfg->pub, 0); struct brcmf_pub *drvr = cfg->pub; struct brcmf_fil_country_le ccreq; @@ -168381,7 +168381,7 @@ index c54d8722e755..2353f0b802fe 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 23 Jun 2020 10:05:57 +0100 -Subject: [PATCH 0245/1283] drivers: media: Remove the downstream version of +Subject: [PATCH 0245/1282] drivers: media: Remove the downstream version of bcm2835-unicam About to be replaced by the upstream version. @@ -171572,7 +171572,7 @@ index ae059a171d0f..000000000000 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Mon, 4 May 2020 12:25:41 +0300 -Subject: [PATCH 0246/1283] media: bcm2835-unicam: Driver for CCP2/CSI2 camera +Subject: [PATCH 0246/1282] media: bcm2835-unicam: Driver for CCP2/CSI2 camera interface Add a driver for the Unicam camera receiver block on BCM283x processors. @@ -171601,7 +171601,7 @@ Reported-by: kbuild test robot create mode 100644 drivers/media/platform/bcm2835/vc4-regs-unicam.h diff --git a/MAINTAINERS b/MAINTAINERS -index e27c13a561ec..efd2aeb3f1d0 100644 +index c322d42ad4a5..9439b332eeec 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3566,7 +3566,7 @@ M: Raspberry Pi Kernel Maintenance @@ -174740,7 +174740,7 @@ index 000000000000..ae059a171d0f From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 23 Jun 2020 14:32:51 +0100 -Subject: [PATCH 0247/1283] media: bcm2835-unicam: Add support for +Subject: [PATCH 0247/1282] media: bcm2835-unicam: Add support for get_mbus_config to set num lanes Use the get_mbus_config pad subdev call to allow a source to use @@ -174802,7 +174802,7 @@ index 2e9387cbc1e0..9adfb2d217af 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 26 Jun 2020 15:53:44 +0100 -Subject: [PATCH 0248/1283] media: bcm2835-unicam: Avoid gcc warning over {0} +Subject: [PATCH 0248/1282] media: bcm2835-unicam: Avoid gcc warning over {0} on endpoint Older gcc versions object to = { 0 } initialisation if the first @@ -174835,7 +174835,7 @@ index 9adfb2d217af..a65e1da55142 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Fri, 12 Jun 2020 15:53:46 +0200 -Subject: [PATCH 0249/1283] media: i2c: imx290: set the format before +Subject: [PATCH 0249/1282] media: i2c: imx290: set the format before VIDIOC_SUBDEV_G_FMT is called Commit d46cfdc86c30d5ec768924f0b1e2683c8d20b671 upstream. @@ -174881,7 +174881,7 @@ index bf7a6c37ca5d..f6ae24a964d4 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 25 Jun 2020 08:28:51 +0100 -Subject: [PATCH 0250/1283] media: i2c: imx290: Add support for 74.25MHz clock +Subject: [PATCH 0250/1282] media: i2c: imx290: Add support for 74.25MHz clock The existing driver only supported a clock of 37.125MHz, but the sensor also supports 74.25MHz. @@ -175151,7 +175151,7 @@ index f6ae24a964d4..45b10a8aafa1 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 11 Jun 2020 13:41:43 +0100 -Subject: [PATCH 0251/1283] media: i2c: imx290: Correct range for V4L2_CID_GAIN +Subject: [PATCH 0251/1282] media: i2c: imx290: Correct range for V4L2_CID_GAIN to 0-238 The datasheet lists the gain as being 0.0 to 72.0dB in 0.3dB steps, which @@ -175183,7 +175183,7 @@ index 45b10a8aafa1..f89584a9bbd7 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 11 Jun 2020 14:36:40 +0100 -Subject: [PATCH 0252/1283] media: i2c: imx290: Convert HMAX setting into +Subject: [PATCH 0252/1282] media: i2c: imx290: Convert HMAX setting into V4L2_CID_HBLANK Userspace needs to know HBLANK if it is to work out exposure times @@ -175348,7 +175348,7 @@ index f89584a9bbd7..e77ddd0dea4e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 11 Jun 2020 18:09:12 +0100 -Subject: [PATCH 0253/1283] media: i2c: imx290: Add support for V4L2_CID_VBLANK +Subject: [PATCH 0253/1282] media: i2c: imx290: Add support for V4L2_CID_VBLANK In order to calculate framerate and durations userspace needs the vertical blanking information. This can be configurable, @@ -175495,7 +175495,7 @@ index e77ddd0dea4e..ceb71d83c993 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 11 Jun 2020 18:19:13 +0100 -Subject: [PATCH 0254/1283] media: i2c: imx290: Add exposure control to the +Subject: [PATCH 0254/1282] media: i2c: imx290: Add exposure control to the driver. Adds support for V4L2_CID_EXPOSURE so that userspace can control @@ -175594,7 +175594,7 @@ index ceb71d83c993..3e52c43b837d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 11 Jun 2020 18:34:16 +0100 -Subject: [PATCH 0255/1283] media: i2c: imx290: Add H and V flip controls +Subject: [PATCH 0255/1282] media: i2c: imx290: Add H and V flip controls The sensor supports horizontal and vertical flips, so support them through V4L2_CID_HFLIP and V4L2_CID_VFLIP. @@ -175683,7 +175683,7 @@ index 3e52c43b837d..375a83ce71d0 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 25 Jun 2020 16:52:14 +0100 -Subject: [PATCH 0256/1283] media: dt-bindings: media: i2c: Add mono version to +Subject: [PATCH 0256/1282] media: dt-bindings: media: i2c: Add mono version to IMX290 bindings The IMX290 module is available as either monochrome or colour and @@ -175725,7 +175725,7 @@ index a3cc21410f7c..294e63650d9e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 25 Jun 2020 17:03:11 +0100 -Subject: [PATCH 0257/1283] media : i2c: imx290: Add support for the mono +Subject: [PATCH 0257/1282] media : i2c: imx290: Add support for the mono sensor variant. The IMX290 module is available as either mono or colour (Bayer). @@ -175916,7 +175916,7 @@ index 375a83ce71d0..aeb95161b4fe 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 26 Jun 2020 18:11:49 +0100 -Subject: [PATCH 0258/1283] media: i2c: imx290: Switch set_hmax to use +Subject: [PATCH 0258/1282] media: i2c: imx290: Switch set_hmax to use imx290_write_buffered_reg imx290_set_hmax was using two independent writes to set up hmax, @@ -175965,7 +175965,7 @@ index aeb95161b4fe..e64124a521b2 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Thu, 2 Jul 2020 13:53:20 +0100 -Subject: [PATCH 0259/1283] serial: 8250: bcm2835aux - defer if clock is zero +Subject: [PATCH 0259/1282] serial: 8250: bcm2835aux - defer if clock is zero See: https://github.com/raspberrypi/linux/issues/3700 @@ -175999,7 +175999,7 @@ index fd95860cd661..fc36e5963e30 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 7 May 2020 16:59:03 +0100 -Subject: [PATCH 0260/1283] media: Add a pixel format for MIPI packed 12bit +Subject: [PATCH 0260/1282] media: Add a pixel format for MIPI packed 12bit luma only. This is the format used by monochrome 12bit image sensors. @@ -176107,7 +176107,7 @@ index 0c4bbaed3b7c..4ee997c4a24f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 25 Jun 2020 17:51:03 +0100 -Subject: [PATCH 0261/1283] media: Add a pixel format for MIPI packed 14bit +Subject: [PATCH 0261/1282] media: Add a pixel format for MIPI packed 14bit luma only. This is the format used by monochrome 14bit image sensors. @@ -176224,7 +176224,7 @@ index 4ee997c4a24f..b7cf101a24f5 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 25 Jun 2020 17:53:32 +0100 -Subject: [PATCH 0262/1283] media: bcm2835-unicam: Add support for 12bit mono +Subject: [PATCH 0262/1282] media: bcm2835-unicam: Add support for 12bit mono packed format Now that V4L2_PIX_FMT_Y12P is defined, allow passing raw 12bit @@ -176255,7 +176255,7 @@ index a65e1da55142..5edb58cc9f03 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 25 Jun 2020 18:03:47 +0100 -Subject: [PATCH 0263/1283] media: bcm2835-unicam: Add support for 14bit mono +Subject: [PATCH 0263/1282] media: bcm2835-unicam: Add support for 14bit mono sources Now that V4L2_PIX_FMT_Y14 and V4L2_PIX_FMT_Y14P are defined, @@ -176290,7 +176290,7 @@ index 5edb58cc9f03..778153943160 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 1 Jul 2020 10:57:57 +0100 -Subject: [PATCH 0264/1283] media: bcm2835-unicam: Add support for unpacked +Subject: [PATCH 0264/1282] media: bcm2835-unicam: Add support for unpacked 14bit Bayer formats Now that the 14bit non-packed Bayer formats are defined, add them @@ -176338,7 +176338,7 @@ index 778153943160..c97ecfc0e55b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 1 Jul 2020 20:28:27 +0100 -Subject: [PATCH 0265/1283] bcm2835-dma: Add NO_WAIT_RESP flag +Subject: [PATCH 0265/1282] bcm2835-dma: Add NO_WAIT_RESP flag Use bit 27 of the dreq value (the second cell of the DT DMA descriptor) to request that the WAIT_RESP bit is not set. @@ -176398,7 +176398,7 @@ index ac0458a8027f..84b1009da23b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 7 Jul 2020 10:31:53 +0100 -Subject: [PATCH 0266/1283] media: i2c: imx290: Explicitly set v&h blank on +Subject: [PATCH 0266/1282] media: i2c: imx290: Explicitly set v&h blank on mode change __v4l2_ctrl_modify_range only updates the current value should @@ -176450,7 +176450,7 @@ index e64124a521b2..0b520a7f88b1 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 7 Jul 2020 11:23:48 +0100 -Subject: [PATCH 0267/1283] media: i2c: imx290: Add support for g_selection to +Subject: [PATCH 0267/1282] media: i2c: imx290: Add support for g_selection to report cropping Userspace needs to know the cropping arrangements for each mode, @@ -176612,7 +176612,7 @@ index 0b520a7f88b1..e475d7889bc8 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 7 Jul 2020 11:51:26 +0100 -Subject: [PATCH 0268/1283] media: i2c: imx290: Set the colorspace fields in +Subject: [PATCH 0268/1282] media: i2c: imx290: Set the colorspace fields in the format The colorspace fields were left untouched in imx290_set_fmt @@ -176649,7 +176649,7 @@ index e475d7889bc8..def5e8fe41a0 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 7 Jul 2020 14:23:40 +0100 -Subject: [PATCH 0269/1283] media: bcm2835-unicam: Reinstate V4L2_CAP_READWRITE +Subject: [PATCH 0269/1282] media: bcm2835-unicam: Reinstate V4L2_CAP_READWRITE in the caps v4l2-compliance throws a failure if the device doesn't advertise @@ -176683,7 +176683,7 @@ index c97ecfc0e55b..20b46a9e04c3 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 7 Jul 2020 14:52:43 +0100 -Subject: [PATCH 0270/1283] media: bcm2835-unicam: Ensure type is VIDEO_CAPTURE +Subject: [PATCH 0270/1282] media: bcm2835-unicam: Ensure type is VIDEO_CAPTURE in [g|s]_selection [g|s]_selection pass in a buffer type that needs to be validated @@ -176725,7 +176725,7 @@ index 20b46a9e04c3..de288f87ff2f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Mon, 11 May 2020 13:02:22 +0100 -Subject: [PATCH 0271/1283] media: bcm2835: unicam: Set VPU min clock freq to +Subject: [PATCH 0271/1282] media: bcm2835: unicam: Set VPU min clock freq to 250Mhz. When streaming with Unicam, the VPU must have a clock frequency of at @@ -176858,7 +176858,7 @@ index de288f87ff2f..295db7564614 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Mon, 11 May 2020 13:06:27 +0100 -Subject: [PATCH 0272/1283] dt-bindings: bcm2835-unicam: Update documentation +Subject: [PATCH 0272/1282] dt-bindings: bcm2835-unicam: Update documentation with new clock params Update the documentation to reflect the new "VPU" clock needed @@ -176902,7 +176902,7 @@ index 7714fb374b34..164d0377dcd2 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 13 Jul 2020 10:33:19 +0100 -Subject: [PATCH 0273/1283] leds: Add the actpwr trigger +Subject: [PATCH 0273/1282] leds: Add the actpwr trigger The actpwr trigger is a meta trigger that cycles between an inverted mmc0 and default-on. It is written in a way that could fairly easily @@ -177148,7 +177148,7 @@ index 000000000000..1a52107ceb03 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 22 Jul 2020 17:59:31 +0100 -Subject: [PATCH 0274/1283] bcm2835-dma: Advertise the full DMA range +Subject: [PATCH 0274/1282] bcm2835-dma: Advertise the full DMA range Unless the DMA mask is set wider than 32 bits, DMA mapping will use a bounce buffer. @@ -177231,7 +177231,7 @@ index 84b1009da23b..d1127b9058a4 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Hristo Venev Date: Wed, 19 Aug 2020 17:02:22 +0300 -Subject: [PATCH 0275/1283] media: bcm2835: unicam: Select MEDIA_CONTROLLER and +Subject: [PATCH 0275/1282] media: bcm2835: unicam: Select MEDIA_CONTROLLER and VIDEO_V4L2_SUBDEV_API That is what almost all other drivers appear to be doing. @@ -177264,7 +177264,7 @@ index ec46e3ef053c..7d5a0e6ba762 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Hristo Venev Date: Wed, 19 Aug 2020 17:05:53 +0300 -Subject: [PATCH 0276/1283] staging: media: rpivid: Select MEDIA_CONTROLLER and +Subject: [PATCH 0276/1282] staging: media: rpivid: Select MEDIA_CONTROLLER and MEDIA_CONTROLLER_REQUEST_API MEDIA_CONTROLLER_REQUEST_API is a hidden option. If rpivid depends on it, @@ -177302,7 +177302,7 @@ index 58b470c80db1..304c3edf0e71 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 27 Aug 2020 16:30:26 +0100 -Subject: [PATCH 0277/1283] media: bcm2835-unicam: Drop WARN on uing direct +Subject: [PATCH 0277/1282] media: bcm2835-unicam: Drop WARN on uing direct cache alias Pi 0&1 pass all ARM accesses through the VPU L2 cache, therefore @@ -177342,7 +177342,7 @@ index 295db7564614..35ddb97f7f75 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 10 Jul 2020 12:40:50 +0100 -Subject: [PATCH 0278/1283] media: i2c: tc358743: Only allow supported pixel +Subject: [PATCH 0278/1282] media: i2c: tc358743: Only allow supported pixel fmts in set_fmt Fix commit "media: tc358743: Return an appropriate colorspace from @@ -177378,7 +177378,7 @@ index 2985dd9e46cd..da166e6a41d6 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: popcornmix Date: Thu, 3 Sep 2020 14:02:41 +0100 -Subject: [PATCH 0279/1283] dwc_otg: whitelist_table is now productlist_table +Subject: [PATCH 0279/1282] dwc_otg: whitelist_table is now productlist_table --- drivers/usb/core/otg_productlist.h | 2 +- @@ -177404,7 +177404,7 @@ index 1839e169469b..b16e528859a8 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 3 Sep 2020 17:09:07 +0100 -Subject: [PATCH 0280/1283] include/firmware: Add enum for +Subject: [PATCH 0280/1282] include/firmware: Add enum for RPI_FIRMWARE_FRAMEBUFFER_GET_DISPLAY_ID Used by audio and FKMS. @@ -177433,7 +177433,7 @@ index 119141c91bad..6a7b665a1a82 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Fri, 8 May 2020 10:00:12 +0100 -Subject: [PATCH 0281/1283] media: i2c: Add driver for Sony IMX477 sensor +Subject: [PATCH 0281/1282] media: i2c: Add driver for Sony IMX477 sensor Adds a driver for the 12MPix Sony IMX477 CSI2 sensor. Whilst the sensor supports 2 or 4 CSI2 data lanes, this driver @@ -177456,10 +177456,10 @@ Signed-off-by: Naushir Patuck create mode 100644 drivers/media/i2c/imx477.c diff --git a/MAINTAINERS b/MAINTAINERS -index efd2aeb3f1d0..7e367d936858 100644 +index 9439b332eeec..e0000d03eb86 100644 --- a/MAINTAINERS +++ b/MAINTAINERS -@@ -17521,6 +17521,14 @@ T: git git://linuxtv.org/media_tree.git +@@ -17520,6 +17520,14 @@ T: git git://linuxtv.org/media_tree.git F: Documentation/devicetree/bindings/media/i2c/sony,imx412.yaml F: drivers/media/i2c/imx412.c @@ -179712,7 +179712,7 @@ index 000000000000..db615dbe1497 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Fri, 8 May 2020 09:41:17 +0100 -Subject: [PATCH 0282/1283] media: i2c: imx477: Add support for adaptive frame +Subject: [PATCH 0282/1282] media: i2c: imx477: Add support for adaptive frame control Use V4L2_CID_EXPOSURE_AUTO_PRIORITY to control if the driver should @@ -179900,7 +179900,7 @@ index db615dbe1497..f76582f27181 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Tue, 19 May 2020 16:56:33 +0100 -Subject: [PATCH 0283/1283] media: i2c: imx477: Return correct result on sensor +Subject: [PATCH 0283/1282] media: i2c: imx477: Return correct result on sensor id verification The test should return -EIO if the register read id does not match @@ -179931,7 +179931,7 @@ index f76582f27181..f4cdc2d4158e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sat, 4 Jul 2020 01:45:08 +0300 -Subject: [PATCH 0284/1283] media: i2c: imx477: Parse and register properties +Subject: [PATCH 0284/1282] media: i2c: imx477: Parse and register properties Parse device properties and register controls for them using the V4L2 fwnode properties helpers. @@ -179982,7 +179982,7 @@ index f4cdc2d4158e..d0848f3f3c09 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 13 May 2020 18:28:27 +0100 -Subject: [PATCH 0285/1283] media: bcm2835-unicam: Always service interrupts +Subject: [PATCH 0285/1282] media: bcm2835-unicam: Always service interrupts From when bringing up the driver, there was a check in the isr to ignore interrupts (claiming them handled) should the driver @@ -180039,7 +180039,7 @@ index 35ddb97f7f75..d4ba911fe7e7 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jacko Dirks Date: Tue, 5 May 2020 14:33:31 +0200 -Subject: [PATCH 0286/1283] media: bcm2835: unicam: Fix uninitialized warning +Subject: [PATCH 0286/1282] media: bcm2835: unicam: Fix uninitialized warning Signed-off-by: Jacko Dirks --- @@ -180066,7 +180066,7 @@ index d4ba911fe7e7..8b091d3a0d15 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 23 Jun 2020 15:14:05 +0100 -Subject: [PATCH 0287/1283] media: bcm2835-unicam: Fixup review comments from +Subject: [PATCH 0287/1282] media: bcm2835-unicam: Fixup review comments from Hans. Updates the driver based on the upstream review comments from @@ -180318,7 +180318,7 @@ index 8b091d3a0d15..7dc96c3e8e83 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 19 May 2020 11:46:47 +0100 -Subject: [PATCH 0288/1283] media: bcm2835-unicam: Retain packing information +Subject: [PATCH 0288/1282] media: bcm2835-unicam: Retain packing information on G_FMT The change to retrieve the pixel format always on g_fmt didn't @@ -180372,7 +180372,7 @@ index 7dc96c3e8e83..98ae97c367ea 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: David Plowman Date: Thu, 28 May 2020 11:09:48 +0100 -Subject: [PATCH 0289/1283] media: bcm2835-unicam: change minimum number of +Subject: [PATCH 0289/1282] media: bcm2835-unicam: change minimum number of vb2_queue buffers to 1 Since the unicam driver was modified to write to a dummy buffer when no @@ -180406,7 +180406,7 @@ index 98ae97c367ea..6501fb205e20 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 1 Sep 2020 18:15:27 +0100 -Subject: [PATCH 0290/1283] staging/fbtft: Add support for display variants +Subject: [PATCH 0290/1282] staging/fbtft: Add support for display variants Display variants are intended as a replacement for the now-deleted fbtft_device drivers. Drivers can register additional compatible @@ -180621,7 +180621,7 @@ index 06afaa9d505b..c6ec045a447c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 3 Feb 2020 09:32:22 +0000 -Subject: [PATCH 0291/1283] brcmfmac: Increase power saving delay to 2s +Subject: [PATCH 0291/1282] brcmfmac: Increase power saving delay to 2s Increase the delay before entering the lower power state to 2 seconds (the maximum allowed) in order to reduce the packet latencies, @@ -180633,10 +180633,10 @@ Signed-off-by: Phil Elwell 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c -index e7aa42585ce9..5f2a4b06ab83 100644 +index 9def8b93d1be..0f4c31d59f0f 100644 --- a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c +++ b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c -@@ -2957,7 +2957,7 @@ brcmf_cfg80211_set_power_mgmt(struct wiphy *wiphy, struct net_device *ndev, +@@ -2958,7 +2958,7 @@ brcmf_cfg80211_set_power_mgmt(struct wiphy *wiphy, struct net_device *ndev, brcmf_dbg(INFO, "Do not enable power save for P2P clients\n"); pm = PM_OFF; } @@ -180645,7 +180645,7 @@ index e7aa42585ce9..5f2a4b06ab83 100644 err = brcmf_fil_cmd_int_set(ifp, BRCMF_C_SET_PM, pm); if (err) { -@@ -2967,6 +2967,7 @@ brcmf_cfg80211_set_power_mgmt(struct wiphy *wiphy, struct net_device *ndev, +@@ -2968,6 +2968,7 @@ brcmf_cfg80211_set_power_mgmt(struct wiphy *wiphy, struct net_device *ndev, bphy_err(drvr, "error (%d)\n", err); } @@ -180660,7 +180660,7 @@ index e7aa42585ce9..5f2a4b06ab83 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: popcornmix Date: Mon, 21 Sep 2020 14:02:44 +0100 -Subject: [PATCH 0292/1283] rpivid_h265: Fix width/height typo +Subject: [PATCH 0292/1282] rpivid_h265: Fix width/height typo Signed-off-by: popcornmix --- @@ -180687,7 +180687,7 @@ index 47d4de42c584..b677910e237c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 25 Sep 2020 15:07:23 +0100 -Subject: [PATCH 0293/1283] net: bcmgenet: Reset RBUF on first open +Subject: [PATCH 0293/1282] net: bcmgenet: Reset RBUF on first open If the RBUF logic is not reset when the kernel starts then there may be some data left over from any network boot loader. If the @@ -180709,7 +180709,7 @@ Signed-off-by: Phil Elwell 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/drivers/net/ethernet/broadcom/genet/bcmgenet.c b/drivers/net/ethernet/broadcom/genet/bcmgenet.c -index 647317822183..7196e9e707bb 100644 +index dcbefd38c887..a011f46b7193 100644 --- a/drivers/net/ethernet/broadcom/genet/bcmgenet.c +++ b/drivers/net/ethernet/broadcom/genet/bcmgenet.c @@ -3265,7 +3265,7 @@ static void bcmgenet_get_hw_addr(struct bcmgenet_priv *priv, @@ -180747,7 +180747,7 @@ index 647317822183..7196e9e707bb 100644 /* Reinitialize TDMA and RDMA and SW housekeeping */ ret = bcmgenet_init_dma(priv); -@@ -4212,7 +4220,7 @@ static int bcmgenet_resume(struct device *d) +@@ -4213,7 +4221,7 @@ static int bcmgenet_resume(struct device *d) bcmgenet_hfb_create_rxnfc_filter(priv, rule); /* Disable RX/TX DMA and flush TX queues */ @@ -180763,7 +180763,7 @@ index 647317822183..7196e9e707bb 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: popcornmix Date: Mon, 28 Sep 2020 20:23:30 +0100 -Subject: [PATCH 0294/1283] char: Add broadcom char drivers back to build files +Subject: [PATCH 0294/1282] char: Add broadcom char drivers back to build files See: https://github.com/raspberrypi/linux/issues/3875 Signed-off-by: popcornmix @@ -180801,7 +180801,7 @@ index 264eb398fdd4..9bcd7d729cb0 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jonathan Bell Date: Wed, 7 Oct 2020 15:09:29 +0100 -Subject: [PATCH 0295/1283] dwc_otg: initialise sched_frame for periodic QHs +Subject: [PATCH 0295/1282] dwc_otg: initialise sched_frame for periodic QHs that were parked If a periodic QH has no remaining QTDs, then it is removed from all @@ -180840,7 +180840,7 @@ index 2823dc9af63f..4503af692aef 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 8 Oct 2020 15:35:14 +0100 -Subject: [PATCH 0296/1283] staging: bcm2835-camera: Replace deprecated +Subject: [PATCH 0296/1282] staging: bcm2835-camera: Replace deprecated V4L2_PIX_FMT_BGR32 V4L2_PIX_FMT_BGR32 is deprecated as it is ambiguous over where @@ -180876,7 +180876,7 @@ index 6b348e399c06..5d14ddb28339 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 8 Oct 2020 18:49:52 +0100 -Subject: [PATCH 0297/1283] staging: vc04_services: Add new vc-sm-cma driver +Subject: [PATCH 0297/1282] staging: vc04_services: Add new vc-sm-cma driver Add Broadcom VideoCore Shared Memory support. @@ -183840,7 +183840,7 @@ index 000000000000..988fdd967922 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 6 May 2020 18:09:04 +0100 -Subject: [PATCH 0298/1283] staging: vchiq-mmal: Add support for 14bit Bayer +Subject: [PATCH 0298/1282] staging: vchiq-mmal: Add support for 14bit Bayer Add in the missing defines. @@ -183873,7 +183873,7 @@ index 44ba91aa6d47..be8af09a6c80 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 6 May 2020 18:11:14 +0100 -Subject: [PATCH 0299/1283] staging: mmal-vchiq: Add monochrome image formats +Subject: [PATCH 0299/1282] staging: mmal-vchiq: Add monochrome image formats Adds support for monochrome image formats in the various MIPI packings. @@ -183908,7 +183908,7 @@ index be8af09a6c80..897e6cdf8dd9 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 25 Sep 2018 16:07:55 +0100 -Subject: [PATCH 0300/1283] staging: mmal-vchiq: Use vc-sm-cma to support zero +Subject: [PATCH 0300/1282] staging: mmal-vchiq: Use vc-sm-cma to support zero copy With the vc-sm-cma driver we can support zero copy of buffers between @@ -184082,7 +184082,7 @@ index e87f88f99338..247521fbcc1d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 8 Oct 2020 20:24:12 +0100 -Subject: [PATCH 0301/1283] staging: vc04_services: Add a V4L2 M2M codec driver +Subject: [PATCH 0301/1282] staging: vc04_services: Add a V4L2 M2M codec driver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @@ -187257,7 +187257,7 @@ index 89059bca0b77..0a1edad8d4a8 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Sun, 11 Oct 2020 00:48:55 +0200 -Subject: [PATCH 0302/1283] bcm2835-dma: only reserve channel 0 if legacy dma +Subject: [PATCH 0302/1282] bcm2835-dma: only reserve channel 0 if legacy dma driver is enabled If CONFIG_DMA_BCM2708 isn't enabled there's no need to mask out @@ -187295,7 +187295,7 @@ index d1127b9058a4..0cbfa9d559a2 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 12 Oct 2020 17:03:14 +0100 -Subject: [PATCH 0303/1283] uapi: bcm2835-isp: Add bcm2835-isp uapi header file +Subject: [PATCH 0303/1282] uapi: bcm2835-isp: Add bcm2835-isp uapi header file This file defines the userland interface to the bcm2835-isp driver that will follow in a separate commit. @@ -187640,7 +187640,7 @@ index 000000000000..cf8c0437f159 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Thu, 23 Apr 2020 10:17:37 +0100 -Subject: [PATCH 0304/1283] staging: vc04_services: ISP: Add a more complex ISP +Subject: [PATCH 0304/1282] staging: vc04_services: ISP: Add a more complex ISP processing component Driver for the BCM2835 ISP hardware block. This driver uses the MMAL @@ -187673,7 +187673,7 @@ Signed-off-by: Naushir Patuck create mode 100644 drivers/staging/vc04_services/bcm2835-isp/bcm2835-v4l2-isp.c diff --git a/MAINTAINERS b/MAINTAINERS -index 7e367d936858..23971ef02127 100644 +index e0000d03eb86..ef777f56c67e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3568,6 +3568,15 @@ S: Maintained @@ -190075,7 +190075,7 @@ index 0a1edad8d4a8..efda4dc039c3 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 30 Sep 2020 12:00:54 +0100 -Subject: [PATCH 0305/1283] gpio: Add gpio-fsm driver +Subject: [PATCH 0305/1282] gpio: Add gpio-fsm driver The gpio-fsm driver implements simple state machines that allow GPIOs to be controlled in response to inputs from other GPIOs - real and @@ -190138,7 +190138,7 @@ Signed-off-by: Phil Elwell create mode 100644 include/dt-bindings/gpio/gpio-fsm.h diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig -index 32c3799a8c1f..b2d4ffac38d2 100644 +index 4eecad1c9147..279441eaa8b9 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -1232,6 +1232,15 @@ config HTC_EGPIO @@ -191419,7 +191419,7 @@ index 000000000000..eb40cfdc71df From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 26 Oct 2020 10:23:22 +0000 -Subject: [PATCH 0306/1283] staging: bcm2835-audio: Add disable-headphones flag +Subject: [PATCH 0306/1282] staging: bcm2835-audio: Add disable-headphones flag Add a property to allow the headphone output to be disabled. Use an integer property rather than a boolean so that an overlay can clear it. @@ -191459,7 +191459,7 @@ index a0cba3823e5e..ccda115ab9e0 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Serge Schneider Date: Mon, 26 Oct 2020 16:38:21 +0000 -Subject: [PATCH 0307/1283] rpisense-fb: Set pseudo_pallete to prevent crash on +Subject: [PATCH 0307/1282] rpisense-fb: Set pseudo_pallete to prevent crash on fbcon takeover Signed-off-by: Serge Schneider @@ -191495,7 +191495,7 @@ index 26432a5a0b4b..325977def531 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 27 Oct 2020 09:59:49 +0000 -Subject: [PATCH 0308/1283] dwc_otg: Minimise header and fix build warnings +Subject: [PATCH 0308/1282] dwc_otg: Minimise header and fix build warnings Delete a large amount of unused declaration from "usb.h", some of which were causing build warnings, and get the module building cleanly. @@ -192400,7 +192400,7 @@ index e55ea9c74be4..76e94b4ebb43 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 27 Oct 2020 12:10:40 +0000 -Subject: [PATCH 0309/1283] rpivid_h625: Fix build warnings +Subject: [PATCH 0309/1282] rpivid_h625: Fix build warnings Signed-off-by: Phil Elwell --- @@ -192474,7 +192474,7 @@ index b677910e237c..fc3caed58187 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 27 Oct 2020 12:12:22 +0000 -Subject: [PATCH 0310/1283] bcm2708_fb: Fix a build warning +Subject: [PATCH 0310/1282] bcm2708_fb: Fix a build warning Signed-off-by: Phil Elwell --- @@ -192502,7 +192502,7 @@ index dac5c021ce52..365c5b96b8a0 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Tim Gover Date: Thu, 22 Oct 2020 15:30:55 +0100 -Subject: [PATCH 0311/1283] watchdog: bcm2835: Ignore params after the +Subject: [PATCH 0311/1282] watchdog: bcm2835: Ignore params after the partition number Use sscanf to extract the partition number and ignore extra parameters @@ -192537,7 +192537,7 @@ index 58d5a1b89584..e8d151d524fd 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Tim Gover Date: Tue, 20 Oct 2020 11:55:37 +0100 -Subject: [PATCH 0312/1283] firmware: raspberrypi: Add support for tryonce +Subject: [PATCH 0312/1282] firmware: raspberrypi: Add support for tryonce reboot flag Define a new mailbox (SET_REBOOT_FLAGS) which may be used to @@ -192617,7 +192617,7 @@ index 6a7b665a1a82..ee361b90eb29 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jonathan Bell Date: Tue, 14 May 2019 17:00:41 +0100 -Subject: [PATCH 0313/1283] phy: broadcom: split out the BCM54213PE from the +Subject: [PATCH 0313/1282] phy: broadcom: split out the BCM54213PE from the BCM54210E IDs The last nibble is a revision ID, and the 54213pe is a later rev @@ -192696,7 +192696,7 @@ index c2c2147dfeb8..ea2f8ea92d54 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Thu, 29 Oct 2020 14:10:56 +0000 -Subject: [PATCH 0314/1283] phy: broadcom: Add bcm54213pe configuration +Subject: [PATCH 0314/1282] phy: broadcom: Add bcm54213pe configuration Signed-off-by: Phil Elwell --- @@ -192736,7 +192736,7 @@ index 6f93379bfdd9..05492268ae42 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 11 Nov 2020 17:08:33 +0000 -Subject: [PATCH 0315/1283] PCI: brcmstb: Restore initial fundamental reset +Subject: [PATCH 0315/1282] PCI: brcmstb: Restore initial fundamental reset [1] replaced a single reset function with a pointer to one of two implementations, but also removed the call asserting the reset @@ -192777,7 +192777,7 @@ index 77967a37cbd9..d26844f03e25 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 6 Nov 2020 18:45:10 +0000 -Subject: [PATCH 0316/1283] Input: edt-ft5x06: Poll the device if no interrupt +Subject: [PATCH 0316/1282] Input: edt-ft5x06: Poll the device if no interrupt is configured. Not all systems have the interrupt line wired up, so switch to @@ -192880,7 +192880,7 @@ index bb2e1cbffba7..339eae4ec7a8 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 23 Apr 2020 10:17:18 +0100 -Subject: [PATCH 0317/1283] drm/panel/raspberrypi-touchscreen: Use independent +Subject: [PATCH 0317/1282] drm/panel/raspberrypi-touchscreen: Use independent I2C actions with delay. We now have the hardware I2C controller pinmuxed to the drive the @@ -192944,7 +192944,7 @@ index 145047e19394..2ef5f611a334 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 10 Nov 2020 11:21:56 +0000 -Subject: [PATCH 0318/1283] drm/panel/raspberrypi-ts: Insert delay before +Subject: [PATCH 0318/1282] drm/panel/raspberrypi-ts: Insert delay before polling for startup state In switching to the hardware I2C controller there is an issue @@ -192976,7 +192976,7 @@ index 2ef5f611a334..bd15c2f2e247 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 12 Nov 2020 17:01:52 +0000 -Subject: [PATCH 0319/1283] dt-bindings: Add compatible for BCM2711 DSI1 +Subject: [PATCH 0319/1282] dt-bindings: Add compatible for BCM2711 DSI1 DSI1 on BCM2711 doesn't require the DMA workaround that is used on BCM2835/6/7, therefore it needs a new compatible string. @@ -193005,7 +193005,7 @@ index 32608578a352..112bc56de0b1 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Wed, 2 Dec 2020 15:22:23 +0000 -Subject: [PATCH 0320/1283] media: bcm2835-unicam: Correctly handle error +Subject: [PATCH 0320/1282] media: bcm2835-unicam: Correctly handle error propagation for stream on On a failure in start_streaming(), the error code would not propagate to @@ -193038,7 +193038,7 @@ index 6501fb205e20..c13a0a20fd12 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Wed, 2 Dec 2020 15:26:09 +0000 -Subject: [PATCH 0321/1283] media: bcm2835-unicam: Return early from +Subject: [PATCH 0321/1282] media: bcm2835-unicam: Return early from stop_streaming() if stopped clk_disable_unprepare() is called unconditionally in stop_streaming(). @@ -193108,7 +193108,7 @@ index c13a0a20fd12..60309de02369 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Wed, 2 Dec 2020 16:48:41 +0000 -Subject: [PATCH 0322/1283] media: bcm2835-unicam: Clear clock state when +Subject: [PATCH 0322/1282] media: bcm2835-unicam: Clear clock state when stopping streaming Commit 65e08c465020d4c5b51afb452efc2246d80fd66f failed to clear the @@ -193139,7 +193139,7 @@ index 60309de02369..a8b3f5433f04 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Thu, 3 Dec 2020 13:44:42 +0000 -Subject: [PATCH 0323/1283] PCI: brcmstb: Advertise MSI-X support +Subject: [PATCH 0323/1282] PCI: brcmstb: Advertise MSI-X support Although the BRCMSTB PCIe interface doesn't technically support the MSI-X spec, in practise it seems to work provided no more than 32 @@ -193172,7 +193172,7 @@ index d26844f03e25..44f0ea66b60b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 15 Dec 2020 16:38:37 +0000 -Subject: [PATCH 0324/1283] net: lan78xx: Ack pending PHY ints when resetting +Subject: [PATCH 0324/1282] net: lan78xx: Ack pending PHY ints when resetting lan78xx_link_reset explicitly clears the MAC's view of the PHY's IRQ status. In doing so it potentially leaves the PHY with a pending @@ -193210,7 +193210,7 @@ index fabc038679d8..4884a941df40 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Wed, 9 Dec 2020 11:30:12 +0000 -Subject: [PATCH 0325/1283] media: i2c: imx477: Selection compliance fixes +Subject: [PATCH 0325/1282] media: i2c: imx477: Selection compliance fixes To comply with the intended usage of the V4L2 selection target when used to retrieve a sensor image properties, adjust the rectangles @@ -193296,7 +193296,7 @@ index d0848f3f3c09..07a1e023ade8 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: gesangtome Date: Fri, 1 Jan 2021 18:03:17 +0800 -Subject: [PATCH 0326/1283] vc-sm-cma: fixed kbuild problem +Subject: [PATCH 0326/1282] vc-sm-cma: fixed kbuild problem error logs: drivers/staging/vc04_services/vc-sm-cma/Kconfig:1:error: recursive dependency detected! @@ -193332,7 +193332,7 @@ index a7c1a7bf516e..5df9198cdab1 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 7 Jan 2021 10:43:20 +0000 -Subject: [PATCH 0327/1283] staging/vc04_services: Add additional unpacked raw +Subject: [PATCH 0327/1282] staging/vc04_services: Add additional unpacked raw formats Support has been added for the unpacked (16bpp) versions of @@ -193389,7 +193389,7 @@ index 8eb6334ee055..59f7ad3a5b3b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 7 Jan 2021 10:45:16 +0000 -Subject: [PATCH 0328/1283] staging/bcm2835-codec: Add the unpacked (16bpp) raw +Subject: [PATCH 0328/1282] staging/bcm2835-codec: Add the unpacked (16bpp) raw formats Now that the firmware supports the unpacked (16bpp) variants @@ -193562,7 +193562,7 @@ index 8a8f1e8db7d0..c883db63808f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 7 Jan 2021 11:41:26 +0000 -Subject: [PATCH 0329/1283] staging/bcm2835-codec: Log the number of excess +Subject: [PATCH 0329/1282] staging/bcm2835-codec: Log the number of excess supported formats When logging that the firmware has provided more supported formats @@ -193611,7 +193611,7 @@ index c883db63808f..94691ab7175a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 7 Jan 2021 11:37:10 +0000 -Subject: [PATCH 0330/1283] staging/bcm2835-isp: Add the unpacked (16bpp) raw +Subject: [PATCH 0330/1282] staging/bcm2835-isp: Add the unpacked (16bpp) raw formats Now that the firmware supports the unpacked (16bpp) variants @@ -193793,7 +193793,7 @@ index 8bb3d115b27a..9a313ffcabf5 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 7 Jan 2021 11:43:22 +0000 -Subject: [PATCH 0331/1283] staging/bcm2835-isp: Log the number of excess +Subject: [PATCH 0331/1282] staging/bcm2835-isp: Log the number of excess supported formats When logging that the firmware has provided more supported formats @@ -193828,7 +193828,7 @@ index 9a313ffcabf5..afac2ad65790 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Wed, 6 Jan 2021 18:16:10 +0000 -Subject: [PATCH 0332/1283] bcm2835-dma: Avoid losing CS flags after interrupt +Subject: [PATCH 0332/1282] bcm2835-dma: Avoid losing CS flags after interrupt Signed-off-by: Dom Cobley --- @@ -193855,7 +193855,7 @@ index 0cbfa9d559a2..9878d1bed589 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 8 Jan 2021 13:37:25 +0000 -Subject: [PATCH 0333/1283] arch/arm: Add __memset alias to memset_rpi.S +Subject: [PATCH 0333/1282] arch/arm: Add __memset alias to memset_rpi.S memset_rpi.S is an optimised memset implementation, but doesn't define __memset (which was just added to memset.S). As a result, building @@ -193894,7 +193894,7 @@ index e8469cecabc1..bda4c5b99367 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Wed, 30 Dec 2020 14:51:29 +0000 -Subject: [PATCH 0334/1283] bcm2835-dma: Add bcm2835-dma: Add DMA_WIDE_SOURCE +Subject: [PATCH 0334/1282] bcm2835-dma: Add bcm2835-dma: Add DMA_WIDE_SOURCE and DMA_WIDE_DEST flags Use (reserved) bits 24 and 25 of the dreq value @@ -193964,7 +193964,7 @@ index 9878d1bed589..6aee9e97d207 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Thu, 14 Jan 2021 09:18:42 +0000 -Subject: [PATCH 0335/1283] uapi: bcm2835-isp: Add colour denoise configuration +Subject: [PATCH 0335/1282] uapi: bcm2835-isp: Add colour denoise configuration Add a configuration structure for colour denoise to the bcm2835_isp driver. @@ -194026,7 +194026,7 @@ index cf8c0437f159..c50e3ca81565 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Thu, 14 Jan 2021 09:20:52 +0000 -Subject: [PATCH 0336/1283] staging: vc04_services: ISP: Add colour denoise +Subject: [PATCH 0336/1282] staging: vc04_services: ISP: Add colour denoise control Add colour denoise control to the bcm2835 driver through a new v4l2 @@ -194111,7 +194111,7 @@ index efda4dc039c3..79438d23912f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Thu, 28 Jan 2021 11:30:04 +0000 -Subject: [PATCH 0337/1283] spi: bcm2835: Workaround/fix for zero-length +Subject: [PATCH 0337/1282] spi: bcm2835: Workaround/fix for zero-length transfers A relatively recent commit ([1]) contained optimisation for the PIO @@ -194167,7 +194167,7 @@ index 2a0cab8435b0..4e27135eba32 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 29 Jan 2021 10:34:11 +0000 -Subject: [PATCH 0338/1283] kbuild: Silence unavoidable dtc overlay warnings +Subject: [PATCH 0338/1282] kbuild: Silence unavoidable dtc overlay warnings Much effort has been put into finding ways to avoid warnings from dtc about overlays, usually to do with the presence of #address-cells and @@ -194204,7 +194204,7 @@ index dff7d1ef5ff4..fa25e95035a9 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: David Plowman Date: Thu, 4 Feb 2021 17:29:32 +0000 -Subject: [PATCH 0339/1283] media: i2c: imx290: Replace V4L2_CID_GAIN with +Subject: [PATCH 0339/1282] media: i2c: imx290: Replace V4L2_CID_GAIN with V4L2_CID_ANALOGUE_GAIN Most software (including libcamera) requires V4L2_CID_ANALOGUE_GAIN, @@ -194248,7 +194248,7 @@ index def5e8fe41a0..1028a339beee 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: David Plowman Date: Thu, 4 Feb 2021 21:21:44 +0000 -Subject: [PATCH 0340/1283] media: i2c: imx290: Fix number of controls in +Subject: [PATCH 0340/1282] media: i2c: imx290: Fix number of controls in v4l2_ctrl_handler_init The number is only a hint, but may as well be correct. @@ -194282,7 +194282,7 @@ index 1028a339beee..401afc4dc67d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 11 Jan 2021 15:23:07 +0100 -Subject: [PATCH 0341/1283] dt-binding: display: bcm2711-hdmi: Add CEC and +Subject: [PATCH 0341/1282] dt-binding: display: bcm2711-hdmi: Add CEC and hotplug interrupts The CEC and hotplug interrupts were missing when that binding was @@ -194314,7 +194314,7 @@ index a1d5a32660e0..57324a5f0271 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 8 Feb 2021 11:48:35 +0000 -Subject: [PATCH 0342/1283] staging:bcm2835-camera: Fix the cherry-pick of AWB +Subject: [PATCH 0342/1282] staging:bcm2835-camera: Fix the cherry-pick of AWB Greyworld The cherry-pick of the patch that added the greyworld AWB mode @@ -194348,7 +194348,7 @@ index a7af25f90449..f73daa38fa66 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: David Plowman Date: Tue, 12 Jan 2021 13:55:39 +0000 -Subject: [PATCH 0343/1283] bcm2835-isp: Allow formats with different colour +Subject: [PATCH 0343/1282] bcm2835-isp: Allow formats with different colour spaces. Each supported format now includes a mask showing the allowed colour @@ -195068,7 +195068,7 @@ index 4d24aec7203d..5cca8bdd1d65 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: John Cox Date: Mon, 8 Feb 2021 16:01:37 +0000 -Subject: [PATCH 0344/1283] staging: rpivid: Fix crash when CMA alloc fails +Subject: [PATCH 0344/1282] staging: rpivid: Fix crash when CMA alloc fails If realloc to increase coeff size fails then attempt to re-allocate the original size. If that also fails then flag a fatal error to abort @@ -195194,7 +195194,7 @@ index fc3caed58187..e6b07920aa8c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Wed, 10 Feb 2021 10:18:53 +0000 -Subject: [PATCH 0345/1283] media: i2c: imx477: Remove auto frame length +Subject: [PATCH 0345/1282] media: i2c: imx477: Remove auto frame length adjusting The V4L2_CID_EXPOSURE_AUTO_PRIORITY was used to let the sensor control @@ -195342,7 +195342,7 @@ index 07a1e023ade8..217780b88ad1 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Wed, 10 Feb 2021 10:50:32 +0000 -Subject: [PATCH 0346/1283] media: i2c: imx477: Add very long exposure control +Subject: [PATCH 0346/1282] media: i2c: imx477: Add very long exposure control to the driver Add support for very long exposures by using the exposure multiplier @@ -195474,7 +195474,7 @@ index 217780b88ad1..7907d5142d17 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: David Plowman Date: Wed, 17 Feb 2021 18:08:12 +0000 -Subject: [PATCH 0347/1283] media: i2c: imx290: Fix up exposure calcuations and +Subject: [PATCH 0347/1282] media: i2c: imx290: Fix up exposure calcuations and ranges Should now correspond exactly to the datasheet. @@ -195539,7 +195539,7 @@ index 401afc4dc67d..36e9261af23d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: David Plowman Date: Thu, 18 Feb 2021 11:58:29 +0000 -Subject: [PATCH 0348/1283] media: i2c: imx290: Handle exposure correctly when +Subject: [PATCH 0348/1282] media: i2c: imx290: Handle exposure correctly when vblank changes When vblank changes we must modify the exposure range. Also, with this @@ -195587,7 +195587,7 @@ index 36e9261af23d..836d3684c273 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Thu, 18 Feb 2021 15:05:57 +0000 -Subject: [PATCH 0349/1283] media: i2c: imx477: Fix crop height for 2028x1080 +Subject: [PATCH 0349/1282] media: i2c: imx477: Fix crop height for 2028x1080 mode The crop height for this mode was set at 2600 lines, it should be 2160 @@ -195618,7 +195618,7 @@ index 7907d5142d17..27ee391eee49 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Thu, 18 Feb 2021 15:23:11 +0000 -Subject: [PATCH 0350/1283] media: i2c: imx477: Replace existing 1012x760 mode +Subject: [PATCH 0350/1282] media: i2c: imx477: Replace existing 1012x760 mode The existing 1012x760 120 fps mode has significant IQ problem using the internal sensor scaler. Replace this mode with a 1332x990 120 fps @@ -195821,7 +195821,7 @@ index 27ee391eee49..178ddc43bb73 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Fri, 19 Feb 2021 10:30:49 +0000 -Subject: [PATCH 0351/1283] media: i2c: imx477: Remove internal +Subject: [PATCH 0351/1282] media: i2c: imx477: Remove internal v4l2_mbus_framefmt from the state The only field in this struct that is used is the format code, so @@ -195897,7 +195897,7 @@ index 178ddc43bb73..74e8d892d4a6 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Fri, 19 Feb 2021 11:06:40 +0000 -Subject: [PATCH 0352/1283] media: i2c: imx477: Remove unused function +Subject: [PATCH 0352/1282] media: i2c: imx477: Remove unused function parameter The struct imx477 *ctrl parameter is not used in the function @@ -195938,7 +195938,7 @@ index 74e8d892d4a6..31e48512c165 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Fri, 5 Mar 2021 15:40:45 +0000 -Subject: [PATCH 0353/1283] media: bcm2835-unicam: Fix bug in buffer swapping +Subject: [PATCH 0353/1282] media: bcm2835-unicam: Fix bug in buffer swapping logic If multiple sets of interrupts occur simultaneously, it may be unsafe @@ -196020,7 +196020,7 @@ index a8b3f5433f04..234f0eaf9c8c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Ben Avison Date: Mon, 8 Mar 2021 15:32:25 +0000 -Subject: [PATCH 0354/1283] Assign crypto aliases to different AES +Subject: [PATCH 0354/1282] Assign crypto aliases to different AES implementation modules The kernel modules aes-neon-blk and aes-neon-bs perform poorly, at least on @@ -196135,7 +196135,7 @@ index fb507d569922..cc52829d426a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 1 Feb 2021 18:48:47 +0000 -Subject: [PATCH 0355/1283] media/v4l2_m2m: In buffered mode run jobs if either +Subject: [PATCH 0355/1282] media/v4l2_m2m: In buffered mode run jobs if either port is streaming In order to get the intended behaviour of the stateful video @@ -196174,7 +196174,7 @@ index 8aeed39c415f..533fb839fb0b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 1 Feb 2021 18:55:37 +0000 -Subject: [PATCH 0356/1283] staging/bcm2835-codec: Correct logging of size_t to +Subject: [PATCH 0356/1282] staging/bcm2835-codec: Correct logging of size_t to %zu Fixes: "staging/bcm2835-codec: Log the number of excess supported formats" @@ -196214,7 +196214,7 @@ index 94691ab7175a..0c4d8bf77b91 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 2 Feb 2021 15:50:18 +0000 -Subject: [PATCH 0357/1283] staging/bcm2835-codec: Add support for pixel aspect +Subject: [PATCH 0357/1282] staging/bcm2835-codec: Add support for pixel aspect ratio If the format is detected by the driver and a V4L2_EVENT_SOURCE_CHANGE @@ -196302,7 +196302,7 @@ index 0c4d8bf77b91..46f659e55f18 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 2 Feb 2021 16:46:39 +0000 -Subject: [PATCH 0358/1283] staging/bcm2835-codec: Implement additional +Subject: [PATCH 0358/1282] staging/bcm2835-codec: Implement additional g_selection calls for decode v4l_cropcap calls our vidioc_g_pixelaspect function to get the pixel @@ -196343,7 +196343,7 @@ index 46f659e55f18..7aa6c53e279e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 10 Mar 2021 19:07:48 +0000 -Subject: [PATCH 0359/1283] staging/bcm2835-codec: Add VC-1 support. +Subject: [PATCH 0359/1282] staging/bcm2835-codec: Add VC-1 support. Providing the relevant licence has been purchased, then Pi0-3 can decode VC-1. @@ -196378,7 +196378,7 @@ index 7aa6c53e279e..5729a8a7d94e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Wed, 17 Mar 2021 12:45:53 +0000 -Subject: [PATCH 0360/1283] hack: fixup bcm2835-unicam +Subject: [PATCH 0360/1282] hack: fixup bcm2835-unicam --- drivers/media/platform/bcm2835/bcm2835-unicam.c | 3 +++ @@ -196405,7 +196405,7 @@ index 234f0eaf9c8c..db99d1562904 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Zefa Chen Date: Fri, 17 May 2019 18:23:03 +0800 -Subject: [PATCH 0361/1283] media: i2c: add ov9281 driver. +Subject: [PATCH 0361/1282] media: i2c: add ov9281 driver. Change-Id: I7b77250bbc56d2f861450cf77271ad15f9b88ab1 Signed-off-by: Zefa Chen @@ -197634,7 +197634,7 @@ index 000000000000..6d1d3ddc3970 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 14 Apr 2020 15:47:09 +0100 -Subject: [PATCH 0362/1283] media: i2c: ov9281: fix mclk issue when probe +Subject: [PATCH 0362/1282] media: i2c: ov9281: fix mclk issue when probe multiple camera. Takes the ov9281 part only from the Rockchip's patch. @@ -197700,7 +197700,7 @@ index 6d1d3ddc3970..68142ec69c5c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 14 Apr 2020 15:51:50 +0100 -Subject: [PATCH 0363/1283] media: i2c: ov9281: add enum_frame_interval +Subject: [PATCH 0363/1282] media: i2c: ov9281: add enum_frame_interval function for iq tool 2.2 and hal3 Adds the ov9281 parts of the Rockchip patch adding enum_frame_interval to @@ -197803,7 +197803,7 @@ index 68142ec69c5c..52bba5dff953 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 14 Apr 2020 16:12:33 +0100 -Subject: [PATCH 0364/1283] media: i2c: ov9281: Fixup for recent kernel +Subject: [PATCH 0364/1282] media: i2c: ov9281: Fixup for recent kernel releases, and remove custom code The Rockchip driver was based on a 4.4 kernel, and had several custom @@ -198486,7 +198486,7 @@ index 52bba5dff953..b28dbe6d08c3 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 6 Jul 2020 17:51:32 +0100 -Subject: [PATCH 0365/1283] media: i2c: ov9281: Read chip ID via 2 reads +Subject: [PATCH 0365/1282] media: i2c: ov9281: Read chip ID via 2 reads Vision Components have made an OV9281 module which blocks reading back the majority of registers to comply with NDAs, and in doing @@ -198534,7 +198534,7 @@ index b28dbe6d08c3..837b37198bb4 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 7 Jul 2020 18:29:10 +0100 -Subject: [PATCH 0366/1283] media: i2c: ov9281: Add support for 8 bit readout +Subject: [PATCH 0366/1282] media: i2c: ov9281: Add support for 8 bit readout The sensor supports 8 bit mode as well as 10bit, so add the relevant code to allow selection of this. @@ -198728,7 +198728,7 @@ index 837b37198bb4..05cf78416bc7 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Sun, 22 Nov 2020 11:01:08 +0000 -Subject: [PATCH 0367/1283] media: ov9281: Add 1280x720 and 640x480 modes +Subject: [PATCH 0367/1282] media: ov9281: Add 1280x720 and 640x480 modes Breaks out common register set and adds the different registers for 1280x720 (cropped) and 640x480 (skipped) modes @@ -198943,7 +198943,7 @@ index 05cf78416bc7..132cbf6aad8a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Mathias Anhalt Date: Sun, 24 Jan 2021 15:15:01 +0100 -Subject: [PATCH 0368/1283] Fixed picture line bug in all ov9281 modes +Subject: [PATCH 0368/1282] Fixed picture line bug in all ov9281 modes Signed-off-by: Mathias Anhalt --- @@ -198987,7 +198987,7 @@ index 132cbf6aad8a..eff9bc356326 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Mathias Anhalt Date: Wed, 3 Feb 2021 20:34:09 +0100 -Subject: [PATCH 0369/1283] Added hflip and vflip controls to ov9281 +Subject: [PATCH 0369/1282] Added hflip and vflip controls to ov9281 Signed-off-by: Mathias Anhalt --- @@ -199105,7 +199105,7 @@ index eff9bc356326..8d799b8b53c6 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: David Plowman Date: Wed, 15 Jan 2020 13:40:38 +0000 -Subject: [PATCH 0370/1283] media: ov5647: Fix return codes from +Subject: [PATCH 0370/1282] media: ov5647: Fix return codes from ov5647_write/ov5647_read functions. Previously they were returning positive non-zero codes for success, @@ -199200,7 +199200,7 @@ index d346d18ce629..c5c68ec75473 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sat, 4 Jul 2020 01:45:08 +0300 -Subject: [PATCH 0371/1283] media: i2c: ov5647: Parse and register properties +Subject: [PATCH 0371/1282] media: i2c: ov5647: Parse and register properties Parse device properties and register controls for them using the V4L2 fwnode properties helpers. @@ -199255,7 +199255,7 @@ index c5c68ec75473..9158f44ec822 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Mon, 22 Feb 2021 18:47:19 +0000 -Subject: [PATCH 0372/1283] clk-raspberrypi: Also support HEVC clock +Subject: [PATCH 0372/1282] clk-raspberrypi: Also support HEVC clock Signed-off-by: Dom Cobley --- @@ -199281,7 +199281,7 @@ index 904327cfd9d4..0b38fb334185 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Mon, 22 Feb 2021 18:50:50 +0000 -Subject: [PATCH 0373/1283] rpivid: Request maximum hevc clock +Subject: [PATCH 0373/1282] rpivid: Request maximum hevc clock Query maximum and minimum clock from driver and use those @@ -199338,7 +199338,7 @@ index 3b9e51ca05b3..b377c17dfb21 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 17 Mar 2021 12:34:57 +0000 -Subject: [PATCH 0374/1283] staging/bcm2835-camera: Add support for DMABUFs +Subject: [PATCH 0374/1282] staging/bcm2835-camera: Add support for DMABUFs DMABUFs are all handled by videobuf2, so there is no reason not to enable support for them. @@ -199381,7 +199381,7 @@ index 5d14ddb28339..0a8721eaa6d3 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 19 Feb 2021 10:25:01 +0000 -Subject: [PATCH 0375/1283] staging: fbtft: Add minipitft13 variant +Subject: [PATCH 0375/1282] staging: fbtft: Add minipitft13 variant The Adafruit Mini-PiTFT13 display needs offsets applying when rotated, so use the "variant" mechanism to select a custom set_addr_win method @@ -199491,7 +199491,7 @@ index 861a154144e6..3bcd9ee17b6c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jo Henke <37883863+jo-he@users.noreply.github.com> Date: Tue, 6 Apr 2021 11:21:35 +0000 -Subject: [PATCH 0376/1283] dwc-otg: fix clang -Wignored-attributes warning +Subject: [PATCH 0376/1282] dwc-otg: fix clang -Wignored-attributes warning warning: attribute declaration must precede definition --- @@ -199533,7 +199533,7 @@ index 537cc237b4bc..86b4aaf977fb 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jo Henke <37883863+jo-he@users.noreply.github.com> Date: Tue, 6 Apr 2021 11:38:28 +0000 -Subject: [PATCH 0377/1283] dwc-otg: fix clang -Wsometimes-uninitialized +Subject: [PATCH 0377/1282] dwc-otg: fix clang -Wsometimes-uninitialized warning warning: variable 'retval' is used uninitialized whenever 'if' condition is false @@ -199561,7 +199561,7 @@ index 799ab14b9eda..e1c1e3804095 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jo Henke <37883863+jo-he@users.noreply.github.com> Date: Tue, 6 Apr 2021 11:45:14 +0000 -Subject: [PATCH 0378/1283] dwc-otg: fix clang -Wpointer-bool-conversion +Subject: [PATCH 0378/1282] dwc-otg: fix clang -Wpointer-bool-conversion warning warning: address of array 'desc->wMaxPacketSize' will always evaluate to 'true' @@ -199592,7 +199592,7 @@ index 9dabbe5c9791..2ffd4f11d0bf 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 4 Nov 2020 18:54:20 +0000 -Subject: [PATCH 0379/1283] staging: vcsm-cma: Fix memory leak from not +Subject: [PATCH 0379/1282] staging: vcsm-cma: Fix memory leak from not detaching dmabuf When importing there was a missing call to detach the buffer, @@ -199675,7 +199675,7 @@ index 40ce67f06fac..88c4df822922 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Tue, 13 Apr 2021 11:00:01 +0200 -Subject: [PATCH 0380/1283] clk: Introduce a clock request API +Subject: [PATCH 0380/1282] clk: Introduce a clock request API It's not unusual to find clocks being shared across multiple devices that need to change the rate depending on what the device is doing at a @@ -199967,7 +199967,7 @@ index e280e0acb55c..96effb0a25e2 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Tue, 13 Apr 2021 16:48:35 +0100 -Subject: [PATCH 0381/1283] bcm2835-unicam: Switch to new clock api +Subject: [PATCH 0381/1282] bcm2835-unicam: Switch to new clock api Signed-off-by: Dom Cobley --- @@ -200026,7 +200026,7 @@ index db99d1562904..a603891986b9 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Mon, 19 Apr 2021 19:30:26 +0100 -Subject: [PATCH 0382/1283] rpivid: Switch to new clock api +Subject: [PATCH 0382/1282] rpivid: Switch to new clock api Signed-off-by: Dom Cobley --- @@ -200088,7 +200088,7 @@ index b377c17dfb21..def891a86e55 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Tue, 20 Apr 2021 13:34:18 +0100 -Subject: [PATCH 0383/1283] rpivid: Only clk_request_done once +Subject: [PATCH 0383/1282] rpivid: Only clk_request_done once Fixes: 25486f49bfe2e3ae13b90478d1eebd91413136ad Signed-off-by: Dom Cobley @@ -200120,7 +200120,7 @@ index def891a86e55..37c8f62649d6 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: wangzx <593074943@qq.com> Date: Tue, 20 Apr 2021 22:33:26 +0800 -Subject: [PATCH 0384/1283] dwc_otg: fix an undeclared variable Replace an +Subject: [PATCH 0384/1282] dwc_otg: fix an undeclared variable Replace an undeclared variable used by DWC_DEBUGPL with the real endpoint address. DWC_DEBUGPL does nothing with DEBUG undefined so it did not go wrong before. Signed-off-by: Zixuan Wang @@ -200150,7 +200150,7 @@ index 50c8705185ad..2ee27450c6f6 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 15 Apr 2021 17:30:35 +0100 -Subject: [PATCH 0385/1283] drm/panel: jdi-lt070me05000: Use +Subject: [PATCH 0385/1282] drm/panel: jdi-lt070me05000: Use gpiod_set_value_cansleep There is no reason why the control GPIOs for the panel can not @@ -200223,7 +200223,7 @@ index 3c86ad262d5e..ff827cc7a060 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 21 Apr 2021 12:14:44 +0200 -Subject: [PATCH 0386/1283] clk: requests: Ignore if the pointer is null +Subject: [PATCH 0386/1282] clk: requests: Ignore if the pointer is null Signed-off-by: Maxime Ripard --- @@ -200251,7 +200251,7 @@ index 9daf76537d6c..de82a4f572bc 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 22 Apr 2021 10:45:37 +0200 -Subject: [PATCH 0387/1283] clk: requests: Dereference the request pointer +Subject: [PATCH 0387/1282] clk: requests: Dereference the request pointer after the check The current code will first dereference the req pointer and then test if @@ -200287,7 +200287,7 @@ index de82a4f572bc..751193365d2c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 25 Mar 2021 18:28:40 +0000 -Subject: [PATCH 0388/1283] staging/bcm2835-codec: Fix support for levels 4.1 +Subject: [PATCH 0388/1282] staging/bcm2835-codec: Fix support for levels 4.1 and 4.2 The driver said it supported H264 levels 4.1 and 4.2, but @@ -200329,7 +200329,7 @@ index 5729a8a7d94e..4622057e71cb 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 4 Feb 2021 19:08:23 +0000 -Subject: [PATCH 0389/1283] staging/bcm2835-codec: Set the colourspace +Subject: [PATCH 0389/1282] staging/bcm2835-codec: Set the colourspace appropriately for RGB formats Video decode supports YUV and RGB formats. YUV needs to report SMPTE170M @@ -200419,7 +200419,7 @@ index 4622057e71cb..08429a42c847 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 9 Dec 2020 18:53:56 +0000 -Subject: [PATCH 0390/1283] staging/bcm2835-codec: Pass corrupt frame flag. +Subject: [PATCH 0390/1282] staging/bcm2835-codec: Pass corrupt frame flag. MMAL has the flag MMAL_BUFFER_HEADER_FLAG_CORRUPTED but that wasn't being passed through, so add it. @@ -200467,7 +200467,7 @@ index 08429a42c847..3ed9f47a37fe 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 25 Mar 2021 18:34:50 +0000 -Subject: [PATCH 0391/1283] staging/bcm2835-camera: Add support for H264 levels +Subject: [PATCH 0391/1282] staging/bcm2835-camera: Add support for H264 levels 4.1 and 4.2 Whilst the hardware can't achieve the limits of level 4.2 under @@ -200531,7 +200531,7 @@ index f73daa38fa66..f3480a5c5170 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 15 Apr 2021 11:07:55 +0100 -Subject: [PATCH 0392/1283] staging/bcm2835-codec: Do not update crop from +Subject: [PATCH 0392/1282] staging/bcm2835-codec: Do not update crop from S_FMT after res change During decode, setting the CAPTURE queue format was setting the crop @@ -200573,7 +200573,7 @@ index 3ed9f47a37fe..a97666a1a4be 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 23 Apr 2021 16:16:49 +0100 -Subject: [PATCH 0393/1283] staging/bcm2835-isp: Fix compiler warning +Subject: [PATCH 0393/1282] staging/bcm2835-isp: Fix compiler warning The result of dividing a u32 by a size_t is an unsigned int on arm32 and a long unsigned int on arm64. Use "%zu" (the size_t format) to @@ -200604,7 +200604,7 @@ index 5cca8bdd1d65..08dce8bba9bb 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 27 Apr 2021 08:59:01 +0100 -Subject: [PATCH 0394/1283] gpio-poweroff: Remember the old poweroff handler +Subject: [PATCH 0394/1282] gpio-poweroff: Remember the old poweroff handler Keeping a copy of the old poweroff handler allows it to be restored should this module be unloaded, but also provides a fallback if the @@ -200663,7 +200663,7 @@ index e5dca66360a7..81e7acb8acb5 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: David Plowman Date: Tue, 11 May 2021 12:52:26 +0100 -Subject: [PATCH 0395/1283] media: i2c: ov5647: Correct pixel array offset +Subject: [PATCH 0395/1282] media: i2c: ov5647: Correct pixel array offset The top offset in the pixel array is actually 6 (see page 3-1 of the OV5647 data sheet). @@ -200694,7 +200694,7 @@ index 9158f44ec822..4228e98e7975 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: David Plowman Date: Tue, 11 May 2021 12:57:22 +0100 -Subject: [PATCH 0396/1283] media: i2c: ov5647: Correct minimum VBLANK value +Subject: [PATCH 0396/1282] media: i2c: ov5647: Correct minimum VBLANK value Trial and error reveals that the minimum vblank value appears to be 24 (the OV5647 data sheet does not give any clues). This fixes streaming @@ -200726,7 +200726,7 @@ index 4228e98e7975..62adb70df488 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: David Plowman Date: Wed, 12 May 2021 07:39:21 +0100 -Subject: [PATCH 0397/1283] media: i2c: ov5647: Fix v4l2-compliance failure +Subject: [PATCH 0397/1282] media: i2c: ov5647: Fix v4l2-compliance failure subscribing to events Fixes the following v4l2-compliance failure: @@ -200758,7 +200758,7 @@ index 62adb70df488..4b6f4962e644 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: John Cox Date: Thu, 21 May 2020 11:49:37 +0100 -Subject: [PATCH 0398/1283] media: rpivid: Remove the need to have +Subject: [PATCH 0398/1282] media: rpivid: Remove the need to have num_entry_points set VAAPI H265 has num entry points but never sets it. Allow a VAAPI @@ -201741,7 +201741,7 @@ index e6b07920aa8c..434a366ecfc2 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: John Cox Date: Thu, 11 Mar 2021 12:51:00 +0000 -Subject: [PATCH 0399/1283] media: rpivid: Convert to MPLANE +Subject: [PATCH 0399/1282] media: rpivid: Convert to MPLANE Use multi-planar interface rather than single plane interface. This allows dmabufs holding compressed data to be resized. @@ -202084,7 +202084,7 @@ index 9c4f3fb2f9f6..5c0fd9c8a6d7 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: John Cox Date: Thu, 11 Mar 2021 18:43:15 +0000 -Subject: [PATCH 0400/1283] media: rpivid: Add an enable count to irq claim Qs +Subject: [PATCH 0400/1282] media: rpivid: Add an enable count to irq claim Qs Add an enable count to the irq Q structures to allow the irq logic to block further callbacks if resources associated with the irq are not @@ -202328,7 +202328,7 @@ index cf4cc8be8a55..ec73a2332b73 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Ezequiel Garcia Date: Sun, 21 Mar 2021 16:38:54 -0300 -Subject: [PATCH 0401/1283] RFC: media: Add media_request_{pin,unpin} API +Subject: [PATCH 0401/1282] RFC: media: Add media_request_{pin,unpin} API This is probably not the API we will want to add, but it should show what semantics are needed by drivers. @@ -202430,7 +202430,7 @@ index 3cd25a2717ce..0de5c2c94188 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: John Cox Date: Thu, 11 Mar 2021 19:08:00 +0000 -Subject: [PATCH 0402/1283] media: rpivid: Add a Pass0 to accumulate slices and +Subject: [PATCH 0402/1282] media: rpivid: Add a Pass0 to accumulate slices and rework job finish Due to overheads in assembling controls and requests it is worth having @@ -203496,7 +203496,7 @@ index ada6107ab675..396263bb352e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: John Cox Date: Mon, 29 Mar 2021 17:42:16 +0100 -Subject: [PATCH 0403/1283] media: rpivid: Map cmd buffer directly +Subject: [PATCH 0403/1282] media: rpivid: Map cmd buffer directly It is unnecessary to have a separate dmabuf to hold the cmd buffer. Map it directly from the kmalloc. @@ -203666,7 +203666,7 @@ index 396263bb352e..2bb86d564b33 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: John Cox Date: Thu, 1 Apr 2021 16:20:58 +0100 -Subject: [PATCH 0404/1283] media: rpivid: Improve values returned when setting +Subject: [PATCH 0404/1282] media: rpivid: Improve values returned when setting output format Guess a better value for the compressed bitstream buffer size @@ -203892,7 +203892,7 @@ index 5c0fd9c8a6d7..a3b228556497 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: John Cox Date: Sat, 3 Apr 2021 16:27:03 +0100 -Subject: [PATCH 0405/1283] media: rpivid: Improve stream_on/off conformance & +Subject: [PATCH 0405/1282] media: rpivid: Improve stream_on/off conformance & clock setup Fix stream on & off such that failures leave the driver in the correct @@ -204164,7 +204164,7 @@ index 3d882a6853a5..705015890e71 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: John Cox Date: Thu, 8 Apr 2021 18:34:09 +0100 -Subject: [PATCH 0406/1283] media: rpivid: Improve SPS/PPS error +Subject: [PATCH 0406/1282] media: rpivid: Improve SPS/PPS error handling/validation Move size and width checking from bitstream processing to control @@ -204430,7 +204430,7 @@ index ee5a48f26912..bb280b215a2e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: jc-kynesim Date: Fri, 11 Jun 2021 15:14:31 +0100 -Subject: [PATCH 0407/1283] bcm2835: Allow compressed frames to set sizeimage +Subject: [PATCH 0407/1282] bcm2835: Allow compressed frames to set sizeimage (#4386) Allow the user to set sizeimage in TRY_FMT and S_FMT if the format @@ -204483,7 +204483,7 @@ index a97666a1a4be..c3ba5c25a2ab 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Fri, 11 Jun 2021 12:47:07 +0100 -Subject: [PATCH 0408/1283] media: i2c: imx477: Fix for long exposure limit +Subject: [PATCH 0408/1282] media: i2c: imx477: Fix for long exposure limit calculations Do not scale IMX477_EXPOSURE_OFFSET with the long exposure factor during @@ -204515,7 +204515,7 @@ index 31e48512c165..07ccdf738883 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Thu, 8 Jul 2021 09:37:10 +0100 -Subject: [PATCH 0409/1283] clk: bcm2835: Pass DT node to rpi_firmware_get +Subject: [PATCH 0409/1282] clk: bcm2835: Pass DT node to rpi_firmware_get The fw_node pointer has already been retrieved, and using it allows us to remove a downstream patch to the firmware driver. @@ -204545,7 +204545,7 @@ index 1722f163e0e2..3042095666a9 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: popcornmix Date: Tue, 30 Apr 2019 19:15:30 +0100 -Subject: [PATCH 0410/1283] bcm2835-pcm.c: Support multichannel audio +Subject: [PATCH 0410/1282] bcm2835-pcm.c: Support multichannel audio --- .../vc04_services/bcm2835-audio/bcm2835-pcm.c | 13 +++++++------ @@ -204585,7 +204585,7 @@ index f2ef1d641e70..5e9a6e28c4c6 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Tue, 27 Oct 2020 12:24:14 +0000 -Subject: [PATCH 0411/1283] bcm2835-pcm: Fix up multichannel pcm audio +Subject: [PATCH 0411/1282] bcm2835-pcm: Fix up multichannel pcm audio Fixes: a9c1660ff5f02d048c5f31abf1fd1108ccf9ef87 Signed-off-by: Dom Cobley @@ -204627,7 +204627,7 @@ index 5e9a6e28c4c6..f2ef1d641e70 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 17 Jun 2021 12:05:25 +0100 -Subject: [PATCH 0412/1283] media: i2c: imx290: Support 60fps in 2 lane +Subject: [PATCH 0412/1282] media: i2c: imx290: Support 60fps in 2 lane operation Commit "97589ad61c73 media: i2c: imx290: Add support for 2 data lanes" @@ -204943,7 +204943,7 @@ index 836d3684c273..af75e10593fa 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 17 Jun 2021 13:00:39 +0100 -Subject: [PATCH 0413/1283] media: i2c: imx290: Fix the pixel rate at +Subject: [PATCH 0413/1282] media: i2c: imx290: Fix the pixel rate at 148.5Mpix/s Whilst the datasheet lists the link frequency changing between @@ -204999,7 +204999,7 @@ index af75e10593fa..6b990e8c6bff 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 17 Jun 2021 17:27:46 +0100 -Subject: [PATCH 0414/1283] media: i2c: imx290: Fix clock setup register +Subject: [PATCH 0414/1282] media: i2c: imx290: Fix clock setup register assignments When the clock setups were added for the alternate external clocks, @@ -205054,7 +205054,7 @@ index 6b990e8c6bff..7aee4a30bcdd 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: John Cox Date: Thu, 24 Jun 2021 14:43:49 +0100 -Subject: [PATCH 0415/1283] media: rpivid: Fix H265 aux ent reuse of the same +Subject: [PATCH 0415/1282] media: rpivid: Fix H265 aux ent reuse of the same slot It is legitimate, though unusual, for an aux ent associated with a slot @@ -205211,7 +205211,7 @@ index bb280b215a2e..a5a0e31bd5ba 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 28 Jun 2021 10:49:04 +0100 -Subject: [PATCH 0416/1283] media: i2c: ov9281: Remove override of subdev name +Subject: [PATCH 0416/1282] media: i2c: ov9281: Remove override of subdev name From the original Rockchip driver, the subdev was renamed from the default to being "mov9281 " whereas the @@ -205245,7 +205245,7 @@ index 8d799b8b53c6..5f1b83d77473 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Tue, 29 Jun 2021 12:50:58 +0100 -Subject: [PATCH 0417/1283] staging: vc04_services: isp: Set the YUV420/YVU420 +Subject: [PATCH 0417/1282] staging: vc04_services: isp: Set the YUV420/YVU420 format stride to 64 bytes The bcm2835 ISP requires the base address of all input/output planes to have 32 @@ -205290,7 +205290,7 @@ index 7541fb316cb9..f6d6c88d13ba 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: David Plowman Date: Tue, 29 Jun 2021 14:38:23 +0100 -Subject: [PATCH 0418/1283] Documentation: devicetree: Add documentation for +Subject: [PATCH 0418/1282] Documentation: devicetree: Add documentation for imx378 sensor The imx378 sensor is compatible with the imx477 and shares common @@ -205423,10 +205423,10 @@ index 000000000000..f832b4bfab93 + +... diff --git a/MAINTAINERS b/MAINTAINERS -index 23971ef02127..fc3c79f4f67f 100644 +index ef777f56c67e..75189ccc3e52 100644 --- a/MAINTAINERS +++ b/MAINTAINERS -@@ -17535,6 +17535,7 @@ M: Raspberry Pi Kernel Maintenance +@@ -17534,6 +17534,7 @@ M: Raspberry Pi Kernel Maintenance L: linux-media@vger.kernel.org S: Maintained T: git git://linuxtv.org/media_tree.git @@ -205441,7 +205441,7 @@ index 23971ef02127..fc3c79f4f67f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: David Plowman Date: Tue, 29 Jun 2021 14:43:01 +0100 -Subject: [PATCH 0419/1283] media: i2c: imx477: Extend driver to support imx378 +Subject: [PATCH 0419/1282] media: i2c: imx477: Extend driver to support imx378 sensor The imx378 sensor is almost identical to the imx477 and can be @@ -205639,7 +205639,7 @@ index 07ccdf738883..bc0fb02a159e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 23 Jun 2021 11:47:38 +0200 -Subject: [PATCH 0420/1283] dt-bindings: clk: raspberrypi: Remove unused +Subject: [PATCH 0420/1282] dt-bindings: clk: raspberrypi: Remove unused property The raspberrypi,firmware property has been documented as required in the @@ -205686,7 +205686,7 @@ index d37bc311321d..2047e25700c6 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 23 Jun 2021 11:48:35 +0200 -Subject: [PATCH 0421/1283] dt-bindings: display: vc4: Add phandle to the +Subject: [PATCH 0421/1282] dt-bindings: display: vc4: Add phandle to the firmware The vc4 driver will need to tell the firmware that it takes over the @@ -205723,7 +205723,7 @@ index 49a5e041aa49..eac739a812f5 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Van=C4=9Bk?= Date: Wed, 7 Jul 2021 22:48:20 +0200 -Subject: [PATCH 0422/1283] media: bcm2835-unicam: Forward input status from +Subject: [PATCH 0422/1282] media: bcm2835-unicam: Forward input status from subdevice MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 @@ -205782,7 +205782,7 @@ index a603891986b9..cf5d16103d56 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Thu, 15 Jul 2021 15:55:22 +0100 -Subject: [PATCH 0423/1283] media: v4l2-subdev: add subdev-wide state struct +Subject: [PATCH 0423/1282] media: v4l2-subdev: add subdev-wide state struct Signed-off-by: Dom Cobley --- @@ -206279,7 +206279,7 @@ index 08dce8bba9bb..00b044e7d77e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Joerg Quinten Date: Fri, 18 Jun 2021 13:02:29 +0200 -Subject: [PATCH 0424/1283] Support RPi DPI interface in mode6 for 18-bit color +Subject: [PATCH 0424/1282] Support RPi DPI interface in mode6 for 18-bit color A matching media bus format was added and an overlay for using it, both with FB and VC4 was added as well. @@ -206507,7 +206507,7 @@ index aa56d7f54784..6ad34f88c7dd 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 15 Dec 2021 10:17:38 +0100 -Subject: [PATCH 0425/1283] drm/vc4: plane: Add support for DRM_FORMAT_P030 +Subject: [PATCH 0425/1282] drm/vc4: plane: Add support for DRM_FORMAT_P030 The P030 format, used with the DRM_FORMAT_MOD_BROADCOM_SAND128 modifier, is a format output by the video decoder on the BCM2711. @@ -206729,7 +206729,7 @@ index 782bc09d58f2..30f5411d903a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 15 Dec 2021 10:17:39 +0100 -Subject: [PATCH 0426/1283] drm/vc4: plane: Add support for YUV color encodings +Subject: [PATCH 0426/1282] drm/vc4: plane: Add support for YUV color encodings and ranges The BT601/BT709 color encoding and limited vs full @@ -206895,7 +206895,7 @@ index fe6d0e21ddd8..f8887d574492 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 19 May 2020 16:20:30 +0100 -Subject: [PATCH 0427/1283] drm/vc4: Add FKMS as an acceptable node for dma +Subject: [PATCH 0427/1282] drm/vc4: Add FKMS as an acceptable node for dma ranges. Under FKMS, the firmware (via FKMS) also requires the VideoCore cache @@ -206928,7 +206928,7 @@ index ae9bfd7b3443..e34e77e09e54 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 6 Oct 2020 18:44:42 +0100 -Subject: [PATCH 0428/1283] drm/vc4: Add debugfs node that dumps the current +Subject: [PATCH 0428/1282] drm/vc4: Add debugfs node that dumps the current display lists This allows easy analysis of display lists when debugging. @@ -207004,7 +207004,7 @@ index 3856ac289d38..5ba21351a679 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 21 Oct 2020 18:34:56 +0100 -Subject: [PATCH 0429/1283] drm/vc4: Add all the HDMI registers into the +Subject: [PATCH 0429/1282] drm/vc4: Add all the HDMI registers into the debugfs dumps The vc5 HDMI registers hadn't been added into the debugfs @@ -207107,7 +207107,7 @@ index 0c51c91f9d5c..275c4674d50f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Mon, 9 Nov 2020 19:49:32 +0000 -Subject: [PATCH 0430/1283] vc4_hdmi: Report that 3d/stereo is allowed +Subject: [PATCH 0430/1282] vc4_hdmi: Report that 3d/stereo is allowed Signed-off-by: Dom Cobley --- @@ -207133,7 +207133,7 @@ index 2ad1c9bd4189..c476a8445b31 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Tue, 10 Nov 2020 20:04:08 +0000 -Subject: [PATCH 0431/1283] vc4: Clear unused infoframe packet RAM registers +Subject: [PATCH 0431/1282] vc4: Clear unused infoframe packet RAM registers Using a hdmi analyser the bytes in packet ram registers beyond the length were visible in the @@ -207184,7 +207184,7 @@ index c476a8445b31..1e245e8a31ae 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 12 Feb 2021 17:31:37 +0000 -Subject: [PATCH 0432/1283] drm/vc4: Change the default DPI format to being +Subject: [PATCH 0432/1282] drm/vc4: Change the default DPI format to being 18bpp, not 24. DPI hasn't really been used up until now, so the default has @@ -207224,7 +207224,7 @@ index f033c08a63bc..cd895c6fbee4 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Tue, 13 Apr 2021 14:10:03 +0100 -Subject: [PATCH 0433/1283] drm/vc4: hdmi: Convert to the new clock request API +Subject: [PATCH 0433/1282] drm/vc4: hdmi: Convert to the new clock request API The new clock request API allows us to increase the rate of the core clock as required during mode set while decreasing it when @@ -207272,7 +207272,7 @@ index c509e5abf69e..97747f255a1f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 7 Jan 2021 16:30:55 +0000 -Subject: [PATCH 0434/1283] drm/atomic: Don't fixup modes that haven't been +Subject: [PATCH 0434/1282] drm/atomic: Don't fixup modes that haven't been reset Signed-off-by: Dave Stevenson @@ -207303,7 +207303,7 @@ index aa09a19fae37..cd48d4aa20dd 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 5 May 2021 15:35:34 +0200 -Subject: [PATCH 0435/1283] clk: Always clamp the rounded rate +Subject: [PATCH 0435/1282] clk: Always clamp the rounded rate The current core while setting the min and max rate properly in the clk_request structure will not make sure that the requested rate is @@ -207337,7 +207337,7 @@ index 751193365d2c..c775f2153b66 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 26 May 2021 16:13:02 +0200 -Subject: [PATCH 0436/1283] drm/vc4: Increase the core clock based on HVS load +Subject: [PATCH 0436/1282] drm/vc4: Increase the core clock based on HVS load Depending on a given HVS output (HVS to PixelValves) and input (planes attached to a channel) load, the HVS needs for the core clock to be @@ -207402,7 +207402,7 @@ index 97747f255a1f..f9fe6530302f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 27 Oct 2021 14:38:50 +0100 -Subject: [PATCH 0437/1283] drm/vc4: hdmi: Simplify the connector state +Subject: [PATCH 0437/1282] drm/vc4: hdmi: Simplify the connector state retrieval When we have the entire DRM state, retrieving the connector state only @@ -207460,7 +207460,7 @@ index 1e245e8a31ae..377657f9b579 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 5 Jul 2021 19:38:21 +0100 -Subject: [PATCH 0438/1283] dwc_otg: Update NetBSD usb.h header licence +Subject: [PATCH 0438/1282] dwc_otg: Update NetBSD usb.h header licence NetBSD have changed their licensing requirements such that the 2-clause licence is preferred. Update usb.h in the downstream dwc_otg code @@ -207499,7 +207499,7 @@ index f78593575736..b1cedb1876b7 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Mateusz Kwiatkowski Date: Thu, 15 Jul 2021 01:07:30 +0200 -Subject: [PATCH 0439/1283] drm/vc4: Fix timings for VEC modes +Subject: [PATCH 0439/1282] drm/vc4: Fix timings for VEC modes This commit fixes vertical timings of the VEC (composite output) modes to accurately represent the 525-line ("NTSC") and 625-line ("PAL") ITU-R @@ -207632,7 +207632,7 @@ index 0b4f05451ac5..5158992ef6a7 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Mateusz Kwiatkowski Date: Thu, 15 Jul 2021 01:07:49 +0200 -Subject: [PATCH 0440/1283] drm/vc4: Refactor VEC TV mode setting +Subject: [PATCH 0440/1282] drm/vc4: Refactor VEC TV mode setting Change the mode_set function pointer logic to declarative config0, config1 and custom_freq fields, to make TV mode setting logic more @@ -207805,7 +207805,7 @@ index 4e2250b8fa23..809690f2dd55 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Mateusz Kwiatkowski Date: Thu, 15 Jul 2021 01:07:53 +0200 -Subject: [PATCH 0441/1283] drm/vc4: Fix definition of PAL-M mode +Subject: [PATCH 0441/1282] drm/vc4: Fix definition of PAL-M mode PAL-M is a Brazilian analog TV standard that uses a PAL-style chroma subcarrier at 3.575611[888111] MHz on top of 525-line (480i60) timings. @@ -207888,7 +207888,7 @@ index 809690f2dd55..231ed492cb71 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Mateusz Kwiatkowski Date: Thu, 15 Jul 2021 01:07:58 +0200 -Subject: [PATCH 0442/1283] drm/vc4: Add support for more analog TV standards +Subject: [PATCH 0442/1282] drm/vc4: Add support for more analog TV standards Add support for the following composite output modes (all of them are somewhat more obscure than the previously defined ones): @@ -208042,7 +208042,7 @@ index 231ed492cb71..e0bd484321d1 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Mateusz Kwiatkowski Date: Thu, 15 Jul 2021 01:08:01 +0200 -Subject: [PATCH 0443/1283] drm/vc4: Allow setting the TV norm via module +Subject: [PATCH 0443/1282] drm/vc4: Allow setting the TV norm via module parameter Similar to the ch7006 and nouveau drivers, introduce a "tv_mode" module @@ -208192,7 +208192,7 @@ index e0bd484321d1..fb4360c0d9e3 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Mateusz Kwiatkowski Date: Thu, 15 Jul 2021 01:08:05 +0200 -Subject: [PATCH 0444/1283] drm/vc4: Refactor mode checking logic +Subject: [PATCH 0444/1282] drm/vc4: Refactor mode checking logic Replace drm_encoder_helper_funcs::atomic_check with drm_connector_helper_funcs::atomic_check - the former is not called @@ -208283,7 +208283,7 @@ index fb4360c0d9e3..b684595a5d0b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 7 Sep 2020 17:32:27 +0100 -Subject: [PATCH 0445/1283] drm/vc4: Add firmware-kms mode +Subject: [PATCH 0445/1282] drm/vc4: Add firmware-kms mode This is a squash of all firmware-kms related patches from previous branches, up to and including @@ -210803,7 +210803,7 @@ index ee361b90eb29..7fdce4033b46 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: David Plowman Date: Tue, 20 Jul 2021 15:10:03 +0100 -Subject: [PATCH 0446/1283] media: i2c: imx477: Fix framerates for 1332x990 +Subject: [PATCH 0446/1282] media: i2c: imx477: Fix framerates for 1332x990 mode The imx477 driver's line length for this mode had not been updated to @@ -210835,7 +210835,7 @@ index f550ff0d8b72..ba03c68e64a0 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 27 Jul 2021 09:27:49 +0100 -Subject: [PATCH 0447/1283] ASoC: bcm: Compiler warnings in audioinjector-octo +Subject: [PATCH 0447/1282] ASoC: bcm: Compiler warnings in audioinjector-octo Avoid compiler warnings by using the "fallthrough" pseudo-keyword in place of the old "/* fall through */" comment convention. @@ -210903,7 +210903,7 @@ index 47d622df3ec7..db507f341867 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 27 Jul 2021 11:17:08 +0100 -Subject: [PATCH 0448/1283] media: i2c: tc358743: Fix compiler warning +Subject: [PATCH 0448/1282] media: i2c: tc358743: Fix compiler warning Avoid a compiler warning by using the "fallthrough" pseudo-keyword in place of the old "/* fall through */" comment convention. @@ -210933,7 +210933,7 @@ index da166e6a41d6..e3de5b213e05 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: "chipdip.lab" <43340836+chipdipru@users.noreply.github.com> Date: Mon, 26 Jul 2021 14:45:59 +0300 -Subject: [PATCH 0449/1283] ASoC: bcm: Add chipdip-dac driver +Subject: [PATCH 0449/1282] ASoC: bcm: Add chipdip-dac driver Driver chipdip-dac.c added into sound/soc/bcm/, files sound/soc/bcm/Kconfig and sound/soc/bcm/Makefile updated. @@ -211269,7 +211269,7 @@ index 000000000000..6cb53692b3c5 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 3 Aug 2021 11:25:59 +0100 -Subject: [PATCH 0450/1283] media: i2c: imx290: Add fwnode properties controls +Subject: [PATCH 0450/1282] media: i2c: imx290: Add fwnode properties controls Add call to v4l2_ctrl_new_fwnode_properties to read and create the fwnode based controls. @@ -211323,7 +211323,7 @@ index c09b5a22e1a8..4291c77f5a01 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 3 Aug 2021 11:30:58 +0100 -Subject: [PATCH 0451/1283] media: i2c: ov9281: Add fwnode properties controls +Subject: [PATCH 0451/1282] media: i2c: ov9281: Add fwnode properties controls Add call to v4l2_ctrl_new_fwnode_properties to read and create the fwnode based controls. @@ -211385,7 +211385,7 @@ index c89dc98ad708..e4604746e930 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 3 Aug 2021 11:33:33 +0100 -Subject: [PATCH 0452/1283] media: i2c: ov7251: Add fwnode properties controls +Subject: [PATCH 0452/1282] media: i2c: ov7251: Add fwnode properties controls Add call to v4l2_ctrl_new_fwnode_properties to read and create the fwnode based controls. @@ -211439,7 +211439,7 @@ index ebb299f207e5..083a62b267f2 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: John Cox Date: Fri, 6 Aug 2021 10:47:11 +0100 -Subject: [PATCH 0453/1283] media: v4l2: Remove v4l2-ctrls.c +Subject: [PATCH 0453/1282] media: v4l2: Remove v4l2-ctrls.c v4l2-ctrls.c has been split into 4 files v4l2-ctrls-*.c, the original is redundant, confusing and probably should have been removed by a @@ -216510,7 +216510,7 @@ index b750ce3ae723..000000000000 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: John Cox Date: Fri, 6 Aug 2021 10:53:50 +0100 -Subject: [PATCH 0454/1283] media: v4l2: Add HEVC_SCALING_MATRIX attribute to +Subject: [PATCH 0454/1282] media: v4l2: Add HEVC_SCALING_MATRIX attribute to v4l2-ctrl-* Add code to support V4L2_CID_MPEG_VIDEO_HEVC_SCALING_MATRIX to @@ -216576,7 +216576,7 @@ index 421300e13a41..eae300c58274 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: John Cox Date: Thu, 5 Aug 2021 15:18:50 +0100 -Subject: [PATCH 0455/1283] media: rpivid: Update to compile with new hevc +Subject: [PATCH 0455/1282] media: rpivid: Update to compile with new hevc decode params DPB entries have moved from slice params to the new decode params @@ -216785,7 +216785,7 @@ index a5a0e31bd5ba..b630805dbef3 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: John Cox Date: Fri, 6 Aug 2021 14:32:44 +0100 -Subject: [PATCH 0456/1283] media: v4l2: Add Greyworld AWB control name +Subject: [PATCH 0456/1282] media: v4l2: Add Greyworld AWB control name Add name for greyworld to white_balance preset names. This patch previously applied to v4l2-ctrl.c but that was split @@ -216815,7 +216815,7 @@ index eae300c58274..e085f330296a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Wed, 14 Apr 2021 15:01:16 +0200 -Subject: [PATCH 0457/1283] videodev2.h: add V4L2_CTRL_FLAG_DYNAMIC_ARRAY +Subject: [PATCH 0457/1282] videodev2.h: add V4L2_CTRL_FLAG_DYNAMIC_ARRAY Add a new flag that indicates that this control is a dynamically sized array. Also document this flag. @@ -216875,7 +216875,7 @@ index b7cf101a24f5..bc9337b00c0f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Thu, 15 Apr 2021 13:56:53 +0200 -Subject: [PATCH 0458/1283] v4l2-ctrls: add support for dynamically allocated +Subject: [PATCH 0458/1282] v4l2-ctrls: add support for dynamically allocated arrays. Implement support for dynamically allocated arrays. @@ -217577,7 +217577,7 @@ index 575b59fbac77..ebd9cef13309 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: John Cox Date: Thu, 29 Apr 2021 19:17:06 +0100 -Subject: [PATCH 0459/1283] media: rpivid: Make slice ctrl dynamic +Subject: [PATCH 0459/1282] media: rpivid: Make slice ctrl dynamic Allows the user to submit a whole frames worth of slice headers in one lump along with a single bitstream dmabuf for the whole lot. @@ -217922,7 +217922,7 @@ index b630805dbef3..72d4c2e20b5f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: John Cox Date: Thu, 6 May 2021 13:48:05 +0100 -Subject: [PATCH 0460/1283] media: rpivid: Only create aux entries for H265 if +Subject: [PATCH 0460/1282] media: rpivid: Only create aux entries for H265 if needed Only create aux entries of mv info for frames where that info might @@ -218039,7 +218039,7 @@ index 72d4c2e20b5f..e3a5c331ca10 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jonathan Bell Date: Wed, 11 Aug 2021 15:33:57 +0100 -Subject: [PATCH 0461/1283] usb: xhci: workaround for bogus SET_DEQ_PENDING +Subject: [PATCH 0461/1282] usb: xhci: workaround for bogus SET_DEQ_PENDING endpoint state See https://github.com/raspberrypi/linux/issues/3981 @@ -218063,10 +218063,10 @@ Signed-off-by: Jonathan Bell 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c -index 220d836428d2..5312a11f337e 100644 +index 73f2ff83e1ad..c89582a9d29f 100644 --- a/drivers/usb/host/xhci-ring.c +++ b/drivers/usb/host/xhci-ring.c -@@ -677,9 +677,9 @@ static int xhci_move_dequeue_past_td(struct xhci_hcd *xhci, +@@ -697,9 +697,9 @@ static int xhci_move_dequeue_past_td(struct xhci_hcd *xhci, } if ((ep->ep_state & SET_DEQ_PENDING)) { @@ -218086,7 +218086,7 @@ index 220d836428d2..5312a11f337e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: David Plowman Date: Wed, 8 Sep 2021 14:15:17 +0100 -Subject: [PATCH 0462/1283] media: i2c: imx477: Allow control of on-sensor DPC +Subject: [PATCH 0462/1282] media: i2c: imx477: Allow control of on-sensor DPC A module parameter "dpc_enable" is added to allow the control of the sensor's on-board DPC (Defective Pixel Correction) function. @@ -218132,7 +218132,7 @@ index ba03c68e64a0..96486a7f007c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jonathan Bell Date: Thu, 15 Apr 2021 13:15:14 +0100 -Subject: [PATCH 0463/1283] sound/usb: add device quirks for A4Tech FHD 1080p +Subject: [PATCH 0463/1282] sound/usb: add device quirks for A4Tech FHD 1080p webcams These devices use a type of Sonix chipset that produces broken microphone @@ -218165,7 +218165,7 @@ index 2ae9ad993ff4..4250740b7636 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jonathan Bell Date: Wed, 15 Sep 2021 17:56:45 +0100 -Subject: [PATCH 0464/1283] sound/usb: call usb_autopm_get_interface() for +Subject: [PATCH 0464/1282] sound/usb: call usb_autopm_get_interface() for devices that should not be suspended Webcams with microphones are composite devices, and autosuspend is set @@ -218208,7 +218208,7 @@ index 550c6a72fb5b..b1ad8f1fd2ae 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Thu, 22 Jul 2021 14:34:42 +0100 -Subject: [PATCH 0465/1283] brcmfmac: Try product-specific clm_blob names first +Subject: [PATCH 0465/1282] brcmfmac: Try product-specific clm_blob names first Signed-off-by: Phil Elwell --- @@ -218379,7 +218379,7 @@ index 9fb68c2dc7e3..9bf2dbd30ded 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Thu, 1 Nov 2018 17:31:37 +0000 -Subject: [PATCH 0466/1283] staging: vchiq_arm: Add 36-bit address support +Subject: [PATCH 0466/1282] staging: vchiq_arm: Add 36-bit address support Conditional on a new compatible string, change the pagelist encoding such that the top 24 bits are the pfn, leaving 8 bits for run length @@ -218649,7 +218649,7 @@ index 69f342e9bb7a..ab86b10281f5 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 21 Jul 2020 17:34:09 +0100 -Subject: [PATCH 0467/1283] staging: vchiq_arm: children inherit DMA config +Subject: [PATCH 0467/1282] staging: vchiq_arm: children inherit DMA config Although it is no longer necessary for vchiq's children to have a different DMA configuration to the parent, they do still need to @@ -218691,7 +218691,7 @@ index ff4fae2b51f9..16f3de4c27f1 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: detule Date: Tue, 2 Oct 2018 04:10:08 -0400 -Subject: [PATCH 0468/1283] staging: vchiq_arm: Usa a DMA pool for small bulks +Subject: [PATCH 0468/1282] staging: vchiq_arm: Usa a DMA pool for small bulks During a bulk transfer we request a DMA allocation to hold the scatter-gather list. Most of the time, this allocation is small @@ -218818,7 +218818,7 @@ index 16f3de4c27f1..f3d2fe5bbfa0 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 8 Sep 2021 14:21:38 +0100 -Subject: [PATCH 0469/1283] drm/panel/raspberrypi-touchscreen: Handle I2C +Subject: [PATCH 0469/1282] drm/panel/raspberrypi-touchscreen: Handle I2C errors. rpi_touchscreen_i2c_read returns any errors from i2c_transfer, @@ -218859,7 +218859,7 @@ index bd15c2f2e247..329341bcfa50 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 26 Mar 2021 17:06:36 +0000 -Subject: [PATCH 0470/1283] drm/panel-simple: Add a timing for the Raspberry Pi +Subject: [PATCH 0470/1282] drm/panel-simple: Add a timing for the Raspberry Pi 7" panel The Raspberry Pi 7" 800x480 panel uses a Toshiba TC358762 DSI @@ -218924,7 +218924,7 @@ index ab16599f7e7f..507b528eef7c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 8 Sep 2021 14:46:17 +0100 -Subject: [PATCH 0471/1283] Input: edt-ft54x6: Clean up timer and workqueue on +Subject: [PATCH 0471/1282] Input: edt-ft54x6: Clean up timer and workqueue on remove If no interrupt is defined then a timer and workqueue are used @@ -218961,7 +218961,7 @@ index 339eae4ec7a8..aabd1246b788 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 11 Feb 2021 18:46:06 +0000 -Subject: [PATCH 0472/1283] regulator: rpi-panel: Register with a unique +Subject: [PATCH 0472/1282] regulator: rpi-panel: Register with a unique backlight name There's no reason why 2 Raspberry Pi DSI displays can't be @@ -218996,7 +218996,7 @@ index 991b4730d768..00fb69efcfa2 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 8 Sep 2021 15:02:05 +0100 -Subject: [PATCH 0473/1283] regulator: rpi-panel: Serialise operations. +Subject: [PATCH 0473/1282] regulator: rpi-panel: Serialise operations. The driver was using the regmap lock to serialise the individual accesses, but we really need to protect the @@ -219256,7 +219256,7 @@ index 00fb69efcfa2..a4af7adad2b5 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 8 Sep 2021 15:41:18 +0100 -Subject: [PATCH 0474/1283] regulator: rpi-panel: Ensure the backlight is off +Subject: [PATCH 0474/1282] regulator: rpi-panel: Ensure the backlight is off during probe. The initial state of the Atmel is not defined, so ensure the @@ -219286,7 +219286,7 @@ index a4af7adad2b5..b3629a1e0e50 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 9 Sep 2021 18:24:57 +0100 -Subject: [PATCH 0475/1283] regulator: rpi-panel: Convert to drive lines +Subject: [PATCH 0475/1282] regulator: rpi-panel: Convert to drive lines directly The Atmel was doing a load of automatic sequencing of @@ -219492,7 +219492,7 @@ index b3629a1e0e50..995915ca4a9b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 10 Sep 2021 13:50:28 +0100 -Subject: [PATCH 0476/1283] regulator: rpi-panel: Add GPIO control for panel +Subject: [PATCH 0476/1282] regulator: rpi-panel: Add GPIO control for panel and touch resets We need independent control of the resets for the panel&bridge, @@ -219700,7 +219700,7 @@ index 995915ca4a9b..998233f14085 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 13 May 2021 11:56:21 +0100 -Subject: [PATCH 0477/1283] staging/bcm2835-codec: Change the default codec res +Subject: [PATCH 0477/1282] staging/bcm2835-codec: Change the default codec res to 32x32 In order to effectively guarantee that a V4L2_EVENT_SOURCE_CHANGE @@ -219746,7 +219746,7 @@ index c3ba5c25a2ab..4c01bc42fa31 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Sun, 10 Jan 2021 19:05:17 +0000 -Subject: [PATCH 0478/1283] staging/vchiq-mmal: Add buffer flags for interlaced +Subject: [PATCH 0478/1282] staging/vchiq-mmal: Add buffer flags for interlaced video Add the buffer flags that the firmware uses to identify fields @@ -219794,7 +219794,7 @@ index ab63835ce01c..883b77ffae25 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 5 Aug 2021 16:38:34 +0100 -Subject: [PATCH 0479/1283] staging/vchiq-mmal: Add parameters for interlaced +Subject: [PATCH 0479/1282] staging/vchiq-mmal: Add parameters for interlaced video support Adds enum mmal_interlace_type and struct @@ -219861,7 +219861,7 @@ index 79438d23912f..844a02bf9a22 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 18 Dec 2020 19:56:31 +0000 -Subject: [PATCH 0480/1283] staging/bcm2835-codec: Add support for decoding +Subject: [PATCH 0480/1282] staging/bcm2835-codec: Add support for decoding interlaced streams The video decoder can support decoding interlaced streams, so add @@ -220040,7 +220040,7 @@ index 4c01bc42fa31..3f15c20bb952 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 5 Aug 2021 15:11:23 +0100 -Subject: [PATCH 0481/1283] staging/bcm2835-codec: Correct ENUM_FRAMESIZES +Subject: [PATCH 0481/1282] staging/bcm2835-codec: Correct ENUM_FRAMESIZES stepsize to 2 Being YUV420 formats, the step size is always 2 to avoid part @@ -220075,7 +220075,7 @@ index 3f15c20bb952..96de610e8354 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 5 Aug 2021 16:46:42 +0100 -Subject: [PATCH 0482/1283] staging/bcm2835-codec: Return buffers to QUEUED not +Subject: [PATCH 0482/1282] staging/bcm2835-codec: Return buffers to QUEUED not ERROR state Should start_streaming fail, or buffers be queued during @@ -220116,7 +220116,7 @@ index 96de610e8354..d2b64a369ae8 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 6 Aug 2021 13:43:48 +0100 -Subject: [PATCH 0483/1283] staging/bcm2835_codec: Log MMAL flags in hex +Subject: [PATCH 0483/1282] staging/bcm2835_codec: Log MMAL flags in hex The flags is a bitmask, so it's far easier to interpret as hex data instead of decimal. @@ -220146,7 +220146,7 @@ index d2b64a369ae8..202830aee5b6 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Sat, 11 Sep 2021 17:21:07 +0100 -Subject: [PATCH 0484/1283] staging: bcm2835-codec: Allow custom specified +Subject: [PATCH 0484/1282] staging: bcm2835-codec: Allow custom specified strides/bytesperline. If the client provides a bytesperline value in try_fmt/s_fmt then @@ -220191,7 +220191,7 @@ index 202830aee5b6..8e6a3ab629fc 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 6 Aug 2021 15:44:21 +0100 -Subject: [PATCH 0485/1283] staging/vchiq-mmal: Add the deinterlace image +Subject: [PATCH 0485/1282] staging/vchiq-mmal: Add the deinterlace image effects enums As we're wanting to wrap the image_fx component for deinterlacing, @@ -220223,7 +220223,7 @@ index 844a02bf9a22..622508dc6e27 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Fri, 6 Aug 2021 15:37:16 +0100 -Subject: [PATCH 0486/1283] staging/bcm2835_codec: Add support for image_fx to +Subject: [PATCH 0486/1282] staging/bcm2835_codec: Add support for image_fx to deinterlace Adds another /dev/video node wrapping image_fx doing deinterlace. @@ -220496,7 +220496,7 @@ index 8e6a3ab629fc..38b59aa21069 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Tue, 14 Sep 2021 16:44:18 +0100 -Subject: [PATCH 0487/1283] staging/bcm2835-v4l2_codec: Fix for encode +Subject: [PATCH 0487/1282] staging/bcm2835-v4l2_codec: Fix for encode selection API Matches correct behaviour from DECODE and DEINTERLACE @@ -220526,7 +220526,7 @@ index 38b59aa21069..8df0eb2b532a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Serge Schneider Date: Mon, 2 Dec 2019 14:48:05 +0000 -Subject: [PATCH 0488/1283] Add Raspberry Pi PoE+ HAT support +Subject: [PATCH 0488/1282] Add Raspberry Pi PoE+ HAT support Signed-off-by: Serge Schneider --- @@ -220820,7 +220820,7 @@ index 7fdce4033b46..dd3bbc75e531 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 17 Sep 2021 15:18:51 +0100 -Subject: [PATCH 0489/1283] configs: Add CAN_PEAK_USB=m +Subject: [PATCH 0489/1282] configs: Add CAN_PEAK_USB=m Add the driver for the PEAK Systems USB CAN interface. @@ -220902,7 +220902,7 @@ index 235fecf9c903..6af6d68a8f38 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 22 Sep 2021 09:16:46 +0100 -Subject: [PATCH 0490/1283] ARM: dts: Restore downstream dtbs to Makefile +Subject: [PATCH 0490/1282] ARM: dts: Restore downstream dtbs to Makefile Signed-off-by: Phil Elwell --- @@ -220939,7 +220939,7 @@ index 1d4daf4b836f..a254e6342d4e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: John Cox Date: Wed, 1 Sep 2021 16:34:50 +0100 -Subject: [PATCH 0491/1283] media: rpivid: Avoid returning EINVAL to a G_FMT +Subject: [PATCH 0491/1282] media: rpivid: Avoid returning EINVAL to a G_FMT ioctl V4L2 spec says that G/S/TRY_FMT IOCTLs should never return errors for @@ -221228,7 +221228,7 @@ index a3b228556497..e22cc0e32aa3 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 22 Sep 2021 15:38:13 +0100 -Subject: [PATCH 0492/1283] net: phy: lan87xx: Allow more time for link detect +Subject: [PATCH 0492/1282] net: phy: lan87xx: Allow more time for link detect With EDPWRDOWN set in idle, it must be cleared before checking for ENERGYON going high, indicating that a link is being established. @@ -221272,7 +221272,7 @@ index 36dcf6c7f445..ab70d9be3da4 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: John Cox Date: Wed, 22 Sep 2021 18:57:19 +0100 -Subject: [PATCH 0493/1283] media: rpivid: Remove unused ctx state variable and +Subject: [PATCH 0493/1282] media: rpivid: Remove unused ctx state variable and defines Remove unused ctx state tracking variable and associated defines. @@ -221315,7 +221315,7 @@ index aa8448566c09..fe6cf1806410 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: John Cox Date: Wed, 22 Sep 2021 19:05:30 +0100 -Subject: [PATCH 0494/1283] media: rpivid: Ensure IRQs have completed before +Subject: [PATCH 0494/1282] media: rpivid: Ensure IRQs have completed before uniniting context Before uniniting the decode context sync with the IRQ queues to ensure @@ -221421,7 +221421,7 @@ index e3a5c331ca10..834e34a8373f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 9 Oct 2020 10:40:27 +0100 -Subject: [PATCH 0495/1283] staging: bcm2835-codec: Allow decode res changed +Subject: [PATCH 0495/1282] staging: bcm2835-codec: Allow decode res changed before STREAMON(CAPTURE) The V4L2 stateful video decoder API requires that you can STREAMON @@ -221665,7 +221665,7 @@ index 8df0eb2b532a..f8fe8effa06d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 15 Sep 2021 17:44:19 +0100 -Subject: [PATCH 0496/1283] staging/bcm2835-codec: Do not send buffers to the +Subject: [PATCH 0496/1282] staging/bcm2835-codec: Do not send buffers to the VPU unless streaming With video decode we now enable both input and output ports on @@ -221764,7 +221764,7 @@ index f8fe8effa06d..4156018dbf7a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 15 Sep 2021 17:49:41 +0100 -Subject: [PATCH 0497/1283] staging/mmal-vchiq: Rationalise included headers +Subject: [PATCH 0497/1282] staging/mmal-vchiq: Rationalise included headers The list of includes was slightly over generic, and wasn't in alphabetical order. Clean it up. @@ -221806,7 +221806,7 @@ index c88393f22d87..e5ba3b067ae3 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 16 Sep 2021 16:32:53 +0100 -Subject: [PATCH 0498/1283] staging: bcm2835-codec: Format changed should +Subject: [PATCH 0498/1282] staging: bcm2835-codec: Format changed should trigger drain When a format changed event occurs, the spec says that it @@ -221855,7 +221855,7 @@ index 4156018dbf7a..73afe99268ff 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 16 Sep 2021 16:39:07 +0100 -Subject: [PATCH 0499/1283] staging: bcm2835-codec: Signal the firmware to stop +Subject: [PATCH 0499/1282] staging: bcm2835-codec: Signal the firmware to stop on all changes The firmware defaults to not stopping video decode if only the @@ -221911,7 +221911,7 @@ index 622508dc6e27..21087496a481 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 15 Sep 2021 17:54:11 +0100 -Subject: [PATCH 0500/1283] staging/mmal-vchiq: Add module parameter to enable +Subject: [PATCH 0500/1282] staging/mmal-vchiq: Add module parameter to enable logging. Adds a module parameter "debug" to enable various logging levels. @@ -222238,7 +222238,7 @@ index e5ba3b067ae3..139ca5a733cd 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 16 Sep 2021 16:46:58 +0100 -Subject: [PATCH 0501/1283] staging: bcm2835-codec: Queue flushed buffers +Subject: [PATCH 0501/1282] staging: bcm2835-codec: Queue flushed buffers instead of completing When a buffer is returned on a port that is disabled, return it @@ -222272,7 +222272,7 @@ index 6c6e0ba34a0b..03c9ccb35ee1 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 21 Sep 2021 17:17:57 +0100 -Subject: [PATCH 0502/1283] staging: mmal-vchiq: Reset buffers_with_vpu on +Subject: [PATCH 0502/1282] staging: mmal-vchiq: Reset buffers_with_vpu on port_enable Should we go through the timeout failure case with port_disable @@ -222309,7 +222309,7 @@ index 139ca5a733cd..87194606185a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 22 Sep 2021 16:42:49 +0100 -Subject: [PATCH 0503/1283] staging: bcm2835_codec: Correct flushing code for +Subject: [PATCH 0503/1282] staging: bcm2835_codec: Correct flushing code for refcounting Completions don't reference count, so setting the completion @@ -222407,7 +222407,7 @@ index 03c9ccb35ee1..1b8611549f4f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 20 Sep 2021 15:00:51 +0100 -Subject: [PATCH 0504/1283] staging: bcm2835-codec: Ensure all ctrls are set on +Subject: [PATCH 0504/1282] staging: bcm2835-codec: Ensure all ctrls are set on streamon Currently the code was only setting some controls from @@ -222524,7 +222524,7 @@ index 1b8611549f4f..f5eaff3e4612 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 20 Sep 2021 14:37:17 +0100 -Subject: [PATCH 0505/1283] staging: bcm2835-codec: Add support for H&V Flips +Subject: [PATCH 0505/1282] staging: bcm2835-codec: Add support for H&V Flips to ISP The ISP can do H & V flips whilst resizing or converting @@ -222615,7 +222615,7 @@ index f5eaff3e4612..6078d6e2ace0 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Guennadi Liakhovetski Date: Sun, 19 Sep 2021 13:30:43 +0200 -Subject: [PATCH 0506/1283] overlays: add support for the MLX90640 thermal +Subject: [PATCH 0506/1282] overlays: add support for the MLX90640 thermal camera This allows using the video-i2c camera driver with MLX90640 thermal @@ -222694,7 +222694,7 @@ index 000000000000..a2655ed82585 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: GabyPCgeeK Date: Mon, 27 Sep 2021 04:43:21 -0400 -Subject: [PATCH 0507/1283] overlays: Add generic mcp2515 overlay +Subject: [PATCH 0507/1282] overlays: Add generic mcp2515 overlay Can configure mcp2515 on spi0/1/2 without the need for multiple overlays. --- @@ -222911,7 +222911,7 @@ index 000000000000..cda1fb0b1199 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 21 Sep 2021 15:32:50 +0100 -Subject: [PATCH 0508/1283] regulator: rpi-panel: Remove get_brightness hook +Subject: [PATCH 0508/1282] regulator: rpi-panel: Remove get_brightness hook The driver was implementing a get_brightness function that tried to read back the PWM setting of the display to report @@ -222971,7 +222971,7 @@ index 998233f14085..8090b9a485b5 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: madimario Date: Tue, 28 Sep 2021 04:20:06 -0400 -Subject: [PATCH 0509/1283] bcm2835_smi_dev: Fix handling of word-odd lengths +Subject: [PATCH 0509/1282] bcm2835_smi_dev: Fix handling of word-odd lengths The read and write functions did not use the correct pointer offset when dealing with an odd number of bytes after a DMA transfer. Also, @@ -223068,7 +223068,7 @@ index 9db8f1e3db0f..34976fa4ed59 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Juerg Haefliger Date: Wed, 29 Sep 2021 11:39:46 +0200 -Subject: [PATCH 0510/1283] Revert "mmc: sdhci-iproc: Fix vmmc regulators on +Subject: [PATCH 0510/1282] Revert "mmc: sdhci-iproc: Fix vmmc regulators on iProc" This reverts commit aed19399a01733dbad9be8bf026a4f7dd823b04f. @@ -223119,7 +223119,7 @@ index 37b0e1cfe7b7..032bf852397f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Juerg Haefliger Date: Wed, 29 Sep 2021 11:42:23 +0200 -Subject: [PATCH 0511/1283] mmc: sdhci-iproc: Fix vmmc regulators (pre-bcm2711) +Subject: [PATCH 0511/1282] mmc: sdhci-iproc: Fix vmmc regulators (pre-bcm2711) The Linux support for controlling card power via regulators appears to be contentious. I would argue that the default behaviour is contrary to @@ -223153,7 +223153,7 @@ index 032bf852397f..499046ab8113 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Lee Jackson Date: Fri, 27 Aug 2021 14:36:55 +0800 -Subject: [PATCH 0512/1283] dt-bindings: media: i2c: Add IMX519 CMOS sensor +Subject: [PATCH 0512/1282] dt-bindings: media: i2c: Add IMX519 CMOS sensor binding Add YAML device tree binding for IMX519 CMOS image sensor, and @@ -223286,10 +223286,10 @@ index 000000000000..717230a21764 + +... diff --git a/MAINTAINERS b/MAINTAINERS -index fc3c79f4f67f..4c7b291ad84f 100644 +index 75189ccc3e52..626e486fa98f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS -@@ -17539,6 +17539,14 @@ F: Documentation/devicetree/bindings/media/i2c/imx378.yaml +@@ -17538,6 +17538,14 @@ F: Documentation/devicetree/bindings/media/i2c/imx378.yaml F: Documentation/devicetree/bindings/media/i2c/imx477.yaml F: drivers/media/i2c/imx477.c @@ -223311,7 +223311,7 @@ index fc3c79f4f67f..4c7b291ad84f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Lee Jackson Date: Fri, 27 Aug 2021 13:48:52 +0800 -Subject: [PATCH 0513/1283] media: i2c: Add driver for IMX519 sensor +Subject: [PATCH 0513/1282] media: i2c: Add driver for IMX519 sensor Adds a driver for the 16MPix IMX519 CSI2 sensor. Whilst the sensor supports 2 or 4 CSI2 data lanes, this driver @@ -225404,7 +225404,7 @@ index 000000000000..5eaf1f28da35 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Arducam Date: Wed, 15 Sep 2021 09:02:08 +0800 -Subject: [PATCH 0514/1283] media: i2c: imx519: Advertise embedded data node on +Subject: [PATCH 0514/1282] media: i2c: imx519: Advertise embedded data node on media pad 1 This commit updates the imx519 driver to adverise support for embedded @@ -225659,7 +225659,7 @@ index 5eaf1f28da35..fe7e49a70367 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Lee Jackson Date: Thu, 26 Aug 2021 11:15:26 +0800 -Subject: [PATCH 0515/1283] configs: Add CONFIG_VIDEO_IMX519=m +Subject: [PATCH 0515/1282] configs: Add CONFIG_VIDEO_IMX519=m Include the driver module for the IMX519. @@ -225739,7 +225739,7 @@ index 6af6d68a8f38..6b0ca5314ab3 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Lee Jackson Date: Fri, 27 Aug 2021 14:45:43 +0800 -Subject: [PATCH 0516/1283] overlays: Add imx519-overlay.dts +Subject: [PATCH 0516/1282] overlays: Add imx519-overlay.dts Added overlays for enabling IMX519 and add the relevant information to the README. @@ -225914,7 +225914,7 @@ index 000000000000..693c267af1f0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 4 Oct 2021 14:15:38 +0100 -Subject: [PATCH 0517/1283] dtoverlays: Add overlay for ST7735R (160x128) +Subject: [PATCH 0517/1282] dtoverlays: Add overlay for ST7735R (160x128) TinyDRM driver Adds an overlay to configure the TinyDRM driver for ST7735R @@ -226065,7 +226065,7 @@ index 000000000000..bf186811ec5d From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jonathan Bell Date: Wed, 6 Oct 2021 15:27:53 +0100 -Subject: [PATCH 0518/1283] dwc_otg: pay attention to qh->interval when +Subject: [PATCH 0518/1282] dwc_otg: pay attention to qh->interval when rescheduling periodic queues A regression introduced in https://github.com/raspberrypi/linux/pull/3887 @@ -226100,7 +226100,7 @@ index 4503af692aef..f51fad1e6b70 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Joerg Schambacher Date: Wed, 6 Oct 2021 17:19:58 +0200 -Subject: [PATCH 0519/1283] Hifiberry DAC+ADCPro DT overlay: add optional +Subject: [PATCH 0519/1282] Hifiberry DAC+ADCPro DT overlay: add optional headphone amp This is a copy of the approach from our DAC+ driver. @@ -226135,7 +226135,7 @@ index cafa2ccd7ff7..561cd84bbb79 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Joerg Schambacher Date: Wed, 6 Oct 2021 17:21:07 +0200 -Subject: [PATCH 0520/1283] Hifiberry DAC+ADCPro: adding optional headphone amp +Subject: [PATCH 0520/1282] Hifiberry DAC+ADCPro: adding optional headphone amp control This is a copy of the code and approach from our DAC+ driver. @@ -226286,7 +226286,7 @@ index 79eccdb4dc8c..517a70fba7d7 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Sten Spans Date: Tue, 12 Oct 2021 20:10:00 +0200 -Subject: [PATCH 0521/1283] Add module for 8111h chip used in various CM4 +Subject: [PATCH 0521/1282] Add module for 8111h chip used in various CM4 boards --- @@ -226325,7 +226325,7 @@ index d1966d92664b..234e68865bff 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 14 Oct 2021 11:09:18 +0100 -Subject: [PATCH 0522/1283] drivers/gpio: Add a driver that wraps the PWM API +Subject: [PATCH 0522/1282] drivers/gpio: Add a driver that wraps the PWM API as a GPIO controller For cases where spare PWM outputs are available, but are desired @@ -226341,7 +226341,7 @@ Signed-off-by: Dave Stevenson create mode 100644 drivers/gpio/gpio-pwm.c diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig -index b2d4ffac38d2..addea3aaa16d 100644 +index 279441eaa8b9..95dbfa9dc6f6 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -485,6 +485,14 @@ config GPIO_PMIC_EIC_SPRD @@ -226528,7 +226528,7 @@ index 000000000000..89f5d6b353ab From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 15 Oct 2021 11:45:36 +0100 -Subject: [PATCH 0523/1283] rtc: pcf85063: Always clear EXT_TEST from set_time +Subject: [PATCH 0523/1282] rtc: pcf85063: Always clear EXT_TEST from set_time Power-on reset after the insertion of a battery does not always complete successfully, leading to corrupted register content. The EXT_TEST bit @@ -226570,7 +226570,7 @@ index bf2e370907b7..d97f9793123e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 11 Oct 2021 17:33:05 +0100 -Subject: [PATCH 0524/1283] char: vcio: Rewrite as a firmware node child +Subject: [PATCH 0524/1282] char: vcio: Rewrite as a firmware node child The old vcio driver is a simple character device that manually locates the firmware driver. Initialising it before the firmware driver causes @@ -226813,7 +226813,7 @@ index a39155a94fb7..ac314617229c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 12 Oct 2021 09:59:54 +0100 -Subject: [PATCH 0525/1283] ARM: dts: Make vcio a child of the firmware node +Subject: [PATCH 0525/1282] ARM: dts: Make vcio a child of the firmware node In order to resolve a potential startup order bug, the vcio driver has been rewritten as a platform driver that depends on a DT node for @@ -226849,7 +226849,7 @@ index 68a7e1c09db1..dc302248ae2a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 18 Oct 2021 11:12:42 +0100 -Subject: [PATCH 0526/1283] ARM: dts: bcm2835_audio missing firmware reference +Subject: [PATCH 0526/1282] ARM: dts: bcm2835_audio missing firmware reference The firmware driver has been changed to count its clients. An earlier commit removed the downstream patch permitting the hacky technique of @@ -226884,7 +226884,7 @@ index dc302248ae2a..efca67213816 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 18 Oct 2021 11:13:35 +0100 -Subject: [PATCH 0527/1283] ARM: dts: Delete vestigial vcsm node +Subject: [PATCH 0527/1282] ARM: dts: Delete vestigial vcsm node Signed-off-by: Phil Elwell --- @@ -226915,7 +226915,7 @@ index efca67213816..57e7d5f60d3e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 18 Oct 2021 16:39:11 +0100 -Subject: [PATCH 0528/1283] config: Enable FSFS_FS_SECURITY +Subject: [PATCH 0528/1282] config: Enable FSFS_FS_SECURITY Add a negligible amount of core kernel code for capability-based access control on F2FS. @@ -226998,7 +226998,7 @@ index 6b0ca5314ab3..f16857163068 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 19 Oct 2021 11:23:43 +0100 -Subject: [PATCH 0529/1283] gpio: bcm-virt: Fix the get() method +Subject: [PATCH 0529/1282] gpio: bcm-virt: Fix the get() method The get() method does not understand the on-the-wire encoding of the remote GPIO states, thinking they are simple on/off bits when they are @@ -227033,7 +227033,7 @@ index 49e28ad9760e..55c40190e88a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Erik Tagirov Date: Wed, 20 Oct 2021 09:51:26 +0200 -Subject: [PATCH 0530/1283] configs: Add CONFIG_FB_SIMPLE to bcmrpi3_defconfig +Subject: [PATCH 0530/1282] configs: Add CONFIG_FB_SIMPLE to bcmrpi3_defconfig See: https://github.com/raspberrypi/linux/pull/4640 @@ -227061,7 +227061,7 @@ index f16857163068..b252255397fa 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: David Plowman Date: Thu, 21 Oct 2021 14:41:55 +0100 -Subject: [PATCH 0531/1283] media: i2c: imx219: Sensor should report RAW color +Subject: [PATCH 0531/1282] media: i2c: imx219: Sensor should report RAW color space Tested on Raspberry Pi running libcamera. @@ -227100,7 +227100,7 @@ index de1f0aa6fff4..47ab7592f4a5 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: David Plowman Date: Thu, 21 Oct 2021 14:44:01 +0100 -Subject: [PATCH 0532/1283] media: i2c: imx290: Sensor should report RAW color +Subject: [PATCH 0532/1282] media: i2c: imx290: Sensor should report RAW color space Tested on Raspberry Pi running libcamera. @@ -227130,7 +227130,7 @@ index 4291c77f5a01..a6f4ba5b9345 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: David Plowman Date: Thu, 21 Oct 2021 14:44:43 +0100 -Subject: [PATCH 0533/1283] media: i2c: imx477: Sensor should report RAW color +Subject: [PATCH 0533/1282] media: i2c: imx477: Sensor should report RAW color space Tested on Raspberry Pi running libcamera. @@ -227160,7 +227160,7 @@ index 96486a7f007c..54bc4e858081 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: David Plowman Date: Thu, 21 Oct 2021 14:45:07 +0100 -Subject: [PATCH 0534/1283] media: i2c: imx519: Sensor should report RAW color +Subject: [PATCH 0534/1282] media: i2c: imx519: Sensor should report RAW color space Tested on Raspberry Pi running libcamera. @@ -227190,7 +227190,7 @@ index fe7e49a70367..fa09cfca8afe 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: David Plowman Date: Thu, 21 Oct 2021 14:47:00 +0100 -Subject: [PATCH 0535/1283] media: i2c: ov5647: Sensor should report RAW color +Subject: [PATCH 0535/1282] media: i2c: ov5647: Sensor should report RAW color space Tested on Raspberry Pi running libcamera. @@ -227247,7 +227247,7 @@ index 4b6f4962e644..ac9074acdd9c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: David Plowman Date: Thu, 21 Oct 2021 14:47:20 +0100 -Subject: [PATCH 0536/1283] media: i2c: ov9281: Sensor should report RAW color +Subject: [PATCH 0536/1282] media: i2c: ov9281: Sensor should report RAW color space Tested on Raspberry Pi running libcamera. @@ -227295,7 +227295,7 @@ index e4604746e930..f0d5551b23c1 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: David Plowman Date: Thu, 21 Oct 2021 14:49:15 +0100 -Subject: [PATCH 0537/1283] vc04_services: isp: Report input node as wanting +Subject: [PATCH 0537/1282] vc04_services: isp: Report input node as wanting full range RAW color space RAW color spaces are more usually reported as having full range @@ -227330,7 +227330,7 @@ index 00b044e7d77e..c62f2fb25e94 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 23 Sep 2020 15:16:18 +0100 -Subject: [PATCH 0538/1283] media/bcm2835-unicam: Parse pad numbers correctly +Subject: [PATCH 0538/1282] media/bcm2835-unicam: Parse pad numbers correctly The driver was making big assumptions about the source device using pad 0 and 1, which doesn't follow for more complex @@ -227567,7 +227567,7 @@ index f1ea1c2da6c3..642764ebf4b8 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 15 Oct 2021 17:57:27 +0100 -Subject: [PATCH 0539/1283] media/bcm2835-unicam: Add support for configuration +Subject: [PATCH 0539/1282] media/bcm2835-unicam: Add support for configuration via MC API Adds Media Controller API support for more complex pipelines. @@ -230286,7 +230286,7 @@ index 642764ebf4b8..80196cd1a54c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 25 Oct 2021 11:48:18 +0100 -Subject: [PATCH 0540/1283] ARM: dts: vc4-kms-v3d: Always disable firmware HDMI +Subject: [PATCH 0540/1282] ARM: dts: vc4-kms-v3d: Always disable firmware HDMI Both the firmware audio driver and the vc4-kms-v3d driver are capable of providing HDMI audio, but only one should be active at any time. @@ -230341,7 +230341,7 @@ index 4285e12a4e53..76229cad7803 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: soyer Date: Sat, 23 Oct 2021 12:23:50 +0200 -Subject: [PATCH 0541/1283] staging/bcm2835-camera: Add support for +Subject: [PATCH 0541/1282] staging/bcm2835-camera: Add support for H264_MIN_QP, H264_MAX_QP Signed-off-by: Gergo Koteles @@ -230403,7 +230403,7 @@ index f3480a5c5170..de59f435696d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Gergo Koteles Date: Sun, 24 Oct 2021 23:18:09 +0200 -Subject: [PATCH 0542/1283] staging/bcm2835-camera: Add support for +Subject: [PATCH 0542/1282] staging/bcm2835-camera: Add support for MPEG_VIDEO_FORCE_KEY_FRAME Signed-off-by: Gergo Koteles @@ -230454,7 +230454,7 @@ index de59f435696d..b1b02fbc473d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Thu, 9 Sep 2021 10:37:15 +0100 -Subject: [PATCH 0543/1283] ARM: dts: Add Pi Zero 2 support +Subject: [PATCH 0543/1282] ARM: dts: Add Pi Zero 2 support Signed-off-by: Phil Elwell --- @@ -230662,7 +230662,7 @@ index 000000000000..42185a450666 + }; +}; diff --git a/arch/arm64/boot/dts/broadcom/Makefile b/arch/arm64/boot/dts/broadcom/Makefile -index 5a90727064ee..8eadc747ae1f 100644 +index d03d1dec095a..8c9581bcf60d 100644 --- a/arch/arm64/boot/dts/broadcom/Makefile +++ b/arch/arm64/boot/dts/broadcom/Makefile @@ -5,6 +5,7 @@ dtb-$(CONFIG_ARCH_BCM2835) += bcm2711-rpi-400.dtb \ @@ -230687,7 +230687,7 @@ index 000000000000..f76f553599ef From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Tue, 19 Oct 2021 14:13:53 +0100 -Subject: [PATCH 0544/1283] clk-raspberrypi: Support VEC clock +Subject: [PATCH 0544/1282] clk-raspberrypi: Support VEC clock Signed-off-by: Dom Cobley --- @@ -230729,7 +230729,7 @@ index 0b38fb334185..c52b7a9f4c6a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Tue, 19 Oct 2021 14:15:45 +0100 -Subject: [PATCH 0545/1283] dt: Move VEC clock to clk-raspberrypi +Subject: [PATCH 0545/1282] dt: Move VEC clock to clk-raspberrypi clk-2835 is deprecated and gets an innacurate clock for VEC (107MHz). Switch to clk-raspberrypi which uses the right PLL to get an accurate 108MHz. @@ -230773,7 +230773,7 @@ index 06d8c3882cb7..15f3975f1ca1 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Tue, 19 Oct 2021 14:14:55 +0100 -Subject: [PATCH 0546/1283] clk-bcm2835: Remove VEC clock support +Subject: [PATCH 0546/1282] clk-bcm2835: Remove VEC clock support Signed-off-by: Dom Cobley --- @@ -230813,7 +230813,7 @@ index 3042095666a9..fb6292be6242 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 27 Apr 2021 14:24:21 +0200 -Subject: [PATCH 0547/1283] drm/vc4: Add support for gamma on BCM2711 +Subject: [PATCH 0547/1282] drm/vc4: Add support for gamma on BCM2711 BCM2711 changes from a 256 entry lookup table to a 16 point piecewise linear function as the pipeline bitdepth has increased @@ -231097,7 +231097,7 @@ index f8887d574492..30056abb9cf5 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 28 Apr 2021 12:32:10 +0200 -Subject: [PATCH 0548/1283] drm/vc4: Add debugfs node that dumps the vc5 gamma +Subject: [PATCH 0548/1282] drm/vc4: Add debugfs node that dumps the vc5 gamma PWL entries This helps with debugging the conversion from a 256 point gamma LUT to @@ -231217,7 +231217,7 @@ index 2e1d043d80b2..7fe05c25fdac 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 14 Jun 2021 15:28:30 +0200 -Subject: [PATCH 0549/1283] drm/vc4: hvs: Force modeset on gamma lut change +Subject: [PATCH 0549/1282] drm/vc4: hvs: Force modeset on gamma lut change The HVS Gamma block can only be updated when idle, so we need to disable the HVS channel when the gamma property is set in an atomic commit. @@ -231332,7 +231332,7 @@ index 7fe05c25fdac..41385efc9bf1 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: neocortex-vision Date: Thu, 28 Oct 2021 17:37:36 +0100 -Subject: [PATCH 0550/1283] media: i2c: imx477: Add vsync trigger_mode +Subject: [PATCH 0550/1282] media: i2c: imx477: Add vsync trigger_mode parameter trigger_mode == 0 (default) => no effect / no registers written @@ -231403,7 +231403,7 @@ index 54bc4e858081..2b4dfdd7975a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Mateusz Kwiatkowski Date: Thu, 15 Jul 2021 01:08:08 +0200 -Subject: [PATCH 0551/1283] drm/vc4: Relax VEC modeline requirements and add +Subject: [PATCH 0551/1282] drm/vc4: Relax VEC modeline requirements and add progressive mode support Make vc4_vec_encoder_atomic_check() accept arbitrary modelines, as long @@ -231567,7 +231567,7 @@ index b684595a5d0b..661fac65b8a8 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Mateusz Kwiatkowski Date: Thu, 15 Jul 2021 01:08:11 +0200 -Subject: [PATCH 0552/1283] drm/vc4: Make VEC progressive modes readily +Subject: [PATCH 0552/1282] drm/vc4: Make VEC progressive modes readily accessible Add predefined modelines for the 240p (NTSC) and 288p (PAL) progressive @@ -231739,7 +231739,7 @@ index 661fac65b8a8..d263fdaa1ee8 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Sun, 31 Oct 2021 11:47:59 +0000 -Subject: [PATCH 0553/1283] bcm2835-v4l2-codec: Remove advertised support of +Subject: [PATCH 0553/1282] bcm2835-v4l2-codec: Remove advertised support of VP8 The support for this format by firmware is very limited @@ -231773,7 +231773,7 @@ index 6078d6e2ace0..97c8afa0861e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 1 Nov 2021 15:44:31 +0000 -Subject: [PATCH 0554/1283] ARM: dts: Rename Zero 2 W DT files +Subject: [PATCH 0554/1282] ARM: dts: Rename Zero 2 W DT files Retain the old names for backwards compatibility for a while, while the necessary firmware change rolls out. @@ -232171,7 +232171,7 @@ index 42185a450666..daa12bd30d6b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 2 Nov 2021 11:13:42 +0000 -Subject: [PATCH 0555/1283] brcmfmac: Don't promote INFO logging to ERR +Subject: [PATCH 0555/1282] brcmfmac: Don't promote INFO logging to ERR An unwanted side effect of enabling the BRCMDBG config setting is redefining brcmf_info to be brcmf_err. This can be alarming to users @@ -232209,7 +232209,7 @@ index 9bb5f709d41a..ca49700cca50 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 21 Oct 2021 15:06:02 +0100 -Subject: [PATCH 0556/1283] dtoverlays: Update all image sensor overlays for +Subject: [PATCH 0556/1282] dtoverlays: Update all image sensor overlays for Media Controller option Add an option to enable configuration via the Media Controller API @@ -232572,7 +232572,7 @@ index a1f8af36d2e7..d679d9ba84b6 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 26 Oct 2021 16:38:44 +0100 -Subject: [PATCH 0557/1283] ARM: dt: Add DT nodes for the WLAN interfaces +Subject: [PATCH 0557/1282] ARM: dt: Add DT nodes for the WLAN interfaces Mirror upstream changes into the downstream dts files. @@ -232663,7 +232663,7 @@ index 6d0f0c9aae0f..2bd223a405a7 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Thu, 28 Oct 2021 15:03:16 +0100 -Subject: [PATCH 0558/1283] brcmfmac: Read alternative firmware names from DT +Subject: [PATCH 0558/1282] brcmfmac: Read alternative firmware names from DT Add the ability to load the names of alternative firmwares from the Device Tree node. This permits separate firmwares for 43436s and 43438 @@ -232869,7 +232869,7 @@ index 4d6ae811bbf3..3c72cd575f9a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Thu, 28 Oct 2021 15:09:25 +0100 -Subject: [PATCH 0559/1283] ARM: dts: Provide WLAN firmware names for Zero 2 W +Subject: [PATCH 0559/1282] ARM: dts: Provide WLAN firmware names for Zero 2 W BCM43430/2 may be BCM43430B0 or BCM43436P, and BCM43430/1 can be either BCM43430A1 or BCM43436S, the former being upstream names and the @@ -232915,7 +232915,7 @@ index 2bd223a405a7..1cd3d01a166d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 2 Nov 2021 16:01:36 +0000 -Subject: [PATCH 0560/1283] drm: Check whether the gamma lut has changed before +Subject: [PATCH 0560/1282] drm: Check whether the gamma lut has changed before updating drm_crtc_legacy_gamma_set updates the gamma_lut blob unconditionally, @@ -232954,7 +232954,7 @@ index bb14f488c8f6..f99b77d15dac 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 3 Nov 2021 11:53:13 +0000 -Subject: [PATCH 0561/1283] brcmfmac: Protect against reprobing +Subject: [PATCH 0561/1282] brcmfmac: Protect against reprobing It is important to reinitialise the firmware array pointers to protect against the case that the brcmfmac driver is reprobed without first @@ -232999,7 +232999,7 @@ index 3c72cd575f9a..7d12a9b6b52e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 20 Oct 2021 13:31:22 +0200 -Subject: [PATCH 0562/1283] drm/vc4: kms: Fix return code check +Subject: [PATCH 0562/1282] drm/vc4: kms: Fix return code check The HVS global state functions return an error pointer, but in most cases we check if it's NULL, possibly resulting in an invalid pointer @@ -233047,7 +233047,7 @@ index 94fc36b2a909..b7e17578b99e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 4 Nov 2021 14:04:37 +0100 -Subject: [PATCH 0563/1283] drm/vc4: kms: Move clock request to our HVS state +Subject: [PATCH 0563/1282] drm/vc4: kms: Move clock request to our HVS state Our current clock request has been stored so far on the main HVS structure, but even though we shouldn't have two commits in parallel and @@ -233114,7 +233114,7 @@ index b7e17578b99e..92fce4f48da2 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?= Date: Wed, 3 Nov 2021 12:21:14 +0100 -Subject: [PATCH 0564/1283] overlays: Add fbtft overlay +Subject: [PATCH 0564/1282] overlays: Add fbtft overlay MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @@ -233900,7 +233900,7 @@ index 000000000000..db45f8c53bcc From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 10 Nov 2021 09:48:50 +0000 -Subject: [PATCH 0565/1283] configs: Regenerate defconfigs +Subject: [PATCH 0565/1282] configs: Regenerate defconfigs Signed-off-by: Phil Elwell --- @@ -234018,7 +234018,7 @@ index b252255397fa..29d98dc91225 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 10 Nov 2021 09:52:22 +0000 -Subject: [PATCH 0566/1283] configs: Add NTFS3 support +Subject: [PATCH 0566/1282] configs: Add NTFS3 support ntfs3 provides improved support for NTFS filesystems without the performance hit of a userspace FUSE filesystem. @@ -234099,7 +234099,7 @@ index 29d98dc91225..38fff49a5951 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 10 Nov 2021 09:54:35 +0000 -Subject: [PATCH 0567/1283] configs: Add kernel SMB3 server support +Subject: [PATCH 0567/1282] configs: Add kernel SMB3 server support Enable the in-kernel (module) SMB3 server. @@ -234179,7 +234179,7 @@ index 38fff49a5951..82c996f54a8d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: arturo182 Date: Tue, 9 Nov 2021 16:21:56 +0100 -Subject: [PATCH 0568/1283] config: Set TCA8418 to module +Subject: [PATCH 0568/1282] config: Set TCA8418 to module This chip is a popular way to add a matrix keyboard using I2C. --- @@ -234257,7 +234257,7 @@ index 82c996f54a8d..4e7296ad96c2 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Thu, 11 Nov 2021 10:24:02 +0000 -Subject: [PATCH 0569/1283] overlays: Additional parameters for gpio-poweroff +Subject: [PATCH 0569/1282] overlays: Additional parameters for gpio-poweroff The gpio-poweroff driver supports active-delay-ms and inactive-delay-ms properties. Add parameters to set these parameters - active_delay_ms @@ -234315,7 +234315,7 @@ index 416aa2bc797a..8153f83f0427 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: VMsunghwan Date: Tue, 16 Nov 2021 03:24:36 +0900 -Subject: [PATCH 0570/1283] configs: Add TCA6416 driver module +Subject: [PATCH 0570/1282] configs: Add TCA6416 driver module Add a matrix keyboard on I2C @@ -234395,7 +234395,7 @@ index 4e7296ad96c2..5a8cc83a7386 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 8 Nov 2021 13:55:15 +0000 -Subject: [PATCH 0571/1283] drm: Fix double free from checking if gamma lut has +Subject: [PATCH 0571/1282] drm: Fix double free from checking if gamma lut has been updated The code falls through to "fail" under all conditions, so there is no @@ -234427,7 +234427,7 @@ index f99b77d15dac..da282e7454a8 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 8 Nov 2021 17:32:45 +0000 -Subject: [PATCH 0572/1283] drm/vc4: Enable gamma block only when required. +Subject: [PATCH 0572/1282] drm/vc4: Enable gamma block only when required. With HVS5 the gamma block is now only reprogrammed with a disable/enable. Loading the table from vc4_hvs_init_channel @@ -234499,7 +234499,7 @@ index 41385efc9bf1..9bdd3ab0dc48 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 8 Nov 2021 18:25:49 +0000 -Subject: [PATCH 0573/1283] drm/vc4: Only add gamma properties once. +Subject: [PATCH 0573/1282] drm/vc4: Only add gamma properties once. Two calls were made to drm_crtc_enable_color_mgmt to add gamma and CTM, however they were both set to add the gamma properties, @@ -234531,7 +234531,7 @@ index 38fd3b7d9b38..4af8ce915b09 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 10 Nov 2021 15:55:32 +0000 -Subject: [PATCH 0574/1283] dtoverlays: Remove i2c0mux and i20if status from +Subject: [PATCH 0574/1282] dtoverlays: Remove i2c0mux and i20if status from edt-ft5406.dtsi edt-ft5406.dtsi is included from vc4-kms-dsi-7inch which was @@ -234618,7 +234618,7 @@ index ecd3bef3d65a..5e1700d0367a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 10 Nov 2021 16:36:12 +0000 -Subject: [PATCH 0575/1283] drm/vc4: Validate the size of the gamma_lut +Subject: [PATCH 0575/1282] drm/vc4: Validate the size of the gamma_lut Add a check to vc4_hvs_gamma_check to ensure a new non-empty gamma LUT is of the correct length before accepting it. @@ -234656,7 +234656,7 @@ index 9bdd3ab0dc48..f89d27c6e93f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 16 Nov 2021 10:34:34 +0000 -Subject: [PATCH 0576/1283] drm/vc4: Don't try disabling SCDC on Pi0-3. +Subject: [PATCH 0576/1282] drm/vc4: Don't try disabling SCDC on Pi0-3. The code that set the scdc_enabled flag to ensure it was disabled at boot time also ran on Pi0-3 where there is no @@ -234694,7 +234694,7 @@ index 377657f9b579..d1ece75e6a92 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Sean McAvoy Date: Fri, 19 Nov 2021 02:36:24 -0500 -Subject: [PATCH 0577/1283] enable several virtual devices for hosting virtual +Subject: [PATCH 0577/1282] enable several virtual devices for hosting virtual machines --- @@ -234765,7 +234765,7 @@ index 5a8cc83a7386..05f1eba91510 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Ilya Trukhanov Date: Sat, 20 Nov 2021 16:26:36 +0200 -Subject: [PATCH 0578/1283] configs: add CONFIG_HID_PLAYSTATION=m and +Subject: [PATCH 0578/1282] configs: add CONFIG_HID_PLAYSTATION=m and CONFIG_PLAYSTATION_FF=y Enables support for the PlayStation 5 'DualSense' controller and its @@ -234861,7 +234861,7 @@ index 05f1eba91510..2a319d0550a2 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Thu, 4 Nov 2021 23:09:07 +0100 -Subject: [PATCH 0579/1283] configs: add LEDS_PWM=y +Subject: [PATCH 0579/1282] configs: add LEDS_PWM=y Enable support for PWM driven LEDs. @@ -234941,7 +234941,7 @@ index 2a319d0550a2..c4dff0b42461 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 22 Nov 2021 10:28:55 +0000 -Subject: [PATCH 0580/1283] configs: Add USB gadget support (for Zero 2 W) +Subject: [PATCH 0580/1282] configs: Add USB gadget support (for Zero 2 W) Bring the Pi 3 kernel in line with the Pi Zero and Pi 4 by enabling USB gadget support, which is useful on Zero 2 W. @@ -234989,7 +234989,7 @@ index 317b0018d6e2..e844c6d60011 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: David Plowman Date: Mon, 22 Nov 2021 13:10:39 +0000 -Subject: [PATCH 0581/1283] media: i2c: ov5647: Support HFLIP and VFLIP +Subject: [PATCH 0581/1282] media: i2c: ov5647: Support HFLIP and VFLIP Add these missing V4L2 controls. Tested binned and full resolution modes in all four orientations using Raspberry Pi running libcamera. @@ -235184,7 +235184,7 @@ index ac9074acdd9c..9275952afccc 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Tue, 16 Nov 2021 12:38:44 +0000 -Subject: [PATCH 0582/1283] drivers: bcm2835_isp: Allow multiple users for the +Subject: [PATCH 0582/1282] drivers: bcm2835_isp: Allow multiple users for the ISP driver. Add a second (identical) set of device nodes to allow concurrent use of the ISP @@ -235363,7 +235363,7 @@ index c62f2fb25e94..3b0bab17e03d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Thu, 25 Nov 2021 08:59:58 +0000 -Subject: [PATCH 0583/1283] drivers: bcm2835_isp: Fix div by 0 bug. +Subject: [PATCH 0583/1282] drivers: bcm2835_isp: Fix div by 0 bug. Fix a possible division by 0 bug when setting up the mmal port for the stats port. @@ -235392,7 +235392,7 @@ index f6d6c88d13ba..a545dbf2b5dd 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Wed, 17 Nov 2021 04:57:56 +0300 -Subject: [PATCH 0584/1283] Pass V4L2_CID_MPEG_VIDEO_H264_MIN_QP/MAX_QP to +Subject: [PATCH 0584/1282] Pass V4L2_CID_MPEG_VIDEO_H264_MIN_QP/MAX_QP to bcm2835-v4l2-codec Following raspberrypi/linux#4704. This is necessary to set up @@ -235465,7 +235465,7 @@ index 97c8afa0861e..d11148c3cb45 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 26 Nov 2021 15:20:06 +0000 -Subject: [PATCH 0585/1283] ARM: dts: Update rpi-400 and cm4 dts to match 4-b +Subject: [PATCH 0585/1282] ARM: dts: Update rpi-400 and cm4 dts to match 4-b The Pi 4B dts file has had numerous updates since the Pi 400 and CM4 dts files were written. Apply those updates to the other files to @@ -235804,7 +235804,7 @@ index 76dd97513a20..b688ac19c66c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 29 Nov 2021 12:14:49 +0000 -Subject: [PATCH 0586/1283] spi: spidev: Restore loading from Device Tree +Subject: [PATCH 0586/1282] spi: spidev: Restore loading from Device Tree As happens occasionally, an upstream change has once again prevented spidev from being loaded via Device Tree. We now need "spidev" to be @@ -235835,7 +235835,7 @@ index 08698cb3352c..0a96bee74658 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 25 Nov 2021 14:45:33 +0000 -Subject: [PATCH 0587/1283] drm/vc4: Add support for composite syncs to vc4_dpi +Subject: [PATCH 0587/1282] drm/vc4: Add support for composite syncs to vc4_dpi The hardware can combine H&V syncs onto the output enable line as composite syncs, so add the relevant configuration to do that. @@ -235896,7 +235896,7 @@ index cd895c6fbee4..1300c4ded059 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 19 Nov 2021 16:16:40 +0000 -Subject: [PATCH 0588/1283] drm/vc4: Ensure vc4_hdmi doesn't use 2711 HPD +Subject: [PATCH 0588/1282] drm/vc4: Ensure vc4_hdmi doesn't use 2711 HPD registers on Pi0-3 The existing logic was flawed in that it could try reading the @@ -235989,7 +235989,7 @@ index 275c4674d50f..ea5c3e2a2a27 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 26 Nov 2021 14:37:40 +0000 -Subject: [PATCH 0589/1283] input: edt-ft5x06: Handle unreliable TOUCH_UP +Subject: [PATCH 0589/1282] input: edt-ft5x06: Handle unreliable TOUCH_UP events The ft5x06 is unreliable in sending touch up events, so some @@ -236059,7 +236059,7 @@ index aabd1246b788..f03349617a5e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 26 Nov 2021 16:56:37 +0000 -Subject: [PATCH 0590/1283] dtoverlays: Use edt-ft5506 for 10 points, instead +Subject: [PATCH 0590/1282] dtoverlays: Use edt-ft5506 for 10 points, instead of edt-ft5x06 Whilst all the datasheets describe FT5x06 as supporting "up to @@ -236095,7 +236095,7 @@ index 6f9b4d02460b..2d0ff0e8b24e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 26 Nov 2021 16:46:22 +0000 -Subject: [PATCH 0591/1283] staging/bcm2835-codec: bytesperline for +Subject: [PATCH 0591/1282] staging/bcm2835-codec: bytesperline for YUV420/YVU420 needs to be 64 Matching https://github.com/raspberrypi/linux/pull/4419, the ISP @@ -236143,7 +236143,7 @@ index d11148c3cb45..90fb41e20be1 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: John Cox Date: Mon, 29 Nov 2021 16:39:35 +0000 -Subject: [PATCH 0592/1283] media: rpivid: remove min_buffers_needed from src +Subject: [PATCH 0592/1282] media: rpivid: remove min_buffers_needed from src queue Remove min_buffers_needed=1 from src queue init. Src buffers are bound @@ -236174,7 +236174,7 @@ index 1efaa99a55f6..93b3d86b41e3 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 29 Nov 2021 19:11:29 +0000 -Subject: [PATCH 0593/1283] staging/bcm2835-codec: Allow a different stride +Subject: [PATCH 0593/1282] staging/bcm2835-codec: Allow a different stride alignment per role Deinterlace and decode aren't affected in the same way as encode @@ -236770,7 +236770,7 @@ index 90fb41e20be1..fdbaa96c25a0 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Tue, 30 Nov 2021 10:39:41 +0000 -Subject: [PATCH 0594/1283] drivers: bcm2835_unicam: Add logging message when a +Subject: [PATCH 0594/1282] drivers: bcm2835_unicam: Add logging message when a frame is dropped. If a dummy buffer is still active on a frame start, it indicates that this frame @@ -236802,7 +236802,7 @@ index 80196cd1a54c..61b08f655058 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 29 Nov 2021 18:31:37 +0000 -Subject: [PATCH 0595/1283] regulator/rpi-panel-attiny: Don't read the LCD +Subject: [PATCH 0595/1282] regulator/rpi-panel-attiny: Don't read the LCD power status The I2C to the Atmel is very fussy, and locks up easily on @@ -236854,7 +236854,7 @@ index 8090b9a485b5..8b80c0de1022 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 25 Nov 2021 14:50:10 +0000 -Subject: [PATCH 0596/1283] regulator/rpi-panel-attiny: Use two transactions +Subject: [PATCH 0596/1282] regulator/rpi-panel-attiny: Use two transactions for I2C read The I2C to the Atmel is very fussy, and locks up easily on @@ -236928,7 +236928,7 @@ index 8b80c0de1022..e3decc419814 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 30 Nov 2021 17:28:50 +0000 -Subject: [PATCH 0597/1283] input: edt-ft5x06: Only look at the number of +Subject: [PATCH 0597/1282] input: edt-ft5x06: Only look at the number of points reported Register 0x02 in the FT5x06 is TD_STATUS containing the number @@ -236978,7 +236978,7 @@ index f03349617a5e..719a5ad821ff 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 25 Nov 2021 14:46:55 +0000 -Subject: [PATCH 0598/1283] drm/vc4: Move HDMI reset to pm_resume +Subject: [PATCH 0598/1282] drm/vc4: Move HDMI reset to pm_resume Pi0-3 have power domains attached to the pm_runtime hooks for the HDMI block. Initialisation done in the reset called @@ -237129,7 +237129,7 @@ index 24056441a4bb..72b769412482 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 2 Dec 2021 13:53:36 +0000 -Subject: [PATCH 0599/1283] clk: bcm: rpi: Add the BCM283x pixel clock. +Subject: [PATCH 0599/1282] clk: bcm: rpi: Add the BCM283x pixel clock. The clk-bcm2835 handling of the pixel clock does not function correctly when the HDMI power domain is disabled. @@ -237161,7 +237161,7 @@ index c52b7a9f4c6a..62971532eaaa 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 2 Dec 2021 14:11:09 +0000 -Subject: [PATCH 0600/1283] dt: bcm283x: Change BCM283x HDMI to use firmware +Subject: [PATCH 0600/1282] dt: bcm283x: Change BCM283x HDMI to use firmware clock driver The clk-bcm2835 handling of the pixel clock does not function @@ -237196,7 +237196,7 @@ index 15f3975f1ca1..7f46a6ec512c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Thu, 11 Nov 2021 13:33:25 +0000 -Subject: [PATCH 0601/1283] overlays: vc4-kms-v3d: Change composite handling +Subject: [PATCH 0601/1282] overlays: vc4-kms-v3d: Change composite handling On a Pi 4, enabling composite video disables the HDMI output. As a consequence, the composite output is disabled by default. Change the @@ -237264,7 +237264,7 @@ index 62e1d77a8182..351fc160e803 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 2 Dec 2021 18:10:55 +0000 -Subject: [PATCH 0602/1283] drm/panel-simple: Populate bpc when using panel-dpi +Subject: [PATCH 0602/1282] drm/panel-simple: Populate bpc when using panel-dpi panel-dpi doesn't know the bit depth, so in the same way that DPI is guessed for the connector type, guess that it'll be 8bpc. @@ -237294,7 +237294,7 @@ index 507b528eef7c..74192b2eaa02 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 2 Dec 2021 18:16:21 +0000 -Subject: [PATCH 0603/1283] drm/panel-simple: Allow the bus format to be read +Subject: [PATCH 0603/1282] drm/panel-simple: Allow the bus format to be read from DT for panel-dpi The "panel-dpi" compatible string configures panel from device tree, @@ -237328,7 +237328,7 @@ index 74192b2eaa02..6b7b4d65d715 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 2 Dec 2021 18:28:29 +0000 -Subject: [PATCH 0604/1283] drm/vc4: dpi: Ensure a default format is selected +Subject: [PATCH 0604/1282] drm/vc4: dpi: Ensure a default format is selected In a couple of error/incomplete configuration cases, the DPI_FORMAT bits wouldn't get set. @@ -237379,7 +237379,7 @@ index 1300c4ded059..3d31c7d91e1f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 2 Dec 2021 18:24:44 +0000 -Subject: [PATCH 0605/1283] dt: bcm270x: Add GPIO defines for RGB565 DPI output +Subject: [PATCH 0605/1282] dt: bcm270x: Add GPIO defines for RGB565 DPI output modes Adds the pinctrl defines for the RGB565 DPI output modes. @@ -237429,7 +237429,7 @@ index badcf341ecd2..49f9019dc125 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 2 Dec 2021 18:06:37 +0000 -Subject: [PATCH 0606/1283] dtoverlays: Add a generic DPI panel overlay for KMS +Subject: [PATCH 0606/1282] dtoverlays: Add a generic DPI panel overlay for KMS Uses the "panel-dpi" compatible to set panel timings from DT. @@ -237598,7 +237598,7 @@ index 000000000000..def175746f66 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jonathan Bell Date: Mon, 26 Oct 2020 14:03:35 +0000 -Subject: [PATCH 0607/1283] xhci: quirks: add link TRB quirk for VL805 +Subject: [PATCH 0607/1282] xhci: quirks: add link TRB quirk for VL805 The VL805 controller can't cope with the TR Dequeue Pointer for an endpoint being set to a Link TRB. The hardware-maintained endpoint context ends up @@ -237618,10 +237618,10 @@ Signed-off-by: Jonathan Bell 3 files changed, 11 insertions(+) diff --git a/drivers/usb/host/xhci-pci.c b/drivers/usb/host/xhci-pci.c -index 7308b388c92b..367abd241410 100644 +index 131a6dc2ecff..7b555da3b185 100644 --- a/drivers/usb/host/xhci-pci.c +++ b/drivers/usb/host/xhci-pci.c -@@ -296,6 +296,7 @@ static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci) +@@ -297,6 +297,7 @@ static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci) if (pdev->vendor == PCI_VENDOR_ID_VIA && pdev->device == 0x3483) { xhci->quirks |= XHCI_LPM_SUPPORT; xhci->quirks |= XHCI_EP_CTX_BROKEN_DCS; @@ -237630,10 +237630,10 @@ index 7308b388c92b..367abd241410 100644 if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA && diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c -index 5312a11f337e..c8339fbfda1e 100644 +index c89582a9d29f..a9c87448ea2f 100644 --- a/drivers/usb/host/xhci-ring.c +++ b/drivers/usb/host/xhci-ring.c -@@ -667,6 +667,15 @@ static int xhci_move_dequeue_past_td(struct xhci_hcd *xhci, +@@ -687,6 +687,15 @@ static int xhci_move_dequeue_past_td(struct xhci_hcd *xhci, } while (!cycle_found || !td_last_trb_found); deq_found: @@ -237650,7 +237650,7 @@ index 5312a11f337e..c8339fbfda1e 100644 /* Don't update the ring cycle state for the producer (us). */ addr = xhci_trb_virt_to_dma(new_seg, new_deq); diff --git a/drivers/usb/host/xhci.h b/drivers/usb/host/xhci.h -index d83c56a8fffc..afb082f90690 100644 +index 573863751d61..a7eb24de5f5e 100644 --- a/drivers/usb/host/xhci.h +++ b/drivers/usb/host/xhci.h @@ -1906,6 +1906,7 @@ struct xhci_hcd { @@ -237668,7 +237668,7 @@ index d83c56a8fffc..afb082f90690 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jonathan Bell Date: Fri, 3 Dec 2021 14:32:05 +0000 -Subject: [PATCH 0608/1283] xhci: correct room_on_ring() for cases where there +Subject: [PATCH 0608/1282] xhci: correct room_on_ring() for cases where there is a single segment Don't calculate space based on the number of TRBs in the current segment, @@ -237680,10 +237680,10 @@ Signed-off-by: Jonathan Bell 1 file changed, 6 insertions(+) diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c -index c8339fbfda1e..ed84dc0df637 100644 +index a9c87448ea2f..d48831b6c20c 100644 --- a/drivers/usb/host/xhci-ring.c +++ b/drivers/usb/host/xhci-ring.c -@@ -289,6 +289,12 @@ static inline int room_on_ring(struct xhci_hcd *xhci, struct xhci_ring *ring, +@@ -309,6 +309,12 @@ static inline int room_on_ring(struct xhci_hcd *xhci, struct xhci_ring *ring, return 0; if (ring->type != TYPE_COMMAND && ring->type != TYPE_EVENT) { @@ -237703,7 +237703,7 @@ index c8339fbfda1e..ed84dc0df637 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Wed, 8 Dec 2021 13:22:48 +0100 -Subject: [PATCH 0609/1283] media: imx219: Advertise embedded data node on +Subject: [PATCH 0609/1282] media: imx219: Advertise embedded data node on media pad 1 This commit updates the imx219 driver to adverise support for embedded @@ -238125,7 +238125,7 @@ index 47ab7592f4a5..c21f620851cf 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: popcornmix Date: Wed, 8 Dec 2021 15:57:15 +0000 -Subject: [PATCH 0610/1283] vc4/drm: Ignore vc4_hdmi->output_enabled for +Subject: [PATCH 0610/1282] vc4/drm: Ignore vc4_hdmi->output_enabled for allowing audio (#4759) Otherwise we reject audio playback when switching hdmi modes @@ -238232,7 +238232,7 @@ index ea5c3e2a2a27..be3f93a86e62 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: peterharperuk <77111776+peterharperuk@users.noreply.github.com> Date: Mon, 13 Dec 2021 14:00:35 +0000 -Subject: [PATCH 0611/1283] ARM: dts: Create bcm2711-rpi-cm4s.dts (#4761) +Subject: [PATCH 0611/1282] ARM: dts: Create bcm2711-rpi-cm4s.dts (#4761) Signed-off-by: Peter Harper --- @@ -238666,7 +238666,7 @@ index 000000000000..226e71198f6a From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jonathan Bell Date: Mon, 13 Dec 2021 15:05:56 +0000 -Subject: [PATCH 0612/1283] xhci: refactor out TRBS_PER_SEGMENT define in +Subject: [PATCH 0612/1282] xhci: refactor out TRBS_PER_SEGMENT define in runtime code In anticipation of adjusting the number of utilised TRBs in a ring @@ -238822,7 +238822,7 @@ index 228d7a200a02..61e189b725ef 100644 seg = seg->next; } diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c -index ed84dc0df637..ec4925835a82 100644 +index d48831b6c20c..17514363b132 100644 --- a/drivers/usb/host/xhci-ring.c +++ b/drivers/usb/host/xhci-ring.c @@ -90,15 +90,16 @@ static bool trb_is_link(union xhci_trb *trb) @@ -238874,7 +238874,7 @@ index ed84dc0df637..ec4925835a82 100644 xhci_err(xhci, "Tried to move enqueue past ring segment\n"); return; } -@@ -3162,7 +3165,7 @@ irqreturn_t xhci_irq(struct usb_hcd *hcd) +@@ -3189,7 +3192,7 @@ irqreturn_t xhci_irq(struct usb_hcd *hcd) * that clears the EHB. */ while (xhci_handle_event(xhci) > 0) { @@ -238883,7 +238883,7 @@ index ed84dc0df637..ec4925835a82 100644 continue; xhci_update_erst_dequeue(xhci, event_ring_deq); event_ring_deq = xhci->event_ring->dequeue; -@@ -3304,7 +3307,8 @@ static int prepare_ring(struct xhci_hcd *xhci, struct xhci_ring *ep_ring, +@@ -3331,7 +3334,8 @@ static int prepare_ring(struct xhci_hcd *xhci, struct xhci_ring *ep_ring, } } @@ -238894,10 +238894,10 @@ index ed84dc0df637..ec4925835a82 100644 return -EINVAL; } diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c -index 92d3b8af429f..62e280454dd2 100644 +index ca8bc4b79699..6641a9e68018 100644 --- a/drivers/usb/host/xhci.c +++ b/drivers/usb/host/xhci.c -@@ -876,8 +876,8 @@ static void xhci_clear_command_ring(struct xhci_hcd *xhci) +@@ -880,8 +880,8 @@ static void xhci_clear_command_ring(struct xhci_hcd *xhci) seg = ring->deq_seg; do { memset(seg->trbs, 0, @@ -238908,7 +238908,7 @@ index 92d3b8af429f..62e280454dd2 100644 cpu_to_le32(~TRB_CYCLE); seg = seg->next; } while (seg != ring->deq_seg); -@@ -888,7 +888,7 @@ static void xhci_clear_command_ring(struct xhci_hcd *xhci) +@@ -892,7 +892,7 @@ static void xhci_clear_command_ring(struct xhci_hcd *xhci) ring->enq_seg = ring->deq_seg; ring->enqueue = ring->dequeue; @@ -238918,7 +238918,7 @@ index 92d3b8af429f..62e280454dd2 100644 * Ring is now zeroed, so the HW should look for change of ownership * when the cycle bit is set to 1. diff --git a/drivers/usb/host/xhci.h b/drivers/usb/host/xhci.h -index afb082f90690..4d5ba0e139c0 100644 +index a7eb24de5f5e..3e247ff6cd46 100644 --- a/drivers/usb/host/xhci.h +++ b/drivers/usb/host/xhci.h @@ -1635,6 +1635,7 @@ struct xhci_ring { @@ -238936,7 +238936,7 @@ index afb082f90690..4d5ba0e139c0 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jonathan Bell Date: Mon, 13 Dec 2021 16:04:03 +0000 -Subject: [PATCH 0613/1283] usb: xhci: add VLI_TRB_CACHE_BUG quirk +Subject: [PATCH 0613/1282] usb: xhci: add VLI_TRB_CACHE_BUG quirk The VL805 fetches up to 4 transfer TRBs at a time. TRB reads don't cross a 64B boundary, and if a TRB is fetched and is not on a 64B boundary, @@ -238989,10 +238989,10 @@ index 61e189b725ef..bcc04cbcdfc2 100644 &ring->last_seg, num_segs, ring->trbs_per_seg, cycle_state, type, max_packet, flags); diff --git a/drivers/usb/host/xhci-pci.c b/drivers/usb/host/xhci-pci.c -index 367abd241410..4487dbcb37bb 100644 +index 7b555da3b185..201d5c029b0b 100644 --- a/drivers/usb/host/xhci-pci.c +++ b/drivers/usb/host/xhci-pci.c -@@ -297,6 +297,7 @@ static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci) +@@ -298,6 +298,7 @@ static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci) xhci->quirks |= XHCI_LPM_SUPPORT; xhci->quirks |= XHCI_EP_CTX_BROKEN_DCS; xhci->quirks |= XHCI_AVOID_DQ_ON_LINK; @@ -239001,7 +239001,7 @@ index 367abd241410..4487dbcb37bb 100644 if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA && diff --git a/drivers/usb/host/xhci.h b/drivers/usb/host/xhci.h -index 4d5ba0e139c0..38c7ca66ba21 100644 +index 3e247ff6cd46..76d560e1fe6c 100644 --- a/drivers/usb/host/xhci.h +++ b/drivers/usb/host/xhci.h @@ -1908,6 +1908,7 @@ struct xhci_hcd { @@ -239019,7 +239019,7 @@ index 4d5ba0e139c0..38c7ca66ba21 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 14 Dec 2021 21:53:18 +0000 -Subject: [PATCH 0614/1283] drm/vc4: Fix build without DRM_VC4_HDMI_CEC +Subject: [PATCH 0614/1282] drm/vc4: Fix build without DRM_VC4_HDMI_CEC As reported by @asavah. @@ -239050,7 +239050,7 @@ index bbfbec841e73..8bdc7a043fa3 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Sat, 20 Nov 2021 10:48:36 +0000 -Subject: [PATCH 0615/1283] dt: Create static regulators and clocks for camera +Subject: [PATCH 0615/1282] dt: Create static regulators and clocks for camera nodes Unloading regulators through dynamic device tree doesn't work @@ -239470,7 +239470,7 @@ index 55237d03ed94..000000000000 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Sat, 20 Nov 2021 14:43:29 +0000 -Subject: [PATCH 0616/1283] dtoverlays: Convert the camera sensor overlays to +Subject: [PATCH 0616/1282] dtoverlays: Convert the camera sensor overlays to use the new regs and clks. Now that we have regulators and clocks defined in the base DT for @@ -239962,7 +239962,7 @@ index b2b9a47c6d27..35d9f79980fe 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 22 Nov 2021 12:31:35 +0000 -Subject: [PATCH 0617/1283] media: i2c: ov5647: Add support for regulator +Subject: [PATCH 0617/1282] media: i2c: ov5647: Add support for regulator control. The driver supported using GPIOs to control the shutdown line, @@ -240079,7 +240079,7 @@ index 9275952afccc..491246786f7c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 22 Nov 2021 12:30:18 +0000 -Subject: [PATCH 0618/1283] dtoverlays: Convert ov5647 to use the regulator +Subject: [PATCH 0618/1282] dtoverlays: Convert ov5647 to use the regulator framework Fixing up shutdown GPIOs via overrides is ugly, and doesn't work @@ -240133,7 +240133,7 @@ index a7b4085d4e57..018d424a0f71 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 14 Dec 2021 17:18:49 +0000 -Subject: [PATCH 0619/1283] media: i2c: ov7251: Make the enable GPIO optional. +Subject: [PATCH 0619/1282] media: i2c: ov7251: Make the enable GPIO optional. Not all implementations wire up the enable GPIO and may just tie it to a supply rail. @@ -240165,7 +240165,7 @@ index 083a62b267f2..2bcc3b70918f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 14 Dec 2021 14:54:15 +0000 -Subject: [PATCH 0620/1283] ARM: dts: bcm2711-cm4s Correct i2c0mux to use 0/1 +Subject: [PATCH 0620/1282] ARM: dts: bcm2711-cm4s Correct i2c0mux to use 0/1 and 28/29 & 2 regulators CM4S follows CM1/3, so based on the documentation cameras/displays @@ -240220,7 +240220,7 @@ index 226e71198f6a..f279edfeaf6f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 22 Nov 2021 12:44:29 +0000 -Subject: [PATCH 0621/1283] dtoverlays: Add option to select camera as on CAM0 +Subject: [PATCH 0621/1282] dtoverlays: Add option to select camera as on CAM0 of CM Parameterise the overlays so that they can have an optional @@ -241196,7 +241196,7 @@ index d679d9ba84b6..c85782688e39 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Joerg Schambacher Date: Wed, 15 Dec 2021 19:27:00 +0100 -Subject: [PATCH 0622/1283] ASoC:ma120x0p: Increase maximum sample rate to +Subject: [PATCH 0622/1282] ASoC:ma120x0p: Increase maximum sample rate to 192KHz Change the maximum sample rate for the amplifier to @@ -241227,7 +241227,7 @@ index e1591b6aff43..c447d37450b7 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Thu, 16 Dec 2021 16:25:00 +0000 -Subject: [PATCH 0623/1283] staging/bcm2835-isp: Fix cleanup after init fail +Subject: [PATCH 0623/1282] staging/bcm2835-isp: Fix cleanup after init fail bcm2835_isp_remove is called on an initialisation failure, but at that point the drvdata hasn't been set. This causes a crash when e.g. using @@ -241271,7 +241271,7 @@ index 3b0bab17e03d..9aea0b998bd6 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 18 Nov 2021 14:04:00 +0100 -Subject: [PATCH 0624/1283] drm/vc4: kms: Take old state core clock rate into +Subject: [PATCH 0624/1282] drm/vc4: kms: Take old state core clock rate into account During a commit, the core clock, which feeds the HVS, needs to run at @@ -241315,7 +241315,7 @@ index 92fce4f48da2..a4b736204b18 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 29 Nov 2021 12:18:39 +0100 -Subject: [PATCH 0625/1283] drm/vc4: hvs: Store channel in variable +Subject: [PATCH 0625/1282] drm/vc4: hvs: Store channel in variable The assigned_channel field of our vc4_crtc_state structure is accessed multiple times in vc4_hvs_atomic_flush, so let's move it to a variable @@ -241374,7 +241374,7 @@ index f89d27c6e93f..8bc5f16fef72 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 6 Dec 2021 16:17:56 +0100 -Subject: [PATCH 0626/1283] drm/vc4: hvs: Remove dlist setup duplication +Subject: [PATCH 0626/1282] drm/vc4: hvs: Remove dlist setup duplication Setting the DISPLISTx register needs to occur in every case, and we don't need to protect the register using the event_lock, so we can just @@ -241415,7 +241415,7 @@ index 8bc5f16fef72..653ec51f17c6 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 6 Dec 2021 16:31:33 +0100 -Subject: [PATCH 0627/1283] drm/vc4: hvs: Move the dlist setup to its own +Subject: [PATCH 0627/1282] drm/vc4: hvs: Move the dlist setup to its own function The vc4_hvs_update_dlist function mostly deals with setting up the @@ -241492,7 +241492,7 @@ index 653ec51f17c6..7aa273de1a1b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 6 Dec 2021 16:32:10 +0100 -Subject: [PATCH 0628/1283] drm/vc4: hvs: Ignore atomic_flush if we're disabled +Subject: [PATCH 0628/1282] drm/vc4: hvs: Ignore atomic_flush if we're disabled atomic_flush will be called for each CRTC even if they aren't enabled. @@ -241525,7 +241525,7 @@ index 7aa273de1a1b..66c85a5807f1 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Fri, 10 Dec 2021 18:03:18 +0000 -Subject: [PATCH 0629/1283] drm/vc4: Skip writes to disabled packet RAM +Subject: [PATCH 0629/1282] drm/vc4: Skip writes to disabled packet RAM This path actually occurs when audio is started during a hdmi mode set. As the data will be written by vc4_hdmi_set_infoframes when packet RAM @@ -241591,7 +241591,7 @@ index be3f93a86e62..ea5c3e2a2a27 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 14 Apr 2021 16:21:08 +0200 -Subject: [PATCH 0630/1283] drm/edid: Rename drm_hdmi_avi_infoframe_colorspace +Subject: [PATCH 0630/1282] drm/edid: Rename drm_hdmi_avi_infoframe_colorspace to _colorimetry The drm_hdmi_avi_infoframe_colorspace() function actually sets the @@ -241705,7 +241705,7 @@ index c24559f5329d..1be502b8fc44 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Tue, 12 Jan 2021 15:55:07 +0100 -Subject: [PATCH 0631/1283] drm/vc4: hdmi: Add full range RGB helper +Subject: [PATCH 0631/1282] drm/vc4: hdmi: Add full range RGB helper We're going to need to tell whether we want to run with a full or limited range RGB output in multiple places in the code, so let's create @@ -241754,7 +241754,7 @@ index 955bd60d5cc8..d5a84ef370bf 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Tue, 12 Jan 2021 15:57:50 +0100 -Subject: [PATCH 0632/1283] drm/vc4: hdmi: Use full range helper in csc +Subject: [PATCH 0632/1282] drm/vc4: hdmi: Use full range helper in csc functions The CSC callbacks takes a boolean as an argument to tell whether we're @@ -241889,7 +241889,7 @@ index ea5c3e2a2a27..7468754fc2a7 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 13 Jan 2021 11:07:48 +0100 -Subject: [PATCH 0633/1283] drm/vc4: hdmi: Move XBAR setup to csc_setup +Subject: [PATCH 0633/1282] drm/vc4: hdmi: Move XBAR setup to csc_setup On the BCM2711, the HDMI_VEC_INTERFACE_XBAR register configuration depends on whether we're using an RGB or YUV output. Let's move that @@ -241929,7 +241929,7 @@ index a652eba6eab9..24b8bc06fa79 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 13 Jan 2021 11:20:08 +0100 -Subject: [PATCH 0634/1283] drm/vc4: hdmi: Replace CSC_CTL hardcoded value by +Subject: [PATCH 0634/1282] drm/vc4: hdmi: Replace CSC_CTL hardcoded value by defines On BCM2711, the HDMI_CSC_CTL register value has been hardcoded to an @@ -241979,7 +241979,7 @@ index 30056abb9cf5..81f4e7e0c2a6 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 13 Jan 2021 11:30:21 +0100 -Subject: [PATCH 0635/1283] drm/vc4: hdmi: Define colorspace matrices +Subject: [PATCH 0635/1282] drm/vc4: hdmi: Define colorspace matrices The current CSC setup code for the BCM2711 uses a sequence of register writes to configure the CSC depending on whether we output using a full @@ -242100,7 +242100,7 @@ index a359b36d5147..b617b7cfadbd 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 18 Jan 2021 09:51:12 +0100 -Subject: [PATCH 0636/1283] drm/vc4: hdmi: Change CSC callback prototype +Subject: [PATCH 0636/1282] drm/vc4: hdmi: Change CSC callback prototype In order to support the YUV output, we'll need the atomic state to know what is the state of the associated property in the CSC setup callback. @@ -242171,7 +242171,7 @@ index 7468754fc2a7..e297dfdd9932 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 2 Dec 2021 16:58:17 +0100 -Subject: [PATCH 0637/1283] drm/vc4: hdmi: Move clock validation to its own +Subject: [PATCH 0637/1282] drm/vc4: hdmi: Move clock validation to its own function Our code is doing the same clock rate validation in multiple instances. @@ -242240,7 +242240,7 @@ index 0af67b899c35..4672e7e2e08a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 2 Dec 2021 17:04:18 +0100 -Subject: [PATCH 0638/1283] drm/vc4: hdmi: Move clock calculation into its own +Subject: [PATCH 0638/1282] drm/vc4: hdmi: Move clock calculation into its own function The code to compute our clock rate for a given setup will be called in @@ -242333,7 +242333,7 @@ index 4672e7e2e08a..eefc772d7834 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 13 Dec 2021 15:33:11 +0100 -Subject: [PATCH 0639/1283] drm/vc4: hdmi: Take the sink maximum TMDS clock +Subject: [PATCH 0639/1282] drm/vc4: hdmi: Take the sink maximum TMDS clock into account In the function that validates that the clock isn't too high, we've only @@ -242379,7 +242379,7 @@ index eefc772d7834..fcd63f936e5c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 10 Dec 2021 15:00:04 +0100 -Subject: [PATCH 0640/1283] drm/vc4: hdmi: Take bpp into account for the +Subject: [PATCH 0640/1282] drm/vc4: hdmi: Take bpp into account for the scrambler The current code only base its decision for whether the scrambler must be @@ -242468,7 +242468,7 @@ index e297dfdd9932..6041571ab41f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 10 Dec 2021 15:29:56 +0100 -Subject: [PATCH 0641/1283] drm/vc4: hdmi: Always try to have the highest bpc +Subject: [PATCH 0641/1282] drm/vc4: hdmi: Always try to have the highest bpc Currently we take the max_bpc property as the bpc value and do not try anything else. @@ -242607,7 +242607,7 @@ index 6041571ab41f..36d2a60cc565 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 4 Dec 2020 17:12:06 +0100 -Subject: [PATCH 0642/1283] drm/vc4: hdmi: Support HDMI YUV output +Subject: [PATCH 0642/1282] drm/vc4: hdmi: Support HDMI YUV output In addition to the RGB444 output, the BCM2711 HDMI controller supports the YUV444 and YUV422 output formats. @@ -243198,7 +243198,7 @@ index 81f4e7e0c2a6..3b7b1fef77ec 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: David Plowman Date: Mon, 16 Aug 2021 13:39:08 +0200 -Subject: [PATCH 0643/1283] media: v4l2-ctrls: Add V4L2_CID_NOTIFY_GAINS +Subject: [PATCH 0643/1282] media: v4l2-ctrls: Add V4L2_CID_NOTIFY_GAINS control commit a9c80593ff80ddb7c6496624e5384e1ea3460a72 upstream. @@ -243258,7 +243258,7 @@ index cda42967cdb3..781f06077c94 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: David Plowman Date: Mon, 16 Aug 2021 13:39:09 +0200 -Subject: [PATCH 0644/1283] media: v4l2-ctrls: Document V4L2_CID_NOTIFY_GAINS +Subject: [PATCH 0644/1282] media: v4l2-ctrls: Document V4L2_CID_NOTIFY_GAINS control commit 311a839a1ad255ebcb7291fb4e0d2ec2f32312a7 upstream. @@ -243312,7 +243312,7 @@ index de43f5c8486d..71f23f131f97 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Penk Chen Date: Mon, 20 Dec 2021 03:44:56 +0900 -Subject: [PATCH 0645/1283] Extending ili9881c driver support for nwe080 panel +Subject: [PATCH 0645/1282] Extending ili9881c driver support for nwe080 panel Signed-off-by: Penk Chen --- @@ -243636,7 +243636,7 @@ index 534dd7414d42..6e03d9b0be60 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Penk Chen Date: Mon, 20 Dec 2021 03:45:46 +0900 -Subject: [PATCH 0646/1283] Enable ili9881 panel and pwm backlight driver by +Subject: [PATCH 0646/1282] Enable ili9881 panel and pwm backlight driver by default Signed-off-by: Penk Chen @@ -243692,7 +243692,7 @@ index 0fffa3b4f72b..62c8654fb68b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Penk Chen Date: Mon, 20 Dec 2021 03:46:26 +0900 -Subject: [PATCH 0647/1283] Add panel overlay for CutiePi +Subject: [PATCH 0647/1282] Add panel overlay for CutiePi Signed-off-by: Penk Chen --- @@ -243877,7 +243877,7 @@ index bc6e3bce22c7..9fd31bcd5569 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Van=C4=9Bk?= Date: Tue, 28 Dec 2021 15:43:10 +0100 -Subject: [PATCH 0648/1283] dtoverlays: Enable cam1_clock when using tc358743 +Subject: [PATCH 0648/1282] dtoverlays: Enable cam1_clock when using tc358743 or irs1125 This fixes a regression introduced in 131f1322039284932ccb601a5cffdd9ca5d36d96 @@ -243927,7 +243927,7 @@ index c85782688e39..c3eebfd1f6ee 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 4 Jan 2022 13:56:42 +0000 -Subject: [PATCH 0649/1283] uapi/v4l2-controls: Reset +Subject: [PATCH 0649/1282] uapi/v4l2-controls: Reset V4L2_CID_USER_BCM2835_ISP_BASE to same as 5.10 https://github.com/raspberrypi/linux/issues/4440 @@ -243966,7 +243966,7 @@ index 781f06077c94..df3a8448375f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Thu, 30 Dec 2021 14:28:37 +0100 -Subject: [PATCH 0650/1283] drm/vc4: hdmi: Fix HDMI monitor detection in polled +Subject: [PATCH 0650/1282] drm/vc4: hdmi: Fix HDMI monitor detection in polled mode When vc4_hdmi_connector_detect() was called in @@ -244018,7 +244018,7 @@ index 56f611d3ba4f..dd09a81c6cbd 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Thu, 30 Dec 2021 15:12:19 +0100 -Subject: [PATCH 0651/1283] drm/vc4: hdmi: Fix no video output on DVI monitors +Subject: [PATCH 0651/1282] drm/vc4: hdmi: Fix no video output on DVI monitors The drm edid parser doesn't signal RGB support on DVI monitors with old edid versions, leading to 8-bit RGB mode being rejected @@ -244053,7 +244053,7 @@ index dd09a81c6cbd..f0b741e93ec6 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Andriy Gelman Date: Sun, 2 Jan 2022 12:22:52 -0500 -Subject: [PATCH 0652/1283] staging/bcm2835-codec: Fix typo +Subject: [PATCH 0652/1282] staging/bcm2835-codec: Fix typo Signed-off-by: Andriy Gelman --- @@ -244080,7 +244080,7 @@ index fdbaa96c25a0..472d97d1d228 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 4 Jan 2022 14:46:01 +0000 -Subject: [PATCH 0653/1283] media: i2c: ov9281: Increase diff between VTS and +Subject: [PATCH 0653/1282] media: i2c: ov9281: Increase diff between VTS and max exposure The driver did allow the exposure to go up to VTS - 4 lines, @@ -244146,7 +244146,7 @@ index f0d5551b23c1..7d939128899b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Andreas Blaesius Date: Wed, 5 Jan 2022 20:38:39 +0100 -Subject: [PATCH 0654/1283] Use GitHubs issue form for bug reports +Subject: [PATCH 0654/1282] Use GitHubs issue form for bug reports Use GitHubs issue form for bug reports. @@ -244322,7 +244322,7 @@ index 000000000000..338282d8eb46 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Padmanabha Srinivasaiah Date: Thu, 30 Dec 2021 21:45:10 +0100 -Subject: [PATCH 0655/1283] bcm2835-v4l2-isp: Add missing lock initialization +Subject: [PATCH 0655/1282] bcm2835-v4l2-isp: Add missing lock initialization ISP device allocation is dynamic hence the locks too. struct mutex queue_lock is not initialized which result in bug. @@ -244379,7 +244379,7 @@ index 9aea0b998bd6..57e0ecc193f3 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jeff LaBundy Date: Tue, 29 Jan 2019 19:35:45 -0600 -Subject: [PATCH 0656/1283] configs: Enable Azoteq IQS550/572/525 +Subject: [PATCH 0656/1282] configs: Enable Azoteq IQS550/572/525 This patch enables the Azoteq IQS550/572/525 trackpad/touchscreen controller as a module. @@ -244460,7 +244460,7 @@ index c4dff0b42461..c7d9a50ec713 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jeff LaBundy Date: Mon, 28 Jan 2019 23:11:47 -0600 -Subject: [PATCH 0657/1283] overlays: Add overlay for Azoteq IQS550 +Subject: [PATCH 0657/1282] overlays: Add overlay for Azoteq IQS550 This patch adds a device tree overlay for the Azoteq IQS550 trackpad/touchscreen controller. @@ -244568,7 +244568,7 @@ index 000000000000..bb5a4d921962 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 7 Jan 2022 11:12:08 +0000 -Subject: [PATCH 0658/1283] dtoverlays: Add backlight-gpio parameter to +Subject: [PATCH 0658/1282] dtoverlays: Add backlight-gpio parameter to vc4-kms-dpi-generic To allow for the cases where a simple panel does have a GPIO @@ -244636,7 +244636,7 @@ index def175746f66..7846d56c1d1a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: marcone <48169102+marcone@users.noreply.github.com> Date: Mon, 10 Jan 2022 11:37:39 -0800 -Subject: [PATCH 0659/1283] configs: add CONFIG_LEDS_TRIGGER_PATTERN=m +Subject: [PATCH 0659/1282] configs: add CONFIG_LEDS_TRIGGER_PATTERN=m Enable the pattern led trigger. @@ -244716,7 +244716,7 @@ index c7d9a50ec713..c741bcbb0c4a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Sat, 8 Jan 2022 13:24:10 +0000 -Subject: [PATCH 0660/1283] drm/vc4: Add alpha_blend_mode property to each +Subject: [PATCH 0660/1282] drm/vc4: Add alpha_blend_mode property to each plane. Move from only supporting the default of pre-multiplied @@ -244831,7 +244831,7 @@ index 9ea713f39ac6..783d29e079e6 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 11 Jan 2022 10:48:30 +0000 -Subject: [PATCH 0661/1283] arm: Fix custom rpi __memset32 and __memset64 +Subject: [PATCH 0661/1282] arm: Fix custom rpi __memset32 and __memset64 See: https://github.com/raspberrypi/linux/issues/4798 @@ -244894,7 +244894,7 @@ index bda4c5b99367..087d68ea5d18 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 12 Jan 2022 12:48:53 +0000 -Subject: [PATCH 0662/1283] overlays: Add vl805 overlay +Subject: [PATCH 0662/1282] overlays: Add vl805 overlay With the automatic VL805 support being removed from the standard CM4 dtb (since most CM4 carriers don't have a VL805), retain support @@ -244977,7 +244977,7 @@ index 000000000000..81adf34b29f2 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 12 Jan 2022 17:27:03 +0000 -Subject: [PATCH 0663/1283] arm: Fix annoying .eh_frame section warnings +Subject: [PATCH 0663/1282] arm: Fix annoying .eh_frame section warnings Replace the cfi directives with the UNWIND equivalents. This prevents the .eh_frame section from being created, eliminating the warnings. @@ -245110,7 +245110,7 @@ index 8b0760c0904c..5715dfd95859 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 13 Jan 2022 11:30:42 +0000 -Subject: [PATCH 0664/1283] drm/vc4: Disable Gamma control on HVS5 due to +Subject: [PATCH 0664/1282] drm/vc4: Disable Gamma control on HVS5 due to issues writing the table Still under investigation, but the conditions under which the HVS @@ -245152,7 +245152,7 @@ index 4af8ce915b09..160cefd0585e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Thu, 13 Jan 2022 15:47:23 +0000 -Subject: [PATCH 0665/1283] drm/vc4: hdmi: Fix clock value used for validating +Subject: [PATCH 0665/1282] drm/vc4: hdmi: Fix clock value used for validating hdmi modes We are using mode->crt_clock here which is filled by drm_mode_set_crtcinfo() @@ -245187,7 +245187,7 @@ index f0b741e93ec6..05e5518e71ef 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 12 Jan 2022 14:39:46 +0000 -Subject: [PATCH 0666/1283] ARM: dts: Remove VL805 USB node from CM4 dts +Subject: [PATCH 0666/1282] ARM: dts: Remove VL805 USB node from CM4 dts Neither the CM4 module nor the CM4IO board have a VL805 USB3 controller. The existing "usb@0,0" node is a hangover from the @@ -245225,7 +245225,7 @@ index 062e888a3ecd..6e99da17e3c5 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 19 Jan 2022 17:22:57 +0000 -Subject: [PATCH 0667/1283] mfd: simple-mfd-i2c: Add configuration for RPi POE +Subject: [PATCH 0667/1282] mfd: simple-mfd-i2c: Add configuration for RPi POE HAT The Raspbery Pi PoE+ HAT exposes a fan controller and power @@ -245296,7 +245296,7 @@ index 51536691ad9d..16eb2a3d0d29 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 19 Jan 2022 17:26:22 +0000 -Subject: [PATCH 0668/1283] pwm: raspberrypi-poe: Add option of being created +Subject: [PATCH 0668/1282] pwm: raspberrypi-poe: Add option of being created by MFD or FW The firmware can only use I2C0 if the kernel isn't, therefore @@ -245473,7 +245473,7 @@ index c877de37734d..1d9ab15a01a5 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 20 Jan 2022 15:48:03 +0000 -Subject: [PATCH 0669/1283] power: rpi-poe: Drop CURRENT_AVG as it is not +Subject: [PATCH 0669/1282] power: rpi-poe: Drop CURRENT_AVG as it is not hardware averaged As documented the _AVG parameters are meant to be hardware @@ -245522,7 +245522,7 @@ index 0c96b2c1e8ab..7cf1014aa524 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 20 Jan 2022 15:50:27 +0000 -Subject: [PATCH 0670/1283] power: rpi-poe: Add option of being created by MFD +Subject: [PATCH 0670/1282] power: rpi-poe: Add option of being created by MFD or FW The firmware can only use I2C0 if the kernel isn't, therefore @@ -245762,7 +245762,7 @@ index 7cf1014aa524..e96f98c39f0e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 19 Jan 2022 17:33:14 +0000 -Subject: [PATCH 0671/1283] defconfigs: Add MFD_RASPBERRYPI_POE_HAT to Pi +Subject: [PATCH 0671/1282] defconfigs: Add MFD_RASPBERRYPI_POE_HAT to Pi defconfigs. Required for PoE HAT when driven from Linux over I2C. @@ -245843,7 +245843,7 @@ index c741bcbb0c4a..19cba51847c7 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 19 Jan 2022 17:29:13 +0000 -Subject: [PATCH 0672/1283] dtoverlays: Add option for PoE HAT to use Linux I2C +Subject: [PATCH 0672/1282] dtoverlays: Add option for PoE HAT to use Linux I2C instead of FW. Adds parameter "i2c" to use the PoE HAT I2C MFD driver to instantiate @@ -246011,7 +246011,7 @@ index 011f92ad33f3..b78868945e72 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Tue, 18 Jan 2022 13:13:14 +0000 -Subject: [PATCH 0673/1283] drivers: bcm2835_unicam: Disable trigger mode +Subject: [PATCH 0673/1282] drivers: bcm2835_unicam: Disable trigger mode operation On a Pi3 B/B+ platform the imx219 sensor frequently generates a single corrupt @@ -246074,7 +246074,7 @@ index 61b08f655058..1a7524282046 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 21 Jan 2022 08:49:13 +0000 -Subject: [PATCH 0674/1283] arm: Remove spurious .fnend directive +Subject: [PATCH 0674/1282] arm: Remove spurious .fnend directive ...a.k.a. Fix annoying build error @@ -246107,7 +246107,7 @@ index 883023aaa6c2..65a6e065a7f2 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 21 Jan 2022 14:11:57 +0000 -Subject: [PATCH 0675/1283] defconfig: Add BACKLIGHT_PWM to bcm2709 and bcmrpi +Subject: [PATCH 0675/1282] defconfig: Add BACKLIGHT_PWM to bcm2709 and bcmrpi defconfigs BACKLIGHT_PWM can be used with DPI displays, so add it to the @@ -246163,7 +246163,7 @@ index 19cba51847c7..6f06ebb08a8d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 21 Jan 2022 14:22:01 +0000 -Subject: [PATCH 0676/1283] dtoverlays: Add pwm backlight option to +Subject: [PATCH 0676/1282] dtoverlays: Add pwm backlight option to vc4-kms-dpi-generic Adds the option of a PWM controlled backlight on a generic @@ -246278,7 +246278,7 @@ index 7846d56c1d1a..b62c0945582f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 21 Jan 2022 15:12:25 +0000 -Subject: [PATCH 0677/1283] dtoverlays: Correct [h|v]sync_invert config in +Subject: [PATCH 0677/1282] dtoverlays: Correct [h|v]sync_invert config in vc4-kms-dpi-generic Both the base node and override set these parameters to 0, @@ -246322,7 +246322,7 @@ index b62c0945582f..54bcd7d8505c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 21 Jan 2022 12:24:57 +0000 -Subject: [PATCH 0678/1283] ARM: dts: BCM2711 AON_INTR2 generates IRQ edges +Subject: [PATCH 0678/1282] ARM: dts: BCM2711 AON_INTR2 generates IRQ edges THe AON_INTR2 controller manages the HDMI interrupts, combining them into a single interrupt passed to the GIC. bcm2711.dtsi declares the @@ -246367,7 +246367,7 @@ index 2ac2125ce7d3..f8c327b3c660 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Andreas Watterott <1488433+awatterott@users.noreply.github.com> Date: Sat, 22 Jan 2022 12:32:09 +0100 -Subject: [PATCH 0679/1283] update rpi-display-overlay.dts pins for 5.10+ +Subject: [PATCH 0679/1282] update rpi-display-overlay.dts pins for 5.10+ backlight has been turned off --- @@ -246394,7 +246394,7 @@ index de87432ff2be..2cf937b56456 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: David Plowman Date: Tue, 25 Jan 2022 15:48:53 +0000 -Subject: [PATCH 0680/1283] media: i2c: imx219: Correct the minimum vblanking +Subject: [PATCH 0680/1282] media: i2c: imx219: Correct the minimum vblanking value The datasheet for this sensor documents the minimum vblanking as being @@ -246426,7 +246426,7 @@ index c21f620851cf..3ff9c5027560 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 8 Apr 2020 16:12:02 +0100 -Subject: [PATCH 0681/1283] drm/vc4_hdmi: Add Broadcast RGB property to allow +Subject: [PATCH 0681/1282] drm/vc4_hdmi: Add Broadcast RGB property to allow override of RGB range Copy Intel's "Broadcast RGB" property semantics to add manual override @@ -246656,7 +246656,7 @@ index 49935370c08f..0d2de05839c4 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: coldspark29 Date: Wed, 18 Aug 2021 14:42:22 +0200 -Subject: [PATCH 0682/1283] configs: Add CONFIG_MAX30102=m +Subject: [PATCH 0682/1282] configs: Add CONFIG_MAX30102=m See: https://github.com/raspberrypi/linux/pull/4535 @@ -246736,7 +246736,7 @@ index 6f06ebb08a8d..6210be66f700 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: coldspark29 Date: Wed, 18 Aug 2021 13:41:04 +0200 -Subject: [PATCH 0683/1283] overlays: Add MAX30102 HR to i2c-sensor overlay +Subject: [PATCH 0683/1282] overlays: Add MAX30102 HR to i2c-sensor overlay Add support for the MAX30102 heart rate and blood oxygen sensor to the i2c-sensor overlay. @@ -246822,7 +246822,7 @@ index b05b0fa91942..33965be4b1e8 100755 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Nathan Chancellor Date: Mon, 31 Jan 2022 17:12:10 -0700 -Subject: [PATCH 0684/1283] misc: bcm2835_smi: Use proper enum types for +Subject: [PATCH 0684/1282] misc: bcm2835_smi: Use proper enum types for dma_{,un}map_single() Clang warns: @@ -246913,7 +246913,7 @@ index f1a7f6a3e966..831b7038c78d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Nathan Chancellor Date: Mon, 31 Jan 2022 17:15:35 -0700 -Subject: [PATCH 0685/1283] ASoC: ma120x0p: Remove unnecessary const specifier +Subject: [PATCH 0685/1282] ASoC: ma120x0p: Remove unnecessary const specifier Clang warns: @@ -246957,7 +246957,7 @@ index c447d37450b7..ac812e83178d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Nathan Chancellor Date: Mon, 31 Jan 2022 17:20:55 -0700 -Subject: [PATCH 0686/1283] ASoC: bcm: allo-piano-dac-plus: Remove unnecessary +Subject: [PATCH 0686/1282] ASoC: bcm: allo-piano-dac-plus: Remove unnecessary const specifiers Clang warns: @@ -247038,7 +247038,7 @@ index fd0fe58421b0..3efc898c601d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Nathan Chancellor Date: Mon, 31 Jan 2022 17:23:38 -0700 -Subject: [PATCH 0687/1283] media: bcm2835-unicam: Set ret on error path in +Subject: [PATCH 0687/1282] media: bcm2835-unicam: Set ret on error path in unicam_async_complete() Clang warns: @@ -247087,7 +247087,7 @@ index 1a7524282046..4bba864b2366 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Nathan Chancellor Date: Mon, 31 Jan 2022 17:50:43 -0700 -Subject: [PATCH 0688/1283] media: i2c: ov9281: Initialize id_msb to zero in +Subject: [PATCH 0688/1282] media: i2c: ov9281: Initialize id_msb to zero in ov9281_check_sensor_id() Clang warns: @@ -247141,7 +247141,7 @@ index 7d939128899b..0a5f9e0927ae 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Alex Crawford Date: Fri, 28 Jan 2022 13:36:51 -0800 -Subject: [PATCH 0689/1283] i2c: bcm2835: Make clock-stretch timeout +Subject: [PATCH 0689/1282] i2c: bcm2835: Make clock-stretch timeout configurable The default clock-stretch timeout is 35 mS, which works well for @@ -247192,7 +247192,7 @@ index d768247c7e50..7408e2c136b0 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: tiagofreire-pt <41837236+tiagofreire-pt@users.noreply.github.com> Date: Sat, 29 Jan 2022 10:01:36 +0000 -Subject: [PATCH 0690/1283] Patching lan78xx for SOF_TIMESTAMPING_TX_SOFTWARE +Subject: [PATCH 0690/1282] Patching lan78xx for SOF_TIMESTAMPING_TX_SOFTWARE support --- @@ -247218,7 +247218,7 @@ index 4884a941df40..ea496a2e4f50 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 31 Jan 2022 16:28:43 +0000 -Subject: [PATCH 0691/1283] drm/vc4: Add DRM 210101010 RGB formats for hvs5. +Subject: [PATCH 0691/1282] drm/vc4: Add DRM 210101010 RGB formats for hvs5. HVS5 supports the 210101010 RGB[A|X] formats, but they were missing from the DRM to HVS mapping list, so weren't available. @@ -247275,7 +247275,7 @@ index 783d29e079e6..16f683fa0fee 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 31 Jan 2022 21:01:25 +0000 -Subject: [PATCH 0692/1283] overlays: Add spi0-0cs overlay +Subject: [PATCH 0692/1282] overlays: Add spi0-0cs overlay An overlay to enable SPI0 without claiming any chip select GPIOs. @@ -247370,7 +247370,7 @@ index 000000000000..0d2acabf56a4 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 31 Jan 2022 17:25:19 +0000 -Subject: [PATCH 0693/1283] dtoverlays: Rework vc4-kms-dpi overlays to remove +Subject: [PATCH 0693/1282] dtoverlays: Rework vc4-kms-dpi overlays to remove duplication Removes all the common panel, dpi, and backlight configuration @@ -247938,7 +247938,7 @@ index b03394844abd..4c1aa1c70158 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Fri, 28 Jan 2022 17:37:43 -0600 -Subject: [PATCH 0694/1283] media: uapi: Document format +Subject: [PATCH 0694/1282] media: uapi: Document format MEDIA_BUS_FMT_RGB565_1X24_CPADHI Add support for MEDIA_BUS_FMT_RGB565_1X24_CPADHI. This format is used @@ -248004,7 +248004,7 @@ index 6e143e47d967..6901f53d2196 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Fri, 28 Jan 2022 17:38:40 -0600 -Subject: [PATCH 0695/1283] media: uapi: add MEDIA_BUS_FMT_RGB565_1X24_CPADHI +Subject: [PATCH 0695/1282] media: uapi: add MEDIA_BUS_FMT_RGB565_1X24_CPADHI Add the MEDIA_BUS_FMT_RGB565_1X24_CPADHI format used by the Geekworm MZP280 panel for the Raspberry Pi. @@ -248041,7 +248041,7 @@ index 6ad34f88c7dd..bd33edf8f5f7 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Fri, 28 Jan 2022 17:39:54 -0600 -Subject: [PATCH 0696/1283] drm/vc4: dpi: Support DPI interface in mode3 for +Subject: [PATCH 0696/1282] drm/vc4: dpi: Support DPI interface in mode3 for RGB565 Add support for the VC4 DPI driver to utilize DPI mode 3. This is @@ -248078,7 +248078,7 @@ index 3d31c7d91e1f..3164ab1935fa 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Fri, 28 Jan 2022 17:40:50 -0600 -Subject: [PATCH 0697/1283] dt-bindings: vendor-prefixes: Add Geekworm +Subject: [PATCH 0697/1282] dt-bindings: vendor-prefixes: Add Geekworm Add vendor prefix for Geekworm (https://geekworm.com). @@ -248107,7 +248107,7 @@ index 008fb3c902ed..3c65028f5335 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Fri, 28 Jan 2022 17:41:18 -0600 -Subject: [PATCH 0698/1283] dt-bindings: display: simple: add Geekworm MZP280 +Subject: [PATCH 0698/1282] dt-bindings: display: simple: add Geekworm MZP280 Panel The Geekworm MZP280 panel is a 480x640 (portrait) panel with a @@ -248147,7 +248147,7 @@ index 6637cb1243c3..37a9e6d12118 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Fri, 28 Jan 2022 17:42:12 -0600 -Subject: [PATCH 0699/1283] drm/panel: simple: add Geekworm MZP280 Panel +Subject: [PATCH 0699/1282] drm/panel: simple: add Geekworm MZP280 Panel Add support for the Geekworm MZP280 Panel @@ -248211,7 +248211,7 @@ index 6b7b4d65d715..cdd121f12ba9 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 2 Feb 2022 09:11:20 +0000 -Subject: [PATCH 0700/1283] overlays: README: Deprecate vc4-kms-kippah-7inch +Subject: [PATCH 0700/1282] overlays: README: Deprecate vc4-kms-kippah-7inch The vc4-kms-kippah-7inch overlay has been replaced by the container overlay vc4-kms-dpi-panel, using the "kippah-7inch" parameter. The @@ -248248,7 +248248,7 @@ index d92f41146c13..cfc8bfbcbef8 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 1 Feb 2022 12:20:20 +0000 -Subject: [PATCH 0701/1283] drm/panel: Add and initialise an orientation field +Subject: [PATCH 0701/1282] drm/panel: Add and initialise an orientation field to drm_panel Current usage of drm_connector_set_panel_orientation is from a panel's @@ -248347,7 +248347,7 @@ index 4602f833eb51..830b4d058622 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 1 Feb 2022 12:24:51 +0000 -Subject: [PATCH 0702/1283] drm/panel: simple: Remove custom handling of +Subject: [PATCH 0702/1282] drm/panel: simple: Remove custom handling of orientation Panel orientation is now handled by the drm_panel and @@ -248401,7 +248401,7 @@ index cdd121f12ba9..d29fc05d407b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Wed, 2 Feb 2022 10:42:00 -0600 -Subject: [PATCH 0703/1283] overlays: Add rotate property to vc4-kms-dpi-panel +Subject: [PATCH 0703/1282] overlays: Add rotate property to vc4-kms-dpi-panel Allow a user to specify the panel rotation in devicetree as 0, 90, 180, or 270 by setting a parameter. @@ -248458,7 +248458,7 @@ index 02d7f7fb109c..f78fa48b19f9 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Wed, 2 Feb 2022 10:43:32 -0600 -Subject: [PATCH 0704/1283] overlays: Add Geekworm mzp280 to vc4-kms-dpi-panel +Subject: [PATCH 0704/1282] overlays: Add Geekworm mzp280 to vc4-kms-dpi-panel Add support for the Geekworm mzp280 DPI panel to the generic vc4-kms-dpi-panel overlay. @@ -248512,7 +248512,7 @@ index 63b616f0345c..ee9e2e8fd246 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 5 Jan 2022 19:14:48 +0000 -Subject: [PATCH 0705/1283] drm/panel: Add panel driver for Ilitek ILI9806E +Subject: [PATCH 0705/1282] drm/panel: Add panel driver for Ilitek ILI9806E panel The Ilitek ILI9806E driver is used in the Pimoroni HyperPixel4 @@ -249061,7 +249061,7 @@ index 000000000000..90300f0de477 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 26 Jan 2022 16:02:31 +0000 -Subject: [PATCH 0706/1283] drm/panel: Add panel driver for TDO Y17B based +Subject: [PATCH 0706/1282] drm/panel: Add panel driver for TDO Y17B based panels The Top DisplayOptoelectronics (TDO) T17B driver chip is used @@ -249404,7 +249404,7 @@ index 000000000000..8edabb1d81ce From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 1 Feb 2022 15:27:01 +0000 -Subject: [PATCH 0707/1283] drm/panel/panel-sitronix-st7701: Support SPI config +Subject: [PATCH 0707/1282] drm/panel/panel-sitronix-st7701: Support SPI config and RGB data The ST7701 supports numerous different interface mechanisms for @@ -249974,7 +249974,7 @@ index 098955526b68..2b1abc95fe13 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 6 Jan 2022 13:15:46 +0000 -Subject: [PATCH 0708/1283] defconfig: Enable Pimoroni HyperPixel drivers in Pi +Subject: [PATCH 0708/1282] defconfig: Enable Pimoroni HyperPixel drivers in Pi defconfigs Drivers for Pimoroni HyperPixel4, HyperPixel 4 Square, and @@ -250078,7 +250078,7 @@ index 6210be66f700..98c473412018 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 4 Feb 2022 11:33:28 +0000 -Subject: [PATCH 0709/1283] bindings: Add sck-idle-input to spi-gpio +Subject: [PATCH 0709/1282] bindings: Add sck-idle-input to spi-gpio Signed-off-by: Phil Elwell --- @@ -250107,7 +250107,7 @@ index 0d0b6d9dad1c..9136f081f420 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 12 Jan 2022 08:23:28 +0000 -Subject: [PATCH 0710/1283] spi: gpio: Add sck-idle-input property +Subject: [PATCH 0710/1282] spi: gpio: Add sck-idle-input property The sck-idle-input property indicates that the spi-gpio driver should return the SCK line to an input when the chip select signals are @@ -250170,7 +250170,7 @@ index 3ffdab6caac2..92113f488f7c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 6 Jan 2022 13:04:34 +0000 -Subject: [PATCH 0711/1283] dtoverlays: Add overlays for Pimoroni Hyperpixel +Subject: [PATCH 0711/1282] dtoverlays: Add overlays for Pimoroni Hyperpixel displays Adds an overlays for the Pimoroni HyperPixel4, HyperPixel 4 @@ -250584,7 +250584,7 @@ index 000000000000..700046348ecf From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 3 Feb 2022 11:17:16 +0000 -Subject: [PATCH 0712/1283] dtoverlay: Reduce size of PCIE IB window in +Subject: [PATCH 0712/1282] dtoverlay: Reduce size of PCIE IB window in pcie-32-dma overlay The PCIE inbound window is rounded up to a power of 2, so the default @@ -250641,7 +250641,7 @@ index cca3e83721b7..955703563df7 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 2 Feb 2022 17:47:54 +0000 -Subject: [PATCH 0713/1283] ARM: dts: Permanently disable hdmi1 and ddc1 on +Subject: [PATCH 0713/1282] ARM: dts: Permanently disable hdmi1 and ddc1 on CM4S CM4S has no HDMI1 output, so it is advisable to disable the controller @@ -250689,7 +250689,7 @@ index a30458a2014e..30068ca41d0e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Sat, 5 Feb 2022 18:41:07 +0000 -Subject: [PATCH 0714/1283] drm: panel: Fix compilation warnings +Subject: [PATCH 0714/1282] drm: panel: Fix compilation warnings See: https://github.com/raspberrypi/linux/pull/4812 @@ -250732,7 +250732,7 @@ index 8edabb1d81ce..074bf0dadfba 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 4 Feb 2022 16:12:35 +0000 -Subject: [PATCH 0715/1283] media: bcm2835-unicam: Handle a repeated frame +Subject: [PATCH 0715/1282] media: bcm2835-unicam: Handle a repeated frame start with no end In the case of 2 frame starts being received with no frame end @@ -250801,7 +250801,7 @@ index 4bba864b2366..1e0101bb3af9 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 7 Feb 2022 16:06:11 +0000 -Subject: [PATCH 0716/1283] overlays: rpi-poe(-plus): Fix parameters +Subject: [PATCH 0716/1282] overlays: rpi-poe(-plus): Fix parameters The support of PoE HATs is complicated because there are two methods to control them - via the firmware, and directly over I2C - the choice @@ -250929,7 +250929,7 @@ index b78868945e72..54deda2f18c3 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Wed, 9 Feb 2022 22:20:17 +0100 -Subject: [PATCH 0717/1283] dtoverlays: fix overrides in vc4-kms-dpi-generic +Subject: [PATCH 0717/1282] dtoverlays: fix overrides in vc4-kms-dpi-generic Apparently broken by commit 3c033975. Introduce new names to allow for proper addressing of overrides. @@ -250988,7 +250988,7 @@ index 1e5c5080592b..3e7e172c6c3d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Wed, 9 Feb 2022 22:23:11 +0100 -Subject: [PATCH 0718/1283] dtoverlays: add rgb565-padhi output to +Subject: [PATCH 0718/1282] dtoverlays: add rgb565-padhi output to vc4-kms-dpi-generic This mode is used by some DPI based display adapters, such as the @@ -251033,7 +251033,7 @@ index 3e7e172c6c3d..bf2ac6fe1b0d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 14 Feb 2022 15:59:32 +0000 -Subject: [PATCH 0719/1283] dtoverlays: Add additional mappings to +Subject: [PATCH 0719/1282] dtoverlays: Add additional mappings to vc4-kms-dpi-generic Adds mappings for bgr666, bgr666-padhi, and bgr888. @@ -251086,7 +251086,7 @@ index bf2ac6fe1b0d..85875c266296 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 17 Dec 2021 13:36:52 +0000 -Subject: [PATCH 0720/1283] drm/dsi: Document the meaning and spec references +Subject: [PATCH 0720/1282] drm/dsi: Document the meaning and spec references for MIPI_DSI_MODE_* The MIPI_DSI_MODE_* flags have fairly terse descriptions and no reference @@ -251168,7 +251168,7 @@ index 1d263eb0b2e1..291df69b42d0 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 20 Jan 2022 17:29:36 +0000 -Subject: [PATCH 0721/1283] drm/bridge: tc358762: Ignore EPROBE_DEFER when +Subject: [PATCH 0721/1282] drm/bridge: tc358762: Ignore EPROBE_DEFER when logging errors mipi_dsi_attach can fail due to resources not being available @@ -251199,7 +251199,7 @@ index 1bfdfc6affaf..7cda18a12e98 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 30 Sep 2021 17:51:16 +0100 -Subject: [PATCH 0722/1283] drm/vc4: Rename bridge to out_bridge +Subject: [PATCH 0722/1282] drm/vc4: Rename bridge to out_bridge In preparation for converting the encoder to being a bridge, rename the variable holding the next bridge in the chain to @@ -251261,7 +251261,7 @@ index b7b2c76770dc..50f43b16e716 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 7 Feb 2022 17:14:51 +0000 -Subject: [PATCH 0723/1283] drm/vc4: Move DSI initialisation to +Subject: [PATCH 0723/1282] drm/vc4: Move DSI initialisation to encoder_mode_set. Breaking the bridge chain does not work for atomic bridges/panels @@ -251333,7 +251333,7 @@ index 50f43b16e716..37c48ea4dc54 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 15 Dec 2021 17:44:49 +0000 -Subject: [PATCH 0724/1283] drm/vc4: Remove splitting the bridge chain from the +Subject: [PATCH 0724/1282] drm/vc4: Remove splitting the bridge chain from the driver. Splitting the bridge chain fails for atomic bridges as the @@ -251444,7 +251444,7 @@ index 37c48ea4dc54..19f710051365 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 15 Dec 2021 17:47:14 +0000 -Subject: [PATCH 0725/1283] drm/vc4: Convert vc4_dsi to use atomic +Subject: [PATCH 0725/1282] drm/vc4: Convert vc4_dsi to use atomic enable/disable/mode_set. The atomic calls are preferred as the non-atomic ones @@ -251535,7 +251535,7 @@ index 19f710051365..70bee90383cc 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 15 Dec 2021 17:57:45 +0000 -Subject: [PATCH 0726/1283] drm/vc4: Convert vc4_dsi to using a bridge instead +Subject: [PATCH 0726/1282] drm/vc4: Convert vc4_dsi to using a bridge instead of encoder. Remove the encoder functions, and create a bridge attached to @@ -251816,7 +251816,7 @@ index 70bee90383cc..76fe8cfd8850 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 11 Feb 2022 14:15:26 +0000 -Subject: [PATCH 0727/1283] drm/vc4: Remove entry to ULPS from vc4_dsi +Subject: [PATCH 0727/1282] drm/vc4: Remove entry to ULPS from vc4_dsi post_disable Post_disable was sending the D-PHY sequence to put any device @@ -251854,7 +251854,7 @@ index 76fe8cfd8850..820e8ecab52d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jonathan Bell Date: Wed, 16 Feb 2022 14:31:02 +0000 -Subject: [PATCH 0728/1283] usb: xhci: add a quirk for Superspeed bulk OUT +Subject: [PATCH 0728/1282] usb: xhci: add a quirk for Superspeed bulk OUT transfers on VL805 The VL805 has a bug in its internal FIFO space accounting that results @@ -251878,10 +251878,10 @@ Signed-off-by: Jonathan Bell 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/drivers/usb/host/xhci-pci.c b/drivers/usb/host/xhci-pci.c -index 4487dbcb37bb..c74014554771 100644 +index 201d5c029b0b..c8c1c17c6d1e 100644 --- a/drivers/usb/host/xhci-pci.c +++ b/drivers/usb/host/xhci-pci.c -@@ -298,6 +298,7 @@ static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci) +@@ -299,6 +299,7 @@ static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci) xhci->quirks |= XHCI_EP_CTX_BROKEN_DCS; xhci->quirks |= XHCI_AVOID_DQ_ON_LINK; xhci->quirks |= XHCI_VLI_TRB_CACHE_BUG; @@ -251890,10 +251890,10 @@ index 4487dbcb37bb..c74014554771 100644 if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA && diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c -index ec4925835a82..2b7b09766f7b 100644 +index 17514363b132..adc9cd07328b 100644 --- a/drivers/usb/host/xhci-ring.c +++ b/drivers/usb/host/xhci-ring.c -@@ -3617,14 +3617,15 @@ int xhci_queue_bulk_tx(struct xhci_hcd *xhci, gfp_t mem_flags, +@@ -3644,14 +3644,15 @@ int xhci_queue_bulk_tx(struct xhci_hcd *xhci, gfp_t mem_flags, unsigned int num_trbs; unsigned int start_cycle, num_sgs = 0; unsigned int enqd_len, block_len, trb_buff_len, full_len; @@ -251911,7 +251911,7 @@ index ec4925835a82..2b7b09766f7b 100644 full_len = urb->transfer_buffer_length; /* If we have scatter/gather list, we use it. */ if (urb->num_sgs && !(urb->transfer_flags & URB_DMA_MAP_SINGLE)) { -@@ -3661,6 +3662,17 @@ int xhci_queue_bulk_tx(struct xhci_hcd *xhci, gfp_t mem_flags, +@@ -3688,6 +3689,17 @@ int xhci_queue_bulk_tx(struct xhci_hcd *xhci, gfp_t mem_flags, start_cycle = ring->cycle_state; send_addr = addr; @@ -251929,7 +251929,7 @@ index ec4925835a82..2b7b09766f7b 100644 /* Queue the TRBs, even if they are zero-length */ for (enqd_len = 0; first_trb || enqd_len < full_len; enqd_len += trb_buff_len) { -@@ -3673,6 +3685,11 @@ int xhci_queue_bulk_tx(struct xhci_hcd *xhci, gfp_t mem_flags, +@@ -3700,6 +3712,11 @@ int xhci_queue_bulk_tx(struct xhci_hcd *xhci, gfp_t mem_flags, if (enqd_len + trb_buff_len > full_len) trb_buff_len = full_len - enqd_len; @@ -251942,7 +251942,7 @@ index ec4925835a82..2b7b09766f7b 100644 if (first_trb) { first_trb = false; diff --git a/drivers/usb/host/xhci.h b/drivers/usb/host/xhci.h -index 38c7ca66ba21..f603a3572858 100644 +index 76d560e1fe6c..639ed90fe655 100644 --- a/drivers/usb/host/xhci.h +++ b/drivers/usb/host/xhci.h @@ -1909,6 +1909,7 @@ struct xhci_hcd { @@ -251960,7 +251960,7 @@ index 38c7ca66ba21..f603a3572858 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 17 Feb 2022 15:16:56 +0000 -Subject: [PATCH 0729/1283] dtoverlays: Correct link frequency for ov7251 +Subject: [PATCH 0729/1282] dtoverlays: Correct link frequency for ov7251 It was incorrect, so the driver rejected it. @@ -251989,7 +251989,7 @@ index 0e44be8a4468..fcb889f591f7 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Tue, 15 Feb 2022 23:07:30 +0000 -Subject: [PATCH 0730/1283] media: i2c: Add acpi support to ov7251 +Subject: [PATCH 0730/1282] media: i2c: Add acpi support to ov7251 Add support for enumeration through ACPI to the ov7251 driver @@ -252034,7 +252034,7 @@ index 2bcc3b70918f..aaaeca14dcc1 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Tue, 15 Feb 2022 23:07:31 +0000 -Subject: [PATCH 0731/1283] media: i2c: Provide ov7251_check_hwcfg() +Subject: [PATCH 0731/1282] media: i2c: Provide ov7251_check_hwcfg() Move the endpoint checking from .probe() to a dedicated function, and additionally check that the firmware provided link frequencies @@ -252161,7 +252161,7 @@ index aaaeca14dcc1..e4faf28c6b58 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Tue, 15 Feb 2022 23:07:32 +0000 -Subject: [PATCH 0732/1283] media: i2c: Add ov7251_pll_configure() +Subject: [PATCH 0732/1282] media: i2c: Add ov7251_pll_configure() Rather than having the pll settings hidden inside mode blobs, define them in structs and use a dedicated function to set them. This makes @@ -252433,7 +252433,7 @@ index e4faf28c6b58..a7576f662250 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Tue, 15 Feb 2022 23:07:33 +0000 -Subject: [PATCH 0733/1283] media: i2c: Add support for 19.2MHz clock to ov7251 +Subject: [PATCH 0733/1282] media: i2c: Add support for 19.2MHz clock to ov7251 The OV7251 sensor is used as the IR camera sensor on the Microsoft Surface line of tablets; this provides a 19.2MHz external clock. Add @@ -252583,7 +252583,7 @@ index a7576f662250..084d68b852f7 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Tue, 15 Feb 2022 23:07:34 +0000 -Subject: [PATCH 0734/1283] media: i2c: Add ov7251_detect_chip() +Subject: [PATCH 0734/1282] media: i2c: Add ov7251_detect_chip() .probe() is quite busy for this driver; make it cleaner by moving the chip verification to a dedicated function. @@ -252687,7 +252687,7 @@ index 084d68b852f7..492b7082254e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Tue, 15 Feb 2022 23:07:35 +0000 -Subject: [PATCH 0735/1283] media: i2c: Add pm_runtime support to ov7251 +Subject: [PATCH 0735/1282] media: i2c: Add pm_runtime support to ov7251 Add pm_runtime support to the ov7251 driver. @@ -252901,7 +252901,7 @@ index 492b7082254e..4d047226e370 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Tue, 15 Feb 2022 23:07:36 +0000 -Subject: [PATCH 0736/1283] media: i2c: Remove .s_power() from ov7251 +Subject: [PATCH 0736/1282] media: i2c: Remove .s_power() from ov7251 The .s_power() callback is deprecated, and now that we have pm_runtime functionality in the driver there's no further use for it. Delete the @@ -252996,7 +252996,7 @@ index 4d047226e370..18f4c28c573e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 17 Feb 2022 14:48:30 +0000 -Subject: [PATCH 0737/1283] media: i2c: ov7251: Reinstate setting +Subject: [PATCH 0737/1282] media: i2c: ov7251: Reinstate setting ov7251_global_init_setting "media: i2c: Remove .s_power() from ov7251" removed the call that @@ -253034,7 +253034,7 @@ index 18f4c28c573e..3ba98ad4850b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Sat, 12 Feb 2022 09:47:38 +0000 -Subject: [PATCH 0738/1283] media: i2c: ov7251: V4L2_CID_PIXEL_RATE is fixed +Subject: [PATCH 0738/1282] media: i2c: ov7251: V4L2_CID_PIXEL_RATE is fixed The pixel rate doesn't actually change based on the mode, and can not be set by userspace. @@ -253144,7 +253144,7 @@ index 3ba98ad4850b..06e45f46e723 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Sat, 12 Feb 2022 09:53:47 +0000 -Subject: [PATCH 0739/1283] media: i2c: ov7251: V4L2_CID_LINK_FREQUENCY is +Subject: [PATCH 0739/1282] media: i2c: ov7251: V4L2_CID_LINK_FREQUENCY is fixed The link frequency does not change with the mode, so remove @@ -253258,7 +253258,7 @@ index 06e45f46e723..419fce0348a7 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Sat, 12 Feb 2022 11:57:19 +0000 -Subject: [PATCH 0740/1283] media: i2c: ov7251: Initialise current_mode during +Subject: [PATCH 0740/1282] media: i2c: ov7251: Initialise current_mode during probe Initialise ov7251->current_mode during probe to avoid the issue @@ -253290,7 +253290,7 @@ index 419fce0348a7..8f782c83eac7 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Sat, 12 Feb 2022 12:05:02 +0000 -Subject: [PATCH 0741/1283] media: i2c: ov7251: Add V4L2_CID_HBLANK control +Subject: [PATCH 0741/1282] media: i2c: ov7251: Add V4L2_CID_HBLANK control HBLANK is a fixed value in this driver, so add as a fixed read-only control. @@ -253381,7 +253381,7 @@ index 8f782c83eac7..04cc0118d28f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Sat, 12 Feb 2022 12:33:13 +0000 -Subject: [PATCH 0742/1283] media: i2c: ov7251: Do not reset gain on mode +Subject: [PATCH 0742/1282] media: i2c: ov7251: Do not reset gain on mode change There is no reaon why changing mode should reset the analogue @@ -253446,7 +253446,7 @@ index 04cc0118d28f..db3ac100686c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 17 Feb 2022 15:57:01 +0000 -Subject: [PATCH 0743/1283] media: i2c: ov7251: Fix link_freq validation loop +Subject: [PATCH 0743/1282] media: i2c: ov7251: Fix link_freq validation loop If only one link frequency was configured, then ov7251_check_hwcfg failed as the conditions weren't checked in the appropriate places. @@ -253485,7 +253485,7 @@ index db3ac100686c..5de185e2db12 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 17 Feb 2022 16:23:23 +0000 -Subject: [PATCH 0744/1283] media: i2c: ov7251: Add get_selection for +Subject: [PATCH 0744/1282] media: i2c: ov7251: Add get_selection for NATIVE_SIZE, CROP_BOUNDS, CROP_DEFAULT As required by libcamera, add get_selection handling for @@ -253569,7 +253569,7 @@ index 5de185e2db12..00074b68ee43 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 17 Feb 2022 16:24:51 +0000 -Subject: [PATCH 0745/1283] media: i2c: ov7251: Set VTS instead of having full +Subject: [PATCH 0745/1282] media: i2c: ov7251: Set VTS instead of having full tables for FPS. The driver did have a full copy of the registers for each of @@ -253948,7 +253948,7 @@ index 00074b68ee43..6118c234f342 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 17 Feb 2022 16:44:33 +0000 -Subject: [PATCH 0746/1283] media: i2c: ov7251: Limit exposure based on VTS +Subject: [PATCH 0746/1282] media: i2c: ov7251: Limit exposure based on VTS The maximum exposure is dictated by VTS, so compute it rather than having the value in the mode table. @@ -254032,7 +254032,7 @@ index 6118c234f342..54eee4fddabe 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 17 Feb 2022 17:00:27 +0000 -Subject: [PATCH 0747/1283] media: i2c: ov7251: Separate modes from frame +Subject: [PATCH 0747/1282] media: i2c: ov7251: Separate modes from frame intervals The modes and frame intervals are independent, therefore @@ -254272,7 +254272,7 @@ index 54eee4fddabe..108658ac6994 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 17 Feb 2022 18:08:39 +0000 -Subject: [PATCH 0748/1283] media: i2c: ov7251: Add V4L2_CID_VBLANK +Subject: [PATCH 0748/1282] media: i2c: ov7251: Add V4L2_CID_VBLANK This is a raw sensor so should be implementing V4L2_CID_VBLANK instead of the frame_interval ops, as per docs at @@ -254431,7 +254431,7 @@ index 108658ac6994..65bb3e0fd265 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 17 Feb 2022 18:31:56 +0000 -Subject: [PATCH 0749/1283] media: i2c: ov7251: Switch from V4L2_CID_GAIN to +Subject: [PATCH 0749/1282] media: i2c: ov7251: Switch from V4L2_CID_GAIN to V4L2_CID_ANALOGUE_GAIN The control is specifically for analogue gain, therefore switch @@ -254473,7 +254473,7 @@ index 65bb3e0fd265..adc8e1980cfd 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 17 Feb 2022 18:12:36 +0000 -Subject: [PATCH 0750/1283] dtoverlays: Switch ov7251 to using Media Controller +Subject: [PATCH 0750/1282] dtoverlays: Switch ov7251 to using Media Controller by default We should have all the functionality required by now, so switch @@ -254503,7 +254503,7 @@ index fcb889f591f7..3cf109ec998f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 14 Feb 2022 17:21:05 +0100 -Subject: [PATCH 0751/1283] drm/vc4: hvs: Use pointer to HVS in HVS_READ and +Subject: [PATCH 0751/1282] drm/vc4: hvs: Use pointer to HVS in HVS_READ and HVS_WRITE macros Those macros are really about the HVS itself, and thus its associated @@ -255011,7 +255011,7 @@ index a4b736204b18..2df51550b1d4 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 16 Dec 2021 14:54:54 +0100 -Subject: [PATCH 0752/1283] drm/vc4: hvs: Defer dlist slots deallocation +Subject: [PATCH 0752/1282] drm/vc4: hvs: Defer dlist slots deallocation During normal operations, the cursor position update is done through an asynchronous plane update, which on the vc4 driver basically just @@ -255432,7 +255432,7 @@ index 3b7b1fef77ec..625f49991e20 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Sun, 20 Feb 2022 16:27:11 +0000 -Subject: [PATCH 0753/1283] ARM: dts: Add GPIO line names for downstream RPis +Subject: [PATCH 0753/1282] ARM: dts: Add GPIO line names for downstream RPis Largely copied from the upstream dts files, with a few additions and tweaks. @@ -256434,7 +256434,7 @@ index 38629ebfa47f..601b0573c7a7 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Joerg Schambacher Date: Wed, 23 Feb 2022 12:08:42 +0100 -Subject: [PATCH 0754/1283] overlays:fixes probing of Hifiberry DAC2 HD +Subject: [PATCH 0754/1282] overlays:fixes probing of Hifiberry DAC2 HD Removed clocks-declarations in I2C sections of the DT-overlay which kept the devices from probing. @@ -256505,7 +256505,7 @@ index c5583e010339..b9165138c7ad 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: nmbath Date: Thu, 24 Feb 2022 13:10:01 +0000 -Subject: [PATCH 0755/1283] overlays: Overlays for WaveShare 2-Chan CAN FD HAT +Subject: [PATCH 0755/1282] overlays: Overlays for WaveShare 2-Chan CAN FD HAT This patch adds the overlays for the Waveshare 2-Channel Isolated CAN FD Expansion HAT for Raspberry Pi, Multi Protections. This HAT @@ -256840,7 +256840,7 @@ index 000000000000..b2504922c8de From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 25 Feb 2022 09:53:56 +0000 -Subject: [PATCH 0756/1283] overlays: Add "drm" parameter to pitft35-resistive +Subject: [PATCH 0756/1282] overlays: Add "drm" parameter to pitft35-resistive The "drm" parameter forces the use of the hx8357d DRM driver, when by default the fb_hx8357d framebuffer driver will be used in preference. @@ -256886,7 +256886,7 @@ index 37629f18a740..713532cb2272 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 25 Feb 2022 15:08:56 +0000 -Subject: [PATCH 0757/1283] configs: Add CONFIG_TINYDRM_HX8357D=m +Subject: [PATCH 0757/1282] configs: Add CONFIG_TINYDRM_HX8357D=m See: https://forums.raspberrypi.com/viewtopic.php?t=330088 @@ -256966,7 +256966,7 @@ index 98c473412018..01ef1bdc4900 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jonathan Bell Date: Tue, 1 Mar 2022 15:12:15 +0000 -Subject: [PATCH 0758/1283] usb: xhci: rework XHCI_VLI_SS_BULK_OUT_BUG quirk +Subject: [PATCH 0758/1282] usb: xhci: rework XHCI_VLI_SS_BULK_OUT_BUG quirk Fix incorrectly applying the quirk for bulk IN endpoints and remove the commentary which is not completely accurate based on observed behaviour. @@ -256977,10 +256977,10 @@ Signed-off-by: Jonathan Bell 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c -index 2b7b09766f7b..13cd774cbef8 100644 +index adc9cd07328b..d5edef8593e0 100644 --- a/drivers/usb/host/xhci-ring.c +++ b/drivers/usb/host/xhci-ring.c -@@ -3617,7 +3617,7 @@ int xhci_queue_bulk_tx(struct xhci_hcd *xhci, gfp_t mem_flags, +@@ -3644,7 +3644,7 @@ int xhci_queue_bulk_tx(struct xhci_hcd *xhci, gfp_t mem_flags, unsigned int num_trbs; unsigned int start_cycle, num_sgs = 0; unsigned int enqd_len, block_len, trb_buff_len, full_len; @@ -256989,7 +256989,7 @@ index 2b7b09766f7b..13cd774cbef8 100644 u32 field, length_field, remainder, maxpacket; u64 addr, send_addr; -@@ -3663,14 +3663,9 @@ int xhci_queue_bulk_tx(struct xhci_hcd *xhci, gfp_t mem_flags, +@@ -3690,14 +3690,9 @@ int xhci_queue_bulk_tx(struct xhci_hcd *xhci, gfp_t mem_flags, send_addr = addr; if (xhci->quirks & XHCI_VLI_SS_BULK_OUT_BUG && @@ -257007,7 +257007,7 @@ index 2b7b09766f7b..13cd774cbef8 100644 } /* Queue the TRBs, even if they are zero-length */ -@@ -3685,7 +3680,7 @@ int xhci_queue_bulk_tx(struct xhci_hcd *xhci, gfp_t mem_flags, +@@ -3712,7 +3707,7 @@ int xhci_queue_bulk_tx(struct xhci_hcd *xhci, gfp_t mem_flags, if (enqd_len + trb_buff_len > full_len) trb_buff_len = full_len - enqd_len; @@ -257023,7 +257023,7 @@ index 2b7b09766f7b..13cd774cbef8 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jonathan Bell Date: Tue, 1 Mar 2022 15:17:04 +0000 -Subject: [PATCH 0759/1283] usb: xhci: expand the scope of +Subject: [PATCH 0759/1282] usb: xhci: expand the scope of XHCI_VLI_SS_BULK_OUT_BUG Further testing has revealed that any TRB with buffer length that is not @@ -257043,10 +257043,10 @@ Signed-off-by: Jonathan Bell 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c -index 62e280454dd2..f77665b4a492 100644 +index 6641a9e68018..4d9faae05caa 100644 --- a/drivers/usb/host/xhci.c +++ b/drivers/usb/host/xhci.c -@@ -1415,9 +1415,12 @@ static void xhci_unmap_temp_buf(struct usb_hcd *hcd, struct urb *urb) +@@ -1419,9 +1419,12 @@ static void xhci_unmap_temp_buf(struct usb_hcd *hcd, struct urb *urb) static int xhci_map_urb_for_dma(struct usb_hcd *hcd, struct urb *urb, gfp_t mem_flags) { @@ -257059,7 +257059,7 @@ index 62e280454dd2..f77665b4a492 100644 if (xhci_urb_suitable_for_idt(urb)) return 0; -@@ -1426,6 +1429,16 @@ static int xhci_map_urb_for_dma(struct usb_hcd *hcd, struct urb *urb, +@@ -1430,6 +1433,16 @@ static int xhci_map_urb_for_dma(struct usb_hcd *hcd, struct urb *urb, if (xhci_urb_temp_buffer_required(hcd, urb)) return xhci_map_temp_buffer(hcd, urb); } @@ -257076,7 +257076,7 @@ index 62e280454dd2..f77665b4a492 100644 return usb_hcd_map_urb_for_dma(hcd, urb, mem_flags); } -@@ -1439,7 +1452,8 @@ static void xhci_unmap_urb_for_dma(struct usb_hcd *hcd, struct urb *urb) +@@ -1443,7 +1456,8 @@ static void xhci_unmap_urb_for_dma(struct usb_hcd *hcd, struct urb *urb) if (urb->num_sgs && (urb->transfer_flags & URB_DMA_MAP_SINGLE)) unmap_temp_buf = true; @@ -257093,7 +257093,7 @@ index 62e280454dd2..f77665b4a492 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 25 Feb 2022 18:16:13 +0000 -Subject: [PATCH 0760/1283] media/i2c: Add driver for Omnivision OV2311 +Subject: [PATCH 0760/1282] media/i2c: Add driver for Omnivision OV2311 Omnivision OV2311 is a CSI2 1600x1300 global shutter image sensor. Add a driver for it. @@ -258334,7 +258334,7 @@ index 000000000000..a6d68e760742 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 25 Feb 2022 18:16:26 +0000 -Subject: [PATCH 0761/1283] dtoverlays: Add overlay for Omnivision OV2311 image +Subject: [PATCH 0761/1282] dtoverlays: Add overlay for Omnivision OV2311 image sensor Adds an overlay for the OV2311 1600x1300 monochrome global @@ -258492,7 +258492,7 @@ index 000000000000..9f8e1b3edccc From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 25 Feb 2022 18:14:39 +0000 -Subject: [PATCH 0762/1283] defconfigs: Add OV2311 image sensor to Pi +Subject: [PATCH 0762/1282] defconfigs: Add OV2311 image sensor to Pi defconfigs Signed-off-by: Dave Stevenson @@ -258571,7 +258571,7 @@ index 01ef1bdc4900..039d06428669 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 2 Mar 2022 17:23:16 +0000 -Subject: [PATCH 0763/1283] staging/vc-sm-cma: Avoid log spamming on Pi0/1 over +Subject: [PATCH 0763/1282] staging/vc-sm-cma: Avoid log spamming on Pi0/1 over cache alias. Pi 0/1 use the 0x80000000 cache alias as the ARM also sees the world @@ -258618,7 +258618,7 @@ index 88c4df822922..82a9c6e7f277 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: David Plowman Date: Wed, 2 Mar 2022 16:47:37 +0000 -Subject: [PATCH 0764/1283] staging: vc04_services: isp: Permit all sRGB colour +Subject: [PATCH 0764/1282] staging: vc04_services: isp: Permit all sRGB colour spaces on ISP outputs ISP outputs actually support all colour spaces that are fundamentally @@ -258785,7 +258785,7 @@ index a545dbf2b5dd..5ab232ff9bd9 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Thu, 3 Mar 2022 16:45:53 +0000 -Subject: [PATCH 0765/1283] drivers: staging: bcm2835-isp: Do not cleanup mmal +Subject: [PATCH 0765/1282] drivers: staging: bcm2835-isp: Do not cleanup mmal vcsm buffer on stop_streaming On stop_streaming() the vcsm buffer handle gets released by the buffer cleanup @@ -258834,7 +258834,7 @@ index 57e0ecc193f3..9ea817073dcd 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 8 Sep 2021 21:12:26 +0200 -Subject: [PATCH 0766/1283] drm/vc4: Fix out of order frames during +Subject: [PATCH 0766/1282] drm/vc4: Fix out of order frames during asynchronous page flips When doing an asynchronous page flip (PAGE_FLIP ioctl with the @@ -258937,7 +258937,7 @@ index 49016f7e6b9f..da264e2c4982 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: David Plowman Date: Mon, 7 Mar 2022 10:00:33 +0000 -Subject: [PATCH 0767/1283] staging: vc04_services: codec: Add support for +Subject: [PATCH 0767/1282] staging: vc04_services: codec: Add support for V4L2_PIX_FMT_RGBA32 format We already support V4L2_PIX_FMT_BGR32 which is the same thing with red @@ -258973,7 +258973,7 @@ index 472d97d1d228..4451ceecb265 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 4 Mar 2022 15:58:51 +0100 -Subject: [PATCH 0768/1283] drm/vc4: kms: Store channel in local variable +Subject: [PATCH 0768/1282] drm/vc4: kms: Store channel in local variable We use the channel from our vc4_crtc_state structure in multiple places, let's store it in a local variable to make it cleaner. @@ -259049,7 +259049,7 @@ index 2df51550b1d4..d414e1429f5c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 4 Mar 2022 15:59:08 +0100 -Subject: [PATCH 0769/1283] drm/vc4: kms: Warn if we have an incompatible +Subject: [PATCH 0769/1282] drm/vc4: kms: Warn if we have an incompatible muxing setup The documentation explicitly states we must prevent the output @@ -259084,7 +259084,7 @@ index d414e1429f5c..3e87b5ed433f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 4 Mar 2022 15:59:40 +0100 -Subject: [PATCH 0770/1283] drm/vc4: kms: Improve logging +Subject: [PATCH 0770/1282] drm/vc4: kms: Improve logging When debugging, finding out what muxing decisions were made and what the actual core clock rate is is always useful, so let's add some more @@ -259156,7 +259156,7 @@ index 3e87b5ed433f..315918ddc8bd 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 8 Mar 2022 12:47:49 +0000 -Subject: [PATCH 0771/1283] ARM: dts: bcm2711-rpi-ds: Disable the BCM2835 STC +Subject: [PATCH 0771/1282] ARM: dts: bcm2711-rpi-ds: Disable the BCM2835 STC Although BCM2711 still includes the old BCM2835 system timer, the newer per-core local timers are preferred because they are more efficient to @@ -259189,7 +259189,7 @@ index ebf73b789b4a..cd5c43adc56b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 16 Dec 2021 15:25:35 +0000 -Subject: [PATCH 0772/1283] drm/bridge: Introduce pre_enable_upstream_first to +Subject: [PATCH 0772/1282] drm/bridge: Introduce pre_enable_upstream_first to alter bridge init order DSI sink devices typically want the DSI host powered up and configured @@ -259505,7 +259505,7 @@ index c84783cd5abd..80ec58c48c5f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 23 Feb 2022 15:36:56 +0000 -Subject: [PATCH 0773/1283] drm/panel: Add prepare_upstream_first flag to +Subject: [PATCH 0773/1282] drm/panel: Add prepare_upstream_first flag to drm_panel Mapping to the drm_bridge flag pre_enable_upstream_first, @@ -259561,7 +259561,7 @@ index 830b4d058622..971f788ec6ca 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 11 Mar 2022 17:24:37 +0000 -Subject: [PATCH 0774/1283] drm: Include drm_connector.h from drm_panel.h +Subject: [PATCH 0774/1282] drm: Include drm_connector.h from drm_panel.h drm_panel.h wants to reference enum drm_panel_orientation which is defined in drm_connector.h (despite the name). @@ -259603,7 +259603,7 @@ index 971f788ec6ca..99eb628d7dcb 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 16 Dec 2021 15:33:43 +0000 -Subject: [PATCH 0775/1283] drm/tc358762: Set the pre_enable_upstream_first +Subject: [PATCH 0775/1282] drm/tc358762: Set the pre_enable_upstream_first flag to configure DSI host TC358762 wants the DSI host to be prepared before it is powered up, so @@ -259634,7 +259634,7 @@ index 7cda18a12e98..82d13182697e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Thu, 3 Mar 2022 23:06:15 +0300 -Subject: [PATCH 0776/1283] bcm2835-codec: /dev/video31 as interface to +Subject: [PATCH 0776/1282] bcm2835-codec: /dev/video31 as interface to image_encode JPEG encoder Signed-off-by: Maxim Devaev @@ -260441,7 +260441,7 @@ index 21087496a481..a1a5e6c9cb74 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Wed, 2 Mar 2022 22:03:00 +0000 -Subject: [PATCH 0777/1283] media: entity: Skip non-data links in graph +Subject: [PATCH 0777/1282] media: entity: Skip non-data links in graph iteration When iterating over the media graph, don't follow links that are not @@ -260477,7 +260477,7 @@ index f40f41977142..2a6e16fb0048 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Wed, 2 Mar 2022 22:03:01 +0000 -Subject: [PATCH 0778/1283] media: media.h: Add new media link type +Subject: [PATCH 0778/1282] media: media.h: Add new media link type To describe in the kernel the connection between devices and their supporting peripherals (for example, a camera sensor and the vcm @@ -260561,7 +260561,7 @@ index 200fa8462b90..afbae7213d35 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Wed, 2 Mar 2022 22:03:02 +0000 -Subject: [PATCH 0779/1283] media: entity: Add link_type_name() helper +Subject: [PATCH 0779/1282] media: entity: Add link_type_name() helper Now we have three types of media link, printing the right name during debug output is slightly more complicated. Add a helper function to @@ -260616,7 +260616,7 @@ index 2a6e16fb0048..29d1285c805a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Wed, 2 Mar 2022 22:03:03 +0000 -Subject: [PATCH 0780/1283] media: entity: Add support for ancillary links +Subject: [PATCH 0780/1282] media: entity: Add support for ancillary links Add functions to create ancillary links, so that they don't need to be manually created by users. @@ -260693,7 +260693,7 @@ index 09737b47881f..72c7cd885d6b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Wed, 2 Mar 2022 22:03:04 +0000 -Subject: [PATCH 0781/1283] media: v4l2-async: Create links during +Subject: [PATCH 0781/1282] media: v4l2-async: Create links during v4l2_async_match_notify() Upon an async fwnode match, there's some typical behaviour that the @@ -260766,7 +260766,7 @@ index cd9e78c63791..84a12788d62c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 29 Sep 2021 12:33:35 +0100 -Subject: [PATCH 0782/1283] dt-bindings: media: i2c: Add binding for ad5398 VCM +Subject: [PATCH 0782/1282] dt-bindings: media: i2c: Add binding for ad5398 VCM Add a binding for Analog Devices AD5398 10bit current sinking DAC when used as a lens VCM driver. @@ -260812,7 +260812,7 @@ index 000000000000..446ac9717598 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 29 Sep 2021 14:04:28 +0100 -Subject: [PATCH 0783/1283] media: i2c: Add driver for AD5398 VCM lens driver +Subject: [PATCH 0783/1282] media: i2c: Add driver for AD5398 VCM lens driver Adds a driver for the Analog Devices AD5398 10 bit I2C DAC which is commonly used for driving VCM lens @@ -261211,7 +261211,7 @@ index 000000000000..102c3143f7d7 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 16 Mar 2022 12:15:41 +0000 -Subject: [PATCH 0784/1283] media: i2c: ov5647: Use +Subject: [PATCH 0784/1282] media: i2c: ov5647: Use v4l2_async_register_subdev_sensor for lens binding v4l2_async_register_subdev doesn't bind in lens or flash drivers, @@ -261243,7 +261243,7 @@ index 491246786f7c..befdb53bda1d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 29 Sep 2021 14:25:49 +0100 -Subject: [PATCH 0785/1283] defconfigs: Add AD5398 VCM to all Pi defconfigs +Subject: [PATCH 0785/1282] defconfigs: Add AD5398 VCM to all Pi defconfigs Supports AD5398 controlled lens, as found on some 3rd party OV5647 and IMX219 image sensors. @@ -261324,7 +261324,7 @@ index 039d06428669..c98578ac5de0 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 11 Mar 2022 15:32:00 +0000 -Subject: [PATCH 0786/1283] dtoverlays: Add VCM option to imx219 +Subject: [PATCH 0786/1282] dtoverlays: Add VCM option to imx219 Signed-off-by: Dave Stevenson --- @@ -261380,7 +261380,7 @@ index bc1217397dd5..d73f76aba8b6 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 15 Mar 2022 18:36:10 +0000 -Subject: [PATCH 0787/1283] dtoverlay: Add VCM option to ov5647 overlay +Subject: [PATCH 0787/1282] dtoverlay: Add VCM option to ov5647 overlay Signed-off-by: Dave Stevenson --- @@ -261433,7 +261433,7 @@ index a1221024d334..af2c86383e1f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 17 Mar 2022 15:13:10 +0000 -Subject: [PATCH 0788/1283] media: i2c: Rename ad5398 to ad5398_vcm +Subject: [PATCH 0788/1282] media: i2c: Rename ad5398 to ad5398_vcm There's already a regulator module called ad5398 that exposes this device through the regulator API. That is meaningless in @@ -261472,7 +261472,7 @@ rename to drivers/media/i2c/ad5398_vcm.c From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 21 Feb 2022 10:59:02 +0100 -Subject: [PATCH 0789/1283] drm/object: Add +Subject: [PATCH 0789/1282] drm/object: Add drm_object_property_get_default_value() function Upstream commit adf47b75297ebc71c53b6dc2d3c55f42b8fb79fd. @@ -261609,7 +261609,7 @@ index c34a3e8030e1..912f1e415685 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 21 Feb 2022 10:59:03 +0100 -Subject: [PATCH 0790/1283] drm/object: Add default zpos value at reset +Subject: [PATCH 0790/1282] drm/object: Add default zpos value at reset Upstream commit 1a7998dab5dd3d11bada7e3921781922082e7fe6 @@ -261669,7 +261669,7 @@ index ddcf5c2c8e6a..1412cee404ca 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 21 Feb 2022 10:59:14 +0100 -Subject: [PATCH 0791/1283] drm/object: Add default color encoding and range +Subject: [PATCH 0791/1282] drm/object: Add default color encoding and range value at reset Upstream commit 9a48ab11714c955456fefdd4ab532d324fbef563 @@ -261729,7 +261729,7 @@ index 1412cee404ca..3b6d3bdbd099 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 25 Jan 2022 17:28:18 +0000 -Subject: [PATCH 0792/1283] drm/vc4: Support zpos on all planes +Subject: [PATCH 0792/1282] drm/vc4: Support zpos on all planes Adds the zpos property to all planes, and creates the dlist by placing the fragments in the correct order based on zpos. @@ -261884,7 +261884,7 @@ index 16f683fa0fee..1e9220b26029 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Rafael Sobral Date: Fri, 18 Mar 2022 23:25:16 -0300 -Subject: [PATCH 0793/1283] CM3 cam1_reg and cam1_reg_gpio fix +Subject: [PATCH 0793/1282] CM3 cam1_reg and cam1_reg_gpio fix property name is gpio and not gpios --- @@ -261913,7 +261913,7 @@ index fb99c3b1c7f1..f7f18331db02 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Sat, 19 Mar 2022 22:19:51 +0000 -Subject: [PATCH 0794/1283] overlays: Fix cam*_reg_gpio parameter on CM1 +Subject: [PATCH 0794/1282] overlays: Fix cam*_reg_gpio parameter on CM1 See: https://github.com/raspberrypi/linux/pull/4945 @@ -261944,7 +261944,7 @@ index dd59f884d796..c7845d2ba7ff 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jeff LaBundy Date: Sat, 19 Mar 2022 20:31:30 -0500 -Subject: [PATCH 0795/1283] overlays: iqs550: Enable interrupt pull-down +Subject: [PATCH 0795/1282] overlays: iqs550: Enable interrupt pull-down The device's active-high interrupt normally serves as a push-pull output, but becomes high-impedance during bootloader mode. Enable @@ -261996,7 +261996,7 @@ index bb5a4d921962..c3956937055f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 21 Mar 2022 18:27:45 +0000 -Subject: [PATCH 0796/1283] dtoverlays: Connect the backlight to the pitft35 +Subject: [PATCH 0796/1282] dtoverlays: Connect the backlight to the pitft35 display DRM will automatically handle the backlight with the display if @@ -262036,7 +262036,7 @@ index 713532cb2272..e11e1920024a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 7 Mar 2022 15:19:38 +0000 -Subject: [PATCH 0797/1283] drm/vc4: hdmi: Add CSC for BT601/709/2020 limited +Subject: [PATCH 0797/1282] drm/vc4: hdmi: Add CSC for BT601/709/2020 limited and full range output The HVS always composes in the RGB domain, but there is a colourspace @@ -262349,7 +262349,7 @@ index 9753b452e999..c0adb674fa44 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 23 Mar 2022 14:44:49 +0000 -Subject: [PATCH 0798/1283] Revert "usb: xhci: expand the scope of +Subject: [PATCH 0798/1282] Revert "usb: xhci: expand the scope of XHCI_VLI_SS_BULK_OUT_BUG" This reverts commit 40686d87f87a46b3abf48a8dcaee5e0a031deafb. @@ -262362,10 +262362,10 @@ Signed-off-by: Phil Elwell 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c -index f77665b4a492..62e280454dd2 100644 +index 4d9faae05caa..6641a9e68018 100644 --- a/drivers/usb/host/xhci.c +++ b/drivers/usb/host/xhci.c -@@ -1415,12 +1415,9 @@ static void xhci_unmap_temp_buf(struct usb_hcd *hcd, struct urb *urb) +@@ -1419,12 +1419,9 @@ static void xhci_unmap_temp_buf(struct usb_hcd *hcd, struct urb *urb) static int xhci_map_urb_for_dma(struct usb_hcd *hcd, struct urb *urb, gfp_t mem_flags) { @@ -262378,7 +262378,7 @@ index f77665b4a492..62e280454dd2 100644 if (xhci_urb_suitable_for_idt(urb)) return 0; -@@ -1429,16 +1426,6 @@ static int xhci_map_urb_for_dma(struct usb_hcd *hcd, struct urb *urb, +@@ -1433,16 +1430,6 @@ static int xhci_map_urb_for_dma(struct usb_hcd *hcd, struct urb *urb, if (xhci_urb_temp_buffer_required(hcd, urb)) return xhci_map_temp_buffer(hcd, urb); } @@ -262395,7 +262395,7 @@ index f77665b4a492..62e280454dd2 100644 return usb_hcd_map_urb_for_dma(hcd, urb, mem_flags); } -@@ -1452,8 +1439,7 @@ static void xhci_unmap_urb_for_dma(struct usb_hcd *hcd, struct urb *urb) +@@ -1456,8 +1443,7 @@ static void xhci_unmap_urb_for_dma(struct usb_hcd *hcd, struct urb *urb) if (urb->num_sgs && (urb->transfer_flags & URB_DMA_MAP_SINGLE)) unmap_temp_buf = true; @@ -262412,7 +262412,7 @@ index f77665b4a492..62e280454dd2 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Mon, 14 Mar 2022 17:56:10 +0000 -Subject: [PATCH 0799/1283] vc4/drm: vc4_plane: Keep fractional source coords +Subject: [PATCH 0799/1282] vc4/drm: vc4_plane: Keep fractional source coords inside state Signed-off-by: Dom Cobley @@ -262632,7 +262632,7 @@ index 1e9220b26029..c3fc82ef3f91 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Fri, 9 Apr 2021 15:00:40 +0100 -Subject: [PATCH 0800/1283] vc4/drm: Handle fractional coordinates using the +Subject: [PATCH 0800/1282] vc4/drm: Handle fractional coordinates using the phase field Signed-off-by: Dom Cobley @@ -262743,7 +262743,7 @@ index c3fc82ef3f91..e5d887a60d82 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Wed, 26 Jan 2022 15:58:13 +0000 -Subject: [PATCH 0801/1283] drm: Add chroma siting properties +Subject: [PATCH 0801/1282] drm: Add chroma siting properties Signed-off-by: Dom Cobley --- @@ -262927,7 +262927,7 @@ index fed97e35626f..ef61f7ae8ab6 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Thu, 27 Jan 2022 15:32:04 +0000 -Subject: [PATCH 0802/1283] vc4/drm:plane: Make use of chroma siting parameter +Subject: [PATCH 0802/1282] vc4/drm:plane: Make use of chroma siting parameter Signed-off-by: Dom Cobley --- @@ -262993,7 +262993,7 @@ index e5d887a60d82..eff35cba1408 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Tue, 22 Mar 2022 15:16:40 +0000 -Subject: [PATCH 0803/1283] drivers: staging: bcm2835-isp: Clear LS table +Subject: [PATCH 0803/1282] drivers: staging: bcm2835-isp: Clear LS table handle in the firmware When all nodes have stopped streaming, ensure the firmware has released its @@ -263036,7 +263036,7 @@ index 9ea817073dcd..b674992aee01 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?= Date: Sun, 27 Feb 2022 13:47:09 +0100 -Subject: [PATCH 0804/1283] dt-bindings: display: add bindings for MIPI DBI +Subject: [PATCH 0804/1282] dt-bindings: display: add bindings for MIPI DBI compatible SPI panels MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 @@ -263219,7 +263219,7 @@ index 000000000000..f29789994b18 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?= Date: Sun, 27 Feb 2022 13:47:11 +0100 -Subject: [PATCH 0805/1283] drm/modes: Add of_get_drm_panel_display_mode() +Subject: [PATCH 0805/1282] drm/modes: Add of_get_drm_panel_display_mode() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @@ -263339,7 +263339,7 @@ index 29ba4adf0c53..2fa6b2c33b3f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?= Date: Sun, 27 Feb 2022 13:47:12 +0100 -Subject: [PATCH 0806/1283] drm/mipi-dbi: Add driver_private member to struct +Subject: [PATCH 0806/1282] drm/mipi-dbi: Add driver_private member to struct mipi_dbi_dev MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 @@ -263390,7 +263390,7 @@ index 05e194958265..0981f80eb706 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?= Date: Sun, 27 Feb 2022 13:47:13 +0100 -Subject: [PATCH 0807/1283] drm/tiny: Add MIPI DBI compatible SPI driver +Subject: [PATCH 0807/1282] drm/tiny: Add MIPI DBI compatible SPI driver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @@ -263451,10 +263451,10 @@ Link: https://patchwork.freedesktop.org/patch/msgid/20220227124713.39766-6-noral create mode 100644 drivers/gpu/drm/tiny/panel-mipi-dbi.c diff --git a/MAINTAINERS b/MAINTAINERS -index 4c7b291ad84f..fd078adc708d 100644 +index 626e486fa98f..ecb7122e8740 100644 --- a/MAINTAINERS +++ b/MAINTAINERS -@@ -5980,6 +5980,14 @@ T: git git://anongit.freedesktop.org/drm/drm-misc +@@ -5979,6 +5979,14 @@ T: git git://anongit.freedesktop.org/drm/drm-misc F: Documentation/devicetree/bindings/display/multi-inno,mi0283qt.txt F: drivers/gpu/drm/tiny/mi0283qt.c @@ -263918,7 +263918,7 @@ index 000000000000..7f8c6c51387f From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?= Date: Wed, 2 Mar 2022 18:17:44 +0100 -Subject: [PATCH 0808/1283] configs: Add MIPI DBI display driver +Subject: [PATCH 0808/1282] configs: Add MIPI DBI display driver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @@ -264001,7 +264001,7 @@ index c98578ac5de0..a24f2c241ed9 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?= Date: Mon, 7 Mar 2022 17:05:49 +0100 -Subject: [PATCH 0809/1283] overlays: Add overlay for MIPI DBI displays +Subject: [PATCH 0809/1282] overlays: Add overlay for MIPI DBI displays MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @@ -264292,7 +264292,7 @@ index 000000000000..0677f79cce6e From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Matt Flax Date: Sun, 27 Mar 2022 22:42:47 +1100 -Subject: [PATCH 0810/1283] audioinjector.net: stereo and zero, use +Subject: [PATCH 0810/1282] audioinjector.net: stereo and zero, use dev_err_probe, report success Use dev_err_probe to follow best practice, and leave a message in @@ -264327,7 +264327,7 @@ index 3f24fa739081..ad337201c558 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?= Date: Sat, 26 Mar 2022 18:59:27 +0100 -Subject: [PATCH 0811/1283] Revert "update rpi-display-overlay.dts pins for +Subject: [PATCH 0811/1282] Revert "update rpi-display-overlay.dts pins for 5.10+" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 @@ -264365,7 +264365,7 @@ index 2cf937b56456..de87432ff2be 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?= Date: Sun, 27 Mar 2022 18:54:17 +0200 -Subject: [PATCH 0812/1283] overlays/rpi-display: Add support for DRM driver +Subject: [PATCH 0812/1282] overlays/rpi-display: Add support for DRM driver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @@ -264509,7 +264509,7 @@ index de87432ff2be..789644b9f251 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 28 Mar 2022 11:52:48 +0100 -Subject: [PATCH 0813/1283] bcm2835-codec: Return empty buffers to the VPU +Subject: [PATCH 0813/1282] bcm2835-codec: Return empty buffers to the VPU instead of queueing to vbuf2 The encoder can skip frames totally should rate control overshoot @@ -264564,7 +264564,7 @@ index ebda39a2cc06..8abdd7f6b7fd 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: David Plowman Date: Tue, 29 Mar 2022 16:10:06 +0100 -Subject: [PATCH 0814/1283] mm,page_alloc,cma: introduce a customisable +Subject: [PATCH 0814/1282] mm,page_alloc,cma: introduce a customisable threshold for allocating pages in cma On some platforms the cma area can be half the entire system memory, @@ -264582,7 +264582,7 @@ Signed-off-by: David Plowman 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/mm/page_alloc.c b/mm/page_alloc.c -index c929357fbefe..19348179ebca 100644 +index f320ee2bd34a..ad4f9a56cfd9 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -190,6 +190,27 @@ EXPORT_SYMBOL(init_on_alloc); @@ -264637,7 +264637,7 @@ index c929357fbefe..19348179ebca 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 30 Mar 2022 09:48:41 +0100 -Subject: [PATCH 0815/1283] pinctrl: bcm2835: Only return non-GPIOs to inputs +Subject: [PATCH 0815/1282] pinctrl: bcm2835: Only return non-GPIOs to inputs Allowing GPIO state to persist allows the use of gpioset to control GPIO levels without having to use the --mode=wait feature. @@ -264685,7 +264685,7 @@ index 894c69ceec13..7a58cb810a8e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Ben Avison Date: Wed, 30 Mar 2022 11:43:25 +0100 -Subject: [PATCH 0816/1283] ARM: dts: Enable PMU on Cortex-A72 in AArch32 state +Subject: [PATCH 0816/1282] ARM: dts: Enable PMU on Cortex-A72 in AArch32 state There is no specific AArch32 driver for the Cortex-A72 PMU, but the Cortex-A7 one works and is much better than no PMU driver at all. @@ -264715,7 +264715,7 @@ index f8c327b3c660..ff84a093ad18 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 31 Mar 2022 12:03:36 +0100 -Subject: [PATCH 0817/1283] drm/panel: ilitek-ili9881c: Clean up on +Subject: [PATCH 0817/1282] drm/panel: ilitek-ili9881c: Clean up on mipi_dsi_attach failure mipi_dsi_attach is allowed to fail, and currently the probe @@ -264752,7 +264752,7 @@ index 6e03d9b0be60..5446b07439f4 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 31 Mar 2022 12:05:04 +0100 -Subject: [PATCH 0818/1283] drm/panel: panel-ilitek9881c: Add +Subject: [PATCH 0818/1282] drm/panel: panel-ilitek9881c: Add prepare_upstream_first flag The panel sends MIPI DCS commands during prepare and is expecting @@ -264786,7 +264786,7 @@ index 5446b07439f4..c2afc4368553 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Thu, 31 Mar 2022 17:55:51 +0100 -Subject: [PATCH 0819/1283] brcmfmac: Restore ISO3166 and 0 rev as a fallback +Subject: [PATCH 0819/1282] brcmfmac: Restore ISO3166 and 0 rev as a fallback Commit b0b524f079a2 ("brcmfmac: use ISO3166 country code and 0 rev as fallback") was a welcome addition for Raspberry Pi as it replaced @@ -264803,10 +264803,10 @@ Signed-off-by: Phil Elwell 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c -index 5f2a4b06ab83..304354b35b64 100644 +index 0f4c31d59f0f..b204f9a16ba7 100644 --- a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c +++ b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c -@@ -7482,18 +7482,23 @@ static s32 brcmf_translate_country_code(struct brcmf_pub *drvr, char alpha2[2], +@@ -7490,18 +7490,23 @@ static s32 brcmf_translate_country_code(struct brcmf_pub *drvr, char alpha2[2], s32 found_index; int i; @@ -264843,7 +264843,7 @@ index 5f2a4b06ab83..304354b35b64 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: 6by9 <6by9@users.noreply.github.com> Date: Fri, 1 Apr 2022 11:31:38 +0100 -Subject: [PATCH 0820/1283] drm/vc4: Force trigger of dlist update on margins +Subject: [PATCH 0820/1282] drm/vc4: Force trigger of dlist update on margins change (#4970) When the margins are changed, the dlist needs to be regenerated @@ -264909,7 +264909,7 @@ index 7164017d35fa..918dbf8d8058 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Sun, 3 Apr 2022 15:27:46 +0100 -Subject: [PATCH 0821/1283] configs: Re-enable all GSPCA camera modules +Subject: [PATCH 0821/1282] configs: Re-enable all GSPCA camera modules The GSPCA camera modules were lost due to change in a default value - when has that happened before? @@ -265222,7 +265222,7 @@ index a24f2c241ed9..b218f552442c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Fri, 23 Oct 2020 14:39:23 +0200 -Subject: [PATCH 0822/1283] drm/atomic-helpers: remove legacy_cursor_update +Subject: [PATCH 0822/1282] drm/atomic-helpers: remove legacy_cursor_update hacks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 @@ -265311,7 +265311,7 @@ index cd48d4aa20dd..e54f086b5ba7 100644 commit->event = kzalloc(sizeof(*commit->event), GFP_KERNEL); diff --git a/drivers/gpu/drm/i915/display/intel_display.c b/drivers/gpu/drm/i915/display/intel_display.c -index 566b34ba57e1..f6f64f539858 100644 +index 26811176846d..4234d5c0957f 100644 --- a/drivers/gpu/drm/i915/display/intel_display.c +++ b/drivers/gpu/drm/i915/display/intel_display.c @@ -10822,6 +10822,19 @@ static int intel_atomic_commit(struct drm_device *dev, @@ -265354,7 +265354,7 @@ index 458f4e4316dd..67a503d3dd0a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 31 Mar 2022 15:27:43 +0200 -Subject: [PATCH 0823/1283] Revert "drm/vc4: hvs: Defer dlist slots +Subject: [PATCH 0823/1282] Revert "drm/vc4: hvs: Defer dlist slots deallocation" This reverts commit e99a1b69da07ee3b89a6b8005b854e6c04bfb450. @@ -265709,7 +265709,7 @@ index 625f49991e20..3b7b1fef77ec 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Wed, 6 Apr 2022 20:35:13 +0100 -Subject: [PATCH 0824/1283] drm/vc4_hdmi: Force modeset when bpc changes +Subject: [PATCH 0824/1282] drm/vc4_hdmi: Force modeset when bpc changes See: https://forum.libreelec.tv/thread/25427-le-10-0-2-on-rpi4-not-playing-files-that-10-0-1-had-no-problems-with/ @@ -265764,7 +265764,7 @@ index c0adb674fa44..4ab1ef0e22e2 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 15 Jun 2021 18:18:42 +0100 -Subject: [PATCH 0825/1283] media: i2c: imx258: Remove unused defines +Subject: [PATCH 0825/1282] media: i2c: imx258: Remove unused defines The IMX258_FLL_* defines are unused. Remove them. @@ -265797,7 +265797,7 @@ index c249507aa2db..f3172e165354 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 15 Jun 2021 18:34:38 +0100 -Subject: [PATCH 0826/1283] media: i2c: imx258: Make image geometry meet sensor +Subject: [PATCH 0826/1282] media: i2c: imx258: Make image geometry meet sensor requirements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 @@ -265950,7 +265950,7 @@ index f3172e165354..c494cdf69bc8 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 30 Mar 2022 14:55:01 +0100 -Subject: [PATCH 0827/1283] media: i2c: imx258: Disable digital cropping on +Subject: [PATCH 0827/1282] media: i2c: imx258: Disable digital cropping on binned modes The binned modes set DIG_CROP_X_OFFSET and DIG_CROP_IMAGE_WIDTH @@ -266003,7 +266003,7 @@ index c494cdf69bc8..c150742d9c75 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 15 Jun 2021 18:29:52 +0100 -Subject: [PATCH 0828/1283] media: i2c: imx258: Implement HFLIP and VFLIP +Subject: [PATCH 0828/1282] media: i2c: imx258: Implement HFLIP and VFLIP controls. The sensor supports H & V flips, so implement the relevant controls. @@ -266278,7 +266278,7 @@ index c150742d9c75..7e3874461772 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 15 Jun 2021 18:38:46 +0100 -Subject: [PATCH 0829/1283] media: i2c: imx258: Remove redundant I2C writes. +Subject: [PATCH 0829/1282] media: i2c: imx258: Remove redundant I2C writes. Registers 0x0202 and 0x0203 are written via the control handler for V4L2_CID_EXPOSURE, so are not needed from the mode lists. @@ -266326,7 +266326,7 @@ index 7e3874461772..72992f406425 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 15 Jun 2021 18:45:40 +0100 -Subject: [PATCH 0830/1283] media: i2c: imx258: Add regulator control +Subject: [PATCH 0830/1282] media: i2c: imx258: Add regulator control The device tree bindings define the relevant regulators for the sensor, so update the driver to request the regulators and control @@ -266441,7 +266441,7 @@ index 72992f406425..43ad104eb1a2 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 15 Jun 2021 18:56:33 +0100 -Subject: [PATCH 0831/1283] media: i2c: imx258: Make V4L2_CID_VBLANK +Subject: [PATCH 0831/1282] media: i2c: imx258: Make V4L2_CID_VBLANK configurable. The values and ranges of V4L2_CID_VBLANK are all computed, @@ -266523,7 +266523,7 @@ index 43ad104eb1a2..e21a2eadf48a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 15 Jun 2021 19:01:46 +0100 -Subject: [PATCH 0832/1283] media: i2c: imx258: Register the ctrls from fwnode +Subject: [PATCH 0832/1282] media: i2c: imx258: Register the ctrls from fwnode properties Use v4l2_ctrl_new_fwnode_properties to register the standard @@ -266565,7 +266565,7 @@ index e21a2eadf48a..8f80ec208e4f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 16 Jun 2021 13:08:00 +0100 -Subject: [PATCH 0833/1283] media: i2c: imx258: Add support for 24MHz clock +Subject: [PATCH 0833/1282] media: i2c: imx258: Add support for 24MHz clock There's no reason why the clock must be 19.2MHz and nothing else (indeed this isn't even a frequency listed in the datasheet), @@ -266857,7 +266857,7 @@ index 8f80ec208e4f..e0c74e871633 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 16 Jun 2021 16:27:06 +0100 -Subject: [PATCH 0834/1283] media: i2c: imx258: Add support for running on 2 +Subject: [PATCH 0834/1282] media: i2c: imx258: Add support for running on 2 CSI data lanes Extends the driver to also support 2 data lanes. @@ -267274,7 +267274,7 @@ index e0c74e871633..f1d136616e35 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 16 Jun 2021 17:19:17 +0100 -Subject: [PATCH 0835/1283] media: i2c: imx258: Follow normal V4L2 behaviours +Subject: [PATCH 0835/1282] media: i2c: imx258: Follow normal V4L2 behaviours for clipping exposure V4L2 sensor drivers are expected are expected to clip the supported @@ -267383,7 +267383,7 @@ index f1d136616e35..e485176f49ff 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 23 Mar 2022 15:48:49 +0000 -Subject: [PATCH 0836/1283] media: i2c: imx258: Add get_selection for pixel +Subject: [PATCH 0836/1282] media: i2c: imx258: Add get_selection for pixel array information Libcamera requires the cropping information for each mode, so @@ -267558,7 +267558,7 @@ index e485176f49ff..21a8cc4d9e01 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 31 Mar 2022 15:33:59 +0100 -Subject: [PATCH 0837/1283] media: i2c: imx258: Allow configuration of clock +Subject: [PATCH 0837/1282] media: i2c: imx258: Allow configuration of clock lane behaviour The sensor supports the clock lane either remaining in HS mode @@ -267624,7 +267624,7 @@ index 21a8cc4d9e01..d4b3fefa31c6 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 31 Mar 2022 15:39:40 +0100 -Subject: [PATCH 0838/1283] media: i2c: imx258: Correct max FRM_LENGTH_LINES +Subject: [PATCH 0838/1282] media: i2c: imx258: Correct max FRM_LENGTH_LINES value The data sheet states that the maximum value for registers @@ -267656,7 +267656,7 @@ index d4b3fefa31c6..9f193625d61b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 31 Mar 2022 16:45:36 +0100 -Subject: [PATCH 0839/1283] media: i2c: imx258: Add support for long exposure +Subject: [PATCH 0839/1282] media: i2c: imx258: Add support for long exposure modes The sensor has a register CIT_LSHIFT which extends the exposure @@ -267762,7 +267762,7 @@ index 9f193625d61b..ab6db06d294b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 31 Mar 2022 17:12:12 +0100 -Subject: [PATCH 0840/1283] media: i2c: imx258: Issue reset before starting +Subject: [PATCH 0840/1282] media: i2c: imx258: Issue reset before starting streaming Whilst not documented, register 0x0103 bit 0 is the soft @@ -267809,7 +267809,7 @@ index ab6db06d294b..ace09856adda 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 1 Apr 2022 18:54:12 +0100 -Subject: [PATCH 0841/1283] media: i2c: imx258: Set pixel_rate range to the +Subject: [PATCH 0841/1282] media: i2c: imx258: Set pixel_rate range to the same as the value With a read only control there is limited point in advertising @@ -267874,7 +267874,7 @@ index ace09856adda..7647938f58cf 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 1 Apr 2022 18:56:54 +0100 -Subject: [PATCH 0842/1283] media: i2c: imx258: Support faster pixel rate on +Subject: [PATCH 0842/1282] media: i2c: imx258: Support faster pixel rate on binned modes With the binned modes, there is little point in faithfully @@ -268134,7 +268134,7 @@ index 7647938f58cf..63692f75c641 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 23 Mar 2022 14:07:56 +0000 -Subject: [PATCH 0843/1283] defconfigs: Add IMX258 to the Pi defconfigs +Subject: [PATCH 0843/1282] defconfigs: Add IMX258 to the Pi defconfigs Signed-off-by: Dave Stevenson --- @@ -268212,7 +268212,7 @@ index b218f552442c..d4ffabfdc9c6 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 10 Jun 2021 17:42:47 +0100 -Subject: [PATCH 0844/1283] dtoverlays: Add overlay for Sony IMX258 image +Subject: [PATCH 0844/1282] dtoverlays: Add overlay for Sony IMX258 image sensor Signed-off-by: Dave Stevenson @@ -268425,7 +268425,7 @@ index 000000000000..12326040c457 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Matt Flax Date: Tue, 12 Apr 2022 02:28:07 +1000 -Subject: [PATCH 0845/1283] Add support for the AudioInjector.net bare i2s +Subject: [PATCH 0845/1282] Add support for the AudioInjector.net bare i2s sound card Signed-off-by: Matt Flax @@ -268528,7 +268528,7 @@ index 000000000000..7565ac4d1c28 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Wed, 30 Mar 2022 17:49:31 +0100 -Subject: [PATCH 0846/1283] vc4_hdmi: Remove +Subject: [PATCH 0846/1282] vc4_hdmi: Remove VC4_HDMI_SCHEDULER_CONTROL_VERT_ALWAYS_KEEPOUT This bit ensures data island packets are never generated when disallowed by HDCP. @@ -268560,7 +268560,7 @@ index 4ab1ef0e22e2..9c542fe4c4dd 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 13 Apr 2022 13:50:30 +0100 -Subject: [PATCH 0847/1283] configs: bcm2711_defconfig: Enable KASLR +Subject: [PATCH 0847/1282] configs: bcm2711_defconfig: Enable KASLR Although KASLR is enabled in the old bcmrpi3_defconfig, it is omitted from bcm2711_defconfig. Correct that oversight. @@ -268591,7 +268591,7 @@ index 98832f25ad60..250770ba059e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Tue, 12 Apr 2022 18:30:49 +0100 -Subject: [PATCH 0848/1283] config: Enable CONFIG_MODULE_COMPRESS_XZ +Subject: [PATCH 0848/1282] config: Enable CONFIG_MODULE_COMPRESS_XZ See: https://github.com/raspberrypi/linux/issues/4966 Signed-off-by: Dom Cobley @@ -268670,7 +268670,7 @@ index d4ffabfdc9c6..45de87991995 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?= Date: Wed, 13 Apr 2022 19:28:35 +0200 -Subject: [PATCH 0849/1283] overlays: mipi-dbi-spi: width-mm and height-mm are +Subject: [PATCH 0849/1282] overlays: mipi-dbi-spi: width-mm and height-mm are mandatory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 @@ -268709,7 +268709,7 @@ index 0677f79cce6e..42b0e6b6318a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 19 Apr 2022 17:12:34 +0100 -Subject: [PATCH 0850/1283] configs: (Re)Enable CONFIG_IR_TOY +Subject: [PATCH 0850/1282] configs: (Re)Enable CONFIG_IR_TOY Somehow or other, CONFIG_IR_TOY=m got dropped from the standard Pi defconfigs around 5.13. Restore it. @@ -268792,7 +268792,7 @@ index 45de87991995..f38d6ac58fdb 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 19 Apr 2022 20:21:26 +0100 -Subject: [PATCH 0851/1283] config: Enable the NFT_SYNPROXY module +Subject: [PATCH 0851/1282] config: Enable the NFT_SYNPROXY module The NFT_SYNPROXY module is apparently useful for port scan protection, and at 11kB barely changes the size of the downloads. @@ -268875,7 +268875,7 @@ index f38d6ac58fdb..e162165e947d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 19 Jan 2022 16:22:19 +0100 -Subject: [PATCH 0852/1283] clk: Introduce Kunit Tests for the framework +Subject: [PATCH 0852/1282] clk: Introduce Kunit Tests for the framework Let's test various parts of the rate-related clock API with the kunit testing framework. @@ -269731,7 +269731,7 @@ index 000000000000..a8d7eba01de7 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 5 May 2021 15:35:34 +0200 -Subject: [PATCH 0853/1283] clk: Always clamp the rounded rate +Subject: [PATCH 0853/1282] clk: Always clamp the rounded rate The current core while setting the min and max rate properly in the clk_request structure will not make sure that the requested rate is @@ -269912,7 +269912,7 @@ index a8d7eba01de7..2279be699001 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 17 Jan 2022 16:38:10 +0100 -Subject: [PATCH 0854/1283] clk: Use clamp instead of open-coding our own +Subject: [PATCH 0854/1282] clk: Use clamp instead of open-coding our own The code in clk_set_rate_range() will, if the current rate is outside of the new range, force it to the minimum or maximum. @@ -269951,7 +269951,7 @@ index c775f2153b66..db27c68f7935 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 17 Jan 2022 16:43:13 +0100 -Subject: [PATCH 0855/1283] clk: Always set the rate on clk_set_range_rate +Subject: [PATCH 0855/1282] clk: Always set the rate on clk_set_range_rate When we change a clock minimum or maximum using clk_set_rate_range(), clk_set_min_rate() or clk_set_max_rate(), the current code will only @@ -270155,7 +270155,7 @@ index 2279be699001..2c5d30a9372e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 17 Jan 2022 16:43:52 +0100 -Subject: [PATCH 0856/1283] clk: Add clk_drop_range +Subject: [PATCH 0856/1282] clk: Add clk_drop_range In order to reset the range on a clock, we need to call clk_set_rate_range with a minimum of 0 and a maximum of ULONG_MAX. Since @@ -270220,7 +270220,7 @@ index 96effb0a25e2..f50024846482 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 25 Mar 2022 11:27:28 +0100 -Subject: [PATCH 0857/1283] clk: test: Test clk_set_rate_range on orphan mux +Subject: [PATCH 0857/1282] clk: test: Test clk_set_rate_range on orphan mux A bug recently affected the Tegra30 where calling clk_set_rate_range() on a clock would make it change its rate to the minimum. @@ -270384,7 +270384,7 @@ index a92600311506..146b1759798e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 25 Mar 2022 17:11:44 +0100 -Subject: [PATCH 0858/1283] clk: Drop the rate range on clk_put() +Subject: [PATCH 0858/1282] clk: Drop the rate range on clk_put() When clk_put() is called we don't make another clk_set_rate() call to re-evaluate the rate boundaries. This is unlike clk_set_rate_range() @@ -270630,7 +270630,7 @@ index 146b1759798e..efd5ffaf7e35 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 1 Apr 2022 17:08:26 +0200 -Subject: [PATCH 0859/1283] clk: tests: Add test suites description +Subject: [PATCH 0859/1282] clk: tests: Add test suites description We start to have a few test suites, and we'll add more, so it will get pretty confusing to figure out what is supposed to be tested in what @@ -270728,7 +270728,7 @@ index efd5ffaf7e35..4e4428fe9278 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 1 Apr 2022 14:53:49 +0200 -Subject: [PATCH 0860/1283] clk: tests: Add reference to the orphan mux bug +Subject: [PATCH 0860/1282] clk: tests: Add reference to the orphan mux bug report Some more context might be useful for unit-tests covering a previously @@ -270762,7 +270762,7 @@ index 4e4428fe9278..77230ccae180 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 8 Apr 2022 09:54:39 +0200 -Subject: [PATCH 0861/1283] clk: tests: Add tests for uncached clock +Subject: [PATCH 0861/1282] clk: tests: Add tests for uncached clock The clock framework supports clocks that can have their rate changed without the kernel knowing about it using the CLK_GET_RATE_NOCACHE flag. @@ -270892,7 +270892,7 @@ index 77230ccae180..e417c69d8492 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 7 Apr 2022 14:21:55 +0200 -Subject: [PATCH 0862/1283] clk: tests: Add tests for single parent mux +Subject: [PATCH 0862/1282] clk: tests: Add tests for single parent mux We have a few tests for a mux with a single parent, testing the case where it used to be orphan. @@ -271132,7 +271132,7 @@ index e417c69d8492..beca502949fa 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 7 Apr 2022 14:58:34 +0200 -Subject: [PATCH 0863/1283] clk: tests: Add tests for mux with multiple parents +Subject: [PATCH 0863/1282] clk: tests: Add tests for mux with multiple parents We'll need to test a few corner cases that occur when we have a mux clock whose default parent is missing. @@ -271299,7 +271299,7 @@ index beca502949fa..6c9cbfac3d00 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Sat, 2 Apr 2022 17:27:40 +0200 -Subject: [PATCH 0864/1283] clk: tests: Add some tests for orphan with multiple +Subject: [PATCH 0864/1282] clk: tests: Add some tests for orphan with multiple parents Let's leverage the dummy mux with multiple parents we have to create a @@ -271515,7 +271515,7 @@ index 6c9cbfac3d00..45c33e22fdce 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 8 Apr 2022 10:06:11 +0200 -Subject: [PATCH 0865/1283] clk: Take into account uncached clocks in +Subject: [PATCH 0865/1282] clk: Take into account uncached clocks in clk_set_rate_range() clk_set_rate_range() will use the last requested rate for the clock when @@ -271607,7 +271607,7 @@ index 45c33e22fdce..cad3abd27e0c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 1 Apr 2022 11:09:29 +0200 -Subject: [PATCH 0866/1283] clk: Fix clk_get_parent() documentation +Subject: [PATCH 0866/1282] clk: Fix clk_get_parent() documentation The clk_get_parent() documentation in the header states that it will return a valid pointer, or an error pointer on failure. @@ -271684,7 +271684,7 @@ index f50024846482..fb458ac6ec11 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 1 Apr 2022 15:26:46 +0200 -Subject: [PATCH 0867/1283] clk: Set req_rate on reparenting +Subject: [PATCH 0867/1282] clk: Set req_rate on reparenting If a non-rate clock started by default with a parent that never registered, core->req_rate will be 0. The expectation is that whenever @@ -272026,7 +272026,7 @@ index c7099e864688..d2f711e42b81 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 1 Apr 2022 15:27:09 +0200 -Subject: [PATCH 0868/1283] clk: Skip set_rate_range if our clock is orphan +Subject: [PATCH 0868/1282] clk: Skip set_rate_range if our clock is orphan clk_set_rate_range will now force a clk_set_rate() call to core->req_rate. However, if our clock is orphan, req_rate will be 0 and @@ -272157,7 +272157,7 @@ index d2f711e42b81..2b22b7090968 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Sat, 2 Apr 2022 13:45:05 +0200 -Subject: [PATCH 0869/1283] clk: Add our request boundaries in +Subject: [PATCH 0869/1282] clk: Add our request boundaries in clk_core_init_rate_req The expectation is that a new clk_rate_request is initialized through a @@ -272225,7 +272225,7 @@ index 92a276698574..e6e13e844e1d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Sat, 2 Apr 2022 13:48:03 +0200 -Subject: [PATCH 0870/1283] clk: Change clk_core_init_rate_req prototype +Subject: [PATCH 0870/1282] clk: Change clk_core_init_rate_req prototype The expectation is that a clk_rate_request structure is supposed to be initialized using clk_core_init_rate_req(), yet the rate we want to @@ -272289,7 +272289,7 @@ index e6e13e844e1d..e4b1031d925b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Sat, 2 Apr 2022 14:49:56 +0200 -Subject: [PATCH 0871/1283] clk: Introduce clk_hw_init_rate_request() +Subject: [PATCH 0871/1282] clk: Introduce clk_hw_init_rate_request() Some drivers (at91, imx, qcom) use __clk_determine_rate directly, and thus will need to initialise a clk_rate_request structure. @@ -272370,7 +272370,7 @@ index f59c875271a0..402aef48119b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Sat, 2 Apr 2022 14:01:37 +0200 -Subject: [PATCH 0872/1283] clk: Add missing clk_core_init_rate_req calls +Subject: [PATCH 0872/1282] clk: Add missing clk_core_init_rate_req calls Some callers of clk_core_round_rate_nolock() will initialize the clk_rate_request structure by hand, missing a few parameters that leads @@ -272425,7 +272425,7 @@ index aff8da360cb4..cc93c20c1903 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Sat, 2 Apr 2022 14:06:53 +0200 -Subject: [PATCH 0873/1283] clk: Remove redundant clk_core_init_rate_req() call +Subject: [PATCH 0873/1282] clk: Remove redundant clk_core_init_rate_req() call Since all the users of clk_core_round_rate_nolock() will now properly initialize, there's no need for it to initialize the request itself. @@ -272465,7 +272465,7 @@ index cc93c20c1903..8ec5f623c668 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Sat, 2 Apr 2022 13:52:55 +0200 -Subject: [PATCH 0874/1283] clk: Switch from __clk_determine_rate to +Subject: [PATCH 0874/1282] clk: Switch from __clk_determine_rate to clk_core_round_rate_nolock clk_mux_determine_rate_flags() will call into __clk_determine_rate() @@ -272531,7 +272531,7 @@ index 8ec5f623c668..ad92bd037bf9 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 7 Apr 2022 14:11:37 +0200 -Subject: [PATCH 0875/1283] clk: Introduce clk_core_has_parent() +Subject: [PATCH 0875/1282] clk: Introduce clk_core_has_parent() We will need to know if a clk_core pointer has a given parent in other functions, so let's create a clk_core_has_parent() function that @@ -272672,7 +272672,7 @@ index 2b22b7090968..9dbc116f49a8 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Sat, 2 Apr 2022 14:36:59 +0200 -Subject: [PATCH 0876/1283] clk: Stop forwarding clk_rate_requests to the +Subject: [PATCH 0876/1282] clk: Stop forwarding clk_rate_requests to the parent If the clock cannot modify its rate and has CLK_SET_RATE_PARENT, @@ -273047,7 +273047,7 @@ index 9dbc116f49a8..ee91d1efea23 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Sat, 2 Apr 2022 14:37:39 +0200 -Subject: [PATCH 0877/1283] clk: Zero the clk_rate_request structure +Subject: [PATCH 0877/1282] clk: Zero the clk_rate_request structure In order to make sure we don't carry anything over from an already existing clk_rate_request pointer we would pass to @@ -273081,7 +273081,7 @@ index 33b1c4db265c..ab9b048f7fde 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Tue, 5 Apr 2022 15:20:27 +0200 -Subject: [PATCH 0878/1283] clk: Test the clock pointer in clk_hw_get_name() +Subject: [PATCH 0878/1282] clk: Test the clock pointer in clk_hw_get_name() Unlike __clk_get_name(), clk_hw_get_name() doesn't test wether passed clk_hw pointer is NULL or not and dereferences it directly. This can @@ -273116,7 +273116,7 @@ index ab9b048f7fde..8545dee8c16f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 17 Jan 2022 17:19:30 +0100 -Subject: [PATCH 0879/1283] clk: bcm: rpi: Add variant structure +Subject: [PATCH 0879/1282] clk: bcm: rpi: Add variant structure We only export a bunch of firmware clocks, and some of them require special treatment. @@ -273274,7 +273274,7 @@ index 62971532eaaa..33f7d6662631 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 17 Jan 2022 17:31:06 +0100 -Subject: [PATCH 0880/1283] clk: bcm: rpi: Set a default minimum rate +Subject: [PATCH 0880/1282] clk: bcm: rpi: Set a default minimum rate The M2MC clock provides the state machine clock for both HDMI controllers. @@ -273349,7 +273349,7 @@ index 33f7d6662631..20d0b829134b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 17 Jan 2022 17:36:23 +0100 -Subject: [PATCH 0881/1283] clk: bcm: rpi: Run some clocks at the minimum rate +Subject: [PATCH 0881/1282] clk: bcm: rpi: Run some clocks at the minimum rate allowed The core clock and M2MC clocks are shared between some devices (Unicam @@ -273453,7 +273453,7 @@ index 20d0b829134b..4abecd6f528d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 16 Mar 2022 09:51:32 +0100 -Subject: [PATCH 0882/1283] Revert "drm/vc4: kms: Move clock request to our HVS +Subject: [PATCH 0882/1282] Revert "drm/vc4: kms: Move clock request to our HVS state" This reverts commit c65633a429b15f9d182a5bc7d6387fecbd5b7bb0. @@ -273514,7 +273514,7 @@ index aee31a0c11f6..915048ef2589 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 16 Mar 2022 09:51:44 +0100 -Subject: [PATCH 0883/1283] Revert "drm/vc4: Increase the core clock based on +Subject: [PATCH 0883/1282] Revert "drm/vc4: Increase the core clock based on HVS load" This reverts commit 02c8543cc6940f8201e9beb601bd56421d911e83. @@ -273574,7 +273574,7 @@ index 915048ef2589..0d3b383ddfcd 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 16 Mar 2022 09:52:34 +0100 -Subject: [PATCH 0884/1283] Revert "drm/vc4: hdmi: Convert to the new clock +Subject: [PATCH 0884/1282] Revert "drm/vc4: hdmi: Convert to the new clock request API" This reverts commit 5dbb9357519a9479eacdda130713bf0dc44e069c. @@ -273619,7 +273619,7 @@ index 0d3b383ddfcd..ef9e5ca0f981 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 16 Mar 2022 09:53:03 +0100 -Subject: [PATCH 0885/1283] Revert "bcm2835-unicam: Switch to new clock api" +Subject: [PATCH 0885/1282] Revert "bcm2835-unicam: Switch to new clock api" This reverts commit 702228eb413876739f4fee8a9ec66b3e4e54efac. --- @@ -273678,7 +273678,7 @@ index 1e0101bb3af9..401d2c4d734f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 16 Mar 2022 09:58:31 +0100 -Subject: [PATCH 0886/1283] Revert "rpivid: Switch to new clock api" +Subject: [PATCH 0886/1282] Revert "rpivid: Switch to new clock api" This reverts commit ec7556e20c2c29c3df9493248a1a4d60ed20ae38. --- @@ -273751,7 +273751,7 @@ index 93b3d86b41e3..8007c4dbcf89 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 16 Mar 2022 09:41:44 +0100 -Subject: [PATCH 0887/1283] Revert "clk: requests: Dereference the request +Subject: [PATCH 0887/1282] Revert "clk: requests: Dereference the request pointer after the check" This reverts commit 12917adc036f82c4fda3b80a068d0d51c947d6a6. @@ -273783,7 +273783,7 @@ index 8545dee8c16f..b08147923bde 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 16 Mar 2022 09:41:48 +0100 -Subject: [PATCH 0888/1283] Revert "clk: requests: Ignore if the pointer is +Subject: [PATCH 0888/1282] Revert "clk: requests: Ignore if the pointer is null" This reverts commit f078b2c9b1901f6297154788ac07f56547ddcb7a. @@ -273812,7 +273812,7 @@ index b08147923bde..9fcf6476afd9 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 16 Mar 2022 09:41:49 +0100 -Subject: [PATCH 0889/1283] Revert "clk: Introduce a clock request API" +Subject: [PATCH 0889/1282] Revert "clk: Introduce a clock request API" This reverts commit 23fbabe348436e250deca7c5f2fd0caf620af174. --- @@ -274067,7 +274067,7 @@ index fb458ac6ec11..c67630193326 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 15 Apr 2022 14:17:41 +0200 -Subject: [PATCH 0890/1283] clk: Add clk_get_rate_range +Subject: [PATCH 0890/1282] clk: Add clk_get_rate_range With the recent introduction of clock drivers that will force their clock rate to either the minimum or maximum boundaries, it becomes @@ -274212,7 +274212,7 @@ index c67630193326..f6bdc7e1e0d1 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 15 Apr 2022 14:45:17 +0200 -Subject: [PATCH 0891/1283] clk: tests: Add some tests for clk_get_rate_range() +Subject: [PATCH 0891/1282] clk: tests: Add some tests for clk_get_rate_range() Let's introduce a bunch of unit tests to make sure the values returned by clk_get_rate_range() are sane. @@ -274443,7 +274443,7 @@ index ee91d1efea23..1e120fe33783 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 15 Apr 2022 15:00:44 +0200 -Subject: [PATCH 0892/1283] clk: tests: Add missing test case for ranges +Subject: [PATCH 0892/1282] clk: tests: Add missing test case for ranges Let's add a test on the rate range after a reparenting. This fails for now, but it's worth having it to document the corner cases we don't @@ -274527,7 +274527,7 @@ index 1e120fe33783..af40d46987e7 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 24 Mar 2022 11:57:57 +0100 -Subject: [PATCH 0893/1283] drm/vc4: hdmi: Rework hdmi_enable_4kp60 detection +Subject: [PATCH 0893/1282] drm/vc4: hdmi: Rework hdmi_enable_4kp60 detection In order to support higher HDMI frequencies, users have to set the hdmi_enable_4kp60 parameter in their config.txt file. @@ -274673,7 +274673,7 @@ index b3f533b6be3e..d1f4ba551098 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 25 Mar 2022 15:48:48 +0100 -Subject: [PATCH 0894/1283] drm/vc4: kms: Warn if clk_set_min_rate fails +Subject: [PATCH 0894/1282] drm/vc4: kms: Warn if clk_set_min_rate fails We currently ignore the clk_set_min_rate return code assuming it would succeed. However, it can fail if we ask for a rate higher than the @@ -274715,7 +274715,7 @@ index ef9e5ca0f981..0dbf078eef64 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 25 Mar 2022 17:09:41 +0100 -Subject: [PATCH 0895/1283] drm/vc4: Make sure we don't end up with a core +Subject: [PATCH 0895/1282] drm/vc4: Make sure we don't end up with a core clock too high Following the clock rate range improvements to the clock framework, @@ -274779,7 +274779,7 @@ index 0dbf078eef64..195806013110 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 13 Apr 2022 16:22:49 +0200 -Subject: [PATCH 0896/1283] drm/vc4: kms: Use maximum FIFO load for the HVS +Subject: [PATCH 0896/1282] drm/vc4: kms: Use maximum FIFO load for the HVS clock rate The core clock computation takes into account both the load due to the @@ -274825,7 +274825,7 @@ index 195806013110..b3bf5364abf6 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 15 Apr 2022 15:26:07 +0200 -Subject: [PATCH 0897/1283] rpivid: Use clk_get_max_rate() +Subject: [PATCH 0897/1282] rpivid: Use clk_get_max_rate() The driver was using clk_round_rate() to figure out the maximum clock rate that was allowed for the HEVC clock. @@ -274857,7 +274857,7 @@ index 8007c4dbcf89..bab3ed3ff361 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Alberto Solavagione Date: Wed, 20 Apr 2022 17:15:42 +0200 -Subject: [PATCH 0898/1283] clk-bcm2835: use subsys_initcall for the clock +Subject: [PATCH 0898/1282] clk-bcm2835: use subsys_initcall for the clock driver when IMA is enabled Co-authored-by: Davide Scovotto @@ -274891,7 +274891,7 @@ index fb6292be6242..2b0ca6670ae6 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Scovotto Davide Date: Wed, 20 Apr 2022 17:22:17 +0200 -Subject: [PATCH 0899/1283] tpm_tis_spi_main: Force probe routine to run +Subject: [PATCH 0899/1282] tpm_tis_spi_main: Force probe routine to run synchronously with driver and device registration when IMA is enabled Co-authored-by: Alberto Solavagione @@ -274925,7 +274925,7 @@ index aaa59a00eeae..b6cf04812078 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: andrum99 <97977513+andrum99@users.noreply.github.com> Date: Sun, 24 Apr 2022 17:23:23 +0100 -Subject: [PATCH 0900/1283] overlays: Add "drm" parameter to pitft28-resistive +Subject: [PATCH 0900/1282] overlays: Add "drm" parameter to pitft28-resistive Add "drm" parameter to the pitft28-resistive, forcing use of the mi0283qt DRM driver. @@ -274976,7 +274976,7 @@ index 4a4a3f44c29d..9e9f90ad51e0 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 19 Apr 2022 19:57:29 +0100 -Subject: [PATCH 0901/1283] ARM: dts: Add i2c0mux node to Model B rev 1 +Subject: [PATCH 0901/1282] ARM: dts: Add i2c0mux node to Model B rev 1 The lack of an i2c0mux label prevents the i2c-rtc overlay from being applied. @@ -275010,7 +275010,7 @@ index c2d83b61a63c..9bea71078d5f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Sun, 24 Apr 2022 20:25:34 +0100 -Subject: [PATCH 0902/1283] overlays: Fix pitft28/35-resistive rotate params +Subject: [PATCH 0902/1282] overlays: Fix pitft28/35-resistive rotate params The drm drivers uses the property name "rotation", not "rotate" as used by the fbtft drivers. Fix suggested by notro. @@ -275058,7 +275058,7 @@ index e11e1920024a..fc0f5e5446ee 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 25 Apr 2022 17:45:16 +0200 -Subject: [PATCH 0903/1283] ARM: dts: bcm2835: Switch HSM clock to firmware +Subject: [PATCH 0903/1282] ARM: dts: bcm2835: Switch HSM clock to firmware When the bootloader boots without a display connected to the HDMI connector, it won't initialize the HSM clock. @@ -275099,7 +275099,7 @@ index 7f46a6ec512c..69c91c5d7775 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Wed, 27 Apr 2022 14:45:35 +0100 -Subject: [PATCH 0904/1283] drm/vc4_kms: Protect hvs dereference on fkms +Subject: [PATCH 0904/1282] drm/vc4_kms: Protect hvs dereference on fkms fkms has a null hvs pointer so this crashes. Protect against it @@ -275128,7 +275128,7 @@ index b3bf5364abf6..9bfd3e878f92 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Thu, 28 Apr 2022 16:11:20 +0100 -Subject: [PATCH 0905/1283] Revert "fbdev: Fix unregistering of framebuffers +Subject: [PATCH 0905/1282] Revert "fbdev: Fix unregistering of framebuffers without device" This reverts commit 2388f826cdc9af2651991adc0feb79de9bdf2232. @@ -275137,10 +275137,10 @@ This reverts commit 2388f826cdc9af2651991adc0feb79de9bdf2232. 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/drivers/video/fbdev/core/fbmem.c b/drivers/video/fbdev/core/fbmem.c -index 0c761186a54d..9bacac0a8f58 100644 +index e9ce7b3594b7..5260f1498a72 100644 --- a/drivers/video/fbdev/core/fbmem.c +++ b/drivers/video/fbdev/core/fbmem.c -@@ -1629,14 +1629,7 @@ static void do_remove_conflicting_framebuffers(struct apertures_struct *a, +@@ -1631,14 +1631,7 @@ static void do_remove_conflicting_framebuffers(struct apertures_struct *a, * If it's not a platform device, at least print a warning. A * fix would add code to remove the device from the system. */ @@ -275163,7 +275163,7 @@ index 0c761186a54d..9bacac0a8f58 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Thu, 28 Apr 2022 16:11:34 +0100 -Subject: [PATCH 0906/1283] Revert "fbdev: Hot-unplug firmware fb devices on +Subject: [PATCH 0906/1282] Revert "fbdev: Hot-unplug firmware fb devices on forced removal" This reverts commit c894ac44786cfed383a6c6b20c1bfb12eb96018a. @@ -275173,7 +275173,7 @@ This reverts commit c894ac44786cfed383a6c6b20c1bfb12eb96018a. 2 files changed, 3 insertions(+), 27 deletions(-) diff --git a/drivers/video/fbdev/core/fbmem.c b/drivers/video/fbdev/core/fbmem.c -index 9bacac0a8f58..96d271f36636 100644 +index 5260f1498a72..840e1ba1216a 100644 --- a/drivers/video/fbdev/core/fbmem.c +++ b/drivers/video/fbdev/core/fbmem.c @@ -26,7 +26,6 @@ @@ -275184,7 +275184,7 @@ index 9bacac0a8f58..96d271f36636 100644 #include #include #include -@@ -1606,36 +1605,18 @@ static void do_remove_conflicting_framebuffers(struct apertures_struct *a, +@@ -1608,36 +1607,18 @@ static void do_remove_conflicting_framebuffers(struct apertures_struct *a, /* check all firmware fbs and kick off if the base addr overlaps */ for_each_registered_fb(i) { struct apertures_struct *gen_aper; @@ -275222,7 +275222,7 @@ index 9bacac0a8f58..96d271f36636 100644 } } } -@@ -1973,13 +1954,9 @@ EXPORT_SYMBOL(register_framebuffer); +@@ -1975,13 +1956,9 @@ EXPORT_SYMBOL(register_framebuffer); void unregister_framebuffer(struct fb_info *fb_info) { @@ -275257,7 +275257,7 @@ index 3d7306c9a706..02f362c661c8 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 29 Apr 2022 08:50:43 +0100 -Subject: [PATCH 0907/1283] config: Update bcmrpi3_defconfig +Subject: [PATCH 0907/1282] config: Update bcmrpi3_defconfig Bring bcmrpi3_defconfig roughly into line with bcm2711_defconfig. @@ -275535,7 +275535,7 @@ index e162165e947d..eec9e1c1f292 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 29 Apr 2022 09:19:10 +0100 -Subject: [PATCH 0908/1283] staging: vchiq_arm: Add log_level module params +Subject: [PATCH 0908/1282] staging: vchiq_arm: Add log_level module params Add module parameters to control the logging levels for the various vchiq logging categories. @@ -275568,7 +275568,7 @@ index f3d2fe5bbfa0..3e9bd2aa1142 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 3 May 2022 09:11:27 +0100 -Subject: [PATCH 0909/1283] configs: Add CONFIG_EEPROM_AT25=m +Subject: [PATCH 0909/1282] configs: Add CONFIG_EEPROM_AT25=m Enable support for more SPI EEPROMs and FRAMs. @@ -275650,7 +275650,7 @@ index eec9e1c1f292..6e9597b2b68d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Thu, 5 May 2022 12:16:57 +0100 -Subject: [PATCH 0910/1283] configs: Enable DM_WRITECACHE module on BCM2711 +Subject: [PATCH 0910/1282] configs: Enable DM_WRITECACHE module on BCM2711 For Pi 4 (which has high speed USB and PCIe), enable DM_WRITECACHE as a module to allow an external SSD to be used as a fast write cache for a @@ -275695,7 +275695,7 @@ index f763b3f666ae..1188bdc2a4b7 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 6 May 2022 00:02:54 +0100 -Subject: [PATCH 0911/1283] configs: Restore settings lost since 5.10 +Subject: [PATCH 0911/1282] configs: Restore settings lost since 5.10 Signed-off-by: Phil Elwell --- @@ -275863,7 +275863,7 @@ index 6e9597b2b68d..3ce71ab7c997 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Lee Jackson Date: Thu, 21 Apr 2022 14:14:29 +0800 -Subject: [PATCH 0912/1283] dt-bindings: vendor-prefixes: Add Arducam +Subject: [PATCH 0912/1282] dt-bindings: vendor-prefixes: Add Arducam Add vendor prefix for Arducam (https://arducam.com). @@ -275892,7 +275892,7 @@ index 3c65028f5335..c2665870c465 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Lee Jackson Date: Thu, 21 Apr 2022 14:18:44 +0800 -Subject: [PATCH 0913/1283] media: dt-bindings: media: i2c: Add Arducam +Subject: [PATCH 0913/1282] media: dt-bindings: media: i2c: Add Arducam Pivariety Series CMOS sensor binding Add YAML device tree binding for Arducam Pivariety CMOS image sensor, and @@ -276024,7 +276024,7 @@ index 000000000000..92bf4ff32eb4 + +... diff --git a/MAINTAINERS b/MAINTAINERS -index fd078adc708d..173bfec04f54 100644 +index ecb7122e8740..73893c2cab03 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1388,6 +1388,14 @@ S: Maintained @@ -276049,7 +276049,7 @@ index fd078adc708d..173bfec04f54 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Lee Jackson Date: Thu, 14 Apr 2022 17:31:01 +0800 -Subject: [PATCH 0914/1283] media: i2c: Add driver of Arducam Pivariety series +Subject: [PATCH 0914/1282] media: i2c: Add driver of Arducam Pivariety series camera Add a driver for the Arducam Pivariety series CSI2 camera sensor. @@ -277693,7 +277693,7 @@ index 000000000000..b2b8cbc47138 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Lee Jackson Date: Thu, 21 Apr 2022 11:36:41 +0800 -Subject: [PATCH 0915/1283] configs: Add CONFIG_VIDEO_ARDUCAM_PIVARIETY=m +Subject: [PATCH 0915/1282] configs: Add CONFIG_VIDEO_ARDUCAM_PIVARIETY=m Include the driver module for the ARDUCAM_PIVARIETY. @@ -277773,7 +277773,7 @@ index 3ce71ab7c997..1f20261ab813 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Lee Jackson Date: Thu, 21 Apr 2022 13:15:34 +0800 -Subject: [PATCH 0916/1283] overlays: Add arducam-pivariety-overlay.dts +Subject: [PATCH 0916/1282] overlays: Add arducam-pivariety-overlay.dts Added overlays for enabling Arducam Pivariety and add the relevant information to the README. @@ -277931,7 +277931,7 @@ index 000000000000..935179fa8851 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 6 May 2022 15:34:44 +0100 -Subject: [PATCH 0917/1283] thermal: broadcom: Use dev_err_probe to suppress +Subject: [PATCH 0917/1282] thermal: broadcom: Use dev_err_probe to suppress defer errors It is quite common for the devm_thermal_zone_of_sensor_register @@ -277963,7 +277963,7 @@ index e9bef5c3414b..c6ff8d1eca74 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Michael Shych Date: Sat, 30 Apr 2022 14:49:04 +0300 -Subject: [PATCH 0918/1283] dt-bindings: hwmon: add microchip,emc2305.yaml dt +Subject: [PATCH 0918/1282] dt-bindings: hwmon: add microchip,emc2305.yaml dt binding description. Submitted to linux-hwmon mailing list at @@ -278045,7 +278045,7 @@ index 000000000000..52ae4c2924d6 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 10 May 2022 14:03:30 +0100 -Subject: [PATCH 0919/1283] dtbindings: Fixup microchip,emc2305.yaml bindings +Subject: [PATCH 0919/1282] dtbindings: Fixup microchip,emc2305.yaml bindings The bindings submitted to mainline had some issues, so fix them up. @@ -278091,7 +278091,7 @@ index 52ae4c2924d6..efdc3cecb03d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Michael Shych Date: Sat, 30 Apr 2022 14:49:03 +0300 -Subject: [PATCH 0920/1283] hwmon: (emc2305) add support for EMC2301/2/3/5 +Subject: [PATCH 0920/1282] hwmon: (emc2305) add support for EMC2301/2/3/5 RPM-based PWM Fan Speed Controller. Submitted to linux-hwmon mailing list at @@ -278788,7 +278788,7 @@ index 000000000000..5c896fdfc525 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Thu, 5 May 2022 15:46:07 +0100 -Subject: [PATCH 0921/1283] hwmon: emc2305: fixups for driver submitted to +Subject: [PATCH 0921/1282] hwmon: emc2305: fixups for driver submitted to mailing lists The driver had a number of issues, checkpatch warnings/errors, @@ -279020,7 +279020,7 @@ index 5c896fdfc525..c78d672ff713 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Michael Shych Date: Sat, 30 Apr 2022 14:49:05 +0300 -Subject: [PATCH 0922/1283] docs: hwmon: add emc2305.rst to docs +Subject: [PATCH 0922/1282] docs: hwmon: add emc2305.rst to docs Submitted to linux-hwmon mailing list at https://patchwork.kernel.org/project/linux-hwmon/patch/20220430114905.53448-4-michaelsh@nvidia.com/ @@ -279087,7 +279087,7 @@ index 000000000000..258da49d18f9 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 3 May 2022 17:22:55 +0100 -Subject: [PATCH 0923/1283] configs: Enable the EMC2305 fan controller driver +Subject: [PATCH 0923/1282] configs: Enable the EMC2305 fan controller driver Signed-off-by: Phil Elwell --- @@ -279180,7 +279180,7 @@ index 1f20261ab813..f1910ae088c8 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 3 May 2022 17:20:11 +0100 -Subject: [PATCH 0924/1283] dtoverlays: Add i2c-fan overlay +Subject: [PATCH 0924/1282] dtoverlays: Add i2c-fan overlay Add an i2c-fan overlay, initially with support for the EMC2301 fan controller found on the CM4IO board. @@ -279356,7 +279356,7 @@ index 000000000000..e9424c376d54 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 11 May 2022 15:35:50 +0100 -Subject: [PATCH 0925/1283] SQUASH: overlays: arducam-pivariety: Strip leading +Subject: [PATCH 0925/1282] SQUASH: overlays: arducam-pivariety: Strip leading zero Newer versions of dtc warn about node addresses with leading zeroes. @@ -279386,7 +279386,7 @@ index 935179fa8851..7434e242dba6 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 11 May 2022 15:40:02 +0100 -Subject: [PATCH 0926/1283] overlays: Remove other leading zeroes from node +Subject: [PATCH 0926/1282] overlays: Remove other leading zeroes from node addresses Newer versions of dtc warn about node addresses with leading zeroes. @@ -279458,7 +279458,7 @@ index af2c86383e1f..d06ee9229b0d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 6 May 2022 12:24:31 +0200 -Subject: [PATCH 0927/1283] clk: Add locking to clk_get_rate_range +Subject: [PATCH 0927/1282] clk: Add locking to clk_get_rate_range clk_get_rate_range() is missing the proper locks, making lockdep complain. @@ -279489,7 +279489,7 @@ index 704d80e45325..cc9b7a42a055 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 16 Mar 2022 16:44:45 +0100 -Subject: [PATCH 0928/1283] drm/vc4: plane: Prevent async update if we don't +Subject: [PATCH 0928/1282] drm/vc4: plane: Prevent async update if we don't have a dlist The vc4 planes are setup in hardware by creating a hardware descriptor @@ -279532,7 +279532,7 @@ index eff35cba1408..a3880a9ced1b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 21 Apr 2022 14:27:11 +0200 -Subject: [PATCH 0929/1283] drm/vc4: Consolidate Hardware Revision Check +Subject: [PATCH 0929/1282] drm/vc4: Consolidate Hardware Revision Check A new generation of controller has been introduced with the BCM2711/RaspberryPi4. This generation needs a bunch of quirks, and over @@ -279900,7 +279900,7 @@ index a3880a9ced1b..6b042005dd1d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 18 Mar 2022 09:46:35 +0100 -Subject: [PATCH 0930/1283] drm/vc4: bo: Rename vc4_dumb_create +Subject: [PATCH 0930/1282] drm/vc4: bo: Rename vc4_dumb_create We're going to add a new variant of the dumb BO allocation function, so let's rename vc4_dumb_create() to something a bit more specific. @@ -279966,7 +279966,7 @@ index 17dd7bab636d..335a974cf22a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 21 Apr 2022 10:59:41 +0200 -Subject: [PATCH 0931/1283] drm/vc4: bo: Split out Dumb buffers fixup +Subject: [PATCH 0931/1282] drm/vc4: bo: Split out Dumb buffers fixup The vc4_bo_dumb_create() both fixes up the allocation arguments to match the hardware constraints and actually performs the allocation. @@ -280048,7 +280048,7 @@ index 335a974cf22a..6caf640e38e7 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 21 Apr 2022 11:08:22 +0200 -Subject: [PATCH 0932/1283] drm/vc4: drv: Register a different driver on +Subject: [PATCH 0932/1282] drm/vc4: drv: Register a different driver on BCM2711 Prior to the BCM2711/RaspberryPi4, the GPU was a part of the display @@ -280183,7 +280183,7 @@ index 950aeda9b153..488fd0a2a938 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 21 Apr 2022 11:13:00 +0200 -Subject: [PATCH 0933/1283] drm/vc4: kms: Register a different +Subject: [PATCH 0933/1282] drm/vc4: kms: Register a different drm_mode_config_funcs on BCM2711 On the BCM2711, our current definition of drm_mode_config_funcs uses the @@ -280233,7 +280233,7 @@ index 4c3331f356e7..cf7f0cfa82b6 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 21 Apr 2022 11:39:27 +0200 -Subject: [PATCH 0934/1283] drm/vc4: plane: Register a different +Subject: [PATCH 0934/1282] drm/vc4: plane: Register a different drm_plane_helper_funcs on BCM2711 On the BCM2711, our current definition of drm_plane_helper_funcs uses @@ -280287,7 +280287,7 @@ index 6b042005dd1d..9fbff67da873 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 21 Apr 2022 17:29:02 +0200 -Subject: [PATCH 0935/1283] drm/vc4: drv: Skip BO Backend Initialization on +Subject: [PATCH 0935/1282] drm/vc4: drv: Skip BO Backend Initialization on BCM2711 On the BCM2711, we currently call the vc4_bo_cache_init() and @@ -280345,7 +280345,7 @@ index 488fd0a2a938..b21871641833 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 2 May 2022 10:20:56 +0200 -Subject: [PATCH 0936/1283] drm/vc4: crtc: Use an union to store the page flip +Subject: [PATCH 0936/1282] drm/vc4: crtc: Use an union to store the page flip callback We'll need to extend the vc4_async_flip_state structure to rely on @@ -280435,7 +280435,7 @@ index 93adb5c272dd..b3e078638b4b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 2 May 2022 15:25:20 +0200 -Subject: [PATCH 0937/1283] drm/vc4: crtc: Move the BO handling out of common +Subject: [PATCH 0937/1282] drm/vc4: crtc: Move the BO handling out of common page-flip callback We'll soon introduce another completion callback source that won't need @@ -280509,7 +280509,7 @@ index b3e078638b4b..2749ee3b5f06 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 2 May 2022 15:27:36 +0200 -Subject: [PATCH 0938/1283] drm/vc4: crtc: Move the BO Handling out of Common +Subject: [PATCH 0938/1282] drm/vc4: crtc: Move the BO Handling out of Common Page-Flip Handler The function vc4_async_page_flip() handles asynchronous page-flips in @@ -280633,7 +280633,7 @@ index 2749ee3b5f06..4020fd9e5603 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 2 May 2022 15:28:05 +0200 -Subject: [PATCH 0939/1283] drm/vc4: crtc: Don't call into BO Handling on Async +Subject: [PATCH 0939/1282] drm/vc4: crtc: Don't call into BO Handling on Async Page-Flips on BCM2711 The BCM2711 doesn't have a v3d GPU so we don't want to call into its BO @@ -280691,7 +280691,7 @@ index 4020fd9e5603..f10f98dc927f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 21 Apr 2022 16:29:43 +0200 -Subject: [PATCH 0940/1283] drm/vc4: Warn if some v3d code is run on BCM2711 +Subject: [PATCH 0940/1282] drm/vc4: Warn if some v3d code is run on BCM2711 The BCM2711 has a separate driver for the v3d, and thus we can't call into any of the driver entrypoints that rely on the v3d being there. @@ -281470,7 +281470,7 @@ index 7cf82b071de2..e315aeb5fef5 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Suriyan Laohaprapanon Date: Wed, 11 May 2022 18:00:22 +0100 -Subject: [PATCH 0941/1283] dtoverlays: Fix incorrect property name for display +Subject: [PATCH 0941/1282] dtoverlays: Fix incorrect property name for display rotation --- @@ -281506,7 +281506,7 @@ index bf186811ec5d..6e69bd7fa031 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Thu, 5 May 2022 18:50:04 +0100 -Subject: [PATCH 0942/1283] drm/vc4_hdmi: Force a modeset when Broadcast RGB +Subject: [PATCH 0942/1282] drm/vc4_hdmi: Force a modeset when Broadcast RGB setting changes Without this the change is not visible until the next modeset @@ -281545,7 +281545,7 @@ index 688b8d532aa7..4e72c4cdd5b2 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 1 Apr 2022 17:10:37 +0100 -Subject: [PATCH 0943/1283] drm/atomic: If margins are updated, update all +Subject: [PATCH 0943/1282] drm/atomic: If margins are updated, update all planes. Margins may be implemented by scaling the planes, but as there @@ -281611,7 +281611,7 @@ index d6814f145bd5..46976131e6a6 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 16 May 2022 12:16:46 +0100 -Subject: [PATCH 0944/1283] overlays: Add gpio-hog overlay +Subject: [PATCH 0944/1282] overlays: Add gpio-hog overlay Add an overlay to activate a hog on a specified pin. Note that hogged GPIOs are not available for other uses, i.e. drivers or @@ -281703,7 +281703,7 @@ index 000000000000..c9e39046fed9 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 17 May 2022 13:39:00 +0100 -Subject: [PATCH 0945/1283] configs: Regenerate defconfigs +Subject: [PATCH 0945/1282] configs: Regenerate defconfigs Signed-off-by: Phil Elwell --- @@ -281821,7 +281821,7 @@ index f1910ae088c8..95885c250f30 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 16 May 2022 17:33:48 +0100 -Subject: [PATCH 0946/1283] vc04_services: vchiq-mmal: Add defines for +Subject: [PATCH 0946/1282] vc04_services: vchiq-mmal: Add defines for mmal_es_format flags There is a flags field in struct mmal_es_format, but the defines @@ -281861,7 +281861,7 @@ index a118efd21d98..e0c331eb8799 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 16 May 2022 17:37:35 +0100 -Subject: [PATCH 0947/1283] vc04_services: bcm2835-codec: Add support for +Subject: [PATCH 0947/1282] vc04_services: bcm2835-codec: Add support for V4L2_PIX_FMT_NV12_COL128 V4L2_PIX_FMT_NV12_COL128 is supported by the ISP and the input of @@ -282021,7 +282021,7 @@ index 8abdd7f6b7fd..dc7c0b97fbc8 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 17 May 2022 17:21:43 +0100 -Subject: [PATCH 0948/1283] drm/vc4: Add HDMI format detection registers to +Subject: [PATCH 0948/1282] drm/vc4: Add HDMI format detection registers to register list The block can detect what the incoming image timings are for @@ -282095,7 +282095,7 @@ index 0198de96c7b2..5a56761e75af 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 17 May 2022 17:23:17 +0100 -Subject: [PATCH 0949/1283] drm/vc4: Add MISC_CONTROL register for vc4. +Subject: [PATCH 0949/1282] drm/vc4: Add MISC_CONTROL register for vc4. The MISC_CONTROL register allows configuration of pixel repetition for pixel doubling in the HDMI block instead of PixelValve. @@ -282125,7 +282125,7 @@ index 5a56761e75af..48db438550b1 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 17 May 2022 17:34:11 +0100 -Subject: [PATCH 0950/1283] drm/vc4: Move pixel doubling from Pixelvalve to +Subject: [PATCH 0950/1282] drm/vc4: Move pixel doubling from Pixelvalve to HDMI block With the change to 2 pixels/clock, the pixel doubling in the PV @@ -282239,7 +282239,7 @@ index 4e72c4cdd5b2..d5437a094fc1 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Manivannan Sadhasivam Date: Mon, 20 Dec 2021 00:09:47 +0200 -Subject: [PATCH 0951/1283] dt-bindings: media: i2c: Add IMX296 CMOS sensor +Subject: [PATCH 0951/1282] dt-bindings: media: i2c: Add IMX296 CMOS sensor binding Add YAML devicetree binding for IMX296 CMOS image sensor. Let's also @@ -282356,10 +282356,10 @@ index 000000000000..e8f9a73bf2db + +... diff --git a/MAINTAINERS b/MAINTAINERS -index 173bfec04f54..fc80461c2093 100644 +index 73893c2cab03..2dc486d04f1b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS -@@ -17505,6 +17505,14 @@ T: git git://linuxtv.org/media_tree.git +@@ -17504,6 +17504,14 @@ T: git git://linuxtv.org/media_tree.git F: Documentation/devicetree/bindings/media/i2c/imx290.txt F: drivers/media/i2c/imx290.c @@ -282381,7 +282381,7 @@ index 173bfec04f54..fc80461c2093 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Mon, 20 Dec 2021 00:09:48 +0200 -Subject: [PATCH 0952/1283] media: i2c: IMX296 camera sensor driver +Subject: [PATCH 0952/1282] media: i2c: IMX296 camera sensor driver The IMX296LLR is a monochrome 1.60MP CMOS sensor from Sony. The driver supports cropping and binning (but not both at the same time due to @@ -282400,10 +282400,10 @@ Signed-off-by: Laurent Pinchart create mode 100644 drivers/media/i2c/imx296.c diff --git a/MAINTAINERS b/MAINTAINERS -index fc80461c2093..8fe135c2c896 100644 +index 2dc486d04f1b..00234393fe22 100644 --- a/MAINTAINERS +++ b/MAINTAINERS -@@ -17512,6 +17512,7 @@ L: linux-media@vger.kernel.org +@@ -17511,6 +17511,7 @@ L: linux-media@vger.kernel.org S: Maintained T: git git://linuxtv.org/media_tree.git F: Documentation/devicetree/bindings/media/i2c/sony,imx296.yaml @@ -283659,7 +283659,7 @@ index 000000000000..4be03180deac From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Tue, 17 May 2022 11:27:49 +0100 -Subject: [PATCH 0953/1283] overlays: Add imx296 overlay +Subject: [PATCH 0953/1282] overlays: Add imx296 overlay Add an overlay for the Sony IMX296 camera sensor. @@ -283825,7 +283825,7 @@ index 000000000000..85b6f7e7fca1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Fri, 20 May 2022 11:58:21 +0100 -Subject: [PATCH 0954/1283] configs: Enable the IMX296 device module in +Subject: [PATCH 0954/1282] configs: Enable the IMX296 device module in platform defconfig Build this module by default for the following: @@ -283910,7 +283910,7 @@ index 95885c250f30..e456d05c8116 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Tue, 17 May 2022 12:58:37 +0100 -Subject: [PATCH 0955/1283] media: imx296: Fix Bayer order +Subject: [PATCH 0955/1282] media: imx296: Fix Bayer order Switch the Bayer ordering advertised by the device driver from BGGR to RGGB. @@ -283948,7 +283948,7 @@ index 4be03180deac..33944155a6ce 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Fri, 20 May 2022 09:55:42 +0100 -Subject: [PATCH 0956/1283] media: imx296: Add standby and stream on/off delays +Subject: [PATCH 0956/1282] media: imx296: Add standby and stream on/off delays Add a 1.5ms delay after coming out of standby. Add a 2ms delay after going into or coming out of streaming state. @@ -284008,7 +284008,7 @@ index 33944155a6ce..c0da6f841d8f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Fri, 20 May 2022 09:56:11 +0100 -Subject: [PATCH 0957/1283] media: imx296: Only advertise the full resolution +Subject: [PATCH 0957/1282] media: imx296: Only advertise the full resolution mode The 1/4 resolution derived mode does not stream correctly, so remove it from @@ -284039,7 +284039,7 @@ index c0da6f841d8f..c565f319be94 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Fri, 20 May 2022 11:33:11 +0100 -Subject: [PATCH 0958/1283] media: imx296: Add horizontal and vertical flips +Subject: [PATCH 0958/1282] media: imx296: Add horizontal and vertical flips support Add support for hflip and vflip controls. Adjust the mbus_code value reported @@ -284199,7 +284199,7 @@ index c565f319be94..21133bf8b685 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Fri, 20 May 2022 11:50:24 +0100 -Subject: [PATCH 0959/1283] media: imx296: Adjust exposure limits on vblank +Subject: [PATCH 0959/1282] media: imx296: Adjust exposure limits on vblank changes The exposure lines control limits are adjusted appropriately during any change @@ -284277,7 +284277,7 @@ index 21133bf8b685..aaebf26d1a5b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Fri, 20 May 2022 12:05:33 +0100 -Subject: [PATCH 0960/1283] media: imx296: Set gain delay to 1 frame +Subject: [PATCH 0960/1282] media: imx296: Set gain delay to 1 frame In order to behave in a similar manner to the rolling shutter sensors, set the gain delay to 1 frame. This simplifies userland control of the gain value. @@ -284307,7 +284307,7 @@ index aaebf26d1a5b..64d46badbee7 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Fri, 20 May 2022 13:18:58 +0100 -Subject: [PATCH 0961/1283] media: imx296: Add the link frequency control +Subject: [PATCH 0961/1282] media: imx296: Add the link frequency control Add the V4L2_CID_LINK_FREQ menu control for the imx296. Report a single value of 1188 Mhz for the link frequency. @@ -284359,7 +284359,7 @@ index 64d46badbee7..c1e71ae0442d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Chris Lawrence Date: Sat, 21 May 2022 20:36:52 -0400 -Subject: [PATCH 0962/1283] configs: add RV8803 RTC module to Raspberry Pi +Subject: [PATCH 0962/1282] configs: add RV8803 RTC module to Raspberry Pi board defconfigs --- @@ -284437,7 +284437,7 @@ index e456d05c8116..092e7b6b100b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Chris Lawrence Date: Sat, 21 May 2022 20:38:21 -0400 -Subject: [PATCH 0963/1283] overlays: add RV8803 RTC overlay to the generic ARM +Subject: [PATCH 0963/1282] overlays: add RV8803 RTC overlay to the generic ARM RTC device tree --- @@ -284483,7 +284483,7 @@ index 7f749fc2d802..5e03764b67b0 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Wed, 25 May 2022 15:57:40 +0100 -Subject: [PATCH 0964/1283] vc-sm-cma: Restore correct cache maintainance +Subject: [PATCH 0964/1282] vc-sm-cma: Restore correct cache maintainance operations We have been using the more expensive flush operations rather than @@ -284521,7 +284521,7 @@ index 82a9c6e7f277..268f97ee8673 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Tue, 17 May 2022 12:46:42 +0100 -Subject: [PATCH 0965/1283] kms/vc4_hdmi: Refuse 4096x2160@60 hdmi modes +Subject: [PATCH 0965/1282] kms/vc4_hdmi: Refuse 4096x2160@60 hdmi modes These are no reliable without overclocking. See: https://github.com/raspberrypi/linux/issues/5034 @@ -284626,7 +284626,7 @@ index c61d703410c6..e29c16365192 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 3 Jun 2022 21:55:22 +0100 -Subject: [PATCH 0966/1283] overlays: Document the rv8803 i2c-rtc parameter +Subject: [PATCH 0966/1282] overlays: Document the rv8803 i2c-rtc parameter Signed-off-by: Phil Elwell --- @@ -284662,7 +284662,7 @@ index 52352b083498..e423abbd535c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dag Bakke Date: Mon, 30 May 2022 11:57:06 +0200 -Subject: [PATCH 0967/1283] overlays: dht11: make sensor readable via hwmon +Subject: [PATCH 0967/1282] overlays: dht11: make sensor readable via hwmon Add a patch to make the sensor readable via the IIO/hwmon bridge. @@ -284722,7 +284722,7 @@ index 6feeeb402493..8b0fc6b7a3cb 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: David Plowman Date: Mon, 30 May 2022 10:10:37 +0100 -Subject: [PATCH 0968/1283] media: i2c: imx477: Correct minimum exposure lines +Subject: [PATCH 0968/1282] media: i2c: imx477: Correct minimum exposure lines The minimum number of exposure lines value (IMX477_EXPOSURE_MIN) was previously 20 but this is not correct. The datasheet is not completely @@ -284756,7 +284756,7 @@ index 2b4dfdd7975a..ac79c57292b3 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Stephen Boyd Date: Wed, 1 Jun 2022 19:21:09 -0700 -Subject: [PATCH 0969/1283] arm64: Initialize jump labels before +Subject: [PATCH 0969/1282] arm64: Initialize jump labels before setup_machine_fdt() commit 73e2d827a501d48dceeb5b9b267a4cd283d6b1ae upstream. @@ -284848,7 +284848,7 @@ index be5f85b0a24d..644b7cd38e3e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Wed, 20 Apr 2022 18:08:38 +0100 -Subject: [PATCH 0970/1283] drm/v3d: Switch clock setting to new api +Subject: [PATCH 0970/1282] drm/v3d: Switch clock setting to new api Signed-off-by: Dom Cobley --- @@ -284907,7 +284907,7 @@ index 4636791617e1..a7afccc2e8eb 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Wed, 20 Apr 2022 17:40:47 +0100 -Subject: [PATCH 0971/1283] clk-raspberrypi: Enable minimize for all firmware +Subject: [PATCH 0971/1282] clk-raspberrypi: Enable minimize for all firmware clocks Signed-off-by: Dom Cobley @@ -284950,7 +284950,7 @@ index 4abecd6f528d..18aac870f159 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 17 Aug 2021 08:57:48 +0100 -Subject: [PATCH 0972/1283] ARM: dts: Add bcm2709-rpi-cm2.dts +Subject: [PATCH 0972/1282] ARM: dts: Add bcm2709-rpi-cm2.dts Compute Module 2 is a CM3 with a 2836. The DTS file reflects that. @@ -285205,7 +285205,7 @@ index 000000000000..17fd77bd5744 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 6 Jun 2022 16:03:58 +0100 -Subject: [PATCH 0973/1283] spi: bcm2835: Fix for shared interrupts +Subject: [PATCH 0973/1282] spi: bcm2835: Fix for shared interrupts BCM2711 shares an interrupt betweem 5 SPI interfaces (0, 3, 4, 5 & 6). Another interrupt is shared between SPI1, SPI2 and UART1, which also @@ -285259,7 +285259,7 @@ index 4e27135eba32..360c2c95f3b9 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 3 Jun 2022 16:49:09 +0100 -Subject: [PATCH 0974/1283] drm: vc4: 0 is a valid value for pixel_order_hvs5, +Subject: [PATCH 0974/1282] drm: vc4: 0 is a valid value for pixel_order_hvs5, so fix conditionals vc4_plane_mode_set for HVS5 was using pixel_order unless pixel_order_hvs5 @@ -285383,7 +285383,7 @@ index 9fbff67da873..00b2c74a44dd 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 6 Jun 2022 12:23:28 +0100 -Subject: [PATCH 0975/1283] drm: vc4: Omit pixel_order from the hvs_format for +Subject: [PATCH 0975/1282] drm: vc4: Omit pixel_order from the hvs_format for hvs5 only formats pixel_order is used for the earlier versions of the HVS, so is @@ -285443,7 +285443,7 @@ index 00b2c74a44dd..a17e2a6ecb50 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 3 Jun 2022 16:57:04 +0100 -Subject: [PATCH 0976/1283] drm: vc4: Add 3:3:2 and 4:4:4:4 RGB/RGBX/RGBA +Subject: [PATCH 0976/1282] drm: vc4: Add 3:3:2 and 4:4:4:4 RGB/RGBX/RGBA formats The hardware supports the 332 8bpp and 4:4:4:4 16bpp formats, @@ -285554,7 +285554,7 @@ index a17e2a6ecb50..849385ff9761 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 6 Jun 2022 14:53:56 +0100 -Subject: [PATCH 0977/1283] drm: vc4: Add comments for which +Subject: [PATCH 0977/1282] drm: vc4: Add comments for which HVS_PIXEL_ORDER_xxx defines apply The HVS_PIXEL_ORDER_xxx defines apply to specific HVS_PIXEL_FORMAT_xxx @@ -285596,7 +285596,7 @@ index 3b7b1fef77ec..0b61f09c925c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 7 Jun 2022 13:37:38 +0100 -Subject: [PATCH 0978/1283] ARM: dts: zero-2-w: Better names for GPIOs 14 & 15 +Subject: [PATCH 0978/1282] ARM: dts: zero-2-w: Better names for GPIOs 14 & 15 GPIOs 14 and 15 are currently labelled TXD0 and RXD0, which matches comments on the schematic but 1) doesn't reflect their likely usage @@ -285632,7 +285632,7 @@ index 601b0573c7a7..c0d7bd733278 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 7 Jun 2022 14:00:37 +0100 -Subject: [PATCH 0979/1283] ARM: dts: zero-w: Better names for GPIOs 14 & 15 +Subject: [PATCH 0979/1282] ARM: dts: zero-w: Better names for GPIOs 14 & 15 GPIOs 14 and 15 are currently labelled TXD0 and RXD0, which matches comments on the schematic but 1) doesn't reflect their likely usage @@ -285668,7 +285668,7 @@ index d96a5c82e069..b49c3cb1438d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 19 May 2022 17:30:02 +0100 -Subject: [PATCH 0980/1283] vc04_services: bcm2835-codec: Set crop_height for +Subject: [PATCH 0980/1282] vc04_services: bcm2835-codec: Set crop_height for compressed formats In particular for the encoder where the CAPTURE format dictates @@ -285703,7 +285703,7 @@ index dc7c0b97fbc8..7dcb3d5aa608 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 19 May 2022 17:38:53 +0100 -Subject: [PATCH 0981/1283] vc04_services: bcm2835-codec: Set port format from +Subject: [PATCH 0981/1282] vc04_services: bcm2835-codec: Set port format from s_selection s_selection allows the crop region of an uncompressed pixel @@ -285773,7 +285773,7 @@ index 7dcb3d5aa608..6df12827713a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Wed, 1 Jun 2022 15:43:51 +0100 -Subject: [PATCH 0982/1283] drm/vc4_hdmi: Allow hotplug detect to be forced +Subject: [PATCH 0982/1282] drm/vc4_hdmi: Allow hotplug detect to be forced See: https://forum.libreelec.tv/thread/24783-tv-avr-turns-back-on-right-after-turning-them-off @@ -285837,7 +285837,7 @@ index 61a5bc07a9a6..0546f3358c2e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Lee Jackson Date: Fri, 13 May 2022 17:21:42 +0800 -Subject: [PATCH 0983/1283] media: dt-bindings: media: i2c: Add Arducam 64MP +Subject: [PATCH 0983/1282] media: dt-bindings: media: i2c: Add Arducam 64MP CMOS sensor binding Add YAML device tree binding for Arducam 64MP CMOS image sensor, and @@ -285972,7 +285972,7 @@ index 000000000000..b71a19782f97 + +... diff --git a/MAINTAINERS b/MAINTAINERS -index 8fe135c2c896..9197262b4a8e 100644 +index 00234393fe22..0928944661e1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1388,6 +1388,14 @@ S: Maintained @@ -285997,7 +285997,7 @@ index 8fe135c2c896..9197262b4a8e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Lee Jackson Date: Fri, 13 May 2022 17:11:35 +0800 -Subject: [PATCH 0984/1283] media: i2c: Add driver of Arducam 64MP camera +Subject: [PATCH 0984/1282] media: i2c: Add driver of Arducam 64MP camera Add a driver for the Arducam 64MP camera sensor. Whilst the sensor supports 2 or 4 CSI2 data lanes, this driver @@ -288468,7 +288468,7 @@ index 000000000000..58a1bc710819 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Lee Jackson Date: Wed, 18 May 2022 15:18:59 +0800 -Subject: [PATCH 0985/1283] media: i2c: arducam_64mp: Advertise embedded data +Subject: [PATCH 0985/1282] media: i2c: arducam_64mp: Advertise embedded data node on media pad 1 This commit updates the arducam_64mp driver to adverise support for @@ -288730,7 +288730,7 @@ index 58a1bc710819..42b777b96496 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Lee Jackson Date: Mon, 16 May 2022 10:03:23 +0800 -Subject: [PATCH 0986/1283] configs: Add CONFIG_VIDEO_ARDUCAM_64MP=m +Subject: [PATCH 0986/1282] configs: Add CONFIG_VIDEO_ARDUCAM_64MP=m Include the driver module for the Arducam 64MP. @@ -288810,7 +288810,7 @@ index 092e7b6b100b..7fffb6eaabb2 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Lee Jackson Date: Mon, 16 May 2022 10:20:19 +0800 -Subject: [PATCH 0987/1283] overlays: Add arducam-64mp-overlay.dts +Subject: [PATCH 0987/1282] overlays: Add arducam-64mp-overlay.dts Added overlays for enabling Arducam 64MP and add the relevant information to the README. @@ -288968,7 +288968,7 @@ index 000000000000..19c8cb6e451c From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 13 Jun 2022 11:57:30 +0100 -Subject: [PATCH 0988/1283] ARM: dts: bcm2711: Use the rpi-vid-decoder driver +Subject: [PATCH 0988/1282] ARM: dts: bcm2711: Use the rpi-vid-decoder driver The rpi-vid-decoder driver has been the preferred option for a while, so make it the default. @@ -289027,7 +289027,7 @@ index cd5c43adc56b..5b18e8f92145 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 13 Jun 2022 12:00:32 +0100 -Subject: [PATCH 0989/1283] overlays: Delete+deprecate the rpivid-v4l2 overlay +Subject: [PATCH 0989/1282] overlays: Delete+deprecate the rpivid-v4l2 overlay Now that the rpivid-vid-decoder driver is the default, this overlay is no longer needed. @@ -289147,7 +289147,7 @@ index bdd1c0e5a915..000000000000 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 13 Jun 2022 13:47:22 +0100 -Subject: [PATCH 0990/1283] ARM64: dts: Add Zero 2 W and CM4S +Subject: [PATCH 0990/1282] ARM64: dts: Add Zero 2 W and CM4S Zero 2 W and CM4S are 64-bit-capable, so their DTBs should be buildable in the arm64 tree. @@ -289165,7 +289165,7 @@ Signed-off-by: Phil Elwell create mode 100644 arch/arm64/boot/dts/broadcom/bcm2711-rpi-cm4s.dts diff --git a/arch/arm64/boot/dts/broadcom/Makefile b/arch/arm64/boot/dts/broadcom/Makefile -index 8eadc747ae1f..9873335d0ed2 100644 +index 8c9581bcf60d..e30402e37350 100644 --- a/arch/arm64/boot/dts/broadcom/Makefile +++ b/arch/arm64/boot/dts/broadcom/Makefile @@ -6,6 +6,7 @@ dtb-$(CONFIG_ARCH_BCM2835) += bcm2711-rpi-400.dtb \ @@ -289182,7 +289182,7 @@ index 8eadc747ae1f..9873335d0ed2 100644 dtb-$(CONFIG_ARCH_BCM2835) += bcm2711-rpi-cm4.dtb +dtb-$(CONFIG_ARCH_BCM2835) += bcm2711-rpi-cm4s.dtb - subdir-y += bcm4908 + subdir-y += bcmbca subdir-y += northstar2 diff --git a/arch/arm64/boot/dts/broadcom/bcm2710-rpi-zero-2-w.dts b/arch/arm64/boot/dts/broadcom/bcm2710-rpi-zero-2-w.dts new file mode 100644 @@ -289212,7 +289212,7 @@ index 000000000000..28e0980a374b From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 21 Jun 2022 08:51:43 +0100 -Subject: [PATCH 0991/1283] configs: Enable pstore and ramoops as built-ins +Subject: [PATCH 0991/1282] configs: Enable pstore and ramoops as built-ins The pstore and ramoops modules together allow kernel crash logs to be preserved across a reboot. They have beeb configued as built-ins @@ -289325,7 +289325,7 @@ index 7fffb6eaabb2..4cf932c3c2b6 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 21 Jun 2022 08:59:53 +0100 -Subject: [PATCH 0992/1283] overlays: Add the ramoops overlay +Subject: [PATCH 0992/1282] overlays: Add the ramoops overlay The ramoops overlay enables the preservation of crash logs across a reboot. @@ -289483,7 +289483,7 @@ index 000000000000..4f3d30ef069a From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 21 Jun 2022 14:30:47 +0100 -Subject: [PATCH 0993/1283] configs: Enable the MAX7300/7301 GPIO expanders +Subject: [PATCH 0993/1282] configs: Enable the MAX7300/7301 GPIO expanders Signed-off-by: Phil Elwell --- @@ -289596,7 +289596,7 @@ index 4cf932c3c2b6..0b32007fd58e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Thu, 23 Jun 2022 15:19:58 +0100 -Subject: [PATCH 0994/1283] media: i2c: imx477: Enable sensor temperature +Subject: [PATCH 0994/1282] media: i2c: imx477: Enable sensor temperature readout Enable the internal thermal sensor which returns the temperature values through @@ -289626,7 +289626,7 @@ index ac79c57292b3..53e0656da53d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Thu, 16 Sep 2021 14:27:41 -0700 -Subject: [PATCH 0995/1283] net: phy: broadcom: Enable 10BaseT DAC early wake +Subject: [PATCH 0995/1282] net: phy: broadcom: Enable 10BaseT DAC early wake Enable the DAC early wake when then link operates at 10BaseT allows power savings in the hundreds of milli Watts by shutting down the @@ -289840,7 +289840,7 @@ index ea2f8ea92d54..69510a74a793 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 20 Sep 2021 14:54:14 -0700 -Subject: [PATCH 0996/1283] net: phy: broadcom: Add IDDQ-SR mode +Subject: [PATCH 0996/1282] net: phy: broadcom: Add IDDQ-SR mode Add support for putting the PHY into IDDQ Soft Recovery mode by setting the TOP_MISC register bits accordingly. This requires us to implement a @@ -289981,7 +289981,7 @@ index 69510a74a793..2585e8070626 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 20 Sep 2021 14:54:15 -0700 -Subject: [PATCH 0997/1283] net: phy: broadcom: Wire suspend/resume for +Subject: [PATCH 0997/1282] net: phy: broadcom: Wire suspend/resume for BCM50610 and BCM50610M These two Ethernet PHYs support IDDQ-SR therefore wire-up the suspend @@ -290022,7 +290022,7 @@ index 1bff74e9b8d4..80ce421ffcd7 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 20 Sep 2021 14:54:16 -0700 -Subject: [PATCH 0998/1283] net: phy: broadcom: Utilize appropriate suspend for +Subject: [PATCH 0998/1282] net: phy: broadcom: Utilize appropriate suspend for BCM54810/11 Since we enable APD and DLL/RXC/TXC disable we need to use @@ -290064,7 +290064,7 @@ index 80ce421ffcd7..7beae63d6daa 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jonathan Lemon Date: Tue, 21 Jun 2022 22:04:52 -0700 -Subject: [PATCH 0999/1283] net: phy: broadcom: Add Broadcom PTP hooks to +Subject: [PATCH 0999/1282] net: phy: broadcom: Add Broadcom PTP hooks to bcm-phy-lib Add 'struct bcm_ptp_private' to bcm54xx_phy_priv which points to @@ -290198,7 +290198,7 @@ index 7beae63d6daa..6cbd8238aeb9 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jonathan Lemon Date: Tue, 21 Jun 2022 22:04:53 -0700 -Subject: [PATCH 1000/1283] net: phy: broadcom: Add PTP support for some +Subject: [PATCH 1000/1282] net: phy: broadcom: Add PTP support for some Broadcom PHYs. This adds PTP support for BCM54210E Broadcom PHYs, in particular, @@ -290982,7 +290982,7 @@ index 000000000000..6f462c232e9e From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jonathan Lemon Date: Tue, 21 Jun 2022 22:04:54 -0700 -Subject: [PATCH 1001/1283] net: phy: Add support for 1PPS out and external +Subject: [PATCH 1001/1282] net: phy: Add support for 1PPS out and external timestamps The perout function is used to generate a 1PPS signal, synchronized @@ -291303,7 +291303,7 @@ index 6f462c232e9e..ef00d6163061 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jonathan Lemon Date: Fri, 29 Apr 2022 17:40:11 -0700 -Subject: [PATCH 1002/1283] Add PHY_ID_BCM54213PE identifier. +Subject: [PATCH 1002/1282] Add PHY_ID_BCM54213PE identifier. The BCM54213PE identifier is a RPI-specific addition. Add this case to the PHY model selector. @@ -291334,7 +291334,7 @@ index ef00d6163061..08a1824d4a53 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jonathan Lemon Date: Wed, 4 May 2022 14:33:05 -0700 -Subject: [PATCH 1003/1283] Populate phy driver block for BCM54213PE +Subject: [PATCH 1003/1282] Populate phy driver block for BCM54213PE The BCM54213PE identifier is a RPI-specific addition. Populate the remainder of the driver functions, including the @@ -291373,7 +291373,7 @@ index 6cbd8238aeb9..3c4035d5489a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Mon, 27 Jun 2022 12:42:34 +0100 -Subject: [PATCH 1004/1283] configs: Rengenerate +Subject: [PATCH 1004/1282] configs: Rengenerate Signed-off-by: Dom Cobley --- @@ -291451,7 +291451,7 @@ index 0b32007fd58e..a70aa7cac783 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Mon, 27 Jun 2022 12:43:12 +0100 -Subject: [PATCH 1005/1283] config: Enable CONFIG_NETWORK_PHY_TIMESTAMPIN on +Subject: [PATCH 1005/1282] config: Enable CONFIG_NETWORK_PHY_TIMESTAMPIN on 2711 See: https://github.com/raspberrypi/linux/issues/4151 @@ -291493,7 +291493,7 @@ index e29836af6e48..1690de23a254 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 4 Jul 2022 11:48:57 +0100 -Subject: [PATCH 1006/1283] media: dt-bindings: imx258: Add alternate +Subject: [PATCH 1006/1282] media: dt-bindings: imx258: Add alternate compatible strings There are a number of variants of the imx258 modules that can not @@ -291529,7 +291529,7 @@ index cde0f7383b2a..3fc30a79c538 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 21 Jun 2022 14:55:41 +0100 -Subject: [PATCH 1007/1283] media: i2c: imx258: Change register settings for +Subject: [PATCH 1007/1282] media: i2c: imx258: Change register settings for variants of the sensor Sony have advised that there are variants of the IMX258 sensor which @@ -291713,7 +291713,7 @@ index 63692f75c641..55f82571421e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 4 Jul 2022 11:50:18 +0100 -Subject: [PATCH 1008/1283] dtoverlays: Use PDAF variant for imx258 overlay +Subject: [PATCH 1008/1282] dtoverlays: Use PDAF variant for imx258 overlay There are a number of variants of the imx258 sensor. The only version that is currently made into a module for use with the Pi @@ -291747,7 +291747,7 @@ index 7a8ed540438e..3cefd59663a0 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 5 Jul 2022 09:04:55 +0100 -Subject: [PATCH 1009/1283] staging: vc04_services: Fix clang14 warning +Subject: [PATCH 1009/1282] staging: vc04_services: Fix clang14 warning Insert a break to fix a fallthrough warning from clang14. Since the fallthrough was to another break, this is a cosmetic change. @@ -291779,7 +291779,7 @@ index 122f2f66096f..dc0829b483ec 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 5 Jul 2022 17:00:50 +0100 -Subject: [PATCH 1010/1283] overlays: Support i2c3-6 in container overlays +Subject: [PATCH 1010/1282] overlays: Support i2c3-6 in container overlays The I2C container overlays (i2c-rtc, i2c-fan and now i2c-sensor) take parameters to select which I2C bus to use. Extend the list of @@ -292621,7 +292621,7 @@ index 33965be4b1e8..f8a39659d83e 100755 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 6 Jul 2022 08:43:27 +0100 -Subject: [PATCH 1011/1283] overlays: README: i2c3-6 are BCM2711 only +Subject: [PATCH 1011/1282] overlays: README: i2c3-6 are BCM2711 only State clearly that the i2c3, i2c4, i2c5 and i2c6 are only for BCM2711. @@ -292704,7 +292704,7 @@ index a7300ac76ce9..08e499900e26 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 4 Jul 2022 18:10:23 +0100 -Subject: [PATCH 1012/1283] media: i2c: ov9281: Correct min/def vts for 640x400 +Subject: [PATCH 1012/1282] media: i2c: ov9281: Correct min/def vts for 640x400 A VTS of 421 in the 640x400 mode only streams at 130.2fps instead of the expected ~261fps. This appears to be an invalid @@ -292737,7 +292737,7 @@ index 0a5f9e0927ae..2fb40e63c585 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 4 Jul 2022 18:12:56 +0100 -Subject: [PATCH 1013/1283] media: i2c: ov9281: Change exposure default value +Subject: [PATCH 1013/1282] media: i2c: ov9281: Change exposure default value with mode choice When the exposure range is updated due to changing VBLANK, adopt @@ -292772,7 +292772,7 @@ index 2fb40e63c585..552b65847953 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Julianno Francisco do Canto Silva Date: Mon, 11 Jul 2022 16:38:57 -0300 -Subject: [PATCH 1014/1283] Overlay for GalaxyCore GC9A01 displays (#5086) +Subject: [PATCH 1014/1282] Overlay for GalaxyCore GC9A01 displays (#5086) This includes an overlay for easy use of displays based on GalaxyCore's GC9A01 single chip driver, attaching them on `spi0` as `fb1` framebuffer. --- @@ -292991,7 +292991,7 @@ index 000000000000..f1bcd1aeffad From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 13 Jul 2022 09:35:12 +0100 -Subject: [PATCH 1015/1283] rpi-simple-soundcard: Add Dion Audio KIWI streamer +Subject: [PATCH 1015/1282] rpi-simple-soundcard: Add Dion Audio KIWI streamer Signed-off-by: Miquel Blauw --- @@ -293046,7 +293046,7 @@ index c25351e6ee90..5f754afb7f79 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 13 Jul 2022 09:37:38 +0100 -Subject: [PATCH 1016/1283] overlays: Add dionaudio-kiwi +Subject: [PATCH 1016/1282] overlays: Add dionaudio-kiwi Add support for the Dion Audio KIWI streamer. @@ -293139,7 +293139,7 @@ index 000000000000..128ef54eb89f From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Stefan Wahren Date: Wed, 13 Jul 2022 18:00:21 +0200 -Subject: [PATCH 1017/1283] pinctrl: bcm2835: drop irq_enable/disable callbacks +Subject: [PATCH 1017/1282] pinctrl: bcm2835: drop irq_enable/disable callbacks commit db1b3ecee9dbb010f0ac951e3953167f5e088c6f upstream. @@ -293200,7 +293200,7 @@ index 7a58cb810a8e..46f0c2fe9f27 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 15 Jul 2022 11:36:25 +0100 -Subject: [PATCH 1018/1283] ARM: dts: Enable USB by default on CM4S +Subject: [PATCH 1018/1282] ARM: dts: Enable USB by default on CM4S Signed-off-by: Phil Elwell --- @@ -293235,7 +293235,7 @@ index 30068ca41d0e..03c6a5e29284 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 19 Jul 2022 08:46:14 +0100 -Subject: [PATCH 1019/1283] Revert "ext4: make mb_optimize_scan performance +Subject: [PATCH 1019/1282] Revert "ext4: make mb_optimize_scan performance mount option work with extents" This reverts commit 3c65b7309d2e0dd8d134e7813cd95debd91ea07b. @@ -293251,10 +293251,10 @@ Signed-off-by: Phil Elwell 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c -index e6718bfc6c55..ed9706a7cd05 100644 +index e8f5f05bddb3..0ea634be2433 100644 --- a/fs/ext4/mballoc.c +++ b/fs/ext4/mballoc.c -@@ -1000,7 +1000,7 @@ static inline int should_optimize_scan(struct ext4_allocation_context *ac) +@@ -1002,7 +1002,7 @@ static inline int should_optimize_scan(struct ext4_allocation_context *ac) return 0; if (ac->ac_criteria >= 2) return 0; @@ -293270,7 +293270,7 @@ index e6718bfc6c55..ed9706a7cd05 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 19 Jul 2022 13:15:00 +0100 -Subject: [PATCH 1020/1283] dtoverlays: Add nohdmi options to vc4-kms-v3d +Subject: [PATCH 1020/1282] dtoverlays: Add nohdmi options to vc4-kms-v3d overlays There are cases where hotplug detect is incorrectly wired @@ -293341,7 +293341,7 @@ index 76229cad7803..39df2133b3ee 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 20 Jul 2022 14:53:42 +0100 -Subject: [PATCH 1021/1283] configs: Enable IIO software trigger modules +Subject: [PATCH 1021/1282] configs: Enable IIO software trigger modules See: https://github.com/raspberrypi/linux/issues/4984 @@ -293471,7 +293471,7 @@ index a70aa7cac783..9787988e3d45 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Thu, 21 Jul 2022 10:02:09 +0100 -Subject: [PATCH 1022/1283] configs: Enable IP_VS_IPV6 (for loadbalancing) +Subject: [PATCH 1022/1282] configs: Enable IP_VS_IPV6 (for loadbalancing) The Raspberry Pi defconfigs enable suport for IP Virtual Servers with many of the optional features, but for some reason exclude the IPV6 @@ -293557,7 +293557,7 @@ index 9787988e3d45..c99d210e79ce 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Thu, 21 Jul 2022 11:32:08 +0100 -Subject: [PATCH 1023/1283] configs: Enable CEPH_FS=m +Subject: [PATCH 1023/1282] configs: Enable CEPH_FS=m Add support for the CEPH distributed filesystem. @@ -293639,7 +293639,7 @@ index c99d210e79ce..786840551d70 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Thu, 21 Jul 2022 18:15:33 +0100 -Subject: [PATCH 1024/1283] overlays: Make more overlays runtime-capable +Subject: [PATCH 1024/1282] overlays: Make more overlays runtime-capable The kernel now rejects the creation of a DT node with the same name as an existing node, so take care not to do that. @@ -294014,7 +294014,7 @@ index 986d725a2652..64163bf932b7 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 22 Jul 2022 14:20:49 +0100 -Subject: [PATCH 1025/1283] overlays: Mark more overlays as Pi4-specific +Subject: [PATCH 1025/1282] overlays: Mark more overlays as Pi4-specific Signed-off-by: Phil Elwell --- @@ -294064,7 +294064,7 @@ index 3944b0c30986..df63a1793b42 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Joerg Schambacher Date: Thu, 4 Aug 2022 12:31:17 +0200 -Subject: [PATCH 1026/1283] overlays:Adds HiFiBerry AMP3 +Subject: [PATCH 1026/1282] overlays:Adds HiFiBerry AMP3 Adds AMP3 board definitions. @@ -294175,7 +294175,7 @@ index 000000000000..a01e263a133b From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Joerg Schambacher Date: Thu, 4 Aug 2022 15:15:09 +0200 -Subject: [PATCH 1027/1283] rpi-simple-soundcard: adds definitions for the +Subject: [PATCH 1027/1282] rpi-simple-soundcard: adds definitions for the HiFiBerry AMP3 card Uses Infineon MA120x0 amplifier and supports full sample rate of 192ksps. @@ -294234,7 +294234,7 @@ index 5f754afb7f79..fd1e42956066 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Mon, 8 Aug 2022 10:01:41 +0100 -Subject: [PATCH 1028/1283] media: bcm2835-unicam: Correctly handle FS + FE ISR +Subject: [PATCH 1028/1282] media: bcm2835-unicam: Correctly handle FS + FE ISR condtion If we get a simultaneous FS + FE interrupt for the same frame, it cannot be @@ -294304,7 +294304,7 @@ index 401d2c4d734f..cad7f018b221 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 29 Jul 2022 17:46:49 +0100 -Subject: [PATCH 1029/1283] media: video-mux: Read CSI2 config from FW, and +Subject: [PATCH 1029/1282] media: video-mux: Read CSI2 config from FW, and pass to receiver There is no obligation for all source devices on a video-mux to @@ -294462,7 +294462,7 @@ index 905005e271ca..dd03e6229d2c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 8 Aug 2022 17:12:45 +0100 -Subject: [PATCH 1030/1283] media: i2c: imx290: Add compatible strings for +Subject: [PATCH 1030/1282] media: i2c: imx290: Add compatible strings for IMX327 and IMX462 IMX327 is the previous generation to IMX290, and supports up to 1080p60 @@ -294527,7 +294527,7 @@ index a6f4ba5b9345..c5abef46ed5d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 8 Aug 2022 17:24:53 +0100 -Subject: [PATCH 1031/1283] dtoverlays: Add overlays for Sony IMX327 and IMX462 +Subject: [PATCH 1031/1282] dtoverlays: Add overlays for Sony IMX327 and IMX462 image sensors These are currently identical to IMX290, but have slightly @@ -294716,7 +294716,7 @@ index 000000000000..e2b54a7a9f98 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 12 Jul 2022 13:34:56 +0100 -Subject: [PATCH 1032/1283] defconfigs: Add VIDEO_MUX to all defconfigs +Subject: [PATCH 1032/1282] defconfigs: Add VIDEO_MUX to all defconfigs Supports camera multiplexers using the mux framework. @@ -294796,7 +294796,7 @@ index 786840551d70..9d3d4e6842d9 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 11 Jul 2022 09:23:57 +0100 -Subject: [PATCH 1033/1283] dtoverlays: Reshuffle image sensor overlays to +Subject: [PATCH 1033/1282] dtoverlays: Reshuffle image sensor overlays to allow use with muxes There are third-party CSI-2 muxes available that ideally want to @@ -297155,7 +297155,7 @@ index 000000000000..7df43bc6ef39 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Tue, 5 Jul 2022 01:54:18 +0300 -Subject: [PATCH 1034/1283] bcm2835-v4l2-codec: support H.264 5.0 and 5.1 +Subject: [PATCH 1034/1282] bcm2835-v4l2-codec: support H.264 5.0 and 5.1 levels --- @@ -297206,7 +297206,7 @@ index 6df12827713a..ca063a25ab12 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 16 Aug 2022 14:28:29 +0100 -Subject: [PATCH 1035/1283] configs: Add support for Cilium on 2711 64-bit +Subject: [PATCH 1035/1282] configs: Add support for Cilium on 2711 64-bit See: https://github.com/raspberrypi/linux/issues/5127 @@ -297265,7 +297265,7 @@ index 2c8e5e0cdab6..17246b634d6d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Mon, 13 Jun 2022 16:47:31 +0200 -Subject: [PATCH 1036/1283] drm/vc4: plane: Remove subpixel positioning check +Subject: [PATCH 1036/1282] drm/vc4: plane: Remove subpixel positioning check [ Upstream commit 517db1ab1566dba3093dbdb8de4263ba4aa66416 ] @@ -297324,7 +297324,7 @@ index 849385ff9761..5d8dc921bfa7 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Sun, 21 Aug 2022 16:36:25 +0100 -Subject: [PATCH 1037/1283] overlays: gpio-fan: Add hyst (hysteresis) param +Subject: [PATCH 1037/1282] overlays: gpio-fan: Add hyst (hysteresis) param See: https://forums.raspberrypi.com/viewtopic.php?t=339143 @@ -297351,7 +297351,7 @@ index 77a7bbb41e3b..fa77c3f397f0 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Sun, 21 Aug 2022 16:46:39 +0100 -Subject: [PATCH 1038/1283] overlays: gpio-fan: Document the hyst parameter +Subject: [PATCH 1038/1282] overlays: gpio-fan: Document the hyst parameter See: https://forums.raspberrypi.com/viewtopic.php?t=339143 @@ -297381,7 +297381,7 @@ index 309642ff5244..2d54622331a5 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Ashish Vara Date: Mon, 15 Aug 2022 01:09:07 +0530 -Subject: [PATCH 1039/1283] sound: soc: bcm: Added Sound card driver for +Subject: [PATCH 1039/1282] sound: soc: bcm: Added Sound card driver for Dacberry400 Audio card for Raspberry Pi 400 Added Sound card driver for DACberry400 Audio card. @@ -297697,7 +297697,7 @@ index 000000000000..55c2613669dd From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Ashish Vara Date: Mon, 22 Aug 2022 13:11:37 +0530 -Subject: [PATCH 1040/1283] overlays: Add dacberry400 +Subject: [PATCH 1040/1282] overlays: Add dacberry400 Added overlay file for dacberry400 audio card. @@ -297822,7 +297822,7 @@ index 000000000000..4e03baadbd71 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Ashish Vara Date: Mon, 22 Aug 2022 13:51:12 +0530 -Subject: [PATCH 1041/1283] configs: Enable DACBERRY400 +Subject: [PATCH 1041/1282] configs: Enable DACBERRY400 Signed-off-by: Ashish Vara --- @@ -297887,7 +297887,7 @@ index 9d3d4e6842d9..96be5e202550 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: AMuszkat <53743735+AMuszkat@users.noreply.github.com> Date: Tue, 23 Aug 2022 09:25:53 +0200 -Subject: [PATCH 1042/1283] overlays: merus-amp: Set GPIO 8 as input np +Subject: [PATCH 1042/1282] overlays: merus-amp: Set GPIO 8 as input np Set GPIO 8 as input np for proper msel configuration at boot up. --- @@ -297926,7 +297926,7 @@ index 4501fbdc253d..ec5c7c28f728 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Thu, 3 Feb 2022 15:51:41 +0000 -Subject: [PATCH 1043/1283] net: phy: lan87xx: Decrease phy polling rate +Subject: [PATCH 1043/1282] net: phy: lan87xx: Decrease phy polling rate Polling at 100Hz for 1.5s consumes quite a bit of kworker time with no obvious benefit. Reduce that polling rate to ~6Hz. @@ -297987,7 +297987,7 @@ index ab70d9be3da4..912be1da0f9a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jonathan Bell Date: Mon, 16 May 2022 10:28:27 +0100 -Subject: [PATCH 1044/1283] mmc: block: Don't do single-sector reads during +Subject: [PATCH 1044/1282] mmc: block: Don't do single-sector reads during recovery See https://github.com/raspberrypi/linux/issues/5019 @@ -298027,7 +298027,7 @@ index 02fa6cce0b00..66694d9f671f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Joerg Schambacher Date: Wed, 24 Aug 2022 11:41:36 +0200 -Subject: [PATCH 1045/1283] rpi-simple-soundcard: limits sample rate of Merus +Subject: [PATCH 1045/1282] rpi-simple-soundcard: limits sample rate of Merus Amp board Adding a dedicated hw_params function to limit the maximum sample @@ -298094,7 +298094,7 @@ index fd1e42956066..85ef1a2207f4 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell <8911409+pelwell@users.noreply.github.com> Date: Wed, 24 Aug 2022 11:14:40 +0100 -Subject: [PATCH 1046/1283] drm/vc4: Add async update support for cursor planes +Subject: [PATCH 1046/1282] drm/vc4: Add async update support for cursor planes Now that cursors are implemented as regular planes, all cursor movements result in atomic updates. As the firmware-kms driver @@ -298187,7 +298187,7 @@ index 99e379c9812b..94df930b3232 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 26 Aug 2022 10:12:58 +0100 -Subject: [PATCH 1047/1283] Revert "usbnet: smsc95xx: Avoid link settings race +Subject: [PATCH 1047/1282] Revert "usbnet: smsc95xx: Avoid link settings race on interrupt reception" This reverts commit 09201006dac9bf11a8e6755a11c74d5bccd54e7c. @@ -298265,7 +298265,7 @@ index 65cf1b625876..184c5ed0ad27 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 26 Aug 2022 10:13:27 +0100 -Subject: [PATCH 1048/1283] Revert "usbnet: smsc95xx: Don't clear read-only PHY +Subject: [PATCH 1048/1282] Revert "usbnet: smsc95xx: Don't clear read-only PHY interrupt" This reverts commit 04887243887630f2478a330730d13d87a079b6c8. @@ -298299,7 +298299,7 @@ index 184c5ed0ad27..31a983df32b4 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 25 Aug 2022 12:16:37 +0100 -Subject: [PATCH 1049/1283] defconfigs: Add CONFIG_MUX_GPIO. +Subject: [PATCH 1049/1282] defconfigs: Add CONFIG_MUX_GPIO. This config was missed from 06ccedb39414 ("defconfigs: Add VIDEO_MUX to all defconfigs") @@ -298381,7 +298381,7 @@ index 96be5e202550..f230ddb4675a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Lee Jackson Date: Fri, 26 Aug 2022 11:41:49 +0800 -Subject: [PATCH 1050/1283] media: i2c: arducam-pivariety: Add custom controls +Subject: [PATCH 1050/1282] media: i2c: arducam-pivariety: Add custom controls Add support for strobe_shift, strobe_width and mode custom controls. @@ -298429,7 +298429,7 @@ index b2b8cbc47138..99d5ada309e8 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 30 Aug 2022 09:35:48 +0100 -Subject: [PATCH 1051/1283] configs: Add LAN7430 driver on BCM2711 +Subject: [PATCH 1051/1282] configs: Add LAN7430 driver on BCM2711 See: https://github.com/raspberrypi/linux/issues/4117 @@ -298470,7 +298470,7 @@ index 6ea6ca64ebe0..b2e7ba8c3275 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: rlcamp Date: Wed, 31 Aug 2022 05:47:41 -0700 -Subject: [PATCH 1052/1283] overlays: Add a pull (up/down) parameter to +Subject: [PATCH 1052/1282] overlays: Add a pull (up/down) parameter to pps-gpio Square wave output from RTCs such as the DS3231 requires a pullup @@ -298512,7 +298512,7 @@ index 524a1c1d3670..a4f6b868aad8 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Peter Rosin Date: Mon, 25 Apr 2022 22:35:50 +0200 -Subject: [PATCH 1053/1283] hwmon: (lm75) Add Atmel AT30TS74 support +Subject: [PATCH 1053/1282] hwmon: (lm75) Add Atmel AT30TS74 support commit c851b715d38de0c262a63de16ad954ed39b47aca upstream. @@ -298591,7 +298591,7 @@ index afdbb63237b9..66dc826f7962 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 11 Aug 2022 13:49:16 +0100 -Subject: [PATCH 1054/1283] drm/vc4: Configure the HVS COB allocations +Subject: [PATCH 1054/1282] drm/vc4: Configure the HVS COB allocations The HVS Composite Output Buffer (COB) is the memory used to generate the output pixel data. @@ -298693,7 +298693,7 @@ index e29c16365192..4e67dbf6c8ba 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 11 Aug 2022 15:49:16 +0100 -Subject: [PATCH 1055/1283] drm/vc4: SCALER_DISPBKGND_AUTOHS is only valid on +Subject: [PATCH 1055/1282] drm/vc4: SCALER_DISPBKGND_AUTOHS is only valid on HVS4 The bit used for SCALER_DISPBKGND_AUTOHS in SCALER_DISPBKGNDX @@ -298770,7 +298770,7 @@ index 0b61f09c925c..eeeeb3024fa3 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 11 Aug 2022 15:52:28 +0100 -Subject: [PATCH 1056/1283] drm/vc4: Correct interrupt masking bit assignment +Subject: [PATCH 1056/1282] drm/vc4: Correct interrupt masking bit assignment for HVS5 HVS5 has moved the interrupt enable bits around within the @@ -298909,7 +298909,7 @@ index eeeeb3024fa3..b65abdfc4505 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Fri, 2 Sep 2022 08:35:35 +0100 -Subject: [PATCH 1057/1283] media: bcm2835-unicam: Fix for possible dummy +Subject: [PATCH 1057/1282] media: bcm2835-unicam: Fix for possible dummy buffer overrun The Unicam hardware has been observed to cause a buffer overrun when using the @@ -298971,7 +298971,7 @@ index cad7f018b221..506a3b3837b0 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Joerg Schambacher Date: Fri, 2 Sep 2022 11:50:16 +0200 -Subject: [PATCH 1058/1283] ASoC:ma120x0p: Extend the volume range to -144dB +Subject: [PATCH 1058/1282] ASoC:ma120x0p: Extend the volume range to -144dB (mute) Adjusts the usable volume range down to -144dB to allow 'muting' @@ -299009,7 +299009,7 @@ index ac812e83178d..992c72cf0f5a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Pablo Greco Date: Sat, 15 Oct 2022 18:16:06 +0000 -Subject: [PATCH 1059/1283] 3d2d12fb7815 +Subject: [PATCH 1059/1282] 3d2d12fb7815 --- drivers/gpu/drm/vc4/vc4_hdmi.c | 8 ++++++++ @@ -299041,7 +299041,7 @@ index 0546f3358c2e..9cc90fc1e21c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Mon, 5 Sep 2022 12:45:06 +0100 -Subject: [PATCH 1060/1283] Revert "Revert "usbnet: smsc95xx: Don't clear +Subject: [PATCH 1060/1282] Revert "Revert "usbnet: smsc95xx: Don't clear read-only PHY interrupt"" This reverts commit b50b2815045cbc86e3b34178e9df69a988991a61. @@ -299071,7 +299071,7 @@ index 31a983df32b4..184c5ed0ad27 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Mon, 5 Sep 2022 12:45:07 +0100 -Subject: [PATCH 1061/1283] Revert "Revert "usbnet: smsc95xx: Avoid link +Subject: [PATCH 1061/1282] Revert "Revert "usbnet: smsc95xx: Avoid link settings race on interrupt reception"" This reverts commit c7cbb86f4763c5d9b52698e6f58b6d1719ade011. @@ -299145,7 +299145,7 @@ index 184c5ed0ad27..65cf1b625876 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Mon, 5 Sep 2022 12:45:08 +0100 -Subject: [PATCH 1062/1283] Revert "Revert "usbnet: smsc95xx: Forward PHY +Subject: [PATCH 1062/1282] Revert "Revert "usbnet: smsc95xx: Forward PHY interrupts to PHY driver to avoid polling"" This reverts commit bb0401e1e9875b361aff49e75b9ef9e6688359bc. @@ -299398,7 +299398,7 @@ index 65cf1b625876..36bca517951d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Mon, 5 Sep 2022 12:45:09 +0100 -Subject: [PATCH 1063/1283] Revert "Revert "usbnet: smsc95xx: Fix deadlock on +Subject: [PATCH 1063/1282] Revert "Revert "usbnet: smsc95xx: Fix deadlock on runtime resume"" This reverts commit 2f82838ec69a86ffe786e57a37d4bcf746760017. @@ -299535,7 +299535,7 @@ index 36bca517951d..73be53f3719e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 5 Sep 2022 11:44:23 +0100 -Subject: [PATCH 1064/1283] media: i2c: imx290: Updating VBLANK should update +Subject: [PATCH 1064/1282] media: i2c: imx290: Updating VBLANK should update exposure in all states The code to update the range of the exposure control was after a @@ -299602,7 +299602,7 @@ index c5abef46ed5d..2c0c0b9aa82d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 5 Sep 2022 11:50:30 +0100 -Subject: [PATCH 1065/1283] Revert "media: i2c: imx290: Explicitly set v&h +Subject: [PATCH 1065/1282] Revert "media: i2c: imx290: Explicitly set v&h blank on mode change" This reverts commit 090d29f5854aa7b6511b0ae8a926929130fd3978. @@ -299655,7 +299655,7 @@ index 2c0c0b9aa82d..da7d0d9fffb8 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 5 Sep 2022 15:10:05 +0100 -Subject: [PATCH 1066/1283] media: i2c: imx290: Drop incorrect comment about +Subject: [PATCH 1066/1282] media: i2c: imx290: Drop incorrect comment about pixelrate commit b5eca6fd4284 ("media: i2c: imx290: Fix the pixel rate at 148.5Mpix/s") @@ -299691,7 +299691,7 @@ index da7d0d9fffb8..0f97ff1bca8d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 5 Sep 2022 15:32:41 +0100 -Subject: [PATCH 1067/1283] media: i2c: imx290: Do not reset exposure time from +Subject: [PATCH 1067/1282] media: i2c: imx290: Do not reset exposure time from set_fmt V4L2 controls are meant to be persistent, and only altered if @@ -299735,7 +299735,7 @@ index 0f97ff1bca8d..f7971b972045 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 5 Sep 2022 12:16:32 +0100 -Subject: [PATCH 1068/1283] overlays: Add the Raspberry Pi sound cards +Subject: [PATCH 1068/1282] overlays: Add the Raspberry Pi sound cards Signed-off-by: Phil Elwell --- @@ -299945,7 +299945,7 @@ index 000000000000..5e73d6c1bf42 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 6 Sep 2022 14:43:34 +0100 -Subject: [PATCH 1069/1283] overlays: Rename unofficial "rpi-" overlays +Subject: [PATCH 1069/1282] overlays: Rename unofficial "rpi-" overlays There are a number of overlays - some very old - with names beginning with "rpi-", even though they aren't for products made by Raspberry Pi. @@ -300232,7 +300232,7 @@ rename to arch/arm/boot/dts/overlays/watterott-rpi-display-overlay.dts From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 7 Sep 2022 09:38:24 +0100 -Subject: [PATCH 1070/1283] overlays: Shorten overlay name to watterott-display +Subject: [PATCH 1070/1282] overlays: Shorten overlay name to watterott-display watterott-rpi-display, although accurate, is too cumbersome, leading to some potentially very long lines, Shorten it to watterott-display. @@ -300323,7 +300323,7 @@ rename to arch/arm/boot/dts/overlays/watterott-display-overlay.dts From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 10 Sep 2021 15:09:39 +0200 -Subject: [PATCH 1071/1283] drm/bridge: Add a function to abstract away panels +Subject: [PATCH 1071/1282] drm/bridge: Add a function to abstract away panels Display drivers so far need to have a lot of boilerplate to first retrieve either the panel or bridge that they are connected to using @@ -300393,7 +300393,7 @@ index 1b6ed541cacf..fc6e3d8e009b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 17 Sep 2021 20:09:25 +0200 -Subject: [PATCH 1072/1283] drm/bridge: Move devm_drm_of_get_bridge to +Subject: [PATCH 1072/1282] drm/bridge: Move devm_drm_of_get_bridge to bridge/panel.c By depending on devm_drm_panel_bridge_add(), devm_drm_of_get_bridge() @@ -300466,7 +300466,7 @@ index fc6e3d8e009b..1b6ed541cacf 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 10 Sep 2021 15:09:40 +0200 -Subject: [PATCH 1073/1283] drm/vc4: dpi: Switch to devm_drm_of_get_bridge +Subject: [PATCH 1073/1282] drm/vc4: dpi: Switch to devm_drm_of_get_bridge The new devm_drm_of_get_bridge removes most of the boilerplate we have to deal with. Let's switch to it. @@ -300520,7 +300520,7 @@ index 3164ab1935fa..4eec53cac01e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Thomas Zimmermann Date: Mon, 2 May 2022 16:25:12 +0200 -Subject: [PATCH 1074/1283] drm: Add DRM-managed mutex_init() +Subject: [PATCH 1074/1282] drm: Add DRM-managed mutex_init() Add drmm_mutex_init(), a helper that provides managed mutex cleanup. The mutex will be destroyed with the final reference of the DRM device. @@ -300602,7 +300602,7 @@ index b45c6fbf53ac..359883942612 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Tue, 17 May 2022 15:09:33 +0200 -Subject: [PATCH 1075/1283] drm/crtc: Introduce drmm_crtc_init_with_planes +Subject: [PATCH 1075/1282] drm/crtc: Introduce drmm_crtc_init_with_planes The DRM-managed function to register a CRTC is drmm_crtc_alloc_with_planes(), which will allocate the underlying @@ -300777,7 +300777,7 @@ index 13eeba2a750a..af54b36b8876 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Tue, 17 May 2022 15:09:33 +0200 -Subject: [PATCH 1076/1283] drm/encoder: Introduce drmm_encoder_init +Subject: [PATCH 1076/1282] drm/encoder: Introduce drmm_encoder_init The DRM-managed function to register an encoder is drmm_encoder_alloc() and its variants, which will allocate the underlying @@ -300942,7 +300942,7 @@ index 6e91a0280f31..3a09682af685 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Tue, 17 May 2022 13:22:54 +0200 -Subject: [PATCH 1077/1283] drm/connector: Reorder headers +Subject: [PATCH 1077/1282] drm/connector: Reorder headers Unlike most of the other files in DRM, and Linux in general, the headers in drm_connector.c aren't sorted alphabetically. Let's fix that. @@ -300982,7 +300982,7 @@ index cfe163103cfd..a96037394be9 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Tue, 17 May 2022 15:03:34 +0200 -Subject: [PATCH 1078/1283] drm/connector: Mention the cleanup after +Subject: [PATCH 1078/1282] drm/connector: Mention the cleanup after drm_connector_init Unlike encoders and CRTCs, the drm_connector_init() and @@ -301029,7 +301029,7 @@ index a96037394be9..f556e474d55f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 22 Jun 2022 10:33:59 +0200 -Subject: [PATCH 1079/1283] drm/connector: Clarify when +Subject: [PATCH 1079/1282] drm/connector: Clarify when drm_connector_unregister is needed The current documentation for drm_connector_unregister() mentions that @@ -301095,7 +301095,7 @@ index f556e474d55f..ca728fbafa56 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 29 Jun 2022 11:04:05 +0200 -Subject: [PATCH 1080/1283] drm/connector: Consolidate Connector Initialization +Subject: [PATCH 1080/1282] drm/connector: Consolidate Connector Initialization We're going to add a DRM-managed connector initialization function. Since we'll need both the with and without the DDC pointer, having a @@ -301214,7 +301214,7 @@ index ca728fbafa56..d023db8fe108 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 29 Jun 2022 11:17:10 +0200 -Subject: [PATCH 1081/1283] drm/connector: Check for destroy implementation +Subject: [PATCH 1081/1282] drm/connector: Check for destroy implementation Connectors need to be cleaned up with a call to drm_connector_cleanup() in their drm_connector_funcs.destroy implementation. @@ -301258,7 +301258,7 @@ index d023db8fe108..757238819a12 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Tue, 17 May 2022 15:09:33 +0200 -Subject: [PATCH 1082/1283] drm/connector: Introduce drmm_connector_init +Subject: [PATCH 1082/1282] drm/connector: Introduce drmm_connector_init Unlike other DRM entities, there's no helper to create a DRM-managed initialisation of a connector. @@ -301389,7 +301389,7 @@ index 1f43d7c6724a..9df399d9285b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 23 May 2022 16:27:12 +0200 -Subject: [PATCH 1083/1283] drm/bridge: panel: Introduce drmm_panel_bridge_add +Subject: [PATCH 1083/1282] drm/bridge: panel: Introduce drmm_panel_bridge_add Unlike what can be found for other entities, there's no DRM-managed function to create a panel_bridge instance from a panel. @@ -301481,7 +301481,7 @@ index 80ec58c48c5f..9ebdfd2f2613 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 23 May 2022 16:38:52 +0200 -Subject: [PATCH 1084/1283] drm/bridge: panel: Introduce drmm_of_get_bridge +Subject: [PATCH 1084/1282] drm/bridge: panel: Introduce drmm_of_get_bridge Unlike what can be found for other DRM entities, we don't have a DRM-managed function equivalent to devm_drm_of_get_bridge(). @@ -301560,7 +301560,7 @@ index 9ebdfd2f2613..f23a34fce0f2 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 9 May 2022 12:33:32 +0200 -Subject: [PATCH 1085/1283] drm/vc4: drv: Call component_unbind_all() +Subject: [PATCH 1085/1282] drm/vc4: drv: Call component_unbind_all() While we were using the component framework to deal with all the DRM subdevices, we were not calling component_unbind_all(). @@ -301642,7 +301642,7 @@ index 4a8940ca91df..0b3d149f2f59 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 16 Jun 2022 13:39:23 +0200 -Subject: [PATCH 1086/1283] drm/vc4: drv: Use drm_dev_unplug +Subject: [PATCH 1086/1282] drm/vc4: drv: Use drm_dev_unplug When our KMS driver is unbound, the device is no longer there but we might still have users with an opened fd to the KMS device. @@ -301681,7 +301681,7 @@ index 48ba5313974d..7c44ad27efc0 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 20 Jun 2022 14:05:46 +0200 -Subject: [PATCH 1087/1283] drm/vc4: crtc: Create vblank reporting function +Subject: [PATCH 1087/1282] drm/vc4: crtc: Create vblank reporting function We'll need that code in the HVS driver, so let's create a shared function to reuse it. @@ -301753,7 +301753,7 @@ index 0b3d149f2f59..138b36bb9487 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Tue, 17 May 2022 18:19:19 +0200 -Subject: [PATCH 1088/1283] drm/vc4: hvs: Protect device resources after +Subject: [PATCH 1088/1282] drm/vc4: hvs: Protect device resources after removal Whenever the device and driver are unbound, the main device and all the @@ -302058,7 +302058,7 @@ index e0d4c86dee34..66d6bc447a15 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 9 May 2022 13:46:54 +0200 -Subject: [PATCH 1089/1283] drm/vc4: hvs: Remove planes currently allocated +Subject: [PATCH 1089/1282] drm/vc4: hvs: Remove planes currently allocated before taking down When the HVS driver is unbound, a lot of memory allocations in the LBM and @@ -302106,7 +302106,7 @@ index 66d6bc447a15..aa06751f5586 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 25 May 2022 11:03:10 +0200 -Subject: [PATCH 1090/1283] drm/vc4: plane: Take possible_crtcs as an argument +Subject: [PATCH 1090/1282] drm/vc4: plane: Take possible_crtcs as an argument vc4_plane_init() currently initialises the plane with no possible CRTCs, and will expect the caller to set it up by itself. @@ -302210,7 +302210,7 @@ index 5d8dc921bfa7..7381eafc4d6c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 22 Jun 2022 16:15:11 +0200 -Subject: [PATCH 1091/1283] drm/vc4: crtc: Remove manual plane removal on error +Subject: [PATCH 1091/1282] drm/vc4: crtc: Remove manual plane removal on error When vc4_crtc_bind() fails after vc4_crtc_init() has been called, we have a loop undoing the plane creation and calling destroy on each plane @@ -302261,7 +302261,7 @@ index 7bdac445da51..391a68d2ee96 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 25 May 2022 11:05:30 +0200 -Subject: [PATCH 1092/1283] drm/vc4: plane: Switch to +Subject: [PATCH 1092/1282] drm/vc4: plane: Switch to drmm_universal_plane_alloc() Let's switch to drmm_universal_plane_alloc() for our plane allocation and @@ -302353,7 +302353,7 @@ index 7381eafc4d6c..2150cee5a405 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 23 May 2022 15:44:13 +0200 -Subject: [PATCH 1093/1283] drm/vc4: crtc: Move debugfs_name to crtc_data +Subject: [PATCH 1093/1282] drm/vc4: crtc: Move debugfs_name to crtc_data All the CRTCs, including the TXP, have a debugfs file and name so we can consolidate it into vc4_crtc_data. @@ -302517,7 +302517,7 @@ index 82beb8c159f2..e983ff7c5e13 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 23 May 2022 17:11:29 +0200 -Subject: [PATCH 1094/1283] drm/vc4: crtc: Switch to drmm_kzalloc +Subject: [PATCH 1094/1282] drm/vc4: crtc: Switch to drmm_kzalloc Our internal structure that stores the DRM entities structure is allocated through a device-managed kzalloc. @@ -302559,7 +302559,7 @@ index eb4072b85fd2..7e48d401d32a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 11 May 2022 11:05:36 +0200 -Subject: [PATCH 1095/1283] drm/vc4: crtc: Switch to DRM-managed CRTC +Subject: [PATCH 1095/1282] drm/vc4: crtc: Switch to DRM-managed CRTC initialization The current code will call drm_crtc_cleanup() when the device is @@ -302665,7 +302665,7 @@ index e983ff7c5e13..f306e05ac5b2 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 3 Sep 2020 10:01:20 +0200 -Subject: [PATCH 1096/1283] drm/vc4: dpi: Remove vc4_dev dpi pointer +Subject: [PATCH 1096/1282] drm/vc4: dpi: Remove vc4_dev dpi pointer There's no user for that pointer so let's just get rid of it. @@ -302735,7 +302735,7 @@ index 929cf9b45a5e..c7db33a31cc9 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 11 May 2022 11:03:23 +0200 -Subject: [PATCH 1097/1283] drm/vc4: dpi: Embed DRM structures into the private +Subject: [PATCH 1097/1282] drm/vc4: dpi: Embed DRM structures into the private structure The VC4 DPI driver private structure contains only a pointer to the @@ -302885,7 +302885,7 @@ index e750771a61ea..df02f561646e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 23 May 2022 17:11:29 +0200 -Subject: [PATCH 1098/1283] drm/vc4: dpi: Switch to drmm_kzalloc +Subject: [PATCH 1098/1282] drm/vc4: dpi: Switch to drmm_kzalloc Our internal structure that stores the DRM entities structure is allocated through a device-managed kzalloc. @@ -302930,7 +302930,7 @@ index df02f561646e..a955fd7d9d28 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 11 May 2022 11:09:16 +0200 -Subject: [PATCH 1099/1283] drm/vc4: dpi: Return an error if we can't enable +Subject: [PATCH 1099/1282] drm/vc4: dpi: Return an error if we can't enable our clock If we fail to enable the DPI clock, we just ignore the error and moves @@ -302974,7 +302974,7 @@ index a955fd7d9d28..4b03b5c356b1 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 11 May 2022 11:19:22 +0200 -Subject: [PATCH 1100/1283] drm/vc4: dpi: Remove unnecessary +Subject: [PATCH 1100/1282] drm/vc4: dpi: Remove unnecessary drm_of_panel_bridge_remove call Since we have a managed call to create our panel_bridge instance, the call @@ -303008,7 +303008,7 @@ index 4b03b5c356b1..1a221df1996e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 23 May 2022 17:04:25 +0200 -Subject: [PATCH 1101/1283] drm/vc4: dpi: Add action to disable the clock +Subject: [PATCH 1101/1282] drm/vc4: dpi: Add action to disable the clock The DPI controller has two clocks called core and pixel, the core clock being enabled at bind time. @@ -303076,7 +303076,7 @@ index 1a221df1996e..91e66192ec3d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 11 May 2022 11:05:36 +0200 -Subject: [PATCH 1102/1283] drm/vc4: dpi: Switch to DRM-managed encoder +Subject: [PATCH 1102/1282] drm/vc4: dpi: Switch to DRM-managed encoder initialization The current code will call drm_encoder_cleanup() when the device is @@ -303149,7 +303149,7 @@ index 91e66192ec3d..913aaf879f49 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 11 May 2022 16:08:44 +0200 -Subject: [PATCH 1103/1283] drm/vc4: dpi: Switch to drmm_of_get_bridge +Subject: [PATCH 1103/1282] drm/vc4: dpi: Switch to drmm_of_get_bridge The current code uses a device-managed function to retrieve the next bridge downstream. @@ -303192,7 +303192,7 @@ index 913aaf879f49..ef0bc3feaed2 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 11 May 2022 16:26:30 +0200 -Subject: [PATCH 1104/1283] drm/vc4: dpi: Protect device resources +Subject: [PATCH 1104/1282] drm/vc4: dpi: Protect device resources Our current code now mixes some resources whose lifetime are tied to the device (clocks, IO mappings, etc.) and some that are tied to the DRM device @@ -303277,7 +303277,7 @@ index ef0bc3feaed2..e957b7f43275 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 11 May 2022 11:03:23 +0200 -Subject: [PATCH 1105/1283] drm/vc4: dsi: Embed DRM structures into the private +Subject: [PATCH 1105/1282] drm/vc4: dsi: Embed DRM structures into the private structure The VC4 DSI driver private structure contains only a pointer to the @@ -303376,7 +303376,7 @@ index 820e8ecab52d..ee1f1c688bd5 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 11 May 2022 11:05:36 +0200 -Subject: [PATCH 1106/1283] drm/vc4: dsi: Switch to DRM-managed encoder +Subject: [PATCH 1106/1282] drm/vc4: dsi: Switch to DRM-managed encoder initialization The current code will call drm_encoder_cleanup() when the device is @@ -303431,7 +303431,7 @@ index ee1f1c688bd5..678d7edb1e2a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 11 May 2022 16:08:44 +0200 -Subject: [PATCH 1107/1283] drm/vc4: dsi: Switch to drmm_of_get_bridge +Subject: [PATCH 1107/1282] drm/vc4: dsi: Switch to drmm_of_get_bridge The current code uses a device-managed function to retrieve the next bridge downstream. @@ -303470,7 +303470,7 @@ index 678d7edb1e2a..0b429867e874 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 23 May 2022 15:48:01 +0200 -Subject: [PATCH 1108/1283] drm/vc4: dsi: Fix the driver structure lifetime +Subject: [PATCH 1108/1282] drm/vc4: dsi: Fix the driver structure lifetime The vc4_dsi structure is currently allocated through a device-managed allocation. This can lead to use-after-free issues however in the unbinding @@ -303571,7 +303571,7 @@ index 0b429867e874..79be3414664e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 10 Jun 2022 10:51:26 +0200 -Subject: [PATCH 1109/1283] drm/vc4: dsi: Switch to devm_pm_runtime_enable +Subject: [PATCH 1109/1282] drm/vc4: dsi: Switch to devm_pm_runtime_enable devm_pm_runtime_enable() simplifies the driver a bit since it will call pm_runtime_disable() automatically through a device-managed action. @@ -303627,7 +303627,7 @@ index 79be3414664e..565ee9ba41f3 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 23 May 2022 17:11:29 +0200 -Subject: [PATCH 1110/1283] drm/vc4: hdmi: Switch to drmm_kzalloc +Subject: [PATCH 1110/1282] drm/vc4: hdmi: Switch to drmm_kzalloc Our internal structure that stores the DRM entities structure is allocated through a device-managed kzalloc. @@ -303671,7 +303671,7 @@ index 9cc90fc1e21c..b94581af95e7 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 22 Jun 2022 16:20:35 +0200 -Subject: [PATCH 1111/1283] drm/vc4: hdmi: Remove call to +Subject: [PATCH 1111/1282] drm/vc4: hdmi: Remove call to drm_connector_unregister() drm_connector_unregister() is only to be used for connectors that have been @@ -303735,7 +303735,7 @@ index b94581af95e7..985966122962 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 11 May 2022 11:05:36 +0200 -Subject: [PATCH 1112/1283] drm/vc4: hdmi: Switch to DRM-managed encoder +Subject: [PATCH 1112/1282] drm/vc4: hdmi: Switch to DRM-managed encoder initialization The current code will call drm_encoder_cleanup() when the device is @@ -303802,7 +303802,7 @@ index 985966122962..1c0636f5b515 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 11 May 2022 11:05:36 +0200 -Subject: [PATCH 1113/1283] drm/vc4: hdmi: Switch to DRM-managed connector +Subject: [PATCH 1113/1282] drm/vc4: hdmi: Switch to DRM-managed connector initialization The current code will call drm_connector_unregister() and @@ -303882,7 +303882,7 @@ index 1c0636f5b515..befe99ec3c03 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 13 May 2022 13:57:41 +0200 -Subject: [PATCH 1114/1283] drm/vc4: hdmi: Switch to device-managed ALSA +Subject: [PATCH 1114/1282] drm/vc4: hdmi: Switch to device-managed ALSA initialization The current code to unregister our ALSA device needs to be undone manually @@ -303996,7 +303996,7 @@ index befe99ec3c03..d9e425f88542 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 13 May 2022 13:57:41 +0200 -Subject: [PATCH 1115/1283] drm/vc4: hdmi: Switch to device-managed CEC +Subject: [PATCH 1115/1282] drm/vc4: hdmi: Switch to device-managed CEC initialization The current code to unregister our CEC device needs to be undone manually @@ -304184,7 +304184,7 @@ index d9e425f88542..f23ddb925099 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Tue, 17 May 2022 12:38:47 +0200 -Subject: [PATCH 1116/1283] drm/vc4: hdmi: Use a device-managed action for DDC +Subject: [PATCH 1116/1282] drm/vc4: hdmi: Use a device-managed action for DDC The reference to the DDC controller device needs to be put back when we're done with it. Let's use a device-managed action to simplify the driver. @@ -304275,7 +304275,7 @@ index f23ddb925099..35862f67be4b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Tue, 17 May 2022 12:30:40 +0200 -Subject: [PATCH 1117/1283] drm/vc4: hdmi: Switch to DRM-managed kfree to build +Subject: [PATCH 1117/1282] drm/vc4: hdmi: Switch to DRM-managed kfree to build regsets The current code to build the registers set later exposed in debugfs for @@ -304446,7 +304446,7 @@ index 53dd116b49f0..b83e4194983f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Tue, 17 May 2022 12:32:05 +0200 -Subject: [PATCH 1118/1283] drm/vc4: hdmi: Use devm to register hotplug +Subject: [PATCH 1118/1282] drm/vc4: hdmi: Use devm to register hotplug interrupts Commit 776efe800fed ("drm/vc4: hdmi: Drop devm interrupt handler for @@ -304564,7 +304564,7 @@ index 8d70b17a1f0a..46a517214222 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Tue, 17 May 2022 12:38:06 +0200 -Subject: [PATCH 1119/1283] drm/vc4: hdmi: Move audio structure offset checks +Subject: [PATCH 1119/1282] drm/vc4: hdmi: Move audio structure offset checks The HDMI driver unbind hook doesn't have any ALSA-related code anymore, so let's move the ALSA sanity checks and comments we have to some other part @@ -304614,7 +304614,7 @@ index 46a517214222..0f57a0e8d6ac 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Tue, 17 May 2022 18:19:19 +0200 -Subject: [PATCH 1120/1283] drm/vc4: hdmi: Protect device resources after +Subject: [PATCH 1120/1282] drm/vc4: hdmi: Protect device resources after removal Whenever the device and driver are unbound, the main device and all the @@ -305533,7 +305533,7 @@ index 0f57a0e8d6ac..001ea0eab465 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 10 Jun 2022 10:51:26 +0200 -Subject: [PATCH 1121/1283] drm/vc4: hdmi: Switch to devm_pm_runtime_enable +Subject: [PATCH 1121/1282] drm/vc4: hdmi: Switch to devm_pm_runtime_enable devm_pm_runtime_enable() simplifies the driver a bit since it will call pm_runtime_disable() automatically through a device-managed action. @@ -305582,7 +305582,7 @@ index 001ea0eab465..625ed1a102dc 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 3 Sep 2020 10:01:20 +0200 -Subject: [PATCH 1122/1283] drm/vc4: txp: Remove vc4_dev txp pointer +Subject: [PATCH 1122/1282] drm/vc4: txp: Remove vc4_dev txp pointer There's no user for that pointer so let's just get rid of it. @@ -305646,7 +305646,7 @@ index f306e05ac5b2..87c896f482fb 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 23 May 2022 15:44:50 +0200 -Subject: [PATCH 1123/1283] drm/vc4: txp: Remove duplicate regset +Subject: [PATCH 1123/1282] drm/vc4: txp: Remove duplicate regset There's already a regset in the vc4_crtc structure so there's no need to duplicate it in vc4_txp. @@ -305698,7 +305698,7 @@ index 87c896f482fb..51ac01838093 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 23 May 2022 17:11:29 +0200 -Subject: [PATCH 1124/1283] drm/vc4: txp: Switch to drmm_kzalloc +Subject: [PATCH 1124/1282] drm/vc4: txp: Switch to drmm_kzalloc Our internal structure that stores the DRM entities structure is allocated through a device-managed kzalloc. @@ -305739,7 +305739,7 @@ index 51ac01838093..6a16b2798724 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 22 Jun 2022 16:20:35 +0200 -Subject: [PATCH 1125/1283] drm/vc4: txp: Remove call to +Subject: [PATCH 1125/1282] drm/vc4: txp: Remove call to drm_connector_unregister() drm_connector_unregister() is only to be used for connectors that have been @@ -305790,7 +305790,7 @@ index 6a16b2798724..7738310377a5 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 11 May 2022 16:26:30 +0200 -Subject: [PATCH 1126/1283] drm/vc4: txp: Protect device resources +Subject: [PATCH 1126/1282] drm/vc4: txp: Protect device resources Our current code now mixes some resources whose lifetime are tied to the device (clocks, IO mappings, etc.) and some that are tied to the DRM device @@ -305904,7 +305904,7 @@ index 7738310377a5..1a26d6bf4868 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 3 Sep 2020 10:01:20 +0200 -Subject: [PATCH 1127/1283] drm/vc4: vec: Remove vc4_dev vec pointer +Subject: [PATCH 1127/1282] drm/vc4: vec: Remove vc4_dev vec pointer There's no user for that pointer so let's just get rid of it. @@ -305971,7 +305971,7 @@ index d263fdaa1ee8..08469f587af1 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 11 May 2022 11:03:23 +0200 -Subject: [PATCH 1128/1283] drm/vc4: vec: Embed DRM structures into the private +Subject: [PATCH 1128/1282] drm/vc4: vec: Embed DRM structures into the private structure The VC4 VEC driver private structure contains only a pointer to the @@ -306176,7 +306176,7 @@ index 08469f587af1..ee4d7c06ee26 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 23 May 2022 17:11:29 +0200 -Subject: [PATCH 1129/1283] drm/vc4: vec: Switch to drmm_kzalloc +Subject: [PATCH 1129/1282] drm/vc4: vec: Switch to drmm_kzalloc Our internal structure that stores the DRM entities structure is allocated through a device-managed kzalloc. @@ -306217,7 +306217,7 @@ index ee4d7c06ee26..7e83369e2ae9 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 22 Jun 2022 16:20:35 +0200 -Subject: [PATCH 1130/1283] drm/vc4: vec: Remove call to +Subject: [PATCH 1130/1282] drm/vc4: vec: Remove call to drm_connector_unregister() drm_connector_unregister() is only to be used for connectors that have been @@ -306272,7 +306272,7 @@ index 7e83369e2ae9..d256796b57ad 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 11 May 2022 11:05:36 +0200 -Subject: [PATCH 1131/1283] drm/vc4: vec: Switch to DRM-managed encoder +Subject: [PATCH 1131/1282] drm/vc4: vec: Switch to DRM-managed encoder initialization The current code will call drm_encoder_cleanup() when the device is @@ -306339,7 +306339,7 @@ index d256796b57ad..7da879ae77e4 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 11 May 2022 11:05:36 +0200 -Subject: [PATCH 1132/1283] drm/vc4: vec: Switch to DRM-managed connector +Subject: [PATCH 1132/1282] drm/vc4: vec: Switch to DRM-managed connector initialization The current code will call drm_connector_unregister() and @@ -306403,7 +306403,7 @@ index 7da879ae77e4..25ff3edb2be3 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Tue, 17 May 2022 18:19:19 +0200 -Subject: [PATCH 1133/1283] drm/vc4: vec: Protect device resources after +Subject: [PATCH 1133/1282] drm/vc4: vec: Protect device resources after removal Whenever the device and driver are unbound, the main device and all the @@ -306523,7 +306523,7 @@ index 25ff3edb2be3..31033ba9d728 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 10 Jun 2022 10:51:26 +0200 -Subject: [PATCH 1134/1283] drm/vc4: vec: Switch to devm_pm_runtime_enable +Subject: [PATCH 1134/1282] drm/vc4: vec: Switch to devm_pm_runtime_enable devm_pm_runtime_enable() simplifies the driver a bit since it will call pm_runtime_disable() automatically through a device-managed action. @@ -306593,7 +306593,7 @@ index 31033ba9d728..673c67942d20 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 11 May 2022 16:26:30 +0200 -Subject: [PATCH 1135/1283] drm/vc4: debugfs: Protect device resources +Subject: [PATCH 1135/1282] drm/vc4: debugfs: Protect device resources Our current code now mixes some resources whose lifetime are tied to the device (clocks, IO mappings, etc.) and some that are tied to the DRM device @@ -306653,7 +306653,7 @@ index 2936a7e333a9..75679cde4a4d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 25 May 2022 17:21:41 +0200 -Subject: [PATCH 1136/1283] drm/vc4: debugfs: Return an error on failure +Subject: [PATCH 1136/1282] drm/vc4: debugfs: Return an error on failure vc4_debugfs_add_file() can fail, so let's propagate its error code instead of silencing it. @@ -306763,7 +306763,7 @@ index eb7f25ab5dca..cafc57f8afea 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 6 Jun 2022 16:37:53 +0200 -Subject: [PATCH 1137/1283] drm/vc4: debugfs: Simplify debugfs registration +Subject: [PATCH 1137/1282] drm/vc4: debugfs: Simplify debugfs registration The vc4 has a custom API to allow components to register a debugfs file before the DRM driver has been registered and the debugfs_init hook has @@ -307354,7 +307354,7 @@ index 673c67942d20..d02ed3e1aa3e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 11 Jul 2022 10:38:25 +0200 -Subject: [PATCH 1138/1283] drm/vc4: hvs: Skip DebugFS Registration for FKMS +Subject: [PATCH 1138/1282] drm/vc4: hvs: Skip DebugFS Registration for FKMS FKMS doesn't have an HVS and it's expected. Return from the debugfs init function immediately if we're running with fkms. @@ -307385,7 +307385,7 @@ index cc1f81ec56bc..98e5637861fc 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 6 Jun 2022 16:40:47 +0200 -Subject: [PATCH 1139/1283] drm/vc4: Switch to drmm_mutex_init +Subject: [PATCH 1139/1282] drm/vc4: Switch to drmm_mutex_init mutex_init is supposed to be balanced by a call to mutex_destroy that we were never doing in the vc4 driver. @@ -307517,7 +307517,7 @@ index 1cb4875dc986..36a55aa92411 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 6 Jun 2022 16:41:53 +0200 -Subject: [PATCH 1140/1283] drm/vc4: perfmon: Add missing mutex_destroy +Subject: [PATCH 1140/1282] drm/vc4: perfmon: Add missing mutex_destroy vc4_perfmon_open_file() will instantiate a mutex for that file instance, but we never call mutex_destroy () in vc4_perfmon_close_file(). @@ -307549,7 +307549,7 @@ index c7f5adb6bcf8..da2d2cee5da2 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 9 Jun 2022 17:53:30 +0200 -Subject: [PATCH 1141/1283] drm/vc4: v3d: Stop disabling interrupts +Subject: [PATCH 1141/1282] drm/vc4: v3d: Stop disabling interrupts The vc4_irq_disable(), among other things, will call disable_irq() to complete any in-flight interrupts. @@ -307612,7 +307612,7 @@ index e7990bed0a96..a2da0db73a5c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 10 Jun 2022 10:00:50 +0200 -Subject: [PATCH 1142/1283] drm/vc4: v3d: Rework the runtime_pm setup +Subject: [PATCH 1142/1282] drm/vc4: v3d: Rework the runtime_pm setup At bind time, vc4_v3d_bind() will read a register to retrieve the v3d version and make sure it's a version we're compatible with. @@ -307728,7 +307728,7 @@ index a2da0db73a5c..d82c86865079 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 10 Jun 2022 10:51:26 +0200 -Subject: [PATCH 1143/1283] drm/vc4: v3d: Switch to devm_pm_runtime_enable +Subject: [PATCH 1143/1282] drm/vc4: v3d: Switch to devm_pm_runtime_enable devm_pm_runtime_enable() simplifies the driver a bit since it will call pm_runtime_disable() automatically through a device-managed action. @@ -307785,7 +307785,7 @@ index d82c86865079..40f04157ea39 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 12 Sep 2022 09:37:08 +0100 -Subject: [PATCH 1144/1283] configs: Add NET_XFRM=m +Subject: [PATCH 1144/1282] configs: Add NET_XFRM=m Enable the net_xfrm module to support using nftables rules with ipsec matches, @@ -307868,7 +307868,7 @@ index f230ddb4675a..9477b58043cb 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jonathan Bell Date: Thu, 8 Sep 2022 15:50:15 +0100 -Subject: [PATCH 1145/1283] usb: xhci: expand mitigations for +Subject: [PATCH 1145/1282] usb: xhci: expand mitigations for VLI_SS_BULK_OUT_BUG quirk The VL805 can cause data corruption if a SS Bulk OUT endpoint enters a @@ -307963,7 +307963,7 @@ index bcc04cbcdfc2..ddd321d9a890 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Exp=C3=B3sito?= Date: Wed, 20 Apr 2022 13:44:59 +0200 -Subject: [PATCH 1146/1283] drm/vc4: hdmi: Replace drm_detect_hdmi_monitor() +Subject: [PATCH 1146/1282] drm/vc4: hdmi: Replace drm_detect_hdmi_monitor() with is_hdmi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 @@ -308167,7 +308167,7 @@ index b83e4194983f..2d6a0e2c71ab 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Exp=C3=B3sito?= Date: Wed, 20 Apr 2022 13:45:00 +0200 -Subject: [PATCH 1147/1283] drm/vc4: hdmi: Remove vc4_hdmi_encoder +Subject: [PATCH 1147/1282] drm/vc4: hdmi: Remove vc4_hdmi_encoder MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @@ -308307,7 +308307,7 @@ index 2d6a0e2c71ab..9a5c540755ef 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 18 Nov 2021 09:12:28 +0100 -Subject: [PATCH 1148/1283] drm/vc4: hdmi: Constify drm_display_mode +Subject: [PATCH 1148/1282] drm/vc4: hdmi: Constify drm_display_mode We don't modify the drm_display_mode pointer we have in the driver in most places, so let's make them const. @@ -308414,7 +308414,7 @@ index 9a5c540755ef..b4492cda109c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Tue, 2 Nov 2021 13:35:22 +0100 -Subject: [PATCH 1149/1283] drm/vc4: hdmi: Remove unused argument in +Subject: [PATCH 1149/1282] drm/vc4: hdmi: Remove unused argument in vc4_hdmi_supports_scrambling Even though vc4_hdmi_supports_scrambling takes a mode as an argument, it @@ -308455,7 +308455,7 @@ index daca86abbc2e..9946f87832ee 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 28 Oct 2021 14:59:37 +0200 -Subject: [PATCH 1150/1283] drm/vc4: hdmi: Remove mutex in detect +Subject: [PATCH 1150/1282] drm/vc4: hdmi: Remove mutex in detect We recently introduced a new mutex to protect concurrent execution of ALSA and KMS hooks, and the concurrent access to some of vc4_hdmi @@ -308714,7 +308714,7 @@ index b4492cda109c..ecebccad4569 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 20 Oct 2021 09:53:30 +0200 -Subject: [PATCH 1151/1283] drm/vc4: hdmi: Simplify the hotplug handling +Subject: [PATCH 1151/1282] drm/vc4: hdmi: Simplify the hotplug handling Our detect callback has a bunch of operations to perform depending on the current and last status of the connector, such a setting the CEC @@ -308839,7 +308839,7 @@ index daf0fe932d0f..caaee69ee871 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Tue, 28 Sep 2021 14:11:37 +0200 -Subject: [PATCH 1152/1283] drm/vc4: hdmi: Switch to detect_ctx +Subject: [PATCH 1152/1282] drm/vc4: hdmi: Switch to detect_ctx We'll need the locking context in future patch, so let's convert .detect to .detect_ctx. @@ -308888,7 +308888,7 @@ index caaee69ee871..9384450029dc 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 13 Jul 2022 16:18:21 +0200 -Subject: [PATCH 1153/1283] drm/vc4: hdmi: Move vc4_hdmi_supports_scrambling() +Subject: [PATCH 1153/1282] drm/vc4: hdmi: Move vc4_hdmi_supports_scrambling() around We'll need it earlier in the driver, so let's move it next to the other @@ -308958,7 +308958,7 @@ index 9384450029dc..1f5f9740137e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 28 Oct 2021 15:00:44 +0200 -Subject: [PATCH 1154/1283] drm/vc4: hdmi: Reset link on hotplug +Subject: [PATCH 1154/1282] drm/vc4: hdmi: Reset link on hotplug During a hotplug cycle (such as a TV going out of suspend, or when the cable is disconnected and reconnected), the expectation is that the same @@ -309153,7 +309153,7 @@ index 1f5f9740137e..f22821f40f8c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 27 Sep 2021 18:05:24 +0200 -Subject: [PATCH 1155/1283] drm/scdc: Document hotplug gotchas +Subject: [PATCH 1155/1282] drm/scdc: Document hotplug gotchas There's some interactions between the SCDC setup and the disconnection / reconnection of displays. Let's document it and a solution. @@ -309194,7 +309194,7 @@ index 48a382464d54..0c098b39cdb9 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 21 Sep 2022 14:10:42 +0100 -Subject: [PATCH 1156/1283] media: i2c: imx219: make HBLANK r/w to allow longer +Subject: [PATCH 1156/1282] media: i2c: imx219: make HBLANK r/w to allow longer exposures The HBLANK control was read-only, and always configured such @@ -309308,7 +309308,7 @@ index 3ff9c5027560..1e3f003f85b6 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Sun, 25 Sep 2022 17:55:44 +0100 -Subject: [PATCH 1157/1283] Revert "Add PHY_ID_BCM54213PE identifier." +Subject: [PATCH 1157/1282] Revert "Add PHY_ID_BCM54213PE identifier." This reverts commit b8e68d153d429de337d173e6bfc295f1d8ba557d. --- @@ -309336,7 +309336,7 @@ index 08a1824d4a53..ef00d6163061 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Victor Ding <14084856+0dvictor@users.noreply.github.com> Date: Sun, 25 Sep 2022 14:11:02 +0000 -Subject: [PATCH 1158/1283] ARM: dts: Add dtparams to disable PCIe, HDMI, and +Subject: [PATCH 1158/1282] ARM: dts: Add dtparams to disable PCIe, HDMI, and SD card/eMMC Under certain situations, it is desired to disable some unused devices. @@ -309424,7 +309424,7 @@ index d4a3c32033a6..df3e2992dd6d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jonathan Bell Date: Thu, 22 Sep 2022 14:55:54 +0100 -Subject: [PATCH 1159/1283] usb: xhci: account for num_trbs_free when +Subject: [PATCH 1159/1282] usb: xhci: account for num_trbs_free when invalidating TDs If a ring has a number of TDs enqueued past the dequeue pointer, and the @@ -309453,10 +309453,10 @@ Signed-off-by: Jonathan Bell 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c -index 13cd774cbef8..37bd399988ac 100644 +index d5edef8593e0..09148e92ccda 100644 --- a/drivers/usb/host/xhci-ring.c +++ b/drivers/usb/host/xhci-ring.c -@@ -1023,11 +1023,13 @@ static int xhci_invalidate_cancelled_tds(struct xhci_virt_ep *ep) +@@ -1043,11 +1043,13 @@ static int xhci_invalidate_cancelled_tds(struct xhci_virt_ep *ep) td->urb->stream_id, td->urb, cached_td->urb->stream_id, cached_td->urb); cached_td = td; @@ -309470,7 +309470,7 @@ index 13cd774cbef8..37bd399988ac 100644 } } -@@ -1330,10 +1332,7 @@ static void update_ring_for_set_deq_completion(struct xhci_hcd *xhci, +@@ -1350,10 +1352,7 @@ static void update_ring_for_set_deq_completion(struct xhci_hcd *xhci, unsigned int ep_index) { union xhci_trb *dequeue_temp; @@ -309481,7 +309481,7 @@ index 13cd774cbef8..37bd399988ac 100644 dequeue_temp = ep_ring->dequeue; /* If we get two back-to-back stalls, and the first stalled transfer -@@ -1348,8 +1347,6 @@ static void update_ring_for_set_deq_completion(struct xhci_hcd *xhci, +@@ -1368,8 +1367,6 @@ static void update_ring_for_set_deq_completion(struct xhci_hcd *xhci, } while (ep_ring->dequeue != dev->eps[ep_index].queued_deq_ptr) { @@ -309490,7 +309490,7 @@ index 13cd774cbef8..37bd399988ac 100644 ep_ring->dequeue++; if (trb_is_link(ep_ring->dequeue)) { if (ep_ring->dequeue == -@@ -1359,15 +1356,10 @@ static void update_ring_for_set_deq_completion(struct xhci_hcd *xhci, +@@ -1379,15 +1376,10 @@ static void update_ring_for_set_deq_completion(struct xhci_hcd *xhci, ep_ring->dequeue = ep_ring->deq_seg->trbs; } if (ep_ring->dequeue == dequeue_temp) { @@ -309514,7 +309514,7 @@ index 13cd774cbef8..37bd399988ac 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 27 Sep 2022 16:04:08 +0100 -Subject: [PATCH 1160/1283] ARM: dts: Don't enable the 8250 UART on CM4S +Subject: [PATCH 1160/1282] ARM: dts: Don't enable the 8250 UART on CM4S CM4S (like CM3, but unlike some CM4) has no Bluetooth, so don't enable the 8250 support in the kernel. @@ -309558,7 +309558,7 @@ index 03c6a5e29284..2f2d589e178f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 26 Nov 2021 14:02:14 +0000 -Subject: [PATCH 1161/1283] overlays: Add rpi-sense-v2 +Subject: [PATCH 1161/1282] overlays: Add rpi-sense-v2 Signed-off-by: Phil Elwell --- @@ -309657,7 +309657,7 @@ index 000000000000..1b86c032259b From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Mon, 3 Oct 2022 11:22:07 +0100 -Subject: [PATCH 1162/1283] media: i2c: imx477: Allow dynamic horizontal +Subject: [PATCH 1162/1282] media: i2c: imx477: Allow dynamic horizontal blanking control Currently, the V4L2_CID_HBLANK control is marked as read-only. Remove this @@ -309740,7 +309740,7 @@ index 53e0656da53d..87816710138e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 3 Oct 2022 14:21:35 +0100 -Subject: [PATCH 1163/1283] vc04_services: bcm2835-codec: Remove redundant +Subject: [PATCH 1163/1282] vc04_services: bcm2835-codec: Remove redundant role check vidioc_try_encoder_cmd checks the role, but the ioctl is disabled @@ -309774,7 +309774,7 @@ index ca063a25ab12..be70be161c2e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 3 Oct 2022 14:23:15 +0100 -Subject: [PATCH 1164/1283] vc04_services: bcm2835-codec: Allow encoder_cmd on +Subject: [PATCH 1164/1282] vc04_services: bcm2835-codec: Allow encoder_cmd on ISP and deinterlace ISP and deinterlace also need a mechanism for passing effectively @@ -309820,7 +309820,7 @@ index be70be161c2e..ac563d8a3e34 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 4 Oct 2022 09:52:06 +0100 -Subject: [PATCH 1165/1283] vc04_services: bcm2835-codec: Remove unused +Subject: [PATCH 1165/1282] vc04_services: bcm2835-codec: Remove unused variable Signed-off-by: Phil Elwell @@ -309848,7 +309848,7 @@ index ac563d8a3e34..8e44880264dd 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Wed, 5 Oct 2022 09:47:00 +0100 -Subject: [PATCH 1166/1283] media: i2c: imx477: Reset hblank on mode switch +Subject: [PATCH 1166/1282] media: i2c: imx477: Reset hblank on mode switch Reset the hblank control to the minimum value on every mode switch. This is to account for userland instances that do not yet control hblank, otherwise it @@ -309878,7 +309878,7 @@ index 87816710138e..cf7f3c2afdd7 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Wed, 5 Oct 2022 10:52:57 +0100 -Subject: [PATCH 1167/1283] media: i2c: imx477: Do not unconditionally adjust +Subject: [PATCH 1167/1282] media: i2c: imx477: Do not unconditionally adjust hblank and vblank limits On a mode change, only call imx477_set_framing_limits() to adjust the hblank @@ -309910,7 +309910,7 @@ index cf7f3c2afdd7..e4cec1c3f9d2 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 7 Oct 2022 10:38:31 +0100 -Subject: [PATCH 1168/1283] nvmem: Use NVMEM_DEVID_AUTO +Subject: [PATCH 1168/1282] nvmem: Use NVMEM_DEVID_AUTO It is reasonable to declare multiple nvmem blocks. Unless a unique 'id' is passed in for each block there may be name clashes. @@ -309943,7 +309943,7 @@ index 80cb187f1481..752d0bf4445e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 7 Oct 2022 09:50:42 +0100 -Subject: [PATCH 1169/1283] Bluetooth: btbcm: Allow board-specific firmware +Subject: [PATCH 1169/1282] Bluetooth: btbcm: Allow board-specific firmware names There are some devices available from multiple vendors that report the @@ -309957,10 +309957,10 @@ Signed-off-by: Phil Elwell 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/drivers/bluetooth/btbcm.c b/drivers/bluetooth/btbcm.c -index a18f289d7346..ee18cfca5d3f 100644 +index f228cdbccaee..673ff46d6878 100644 --- a/drivers/bluetooth/btbcm.c +++ b/drivers/bluetooth/btbcm.c -@@ -9,6 +9,7 @@ +@@ -10,6 +10,7 @@ #include #include #include @@ -309968,7 +309968,7 @@ index a18f289d7346..ee18cfca5d3f 100644 #include #include -@@ -29,7 +30,7 @@ +@@ -30,7 +31,7 @@ #define BDADDR_BCM43341B (&(bdaddr_t) {{0xac, 0x1f, 0x00, 0x1b, 0x34, 0x43}}) #define BCM_FW_NAME_LEN 64 @@ -309977,7 +309977,7 @@ index a18f289d7346..ee18cfca5d3f 100644 /* For kmalloc-ing the fw-name array instead of putting it on the stack */ typedef char bcm_fw_name[BCM_FW_NAME_LEN]; -@@ -485,6 +486,8 @@ int btbcm_initialize(struct hci_dev *hdev, bool *fw_load_done) +@@ -526,6 +527,8 @@ int btbcm_initialize(struct hci_dev *hdev, bool *fw_load_done) struct hci_rp_read_local_version *ver; const struct bcm_subver_table *bcm_subver_table; const char *hw_name = NULL; @@ -309986,7 +309986,7 @@ index a18f289d7346..ee18cfca5d3f 100644 char postfix[16] = ""; int fw_name_count = 0; bcm_fw_name *fw_name; -@@ -550,6 +553,30 @@ int btbcm_initialize(struct hci_dev *hdev, bool *fw_load_done) +@@ -591,6 +594,30 @@ int btbcm_initialize(struct hci_dev *hdev, bool *fw_load_done) if (!fw_name) return -ENOMEM; @@ -310017,7 +310017,7 @@ index a18f289d7346..ee18cfca5d3f 100644 if (hw_name) { snprintf(fw_name[fw_name_count], BCM_FW_NAME_LEN, "brcm/%s%s.hcd", hw_name, postfix); -@@ -583,6 +610,7 @@ int btbcm_initialize(struct hci_dev *hdev, bool *fw_load_done) +@@ -624,6 +651,7 @@ int btbcm_initialize(struct hci_dev *hdev, bool *fw_load_done) } kfree(fw_name); @@ -310032,7 +310032,7 @@ index a18f289d7346..ee18cfca5d3f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 10 Oct 2022 18:43:32 +0100 -Subject: [PATCH 1170/1283] media: i2c: imx290: Correct min HBLANK. +Subject: [PATCH 1170/1282] media: i2c: imx290: Correct min HBLANK. In the 720p mode the CSI link is run at a lower frequency, and the minimum HBLANK value has to be increased to avoid generating @@ -310098,7 +310098,7 @@ index f7971b972045..656654748c39 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 12 Oct 2022 10:04:31 +0100 -Subject: [PATCH 1171/1283] overlays: i2c-rtc: Add RV3032 support +Subject: [PATCH 1171/1282] overlays: i2c-rtc: Add RV3032 support See: https://github.com/raspberrypi/linux/issues/5205 @@ -310146,7 +310146,7 @@ index 5e03764b67b0..94b0243bc328 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 12 Oct 2022 10:05:19 +0100 -Subject: [PATCH 1172/1283] configs: Add RTC_DRV_RV3032=m +Subject: [PATCH 1172/1282] configs: Add RTC_DRV_RV3032=m See: https://github.com/raspberrypi/linux/issues/5205 @@ -310226,7 +310226,7 @@ index 9477b58043cb..fbcbd19bbd14 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Tim Gover Date: Fri, 7 Oct 2022 11:04:27 +0100 -Subject: [PATCH 1173/1283] ARM: dts: Add nvmem node for BCM2711 bootloader +Subject: [PATCH 1173/1282] ARM: dts: Add nvmem node for BCM2711 bootloader public key Make a copy of the bootloader secure-boot public key available to the OS @@ -310277,7 +310277,7 @@ index ca266c5d9f9b..3c0bc92ab39c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Pablo Greco Date: Sat, 15 Oct 2022 19:46:30 +0000 -Subject: [PATCH 1174/1283] Sync potential bad rebases with upstream +Subject: [PATCH 1174/1282] Sync potential bad rebases with upstream --- drivers/gpu/drm/vc4/Kconfig | 1 - @@ -310805,7 +310805,7 @@ index 73be53f3719e..65cf1b625876 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Sun, 16 Oct 2022 16:45:37 +0100 -Subject: [PATCH 1175/1283] configs: Add FSIA6B driver module +Subject: [PATCH 1175/1282] configs: Add FSIA6B driver module See: https://github.com/raspberrypi/linux/issues/5208 @@ -310885,7 +310885,7 @@ index fbcbd19bbd14..3fd463812dbf 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: David Plowman Date: Mon, 17 Oct 2022 15:18:24 +0100 -Subject: [PATCH 1176/1283] drivers/gpu/drm/vc4: Add missing 32-bit RGB formats +Subject: [PATCH 1176/1282] drivers/gpu/drm/vc4: Add missing 32-bit RGB formats The missing 32-bit per pixel ABGR and various "RGB with an X value" formats are added. Change sent by Dave Stevenson. @@ -310941,7 +310941,7 @@ index 94df930b3232..87b9316b6364 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 25 Oct 2022 20:33:39 +0100 -Subject: [PATCH 1177/1283] configs: Enable the AHT10 sensor driver module +Subject: [PATCH 1177/1282] configs: Enable the AHT10 sensor driver module Add support for the Aosong AHT10 temperature and humidity sensor. @@ -311023,7 +311023,7 @@ index 3fd463812dbf..8ea80d6ea25f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 25 Oct 2022 20:27:00 +0100 -Subject: [PATCH 1178/1283] overlays: Add i2c-sensor support for AHT10 +Subject: [PATCH 1178/1282] overlays: Add i2c-sensor support for AHT10 Add support for the Aosong AHT10 temperature and humidity sensor. @@ -311089,7 +311089,7 @@ index 2716898e24a4..231db98890fb 100755 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 25 Oct 2022 20:08:51 +0100 -Subject: [PATCH 1179/1283] overlays: Add README entry for i2c-rtc,rv3032 +Subject: [PATCH 1179/1282] overlays: Add README entry for i2c-rtc,rv3032 Signed-off-by: Phil Elwell --- @@ -311125,7 +311125,7 @@ index 6f2ff97872db..fe809b50d154 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jonathan Bell Date: Tue, 25 Oct 2022 10:50:10 +0100 -Subject: [PATCH 1180/1283] drivers: usb: dwc_otg: fix reference passing when +Subject: [PATCH 1180/1282] drivers: usb: dwc_otg: fix reference passing when checking bandwidth The pointer (struct usb_host_endpoint *)->hcpriv should contain a @@ -311190,7 +311190,7 @@ index 2ee27450c6f6..6e7b126d6262 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jonathan Bell Date: Wed, 26 Oct 2022 17:46:44 +0100 -Subject: [PATCH 1181/1283] drivers: dwc_otg: stop GCC from patching FIQ +Subject: [PATCH 1181/1282] drivers: dwc_otg: stop GCC from patching FIQ functions Configuring GCC to use task stack protector canaries means it will @@ -311241,7 +311241,7 @@ index f644acbce748..67e277804b2e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 1 Nov 2022 08:47:21 +0000 -Subject: [PATCH 1182/1283] overlays: i2c-sensor: Add mcp980x support +Subject: [PATCH 1182/1282] overlays: i2c-sensor: Add mcp980x support See: https://github.com/raspberrypi/linux/issues/5234 @@ -311312,7 +311312,7 @@ index 231db98890fb..77babe855da9 100755 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 2 Nov 2022 09:54:39 +0000 -Subject: [PATCH 1183/1283] overlays: pisound: Make button pins owned by card +Subject: [PATCH 1183/1282] overlays: pisound: Make button pins owned by card The pisound overlay claims a number of GPIOs using a pinctrl node, but for some reason hangs this claim on the main gpio node. This obscures @@ -311367,7 +311367,7 @@ index 49efb2b768fb..a140ffc1f720 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 19 Oct 2022 16:28:12 +0200 -Subject: [PATCH 1184/1283] drm/connector: Set DDC pointer in +Subject: [PATCH 1184/1282] drm/connector: Set DDC pointer in drmm_connector_init Commit 35a3b82f1bdd ("drm/connector: Introduce drmm_connector_init") @@ -311406,7 +311406,7 @@ index 9555fe490e59..38174461d48c 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 4 Nov 2022 15:43:57 +0100 -Subject: [PATCH 1185/1283] Revert "kms/vc4_hdmi: Refuse 4096x2160@60 hdmi +Subject: [PATCH 1185/1282] Revert "kms/vc4_hdmi: Refuse 4096x2160@60 hdmi modes" This reverts commit 47f8ffa91cb6b4b254930494ec3c80674c768f73. @@ -311509,7 +311509,7 @@ index 98e5637861fc..e045e7ab07c3 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 4 Nov 2022 15:46:13 +0100 -Subject: [PATCH 1186/1283] Revert "drm/vc4: hdmi: Rework hdmi_enable_4kp60 +Subject: [PATCH 1186/1282] Revert "drm/vc4: hdmi: Rework hdmi_enable_4kp60 detection" This reverts commit 15acfbaf70d7f4b371f2a3fe85e47d5988264217. @@ -311630,7 +311630,7 @@ index e045e7ab07c3..8958deb4cb19 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 4 Nov 2022 15:47:36 +0100 -Subject: [PATCH 1187/1283] Revert "drm/vc4: Make sure we don't end up with a +Subject: [PATCH 1187/1282] Revert "drm/vc4: Make sure we don't end up with a core clock too high" This reverts commit 6fd2deea9e82370d719a1c8c1b2c48558db4fff5. @@ -311685,7 +311685,7 @@ index 25db8532000d..86fedf85fc62 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: "maxime@cerno.tech" Date: Thu, 20 Oct 2022 11:12:09 +0200 -Subject: [PATCH 1188/1283] firmware: raspberrypi: Introduce +Subject: [PATCH 1188/1282] firmware: raspberrypi: Introduce rpi_firmware_find_node() A significant number of RaspberryPi drivers using the firmware don't @@ -311769,7 +311769,7 @@ index dd3bbc75e531..eb933a9c6c20 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Tue, 20 Sep 2022 13:43:19 +0200 -Subject: [PATCH 1189/1283] firmware: raspberrypi: Move the clock IDs to the +Subject: [PATCH 1189/1282] firmware: raspberrypi: Move the clock IDs to the firmware header We'll need the clock IDs in more drivers than just the clock driver from @@ -311850,7 +311850,7 @@ index eb933a9c6c20..39bc15cc0547 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Tue, 20 Sep 2022 13:49:10 +0200 -Subject: [PATCH 1190/1283] firmware: raspberrypi: Provide a helper to query a +Subject: [PATCH 1190/1282] firmware: raspberrypi: Provide a helper to query a clock max rate The firmware allows to query for its clocks the operating range of a @@ -311954,7 +311954,7 @@ index 39bc15cc0547..c453978e62f6 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 24 Oct 2022 13:23:28 +0200 -Subject: [PATCH 1191/1283] drm/v3d: Convert to new clock range API +Subject: [PATCH 1191/1282] drm/v3d: Convert to new clock range API Signed-off-by: Maxime Ripard --- @@ -312013,7 +312013,7 @@ index 66d1f9a6a511..6d5327cc2225 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 24 Oct 2022 13:24:03 +0200 -Subject: [PATCH 1192/1283] rpivid: Convert to new clock rate API +Subject: [PATCH 1192/1282] rpivid: Convert to new clock rate API Signed-off-by: Maxime Ripard --- @@ -312101,7 +312101,7 @@ index bab3ed3ff361..37144a65c439 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 24 Mar 2022 11:57:57 +0100 -Subject: [PATCH 1193/1283] drm/vc4: hdmi: Fix hdmi_enable_4kp60 detection +Subject: [PATCH 1193/1282] drm/vc4: hdmi: Fix hdmi_enable_4kp60 detection In order to support higher HDMI frequencies, users have to set the hdmi_enable_4kp60 parameter in their config.txt file. @@ -312154,7 +312154,7 @@ index 96a05e8aefde..7f9a987de602 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 24 Mar 2022 11:57:57 +0100 -Subject: [PATCH 1194/1283] drm/vc4: hdmi: Rework hdmi_enable_4kp60 detection +Subject: [PATCH 1194/1282] drm/vc4: hdmi: Rework hdmi_enable_4kp60 detection code In order to support higher HDMI frequencies, users have to set the @@ -312328,7 +312328,7 @@ index 8958deb4cb19..4ecd4cb69813 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Tue, 17 May 2022 12:46:42 +0100 -Subject: [PATCH 1195/1283] drm/vc4: hdmi: Add more checks for 4k resolutions +Subject: [PATCH 1195/1282] drm/vc4: hdmi: Add more checks for 4k resolutions At least the 4096x2160@60Hz mode requires some overclocking that isn't available by default, even if hdmi_enable_4kp60 is enabled. @@ -312426,7 +312426,7 @@ index 4ecd4cb69813..217f53b403b8 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 25 Mar 2022 17:09:41 +0100 -Subject: [PATCH 1196/1283] drm/vc4: Make sure we don't end up with a core +Subject: [PATCH 1196/1282] drm/vc4: Make sure we don't end up with a core clock too high Following the clock rate range improvements to the clock framework, @@ -312483,7 +312483,7 @@ index 86fedf85fc62..89fed9383038 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 4 Nov 2022 15:35:07 +0100 -Subject: [PATCH 1197/1283] Revert "clk: Add locking to clk_get_rate_range" +Subject: [PATCH 1197/1282] Revert "clk: Add locking to clk_get_rate_range" This reverts commit e38ef8f21af1d3a8044cd74f8255efff970da37f. --- @@ -312511,7 +312511,7 @@ index cc9b7a42a055..704d80e45325 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 4 Nov 2022 15:35:09 +0100 -Subject: [PATCH 1198/1283] Revert "clk: tests: Add some tests for +Subject: [PATCH 1198/1282] Revert "clk: tests: Add some tests for clk_get_rate_range()" This reverts commit 4773156488c968530523b1f040ddace243aa3ba4. @@ -312740,7 +312740,7 @@ index af40d46987e7..0bbafaea02af 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 4 Nov 2022 15:35:10 +0100 -Subject: [PATCH 1199/1283] Revert "clk: Add clk_get_rate_range" +Subject: [PATCH 1199/1282] Revert "clk: Add clk_get_rate_range" This reverts commit 26f74db82807bc4dfa7adbab94109de7388266bf. --- @@ -312868,7 +312868,7 @@ index f6bdc7e1e0d1..c67630193326 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Sat, 5 Nov 2022 11:46:08 +0000 -Subject: [PATCH 1200/1283] net: phy: BCM54210PE does not support PTP +Subject: [PATCH 1200/1282] net: phy: BCM54210PE does not support PTP BCM54213PE is an Ethernet PHY that supports PTP hardware timestamping. BCM54210PW ia another Ethernet PHY, but one without PTP support. @@ -312918,7 +312918,7 @@ index ef00d6163061..30ee23e73a4b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 7 Nov 2022 15:31:43 +0000 -Subject: [PATCH 1201/1283] overlays: i2c-sensor: Add the jc42 class of sensor +Subject: [PATCH 1201/1282] overlays: i2c-sensor: Add the jc42 class of sensor This is a second attempt to solve issue 5234, since it turns out that the mcp980x driver only supports MCP9800-MCP9803. MCP9804, MCP9805 and @@ -313010,7 +313010,7 @@ index 77babe855da9..baac806e93bf 100755 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 8 Nov 2022 14:40:52 +0000 -Subject: [PATCH 1202/1283] overlays: Extend audremap to supports other pins +Subject: [PATCH 1202/1282] overlays: Extend audremap to supports other pins Add the parameters pins_40_41 and pins_40_45 to support other audio pin options. Also, simplify the overlay using literal assignments. @@ -313095,7 +313095,7 @@ index 7324890ead86..b76dbfa5f215 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 31 Oct 2018 15:00:04 +0000 -Subject: [PATCH 1203/1283] media: adv7180: Nasty hack to allow input +Subject: [PATCH 1203/1282] media: adv7180: Nasty hack to allow input selection. Whilst the adv7180 driver support s_routing, nothing else @@ -313191,7 +313191,7 @@ index 725d52f8c742..ecd66279b7fe 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 3 Nov 2022 13:45:37 +0000 -Subject: [PATCH 1204/1283] vc04_services: bcm2835_codec: Allow larger images +Subject: [PATCH 1204/1282] vc04_services: bcm2835_codec: Allow larger images through the ISP Whilst the codecs are restricted to 1920x1080 / 1080x1920, the ISP @@ -313298,7 +313298,7 @@ index 8e44880264dd..cc072aa1b357 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Nick Hollinghurst Date: Fri, 11 Nov 2022 13:36:07 +0000 -Subject: [PATCH 1205/1283] imx296-overlay: clock-frequency defaults to 54MHz +Subject: [PATCH 1205/1282] imx296-overlay: clock-frequency defaults to 54MHz but can be overridden Signed-off-by: Nick Hollinghurst @@ -313351,7 +313351,7 @@ index 85b6f7e7fca1..44257b4c9391 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Sat, 12 Nov 2022 11:43:15 +0000 -Subject: [PATCH 1206/1283] Revert "Revert "ext4: make mb_optimize_scan +Subject: [PATCH 1206/1282] Revert "Revert "ext4: make mb_optimize_scan performance mount option work with extents"" This reverts commit e05a335a16e0fc8d030962d3c6a75446f6b42f1c. @@ -313366,10 +313366,10 @@ Signed-off-by: Dom Cobley 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c -index ed9706a7cd05..e6718bfc6c55 100644 +index 0ea634be2433..e8f5f05bddb3 100644 --- a/fs/ext4/mballoc.c +++ b/fs/ext4/mballoc.c -@@ -1000,7 +1000,7 @@ static inline int should_optimize_scan(struct ext4_allocation_context *ac) +@@ -1002,7 +1002,7 @@ static inline int should_optimize_scan(struct ext4_allocation_context *ac) return 0; if (ac->ac_criteria >= 2) return 0; @@ -313385,7 +313385,7 @@ index ed9706a7cd05..e6718bfc6c55 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Joerg Schambacher Date: Tue, 15 Nov 2022 18:04:45 +0100 -Subject: [PATCH 1207/1283] ASoC:ma120x0p: Corrects the volume level display +Subject: [PATCH 1207/1282] ASoC:ma120x0p: Corrects the volume level display Fixes the wrongly changed 'limiter volume' display back to -50dB minimum and sets the correct minimum volume level to -144dB to be aligned with @@ -313418,7 +313418,7 @@ index 992c72cf0f5a..596dd0833ae8 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 16 Nov 2022 14:54:08 +0000 -Subject: [PATCH 1208/1283] overlays: Add overlay pwm1 +Subject: [PATCH 1208/1282] overlays: Add overlay pwm1 pwm1 enables the second PWM interface found on BCM2711. It can only be mapped to GPIOs 40 & 41. @@ -313563,7 +313563,7 @@ index 000000000000..e1f03b0baa8a From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 16 Nov 2022 15:42:23 +0000 -Subject: [PATCH 1209/1283] SQUASH: overlays: minor reword of pwm1 entry +Subject: [PATCH 1209/1282] SQUASH: overlays: minor reword of pwm1 entry Signed-off-by: Phil Elwell --- @@ -313590,7 +313590,7 @@ index 166553790dc4..7b84eaee7466 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 21 Nov 2022 14:18:57 +0000 -Subject: [PATCH 1210/1283] overlays: audremap: Include the fsels values +Subject: [PATCH 1210/1282] overlays: audremap: Include the fsels values Add the alt function selectors, and document that pins_40_45 is not suitable for BCM2711 because the pins are split across the two PWM @@ -313648,7 +313648,7 @@ index b76dbfa5f215..5323b9b66a25 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 23 Nov 2022 11:51:38 +0000 -Subject: [PATCH 1211/1283] overlays: i2c-sensor: Make smbus-timeout-disable +Subject: [PATCH 1211/1282] overlays: i2c-sensor: Make smbus-timeout-disable optional Although disabling the SMBUS timeout may be useful, not all chips @@ -313704,7 +313704,7 @@ index baac806e93bf..c81d8e5db548 100755 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: reinisb Date: Fri, 25 Nov 2022 12:53:50 +0200 -Subject: [PATCH 1212/1283] overlays: Mention Digi2 Pro audio card in README +Subject: [PATCH 1212/1282] overlays: Mention Digi2 Pro audio card in README https://www.hifiberry.com/blog/the-new-digi2-pro/ --- @@ -313731,7 +313731,7 @@ index 41f101baef42..fd9dfc5a223f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 29 Nov 2022 13:17:08 +0000 -Subject: [PATCH 1213/1283] configs: Enable Twofish crypto +Subject: [PATCH 1213/1282] configs: Enable Twofish crypto See: https://github.com/raspberrypi/linux/issues/5258 @@ -313811,7 +313811,7 @@ index 8ea80d6ea25f..3d2641b470f0 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jonathan Bell Date: Thu, 1 Dec 2022 16:59:44 +0000 -Subject: [PATCH 1214/1283] usb: xhci: add XHCI_VLI_HUB_TT_QUIRK +Subject: [PATCH 1214/1282] usb: xhci: add XHCI_VLI_HUB_TT_QUIRK The integrated USB2.0 hub in the VL805 chipset has a bug where it incorrectly determines the remaining available frame time before the @@ -313839,10 +313839,10 @@ Signed-off-by: Jonathan Bell 3 files changed, 48 insertions(+) diff --git a/drivers/usb/host/xhci-pci.c b/drivers/usb/host/xhci-pci.c -index c74014554771..48765d63ad0b 100644 +index c8c1c17c6d1e..70b741383c2f 100644 --- a/drivers/usb/host/xhci-pci.c +++ b/drivers/usb/host/xhci-pci.c -@@ -299,6 +299,7 @@ static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci) +@@ -300,6 +300,7 @@ static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci) xhci->quirks |= XHCI_AVOID_DQ_ON_LINK; xhci->quirks |= XHCI_VLI_TRB_CACHE_BUG; xhci->quirks |= XHCI_VLI_SS_BULK_OUT_BUG; @@ -313851,10 +313851,10 @@ index c74014554771..48765d63ad0b 100644 if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA && diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c -index 37bd399988ac..6e5f83b4e1d8 100644 +index 09148e92ccda..2495345a01ea 100644 --- a/drivers/usb/host/xhci-ring.c +++ b/drivers/usb/host/xhci-ring.c -@@ -3594,6 +3594,48 @@ static int xhci_align_td(struct xhci_hcd *xhci, struct urb *urb, u32 enqd_len, +@@ -3621,6 +3621,48 @@ static int xhci_align_td(struct xhci_hcd *xhci, struct urb *urb, u32 enqd_len, return 1; } @@ -313903,7 +313903,7 @@ index 37bd399988ac..6e5f83b4e1d8 100644 /* This is very similar to what ehci-q.c qtd_fill() does */ int xhci_queue_bulk_tx(struct xhci_hcd *xhci, gfp_t mem_flags, struct urb *urb, int slot_id, unsigned int ep_index) -@@ -3762,6 +3804,8 @@ int xhci_queue_bulk_tx(struct xhci_hcd *xhci, gfp_t mem_flags, +@@ -3789,6 +3831,8 @@ int xhci_queue_bulk_tx(struct xhci_hcd *xhci, gfp_t mem_flags, } check_trb_math(urb, enqd_len); @@ -313912,7 +313912,7 @@ index 37bd399988ac..6e5f83b4e1d8 100644 giveback_first_trb(xhci, slot_id, ep_index, urb->stream_id, start_cycle, start_trb); return 0; -@@ -3897,6 +3941,8 @@ int xhci_queue_ctrl_tx(struct xhci_hcd *xhci, gfp_t mem_flags, +@@ -3924,6 +3968,8 @@ int xhci_queue_ctrl_tx(struct xhci_hcd *xhci, gfp_t mem_flags, /* Event on completion */ field | TRB_IOC | TRB_TYPE(TRB_STATUS) | ep_ring->cycle_state); @@ -313922,7 +313922,7 @@ index 37bd399988ac..6e5f83b4e1d8 100644 start_cycle, start_trb); return 0; diff --git a/drivers/usb/host/xhci.h b/drivers/usb/host/xhci.h -index f603a3572858..dceca1b758ca 100644 +index 639ed90fe655..ddf78c64a91a 100644 --- a/drivers/usb/host/xhci.h +++ b/drivers/usb/host/xhci.h @@ -1910,6 +1910,7 @@ struct xhci_hcd { @@ -313940,7 +313940,7 @@ index f603a3572858..dceca1b758ca 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 1 Dec 2022 13:54:49 +0000 -Subject: [PATCH 1215/1283] media: i2c: ov7251: Add module param to select ext +Subject: [PATCH 1215/1282] media: i2c: ov7251: Add module param to select ext trig mode As there isn't currently a defined mechanism for selecting an @@ -314034,7 +314034,7 @@ index adc8e1980cfd..274ce798745b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Tue, 6 Dec 2022 15:05:56 +0000 -Subject: [PATCH 1216/1283] vc4_hdmi: Avoid log spam for audio start failure +Subject: [PATCH 1216/1282] vc4_hdmi: Avoid log spam for audio start failure We regularly get dmesg error reports of: [ 18.184066] hdmi-audio-codec hdmi-audio-codec.3.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19 @@ -314081,7 +314081,7 @@ index a1fa95fe37f5..c8960ed40d50 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Tue, 30 Aug 2022 03:17:12 +0000 -Subject: [PATCH 1217/1283] ASoC: soc-pcm.c: add soc_pcm_ret() +Subject: [PATCH 1217/1282] ASoC: soc-pcm.c: add soc_pcm_ret() commit 041107289c5cebb0693a55c432ab50862a450476 upstream. @@ -314096,7 +314096,7 @@ Signed-off-by: Mark Brown 1 file changed, 36 insertions(+), 48 deletions(-) diff --git a/sound/soc/soc-pcm.c b/sound/soc/soc-pcm.c -index 3b673477f621..3bf4f83ff4fa 100644 +index 76c807372ef5..09a275c420a8 100644 --- a/sound/soc/soc-pcm.c +++ b/sound/soc/soc-pcm.c @@ -27,6 +27,28 @@ @@ -314125,16 +314125,16 @@ index 3b673477f621..3bf4f83ff4fa 100644 + return ret; +} + - #define DPCM_MAX_BE_USERS 8 - - static inline const char *soc_cpu_dai_name(struct snd_soc_pcm_runtime *rtd) -@@ -788,12 +810,10 @@ static int soc_pcm_open(struct snd_pcm_substream *substream) + static inline void snd_soc_dpcm_mutex_lock(struct snd_soc_pcm_runtime *rtd) + { + mutex_lock_nested(&rtd->card->pcm_mutex, rtd->card->pcm_subclass); +@@ -827,12 +849,10 @@ static int __soc_pcm_open(struct snd_soc_pcm_runtime *rtd, + snd_soc_runtime_activate(rtd, substream->stream); + ret = 0; err: - mutex_unlock(&rtd->card->pcm_mutex); - pm_err: - if (ret < 0) { + if (ret < 0) - soc_pcm_clean(substream, 1); + soc_pcm_clean(rtd, substream, 1); - dev_err(rtd->dev, "%s() failed (%d)", __func__, ret); - } @@ -314142,11 +314142,11 @@ index 3b673477f621..3bf4f83ff4fa 100644 + return soc_pcm_ret(rtd, ret); } - static void codec2codec_close_delayed_work(struct snd_soc_pcm_runtime *rtd) -@@ -847,10 +867,7 @@ static int soc_pcm_prepare(struct snd_pcm_substream *substream) - out: - mutex_unlock(&rtd->card->pcm_mutex); + /* PCM open ops for non-DPCM streams */ +@@ -896,10 +916,7 @@ static int __soc_pcm_prepare(struct snd_soc_pcm_runtime *rtd, + snd_soc_dai_digital_mute(dai, 0, substream->stream); + out: - if (ret < 0) - dev_err(rtd->dev, "ASoC: %s() failed (%d)\n", __func__, ret); - @@ -314154,14 +314154,14 @@ index 3b673477f621..3bf4f83ff4fa 100644 + return soc_pcm_ret(rtd, ret); } - static void soc_pcm_codec_params_fixup(struct snd_pcm_hw_params *params, -@@ -999,12 +1016,10 @@ static int soc_pcm_hw_params(struct snd_pcm_substream *substream, - out: - mutex_unlock(&rtd->card->pcm_mutex); + /* PCM prepare ops for non-DPCM streams */ +@@ -1070,12 +1087,10 @@ static int __soc_pcm_hw_params(struct snd_soc_pcm_runtime *rtd, + ret = snd_soc_pcm_component_hw_params(substream, params); + out: - if (ret < 0) { + if (ret < 0) - soc_pcm_hw_clean(substream, 1); + soc_pcm_hw_clean(rtd, substream, 1); - dev_err(rtd->dev, "ASoC: %s() failed (%d)\n", __func__, ret); - } @@ -314169,8 +314169,8 @@ index 3b673477f621..3bf4f83ff4fa 100644 + return soc_pcm_ret(rtd, ret); } - static int soc_pcm_trigger(struct snd_pcm_substream *substream, int cmd) -@@ -1541,10 +1556,7 @@ int dpcm_be_dai_startup(struct snd_soc_pcm_runtime *fe, int stream) + /* hw_params PCM ops for non-DPCM streams */ +@@ -1649,10 +1664,7 @@ int dpcm_be_dai_startup(struct snd_soc_pcm_runtime *fe, int stream) unwind: dpcm_be_dai_startup_rollback(fe, stream, dpcm); @@ -314182,7 +314182,7 @@ index 3b673477f621..3bf4f83ff4fa 100644 } static void dpcm_runtime_setup_fe(struct snd_pcm_substream *substream) -@@ -1744,10 +1756,7 @@ static int dpcm_apply_symmetry(struct snd_pcm_substream *fe_substream, +@@ -1856,10 +1868,7 @@ static int dpcm_apply_symmetry(struct snd_pcm_substream *fe_substream, } } error: @@ -314194,7 +314194,7 @@ index 3b673477f621..3bf4f83ff4fa 100644 } static int dpcm_fe_dai_startup(struct snd_pcm_substream *fe_substream) -@@ -1784,10 +1793,7 @@ static int dpcm_fe_dai_startup(struct snd_pcm_substream *fe_substream) +@@ -1896,10 +1905,7 @@ static int dpcm_fe_dai_startup(struct snd_pcm_substream *fe_substream) be_err: dpcm_set_fe_update_state(fe, stream, SND_SOC_DPCM_UPDATE_NO); @@ -314206,9 +314206,9 @@ index 3b673477f621..3bf4f83ff4fa 100644 } static int dpcm_fe_dai_shutdown(struct snd_pcm_substream *substream) -@@ -1984,10 +1990,7 @@ static int dpcm_fe_dai_hw_params(struct snd_pcm_substream *substream, +@@ -2098,10 +2104,7 @@ static int dpcm_fe_dai_hw_params(struct snd_pcm_substream *substream, dpcm_set_fe_update_state(fe, stream, SND_SOC_DPCM_UPDATE_NO); - mutex_unlock(&fe->card->mutex); + snd_soc_dpcm_mutex_unlock(fe); - if (ret < 0) - dev_err(fe->dev, "ASoC: %s failed (%d)\n", __func__, ret); @@ -314218,10 +314218,10 @@ index 3b673477f621..3bf4f83ff4fa 100644 } int dpcm_be_dai_trigger(struct snd_soc_pcm_runtime *fe, int stream, -@@ -2086,10 +2089,7 @@ int dpcm_be_dai_trigger(struct snd_soc_pcm_runtime *fe, int stream, - } +@@ -2240,10 +2243,7 @@ int dpcm_be_dai_trigger(struct snd_soc_pcm_runtime *fe, int stream, + if (ret) + break; } - end: - if (ret < 0) - dev_err(fe->dev, "ASoC: %s() failed at %s (%d)\n", - __func__, be->dai_link->name, ret); @@ -314230,7 +314230,7 @@ index 3b673477f621..3bf4f83ff4fa 100644 } EXPORT_SYMBOL_GPL(dpcm_be_dai_trigger); -@@ -2260,10 +2260,7 @@ int dpcm_be_dai_prepare(struct snd_soc_pcm_runtime *fe, int stream) +@@ -2414,10 +2414,7 @@ int dpcm_be_dai_prepare(struct snd_soc_pcm_runtime *fe, int stream) be->dpcm[stream].state = SND_SOC_DPCM_STATE_PREPARE; } @@ -314242,9 +314242,9 @@ index 3b673477f621..3bf4f83ff4fa 100644 } static int dpcm_fe_dai_prepare(struct snd_pcm_substream *substream) -@@ -2300,10 +2297,7 @@ static int dpcm_fe_dai_prepare(struct snd_pcm_substream *substream) +@@ -2454,10 +2451,7 @@ static int dpcm_fe_dai_prepare(struct snd_pcm_substream *substream) dpcm_set_fe_update_state(fe, stream, SND_SOC_DPCM_UPDATE_NO); - mutex_unlock(&fe->card->mutex); + snd_soc_dpcm_mutex_unlock(fe); - if (ret < 0) - dev_err(fe->dev, "ASoC: %s() failed (%d)\n", __func__, ret); @@ -314254,7 +314254,7 @@ index 3b673477f621..3bf4f83ff4fa 100644 } static int dpcm_run_update_shutdown(struct snd_soc_pcm_runtime *fe, int stream) -@@ -2336,10 +2330,7 @@ static int dpcm_run_update_shutdown(struct snd_soc_pcm_runtime *fe, int stream) +@@ -2490,10 +2484,7 @@ static int dpcm_run_update_shutdown(struct snd_soc_pcm_runtime *fe, int stream) /* run the stream event for each BE */ dpcm_dapm_stream_event(fe, stream, SND_SOC_DAPM_STREAM_NOP); @@ -314266,9 +314266,9 @@ index 3b673477f621..3bf4f83ff4fa 100644 } static int dpcm_run_update_startup(struct snd_soc_pcm_runtime *fe, int stream) -@@ -2432,10 +2423,7 @@ static int dpcm_run_update_startup(struct snd_soc_pcm_runtime *fe, int stream) +@@ -2583,10 +2574,7 @@ static int dpcm_run_update_startup(struct snd_soc_pcm_runtime *fe, int stream) + dpcm->state = SND_SOC_DPCM_LINK_STATE_FREE; } - spin_unlock_irqrestore(&fe->card->dpcm_lock, flags); - if (ret < 0) - dev_err(fe->dev, "ASoC: %s() failed (%d)\n", __func__, ret); @@ -314285,7 +314285,7 @@ index 3b673477f621..3bf4f83ff4fa 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 6 Dec 2022 18:11:58 +0000 -Subject: [PATCH 1218/1283] .github/workflows: Add dtoverlaycheck workflow +Subject: [PATCH 1218/1282] .github/workflows: Add dtoverlaycheck workflow Signed-off-by: Dave Stevenson --- @@ -314354,7 +314354,7 @@ index 000000000000..2e6d4f2a0b6d From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 11 Nov 2022 17:09:32 +0000 -Subject: [PATCH 1219/1283] .github/workflows: Create workflow to CI kernel +Subject: [PATCH 1219/1282] .github/workflows: Create workflow to CI kernel builds Builds the bcmrpi, bcm2709, bcm2711, and bcm2835 32 bit kernels, @@ -314646,7 +314646,7 @@ index 000000000000..8e551dc4d0c5 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 14 Nov 2022 17:14:15 +0000 -Subject: [PATCH 1220/1283] README: Add README.md with CI kernel build status +Subject: [PATCH 1220/1282] README: Add README.md with CI kernel build status tags This is a copy of README with the tags added. @@ -314703,7 +314703,7 @@ index 000000000000..605abc67589e From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Mark Williams Date: Wed, 7 Dec 2022 18:20:40 -0700 -Subject: [PATCH 1221/1283] drm/panel: panel-ilitek9881c: Use cansleep methods +Subject: [PATCH 1221/1282] drm/panel: panel-ilitek9881c: Use cansleep methods Use cansleep version of gpiod_set_value so external IO drivers (like via I2C) can be used. @@ -314746,7 +314746,7 @@ index c2afc4368553..d306267d8254 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Mark Williams Date: Wed, 7 Dec 2022 19:55:15 -0700 -Subject: [PATCH 1222/1283] drm/panel: panel-ilitek9881c: Crystalfontz support +Subject: [PATCH 1222/1282] drm/panel: panel-ilitek9881c: Crystalfontz support Add support for Crystalfontz CFAF7201280A0-050Tx panel. @@ -315027,7 +315027,7 @@ index d306267d8254..8eafb2aa1bd9 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Mark Williams Date: Wed, 7 Dec 2022 19:57:24 -0700 -Subject: [PATCH 1223/1283] configs: Enable LM3630A backlight module +Subject: [PATCH 1223/1282] configs: Enable LM3630A backlight module Added LM3630A module to defconfig to support Crystalfontz CFA050-PI-M. @@ -315107,7 +315107,7 @@ index 3d2641b470f0..979b490a95f0 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Mark Williams Date: Thu, 8 Dec 2022 04:58:05 -0700 -Subject: [PATCH 1224/1283] overlays: Add crystalfontz-cfa050_pi_m +Subject: [PATCH 1224/1282] overlays: Add crystalfontz-cfa050_pi_m Add support for the Crystalfontz CFA050-PI-M series of Raspberry Pi CM4-based modules using the CFAF7201280A0_050Tx TFT LCD displays. @@ -315289,7 +315289,7 @@ index 000000000000..544036589b66 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: lihgong Date: Tue, 13 Dec 2022 09:14:31 +0800 -Subject: [PATCH 1225/1283] configs: Add 8DEV USB2CAN driver support +Subject: [PATCH 1225/1282] configs: Add 8DEV USB2CAN driver support See: https://github.com/raspberrypi/linux/pull/5273 Requested-by: lihgong @@ -315369,7 +315369,7 @@ index 979b490a95f0..8e4a9447ec92 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Thu, 15 Dec 2022 11:38:59 +0000 -Subject: [PATCH 1226/1283] vc4_crtc: Increase setup cost in core clock +Subject: [PATCH 1226/1282] vc4_crtc: Increase setup cost in core clock calculation to handle extreme reduced blanking See: https://github.com/raspberrypi/linux/issues/4446 @@ -315409,7 +315409,7 @@ index fb2e15cc78ef..c154dc54e2f3 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 14 Dec 2022 15:00:51 +0000 -Subject: [PATCH 1227/1283] net: bcmgenet: Add 'eee' module parameter +Subject: [PATCH 1227/1282] net: bcmgenet: Add 'eee' module parameter On some switches, having EEE enabled causes the link to become unstable. With this patch, adding 'genet.eee=N' to the kernel command @@ -315423,7 +315423,7 @@ Signed-off-by: Phil Elwell 1 file changed, 14 insertions(+) diff --git a/drivers/net/ethernet/broadcom/genet/bcmgenet.c b/drivers/net/ethernet/broadcom/genet/bcmgenet.c -index 7196e9e707bb..e0b327d699fb 100644 +index a011f46b7193..531b550fff2d 100644 --- a/drivers/net/ethernet/broadcom/genet/bcmgenet.c +++ b/drivers/net/ethernet/broadcom/genet/bcmgenet.c @@ -70,6 +70,9 @@ static void bcmgenet_set_rx_mode(struct net_device *dev); @@ -315461,7 +315461,7 @@ index 7196e9e707bb..e0b327d699fb 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 14 Dec 2022 15:28:16 +0000 -Subject: [PATCH 1228/1283] dts: bcm2711: Add 'eee' dtparam +Subject: [PATCH 1228/1282] dts: bcm2711: Add 'eee' dtparam The 'eee' dtparam allows EEE to be disabled on the onboard Ethernet controller. Adding 'dtparam=eee=off' to config.txt causes @@ -315499,7 +315499,7 @@ index eed443284dd3..744651773e2f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 15 Dec 2022 15:57:18 +0000 -Subject: [PATCH 1229/1283] dtoverlays: Add overlay cm-swap-i2c0 to swap buses +Subject: [PATCH 1229/1282] dtoverlays: Add overlay cm-swap-i2c0 to swap buses on i2c0mux The legacy camera stack wiring instructions connect the cameras @@ -315596,7 +315596,7 @@ index 000000000000..6b7f599f7611 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 15 Dec 2022 15:59:28 +0000 -Subject: [PATCH 1230/1283] dt: Correct cam_reg GPIO assignments for CM1&3. +Subject: [PATCH 1230/1282] dt: Correct cam_reg GPIO assignments for CM1&3. The standard instructions for wiring up cameras on CM1&3 assign GPIOs for both the shutdown and LED pins on the @@ -315677,7 +315677,7 @@ index b8da6cd3e09b..5e4abc595562 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 15 Dec 2022 16:13:07 +0000 -Subject: [PATCH 1231/1283] dt: Add camX_reg_gpio to CM4 +Subject: [PATCH 1231/1282] dt: Add camX_reg_gpio to CM4 To make it easier for custom routing of camera control GPIOs, add the camX_reg_gpio parameter to CM4 DT as well. @@ -315744,7 +315744,7 @@ index 5e4abc595562..3deb4f492e5d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 15 Dec 2022 16:15:27 +0000 -Subject: [PATCH 1232/1283] dt: Add camX_reg and camX_reg_gpio overrides to +Subject: [PATCH 1232/1282] dt: Add camX_reg and camX_reg_gpio overrides to CM4S CM4S follows the pattern of CM1&3 for routing camera @@ -315817,7 +315817,7 @@ index 3deb4f492e5d..85b610604a46 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Tim Gover Date: Fri, 16 Dec 2022 15:51:17 +0000 -Subject: [PATCH 1233/1283] overlays: Add disable-emmc2 +Subject: [PATCH 1233/1282] overlays: Add disable-emmc2 Add a new overlay that disables the EMMC2 controller on BCM2711. This can be useful on a Compute Module 4 if the onboard EMMC2 @@ -315905,7 +315905,7 @@ index 627855bc500c..fda036488d41 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jonathan Bell Date: Fri, 16 Dec 2022 15:18:21 +0000 -Subject: [PATCH 1234/1283] xhci: constrain XHCI_VLI_HUB_TT_QUIRK to old +Subject: [PATCH 1234/1282] xhci: constrain XHCI_VLI_HUB_TT_QUIRK to old firmware versions VLI have a firmware update for the VL805 which resolves the incorrect @@ -315918,10 +315918,10 @@ Signed-off-by: Jonathan Bell 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/drivers/usb/host/xhci-pci.c b/drivers/usb/host/xhci-pci.c -index 48765d63ad0b..1735594c353f 100644 +index 70b741383c2f..2e7766f2a118 100644 --- a/drivers/usb/host/xhci-pci.c +++ b/drivers/usb/host/xhci-pci.c -@@ -26,6 +26,8 @@ +@@ -27,6 +27,8 @@ #define SPARSE_DISABLE_BIT 17 #define SPARSE_CNTL_ENABLE 0xC12C @@ -315930,7 +315930,7 @@ index 48765d63ad0b..1735594c353f 100644 /* Device for a quirk */ #define PCI_VENDOR_ID_FRESCO_LOGIC 0x1b73 #define PCI_DEVICE_ID_FRESCO_LOGIC_PDK 0x1000 -@@ -103,6 +105,16 @@ static int xhci_pci_reinit(struct xhci_hcd *xhci, struct pci_dev *pdev) +@@ -104,6 +106,16 @@ static int xhci_pci_reinit(struct xhci_hcd *xhci, struct pci_dev *pdev) return 0; } @@ -315947,7 +315947,7 @@ index 48765d63ad0b..1735594c353f 100644 static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci) { struct pci_dev *pdev = to_pci_dev(dev); -@@ -299,7 +311,8 @@ static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci) +@@ -300,7 +312,8 @@ static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci) xhci->quirks |= XHCI_AVOID_DQ_ON_LINK; xhci->quirks |= XHCI_VLI_TRB_CACHE_BUG; xhci->quirks |= XHCI_VLI_SS_BULK_OUT_BUG; @@ -315964,7 +315964,7 @@ index 48765d63ad0b..1735594c353f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 3 Jan 2023 15:16:50 +0000 -Subject: [PATCH 1235/1283] drm/vc4: Fix YUV plane handling when planes are in +Subject: [PATCH 1235/1282] drm/vc4: Fix YUV plane handling when planes are in different buffers YUV images can either be presented as one allocation with offsets @@ -316015,7 +316015,7 @@ index 3211fb82dbe2..b3bc47102187 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Krzysztof Kotlenga Date: Thu, 29 Dec 2022 19:14:32 +0100 -Subject: [PATCH 1236/1283] overlays: audremap: Fix setting of the pin function +Subject: [PATCH 1236/1282] overlays: audremap: Fix setting of the pin function The brcm,function property must be set in the overlay fragment too - otherwise the parametrization won't work. At least that's the case for @@ -316054,7 +316054,7 @@ index 5323b9b66a25..8d82f9b92db6 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Sakari Ailus Date: Tue, 17 Aug 2021 08:51:34 +0200 -Subject: [PATCH 1237/1283] media: dt-bindings: Convert Dongwoon dw9807-vcm +Subject: [PATCH 1237/1282] media: dt-bindings: Convert Dongwoon dw9807-vcm bindings to json-schema Upstream commit a1f4626b282d4e419047d47c1b0b1055f3c12a19. @@ -316140,7 +316140,7 @@ index 000000000000..aae246ca3fcf From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 3 Jan 2023 15:44:10 +0000 -Subject: [PATCH 1238/1283] media: dt-bindings: Add DW9817 to DW9807 binding +Subject: [PATCH 1238/1282] media: dt-bindings: Add DW9817 to DW9807 binding The DW9817 is programmatically the same as DW9807, but the output drive is a bi-directional -100 to +100mA @@ -316192,7 +316192,7 @@ index aae246ca3fcf..1be649611ba2 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 3 Jan 2023 15:38:08 +0000 -Subject: [PATCH 1239/1283] media: dw9807-vcm: Add support for DW9817 +Subject: [PATCH 1239/1282] media: dw9807-vcm: Add support for DW9817 bidirectional VCM driver The DW9817 is effectively the same as DW9807 from a programming @@ -316409,7 +316409,7 @@ index 95e06f13bc9e..f5dba03f82c1 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 3 Jan 2023 16:41:08 +0000 -Subject: [PATCH 1240/1283] media: dt-bindings: Add regulator to dw9807-vcm +Subject: [PATCH 1240/1282] media: dt-bindings: Add regulator to dw9807-vcm The VCM driver will often be controlled via a regulator, therefore add in the relevant DT hooks. @@ -316457,7 +316457,7 @@ index f5dba03f82c1..6103029dab63 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 3 Jan 2023 16:35:59 +0000 -Subject: [PATCH 1241/1283] media: dw9807-vcm: Add regulator support to the +Subject: [PATCH 1241/1282] media: dw9807-vcm: Add regulator support to the driver Uses the regulator notifier framework so that the current @@ -316650,7 +316650,7 @@ index 6103029dab63..d5a184116c17 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 3 Jan 2023 16:53:37 +0000 -Subject: [PATCH 1242/1283] media: dw9807-vcm: Smooth the first user movement +Subject: [PATCH 1242/1282] media: dw9807-vcm: Smooth the first user movement of the lens The power up/down sequence is already ramped. Extend this to @@ -316705,7 +316705,7 @@ index d5a184116c17..3589d0b0698e 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 22 Dec 2022 14:08:35 +0000 -Subject: [PATCH 1243/1283] dtbindings: media: i2c: Add IMX708 CMOS sensor +Subject: [PATCH 1243/1282] dtbindings: media: i2c: Add IMX708 CMOS sensor binding Add YAML devicetree binding for IMX708 CMOS image sensor. @@ -316844,10 +316844,10 @@ index 000000000000..4b8645f6880c + +... diff --git a/MAINTAINERS b/MAINTAINERS -index 9197262b4a8e..a30126a66279 100644 +index 0928944661e1..3adb844ba55d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS -@@ -17580,6 +17580,14 @@ T: git git://linuxtv.org/media_tree.git +@@ -17579,6 +17579,14 @@ T: git git://linuxtv.org/media_tree.git F: Documentation/devicetree/bindings/media/i2c/imx519.yaml F: drivers/media/i2c/imx519.c @@ -316869,7 +316869,7 @@ index 9197262b4a8e..a30126a66279 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Nick Hollinghurst Date: Thu, 22 Dec 2022 13:59:33 +0000 -Subject: [PATCH 1244/1283] media/i2c: Add a driver for the Sony IMX708 image +Subject: [PATCH 1244/1282] media/i2c: Add a driver for the Sony IMX708 image sensor The imx708 is a 12MP MIPI sensor with a 16:9 aspect ratio, here using @@ -318928,7 +318928,7 @@ index 000000000000..ad4eeb9bc8ce From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 22 Dec 2022 14:28:15 +0000 -Subject: [PATCH 1245/1283] defconfigs: Add IMX708 to all Pi defconfigs +Subject: [PATCH 1245/1282] defconfigs: Add IMX708 to all Pi defconfigs Adds the IMX708 image sensor driver to the defconfigs. @@ -319048,7 +319048,7 @@ index 8e4a9447ec92..adc31138633b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 22 Dec 2022 14:12:54 +0000 -Subject: [PATCH 1246/1283] dtoverlays: Add overlays for the IMX708 image +Subject: [PATCH 1246/1282] dtoverlays: Add overlays for the IMX708 image sensor New overlay to support the Sony IMX708 image sensor. @@ -319499,7 +319499,7 @@ index 000000000000..1381caf22668 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 3 Jan 2023 16:00:21 +0000 -Subject: [PATCH 1247/1283] net: phy: broadcom: Make LEDs 3+4 shadow LEDs 1+2 +Subject: [PATCH 1247/1282] net: phy: broadcom: Make LEDs 3+4 shadow LEDs 1+2 CM4 uses BCM54210PE, which supports 2 additional LEDs, choosing LED3 for the amber LED because it shows activity by default (LED4 is not @@ -319540,7 +319540,7 @@ index 3c4035d5489a..d85e0054e0c9 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 4 Jan 2023 09:14:53 +0000 -Subject: [PATCH 1248/1283] overlays: i2c-sensor: MS temp & pressure sensors +Subject: [PATCH 1248/1282] overlays: i2c-sensor: MS temp & pressure sensors Add support for the Measurement Specialities temperature and pressure sensors to the i2c-sensor overlay. The supported devices are MS5637, @@ -319698,7 +319698,7 @@ index c81d8e5db548..6504c7578b9d 100755 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 4 Jan 2023 09:39:44 +0000 -Subject: [PATCH 1249/1283] configs: Enable the MS5637 temp + pressure driver +Subject: [PATCH 1249/1282] configs: Enable the MS5637 temp + pressure driver Signed-off-by: Phil Elwell --- @@ -319776,7 +319776,7 @@ index adc31138633b..7219c0f76e3b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 4 Jan 2023 10:16:08 +0000 -Subject: [PATCH 1250/1283] media: dw9807-vcm: The device is not active +Subject: [PATCH 1250/1282] media: dw9807-vcm: The device is not active initially The probe calls pm_runtime_set_active in the probe, but @@ -319814,7 +319814,7 @@ index 3589d0b0698e..c9fa79aa332a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 4 Jan 2023 10:23:55 +0000 -Subject: [PATCH 1251/1283] dtoverlays: Add orientation to imx708 README entry +Subject: [PATCH 1251/1282] dtoverlays: Add orientation to imx708 README entry It got missed. @@ -319843,7 +319843,7 @@ index 912aa69d0412..a28af5cb8f11 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Thu, 5 Jan 2023 11:04:48 +0000 -Subject: [PATCH 1252/1283] imx708: Do not reset vblank to a default value +Subject: [PATCH 1252/1282] imx708: Do not reset vblank to a default value imx708_set_framing_limits resets the vblank control to the mode default value unconditionally. This causes it to overwrite the user specified @@ -319878,7 +319878,7 @@ index ad4eeb9bc8ce..8961ea1a605a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 15 May 2020 16:28:32 +0100 -Subject: [PATCH 1253/1283] rtc: rv3028: Mirror BSM and TCE/TCR to EEPROM +Subject: [PATCH 1253/1282] rtc: rv3028: Mirror BSM and TCE/TCR to EEPROM Periodically the RV3028 refreshes registers from the EEPROM. When this happens, some settings that have only been committed to registers are @@ -319994,7 +319994,7 @@ index 757c0ff82bdb..b0aa4928219d 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 9 Jan 2023 09:56:46 +0000 -Subject: [PATCH 1254/1283] rtc: rv3028: Fix backup-switchover-mode crash +Subject: [PATCH 1254/1282] rtc: rv3028: Fix backup-switchover-mode crash Commit "rtc: rv3028: Mirror BSM and TCE/TCR to EEPROM" was a forward-port from rpi-5.9.y, and between then and rpi-5.15.y the @@ -320040,7 +320040,7 @@ index b0aa4928219d..a3594ccbaad5 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Thu, 5 Jan 2023 14:44:48 +0000 -Subject: [PATCH 1255/1283] drivers: media: imx708: Enable long exposure mode +Subject: [PATCH 1255/1282] drivers: media: imx708: Enable long exposure mode Enable long exposure modes by using the long exposure shift register setting in the imx708 sensor. @@ -320148,7 +320148,7 @@ index 8961ea1a605a..785275caf9a3 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Duoming Zhou Date: Mon, 30 May 2022 23:21:58 +0800 -Subject: [PATCH 1256/1283] ax25: Fix ax25 session cleanup problems +Subject: [PATCH 1256/1282] ax25: Fix ax25 session cleanup problems commit 7d8a3a477b3e25ada8dc71d22048c2ea417209a0 upstream. @@ -320330,7 +320330,7 @@ index 3a476e4f6cd0..9ff98f46dc6b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: David Plowman Date: Tue, 10 Jan 2023 13:14:27 +0000 -Subject: [PATCH 1257/1283] drivers: media: i2c: imx708: Fix crop information +Subject: [PATCH 1257/1282] drivers: media: i2c: imx708: Fix crop information The 1536x864 mode contained incorrect crop information. @@ -320365,7 +320365,7 @@ index 785275caf9a3..bd04eea793f3 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 11 Jan 2023 10:06:12 +0000 -Subject: [PATCH 1258/1283] configs: Add DM_MULTIPATH=m +Subject: [PATCH 1258/1282] configs: Add DM_MULTIPATH=m "Allow volume managers to support multipath hardware." @@ -320445,52 +320445,9 @@ index 7219c0f76e3b..39c4519c111a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Dom Cobley -Date: Thu, 8 Dec 2022 17:21:00 +0000 -Subject: [PATCH 1259/1283] drm_probe_helper: Cancel previous job before - starting new one - -Currently we schedule a call to output_poll_execute from drm_kms_helper_poll_enable for 10s in future. -Later we try to replace that in drm_helper_probe_single_connector_modes with a 0s schedule with delayed_event set. - -But as there is already a job in the queue this fails, and the immediate job we wanted with delayed_event set -doesn't occur until 10s later. - -And that call acts as if connector state has changed, reprobing modes. -This has a side effect of waking up a display that has been blanked. - -Make sure we cancel the old job before submitting the immediate one. - -Signed-off-by: Dom Cobley ---- - drivers/gpu/drm/drm_probe_helper.c | 4 +++- - 1 file changed, 3 insertions(+), 1 deletion(-) - -diff --git a/drivers/gpu/drm/drm_probe_helper.c b/drivers/gpu/drm/drm_probe_helper.c -index fcf32ec0b0c8..c1804f1ca855 100644 ---- a/drivers/gpu/drm/drm_probe_helper.c -+++ b/drivers/gpu/drm/drm_probe_helper.c -@@ -487,9 +487,11 @@ int drm_helper_probe_single_connector_modes(struct drm_connector *connector, - * disable itself again. - */ - dev->mode_config.delayed_event = true; -- if (dev->mode_config.poll_enabled) -+ if (dev->mode_config.poll_enabled) { -+ cancel_delayed_work_sync(&dev->mode_config.output_poll_work); - schedule_delayed_work(&dev->mode_config.output_poll_work, - 0); -+ } - } - - /* Re-enable polling in case the global poll config changed. */ --- -2.39.1 - - -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 11 Jan 2023 11:57:01 +0100 -Subject: [PATCH 1260/1283] drm/vc4: bo: Fix drmm_mutex_init memory hog +Subject: [PATCH 1259/1282] drm/vc4: bo: Fix drmm_mutex_init memory hog Commit 374146cad469 ("drm/vc4: Switch to drmm_mutex_init") converted, among other functions, vc4_create_object() to use drmm_mutex_init(). @@ -320541,7 +320498,7 @@ index 719577bafb94..17fe08e5cb00 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Thu, 12 Jan 2023 09:34:56 +0000 -Subject: [PATCH 1261/1283] drm/vc4: bo: Delete unused variable +Subject: [PATCH 1260/1282] drm/vc4: bo: Delete unused variable Fixes: drm/vc4: bo: Fix drmm_mutex_init memory hog @@ -320569,7 +320526,7 @@ index 17fe08e5cb00..36ba7e9311b6 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 14 Nov 2022 19:30:27 +0000 -Subject: [PATCH 1262/1283] drm/vc4: hdmi: Correct CSC setup for YCbCr4:4:4 +Subject: [PATCH 1261/1282] drm/vc4: hdmi: Correct CSC setup for YCbCr4:4:4 The CSC requires the coefficients to be swapped around for 4:4:4 mode, but the swap was incorrectly defined. @@ -320611,7 +320568,7 @@ index c8960ed40d50..379dcd65301b 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 14 Nov 2022 19:32:10 +0000 -Subject: [PATCH 1263/1283] drm/vc4: hdmi: Add property to allow manual config +Subject: [PATCH 1262/1282] drm/vc4: hdmi: Add property to allow manual config of RGB or YCbCr Add a custom property "Output format" that allows the overriding @@ -320791,7 +320748,7 @@ index ecebccad4569..724b1453c593 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 13 Jan 2023 14:32:45 +0000 -Subject: [PATCH 1264/1283] .github/workflows: Set warnings-as-errors for +Subject: [PATCH 1263/1282] .github/workflows: Set warnings-as-errors for builds To avoid code with build warnings being introduced into the tree, force @@ -320861,7 +320818,7 @@ index 8e551dc4d0c5..5e446031c439 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 13 Jan 2023 16:31:08 +0000 -Subject: [PATCH 1265/1283] configs: Add PWM=y to restore the PWM drivers +Subject: [PATCH 1264/1282] configs: Add PWM=y to restore the PWM drivers An upstream change now requires PWM=y to enable all PWM settings, so add it. @@ -320942,7 +320899,7 @@ index 39c4519c111a..f31973ecf1a6 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Lukas Wunner Date: Sat, 14 Jan 2023 10:03:46 +0100 -Subject: [PATCH 1266/1283] bcm2835-mmc: Honor return value of mmc_of_parse() +Subject: [PATCH 1265/1282] bcm2835-mmc: Honor return value of mmc_of_parse() bcm2835_mmc_probe() ignores errors returned by mmc_of_parse() and in particular ignores -EPROBE_DEFER, which may be returned if the power @@ -320978,7 +320935,7 @@ index cdc1318e5936..bb6bbfbff732 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 17 Jan 2023 15:47:04 +0000 -Subject: [PATCH 1267/1283] overlays: i2c-sensor: Add mpu6050 and mpu9250 +Subject: [PATCH 1266/1282] overlays: i2c-sensor: Add mpu6050 and mpu9250 Add support for the MPU6050 and MPU9250 IMU sensors to the i2c-sensor container overlay. At the same time, deprecate the standalone mpu6050 @@ -321156,7 +321113,7 @@ index fda036488d41..f1d1e0cf30d2 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 18 Jan 2023 09:34:31 +0000 -Subject: [PATCH 1268/1283] .github/workflows: Correct kernel builds artifacts +Subject: [PATCH 1267/1282] .github/workflows: Correct kernel builds artifacts Modify the kernel build workflow to create artifacts with the correct names and structure, both as an example of what we expect and in case @@ -321309,7 +321266,7 @@ index 5e446031c439..231fcc2a4601 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: John Cox Date: Thu, 19 Jan 2023 16:46:32 +0000 -Subject: [PATCH 1269/1283] media: bcm2835-v4l2-codec: Enable selection ioctl +Subject: [PATCH 1268/1282] media: bcm2835-v4l2-codec: Enable selection ioctl for ISP The ISP cases do nothing. Remove the break that separates them from the @@ -321349,7 +321306,7 @@ index cc072aa1b357..2b15070af7fe 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 16 Dec 2021 14:54:54 +0100 -Subject: [PATCH 1270/1283] drm/vc4: hvs: Defer dlist slots deallocation +Subject: [PATCH 1269/1282] drm/vc4: hvs: Defer dlist slots deallocation During normal operations, the cursor position update is done through an asynchronous plane update, which on the vc4 driver basically just @@ -321759,7 +321716,7 @@ index 217f53b403b8..63c2eb25676a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Wed, 11 Jan 2023 17:30:58 +0000 -Subject: [PATCH 1271/1283] vc4/hdmi: Always enable GCP with AVMUTE cleared +Subject: [PATCH 1270/1282] vc4/hdmi: Always enable GCP with AVMUTE cleared See: https://forum.libreelec.tv/thread/24780-le-10-0-1-rpi4-no-picture-after-update-from-le-10-0-0 @@ -321869,7 +321826,7 @@ index 01ed05c01620..849ef33aeae0 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 23 Jan 2023 16:50:51 +0000 -Subject: [PATCH 1272/1283] .github/workflows: Switch to a matrix build +Subject: [PATCH 1271/1282] .github/workflows: Switch to a matrix build Remove the per-build duplication by putting build parameters in a matrix. @@ -322213,7 +322170,7 @@ index 231fcc2a4601..9bfff5998f21 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 24 Jan 2023 11:15:02 +0000 -Subject: [PATCH 1273/1283] overlays: i2c-sensor: Add comment re fragment gap +Subject: [PATCH 1272/1282] overlays: i2c-sensor: Add comment re fragment gap From rpi-6.1.y the i2c-sensor overlay includes support for the BNO055, which occupies fragments 30 & 31. The driver for this devices does not @@ -322257,7 +322214,7 @@ index 4b3519e4be52..ed3a207d08de 100755 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 24 Jan 2023 11:34:38 +0000 -Subject: [PATCH 1274/1283] overlays: i2c-sensor: Add SHT4X support +Subject: [PATCH 1273/1282] overlays: i2c-sensor: Add SHT4X support Add support for the Sensirion SHT4X temperature and humidity sensor. @@ -322330,7 +322287,7 @@ index ed3a207d08de..464858756739 100755 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 24 Jan 2023 11:43:46 +0000 -Subject: [PATCH 1275/1283] configs: Enable the sht4x driver +Subject: [PATCH 1274/1282] configs: Enable the sht4x driver See: https://github.com/raspberrypi/linux/issues/5334 @@ -322410,7 +322367,7 @@ index f31973ecf1a6..3d1702d24cee 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 24 Jan 2023 14:40:45 +0000 -Subject: [PATCH 1276/1283] overlays: i2c-common: Enable sht3x address +Subject: [PATCH 1275/1282] overlays: i2c-common: Enable sht3x address selection The address selection patch was omitted from the commit adding sht3x @@ -322444,7 +322401,7 @@ index 464858756739..2ea72783b879 100755 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell <8911409+pelwell@users.noreply.github.com> Date: Wed, 25 Jan 2023 10:19:52 +0000 -Subject: [PATCH 1277/1283] README.md: Replace 6.0 build status with 6.2 +Subject: [PATCH 1276/1282] README.md: Replace 6.0 build status with 6.2 6.0 is EOL and 6.2 is heading towards release, so update the build status display accordingly. --- @@ -322477,7 +322434,7 @@ index 605abc67589e..09fad0ca57dc 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 25 Jan 2023 15:01:43 +0000 -Subject: [PATCH 1278/1283] .github/workflows: Retain artifacts for 90 days +Subject: [PATCH 1277/1282] .github/workflows: Retain artifacts for 90 days Signed-off-by: Phil Elwell --- @@ -322501,7 +322458,7 @@ index 9bfff5998f21..87eb13939be6 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Stanislav Zidek Date: Thu, 26 Jan 2023 11:36:57 +0100 -Subject: [PATCH 1279/1283] configs: add CONFIG_DM_INTEGRITY=m +Subject: [PATCH 1278/1282] configs: add CONFIG_DM_INTEGRITY=m This is necessary for volumes with integrity protection, both with and without DM_CRYPT. @@ -322582,7 +322539,7 @@ index 3d1702d24cee..f7c94fa445f6 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 30 Jan 2023 09:57:16 +0000 -Subject: [PATCH 1280/1283] configs: Add MTD_SPI_NAND=m +Subject: [PATCH 1279/1282] configs: Add MTD_SPI_NAND=m See: https://github.com/raspberrypi/linux/issues/5338 @@ -322662,7 +322619,7 @@ index f7c94fa445f6..7c13cea9d91a 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: John Cox Date: Mon, 30 Jan 2023 16:34:55 +0000 -Subject: [PATCH 1281/1283] media: bcm2835-v4l2-codec: Add profile & level +Subject: [PATCH 1280/1282] media: bcm2835-v4l2-codec: Add profile & level ctrls to decode In order to support discovery of what profile & levels are supported by @@ -322789,7 +322746,7 @@ index 2b15070af7fe..67c18d51eb9f 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Tue, 31 Jan 2023 15:14:32 +0000 -Subject: [PATCH 1282/1283] drm/vc4_plane: Add support for YUV444 formats +Subject: [PATCH 1281/1282] drm/vc4_plane: Add support for YUV444 formats Support displaying DRM_FORMAT_YUV444 and DRM_FORMAT_YVU444 formats. Tested with kmstest and kodi. e.g. @@ -322850,7 +322807,7 @@ index b3bc47102187..95529f01a113 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Sat, 14 Jan 2023 16:24:39 +0100 -Subject: [PATCH 1283/1283] drm/vc4: Calculate bpc based on max_requested_bpc +Subject: [PATCH 1282/1282] drm/vc4: Calculate bpc based on max_requested_bpc This aligns vc4 with Intel, AMD and Synopsis drivers and fixes max bpc connector property not working as expected on monitors with YCbCr 4:2:2 diff --git a/SPECS/raspberrypi2.spec b/SPECS/raspberrypi2.spec index 35097f5..4e36c04 100644 --- a/SPECS/raspberrypi2.spec +++ b/SPECS/raspberrypi2.spec @@ -1,4 +1,4 @@ -%global commit_firmware_long add727346b1459c04995e2b66e2b01686eca20c9 +%global commit_firmware_long cb9500d6021e083a182ba168fe4424e3db2494cf %global commit_linux_long 14b35093ca68bf2c81bbc90aace5007142b40b40 ExclusiveArch: aarch64 armv7hl @@ -32,7 +32,7 @@ ExclusiveArch: aarch64 armv7hl %define extra_version 1 %define kversion 5.15 -%define kfullversion %{kversion}.106 +%define kfullversion %{kversion}.114 Name: raspberrypi2 Version: %{kfullversion} @@ -297,6 +297,9 @@ cp $(ls -1 /boot/config-kernel-*-*|sort -V|tail -1) /boot/config-kernel.inc %doc /boot/LICENCE.broadcom %changelog +* Sun Jun 04 2023 Pablo Greco - 5.15.114 +- Update to version v5.15.114 + * Sun Apr 09 2023 Pablo Greco - 5.15.106 - Update to version v5.15.106