From: "Ng, Wei Tee" <wei.tee...@intel.com>

Hi all,

This patch is to backport Baytrail bug fixes patches that are
available in the upstream kernel into Yocto Project linux
kernel v3.10. These bug fixes patches are related to I/O
driver such as GPIO, USB and DMA.

This configuration was buit and tested working on Minnowboard
Max platform. Please review and provide feedback if any.

This patch is target for linux-yocto-3.10 on standard/base
branch.

Thanks,

Regards,
Wei Tee
The following changes since commit e94c994f434ecf4f6e2c5398388f4fb733e93fc8:

  ALSA: hda - add codec ID for Valleyview2 display codec (2015-07-08 10:25:39 
-0400)

are available in the git repository at:

  git://git.yoctoproject.org/linux-yocto-contrib ngweitee/standard-base-dev
  
http://git.yoctoproject.org/cgit.cgi/linux-yocto-contrib/log/?h=ngweitee/standard-base-dev

Al Cooper (1):
  usb: Add Device Tree support to XHCI Platform driver

Andy Shevchenko (1):
  dmaengine: dw: move dw_dmac.h to where it belongs to

David Cohen (1):
  pinctrl: baytrail: show output gpio state correctly on Intel Baytrail

Oliver Neukum (1):
  xhci: quirk for extra long delay for S4

Sarah Sharp (1):
  xhci: Don't enable/disable RWE on bus suspend/resume.

Takashi Iwai (1):
  xhci: Fix spurious wakeups after S5 on Haswell

Vikas Sajjan (1):
  usb: xhci: add the suspend/resume functionality

Xenia Ragiadakou (10):
  xhci: add traces for debug messages in xhci_address_device()
  xhci: add trace for debug messages related to changing contexts
  xhci: add trace for debug messages related to quirks
  xhci: add trace for debug messages related to endpoint reset
  xhci: add xhci_address_ctx trace event
  xhci: add xhci_cmd_completion trace event
  xhci: trace debug statements for urb cancellation
  xhci: trace debug messages related to driver initialization and
    unload
  xhci: fix dma mask setup in xhci.c
  xhci: replace xhci_readl() with readl()

 Documentation/devicetree/bindings/usb/usb-xhci.txt |   14
 MAINTAINERS                                        |    2 +-
 arch/avr32/mach-at32ap/at32ap700x.c                |    2 +-
 arch/avr32/mach-at32ap/include/mach/atmel-mci.h    |    2 +-
 drivers/dma/dw/internal.h                          |    2 +-
 drivers/dma/dw/regs.h                              |    6 +-
 drivers/pinctrl/pinctrl-baytrail.c                 |    2 +-
 drivers/usb/host/Makefile                          |    4
 drivers/usb/host/xhci-dbg.c                        |   50 +--
 drivers/usb/host/xhci-hub.c                        |  104 +++---
 drivers/usb/host/xhci-mem.c                        |  134 +++++---
 drivers/usb/host/xhci-pci.c                        |   39 ++-
 drivers/usb/host/xhci-plat.c                       |   46 +++
 drivers/usb/host/xhci-ring.c                       |   97 ++++--
 drivers/usb/host/xhci-trace.c                      |   15
 drivers/usb/host/xhci-trace.h                      |  146 +++++++++
 drivers/usb/host/xhci.c                            |  339 ++++++++++++--------
 drivers/usb/host/xhci.h                            |    9 +-
 .../linux/{dw_dmac.h => platform_data/dma-dw.h}    |    0
 include/sound/atmel-abdac.h                        |    2 +-
 include/sound/atmel-ac97c.h                        |    2 +-
 sound/atmel/abdac.c                                |    2 +-
 sound/atmel/ac97c.c                                |    2 +-
 23 files changed, 693 insertions(+), 328 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/usb/usb-xhci.txt
 create mode 100644 drivers/usb/host/xhci-trace.c
 create mode 100644 drivers/usb/host/xhci-trace.h
 rename include/linux/{dw_dmac.h => platform_data/dma-dw.h} (100%)

-- 
1.7.9.5

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

Reply via email to