U-boot Archive mirror
 help / color / mirror / Atom feed
From: Heiko Schocher <hs@denx.de>
To: Greg Malysa <greg.malysa@timesys.com>, u-boot@lists.denx.de
Cc: Matthew McClintock <Matthew.Mcclintock@analog.com>,
	Nathan Barrett-Morrison <nathan.morrison@timesys.com>,
	Ian Roberts <ian.roberts@timesys.com>,
	Angelo Dureghello <angelo.dureghello@timesys.com>,
	Vasileios Bimpikas <vasileios.bimpikas@analog.com>,
	Utsav Agarwal <utsav.agarwal@analog.com>,
	Arturs Artamonovs <arturs.artamonovs@analog.com>,
	Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>,
	Angelo Dureghello <angelo@kernel-space.org>,
	Caleb Connolly <caleb.connolly@linaro.org>,
	Heinrich Schuchardt <xypron.glpk@gmx.de>,
	Marek Vasut <marek.vasut+renesas@mailbox.org>,
	Mattijs Korpershoek <mkorpershoek@baylibre.com>,
	Minda Chen <minda.chen@starfivetech.com>,
	Neil Armstrong <neil.armstrong@linaro.org>,
	Paul Barker <paul.barker.ct@bp.renesas.com>,
	Sam Protsenko <semen.protsenko@linaro.org>,
	Sean Anderson <seanga2@gmail.com>, Simon Glass <sjg@chromium.org>,
	Tom Rini <trini@konsulko.com>
Subject: Re: [PATCH 05/11] i2c: Add support for ADI SC5XX-family I2C peripheral
Date: Thu, 16 May 2024 08:44:46 +0200	[thread overview]
Message-ID: <cdf126e8-b1d4-653f-0f10-17afd1851d73@denx.de> (raw)
In-Reply-To: <20240515215837.14028-6-greg.malysa@timesys.com>

Hello Greg,

On 15.05.24 23:57, Greg Malysa wrote:
> From: Nathan Barrett-Morrison <nathan.morrison@timesys.com>
> 
> Co-developed-by: Greg Malysa <greg.malysa@timesys.com>
> Signed-off-by: Greg Malysa <greg.malysa@timesys.com>
> Co-developed-by: Ian Roberts <ian.roberts@timesys.com>
> Signed-off-by: Ian Roberts <ian.roberts@timesys.com>
> Co-developed-by: Angelo Dureghello <angelo.dureghello@timesys.com>
> Signed-off-by: Angelo Dureghello <angelo.dureghello@timesys.com>
> Signed-off-by: Vasileios Bimpikas <vasileios.bimpikas@analog.com>
> Signed-off-by: Utsav Agarwal <utsav.agarwal@analog.com>
> Signed-off-by: Arturs Artamonovs <arturs.artamonovs@analog.com>
> Signed-off-by: Nathan Barrett-Morrison <nathan.morrison@timesys.com>
> ---
> 
>   MAINTAINERS           |   1 +
>   drivers/i2c/Kconfig   |   7 +
>   drivers/i2c/Makefile  |   1 +
>   drivers/i2c/adi_i2c.c | 393 ++++++++++++++++++++++++++++++++++++++++++
>   4 files changed, 402 insertions(+)
>   create mode 100644 drivers/i2c/adi_i2c.c

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

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

  reply	other threads:[~2024-05-16  6:45 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-15 21:57 [PATCH 00/11] drivers: Driver support for ADI SC5xx SoCs Greg Malysa
2024-05-15 21:57 ` [PATCH 01/11] pinctrl: Add support for ADI SC5XX-family pinctrl Greg Malysa
2024-05-15 21:57 ` [PATCH 02/11] gpio: Add support for SC5XX-family processor GPIO driver Greg Malysa
2024-05-15 21:57 ` [PATCH 03/11] gpio: Add support for ADI ADP5588 GPIO expander chips Greg Malysa
2024-05-15 21:57 ` [PATCH 04/11] usb: musb-new: Add support for Analog Devices SC5xx SoCs Greg Malysa
2024-05-15 21:57 ` [PATCH 05/11] i2c: Add support for ADI SC5XX-family I2C peripheral Greg Malysa
2024-05-16  6:44   ` Heiko Schocher [this message]
2024-05-15 21:57 ` [PATCH 06/11] net: Add support for ADI SC5xx SoCs with DWC QoS ethernet Greg Malysa
2024-05-15 21:57 ` [PATCH 07/11] watchdog: Add support for ADI SC5XX-family watchdog peripheral Greg Malysa
2024-05-16  5:39   ` Stefan Roese
2024-05-15 21:57 ` [PATCH 08/11] dma: Add driver for ADI SC5xx-family SoC MDMA functionality Greg Malysa
2024-05-15 21:57 ` [PATCH 09/11] remoteproc: Add in SHARC loading for ADI SC5XX-family processors Greg Malysa
2024-05-15 21:57 ` [PATCH 10/11] spi: Add support for ADI SC5XX-family processor SPI peripherals Greg Malysa
2024-05-16  4:53   ` Christophe Leroy
2024-05-15 21:57 ` [PATCH 11/11] mmc: Add support for ADI SC5XX-family processor SDHCI peripherals Greg Malysa

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=cdf126e8-b1d4-653f-0f10-17afd1851d73@denx.de \
    --to=hs@denx.de \
    --cc=Matthew.Mcclintock@analog.com \
    --cc=abdellatif.elkhlifi@arm.com \
    --cc=angelo.dureghello@timesys.com \
    --cc=angelo@kernel-space.org \
    --cc=arturs.artamonovs@analog.com \
    --cc=caleb.connolly@linaro.org \
    --cc=greg.malysa@timesys.com \
    --cc=ian.roberts@timesys.com \
    --cc=marek.vasut+renesas@mailbox.org \
    --cc=minda.chen@starfivetech.com \
    --cc=mkorpershoek@baylibre.com \
    --cc=nathan.morrison@timesys.com \
    --cc=neil.armstrong@linaro.org \
    --cc=paul.barker.ct@bp.renesas.com \
    --cc=seanga2@gmail.com \
    --cc=semen.protsenko@linaro.org \
    --cc=sjg@chromium.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=utsav.agarwal@analog.com \
    --cc=vasileios.bimpikas@analog.com \
    --cc=xypron.glpk@gmx.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).