All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zev Weiss <zweiss@equinix.com>
To: linux-aspeed@lists.ozlabs.org
Subject: [PATCH v4 0/4] i2c: aspeed: Add buffer and DMA modes support
Date: Thu, 30 Sep 2021 02:44:48 +0000	[thread overview]
Message-ID: <20210930024448.GU17315@packtop> (raw)
In-Reply-To: <20210224191720.7724-1-jae.hyun.yoo@linux.intel.com>

On Wed, Feb 24, 2021 at 11:17:16AM PST, Jae Hyun Yoo wrote:
>This patch series adds buffer mode and DMA mode transfer support for the
>Aspeed I2C driver. With this change, buffer mode and DMA mode can be
>selectively used depend on platform configuration.
>

Any updates on these patches?  They provide a welcome performance
improvement for some stuff I've been doing -- for the v4 series:

Tested-by: Zev Weiss <zweiss@equinix.com>

WARNING: multiple messages have this Message-ID (diff)
From: Zev Weiss <zweiss@equinix.com>
To: Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com>
Cc: Brendan Higgins <brendanhiggins@google.com>,
	Wolfram Sang <wsa@the-dreams.de>,
	Benjamin Herrenschmidt <benh@kernel.crashing.org>,
	Joel Stanley <joel@jms.id.au>, Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Andrew Jeffery <andrew@aj.id.au>, Tao Ren <taoren@fb.com>,
	Cedric Le Goater <clg@kaod.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"openbmc@lists.ozlabs.org" <openbmc@lists.ozlabs.org>,
	"linux-i2c@vger.kernel.org" <linux-i2c@vger.kernel.org>,
	"linux-aspeed@lists.ozlabs.org" <linux-aspeed@lists.ozlabs.org>
Subject: Re: [PATCH v4 0/4] i2c: aspeed: Add buffer and DMA modes support
Date: Thu, 30 Sep 2021 02:44:48 +0000	[thread overview]
Message-ID: <20210930024448.GU17315@packtop> (raw)
In-Reply-To: <20210224191720.7724-1-jae.hyun.yoo@linux.intel.com>

On Wed, Feb 24, 2021 at 11:17:16AM PST, Jae Hyun Yoo wrote:
>This patch series adds buffer mode and DMA mode transfer support for the
>Aspeed I2C driver. With this change, buffer mode and DMA mode can be
>selectively used depend on platform configuration.
>

Any updates on these patches?  They provide a welcome performance
improvement for some stuff I've been doing -- for the v4 series:

Tested-by: Zev Weiss <zweiss@equinix.com>

WARNING: multiple messages have this Message-ID (diff)
From: Zev Weiss <zweiss@equinix.com>
To: Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com>
Cc: Mark Rutland <mark.rutland@arm.com>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-aspeed@lists.ozlabs.org" <linux-aspeed@lists.ozlabs.org>,
	Wolfram Sang <wsa@the-dreams.de>,
	Andrew Jeffery <andrew@aj.id.au>,
	"openbmc@lists.ozlabs.org" <openbmc@lists.ozlabs.org>,
	Brendan Higgins <brendanhiggins@google.com>,
	"linux-i2c@vger.kernel.org" <linux-i2c@vger.kernel.org>,
	Rob Herring <robh+dt@kernel.org>, Tao Ren <taoren@fb.com>,
	Cedric Le Goater <clg@kaod.org>
Subject: Re: [PATCH v4 0/4] i2c: aspeed: Add buffer and DMA modes support
Date: Thu, 30 Sep 2021 02:44:48 +0000	[thread overview]
Message-ID: <20210930024448.GU17315@packtop> (raw)
In-Reply-To: <20210224191720.7724-1-jae.hyun.yoo@linux.intel.com>

On Wed, Feb 24, 2021 at 11:17:16AM PST, Jae Hyun Yoo wrote:
>This patch series adds buffer mode and DMA mode transfer support for the
>Aspeed I2C driver. With this change, buffer mode and DMA mode can be
>selectively used depend on platform configuration.
>

Any updates on these patches?  They provide a welcome performance
improvement for some stuff I've been doing -- for the v4 series:

Tested-by: Zev Weiss <zweiss@equinix.com>

  parent reply	other threads:[~2021-09-30  2:44 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-24 19:17 [PATCH v4 0/4] i2c: aspeed: Add buffer and DMA modes support Jae Hyun Yoo
2021-02-24 19:17 ` Jae Hyun Yoo
2021-02-24 19:17 ` Jae Hyun Yoo
2021-02-24 19:17 ` [PATCH v4 1/4] dt-bindings: i2c: aspeed: add transfer mode support Jae Hyun Yoo
2021-02-24 19:17   ` Jae Hyun Yoo
2021-02-24 19:17   ` Jae Hyun Yoo
2021-03-06 20:30   ` Rob Herring
2021-03-06 20:30     ` Rob Herring
2021-03-06 20:30     ` Rob Herring
2021-03-09 17:02     ` Jae Hyun Yoo
2021-03-09 17:02       ` Jae Hyun Yoo
2021-03-09 17:02       ` Jae Hyun Yoo
2021-03-10  2:15       ` Rob Herring
2021-03-10  2:15         ` Rob Herring
2021-03-10  2:15         ` Rob Herring
2021-03-10 15:55         ` Jae Hyun Yoo
2021-03-10 15:55           ` Jae Hyun Yoo
2021-03-10 15:55           ` Jae Hyun Yoo
2021-04-08 17:50           ` Jae Hyun Yoo
2021-04-08 17:50             ` Jae Hyun Yoo
2021-04-08 17:50             ` Jae Hyun Yoo
2021-04-13 19:50             ` Brendan Higgins
2021-04-13 19:50               ` Brendan Higgins
2021-04-13 19:50               ` Brendan Higgins
2021-10-01 17:05               ` Jae Hyun Yoo
2021-10-01 17:05                 ` Jae Hyun Yoo
2021-10-01 17:05                 ` Jae Hyun Yoo
2021-02-24 19:17 ` [PATCH v4 2/4] ARM: dts: aspeed: modify I2C node to support buffer mode Jae Hyun Yoo
2021-02-24 19:17   ` Jae Hyun Yoo
2021-02-24 19:17   ` Jae Hyun Yoo
2021-02-24 19:17 ` [PATCH v4 3/4] i2c: aspeed: add buffer mode transfer support Jae Hyun Yoo
2021-02-24 19:17   ` Jae Hyun Yoo
2021-02-24 19:17   ` Jae Hyun Yoo
2021-04-13 21:24   ` Brendan Higgins
2021-04-13 21:24     ` Brendan Higgins
2021-04-13 21:24     ` Brendan Higgins
2021-02-24 19:17 ` [PATCH v4 4/4] i2c: aspeed: add DMA " Jae Hyun Yoo
2021-02-24 19:17   ` Jae Hyun Yoo
2021-02-24 19:17   ` Jae Hyun Yoo
2021-04-13 21:32   ` Brendan Higgins
2021-04-13 21:32     ` Brendan Higgins
2021-04-13 21:32     ` Brendan Higgins
2021-04-14 15:08     ` Jae Hyun Yoo
2021-04-14 15:08       ` Jae Hyun Yoo
2021-04-14 15:08       ` Jae Hyun Yoo
2021-05-19 18:38       ` Jae Hyun Yoo
2021-05-19 18:38         ` Jae Hyun Yoo
2021-05-19 18:38         ` Jae Hyun Yoo
2021-09-30  2:44 ` Zev Weiss [this message]
2021-09-30  2:44   ` [PATCH v4 0/4] i2c: aspeed: Add buffer and DMA modes support Zev Weiss
2021-09-30  2:44   ` Zev Weiss
2021-10-01 17:06   ` Jae Hyun Yoo
2021-10-01 17:06     ` Jae Hyun Yoo
2021-10-01 17:06     ` Jae Hyun Yoo

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=20210930024448.GU17315@packtop \
    --to=zweiss@equinix.com \
    --cc=linux-aspeed@lists.ozlabs.org \
    /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.