Message ID | 20150917095511.5369.41259.sendpatchset@little-apple (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
On Thu, Sep 17, 2015 at 11:55 AM, Magnus Damm <magnus.damm@gmail.com> wrote: > From: Magnus Damm <damm+renesas@opensource.se> > > The deprecated DT properies are part of the GIT history, properties > no need to keep them around any longer. They're still in the driver because in-the-field R-Car Gen2 DTSes use them, right? You may add a comment in the driver, to prevent a janitor from re-adding them to the bindings. > Signed-off-by: Magnus Damm <damm+renesas@opensource.se> Nevertheless Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Geert, On Thu, Sep 17, 2015 at 7:04 PM, Geert Uytterhoeven <geert@linux-m68k.org> wrote: > On Thu, Sep 17, 2015 at 11:55 AM, Magnus Damm <magnus.damm@gmail.com> wrote: >> From: Magnus Damm <damm+renesas@opensource.se> >> >> The deprecated DT properies are part of the GIT history, > > properties Oops! >> no need to keep them around any longer. > > They're still in the driver because in-the-field R-Car Gen2 DTSes use them, > right? You may add a comment in the driver, to prevent a janitor from > re-adding them to the bindings. Yes, good idea! >> Signed-off-by: Magnus Damm <damm+renesas@opensource.se> > > Nevertheless > Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Thank you! / magnus -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
--- 0011/Documentation/devicetree/bindings/timer/renesas,cmt.txt +++ work/Documentation/devicetree/bindings/timer/renesas,cmt.txt 2015-09-17 18:08:17.000513000 +0900 @@ -35,8 +35,6 @@ Required Properties: - "renesas,cmt1-rcar-gen2" for 48-bit CMT1 devices included in R-Car Gen2. These are fallbacks for r8a73a4 and all the R-Car Gen2 entries listed above. - - - "renesas,cmt-48-gen2" is <deprecated>, use "renesas,cmt[01]-*" instead. - reg: base address and length of the registers block for the timer module. - interrupts: interrupt-specifier for the timer, one per channel. @@ -44,8 +42,6 @@ Required Properties: in clock-names. - clock-names: must contain "fck" for the functional clock. - - renesas,channels-mask: <deprecated>, information kept in device driver. - Example: R8A7790 (R-Car H2) CMT0 and CMT1 nodes