On Fri, 2013-10-18 at 15:50 -0700, Darren Hart wrote:
> Please pull the follow branch as "minnow-io" as a feature-branch into
> linux-yocto 3.10. This is an update to the patches in the minnow bsp
> meta-data, which will be removed in a subsequent patch series.


Bruce,

I was modeling this after the emgd driver in an effort to reduce
machine-specific branches. But this may not make as much sense as these
drivers are only used for this one machine. These could be used just as
patches in the minnow-io.scc file rather than a feature branch and a
merge command. Do you have a preference?

--
Darren


> 
> 
> The following changes since commit e5596282dc64d597bb3b7808aeec6718b157fbe1:
> 
>   kgit: creating baseline state (2013-08-22 14:32:22 -0400)
> 
> are available in the git repository at:
> 
>   git://git.yoctoproject.org/linux-yocto-contrib dvhart/minnow-io
>   
> http://git.yoctoproject.org/cgit.cgi/linux-yocto-contrib/log/?h=dvhart/minnow-io
> 
> Darren Hart (4):
>   gpio-sch: Add sch_gpio_resume_set_enable()
>   minnowboard: Add base platform driver for the MinnowBoard
>   minnowboard-gpio: Export MinnowBoard expansion GPIO
>   minnowboard-keys: Bind MinnowBoard buttons to arrow keys
> 
>  drivers/gpio/gpio-sch.c                 |   24 +++++
>  drivers/platform/x86/Kconfig            |   52 ++++++++++
>  drivers/platform/x86/Makefile           |    3 +
>  drivers/platform/x86/minnowboard-gpio.c |  108 ++++++++++++++++++++
>  drivers/platform/x86/minnowboard-gpio.h |   58 +++++++++++
>  drivers/platform/x86/minnowboard-keys.c |  101 +++++++++++++++++++
>  drivers/platform/x86/minnowboard.c      |  167 
> +++++++++++++++++++++++++++++++
>  include/linux/gpio-sch.h                |    6 ++
>  include/linux/minnowboard.h             |   37 +++++++
>  9 files changed, 556 insertions(+)
>  create mode 100644 drivers/platform/x86/minnowboard-gpio.c
>  create mode 100644 drivers/platform/x86/minnowboard-gpio.h
>  create mode 100644 drivers/platform/x86/minnowboard-keys.c
>  create mode 100644 drivers/platform/x86/minnowboard.c
>  create mode 100644 include/linux/gpio-sch.h
>  create mode 100644 include/linux/minnowboard.h
> 

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel


_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to