Prev: x86: Align skb w/ start of cache line on newer core 2/Xeon Arch
Next: Adding LogicPD OMAP 3530 LV SOM AND OMAP 35X
From: Graham Gower on 2 Jun 2010 18:50 On 3 June 2010 04:32, Lars-Peter Clausen <lars(a)metafoo.de> wrote: > + � � � { > + � � � � � � � .name = "dma", > + � � � � � � � .parent = &jz_clk_high_speed_peripheral.clk, > + � � � � � � � .gate_bit = JZ_CLOCK_GATE_UART0, > + � � � � � � � .ops = &jz_clk_simple_ops, > + � � � }, Presumably this should be JZ_CLOCK_GATE_DMAC. -Graham -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Lars-Peter Clausen on 3 Jun 2010 13:30
Graham Gower wrote: > On 3 June 2010 04:32, Lars-Peter Clausen <lars(a)metafoo.de> wrote: > > >> + { >> + .name = "dma", >> + .parent = &jz_clk_high_speed_peripheral.clk, >> + .gate_bit = JZ_CLOCK_GATE_UART0, >> + .ops = &jz_clk_simple_ops, >> + }, >> > > Presumably this should be JZ_CLOCK_GATE_DMAC. > > -Graham > Hi Yes. Thanks for reviewing - Lars -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |