Hi Linus,
Please take a look at changes for chrome-platform for v4.20.
Note that there is another move from lee's to mine that we did as an IB.
The following changes since commit 0238df646e6224016a45505d2c111a24669ebe21:
Linux 4.19-rc7 (2018-10-07 17:26:02 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform.git tags/tag-chrome-platform-for-v4.20
for you to fetch changes up to bc3f4b5c60db2a835e68bfdce23b6ae75df7e295:
platform/chrome: chromeos_tbmc - Remove unneeded const (2018-10-09 22:40:12 -0700)
----------------------------------------------------------------
chrome-platform for v4.20
* Move mfd/cros_ec_lpc* includes to drivers/platform from mfd
* Adding a new interrupt path for cros_ec_lpc
----------------------------------------------------------------
Benson Leung (1):
Merge remote-tracking branch 'origin/ib-chrome-platform-mfd-move-cros_ec_lpc' into working-branch-for-4.20
Emil Karlson (1):
mfd: cros-ec: copy the whole event in get_next_event_xfer
Enric Balletbo i Serra (2):
platform/chrome: Move mfd/cros_ec_lpc* includes to drivers/platform.
mfd: cros_ec: Fix and improve kerneldoc comments.
Enrico Granata (1):
platform/chrome: Add a new interrupt path for cros_ec_lpc
Nathan Chancellor (1):
platform/chrome: chromeos_tbmc - Remove unneeded const
drivers/mfd/cros_ec_dev.h | 13 +-
drivers/platform/chrome/chromeos_tbmc.c | 2 +-
drivers/platform/chrome/cros_ec_lpc.c | 18 +-
drivers/platform/chrome/cros_ec_lpc_mec.c | 3 +-
.../platform/chrome}/cros_ec_lpc_mec.h | 6 +-
drivers/platform/chrome/cros_ec_lpc_reg.c | 3 +-
.../platform/chrome}/cros_ec_lpc_reg.h | 6 +-
drivers/platform/chrome/cros_ec_proto.c | 2 +-
include/linux/mfd/cros_ec.h | 214 ++++++++-------
include/linux/mfd/cros_ec_commands.h | 295 +++++++++++++--------
10 files changed, 338 insertions(+), 224 deletions(-)
rename {include/linux/mfd => drivers/platform/chrome}/cros_ec_lpc_mec.h (96%)
rename {include/linux/mfd => drivers/platform/chrome}/cros_ec_lpc_reg.h (94%)
Thanks,
Benson
--
Benson Leung
Staff Software Engineer
Chrome OS Kernel
Google Inc.
[email protected]
Chromium OS Project
[email protected]
On Wed, Oct 31, 2018 at 4:25 PM Benson Leung <[email protected]> wrote:
>
> * Move mfd/cros_ec_lpc* includes to drivers/platform from mfd
> * Adding a new interrupt path for cros_ec_lpc
Pulled,
Linus