[0/2] ARM: dts: bcm283x: Switch to firmware clocks for Pi0-3

Message ID 20221026-rpi-display-fw-clk-v1-0-5c29b7a3d8b0@cerno.tech
Headers
Series ARM: dts: bcm283x: Switch to firmware clocks for Pi0-3 |

Message

Maxime Ripard Oct. 26, 2022, 1:17 p.m. UTC
  Hi,

Over the years, the differences between the Pi0-3 and the Pi4 created a bunch
of issues in the KMS driver that trace back to the policy differences between
the clk-bcm2835 and clk-raspberrypi drivers.

Instead of piling hacks over hacks to work around those differences, let's just
follow what downstream is doing and use the clk-raspberrypi for all the KMS
related devices.

Let me know what you think,
Maxime

To: Rob Herring <robh+dt@kernel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
To: Florian Fainelli <f.fainelli@gmail.com>
To: Broadcom internal kernel review list <bcm-kernel-feedback-list@broadcom.com>
To: Ray Jui <rjui@broadcom.com>
To: Scott Branden <sbranden@broadcom.com>
Cc: Dave Stevenson <dave.stevenson@raspberrypi.com>
Cc: Dom Cobley <dom@raspberrypi.com>
Cc: Phil Elwell <phil@raspberrypi.com>
Cc: devicetree@vger.kernel.org
Cc: linux-rpi-kernel@lists.infradead.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Maxime Ripard <maxime@cerno.tech>

---
Maxime Ripard (2):
      ARM: dts: bcm283x: Remove bcm2835-rpi-common.dtsi from SoC DTSI
      ARM: dts: bcm2835-rpi: Use firmware clocks for display

 arch/arm/boot/dts/bcm2835-rpi-a-plus.dts  |  1 +
 arch/arm/boot/dts/bcm2835-rpi-a.dts       |  1 +
 arch/arm/boot/dts/bcm2835-rpi-b-plus.dts  |  1 +
 arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts  |  1 +
 arch/arm/boot/dts/bcm2835-rpi-b.dts       |  1 +
 arch/arm/boot/dts/bcm2835-rpi-cm1.dtsi    |  1 +
 arch/arm/boot/dts/bcm2835-rpi-common.dtsi | 17 +++++++++++++++++
 arch/arm/boot/dts/bcm2835-rpi-zero-w.dts  |  1 +
 arch/arm/boot/dts/bcm2835-rpi-zero.dts    |  1 +
 arch/arm/boot/dts/bcm2835.dtsi            |  1 -
 arch/arm/boot/dts/bcm2836-rpi.dtsi        |  1 +
 arch/arm/boot/dts/bcm2836.dtsi            |  1 -
 arch/arm/boot/dts/bcm2837.dtsi            |  1 -
 13 files changed, 26 insertions(+), 3 deletions(-)
---
base-commit: 5398aeb71349b5e67658d51f46e12117060d867d
change-id: 20221026-rpi-display-fw-clk-0382f7afa5e8

Best regards,
  

Comments

Florian Fainelli Nov. 10, 2022, 6:16 p.m. UTC | #1
On 10/26/22 06:17, maxime@cerno.tech wrote:
> Hi,
> 
> Over the years, the differences between the Pi0-3 and the Pi4 created a bunch
> of issues in the KMS driver that trace back to the policy differences between
> the clk-bcm2835 and clk-raspberrypi drivers.
> 
> Instead of piling hacks over hacks to work around those differences, let's just
> follow what downstream is doing and use the clk-raspberrypi for all the KMS
> related devices.
> 
> Let me know what you think,

Maxime, please fix your git configuration such that the author of the 
patches is:

Maxime Ripard <maxime@cerno.tech>

and not:

maxime@cerno.tech

which git am then translates into maxime@cerno.tech <maxime@cerno.tech>

causing the email vs. author checks to fail on my end (and then in 
linux-next).

Thanks!