On 08/03/2018 16:24, Tomer Maimon wrote: > Add Nuvoton BMC NPCM7xx timer driver. > > The clocksource Enable 24-bit TIMER0 and TIMER1 counters, > while TIMER0 serve as clockevent and TIMER1 serve as clocksource. > > Signed-off-by: Tomer Maimon <tmaimon77@xxxxxxxxx> > Reviewed-by: Brendan Higgins <brendanhiggins@xxxxxxxxxx> > --- [ ... ] > + > + pr_info("Enabling NPCM7xx clocksource timer base: 0x%x, IRQ: %d ", > + (int)timer_of_base(&npcm7xx_to), timer_of_irq(&npcm7xx_to)); You can use '%p' instead of '0x%x' and remove the (int) cast. I'm fine with the driver. If there is no comment, I will take it and do the change (if you are ok), no need on this case to resend a v6. -- <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook | <http://twitter.com/#!/linaroorg> Twitter | <http://www.linaro.org/linaro-blog/> Blog -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html