[linux-yocto] [yocto-4.12] [PATCH 3/4] mtd: spi-nor: intel-spi: Add support for Intel Cedar Fork SPI serial flash

2017-12-17 Thread quanyang.wang
From: Mika Westerberg Commit 824af37ef2d054d1f89bd2b9125755a4acc37332 upstream Intel Cedar Fork has the same SPI serial flash controller than Intel Denverton. Add the Intel Cedar Fork PCI ID to the driver list of supported devices. Signed-off-by: Mika Westerberg Signed-off-by: Cyrille Pitchen

[linux-yocto] [yocto-4.12] [PATCH 1/4] mtd: spi-nor: intel-spi: Add support for Intel Denverton SPI serial flash controller

2017-12-17 Thread quanyang.wang
From: Mika Westerberg Commit fe602838a66d34f3d1de71feab92b403e244db8c upstream Intel Denverton exposes the SPI serial flash controller as a PCI device instead of being part of the LPC chip as previous generations did. Signed-off-by: Mika Westerberg Signed-off-by: Cyrille Pitchen --- drivers/

[linux-yocto] [yocto-4.12] [PATCH 2/4] mtd: spi-nor: intel-spi: Add support for Intel Lewisburg SPI serial flash

2017-12-17 Thread quanyang.wang
From: Mika Westerberg Commit d92b0f18a2039ff736b4296ad3cf3d505512051e upstream Intel Lewisburg chipset exposes the SPI serial flash controller as a PCI device in the same way than Intel Denverton. Add Intel Lewisburg SPI serial flash PCI ID to the driver list of supported devices. Signed-off-by

[linux-yocto] [yocto-4.12] [PATCH 4/4] mtd: intel-spi: Add Intel Lewisburg PCH SPI super SKU PCI ID

2017-12-17 Thread quanyang.wang
From: Kuppuswamy Sathyanarayanan Commit ec0a9f62b393ed0c5bb9185a8efebb0ad00b7d0d upstream This patch adds Intel Lewisburg PCH SPI serial flash controller super SKU PCI ID. Signed-off-by: Kuppuswamy Sathyanarayanan Acked-by: Mika Westerberg Signed-off-by: Cyrille Pitchen --- drivers/mtd/spi

[linux-yocto] [PATCH] net/bluetooth: make bluetooth socket can be created in net namespace

2017-12-17 Thread Fupan Li
From: fupan li By now kernel only supported creating bluetooth socket in init_net net namespace, which made bluetooth device cannot be accessed in containers, this patch made bluetooth socket can be created in net namespaces to fix this problem. Signed-off-by: fupan li Signed-off-by: Bruce Ashf