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 for standard/actions-s500 branch. 1.Kernel patch: The following changes since commit 2bf6f14ab3f23784548b6e0271359000c3411579: Merge branch 'standard/base' into standard/actions-s500 (2017-04-18 10:49:06 -0400) are available in the git repository at: https://github.com/WarrickJiang/linux-yocto-4.1.git standard/actions-s500_0426 for you to fetch changes up to a6392e54e9c6d5be357eeca31676559719dfaa49: actions-s500:improve code when enable suspend/resume feature in kernel 4.1.21 (2017-04-26 17:03:59 +0800) ---------------------------------------------------------------- Limeng (10): arm:dts:actduino_bubble_gum_sdboot_linux: modify atc260x-cap-gauge node power:atc260x:THIS_MODULE will cause a crash if driver built intto image as static. arm:mach-owl:remove the improper invocation of clk_put() in owl_i2c_set_clk_tree power:atc260x:initialize main PMIC driver in advance ethernet:rtl8201f: enable phy customized led feature arm:dts:actduino_bubble_gum_sdboot_linux: modify atc260x-cap-gauge node arm:dts:actduino_bubble_gum_sdboot_linux:enable spi0 node arm:mach-owl:add code to set UART0 divider parameter arm:dts:actduino_bubble_gum_sdboot_linux: enable UART0 node actions-s500:improve code when enable suspend/resume feature in kernel 4.1.21 hayeswang (1): r8152: support the new RTL8153 chip arch/arm/boot/dts/actduino_bubble_gum_sdboot_linux.dts | 53 ++++++++++++-------- arch/arm/mach-owl/Makefile | 1 - arch/arm/mach-owl/clocktree-atm7059.c | 5 ++ arch/arm/mach-owl/i2c-owl.c | 4 -- arch/arm/mach-owl/processor-owl.c | 107 ---------------------------------------- arch/arm/mach-owl/swsusp-owl.S | 325 ------------------------------------------------------------------------------------------------------------------------- drivers/net/ethernet/acts/ec_hardware.h | 8 +++ drivers/net/ethernet/acts/ec_phy.c | 3 ++ drivers/net/usb/r8152.c | 18 ++++++- drivers/power/atc260x_cap_gauge.c | 2 +- drivers/power/atc260x_power/atc260x_power_main.c | 2 +- include/linux/suspend.h | 1 + kernel/power/hibernate.c | 3 -- kernel/power/main.c | 5 +- kernel/power/power.h | 4 -- kernel/power/snapshot.c | 14 ------ kernel/power/suspend.c | 11 +++++ 17 files changed, 81 insertions(+), 485 deletions(-) delete mode 100644 arch/arm/mach-owl/processor-owl.c delete mode 100644 arch/arm/mach-owl/swsusp-owl.S 2.kernel-meta patch
both the patches and meta data are now merged. Bruce
The following changes since commit 57222e195094512661111b1bc836164f4c1ff3cf: bsp/axxiapowerpc: Add initial fragments (2017-03-29 21:51:28 -0400) are available in the git repository at: https://github.com/WarrickJiang/yocto-kernel-cache.git yocto-4.1 for you to fetch changes up to a7c8978ee143001d6d3b5de155b4d3088d27609f: actions-s500:enable pm related feature (2017-04-26 15:23:56 +0800) ---------------------------------------------------------------- Jiang Lu (1): actions-s500:enable pm related feature bsp/actions-s500/actions-s500.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) Thanks Jiang Lu
-- _______________________________________________ linux-yocto mailing list linux-yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/linux-yocto