From: Fabrice Gasnier <fabrice.gasnier@foss.st.com>
To: <krzysztof.kozlowski+dt@linaro.org>, <robh+dt@kernel.org>,
<heikki.krogerus@linux.intel.com>, <gregkh@linuxfoundation.org>
Cc: <christophe.jaillet@wanadoo.fr>, <devicetree@vger.kernel.org>,
<linux-usb@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<linux-stm32@st-md-mailman.stormreply.com>,
<amelie.delaunay@foss.st.com>, <alexandre.torgue@foss.st.com>
Subject: Re: [PATCH v2 0/4] usb: typec: ucsi: add support for stm32g0
Date: Mon, 11 Jul 2022 14:03:03 +0200 [thread overview]
Message-ID: <b8297d50-99e0-ef42-473d-a1167d46276e@foss.st.com> (raw)
In-Reply-To: <20220711114831.25205-1-fabrice.gasnier@foss.st.com>
Hi all,
I just resent the full series as I got some issues with my mailer.
Sorry for the noise, please drop this one.
Best Regards,
Fabrice
On 7/11/22 13:48, Fabrice Gasnier wrote:
> STM32G0 provides an integrated USB Type-C and power delivery interface [1].
> It can be programmed with a firmware [2] to act as a PPM. Currently it
> implements UCSI protocol over I2C interface. A GPIO is used as an interrupt
> line.
>
> This series adds a driver to support it, including:
> - dt-bindings documentation
> - optional STM32G0 firmware control and update, over a secondary I2C address
> - power management
>
> [1] https://wiki.st.com/stm32mcu/wiki/Introduction_to_USB_Power_Delivery_with_STM32
> [2] https://github.com/STMicroelectronics/x-cube-ucsi
>
> Changes in v2:
> - Krzysztof's review comments on dt-bindings: update commit message, use ports,
> use unevaluatedProperties: false for usb-connector schema, define maxItems
> for power-domains, adopt generic node names, remove quotes.
> - Christophe's comments on driver:
> use kmalloc instead of kzalloc
> Use-after-free of buf: directly print the offset
>
> Fabrice Gasnier (4):
> dt-bindings: usb: typec: add bindings for stm32g0 controller
> usb: typec: ucsi: stm32g0: add support for stm32g0 i2c controller
> usb: typec: ucsi: stm32g0: add bootloader support
> usb: typec: ucsi: stm32g0: add support for power management
>
> .../bindings/usb/st,typec-stm32g0.yaml | 90 ++
> drivers/usb/typec/ucsi/Kconfig | 10 +
> drivers/usb/typec/ucsi/Makefile | 1 +
> drivers/usb/typec/ucsi/ucsi_stm32g0.c | 777 ++++++++++++++++++
> 4 files changed, 878 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/usb/st,typec-stm32g0.yaml
> create mode 100644 drivers/usb/typec/ucsi/ucsi_stm32g0.c
>
next prev parent reply other threads:[~2022-07-11 12:03 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-11 11:48 [PATCH v2 0/4] usb: typec: ucsi: add support for stm32g0 Fabrice Gasnier
2022-07-11 11:48 ` [PATCH v2 1/4] dt-bindings: usb: typec: add bindings for stm32g0 controller Fabrice Gasnier
2022-07-11 11:48 ` [PATCH v2 2/4] usb: typec: ucsi: stm32g0: add support for stm32g0 i2c controller Fabrice Gasnier
2022-07-11 11:48 ` [PATCH v2 3/4] usb: typec: ucsi: stm32g0: add bootloader support Fabrice Gasnier
2022-07-11 12:03 ` Fabrice Gasnier [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-07-11 12:01 [PATCH v2 0/4] usb: typec: ucsi: add support for stm32g0 Fabrice Gasnier
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=b8297d50-99e0-ef42-473d-a1167d46276e@foss.st.com \
--to=fabrice.gasnier@foss.st.com \
--cc=alexandre.torgue@foss.st.com \
--cc=amelie.delaunay@foss.st.com \
--cc=christophe.jaillet@wanadoo.fr \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=heikki.krogerus@linux.intel.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=linux-usb@vger.kernel.org \
--cc=robh+dt@kernel.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 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 NNTP newsgroup(s).