Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1219840
| From | Eric Anholt <eric@anholt.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Raspberry Pi native clock driver |
| Date | 2015-09-06 20:00 +0200 |
| Message-ID | <q5Moq-5ST-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
After my last firmware clocks posting, Gordon at Raspberry Pi pointed that you can, in fact, touch the clocks from the ARM side. This is the driver that resulted from that. With debug printfs at boot the clock frequencies from .recalc_rate() are looking good, a few are definitely corrected compared to our previous fixed clock references, and I've tested that I can now get different frequencies out of the pixel clock for the KMS driver. Gordon and Dom took a look at the code, and while I don't have explicit Acked-Bys, they thought it seemed pretty sound as far as the hardware goes. We'll want to sort out eventually who really owns which clocks between the firmware and Linux, but for now this at least gets us corrected frequency information on the Linux side. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Raspberry Pi native clock driver Eric Anholt <eric@anholt.net> - 2015-09-06 20:00 +0200
[PATCH 1/4] clk: bcm2835: Move under bcm/ with other Broadcom SoC clk drivers. Eric Anholt <eric@anholt.net> - 2015-09-06 20:00 +0200
Re: [PATCH 1/4] clk: bcm2835: Move under bcm/ with other Broadcom SoC clk drivers. Lee Jones <lee@kernel.org> - 2015-09-07 08:50 +0200
Re: [PATCH 1/4] clk: bcm2835: Move under bcm/ with other Broadcom SoC clk drivers. Stephen Boyd <sboyd@codeaurora.org> - 2015-09-08 21:30 +0200
[PATCH 4/4] ARM: bcm2835: Switch to using the new clock driver support. Eric Anholt <eric@anholt.net> - 2015-09-06 20:00 +0200
[PATCH 2/4] clk: bcm2835: Add binding docs for the new platform clock driver. Eric Anholt <eric@anholt.net> - 2015-09-06 20:00 +0200
Re: [PATCH 3/4] clk: bcm2835: Add support for programming the audio domain clocks. Eric Anholt <eric@anholt.net> - 2015-09-10 23:40 +0200
csiph-web