linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] chrome-platform updates for v4.19
@ 2018-08-21 18:54 Benson Leung
  2018-08-21 20:40 ` Linus Torvalds
  0 siblings, 1 reply; 4+ messages in thread
From: Benson Leung @ 2018-08-21 18:54 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, bleung

[-- Attachment #1: Type: text/plain, Size: 2241 bytes --]

Hi Linus,

The following changes since commit 021c91791a5e7e85c567452f1be3e4c2c6cb6063:

  Linux 4.18-rc3 (2018-07-01 16:04:53 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform.git tags/chrome-platform-for-linus-4.19

for you to fetch changes up to 40291fb75123816b35ba06696e56b9cf2d96bf90:

  Merge tag 'ib-platform-chrome-mfd-move-cros-ec-transport-for-4.19' into working-branch-for-4.19 (2018-07-09 16:36:00 -0700)

----------------------------------------------------------------
Minor changes this time around for 4.19.

cros_ec_i2c and cros_ec_spi drivers moved from mfd
to chrome platform.

----------------------------------------------------------------
Benson Leung (2):
      platform/chrome: chromeos_tbmc - fix SPDX identifier
      Merge tag 'ib-platform-chrome-mfd-move-cros-ec-transport-for-4.19' into working-branch-for-4.19

Enric Balletbo i Serra (3):
      platform/chrome: Move cros-ec transport drivers to drivers/platform.
      arm/arm64: configs: Remove the MFD_ prefix for MFD_CROS_EC_I2C/SPI symbols.
      Input: keyboard: Fix ChromeOS EC keyboard help message.

 arch/arm/configs/exynos_defconfig              |  4 ++--
 arch/arm/configs/multi_v7_defconfig            |  4 ++--
 arch/arm/configs/pxa_defconfig                 |  4 ++--
 arch/arm64/configs/defconfig                   |  4 ++--
 drivers/input/keyboard/Kconfig                 |  2 +-
 drivers/mfd/Kconfig                            | 20 --------------------
 drivers/mfd/Makefile                           |  2 --
 drivers/platform/chrome/Kconfig                | 20 ++++++++++++++++++++
 drivers/platform/chrome/Makefile               |  2 ++
 drivers/platform/chrome/chromeos_tbmc.c        | 10 +++++++++-
 drivers/{mfd => platform/chrome}/cros_ec_i2c.c |  0
 drivers/{mfd => platform/chrome}/cros_ec_spi.c |  0
 12 files changed, 40 insertions(+), 32 deletions(-)
 rename drivers/{mfd => platform/chrome}/cros_ec_i2c.c (100%)
 rename drivers/{mfd => platform/chrome}/cros_ec_spi.c (100%)


-- 
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: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] chrome-platform updates for v4.19
  2018-08-21 18:54 [GIT PULL] chrome-platform updates for v4.19 Benson Leung
@ 2018-08-21 20:40 ` Linus Torvalds
  2018-08-21 20:42   ` Benson Leung
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Torvalds @ 2018-08-21 20:40 UTC (permalink / raw)
  To: Benson Leung; +Cc: Linux Kernel Mailing List, Benson Leung

On Tue, Aug 21, 2018 at 11:54 AM Benson Leung <bleung@google.com> wrote:
>
> Minor changes this time around for 4.19.
>
> cros_ec_i2c and cros_ec_spi drivers moved from mfd
> to chrome platform.

Actually, these all came through the mfd branch. Was that not
expected? If Lee Jones is randomly pulling stuff from you that you
don't expect him to upstream, that's a communication problem.

So the only actual new-to-me patch there is the SPDX identifier fix.

                Linus

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] chrome-platform updates for v4.19
  2018-08-21 20:40 ` Linus Torvalds
@ 2018-08-21 20:42   ` Benson Leung
  2018-08-21 20:47     ` Linus Torvalds
  0 siblings, 1 reply; 4+ messages in thread
From: Benson Leung @ 2018-08-21 20:42 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List, Benson Leung

[-- Attachment #1: Type: text/plain, Size: 837 bytes --]

On Tue, Aug 21, 2018 at 01:40:21PM -0700, Linus Torvalds wrote:
> On Tue, Aug 21, 2018 at 11:54 AM Benson Leung <bleung@google.com> wrote:
> >
> > Minor changes this time around for 4.19.
> >
> > cros_ec_i2c and cros_ec_spi drivers moved from mfd
> > to chrome platform.
> 
> Actually, these all came through the mfd branch. Was that not
> expected? If Lee Jones is randomly pulling stuff from you that you
> don't expect him to upstream, that's a communication problem.
> 

Yes, Lee and I coordinated an IB for these. This is expected.

> So the only actual new-to-me patch there is the SPDX identifier fix.
> 

Yes, that's correct.

>                 Linus

Thanks,
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: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] chrome-platform updates for v4.19
  2018-08-21 20:42   ` Benson Leung
@ 2018-08-21 20:47     ` Linus Torvalds
  0 siblings, 0 replies; 4+ messages in thread
From: Linus Torvalds @ 2018-08-21 20:47 UTC (permalink / raw)
  To: Benson Leung; +Cc: Linux Kernel Mailing List, Benson Leung

On Tue, Aug 21, 2018 at 1:42 PM Benson Leung <bleung@google.com> wrote:
>
> > So the only actual new-to-me patch there is the SPDX identifier fix.
>
> Yes, that's correct.

Ok, good, thanks for verifying.

           Linus

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-08-21 20:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-21 18:54 [GIT PULL] chrome-platform updates for v4.19 Benson Leung
2018-08-21 20:40 ` Linus Torvalds
2018-08-21 20:42   ` Benson Leung
2018-08-21 20:47     ` Linus Torvalds

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).