From: Chang Rebecca Swee Fun <rebecca.swee.fun.ch...@intel.com>

Hi all,

This is patch series for creating a feature branch to hold "staging
patches" in scenerio 2. This patch series only consists of all patches
that are related to Valley Island BSP that will not be available in
the mainline kernel.

This feature branch must be paired with the pull request that back ported
mainline commits into standard/base.

This feature branch has implemented locally and built tested. LPSS
device drivers are sanity tested by checking device/driver binding.

If scenerio 2 is what you are looking for, please help to create
a new branch as valley island BSP feature branch, named: valleyisland-io-1.0
for this patch series.

Thank you!
Rebecca

The following changes since commit 3e0a296fae952d8d93eb0f96566bf6d4a978c8ee:

  minnowboard-keys: Bind MinnowBoard buttons to arrow keys (2014-02-12 00:08:25 
-0500)

are available in the git repository at:

  git://git.yoctoproject.org/linux-yocto-contrib rebeccas/staging-patches
  
http://git.yoctoproject.org/cgit.cgi/linux-yocto-contrib/log/?h=rebeccas/staging-patches

Chang Rebecca Swee Fun (1):
  x86/byt: enable board file for Baytrail LPSS PCI mode

Chew, Chiau Ee (4):
  x86/Kconfig: add PCI dependency for CONFIG_X86_INTEL_LPSS
  serial: 8250_dw: Added support for 1M, 2M, 3M and 4M exat baud rate
  spi/pxa2xx-pci: Add support for Intel BYT SPI
  spi/pxa2xx: Fix BYT ACPI mode SPI DMA transfer failure at low speeds

Chew, Kean Ho (4):
  pinctrl-baytrail: add function mux checking in gpio pin request
  pinctrl-baytrail: unmap interrupt when free the gpio pin
  pinctrl-baytrail: enable platform device in the absent of ACPI
    enumeration
  pinctrl-baytrail: setup IOAPIC interrupt for GPIO clusters on non-ACPI
    system

 arch/x86/Kconfig                       |  11 ++-
 arch/x86/platform/Makefile             |   3 +
 arch/x86/platform/byt/Makefile         |   1 +
 arch/x86/platform/byt/byt-board.c      |  84 +++++++++++++++++
 drivers/pinctrl/Kconfig                |  19 +++-
 drivers/pinctrl/Makefile               |   1 +
 drivers/pinctrl/pinctrl-baytrail-dev.c | 159 +++++++++++++++++++++++++++++++++
 drivers/pinctrl/pinctrl-baytrail.c     | 101 +++++++++++++++++++--
 drivers/spi/Kconfig                    |   5 +-
 drivers/spi/spi-pxa2xx-dma.c           |   2 +-
 drivers/spi/spi-pxa2xx-pci.c           |  85 ++++++++++++++----
 drivers/tty/serial/8250/8250_dw.c      |  43 +++++++++
 include/linux/pinctrl/pinctrl-byt.h    |  16 ++++
 13 files changed, 503 insertions(+), 27 deletions(-)
 create mode 100644 arch/x86/platform/byt/Makefile
 create mode 100644 arch/x86/platform/byt/byt-board.c
 create mode 100644 drivers/pinctrl/pinctrl-baytrail-dev.c
 create mode 100644 include/linux/pinctrl/pinctrl-byt.h

-- 
1.9.1

-- 
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to