All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [RFC PATCH v2 04/13] i2c: add nexell driver
Date: Wed, 8 Apr 2020 06:08:15 +0200	[thread overview]
Message-ID: <2aa82d3b-9532-fb0e-a23f-aa3525aa8c90@denx.de> (raw)
In-Reply-To: <1585388636-5404-5-git-send-email-stefan_b@posteo.net>

Hello Stefan,

Am 28.03.2020 um 10:43 schrieb Stefan Bosch:
> Changes in relation to FriendlyARM's U-Boot nanopi2-v2016.01:
> - i2c/nx_i2c.c: Some adaptions mainly because of changes in
>    "struct udevice".
> - several Bugfixes in nx_i2c.c.
> - the driver has been for s5p6818 only. Code extended appropriately
>    in order s5p4418 is also working.
> - "probe_chip" added.
> 
> Signed-off-by: Stefan Bosch <stefan_b@posteo.net>
> ---
> 
> Changes in v2:
> - commit "i2c: mmc: add nexell driver (gpio, i2c, mmc, pwm)" splitted
>    into separate commits for gpio, i2c, mmc, pwm.
> - several Bugfixes in nx_i2c.c.
> - the i2c-driver has been for s5p6818 only. Code extended approriately
>    in order s5p4418 is also working.
> - "probe_chip" added to the i2c-driver.
> - doc/device-tree-bindings/i2c/nx_i2c.txt added.
> 
>   doc/device-tree-bindings/i2c/nx_i2c.txt |  28 ++
>   drivers/i2c/Kconfig                     |   9 +
>   drivers/i2c/Makefile                    |   1 +
>   drivers/i2c/nx_i2c.c                    | 649 ++++++++++++++++++++++++++++++++
>   4 files changed, 687 insertions(+)
>   create mode 100644 doc/device-tree-bindings/i2c/nx_i2c.txt
>   create mode 100644 drivers/i2c/nx_i2c.c

I do not find this patch in patchwork ...

Thanks for splitting the big patch into several patches.

Reviewed-by: Heiko Schocher <hs@denx.de>

bye,
Heiko
-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: hs at denx.de

  reply	other threads:[~2020-04-08  4:08 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-28  9:43 [RFC PATCH v2 00/13] arm: add support for SoC S5P4418 Stefan Bosch
2020-03-28  9:43 ` [RFC PATCH v2 01/13] arm: add mach-nexell (header files) Stefan Bosch
2020-03-28  9:43 ` [RFC PATCH v2 02/13] arm: add mach-nexell (all files except header files) Stefan Bosch
2020-03-28  9:43 ` [RFC PATCH v2 03/13] gpio: add nexell driver Stefan Bosch
2020-03-28  9:43 ` [RFC PATCH v2 04/13] i2c: " Stefan Bosch
2020-04-08  4:08   ` Heiko Schocher [this message]
2020-04-08 17:57     ` Stefan B.
2020-04-09  4:56       ` Heiko Schocher
2020-03-28  9:43 ` [RFC PATCH v2 05/13] mmc: " Stefan Bosch
2020-04-02 11:03   ` Jaehoon Chung
2020-04-02 16:51     ` Stefan B.
2020-04-09 17:33     ` Stefan B.
2020-04-10  0:25       ` Jaehoon Chung
2020-03-28  9:43 ` [RFC PATCH v2 06/13] pwm: add driver for nexell Stefan Bosch
2020-03-28  9:43 ` [RFC PATCH v2 07/13] video: add nexell video driver (soc: displaytop) Stefan Bosch
2020-03-28  9:43 ` [RFC PATCH v2 08/13] video: add nexell video driver (soc: mlc, mipi) Stefan Bosch
2020-03-28  9:43 ` [RFC PATCH v2 09/13] video: add nexell video driver (soc: lvds, hdmi) Stefan Bosch
2020-03-28  9:43 ` [RFC PATCH v2 10/13] video: add nexell video driver (soc: dpc, makefile) Stefan Bosch
2020-03-28  9:43 ` [RFC PATCH v2 11/13] video: add nexell video driver (display/video driver) Stefan Bosch
2020-03-28  9:43 ` [RFC PATCH v2 12/13] arm: add support for SoC s5p4418 (cpu) / nanopi2 board Stefan Bosch
2020-03-28  9:43 ` [RFC PATCH v2 13/13] arm: add (default) config for " Stefan Bosch

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=2aa82d3b-9532-fb0e-a23f-aa3525aa8c90@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.