[linux-yocto] [PATCH 00/15] [linux-yocto-3.10] [PATCH] Back port mainline commits for Baytrail

rebecca.swee.fun.chang at intel.com rebecca.swee.fun.chang at intel.com
Thu May 22 04:39:59 PDT 2014


From: Chang Rebecca Swee Fun <rebecca.swee.fun.chang at intel.com>

Hi all,

This is patch series for scenerio 2 that Boon Leong mentioned in the
Feature Branch planning email thread. This patch series will consists
of all the LTS/LTSI back ported commits from mainline.

This patch series is target to merge into linux-yocto-3.10 standard/base.
All patches in this pull request are being queue into 3.10 LTS/LTSI.

I hope that you are clear about my pull request.

Scenerio 1: All patches (LTS/LTSI patch + staging patch) are backport
in feature branch.

Scenerio 2: LTS/LTSI patches will go into standard/base, while staging
patches will go into feature branch.

This pull request is about scenerio 2.

Based on my understanding about Bruce's reply to the email thread:
When Bruce is merging LTS/LTSI in future, he will be solving conflicts
on his side without breaking feature branch (staging patches) that i
will send out later on. I personally prefer scenerio 2.

If this is the scenerio that you are looking for, please help to merge
this patch series into linux-yocto-3.10 standard/base branch.

Thank you!
Rebecca

The following changes since commit 02f7e63e56c061617957388c23bd5cf9b05c5388:

  Merge tag 'v3.10.38' into standard/ltsi (2014-04-29 00:28:46 -0400)

are available in the git repository at:


  git://git.yoctoproject.org/linux-yocto-contrib rebeccas/std-base-backport
  http://git.yoctoproject.org/cgit.cgi/linux-yocto-contrib/log/?h=rebeccas/std-base-backport

Adrian Hunter (1):
  mmc: sdhci: Allow for irq being shared

Alan Stern (1):
  usb: gadget: don't fail when DMA isn't present

Chew, Chiau Ee (4):
  dma: dw: Add suspend and resume handling for PCI mode DW_DMAC.
  i2c: designware-pci: add 10-bit addressing mode functionality for BYT
    I2C
  i2c: designware-pci: set ideal HCNT, LCNT and SDA hold time value
  ACPI / LPSS: Add Intel BayTrail ACPI mode PWM

Chew, Kean Ho (1):
  pinctrl-baytrail: add function mux checking in gpio pin request

Chew, Kean ho (1):
  i2c: i801: enable Intel BayTrail SMBUS

Felipe Balbi (1):
  usb: gadget: udc-core: move sysfs_notify() to a workqueue

H Hartley Sweeten (1):
  pwm: Add sysfs interface

Heikki Krogerus (2):
  serial: 8250: don't change the fifo trigger level when using dma
  serial: 8250_pci: add support for Intel BayTrail

James Ralston (1):
  i2c: i801: Add Device IDs for Intel Wildcat Point-LP PCH

Mika Westerberg (2):
  i2c: designware-pci: Add Baytrail PCI IDs
  pwm: add support for Intel Low Power Subsystem PWM

 Documentation/ABI/testing/sysfs-class-pwm  |  79 +++++++
 Documentation/i2c/busses/i2c-i801          |   2 +
 Documentation/pwm.txt                      |  37 +++
 drivers/acpi/acpi_lpss.c                   |  11 +
 drivers/dma/dw/pci.c                       |  33 +++
 drivers/i2c/busses/Kconfig                 |   2 +
 drivers/i2c/busses/i2c-designware-pcidrv.c |  66 +++++-
 drivers/i2c/busses/i2c-i801.c              |   6 +
 drivers/mmc/host/sdhci.c                   |   4 +-
 drivers/pinctrl/pinctrl-baytrail.c         |  42 +++-
 drivers/pwm/Kconfig                        |  14 ++
 drivers/pwm/Makefile                       |   2 +
 drivers/pwm/core.c                         |  25 +-
 drivers/pwm/pwm-lpss.c                     | 183 +++++++++++++++
 drivers/pwm/sysfs.c                        | 352 +++++++++++++++++++++++++++++
 drivers/tty/serial/8250/8250_core.c        |   2 +-
 drivers/tty/serial/8250/8250_pci.c         | 145 ++++++++++++
 drivers/usb/gadget/udc-core.c              |  18 +-
 include/linux/pwm.h                        |  29 ++-
 include/linux/usb/gadget.h                 |   4 +
 20 files changed, 1037 insertions(+), 19 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-class-pwm
 create mode 100644 drivers/pwm/pwm-lpss.c
 create mode 100644 drivers/pwm/sysfs.c

-- 
1.9.1



More information about the linux-yocto mailing list