From: Benson Leung <bleung@google.com>
To: torvalds@linux-foundation.org
Cc: bleung@chromium.org, bleung@google.com, bleung@kernel.org,
linux-kernel@vger.kernel.org, enric.balletbo@collabora.com
Subject: [GIT PULL] chrome-platform changes for v5.10
Date: Thu, 22 Oct 2020 14:24:20 -0700 [thread overview]
Message-ID: <20201022212420.GA3714143@google.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 3569 bytes --]
Hello Linus,
The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:
Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git tags/tag-chrome-platform-for-v5.10
for you to fetch changes up to 3e98fd6d816cd82f529345870efd435f06e02803:
ARM: dts: cros-ec-keyboard: Add alternate keymap for KEY_LEFTMETA (2020-10-01 18:33:01 +0200)
----------------------------------------------------------------
chrome platform changes for 5.10
cros-ec:
* Error code cleanup across cros-ec by Guenter.
* Remove cros_ec_cmd_xfer in favor of cros_ec_cmd_xfer_status.
cros_ec_typec:
* Landed initial USB4 support in typec connector class driver for cros_ec.
* Role switch bugfix on disconnect, and reordering configuration steps.
cros_ec_lightbar:
* Fix buffer outsize and result for get_lightbar_version.
misc:
* Remove config MFD_CROS_EC, now that transition from MFD is complete.
* Enable KEY_LEFTMETA in new location on arm based cros-ec-keyboard keymap.
----------------------------------------------------------------
Azhar Shaikh (3):
platform/chrome: cros_ec_typec: Send enum values to usb_role_switch_set_role()
platform/chrome: cros_ec_typec: Avoid setting usb role twice during disconnect
platform/chrome: cros_ec_typec: Re-order connector configuration steps
Enric Balletbo i Serra (1):
platform/chrome: Kconfig: Remove the transitional MFD_CROS_EC config
Guenter Roeck (7):
iio: cros_ec: Accept -EOPNOTSUPP as 'not supported' error code
cros_ec_lightbar: Accept more error codes from cros_ec_cmd_xfer_status
platform/chrome: cros_ec_sysfs: Report range of error codes from EC
pwm: cros-ec: Accept more error codes from cros_ec_cmd_xfer_status
platform/input: cros_ec: Replace -ENOTSUPP with -ENOPROTOOPT
platform/chrome: cros_ec_proto: Convert EC error codes to Linux error codes
pwm: cros-ec: Simplify EC error handling
Gwendal Grignou (2):
platform/chrome: cros_ec_trace: Add fields to command traces
platform/chrome: cros_ec_lightbar: Reduce ligthbar get version command
Heikki Krogerus (1):
platform/chrome: cros_ec_typec: USB4 support
Prashant Malani (2):
platform/chrome: cros_ec_proto: Update cros_ec_cmd_xfer() call-sites
platform/chrome: cros_ec_proto: Drop cros_ec_cmd_xfer()
Stephen Boyd (1):
ARM: dts: cros-ec-keyboard: Add alternate keymap for KEY_LEFTMETA
Wang Qing (1):
platform/chrome: Use kobj_to_dev() instead of container_of()
arch/arm/boot/dts/cros-ec-keyboard.dtsi | 1 +
.../iio/common/cros_ec_sensors/cros_ec_sensors.c | 2 +-
drivers/input/keyboard/cros_ec_keyb.c | 2 +-
drivers/platform/chrome/Kconfig | 10 --
drivers/platform/chrome/cros_ec_lightbar.c | 12 +--
drivers/platform/chrome/cros_ec_proto.c | 106 +++++++++++----------
drivers/platform/chrome/cros_ec_sysfs.c | 26 ++---
drivers/platform/chrome/cros_ec_trace.h | 27 ++++--
drivers/platform/chrome/cros_ec_typec.c | 42 +++++++-
drivers/platform/chrome/cros_ec_vbc.c | 4 +-
drivers/pwm/pwm-cros-ec.c | 37 ++++---
11 files changed, 154 insertions(+), 115 deletions(-)
--
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 --]
next reply other threads:[~2020-10-22 21:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-22 21:24 Benson Leung [this message]
2020-10-23 18:53 ` [GIT PULL] chrome-platform changes for v5.10 pr-tracker-bot
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=20201022212420.GA3714143@google.com \
--to=bleung@google.com \
--cc=bleung@chromium.org \
--cc=bleung@kernel.org \
--cc=enric.balletbo@collabora.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.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.