Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1402322
| From | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 03/11] MIPS: pic32mzda: fix getting timer clock rate. |
| Date | 2016-05-17 14:40 +0200 |
| Message-ID | <rzMs2-4zK-19@gated-at.bofh.it> (permalink) |
| References | <rzFqx-fn-3@gated-at.bofh.it> <rzFqy-fn-21@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, May 17, 2016 at 10:35:52AM +0530, Purna Chandra Mandal wrote: > PIC32 clock driver is now implemented as platform driver instead of > as part of of_clk_init(). It meants all the clock modules are available > quite late in the boot sequence. So request for CPU clock by clk_get_sys() > and clk_get_rate() to find c0_timer rate fails. > > To fix this use PIC32 specific early clock functions implemented for early > console support. > > Signed-off-by: Purna Chandra Mandal <purna.mandal@microchip.com> > > --- > Note: Please pull this complete series through the MIPS tree. > > --- > > arch/mips/pic32/pic32mzda/time.c | 13 ++++--------- For now I applied only this patch as it seems independent of the remainder of the series which still will need to be reviewed and acked by the respective maintainers. Ralf
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 03/11] MIPS: pic32mzda: fix getting timer clock rate. Purna Chandra Mandal <purna.mandal@microchip.com> - 2016-05-17 07:10 +0200 Re: [PATCH 03/11] MIPS: pic32mzda: fix getting timer clock rate. Ralf Baechle <ralf@linux-mips.org> - 2016-05-17 14:40 +0200 Re: [PATCH 03/11] MIPS: pic32mzda: fix getting timer clock rate. Harvey Hunt <harvey.hunt@imgtec.com> - 2016-05-25 18:10 +0200
csiph-web