All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Kocialkowski <contact@paulk.fr>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 2/3] i2c: MVTWSI driver Kconfig bindings
Date: Tue, 07 Apr 2015 22:42:13 +0200	[thread overview]
Message-ID: <1428439333.2452.21.camel@collins> (raw)
In-Reply-To: <1428438001-22061-3-git-send-email-contact@paulk.fr>

Le mardi 07 avril 2015 ? 22:20 +0200, Paul Kocialkowski a ?crit :
> This adds the MVTWSI I2C driver to Kconfig bindings, to allow flexible selection
> e.g. based on other Kconfig properties.

Oh and if you can, please make MVTWSI lowercase in the commit title, I'm
just realizing now how bad it hurts my eyes.

> Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
> ---
>  drivers/i2c/Kconfig | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig
> index 692810d..71c9587 100644
> --- a/drivers/i2c/Kconfig
> +++ b/drivers/i2c/Kconfig
> @@ -22,6 +22,13 @@ config DM_I2C_COMPAT
>  	  to convert all code for a board in a single commit. It should not
>  	  be enabled for any board in an official release.
>  
> +config SYS_I2C_MVTWSI
> +	bool "MVTWSI I2C driver"
> +	default n
> +	help
> +	  Support for the MVTWSI I2C controller driver. This I2C controller is
> +	  used on Orion5x, Kirkwood, Armada XP and Sunxi SoCs.
> +
>  config SYS_I2C_UNIPHIER
>  	bool "UniPhier I2C driver"
>  	depends on ARCH_UNIPHIER && DM_I2C

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150407/16b89bb8/attachment.sig>

  reply	other threads:[~2015-04-07 20:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-07 20:19 [U-Boot] [PATCH v4 0/3] i2c: sunxi: Support every i2c controller on each supported platform Paul Kocialkowski
2015-04-07 20:19 ` [U-Boot] [PATCH v4 1/3] i2c: mvtwsi: Support for up to 4 different controllers Paul Kocialkowski
2015-04-07 20:20 ` [U-Boot] [PATCH v4 2/3] i2c: MVTWSI driver Kconfig bindings Paul Kocialkowski
2015-04-07 20:42   ` Paul Kocialkowski [this message]
2015-04-07 20:20 ` [U-Boot] [PATCH v4 3/3] sunxi: Complete i2c support for each supported platform Paul Kocialkowski
2015-04-08 11:05 ` [U-Boot] [PATCH v4 0/3] i2c: sunxi: Support every i2c controller on " Paul Kocialkowski
2015-04-08 11:52   ` Hans de Goede

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=1428439333.2452.21.camel@collins \
    --to=contact@paulk.fr \
    --cc=u-boot@lists.denx.de \
    /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.