Message ID | 20250116-bcm2712-clk-updates-v1-0-10bc92ffbf41@raspberrypi.com (mailing list archive) |
---|---|
Headers | show |
Series | clk: bcm: rpi: Add additional clocks for 2712. | expand |
Hi Dave, Am 16.01.25 um 17:24 schrieb Dave Stevenson: > These patches were Acked by Stephen as patches 30-34 of > https://lore.kernel.org/all/20241023-drm-vc4-2712-support-v1-0-1cc2d5594907@raspberrypi.com/ > with v2 at > https://lore.kernel.org/all/20241025-drm-vc4-2712-support-v2-0-35efa83c8fc0@raspberrypi.com/ > > I'm a newbie on kernel processes and where the patches should be merged. > > I'd asked Stephen on the v1 thread as to what needed to happen to get > them merged, and he asked me to resend the clk patches for the next merge > window. > I must confess to it having slipped my mind, but resending them now to > hopefully be merged in time. from my understanding, not all of these patches are specific to BCM2712 (Raspberry Pi 5). Could you please clarify (no need to send a new version)? Best regards > > Thanks. > Dave > > Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com> > --- > Dom Cobley (3): > clk: bcm: rpi: Add ISP to exported clocks > clk: bcm: rpi: Allow cpufreq driver to also adjust gpu clocks > clk: bcm: rpi: Enable minimize for all firmware clocks > > Maxime Ripard (2): > clk: bcm: rpi: Create helper to retrieve private data > clk: bcm: rpi: Add disp clock > > drivers/clk/bcm/clk-raspberrypi.c | 33 ++++++++++++++++++++++-------- > include/soc/bcm2835/raspberrypi-firmware.h | 1 + > 2 files changed, 25 insertions(+), 9 deletions(-) > --- > base-commit: 40384c840ea1944d7c5a392e8975ed088ecf0b37 > change-id: 20250115-bcm2712-clk-updates-98a47f32116d > > Best regards,
Hi Stefan On Thu, 16 Jan 2025 at 19:11, Stefan Wahren <wahrenst@gmx.net> wrote: > > Hi Dave, > > Am 16.01.25 um 17:24 schrieb Dave Stevenson: > > These patches were Acked by Stephen as patches 30-34 of > > https://lore.kernel.org/all/20241023-drm-vc4-2712-support-v1-0-1cc2d5594907@raspberrypi.com/ > > with v2 at > > https://lore.kernel.org/all/20241025-drm-vc4-2712-support-v2-0-35efa83c8fc0@raspberrypi.com/ > > > > I'm a newbie on kernel processes and where the patches should be merged. > > > > I'd asked Stephen on the v1 thread as to what needed to happen to get > > them merged, and he asked me to resend the clk patches for the next merge > > window. > > I must confess to it having slipped my mind, but resending them now to > > hopefully be merged in time. > from my understanding, not all of these patches are specific to BCM2712 > (Raspberry Pi 5). > > Could you please clarify (no need to send a new version)? You're right that they aren't all specific to 2712. The patches were all part of the series adding 2712 DRM support, and I didn't check the details of exactly what was changed in each when writing this cover letter. Sorry. Dave > Best regards > > > > Thanks. > > Dave > > > > Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com> > > --- > > Dom Cobley (3): > > clk: bcm: rpi: Add ISP to exported clocks > > clk: bcm: rpi: Allow cpufreq driver to also adjust gpu clocks > > clk: bcm: rpi: Enable minimize for all firmware clocks > > > > Maxime Ripard (2): > > clk: bcm: rpi: Create helper to retrieve private data > > clk: bcm: rpi: Add disp clock > > > > drivers/clk/bcm/clk-raspberrypi.c | 33 ++++++++++++++++++++++-------- > > include/soc/bcm2835/raspberrypi-firmware.h | 1 + > > 2 files changed, 25 insertions(+), 9 deletions(-) > > --- > > base-commit: 40384c840ea1944d7c5a392e8975ed088ecf0b37 > > change-id: 20250115-bcm2712-clk-updates-98a47f32116d > > > > Best regards, >
These patches were Acked by Stephen as patches 30-34 of https://lore.kernel.org/all/20241023-drm-vc4-2712-support-v1-0-1cc2d5594907@raspberrypi.com/ with v2 at https://lore.kernel.org/all/20241025-drm-vc4-2712-support-v2-0-35efa83c8fc0@raspberrypi.com/ I'm a newbie on kernel processes and where the patches should be merged. I'd asked Stephen on the v1 thread as to what needed to happen to get them merged, and he asked me to resend the clk patches for the next merge window. I must confess to it having slipped my mind, but resending them now to hopefully be merged in time. Thanks. Dave Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com> --- Dom Cobley (3): clk: bcm: rpi: Add ISP to exported clocks clk: bcm: rpi: Allow cpufreq driver to also adjust gpu clocks clk: bcm: rpi: Enable minimize for all firmware clocks Maxime Ripard (2): clk: bcm: rpi: Create helper to retrieve private data clk: bcm: rpi: Add disp clock drivers/clk/bcm/clk-raspberrypi.c | 33 ++++++++++++++++++++++-------- include/soc/bcm2835/raspberrypi-firmware.h | 1 + 2 files changed, 25 insertions(+), 9 deletions(-) --- base-commit: 40384c840ea1944d7c5a392e8975ed088ecf0b37 change-id: 20250115-bcm2712-clk-updates-98a47f32116d Best regards,