Re: [linux-yocto] [PULL REQUEST] Intel Axxia updates to linux-yocto-4.12

2018-01-23 Thread Paul Gortmaker
[Re: [linux-yocto] [PULL REQUEST] Intel Axxia updates to linux-yocto-4.12] On 23/01/2018 (Tue 15:57) Dragomir Daniel wrote: > > On 20.01.2018 04:18, Paul Gortmaker wrote: > >[[linux-yocto] [PULL REQUEST] Intel Axxia updates to linux-yocto-4.12] On > >18/01/2018 (Thu 20:03) Daniel Dragomir wrote

Re: [linux-yocto] [yocto-4.12][PULL REQUEST] update iwlwifi dirver to newest version to support 9560NGW

2018-01-23 Thread Bruce Ashfield
On 01/18/2018 10:31 PM, Liwei Song wrote: Hi Bruce, This series patch use to update iwlwifi driver to the newest version to support 9000 wifi card, as you know, the iwlwifi driver has changed more so the best way is to select all iwlwifi patch, this can aviod many patches adjust, meanwhile, it i

Re: [linux-yocto] [yocto-4.12][PATCH 0/5] Add some external device ids for cfl and cnl

2018-01-23 Thread Bruce Ashfield
On 01/23/2018 04:45 AM, Liwei Song wrote: Hi Bruce, This 5 upstream patches add the pci ids for following device: SMBus, I2C, HS-UART, SPI, eMMC/SD. merged Bruce Adrian Hunter (1): mmc: sdhci-pci: Add support for Intel CNP Andy Shevchenko (1): mfd: intel-lpss: Add Intel Cannonlake P

Re: [linux-yocto] [kernel-cache] [yocto-4.9|4.12] [PATCH] bsp/axxiaarm*: Cleanup to avoid kernel_configcheck warnings

2018-01-23 Thread Bruce Ashfield
merged. Bruce On 01/22/2018 12:07 PM, Daniel Dragomir wrote: Signed-off-by: Daniel Dragomir --- bsp/axxiaarm/axxiaarm.cfg | 10 -- bsp/axxiaarm64/axxiaarm64.cfg | 11 --- 2 files changed, 21 deletions(-) diff --git a/bsp/axxiaarm/axxiaarm.cfg b/bsp/axxiaarm/axxiaarm.cf

Re: [linux-yocto] [kernel-cache] [yocto-4.1] [PATCH] bsp/axxiaarm*: Cleanup to avoid kernel_configcheck warnings

2018-01-23 Thread Bruce Ashfield
merged. Bruce On 01/22/2018 12:07 PM, Daniel Dragomir wrote: Signed-off-by: Daniel Dragomir --- bsp/axxiaarm/axxiaarm.cfg | 5 - bsp/axxiaarm64/axxiaarm64.cfg | 5 - bsp/axxiapowerpc/axxiapowerpc.cfg | 3 --- 3 files changed, 13 deletions(-) diff --git a/bsp/axxiaarm/

Re: [linux-yocto] [PATCH 0/2] Intel Axxia updates to yocto-kernel-cache yocto-4.12

2018-01-23 Thread Bruce Ashfield
On 01/18/2018 01:03 PM, Daniel Dragomir wrote: Hello Bruce! Please apply those patches on the 'yocto-4.12' branch from git.yoctoproject.org/yocto-kernel-cache merged. If there are any changes with the v2 4.12 BSP code, send updates on top of these fragments. Bruce This is a porting from 4

Re: [linux-yocto] [PULL REQUEST] Intel Axxia updates to linux-yocto-4.12

2018-01-23 Thread Dragomir Daniel
On 20.01.2018 04:18, Paul Gortmaker wrote: [[linux-yocto] [PULL REQUEST] Intel Axxia updates to linux-yocto-4.12] On 18/01/2018 (Thu 20:03) Daniel Dragomir wrote: Hello Bruce! This is the first pull request for Axxia changes on kernel 4.12 which were ported from our 4.9 Yocto branches. I che

[linux-yocto] [PATCH 5/5] mmc: sdhci-pci: Add support for Intel CNP

2018-01-23 Thread Liwei Song
From: Adrian Hunter commit bc55dcd822f98cd7c170d0aeac4ed4fb79c86bda upstream. Add PCI ids and enhanced strobe support for Intel CNP. This is combined with GLK due to the pending CMDQ support which they both share. Signed-off-by: Adrian Hunter Signed-off-by: Ulf Hansson Signed-off-by: Liwei So

[linux-yocto] [PATCH 2/5] mfd: intel-lpss: Add Intel Cannonlake PCI IDs

2018-01-23 Thread Liwei Song
From: Andy Shevchenko commit b418bbff36dd25dc49ed6abbb1e1deedd0d7cff5 upstream. Intel Cannonlake PCH has the same LPSS than Intel Kabylake. Add the new IDs to the list of supported devices. Signed-off-by: Mika Westerberg Signed-off-by: Andy Shevchenko Signed-off-by: Lee Jones Signed-off-by:

[linux-yocto] [PATCH 3/5] spi: pxa2xx: Add support for Intel Cannonlake

2018-01-23 Thread Liwei Song
From: Jarkko Nikula commit fc0b2acc754a183aa79e2abb8bca8fd915832694 upstream. Intel Cannonlake LPSS SPI has up to four chip selects per port like in Broxton and is clocked like Sunrisepoint and Kaby Lake. Add a new type LPSS_CNL_SSP and configuration that enable runtime chip select detection and

[linux-yocto] [PATCH 4/5] mmc: sdhci-pci: Use macros in pci_ids definition

2018-01-23 Thread Liwei Song
From: Matthias Kraemer commit c949c907497267a97639fee858de9d6691296b99 upstream. This patch applies customized PCI_DEVICE_ macros to specify the pci_ids instead of open-coding them within the sdhci-pci driver. By introducing device specific macros the pci_ids table becomes much shorter and easi

[linux-yocto] [PATCH 1/5] i2c: i801: Add support for Intel Cannon Lake

2018-01-23 Thread Liwei Song
From: Srinivas Pandruvada commit 09a1de04d59870b34b2a8106671c7bdea4ca9a90 upstream. Added SMBUS PCI Ids for SMBUS for Cannon Lake PCH. Signed-off-by: Srinivas Pandruvada [jarkko.nik...@linux.intel.com: Add entries to Documentation and Kconfig. Cover Cannon Lake-H too] Signed-off-by: Jarkko Nik

[linux-yocto] [yocto-4.12][PATCH 0/5] Add some external device ids for cfl and cnl

2018-01-23 Thread Liwei Song
Hi Bruce, This 5 upstream patches add the pci ids for following device: SMBus, I2C, HS-UART, SPI, eMMC/SD. Adrian Hunter (1): mmc: sdhci-pci: Add support for Intel CNP Andy Shevchenko (1): mfd: intel-lpss: Add Intel Cannonlake PCI IDs Jarkko Nikula (1): spi: pxa2xx: Add support for Intel