Re: [linux-yocto] Feature branch on linux-yocto-3.14 for Valleyisland

2016-04-08 Thread Bruce Ashfield

On 04/08/2016 04:07 AM, chong.yi.c...@intel.com wrote:

From: "Chai, Chong Yi" 

Hi Bruce,

The feature branch (additional 66 commits) for enabling Valleyisland are ready 
to be fetched from Github.
This branch is targeted for kernel linux-yocto-3.14.

URL: https://github.com/yoctobsp/linux-yocto-3.14.git
Branch: standard/valleyisland



fetched and merged to linux-yocto-3.14. We now have a standard/valleyisland
branch.

Cheers,

Bruce



Stats:

Andy Shevchenko (9):
   dma: dw: allocate memory in two stages in probe
   dmaengine: dw: enable clock before access
   dmaengine: dw: fix regression in dw_probe() function
   dmaengine: dw: move dw_dmac.h to where it belongs to
   dmaengine: dw: convert dw_dma_slave to use explicit HS interfaces
   dmaengine: dw: apply both HS interfaces and remove slave_id usage
   dmaengine: dw: introduce generic filter function
   dmaengine: dw: move clock operations to platform.c
   serial: 8250: don't use slave_id of dma_slave_config

Antonio Ospite (1):
   spi/pxa2xx: fix runtime PM enabling order

Chew, Chiau Ee (5):
   x86/Kconfig: add PCI dependency for CONFIG_X86_INTEL_LPSS
   x86/byt: enable board file for BYT LPSS PCI mode
   dma: dw: Fix Intel MID DMA driver and Designware DMA driver loading
 sequence
   spi/pxa2xx: change default supported DMA burst size to 1
   spi/pxa2xx: fix incorrect SW mode chipselect setting for BayTrail LPSS
 SPI

Chew, Kean Ho (4):
   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
   mmc: sdhci: Force BYT SDCARD host to run with SDR25 mode

Heikki Krogerus (2):
   serial: 8250_pci: remove rts_n override from Baytrail quirk
   ACPI / LPSS: not using UART RTS override with Auto Flow Control

Jingoo Han (1):
   spi: pxa2xx: remove unnecessary OOM messages

Loic Poulain (1):
   8250_dw: Support all baudrates on baytrail

Maurice Petallo (7):
   i2c: allow Designware I2C to be probed before SMBus for Baytrail
   mmc: sdhci: Preset value not supported in Baytrail eMMC
   mmc: sdhci: add DDR50 1.8V mode support for BayTrail eMMC Controller
   serial: 8250_pci: mask UART TX completion intr in byt_set_termios
   serial: 8250_dw: mask UART TX completion intr in byt_set_termios
   serial: 8250_core: handle_irq returns 1 only if data was processed
   thermal: Intel SoC DTS: Don't do thermal zone update inside spin_lock

Mika Westerberg (2):
   spi/pxa2xx: Prevent DMA from transferring too many bytes
   spi/pxa2xx: Don't use slave_id of dma_slave_config

Roger Quadros (1):
   usb: dwc3: core: Fix gadget for system suspend/resume

Sarah Sharp (1):
   usb/xhci: Change how we indicate a host supports Link PM.

Srinivas Pandruvada (1):
   thermal: Intel SoC DTS thermal

Wan Ahmad Zainie (31):
   dmaengine: dw: fix checkpatch.pl warnings
   pinctrl-baytrail: Serialize GPIO registers access with global spinlock
   hpet: refactor driver
   hpet: implement start/stop/query API
   hpet: Fix checkpatch.pl warnings
   i2c: designware: cleanup irq handler setting
   i2c: designware: use hardware-provided Rx/Tx FIFO depths
   i2c: designware: use symbolic names for command bits
   i2c: designware: cleanup __i2c_dw_enable()
   i2c: designware: explicitly abort running operation on disable
   i2c: designware: improve FIFO performance
   i2c: designware: add per-channel speed parameter and fast-plus speed
 option
   i2c: designware: add i2c high-speed support
   i2c: designware: Fix checkpatch.pl warnings
   mmc: block: refactor read-only handling
   mmc: block: implement write request blocking
   mmc: support whole-device temporary write protection over CSD bits
 13:12
   mmc: block: Fix checkpatch.pl warning
   pwm: Add freq_hz and duty_percent
   libata: add curr_xfer_mode attribute
   libata: enable atapi_an by default
   libata: handle HDIO_SET_DMA & HDIO_GET_DMA ioctl
   scsi: add extended information to MEDIA_CHANGE
   serial: 8250: Override the DCD and DSR pin status for Bay Trail
   spi/pxa2xx: auto switch between PIO and DMA with configurable
 threshold size
   spi: modify spidev_test to test automatic PIO/DMA switching
   spi/pxa2xx: Add new ioctl for configuring FIFO trigger level in
 runtime
   spi: modify spidev_test to test modifying FIFO trigger level during
 runtime
   usb: core: hub: Generate uevent for overcurrent event
   usb: core: hub: Fix checkpatch.pl error
   watchdog: iTCO_wdt: Fix checkpatch.pl warnings

  Documentation/spi/spidev_test.c |  74 ++-
  MAINTAINERS |   2 +-
  arch/avr32/mach-at32ap/at32ap700x.c |  17 +-
  arch/avr32/mach-at32ap/include/mach/atmel-mci.h |   2 +-
  arch/x86/Kconfig|   9 +-
  arch/x86/platform/Makefile  |   3 +
  arch/x86/platform/byt/Makefile  |   1 +
  

[linux-yocto] Feature branch on linux-yocto-3.14 for Valleyisland

2016-04-08 Thread chong . yi . chai
From: "Chai, Chong Yi" 

Hi Bruce,

The feature branch (additional 66 commits) for enabling Valleyisland are ready 
to be fetched from Github.
This branch is targeted for kernel linux-yocto-3.14.

URL: https://github.com/yoctobsp/linux-yocto-3.14.git
Branch: standard/valleyisland


Stats:

Andy Shevchenko (9):
  dma: dw: allocate memory in two stages in probe
  dmaengine: dw: enable clock before access
  dmaengine: dw: fix regression in dw_probe() function
  dmaengine: dw: move dw_dmac.h to where it belongs to
  dmaengine: dw: convert dw_dma_slave to use explicit HS interfaces
  dmaengine: dw: apply both HS interfaces and remove slave_id usage
  dmaengine: dw: introduce generic filter function
  dmaengine: dw: move clock operations to platform.c
  serial: 8250: don't use slave_id of dma_slave_config

Antonio Ospite (1):
  spi/pxa2xx: fix runtime PM enabling order

Chew, Chiau Ee (5):
  x86/Kconfig: add PCI dependency for CONFIG_X86_INTEL_LPSS
  x86/byt: enable board file for BYT LPSS PCI mode
  dma: dw: Fix Intel MID DMA driver and Designware DMA driver loading
sequence
  spi/pxa2xx: change default supported DMA burst size to 1
  spi/pxa2xx: fix incorrect SW mode chipselect setting for BayTrail LPSS
SPI

Chew, Kean Ho (4):
  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
  mmc: sdhci: Force BYT SDCARD host to run with SDR25 mode

Heikki Krogerus (2):
  serial: 8250_pci: remove rts_n override from Baytrail quirk
  ACPI / LPSS: not using UART RTS override with Auto Flow Control

Jingoo Han (1):
  spi: pxa2xx: remove unnecessary OOM messages

Loic Poulain (1):
  8250_dw: Support all baudrates on baytrail

Maurice Petallo (7):
  i2c: allow Designware I2C to be probed before SMBus for Baytrail
  mmc: sdhci: Preset value not supported in Baytrail eMMC
  mmc: sdhci: add DDR50 1.8V mode support for BayTrail eMMC Controller
  serial: 8250_pci: mask UART TX completion intr in byt_set_termios
  serial: 8250_dw: mask UART TX completion intr in byt_set_termios
  serial: 8250_core: handle_irq returns 1 only if data was processed
  thermal: Intel SoC DTS: Don't do thermal zone update inside spin_lock

Mika Westerberg (2):
  spi/pxa2xx: Prevent DMA from transferring too many bytes
  spi/pxa2xx: Don't use slave_id of dma_slave_config

Roger Quadros (1):
  usb: dwc3: core: Fix gadget for system suspend/resume

Sarah Sharp (1):
  usb/xhci: Change how we indicate a host supports Link PM.

Srinivas Pandruvada (1):
  thermal: Intel SoC DTS thermal

Wan Ahmad Zainie (31):
  dmaengine: dw: fix checkpatch.pl warnings
  pinctrl-baytrail: Serialize GPIO registers access with global spinlock
  hpet: refactor driver
  hpet: implement start/stop/query API
  hpet: Fix checkpatch.pl warnings
  i2c: designware: cleanup irq handler setting
  i2c: designware: use hardware-provided Rx/Tx FIFO depths
  i2c: designware: use symbolic names for command bits
  i2c: designware: cleanup __i2c_dw_enable()
  i2c: designware: explicitly abort running operation on disable
  i2c: designware: improve FIFO performance
  i2c: designware: add per-channel speed parameter and fast-plus speed
option
  i2c: designware: add i2c high-speed support
  i2c: designware: Fix checkpatch.pl warnings
  mmc: block: refactor read-only handling
  mmc: block: implement write request blocking
  mmc: support whole-device temporary write protection over CSD bits
13:12
  mmc: block: Fix checkpatch.pl warning
  pwm: Add freq_hz and duty_percent
  libata: add curr_xfer_mode attribute
  libata: enable atapi_an by default
  libata: handle HDIO_SET_DMA & HDIO_GET_DMA ioctl
  scsi: add extended information to MEDIA_CHANGE
  serial: 8250: Override the DCD and DSR pin status for Bay Trail
  spi/pxa2xx: auto switch between PIO and DMA with configurable
threshold size
  spi: modify spidev_test to test automatic PIO/DMA switching
  spi/pxa2xx: Add new ioctl for configuring FIFO trigger level in
runtime
  spi: modify spidev_test to test modifying FIFO trigger level during
runtime
  usb: core: hub: Generate uevent for overcurrent event
  usb: core: hub: Fix checkpatch.pl error
  watchdog: iTCO_wdt: Fix checkpatch.pl warnings

 Documentation/spi/spidev_test.c |  74 ++-
 MAINTAINERS |   2 +-
 arch/avr32/mach-at32ap/at32ap700x.c |  17 +-
 arch/avr32/mach-at32ap/include/mach/atmel-mci.h |   2 +-
 arch/x86/Kconfig|   9 +-
 arch/x86/platform/Makefile  |   3 +
 arch/x86/platform/byt/Makefile  |   1 +
 arch/x86/platform/byt/byt-board.c   |  84 
 drivers/acpi/acpi_lpss.c|  24 +-
 drivers/ata/libata-core.c   |   4 +-
 drivers/ata/libata-scsi.c   |  34 ++