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


Groups > linux.kernel > #1180655

[PATCH 1/6] mfd: 88pm80x: Add 88pm860 chip type support

From Vaibhav Hiremath <vaibhav.hiremath@linaro.org>
Newsgroups linux.kernel
Subject [PATCH 1/6] mfd: 88pm80x: Add 88pm860 chip type support
Date 2015-07-09 14:00 +0200
Message-ID <pKiEH-88T-29@gated-at.bofh.it> (permalink)
References <pKiv0-85r-17@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Add chip identification support for 88PM860 device
to the pm80x_chip_mapping table.

Signed-off-by: Vaibhav Hiremath <vaibhav.hiremath@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 9c5773b..2e25fb1 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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/6] mfd: 88pm800: Add 88pm860 device support Vaibhav Hiremath <vaibhav.hiremath@linaro.org> - 2015-07-09 13:50 +0200
  [PATCH 4/6] mfd: 88pm800: Enable 32KHZ XO low jitter clock out Vaibhav Hiremath <vaibhav.hiremath@linaro.org> - 2015-07-09 14:00 +0200
  [PATCH 3/6] mfd: devicetree: bindings: 88pm800: Add DT property for 32KHz output enable Vaibhav Hiremath <vaibhav.hiremath@linaro.org> - 2015-07-09 14:00 +0200
    Re: [PATCH 3/6] mfd: devicetree: bindings: 88pm800: Add DT property  for 32KHz output enable Vaibhav Hiremath <vaibhav.hiremath@linaro.org> - 2015-07-13 09:30 +0200
      Re: [PATCH 3/6] mfd: devicetree: bindings: 88pm800: Add DT property  for 32KHz output enable Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-07-13 09:40 +0200
        Re: [PATCH 3/6] mfd: devicetree: bindings: 88pm800: Add DT property  for 32KHz output enable Vaibhav Hiremath <vaibhav.hiremath@linaro.org> - 2015-07-13 09:40 +0200
          Re: [PATCH 3/6] mfd: devicetree: bindings: 88pm800: Add DT property  for 32KHz output enable Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-07-13 09:50 +0200
  [PATCH 2/6] mfd: 88pm800: Add init time initial configuration support Vaibhav Hiremath <vaibhav.hiremath@linaro.org> - 2015-07-09 14:00 +0200
    Re: [PATCH 2/6] mfd: 88pm800: Add init time initial configuration  support Vaibhav Hiremath <vaibhav.hiremath@linaro.org> - 2015-07-13 09:20 +0200
  [PATCH 6/6] mfd: 88pm800: Add support for configuration of dual phase on BUCK1 Vaibhav Hiremath <vaibhav.hiremath@linaro.org> - 2015-07-09 14:00 +0200
  [PATCH 1/6] mfd: 88pm80x: Add 88pm860 chip type support Vaibhav Hiremath <vaibhav.hiremath@linaro.org> - 2015-07-09 14:00 +0200
  [PATCH 5/6] mfd: devicetree: bindings: 88pm800: Add DT property for dual phase enable Vaibhav Hiremath <vaibhav.hiremath@linaro.org> - 2015-07-09 14:00 +0200
    Re: [PATCH 5/6] mfd: devicetree: bindings: 88pm800: Add DT property  for dual phase enable Vaibhav Hiremath <vaibhav.hiremath@linaro.org> - 2015-07-13 10:00 +0200
      Re: [PATCH 5/6] mfd: devicetree: bindings: 88pm800: Add DT property  for dual phase enable Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-07-13 10:20 +0200
  Re: [PATCH 0/6] mfd: 88pm800: Add 88pm860 device support Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-07-09 14:10 +0200
    Re: [PATCH 0/6] mfd: 88pm800: Add 88pm860 device support Vaibhav Hiremath <vaibhav.hiremath@linaro.org> - 2015-07-09 14:50 +0200
      Re: [PATCH 0/6] mfd: 88pm800: Add 88pm860 device support Vaibhav Hiremath <vaibhav.hiremath@linaro.org> - 2015-07-09 15:00 +0200

csiph-web