An overarching problem with this patch series is that the commit format isn't correct. The general commit format is:
area/modified: What the commit does Explanation of why this commit is needed/wanted. Signed-off-by: Your Name <your.email@domain> One-line commit messages should be avoided, and I don't think your patches will be accepted without a signoff! Thanks, Cal On 04/27/2016 09:24 PM, [email protected] wrote: > From: Ong Chun Weng <[email protected]> > > These patch is to enable the kernel configuration for Skylake. > And these patch is tested on Saddlebrook platform. > > Please review and merge into yocto-kernel-cache branch yocto-4.4. > > Thanks, > Chun Weng > > Ong Chun Weng (6): > features: soc: enable configurations for skylake > intel-pinctrl: enable pinctrl driver for skylake > intel-common: add support for more driver features for 32-bit system > intel-common-drivers: enable EG20T platform controller hub > intel-common-drivers: enable OSS sound support > intel-common: enable support for skylake in intel common bsp > > bsp/intel-common/intel-common-drivers-32.scc | 28 > ++++++++++++++++++++++++++++ > bsp/intel-common/intel-common-drivers.scc | 6 ++++++ > bsp/intel-common/intel-core2-32.scc | 1 + > bsp/intel-common/intel-corei7-64.scc | 1 + > features/intel-pinctrl/intel-pinctrl.cfg | 2 ++ > features/soc/skylake/skylake.cfg | 22 ++++++++++++++++++++++ > features/soc/skylake/skylake.scc | 12 ++++++++++++ > 7 files changed, 72 insertions(+) > create mode 100644 features/soc/skylake/skylake.cfg > create mode 100644 features/soc/skylake/skylake.scc > -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
