mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: "Wjatscheslaw Stoljarski (Slawa)" <wjatscheslaw.stoljarski@kiwigrid.com>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH] MFD MC34708: Add dependence on SPI
Date: Fri, 21 Dec 2012 12:18:56 +0100	[thread overview]
Message-ID: <20121221111856.GO26326@pengutronix.de> (raw)
In-Reply-To: <1356012890-14822-1-git-send-email-wjatscheslaw.stoljarski@kiwigrid.com>

On Thu, Dec 20, 2012 at 03:14:50PM +0100, Wjatscheslaw Stoljarski (Slawa) wrote:
> From: "Wjatscheslaw Stoljarski (Slawa)" <wjatscheslaw.stoljarski@kiwigrid.com>
> 
> MC34708 depend on I2C or SPI, so let driver depend on SPI too
> and rename config option name to MFD_MC34708.
> 
> Signed-off-by: Wjatscheslaw Stoljarski <wjatscheslaw.stoljarski@kiwigrid.com>

Applied, thanks

Sascha

> ---
>  arch/arm/configs/freescale_mx53_loco_defconfig |    2 +-
>  drivers/mfd/Kconfig                            |    4 ++--
>  drivers/mfd/Makefile                           |    2 +-
>  3 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm/configs/freescale_mx53_loco_defconfig b/arch/arm/configs/freescale_mx53_loco_defconfig
> index b61f0cf..fb6fcf8 100644
> --- a/arch/arm/configs/freescale_mx53_loco_defconfig
> +++ b/arch/arm/configs/freescale_mx53_loco_defconfig
> @@ -79,7 +79,7 @@ CONFIG_USB_STORAGE=y
>  CONFIG_MCI=y
>  CONFIG_MCI_STARTUP=y
>  CONFIG_MCI_IMX_ESDHC=y
> -CONFIG_I2C_MC34708=y
> +CONFIG_MFD_MC34708=y
>  CONFIG_WATCHDOG=y
>  CONFIG_WATCHDOG_IMX=y
>  CONFIG_FS_TFTP=y
> diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
> index 20eef86..a253de3 100644
> --- a/drivers/mfd/Kconfig
> +++ b/drivers/mfd/Kconfig
> @@ -8,8 +8,8 @@ config I2C_MC34704
>  	depends on I2C
>  	bool "MC34704 PMIC driver"
>  
> -config I2C_MC34708
> -	depends on I2C
> +config MFD_MC34708
> +	depends on I2C || SPI
>  	bool "MC34708 PMIC driver"
>  
>  config I2C_MC9SDZ60
> diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile
> index 792ae2d..a242eaf 100644
> --- a/drivers/mfd/Makefile
> +++ b/drivers/mfd/Makefile
> @@ -1,6 +1,6 @@
>  obj-$(CONFIG_MFD_MC13XXX) += mc13xxx.o
>  obj-$(CONFIG_I2C_MC34704) += mc34704.o
> -obj-$(CONFIG_I2C_MC34708) += mc34708.o
> +obj-$(CONFIG_MFD_MC34708) += mc34708.o
>  obj-$(CONFIG_I2C_MC9SDZ60) += mc9sdz60.o
>  obj-$(CONFIG_I2C_LP3972) += lp3972.o
>  obj-$(CONFIG_I2C_TWLCORE) += twl-core.o
> -- 
> 1.7.9.5
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

      reply	other threads:[~2012-12-21 11:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-20 14:14 Wjatscheslaw Stoljarski (Slawa)
2012-12-21 11:18 ` Sascha Hauer [this message]

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=20121221111856.GO26326@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=wjatscheslaw.stoljarski@kiwigrid.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox