[linux-yocto] [PATCH 0/1] [v3.8] meta: change intel-common default NR_CPUS to 24

2014-04-09 Thread boon . leong . ong
From: Ong Boon Leong boon.leong@intel.com This patch is for Linux v3.10 meta: - to change default NR_CPUS from 8 to 24. This is required to ensure Romley platform which has 24 processors are all activated by default when intel-common image is booted. The above changes have been build-

[linux-yocto] [PATCH 0/1] [v3.10] meta: change smp.scc default NR_CPUS to 64

2014-04-09 Thread boon . leong . ong
From: Ong Boon Leong boon.leong@intel.com This patch is for Linux v3.10 meta: - to change default NR_CPUS from 8 to 64. This is required to ensure platform which has more than 8 processors are all activated by default when intel-common image is booted. The above changes have been build-

[linux-yocto] [PATCH 1/1] meta: smp.scc: increase default NR_CPUS to 64

2014-04-09 Thread boon . leong . ong
From: Ong Boon Leong boon.leong@intel.com Change CONFIG_NR_CPUS from 8 to 64 so that platform with processors count more than 8 will be all activited. Signed-off-by: Ong Boon Leong boon.leong@intel.com --- meta/cfg/kernel-cache/cfg/smp.cfg |3 +++ 1 file changed, 3 insertions(+)

[linux-yocto] [PATCH 1/2] intel-common: change intel-corei7064-preempt-rt-scc filename

2014-04-03 Thread boon . leong . ong
From: Ong Boon Leong boon.leong@intel.com Changed intel-corei7064-preempt-rt-scc file name to intel-corei7-64-preempt-rt.scc. Signed-off-by: Ong Boon Leong boon.leong@intel.com --- .../{intel-corei7064-preempt-rt-scc = intel-corei7-64-preempt-rt.scc} |0 1 file changed, 0

[linux-yocto] [PATCH 0/2] [v3.10] meta: bsp/intel-common and bsp/mohonpeak fixes

2014-04-03 Thread boon . leong . ong
From: Ong Boon Leong boon.leong@intel.com This patchset contains fixes for the following: 1) fix to incorrect filename in bsp/intel-common/ intel-corei7064-preempt-rt-scc. 2) remove mohonpeak branch from bsp/mohonpeak/ mohonpeak-standard.scc. It uses standard/base now. In addition,

[linux-yocto] [PATCH 2/2] meta: mohonpeak: remove branch 'mohonpeak'

2014-04-03 Thread boon . leong . ong
From: Ong Boon Leong boon.leong@intel.com This is to remove 'mohonpeak' branch from scc file since we are migrating the BSP to use intel-common. Signed-off-by: Ong Boon Leong boon.leong@intel.com --- meta/cfg/kernel-cache/bsp/mohonpeak/mohonpeak-standard.scc |3 +--

[linux-yocto] [PATCH 0/1] [3.10 meta] intel-common: add Mohonpeak BSP

2014-03-25 Thread boon . leong . ong
From: Ong Boon Leong boon.leong@intel.com This patch is to add mohonpeak 32-bit 64-bit BSP support into intel-common BSP recipe. Please pull this patch into linux-yocto v3.10 meta branch. Thank you very much Ong Boon Leong The following changes since commit

[linux-yocto] [PATCH 1/1] meta: update mohonpeak.cfg for SATA, SMBus, LPC, WDT, crypto highmem64g

2014-03-05 Thread boon . leong . ong
From: Ong Boon Leong boon.leong@intel.com Update mohonpeak.cfg to enable SMBus iSMT driver, crypto framework, LPC, watchdog-timer 4G memory for 32-bit build. The update is possible due to recent merge of LTS/LTSI commits available since 3.4.74. Remove CONFIG_PATA_SCH because pata_sch.c

[linux-yocto] [PATCH v2 0/1][3.4] linux-yocto v3.4 meta: mohonpeak cfg update after v3.4.74 merge

2014-03-05 Thread boon . leong . ong
From: Ong Boon Leong boon.leong@intel.com Changelog: Update commit header to explain why PATA_SCH config is removed and SATA_AHCI config is enabled. This patch is meant to update mohonpeak.cfg to include new features made possible by recent merge on linux-yocto v3.4 since LTSI/LTS v3.4.74.

[linux-yocto] [PATCH 0/1] linux-yocto v3.4 meta: mohonpeak cfg update after v3.4.74 merge

2014-03-04 Thread boon . leong . ong
From: Ong Boon Leong boon.leong@intel.com This patch is meant to update mohonpeak.cfg to include new features made possible by recent merge on linux-yocto v3.4 since LTSI/LTS v3.4.74. I have done build-test and image-test on the cfg changes and found fit. Please kindly review and if the

[linux-yocto] [PATCH 1/1] meta: update mohonpeak.cfg for SATA, SMBus, LPC, WDT, crypto highmem64g

2014-03-04 Thread boon . leong . ong
From: Ong Boon Leong boon.leong@intel.com Update mohonpeak.cfg to enable SMBus iSMT driver, crypto framework, LPC, watchdog-timer 4G memory for 32-bit build. The update is possible due to recent merge of LTS/LTSI commits available since 3.4.74. Signed-off-by: Ong Boon Leong

[linux-yocto] [PATCH 2/6] valleyisland-io: gpio-baytrail: add function mux checking in gpio pin request

2014-02-19 Thread boon . leong . ong
From: Ong Boon Leong boon.leong@intel.com The requested GPIO pin must has the function mux bits set to GPIO function by BIOS in advance. Else, the gpio pin request would fail. This is to ensure that we do not expose any GPIO pins which shall be used for other purposes, for eg: wakeup pin, I/O

[linux-yocto] [PATCH 4/6] valleyisland-io: gpio-baytrail: enable platform device when ACPI enum is absent

2014-02-19 Thread boon . leong . ong
From: Ong Boon Leong boon.leong@intel.com This is to cater the need for non-ACPI system whereby a platform device has to be created in order to bind with the BYT GPIO platform driver. This commit is only applicable for v3.8 GPIO driver and not after. For v3.10 onwards, only ACPI enumeration

[linux-yocto] [PATCH 3/6] valleyisland-io: gpio-baytrail: unmap interrupt when free the gpio pin

2014-02-19 Thread boon . leong . ong
From: Ong Boon Leong boon.leong@intel.com In to_irq() callback, we create the hwirq to linux irq mapping for the requested GPIO pin. Hence, we unamp the mapping when the gpio pin is being released. This commit is only applicable for v3.8 GPIO driver and not after. For v3.10 onwards, as of

[linux-yocto] [PATCH 0/6] linux-yocto-3.8 meta: valleyisland-io gpio feature patch enabling

2014-02-19 Thread boon . leong . ong
From: Ong Boon Leong boon.leong@intel.com This patchset is to enable Intel BayTrail GPIO driver. For background of the development, the base of GPIO driver is developed by Mathias Nyman before the driver is migrated to pinctrl model post v3.8. To avoid pulling in the complexity involved in

[linux-yocto] [PATCH 1/6] valleyisland-io: gpio: add BayTrail chipset gpio driver

2014-02-19 Thread boon . leong . ong
From: Ong Boon Leong boon.leong@intel.com Add gpio support for Intel BayTrail PCH chipset. BayTrail supports 3 banks of gpios called SCORE, NCORE ans SUS with 102, 28 and 44 gpio pins. Updated with commit changes in upstream on pinctrl driver. This gpio driver is only applicable for v3.8

[linux-yocto] [PATCH 6/6] meta: features/valleyisland-io: GPIO update

2014-02-19 Thread boon . leong . ong
From: Ong Boon Leong boon.leong@intel.com Update configs used in the latest GPIO feature patch series. Add the list of patch series into valleyisland-io.scc. Signed-off-by: Ong Boon Leong boon.leong@intel.com --- .../kernel-cache/features/valleyisland-io/valleyisland-io-pci.cfg |2

[linux-yocto] [PATCH 19/22] valleyisland-io: Force BYT SDCARD host to run with SDR25

2014-01-29 Thread boon . leong . ong
From: Ong Boon Leong boon.leong@intel.com SD Card v3.01 in the market is not compatible with BYT SDHC IP in SoC because this IP only support SD v3.0 only. So, we are forcing DDR50 mode to always step down to SDR25. Signed-off-by: Ong Boon Leong boon.leong@intel.com ---

[linux-yocto] [PATCH 17/22] valleyisland-io: enable SMBus for Intel BayTrail

2014-01-29 Thread boon . leong . ong
From: Ong Boon Leong boon.leong@intel.com add PCI ID of Intel BayTrail SMBus controller. Signed-off-by: Ong Boon Leong boon.leong@intel.com --- .../0015-i2c-i801-Enable-BYT-SMBUS-support.patch | 35 1 file changed, 35 insertions(+) create mode 100644

[linux-yocto] [PATCH 11/22] valleyisland-io: add PCI support in dw_dmac_pci.c

2014-01-29 Thread boon . leong . ong
From: Ong Boon Leong boon.leong@intel.com This is the PCI part of the DesignWare DMAC driver. The controller is usually used in the Intel hardware such as Medfield. Signed-off-by: Ong Boon Leong boon.leong@intel.com --- ...engine-dw_dmac-add-PCI-part-of-the-driver.patch | 198

[linux-yocto] [PATCH 14/22] valleyisland-io: i2c: preset values for HCNT, LCNT and SDA

2014-01-29 Thread boon . leong . ong
From: Ong Boon Leong boon.leong@intel.com Instead of always depending on formula to calculate the HCNT and LCNT set the HCNT, LCNT and SDA if the target values are known beforehand. Signed-off-by: Ong Boon Leong boon.leong@intel.com --- ...are-pcidrv-Option-to-set-custom-HCNT-LCNT.patch

[linux-yocto] [PATCH 09/22] valleyisland-io: improve the base calculation in pwm

2014-01-29 Thread boon . leong . ong
From: Ong Boon Leong boon.leong@intel.com This improves the accuracy of base_unit calculation so that the resulting PWM frequency will be more optimal. The change in the patch is meant for Intel BayTrail only because pwm-lpss.c is only used for this platform. Signed-off-by: Ong Boon Leong

[linux-yocto] [PATCH 16/22] valleyisland-io: enable board file for BYT LPSS PCI mode

2014-01-29 Thread boon . leong . ong
From: Ong Boon Leong boon.leong@intel.com this commit enables the following: - setup clock tree for PCI mode SPI, DMA and PWM host as the controller drivers require clock information during device/driver probe - register SPI slave Signed-off-by: Ong Boon Leong

[linux-yocto] [PATCH 12/22] valleyisland-io: designware-pci support for Intel BayTrail

2014-01-29 Thread boon . leong . ong
From: Ong Boon Leong boon.leong@intel.com This is to enable PCI mode of Intel BayTrail LPSS I2C. Signed-off-by: Ong Boon Leong boon.leong@intel.com --- ...are-pci-Add-support-for-Intel-BayTrail-LP.patch | 125 1 file changed, 125 insertions(+) create mode 100644

[linux-yocto] [PATCH 10/22] valleyisland-io: add ACPI mode for Intel BayTrail PWM

2014-01-29 Thread boon . leong . ong
From: Ong Boon Leong boon.leong@intel.com Intel BayTrail LPSS includes two PWM controllers which can be enumerated from ACPI namespace. Signed-off-by: Ong Boon Leong boon.leong@intel.com --- .../0008-ACPI-LPSS-Add-BYT-ACPI-mode-PWM.patch | 45 1 file changed,

[linux-yocto] [PATCH 13/22] valleyisland-io: declare the 10-bit address support in I2C

2014-01-29 Thread boon . leong . ong
From: Ong Boon Leong boon.leong@intel.com For Intel BayTrail, enable i2c-designware-pci host controller to support 10-bit addressing mode functionality. Signed-off-by: Ong Boon Leong boon.leong@intel.com --- ...are-pcidrv-Add-10-bit-addressing-mode-fun.patch | 114

[linux-yocto] [PATCH 1/1] meta: add haswell-wc bsp for Intel Haswell Platform (Walnut Canyon CRB) scc and config files

2013-10-22 Thread boon . leong . ong
From: Ong Boon Leong boon.leong@intel.com To create Haswell Platform (Walnut Canyon CRB) cfg scc files for linux-yocto_3.10 meta branch. Signed-off-by: Ong Boon Leong boon.leong@intel.com --- .../bsp/haswell-wc/haswell-wc-preempt-rt.scc | 15

[linux-yocto] [PATCH 1/1] meta: add haswell-wc bsp for Intel Haswell Platform (Walnut Canyon CRB) scc and config files

2013-09-17 Thread boon . leong . ong
From: Ong Boon Leong boon.leong@intel.com To create Haswell Platform (Walnut Canyon CRB) cfg scc files under meta branch Signed-off-by Ong Boon Leong boon.leong@intel.com --- .../bsp/haswell-wc/haswell-wc-preempt-rt.scc | 15

[linux-yocto] [PATCH 1/1] meta: add mohonpeak scc config files

2013-08-24 Thread boon . leong . ong
From: Ong Boon Leong boon.leong@intel.com To create mohonpeak its associated scc cfg files under meta branch Signed-off-by Ong Boon Leong boon.leong@intel.com --- .../bsp/mohonpeak/mohonpeak-preempt-rt.scc | 17 + .../bsp/mohonpeak/mohonpeak-standard.scc

[linux-yocto] [PATCH 0/1] [PATCH] meta: mohonpeak cfg add request

2013-08-24 Thread boon . leong . ong
From: Ong Boon Leong boon.leong@intel.com This commit is meant to add mohonpeak bsp under meta/cfg/kernel-cache/bsp. Rangeley Program has decided to change its bsp name from rangeley to mohonpeak in linux-yocto-3.4 meta branch. So, can the maintainer for this git help to remove rangeley