[linux-yocto] [PATCH 07/21] serial: 8250: don't change the fifo trigger level when using dma

2014-06-12 Thread rebecca . swee . fun . chang
From: Heikki Krogerus heikki.kroge...@linux.intel.com DMA engines usually expect the fifo trigger level to be aligned with the burst size. It should not be changed even with small baud rates. This will fix an issue with Designware DMA engine where the data can not be transferred over UART with

[linux-yocto] [PATCH 16/21] pwm: Add sysfs interface

2014-06-12 Thread rebecca . swee . fun . chang
From: H Hartley Sweeten hartl...@visionengravers.com Add a simple sysfs interface to the generic PWM framework. /sys/class/pwm/ `-- pwmchipN/ for each PWM chip |-- export (w/o) ask the kernel to export a PWM channel |-- npwm(r/o) number of PWM

[linux-yocto] [PATCH 18/21] pinctrl-baytrail: add function mux checking in gpio pin request

2014-06-12 Thread rebecca . swee . fun . chang
From: Chew, Kean Ho kean.ho.c...@intel.com The requested gpio pin must has the func_pin_mux field set to GPIO function by BIOS/FW in advanced. Else, the gpio pin request would fail. This is to ensure that we do not expose any gpio pins which shall be used for alternate functions, for eg: wakeup

[linux-yocto] [PATCH 11/21] i2c: designware-pci: Add Baytrail PCI IDs

2014-06-12 Thread rebecca . swee . fun . chang
From: Mika Westerberg mika.westerb...@linux.intel.com Intel Baytrail I2C controllers can be enumerated from PCI as well as from ACPI. In order to support this add the Baytrail PCI IDs to the driver. Signed-off-by: Mika Westerberg mika.westerb...@linux.intel.com Signed-off-by: Wolfram Sang

[linux-yocto] [PATCH 17/21] mmc: sdhci: Allow for irq being shared

2014-06-12 Thread rebecca . swee . fun . chang
From: Adrian Hunter adrian.hun...@intel.com If the SDHCI irq is shared with another device then the interrupt handler can get called while SDHCI is runtime suspended. That is harmless but the warning message is not useful so remove it. Also returning IRQ_NONE is more appropriate.

[linux-yocto] [PATCH 15/21] ACPI / LPSS: Add Intel BayTrail ACPI mode PWM

2014-06-12 Thread rebecca . swee . fun . chang
From: Chew, Chiau Ee chiau.ee.c...@intel.com Intel BayTrail LPSS consists of two PWM controllers which can be enumerated from ACPI namespace. This change will cause platform device objects to be created for Intel BayTrail PWM controllers which will allow the pwm-lpss driver to bind to them and

[linux-yocto] [PATCH 04/21] spi/pxa2xx-pci: Add support for Intel BYT SPI

2014-06-12 Thread rebecca . swee . fun . chang
From: Chew, Chiau Ee chiau.ee.c...@intel.com The pxa2xx pci glue layer only support CE4100 SPI port by default. To add BYT SPI port support, we make it a generic PCI glue layer by renaming ce4100_xxx to pxa2xx_spi_xxx. This commit is created in reference to Mika's commit during kernel-3.5

[linux-yocto] [PATCH 13/21] i2c: designware-pci: set ideal HCNT, LCNT and SDA hold time value

2014-06-12 Thread rebecca . swee . fun . chang
From: Chew, Chiau Ee chiau.ee.c...@intel.com On Intel BayTrail, there was case whereby the resulting fast mode bus speed becomes slower (~20% slower compared to expected speed) if using the HCNT/LCNT calculated in the core layer. Thus, this patch is added to allow pci glue layer to pass in

[linux-yocto] [PATCH 09/21] usb: gadget: don't fail when DMA isn't present

2014-06-12 Thread rebecca . swee . fun . chang
From: Alan Stern st...@rowland.harvard.edu When CONFIG_HAS_DMA isn't enabled, the UDC core gets build errors: drivers/built-in.o: In function `dma_set_coherent_mask': include/linux/dma-mapping.h:93: undefined reference to `dma_supported' include/linux/dma-mapping.h:93: undefined reference to

[linux-yocto] [PATCH 05/21] spi/pxa2xx: Fix BYT ACPI mode SPI DMA transfer failure at low speeds

2014-06-12 Thread rebecca . swee . fun . chang
From: Chew, Chiau Ee chiau.ee.c...@intel.com BYT ACPI mode SPI not read/writing correctly at low speeds using DMA mode. Fix the issue by changing DMA SRC_MSIZE and DEST_MSIZE of SPI FIFO side from 16 to 32. Signed-off-by: Chew, Chiau Ee chiau.ee.c...@intel.com Signed-off-by: Maurice Petallo

[linux-yocto] [PATCH 12/21] i2c: designware-pci: add 10-bit addressing mode functionality for BYT I2C

2014-06-12 Thread rebecca . swee . fun . chang
From: Chew, Chiau Ee chiau.ee.c...@intel.com All the I2C controllers on Intel BayTrail LPSS subsystem able to support 10-bit addressing mode functionality. Signed-off-by: Chew, Chiau Ee chiau.ee.c...@intel.com Signed-off-by: Ong, Boon Leong boon.leong@intel.com Signed-off-by: Wolfram Sang