[PATCH 4/6] U6715 platform serial driver It's a generic driver for all U6 platform (V2)

Russell King - ARM Linux linux at arm.linux.org.uk
Thu Jun 24 10:17:28 EDT 2010


On Thu, May 27, 2010 at 10:27:30AM +0200, Philippe Langlais wrote:
> +struct u6_uart {
> +	struct clk *uartClk;
> +	struct clk *pClk_13M;
> +	struct clk *pClk_26M;
> +	struct clk *pClk_pclk;
> +	char   uart_name[7];
> +};

Passing struct clk's through platform data into drivers... what's the
point of the clk API again?



More information about the linux-arm-kernel mailing list