Message ID | YBkH6wO07sxRDBDo@google.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 17aa02beecbcd35b28d37f5830d0531b01f672e3 |
Headers | show |
Series | [GIT,PULL] Immutable Branch between platform/chrome and USB for v5.12 merge window | expand |
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
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