[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20131106124311.GJ30901@lee--X1>
Date:	Wed, 6 Nov 2013 12:43:11 +0000
From:	Lee Jones <lee.jones@...aro.org>
To:	Laxman Dewangan <ldewangan@...dia.com>
Cc:	sameo@...ux.intel.com, mturquette@...aro.org, dwmw2@...radead.org,
	anton@...msg.org, mark.rutland@....com,
	ijc+devicetree@...lion.org.uk, rob.herring@...xeda.com,
	devicetree@...r.kernel.org, linux-doc@...r.kernel.org,
	linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH V2 1/5] mfd: as3722: add clock driver as mfd-sub device
On Wed, 06 Nov 2013, Laxman Dewangan wrote:
> Device ams AS3722 supports the one 32KHz clock output. The clock
> control support is provided through clock driver.
> 
> Add clock driver as mfd sub device to probe the clock driver.
> 
> Signed-off-by: Laxman Dewangan <ldewangan@...dia.com>
> ---
> Changes from V1:
> - Move the DT doc change to separate change.
> 
>  drivers/mfd/as3722.c |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/mfd/as3722.c b/drivers/mfd/as3722.c
> index f161f2e..1d3415c 100644
> --- a/drivers/mfd/as3722.c
> +++ b/drivers/mfd/as3722.c
> @@ -72,6 +72,9 @@ static struct mfd_cell as3722_devs[] = {
>  		.resources = as3722_adc_resource,
>  	},
>  	{
> +		.name = "as3722-clk",
> +	},
> +	{
>  		.name = "as3722-power-off",
>  	},
>  };
Acked-by: Lee Jones <lee.jones@...aro.org>
-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists