[linux-yocto] [yocto] yaffs: fix a potential memory leakage and missed put_mtd_device

2017-04-27 Thread Zumeng Chen
Hi Bruce, This patch is to fix a missed put_mtd_device and potential memory fix for yaffs based on standard/base. Cheers, Zumeng commit d9b0a935f7a778a85b029f3d6c187d40fe2b9c39 Author: Zumeng Chen Date: Fri Apr 28 10:44:41 2017 +0800 yaffs: fix potential

[linux-yocto] [PATCH 1/1] yaffs: fix potential memory leakage and codes redundant

2017-04-27 Thread Zumeng Chen
put_mtd_device is match to get_mtd_device to decount users, and also fix the potential memory leakage when failure happens. Signed-off-by: Zumeng Chen --- fs/yaffs2/yaffs_vfs.c | 25 - 1 file changed, 12 insertions(+), 13 deletions(-) diff

Re: [linux-yocto] [linux-yocto-4.1] [Kernel-cache & bsp patch] actions-s500:Enable PM feature & devices on extenstion layer

2017-04-27 Thread Bruce Ashfield
On 2017-04-26 5:10 AM, Jiang Lu wrote: Hi Bruce, This series of patches enable some devices in actions-s500 board: 1.Battery gauge module in PMIC 2.SPI, UART, USB on extention layer. The patch include 11 kernel patch & 1 kernel-meta patch for yocto 4.1 kernel. Please apply the kernel patch