* [PATCH-v3 RESEND] mfd: 88pm80x: Add 88pm860 chip type support
@ 2015-08-25 9:04 Vaibhav Hiremath
2015-08-25 9:27 ` Lee Jones
0 siblings, 1 reply; 2+ messages in thread
From: Vaibhav Hiremath @ 2015-08-25 9:04 UTC (permalink / raw)
To: linux-arm-kernel
Add chip identification support for 88PM860 device
to the pm80x_chip_mapping table.
Signed-off-by: Vaibhav Hiremath <vaibhav.hiremath@linaro.org>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Acked-by: Lee Jones <lee.jones@linaro.org>
---
drivers/mfd/88pm80x.c | 2 ++
include/linux/mfd/88pm80x.h | 1 +
2 files changed, 3 insertions(+)
diff --git a/drivers/mfd/88pm80x.c b/drivers/mfd/88pm80x.c
index 5e72f65..63445ea 100644
--- a/drivers/mfd/88pm80x.c
+++ b/drivers/mfd/88pm80x.c
@@ -33,6 +33,8 @@ static struct pm80x_chip_mapping chip_mapping[] = {
{0x3, CHIP_PM800},
/* 88PM805 chip id number */
{0x0, CHIP_PM805},
+ /* 88PM860 chip id number */
+ {0x4, CHIP_PM860},
};
/*
diff --git a/include/linux/mfd/88pm80x.h b/include/linux/mfd/88pm80x.h
index 8fcad63..d409ceb 100644
--- a/include/linux/mfd/88pm80x.h
+++ b/include/linux/mfd/88pm80x.h
@@ -21,6 +21,7 @@ enum {
CHIP_INVALID = 0,
CHIP_PM800,
CHIP_PM805,
+ CHIP_PM860,
CHIP_MAX,
};
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* [PATCH-v3 RESEND] mfd: 88pm80x: Add 88pm860 chip type support
2015-08-25 9:04 [PATCH-v3 RESEND] mfd: 88pm80x: Add 88pm860 chip type support Vaibhav Hiremath
@ 2015-08-25 9:27 ` Lee Jones
0 siblings, 0 replies; 2+ messages in thread
From: Lee Jones @ 2015-08-25 9:27 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, 25 Aug 2015, Vaibhav Hiremath wrote:
> Add chip identification support for 88PM860 device
> to the pm80x_chip_mapping table.
>
> Signed-off-by: Vaibhav Hiremath <vaibhav.hiremath@linaro.org>
> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> Acked-by: Lee Jones <lee.jones@linaro.org>
> ---
> drivers/mfd/88pm80x.c | 2 ++
> include/linux/mfd/88pm80x.h | 1 +
> 2 files changed, 3 insertions(+)
Applied, thanks.
> diff --git a/drivers/mfd/88pm80x.c b/drivers/mfd/88pm80x.c
> index 5e72f65..63445ea 100644
> --- a/drivers/mfd/88pm80x.c
> +++ b/drivers/mfd/88pm80x.c
> @@ -33,6 +33,8 @@ static struct pm80x_chip_mapping chip_mapping[] = {
> {0x3, CHIP_PM800},
> /* 88PM805 chip id number */
> {0x0, CHIP_PM805},
> + /* 88PM860 chip id number */
> + {0x4, CHIP_PM860},
> };
>
> /*
> diff --git a/include/linux/mfd/88pm80x.h b/include/linux/mfd/88pm80x.h
> index 8fcad63..d409ceb 100644
> --- a/include/linux/mfd/88pm80x.h
> +++ b/include/linux/mfd/88pm80x.h
> @@ -21,6 +21,7 @@ enum {
> CHIP_INVALID = 0,
> CHIP_PM800,
> CHIP_PM805,
> + CHIP_PM860,
> CHIP_MAX,
> };
>
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org ? Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-08-25 9:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-25 9:04 [PATCH-v3 RESEND] mfd: 88pm80x: Add 88pm860 chip type support Vaibhav Hiremath
2015-08-25 9:27 ` Lee Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).