All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm-extra][PATCH] linux-boundary (3.10.17): Bump SRCREV to ca882d5a
@ 2014-07-01  7:30 Christoph Settgast
  2014-07-02 15:40 ` Eric Nelson
  0 siblings, 1 reply; 4+ messages in thread
From: Christoph Settgast @ 2014-07-01  7:30 UTC (permalink / raw)
  To: meta-freescale

nitrogen6x-lite fixes:
- adds okaya_480x272 panel definition, which is default in 6x_bootscript
- configure GPIO outputs as gpio-leds
- use weak pull-down on dry-contact to keep normally closed

Signed-off-by: Christoph Settgast <christoph.settgast@methodpark.de>
---
 recipes-kernel/linux/linux-boundary_3.10.17.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-boundary_3.10.17.bb b/recipes-kernel/linux/linux-boundary_3.10.17.bb
index 694bfd4..15d3313 100644
--- a/recipes-kernel/linux/linux-boundary_3.10.17.bb
+++ b/recipes-kernel/linux/linux-boundary_3.10.17.bb
@@ -11,7 +11,7 @@ SRC_URI = "git://github.com/boundarydevices/linux-imx6.git;branch=${SRCBRANCH} \
 
 LOCALVERSION = "-1.0.0_ga+yocto"
 SRCBRANCH = "boundary-imx_3.10.17_1.0.0_ga"
-SRCREV = "cfb334db7a520b947d1db3620d4b594c47c0c4bb"
+SRCREV = "ca882d5a8f09d4e0e7aecd754baab54bf04a8768"
 DEPENDS += "lzop-native "
 COMPATIBLE_MACHINE = "(mx6)"
 COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite)"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [meta-fsl-arm-extra][PATCH] linux-boundary (3.10.17): Bump SRCREV to ca882d5a
  2014-07-01  7:30 [meta-fsl-arm-extra][PATCH] linux-boundary (3.10.17): Bump SRCREV to ca882d5a Christoph Settgast
@ 2014-07-02 15:40 ` Eric Nelson
  2014-07-02 16:56   ` Otavio Salvador
  0 siblings, 1 reply; 4+ messages in thread
From: Eric Nelson @ 2014-07-02 15:40 UTC (permalink / raw)
  To: Christoph Settgast, meta-freescale

Thanks Christoph,

On 07/01/2014 12:30 AM, Christoph Settgast wrote:
> nitrogen6x-lite fixes:
> - adds okaya_480x272 panel definition, which is default in 6x_bootscript
> - configure GPIO outputs as gpio-leds
> - use weak pull-down on dry-contact to keep normally closed
> 
> Signed-off-by: Christoph Settgast <christoph.settgast@methodpark.de>
> ---
>  recipes-kernel/linux/linux-boundary_3.10.17.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-kernel/linux/linux-boundary_3.10.17.bb b/recipes-kernel/linux/linux-boundary_3.10.17.bb
> index 694bfd4..15d3313 100644
> --- a/recipes-kernel/linux/linux-boundary_3.10.17.bb
> +++ b/recipes-kernel/linux/linux-boundary_3.10.17.bb
> @@ -11,7 +11,7 @@ SRC_URI = "git://github.com/boundarydevices/linux-imx6.git;branch=${SRCBRANCH} \
>  
>  LOCALVERSION = "-1.0.0_ga+yocto"
>  SRCBRANCH = "boundary-imx_3.10.17_1.0.0_ga"
> -SRCREV = "cfb334db7a520b947d1db3620d4b594c47c0c4bb"
> +SRCREV = "ca882d5a8f09d4e0e7aecd754baab54bf04a8768" 
>  DEPENDS += "lzop-native "
>  COMPATIBLE_MACHINE = "(mx6)"
>  COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite)"
> 

Can I ask for a V2 with some additional commentary?

Updates in this release include:
	- Configures GPIOs on Nitrogen6_Lite as "gpio-led" devices
	- Updates to nit6xlite_defconfig to match nitrogen6x_defconfig
	- Added support for Okaya 480x272 display
	- Allows concurrent operation of OV5640 MIPI and OV5642 parallel
	cameras

Thanks in advance,


Eric


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [meta-fsl-arm-extra][PATCH] linux-boundary (3.10.17): Bump SRCREV to ca882d5a
  2014-07-02 15:40 ` Eric Nelson
@ 2014-07-02 16:56   ` Otavio Salvador
  2014-07-02 17:01     ` Eric Nelson
  0 siblings, 1 reply; 4+ messages in thread
From: Otavio Salvador @ 2014-07-02 16:56 UTC (permalink / raw)
  To: Eric Nelson; +Cc: meta-freescale@yoctoproject.org

On Wed, Jul 2, 2014 at 12:40 PM, Eric Nelson
<eric.nelson@boundarydevices.com> wrote:
> Can I ask for a V2 with some additional commentary?
>
> Updates in this release include:
>         - Configures GPIOs on Nitrogen6_Lite as "gpio-led" devices
>         - Updates to nit6xlite_defconfig to match nitrogen6x_defconfig
>         - Added support for Okaya 480x272 display
>         - Allows concurrent operation of OV5640 MIPI and OV5642 parallel
>         cameras
>
> Thanks in advance,

No need of a v2; I changed the patch while applying it.


-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [meta-fsl-arm-extra][PATCH] linux-boundary (3.10.17): Bump SRCREV to ca882d5a
  2014-07-02 16:56   ` Otavio Salvador
@ 2014-07-02 17:01     ` Eric Nelson
  0 siblings, 0 replies; 4+ messages in thread
From: Eric Nelson @ 2014-07-02 17:01 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org

On 07/02/2014 09:56 AM, Otavio Salvador wrote:
> On Wed, Jul 2, 2014 at 12:40 PM, Eric Nelson
> <eric.nelson@boundarydevices.com> wrote:
>> Can I ask for a V2 with some additional commentary?
>>
>> Updates in this release include:
>>         - Configures GPIOs on Nitrogen6_Lite as "gpio-led" devices
>>         - Updates to nit6xlite_defconfig to match nitrogen6x_defconfig
>>         - Added support for Okaya 480x272 display
>>         - Allows concurrent operation of OV5640 MIPI and OV5642 parallel
>>         cameras
>>
>> Thanks in advance,
> 
> No need of a v2; I changed the patch while applying it.
> 
> 
Many thanks Otavio!


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-07-02 17:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-01  7:30 [meta-fsl-arm-extra][PATCH] linux-boundary (3.10.17): Bump SRCREV to ca882d5a Christoph Settgast
2014-07-02 15:40 ` Eric Nelson
2014-07-02 16:56   ` Otavio Salvador
2014-07-02 17:01     ` Eric Nelson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.