All of lore.kernel.org
 help / color / mirror / Atom feed
From: Keerthy <j-keerthy@ti.com>
To: <tony@atomide.com>, <milo.kim@ti.com>, <lee.jones@linaro.org>
Cc: <j-keerthy@ti.com>, <linux-omap@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>
Subject: [PATCH 1/5] mfd: palmas: Add a dependency on OF
Date: Tue, 6 Jun 2017 20:15:36 +0530	[thread overview]
Message-ID: <1496760340-27959-2-git-send-email-j-keerthy@ti.com> (raw)
In-Reply-To: <1496760340-27959-1-git-send-email-j-keerthy@ti.com>

Currently the driver boots only via device tree hence add a
dependency on OF.

Signed-off-by: Keerthy <j-keerthy@ti.com>
---
 drivers/mfd/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 3eb5c93..b845d28 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -1223,7 +1223,7 @@ config MFD_PALMAS
 	select MFD_CORE
 	select REGMAP_I2C
 	select REGMAP_IRQ
-	depends on I2C=y
+	depends on I2C=y && OF
 	help
 	  If you say yes here you get support for the Palmas
 	  series of PMIC chips from Texas Instruments.
-- 
1.9.1

WARNING: multiple messages have this Message-ID (diff)
From: Keerthy <j-keerthy@ti.com>
To: tony@atomide.com, milo.kim@ti.com, lee.jones@linaro.org
Cc: j-keerthy@ti.com, linux-omap@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH 1/5] mfd: palmas: Add a dependency on OF
Date: Tue, 6 Jun 2017 20:15:36 +0530	[thread overview]
Message-ID: <1496760340-27959-2-git-send-email-j-keerthy@ti.com> (raw)
In-Reply-To: <1496760340-27959-1-git-send-email-j-keerthy@ti.com>

Currently the driver boots only via device tree hence add a
dependency on OF.

Signed-off-by: Keerthy <j-keerthy@ti.com>
---
 drivers/mfd/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 3eb5c93..b845d28 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -1223,7 +1223,7 @@ config MFD_PALMAS
 	select MFD_CORE
 	select REGMAP_I2C
 	select REGMAP_IRQ
-	depends on I2C=y
+	depends on I2C=y && OF
 	help
 	  If you say yes here you get support for the Palmas
 	  series of PMIC chips from Texas Instruments.
-- 
1.9.1

  reply	other threads:[~2017-06-06 14:46 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-06 14:45 [PATCH 0/5] mfd: Add a dependency on OF Keerthy
2017-06-06 14:45 ` Keerthy
2017-06-06 14:45 ` Keerthy [this message]
2017-06-06 14:45   ` [PATCH 1/5] mfd: palmas: " Keerthy
2017-06-06 14:45 ` [PATCH 2/5] mfd: tps65218: " Keerthy
2017-06-06 14:45   ` Keerthy
2017-06-06 14:45 ` [PATCH 3/5] mfd: tps65217: " Keerthy
2017-06-06 14:45   ` Keerthy
2017-06-06 15:04   ` Enric Balletbo Serra
2017-06-07  4:45     ` Keerthy
2017-06-07  4:45       ` Keerthy
2017-06-07 10:37       ` Lee Jones
2017-06-07 10:38         ` Lee Jones
2017-06-07 11:24           ` Keerthy
2017-06-07 11:24             ` Keerthy
2017-06-07 13:37             ` Enric Balletbo Serra
2017-06-07 13:45               ` Keerthy
2017-06-07 13:45                 ` Keerthy
2017-06-07 14:10                 ` Javier Martinez Canillas
2017-06-07 14:27                   ` Javier Martinez Canillas
2017-06-08  4:31                   ` Keerthy
2017-06-07 10:39         ` Keerthy
2017-06-07 10:39           ` Keerthy
2017-06-06 14:45 ` [PATCH 4/5] mfd: lp873x: " Keerthy
2017-06-06 14:45   ` Keerthy
2017-06-06 14:45 ` [PATCH 5/5] mfd: lp3943: " Keerthy
2017-06-06 14:45   ` Keerthy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1496760340-27959-2-git-send-email-j-keerthy@ti.com \
    --to=j-keerthy@ti.com \
    --cc=lee.jones@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=milo.kim@ti.com \
    --cc=tony@atomide.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.