mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] platform/chrome: Cleanups and improvements
@ 2014-01-29 22:29 Olof Johansson
  0 siblings, 0 replies; only message in thread
From: Olof Johansson @ 2014-01-29 22:29 UTC (permalink / raw)
  To: torvalds; +Cc: olof, linux-kernel

Hi Linus,

For 3.13 we split off the Chromebook platform pieces to their own platform
directory since I anticipated adding more code that cuts across both
x86 and ARM to it. It didn't happen for 3.14, but likely for next release.

I apologize for the random merge base -- I temporarily started the branch
after you had merged Matthew's branch that moved out chrome platforms
post 3.13-rc1, and forgot to rebase on the -rc2 when it came out.

Please pull.

Thanks,

-Olof

The following changes since commit 7e3528c3660a2e8602abc7858b0994d611f74bc3:

  slab.h: remove duplicate kmalloc declaration and fix kernel-doc warnings (2013-11-24 11:01:16 -0800)

are available in the git repository at:

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

for you to fetch changes up to 2b8454a75b90d7cd1ac325a0baba77244733354f:

  platform/chrome: unregister platform driver/device when module exit (2013-11-26 20:18:07 -0800)

----------------------------------------------------------------
platform/chrome: Cleanups and improvements

* Use deferred probing on Chrome OS platforms for the i2c
  device registration. This fixes a long-standing race of initialization
  of touchpad/screen on Chromebooks.
* Added in platform device registration for pstore console on supported hardware
* Misc smaller fixes (__initdata, module exit cleanup, etc)

----------------------------------------------------------------
Aaron Durbin (1):
      platform/chrome: chromeos_laptop - Restructure device associations

Benson Leung (2):
      platform/chrome: chromeos_laptop - Use deferred probing
      platform/chrome: chromeos_laptop - fix incorrect placement of __initdata tag

Olof Johansson (2):
      platform/chrome: Add pstore platform_device
      platform/chrome: Make i2c_adapter_names static

Wei Yongjun (1):
      platform/chrome: unregister platform driver/device when module exit

 drivers/platform/chrome/Kconfig           |  14 ++
 drivers/platform/chrome/Makefile          |   1 +
 drivers/platform/chrome/chromeos_laptop.c | 298 +++++++++++++++++++++---------
 drivers/platform/chrome/chromeos_pstore.c | 101 ++++++++++
 4 files changed, 323 insertions(+), 91 deletions(-)
 create mode 100644 drivers/platform/chrome/chromeos_pstore.c

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-01-29 22:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-29 22:29 [GIT PULL] platform/chrome: Cleanups and improvements Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®