[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1392188982.914924525@f237.i.mail.ru>
Date: Wed, 12 Feb 2014 11:09:42 +0400
From: Alexander Shiyan <shc_work@...l.ru>
To: Pawel Moll <pawel.moll@....com>
Cc: arm@...nel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org,
Lee Jones <lee.jones@...aro.org>,
Samuel Ortiz <sameo@...ux.intel.com>
Subject: Re: [PATCH 07/12] mfd: syscon: Consider platform data a regmap config name
Hello.
Вторник, 11 февраля 2014, 17:10 UTC от Pawel Moll <pawel.moll@....com>:
> Use the device platform data as a regmap config
> name. This is particularly useful in the regmap
> debugfs when there is more than one syscon device
> registered, to distinguish the register blocks.
>
> Cc: Samuel Ortiz <sameo@...ux.intel.com>
> Cc: Lee Jones <lee.jones@...aro.org>
> Signed-off-by: Pawel Moll <pawel.moll@....com>
> ---
...
> syscon_regmap_config.max_register = res->end - res->start - 3;
> + syscon_regmap_config.name = dev_get_platdata(&pdev->dev);
Is dev_name(&pdev->dev) can be used for such purpose?
Thanks.
---
Powered by blists - more mailing lists