Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1469894 > unrolled thread

[PATCH v8 01/11] mfd: act8945a: Add .of_compatible for act8945a-charger

Started byWenyou Yang <wenyou.yang@atmel.com>
First post2016-08-25 09:30 +0200
Last post2016-08-31 14:30 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v8 01/11] mfd: act8945a: Add .of_compatible for act8945a-charger Wenyou Yang <wenyou.yang@atmel.com> - 2016-08-25 09:30 +0200
    Re: [PATCH v8 01/11] mfd: act8945a: Add .of_compatible for  act8945a-charger Lee Jones <lee.jones@linaro.org> - 2016-08-31 14:30 +0200

#1469894 — [PATCH v8 01/11] mfd: act8945a: Add .of_compatible for act8945a-charger

FromWenyou Yang <wenyou.yang@atmel.com>
Date2016-08-25 09:30 +0200
Subject[PATCH v8 01/11] mfd: act8945a: Add .of_compatible for act8945a-charger
Message-ID<s9XgR-6iK-3@gated-at.bofh.it>
To regard the act8945a-charger as a sub-device, add .of_compatible for
act8945a-charger cell.

Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
---

Changes in v8: None
Changes in v7: None
Changes in v6: None
Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2: None

 drivers/mfd/act8945a.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mfd/act8945a.c b/drivers/mfd/act8945a.c
index 10c6d2d..a4024d9 100644
--- a/drivers/mfd/act8945a.c
+++ b/drivers/mfd/act8945a.c
@@ -23,6 +23,7 @@ static const struct mfd_cell act8945a_devs[] = {
 	},
 	{
 		.name = "act8945a-charger",
+		.of_compatible = "active-semi,act8945a-charger",
 	},
 };
 
-- 
2.7.4

[toc] | [next] | [standalone]


#1473415 — Re: [PATCH v8 01/11] mfd: act8945a: Add .of_compatible for act8945a-charger

FromLee Jones <lee.jones@linaro.org>
Date2016-08-31 14:30 +0200
SubjectRe: [PATCH v8 01/11] mfd: act8945a: Add .of_compatible for act8945a-charger
Message-ID<sccOt-2m4-17@gated-at.bofh.it>
In reply to#1469894
On Thu, 25 Aug 2016, Wenyou Yang wrote:

> To regard the act8945a-charger as a sub-device, add .of_compatible for
> act8945a-charger cell.
> 
> Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
> ---
> 
> Changes in v8: None
> Changes in v7: None
> Changes in v6: None
> Changes in v5: None
> Changes in v4: None
> Changes in v3: None
> Changes in v2: None
> 
>  drivers/mfd/act8945a.c | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks.

> diff --git a/drivers/mfd/act8945a.c b/drivers/mfd/act8945a.c
> index 10c6d2d..a4024d9 100644
> --- a/drivers/mfd/act8945a.c
> +++ b/drivers/mfd/act8945a.c
> @@ -23,6 +23,7 @@ static const struct mfd_cell act8945a_devs[] = {
>  	},
>  	{
>  		.name = "act8945a-charger",
> +		.of_compatible = "active-semi,act8945a-charger",
>  	},
>  };
>  

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web