Message ID | cover.98f979c2af2337c57217016d21d7c68e1ac2ce8a.1592210452.git-series.maxime@cerno.tech (mailing list archive) |
---|---|
Headers | show |
Series | clk: bcm: rpi: Add support for BCM2711 firmware clocks | expand |
Quoting Maxime Ripard (2020-06-15 01:40:40) > Hi, > > Since the whole DRM/HDMI support began to grow fairly big, I've chosen > to split away the two discussions between the firmware clocks and the > HDMI support. > > Let me know what you think, > Maxime Do you want this to go through clk tree? Or looking for acks/review tags?
On Fri, 2020-06-19 at 02:37 -0700, Stephen Boyd wrote: > Quoting Maxime Ripard (2020-06-15 01:40:40) > > Hi, > > > > Since the whole DRM/HDMI support began to grow fairly big, I've chosen > > to split away the two discussions between the firmware clocks and the > > HDMI support. > > > > Let me know what you think, > > Maxime > > Do you want this to go through clk tree? Or looking for acks/review > tags? > FWIW I don't mind taking the device tree changes trough the RPi soc tree. Regards, Nicolas
Hi Stephen, On Fri, Jun 19, 2020 at 02:37:37AM -0700, Stephen Boyd wrote: > Quoting Maxime Ripard (2020-06-15 01:40:40) > > Hi, > > > > Since the whole DRM/HDMI support began to grow fairly big, I've chosen > > to split away the two discussions between the firmware clocks and the > > HDMI support. > > > > Let me know what you think, > > Maxime > > Do you want this to go through clk tree? Or looking for acks/review > tags? As far as I understood, you usually apply the bcm patches to the clk tree directly, so if you could apply them it would be awesome :) Maxime
Quoting Nicolas Saenz Julienne (2020-06-19 02:44:54) > On Fri, 2020-06-19 at 02:37 -0700, Stephen Boyd wrote: > > Quoting Maxime Ripard (2020-06-15 01:40:40) > > > Hi, > > > > > > Since the whole DRM/HDMI support began to grow fairly big, I've chosen > > > to split away the two discussions between the firmware clocks and the > > > HDMI support. > > > > > > Let me know what you think, > > > Maxime > > > > Do you want this to go through clk tree? Or looking for acks/review > > tags? > > > > FWIW I don't mind taking the device tree changes trough the RPi soc tree. > Sounds good.
Quoting Maxime Ripard (2020-06-19 04:52:55) > Hi Stephen, > > On Fri, Jun 19, 2020 at 02:37:37AM -0700, Stephen Boyd wrote: > > Quoting Maxime Ripard (2020-06-15 01:40:40) > > > Hi, > > > > > > Since the whole DRM/HDMI support began to grow fairly big, I've chosen > > > to split away the two discussions between the firmware clocks and the > > > HDMI support. > > > > > > Let me know what you think, > > > Maxime > > > > Do you want this to go through clk tree? Or looking for acks/review > > tags? > > As far as I understood, you usually apply the bcm patches to the clk > tree directly, so if you could apply them it would be awesome :) > Ok. Thanks for letting me know.
Quoting Stephen Boyd (2020-06-19 16:57:10) > Quoting Nicolas Saenz Julienne (2020-06-19 02:44:54) > > On Fri, 2020-06-19 at 02:37 -0700, Stephen Boyd wrote: > > > Quoting Maxime Ripard (2020-06-15 01:40:40) > > > > Hi, > > > > > > > > Since the whole DRM/HDMI support began to grow fairly big, I've chosen > > > > to split away the two discussions between the firmware clocks and the > > > > HDMI support. > > > > > > > > Let me know what you think, > > > > Maxime > > > > > > Do you want this to go through clk tree? Or looking for acks/review > > > tags? > > > > > > > FWIW I don't mind taking the device tree changes trough the RPi soc tree. > > > > Sounds good. > Just to clarify, that is just the dts patch? Or the binding patches too?
Quoting Stephen Boyd (2020-06-19 17:20:24) > Quoting Stephen Boyd (2020-06-19 16:57:10) > > Quoting Nicolas Saenz Julienne (2020-06-19 02:44:54) > > > On Fri, 2020-06-19 at 02:37 -0700, Stephen Boyd wrote: > > > > Quoting Maxime Ripard (2020-06-15 01:40:40) > > > > > Hi, > > > > > > > > > > Since the whole DRM/HDMI support began to grow fairly big, I've chosen > > > > > to split away the two discussions between the firmware clocks and the > > > > > HDMI support. > > > > > > > > > > Let me know what you think, > > > > > Maxime > > > > > > > > Do you want this to go through clk tree? Or looking for acks/review > > > > tags? > > > > > > > > > > FWIW I don't mind taking the device tree changes trough the RPi soc tree. > > > > > > > Sounds good. > > > > Just to clarify, that is just the dts patch? Or the binding patches too? Ok. I'll push everything out now and you can tell me to undo that if it's wrong.
Quoting Maxime Ripard (2020-06-15 01:40:40) > Hi, > > Since the whole DRM/HDMI support began to grow fairly big, I've chosen > to split away the two discussions between the firmware clocks and the > HDMI support. > I see one problem. WARNING: modpost: missing MODULE_LICENSE() in drivers/clk/bcm/clk-bcm2711-dvp.o Can you send a followup patch to fix this?