* [GIT PULL] Immutable Branch between platform/chrome and USB for v5.12 merge window
@ 2021-02-02 8:06 Benson Leung
2021-02-02 10:41 ` Enric Balletbo i Serra
2021-02-02 15:11 ` Greg KH
0 siblings, 2 replies; 3+ messages in thread
From: Benson Leung @ 2021-02-02 8:06 UTC (permalink / raw)
To: gregkh
Cc: enric.balletbo, bleung, bleung, bleung, linux-usb, pmalani,
linux-kernel
[-- Attachment #1: Type: text/plain, Size: 2496 bytes --]
Hi Greg,
The following changes since commit 29b01295a829fba7399ee84afff4e64660e49f04:
usb: typec: Add typec_partner_set_pd_revision (2021-02-01 15:31:34 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git tags/tag-ib-usb-typec-chrome-platform-cros-ec-typec-changes-for-5.12
for you to fetch changes up to 0371616d8bef6926e9aa05757f35b901268d3724:
platform/chrome: cros_ec_typec: Set opmode to PD on SOP connected (2021-02-01 23:49:54 -0800)
----------------------------------------------------------------
cros-ec-typec changes for usb for v5.12
Chrome OS EC Type-C driver features implemented this round:
* Registration of cable plug information
* Support for SOP' plug registration and altmodes
* Support for reporting number of altmodes supported by partners and plugs
* Send mux configuration ack to EC via a new host command
* Reporting SOP' and Partner PD revisions
----------------------------------------------------------------
Benson Leung (4):
Merge remote-tracking branch 'origin/cros-ec-typec-for-5.12' into ib-usb-typec-chrome-platform-cros-ec-typec-changes-for-5.12
platform/chrome: cros_ec_typec: Report SOP' PD revision from status
platform/chrome: cros_ec_typec: Set Partner PD revision from status
platform/chrome: cros_ec_typec: Set opmode to PD on SOP connected
Prashant Malani (8):
platform/chrome: cros_ec_typec: Make disc_done flag partner-only
platform/chrome: cros_ec_typec: Factor out PD identity parsing
platform/chrome: cros_ec_typec: Rename discovery struct
platform/chrome: cros_ec_typec: Register cable
platform/chrome: cros_ec_typec: Store cable plug type
platform/chrome: cros_ec_typec: Set partner num_altmodes
platform/chrome: cros_ec_typec: Register SOP' cable plug
platform/chrome: cros_ec_typec: Register plug altmodes
Utkarsh Patel (2):
platform/chrome: cros_ec_typec: Parameterize cros_typec_cmds_supported()
platform/chrome: cros_ec_typec: Send mux configuration acknowledgment to EC
drivers/platform/chrome/cros_ec_typec.c | 269 +++++++++++++++++++++----
include/linux/platform_data/cros_ec_commands.h | 17 ++
2 files changed, 243 insertions(+), 43 deletions(-)
Thanks so much!
Benson
--
Benson Leung
Staff Software Engineer
Chrome OS Kernel
Google Inc.
bleung@google.com
Chromium OS Project
bleung@chromium.org
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] Immutable Branch between platform/chrome and USB for v5.12 merge window
2021-02-02 8:06 [GIT PULL] Immutable Branch between platform/chrome and USB for v5.12 merge window Benson Leung
@ 2021-02-02 10:41 ` Enric Balletbo i Serra
2021-02-02 15:11 ` Greg KH
1 sibling, 0 replies; 3+ messages in thread
From: Enric Balletbo i Serra @ 2021-02-02 10:41 UTC (permalink / raw)
To: Benson Leung, gregkh; +Cc: bleung, bleung, linux-usb, pmalani, linux-kernel
Hi,
On 2/2/21 9:06, Benson Leung wrote:
> Hi Greg,
>
> The following changes since commit 29b01295a829fba7399ee84afff4e64660e49f04:
>
> usb: typec: Add typec_partner_set_pd_revision (2021-02-01 15:31:34 +0100)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git tags/tag-ib-usb-typec-chrome-platform-cros-ec-typec-changes-for-5.12
>
> for you to fetch changes up to 0371616d8bef6926e9aa05757f35b901268d3724:
>
> platform/chrome: cros_ec_typec: Set opmode to PD on SOP connected (2021-02-01 23:49:54 -0800)
>
> ----------------------------------------------------------------
> cros-ec-typec changes for usb for v5.12
>
> Chrome OS EC Type-C driver features implemented this round:
> * Registration of cable plug information
> * Support for SOP' plug registration and altmodes
> * Support for reporting number of altmodes supported by partners and plugs
> * Send mux configuration ack to EC via a new host command
> * Reporting SOP' and Partner PD revisions
>
> ----------------------------------------------------------------
> Benson Leung (4):
> Merge remote-tracking branch 'origin/cros-ec-typec-for-5.12' into ib-usb-typec-chrome-platform-cros-ec-typec-changes-for-5.12
> platform/chrome: cros_ec_typec: Report SOP' PD revision from status
> platform/chrome: cros_ec_typec: Set Partner PD revision from status
> platform/chrome: cros_ec_typec: Set opmode to PD on SOP connected
>
> Prashant Malani (8):
> platform/chrome: cros_ec_typec: Make disc_done flag partner-only
> platform/chrome: cros_ec_typec: Factor out PD identity parsing
> platform/chrome: cros_ec_typec: Rename discovery struct
> platform/chrome: cros_ec_typec: Register cable
> platform/chrome: cros_ec_typec: Store cable plug type
> platform/chrome: cros_ec_typec: Set partner num_altmodes
> platform/chrome: cros_ec_typec: Register SOP' cable plug
> platform/chrome: cros_ec_typec: Register plug altmodes
>
> Utkarsh Patel (2):
> platform/chrome: cros_ec_typec: Parameterize cros_typec_cmds_supported()
> platform/chrome: cros_ec_typec: Send mux configuration acknowledgment to EC
>
> drivers/platform/chrome/cros_ec_typec.c | 269 +++++++++++++++++++++----
> include/linux/platform_data/cros_ec_commands.h | 17 ++
> 2 files changed, 243 insertions(+), 43 deletions(-)
>
> Thanks so much!
> Benson
>
FWIW this looks good to me. It'd make more easy if all this goes through Greg's
tree instead of our chrome/platform tree. Not sure if is really needed but:
Acked-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Thanks,
Enric
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] Immutable Branch between platform/chrome and USB for v5.12 merge window
2021-02-02 8:06 [GIT PULL] Immutable Branch between platform/chrome and USB for v5.12 merge window Benson Leung
2021-02-02 10:41 ` Enric Balletbo i Serra
@ 2021-02-02 15:11 ` Greg KH
1 sibling, 0 replies; 3+ messages in thread
From: Greg KH @ 2021-02-02 15:11 UTC (permalink / raw)
To: Benson Leung
Cc: enric.balletbo, bleung, bleung, linux-usb, pmalani, linux-kernel
On Tue, Feb 02, 2021 at 12:06:03AM -0800, Benson Leung wrote:
> Hi Greg,
>
> The following changes since commit 29b01295a829fba7399ee84afff4e64660e49f04:
>
> usb: typec: Add typec_partner_set_pd_revision (2021-02-01 15:31:34 +0100)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git tags/tag-ib-usb-typec-chrome-platform-cros-ec-typec-changes-for-5.12
Now pulled into my tree, thanks!
greg k-h
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-02-02 15:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-02 8:06 [GIT PULL] Immutable Branch between platform/chrome and USB for v5.12 merge window Benson Leung
2021-02-02 10:41 ` Enric Balletbo i Serra
2021-02-02 15:11 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox