All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v6 0/5] i2c: UniPhier: add I2C drivers based on driver model
Date: Tue, 13 Jan 2015 06:56:05 +0100	[thread overview]
Message-ID: <54B4B375.5030103@denx.de> (raw)
In-Reply-To: <1421120679-23731-1-git-send-email-yamada.m@jp.panasonic.com>

Hello Simon,

Am 13.01.2015 04:44, schrieb Masahiro Yamada:
> Masahiro Yamada (5):
>    i2c: add CONFIG_DM_I2C to Kconfig
>    i2c: UniPhier: add driver for UniPhier i2c controller
>    i2c: UniPhier: add driver for UniPhier FIFO-builtin i2c controller
>    ARM: UniPhier: enable I2C for UniPhier SoCs
>    ARM: UniPhier: enable CONFIG_I2C_EEPROM
>
>   configs/ph1_ld4_defconfig    |   2 +
>   configs/ph1_pro4_defconfig   |   2 +
>   configs/ph1_sld8_defconfig   |   2 +
>   drivers/i2c/Kconfig          |  22 +++
>   drivers/i2c/Makefile         |   2 +
>   drivers/i2c/i2c-uniphier-f.c | 379 +++++++++++++++++++++++++++++++++++++++++++
>   drivers/i2c/i2c-uniphier.c   | 239 +++++++++++++++++++++++++++
>   include/configs/uniphier.h   |   3 +
>   8 files changed, 651 insertions(+)
>   create mode 100644 drivers/i2c/i2c-uniphier-f.c
>   create mode 100644 drivers/i2c/i2c-uniphier.c
>

Do you pick up this patchset into your u-boot-dm.git tree?

bye,
Heiko
-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

      parent reply	other threads:[~2015-01-13  5:56 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-13  3:44 [U-Boot] [PATCH v6 0/5] i2c: UniPhier: add I2C drivers based on driver model Masahiro Yamada
2015-01-13  3:44 ` [U-Boot] [PATCH v6 1/5] i2c: add CONFIG_DM_I2C to Kconfig Masahiro Yamada
2015-01-13 14:50   ` Simon Glass
2015-01-13  3:44 ` [U-Boot] [PATCH v6 2/5] i2c: UniPhier: add driver for UniPhier i2c controller Masahiro Yamada
2015-01-13 14:50   ` Simon Glass
2015-01-13  3:44 ` [U-Boot] [PATCH v6 3/5] i2c: UniPhier: add driver for UniPhier FIFO-builtin " Masahiro Yamada
2015-01-13 14:50   ` Simon Glass
2015-01-13  3:44 ` [U-Boot] [PATCH v6 4/5] ARM: UniPhier: enable I2C for UniPhier SoCs Masahiro Yamada
2015-01-13 14:51   ` Simon Glass
2015-01-13  3:44 ` [U-Boot] [PATCH v6 5/5] ARM: UniPhier: enable CONFIG_I2C_EEPROM Masahiro Yamada
2015-01-13 14:51   ` Simon Glass
2015-01-13  5:56 ` Heiko Schocher [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=54B4B375.5030103@denx.de \
    --to=hs@denx.de \
    --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.