All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm-extra][PATCH 0/3] linux-boundary (3.10.17): update to latest up-stream
@ 2015-03-13 21:53 Eric Nelson
  2015-03-13 21:53 ` [meta-fsl-arm-extra][PATCH 1/3] linux-boundary (3.10.17): Bump SRCREV to da45c17 Eric Nelson
                   ` (6 more replies)
  0 siblings, 7 replies; 18+ messages in thread
From: Eric Nelson @ 2015-03-13 21:53 UTC (permalink / raw)
  To: meta-freescale

For dizzy branch.

Update linux-boundary code, defconfig, and machine configurations to
match Boundary Devices up-stream kernels, including support for new
peripherals and a new Nitrogen6_VM board.

Eric Nelson (3):
  linux-boundary (3.10.17): Bump SRCREV to da45c17
  linux-boundary (3.10.17): sync defconfig for nitrogen6x
  nitrogen6x: Add two new DTBs for Nitrogen6_VM board

 conf/machine/nitrogen6x.conf                       |  1 +
 .../linux-boundary-3.10.17/nitrogen6x/defconfig    | 39 +++++++++++++++++-----
 recipes-kernel/linux/linux-boundary_3.10.17.bb     |  2 +-
 3 files changed, 33 insertions(+), 9 deletions(-)

-- 
1.9.1



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

* [meta-fsl-arm-extra][PATCH 1/3] linux-boundary (3.10.17): Bump SRCREV to da45c17
  2015-03-13 21:53 [meta-fsl-arm-extra][PATCH 0/3] linux-boundary (3.10.17): update to latest up-stream Eric Nelson
@ 2015-03-13 21:53 ` Eric Nelson
  2015-03-13 21:53 ` [meta-fsl-arm-extra][PATCH 2/3] linux-boundary (3.10.17): sync defconfig for nitrogen6x Eric Nelson
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 18+ messages in thread
From: Eric Nelson @ 2015-03-13 21:53 UTC (permalink / raw)
  To: meta-freescale

Update kernel to Boundary Devices' latest.

Notable updates include:
	serial port update for framing/parity errors
	DT updates to allow access to SPI-NOR
	SGTL5000 updates
	add support for Nitrogen6_VM
	add support for Huawei MU609 USB modem
	minor RTC fixes
	new display: AUO_G050
	added support for new Broadcom WiFi chips
	TSC2004 touch screen fixes
	add support for eMMC 5.0 devices
	added DT for use with TC358743 HDMI Mipi daughter board

Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
---
 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 b25314b..04dd325 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.2_ga+yocto"
 SRCBRANCH = "boundary-imx_3.10.17_1.0.2_ga"
-SRCREV = "4ed13da788a463b1c5b6b26ecc2524d500ad1e9b"
+SRCREV = "da45c17308845960330a5f24c77cbe86e1bb3177"
 DEPENDS += "lzop-native bc-native"
 COMPATIBLE_MACHINE = "(mx6)"
 COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite)"
-- 
1.9.1



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

* [meta-fsl-arm-extra][PATCH 2/3] linux-boundary (3.10.17): sync defconfig for nitrogen6x
  2015-03-13 21:53 [meta-fsl-arm-extra][PATCH 0/3] linux-boundary (3.10.17): update to latest up-stream Eric Nelson
  2015-03-13 21:53 ` [meta-fsl-arm-extra][PATCH 1/3] linux-boundary (3.10.17): Bump SRCREV to da45c17 Eric Nelson
@ 2015-03-13 21:53 ` Eric Nelson
  2015-03-13 21:53 ` [meta-fsl-arm-extra][PATCH 3/3] nitrogen6x: Add two new DTBs for Nitrogen6_VM board Eric Nelson
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 18+ messages in thread
From: Eric Nelson @ 2015-03-13 21:53 UTC (permalink / raw)
  To: meta-freescale

Synchronize nitrogen6x kernel configuration with up-stream.
In particular:
	- remove PCI RC/EP test mode:
	    https://community.freescale.com/thread/328257
	- remove parts not supported on Boundary Devices boards:
		WEIM
		MIPI DSI
		JFFS2/UBIFS (no NAND on Boundary Devices boards)
		MAG3110
	- Add support for Huawei 3G modem and IP routing
	- Add USB ACM
	- Add driver for magnetic swipe over GPIO pins

Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
---
 .../linux-boundary-3.10.17/nitrogen6x/defconfig    | 39 +++++++++++++++++-----
 1 file changed, 31 insertions(+), 8 deletions(-)

diff --git a/recipes-kernel/linux/linux-boundary-3.10.17/nitrogen6x/defconfig b/recipes-kernel/linux/linux-boundary-3.10.17/nitrogen6x/defconfig
index 00ff4b2..829e04f 100644
--- a/recipes-kernel/linux/linux-boundary-3.10.17/nitrogen6x/defconfig
+++ b/recipes-kernel/linux/linux-boundary-3.10.17/nitrogen6x/defconfig
@@ -23,7 +23,6 @@ CONFIG_SOC_IMX6SL=y
 CONFIG_PCI=y
 CONFIG_PCI_MSI=y
 CONFIG_PCI_IMX6=y
-CONFIG_RC_MODE_IN_EP_RC_SYS=y
 CONFIG_SMP=y
 CONFIG_PREEMPT_VOLUNTARY=y
 CONFIG_AEABI=y
@@ -58,6 +57,17 @@ CONFIG_IP_PNP_DHCP=y
 # CONFIG_INET_LRO is not set
 CONFIG_IPV6=y
 CONFIG_NETFILTER=y
+CONFIG_NF_CONNTRACK=m
+# CONFIG_NF_CONNTRACK_PROCFS is not set
+CONFIG_NF_CONNTRACK_IPV4=m
+CONFIG_IP_NF_IPTABLES=m
+CONFIG_IP_NF_FILTER=m
+CONFIG_IP_NF_TARGET_REJECT=m
+CONFIG_IP_NF_TARGET_ULOG=m
+CONFIG_NF_NAT_IPV4=m
+CONFIG_IP_NF_TARGET_MASQUERADE=m
+CONFIG_IP_NF_TARGET_NETMAP=m
+CONFIG_IP_NF_TARGET_REDIRECT=m
 CONFIG_CAN=m
 CONFIG_CAN_FLEXCAN=m
 CONFIG_BT=m
@@ -79,7 +89,6 @@ CONFIG_DEVTMPFS_MOUNT=y
 # CONFIG_STANDALONE is not set
 CONFIG_CMA=y
 CONFIG_CMA_SIZE_MBYTES=256
-CONFIG_IMX_WEIM=y
 CONFIG_CONNECTOR=y
 CONFIG_MTD=y
 CONFIG_MTD_CMDLINE_PARTS=y
@@ -125,6 +134,22 @@ CONFIG_MII=y
 # CONFIG_NET_VENDOR_STMICRO is not set
 # CONFIG_NET_VENDOR_WIZNET is not set
 CONFIG_MICREL_PHY=y
+CONFIG_PPP=m
+CONFIG_PPP_BSDCOMP=m
+CONFIG_PPP_DEFLATE=m
+CONFIG_PPP_FILTER=y
+CONFIG_PPP_MULTILINK=y
+CONFIG_PPP_ASYNC=m
+CONFIG_PPP_SYNC_TTY=m
+CONFIG_USB_USBNET=m
+# CONFIG_USB_NET_AX8817X is not set
+# CONFIG_USB_NET_AX88179_178A is not set
+CONFIG_USB_NET_CDC_EEM=m
+CONFIG_USB_NET_CDC_MBIM=m
+# CONFIG_USB_NET_NET1080 is not set
+# CONFIG_USB_NET_CDC_SUBSET is not set
+# CONFIG_USB_NET_ZAURUS is not set
+CONFIG_USB_HSO=m
 CONFIG_IWLWIFI=m
 CONFIG_WL_TI=y
 CONFIG_WL12XX=m
@@ -150,6 +175,7 @@ CONFIG_SERIAL_IMX=y
 CONFIG_SERIAL_IMX_CONSOLE=y
 CONFIG_SERIAL_FSL_LPUART=y
 CONFIG_SERIAL_FSL_LPUART_CONSOLE=y
+CONFIG_MAGSTRIPE=m
 # CONFIG_I2C_COMPAT is not set
 CONFIG_I2C_CHARDEV=y
 CONFIG_I2C_MUX=y
@@ -163,7 +189,6 @@ CONFIG_SPI_IMX=y
 CONFIG_SPI_SPIDEV=y
 CONFIG_GPIO_SYSFS=y
 CONFIG_POWER_SUPPLY=y
-CONFIG_SENSORS_MAG3110=y
 CONFIG_THERMAL=y
 CONFIG_CPU_THERMAL=y
 CONFIG_IMX_THERMAL=y
@@ -203,8 +228,6 @@ CONFIG_BACKLIGHT_CLASS_DEVICE=y
 CONFIG_BACKLIGHT_PWM=y
 CONFIG_FB_MXC_SYNC_PANEL=y
 CONFIG_FB_MXC_LDB=y
-CONFIG_FB_MXC_MIPI_DSI=y
-CONFIG_FB_MXC_TRULY_WVGA_SYNC_PANEL=y
 CONFIG_FB_MXC_HDMI=y
 CONFIG_FRAMEBUFFER_CONSOLE=y
 CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
@@ -224,6 +247,7 @@ CONFIG_SND_SOC_IMX_SGTL5000=y
 CONFIG_SND_SOC_IMX_HDMI=y
 CONFIG_USB=y
 CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_ACM=y
 CONFIG_USB_STORAGE=y
 CONFIG_USB_CHIPIDEA=y
 CONFIG_USB_CHIPIDEA_UDC=y
@@ -235,7 +259,7 @@ CONFIG_USB_SERIAL_FTDI_SIO=y
 CONFIG_USB_SERIAL_KEYSPAN=y
 CONFIG_USB_SERIAL_PL2303=y
 CONFIG_USB_SERIAL_QUALCOMM=y
-CONFIG_USB_SERIAL_OPTION=y
+CONFIG_USB_SERIAL_OPTION=m
 CONFIG_USB_PHY=y
 CONFIG_USB_MXS_PHY=y
 CONFIG_USB_GADGET=y
@@ -259,6 +283,7 @@ CONFIG_LEDS_PWM=y
 CONFIG_RTC_CLASS=y
 CONFIG_RTC_INTF_DEV_UIE_EMUL=y
 CONFIG_RTC_DRV_ISL1208=y
+CONFIG_RTC_DRV_RV4162=y
 CONFIG_RTC_DRV_SNVS=y
 CONFIG_DMADEVICES=y
 # CONFIG_MX3_IPU is not set
@@ -292,8 +317,6 @@ CONFIG_MSDOS_FS=m
 CONFIG_VFAT_FS=y
 CONFIG_TMPFS=y
 CONFIG_TMPFS_POSIX_ACL=y
-CONFIG_JFFS2_FS=y
-CONFIG_UBIFS_FS=y
 CONFIG_SQUASHFS=y
 CONFIG_NFS_FS=y
 CONFIG_NFS_V3_ACL=y
-- 
1.9.1



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

* [meta-fsl-arm-extra][PATCH 3/3] nitrogen6x: Add two new DTBs for Nitrogen6_VM board
  2015-03-13 21:53 [meta-fsl-arm-extra][PATCH 0/3] linux-boundary (3.10.17): update to latest up-stream Eric Nelson
  2015-03-13 21:53 ` [meta-fsl-arm-extra][PATCH 1/3] linux-boundary (3.10.17): Bump SRCREV to da45c17 Eric Nelson
  2015-03-13 21:53 ` [meta-fsl-arm-extra][PATCH 2/3] linux-boundary (3.10.17): sync defconfig for nitrogen6x Eric Nelson
@ 2015-03-13 21:53 ` Eric Nelson
  2015-03-13 22:02 ` [meta-fsl-arm-extra][PATCH 0/3] linux-boundary (3.10.17): update to latest up-stream Gary Thomas
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 18+ messages in thread
From: Eric Nelson @ 2015-03-13 21:53 UTC (permalink / raw)
  To: meta-freescale

Add support for new Nitrogen6_VM board.

The Nitrogen6_VM is a variant of Nitrogen6x with a Solo processor,
512MiB/1GiB options for memory, on-board eMMC and an AR1020
resistive touch controller.

The board is designed to fit behind a 6.2" KoE 640x240 displays
with vertical-mount (VM) connectors to save space.

Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
---
 conf/machine/nitrogen6x.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conf/machine/nitrogen6x.conf b/conf/machine/nitrogen6x.conf
index 7fa2630..6b90730 100644
--- a/conf/machine/nitrogen6x.conf
+++ b/conf/machine/nitrogen6x.conf
@@ -37,6 +37,7 @@ SOC_FAMILY = "mx6:mx6dl:mx6q"
 KERNEL_DEVICETREE = "imx6q-sabrelite.dtb \
                         imx6q-nitrogen6_max.dtb imx6dl-nitrogen6_max.dtb \
                         imx6q-nitrogen6x.dtb imx6dl-nitrogen6x.dtb \
+                        imx6dl-nitrogen6_vm.dtb imx6dl-nitrogen6_vm-magstripe.dtb \
 "
 KERNEL_IMAGETYPE = "uImage"
 
-- 
1.9.1



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

* Re: [meta-fsl-arm-extra][PATCH 0/3] linux-boundary (3.10.17): update to latest up-stream
  2015-03-13 21:53 [meta-fsl-arm-extra][PATCH 0/3] linux-boundary (3.10.17): update to latest up-stream Eric Nelson
                   ` (2 preceding siblings ...)
  2015-03-13 21:53 ` [meta-fsl-arm-extra][PATCH 3/3] nitrogen6x: Add two new DTBs for Nitrogen6_VM board Eric Nelson
@ 2015-03-13 22:02 ` Gary Thomas
  2015-03-13 22:17   ` Eric Nelson
  2015-03-13 22:08 ` [meta-fsl-arm-extra][PATCH 3/3] nitrogen6x: Add two new DTBs for Nitrogen6_VM board Eric Nelson
                   ` (2 subsequent siblings)
  6 siblings, 1 reply; 18+ messages in thread
From: Gary Thomas @ 2015-03-13 22:02 UTC (permalink / raw)
  To: meta-freescale

On 2015-03-13 15:53, Eric Nelson wrote:
> For dizzy branch.
>
> Update linux-boundary code, defconfig, and machine configurations to
> match Boundary Devices up-stream kernels, including support for new
> peripherals and a new Nitrogen6_VM board.
>
> Eric Nelson (3):
>    linux-boundary (3.10.17): Bump SRCREV to da45c17
>    linux-boundary (3.10.17): sync defconfig for nitrogen6x
>    nitrogen6x: Add two new DTBs for Nitrogen6_VM board
>
>   conf/machine/nitrogen6x.conf                       |  1 +
>   .../linux-boundary-3.10.17/nitrogen6x/defconfig    | 39 +++++++++++++++++-----
>   recipes-kernel/linux/linux-boundary_3.10.17.bb     |  2 +-
>   3 files changed, 33 insertions(+), 9 deletions(-)
>

Any hope of getting 3.10.53 anytime soon?  Including video
and camera capture?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* [meta-fsl-arm-extra][PATCH 3/3] nitrogen6x: Add two new DTBs for Nitrogen6_VM board
  2015-03-13 21:53 [meta-fsl-arm-extra][PATCH 0/3] linux-boundary (3.10.17): update to latest up-stream Eric Nelson
                   ` (3 preceding siblings ...)
  2015-03-13 22:02 ` [meta-fsl-arm-extra][PATCH 0/3] linux-boundary (3.10.17): update to latest up-stream Gary Thomas
@ 2015-03-13 22:08 ` Eric Nelson
  2015-03-13 22:10 ` [meta-fsl-arm-extra][PATCH V2 1/3] linux-boundary (3.10.17): Bump SRCREV to 10245a3 Eric Nelson
  2015-03-17 17:22 ` [meta-fsl-arm-extra][PATCH 0/3] linux-boundary (3.10.17): update to latest up-stream Eric Nelson
  6 siblings, 0 replies; 18+ messages in thread
From: Eric Nelson @ 2015-03-13 22:08 UTC (permalink / raw)
  To: meta-freescale

Add support for new Nitrogen6_VM board.

The Nitrogen6_VM is a variant of Nitrogen6x with a Solo processor,
512MiB/1GiB options for memory, on-board eMMC and an AR1020
resistive touch controller.

The board is designed to fit behind a 6.2" KoE 640x240 displays
with vertical-mount (VM) connectors to save space.

Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
---
 conf/machine/nitrogen6x.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conf/machine/nitrogen6x.conf b/conf/machine/nitrogen6x.conf
index 7fa2630..6b90730 100644
--- a/conf/machine/nitrogen6x.conf
+++ b/conf/machine/nitrogen6x.conf
@@ -37,6 +37,7 @@ SOC_FAMILY = "mx6:mx6dl:mx6q"
 KERNEL_DEVICETREE = "imx6q-sabrelite.dtb \
                         imx6q-nitrogen6_max.dtb imx6dl-nitrogen6_max.dtb \
                         imx6q-nitrogen6x.dtb imx6dl-nitrogen6x.dtb \
+                        imx6dl-nitrogen6_vm.dtb imx6dl-nitrogen6_vm-magstripe.dtb \
 "
 KERNEL_IMAGETYPE = "uImage"
 
-- 
1.9.1



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

* [meta-fsl-arm-extra][PATCH V2 1/3] linux-boundary (3.10.17): Bump SRCREV to 10245a3
  2015-03-13 21:53 [meta-fsl-arm-extra][PATCH 0/3] linux-boundary (3.10.17): update to latest up-stream Eric Nelson
                   ` (4 preceding siblings ...)
  2015-03-13 22:08 ` [meta-fsl-arm-extra][PATCH 3/3] nitrogen6x: Add two new DTBs for Nitrogen6_VM board Eric Nelson
@ 2015-03-13 22:10 ` Eric Nelson
  2015-03-17 17:22 ` [meta-fsl-arm-extra][PATCH 0/3] linux-boundary (3.10.17): update to latest up-stream Eric Nelson
  6 siblings, 0 replies; 18+ messages in thread
From: Eric Nelson @ 2015-03-13 22:10 UTC (permalink / raw)
  To: meta-freescale

Update kernel to Boundary Devices' latest.

Notable updates include:
	serial port update for framing/parity errors
	DT updates to allow access to SPI-NOR
	SGTL5000 updates
	add support for Nitrogen6_VM
	add support for Huawei MU609 USB modem
	minor RTC fixes
	new display: AUO_G050
	added support for new Broadcom WiFi chips
	TSC2004 touch screen fixes
	add support for eMMC 5.0 devices
	added DT for use with TC358743 HDMI Mipi daughter board

Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
---
 V2 fixes the commit message

 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 b25314b..04dd325 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.2_ga+yocto"
 SRCBRANCH = "boundary-imx_3.10.17_1.0.2_ga"
-SRCREV = "4ed13da788a463b1c5b6b26ecc2524d500ad1e9b"
+SRCREV = "10245a3b673c60659995b8a2dd41b11ba8332726"
 DEPENDS += "lzop-native bc-native"
 COMPATIBLE_MACHINE = "(mx6)"
 COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite)"
-- 
1.9.1



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

* Re: [meta-fsl-arm-extra][PATCH 0/3] linux-boundary (3.10.17): update to latest up-stream
  2015-03-13 22:02 ` [meta-fsl-arm-extra][PATCH 0/3] linux-boundary (3.10.17): update to latest up-stream Gary Thomas
@ 2015-03-13 22:17   ` Eric Nelson
  2015-03-26 14:18     ` Gary Thomas
  0 siblings, 1 reply; 18+ messages in thread
From: Eric Nelson @ 2015-03-13 22:17 UTC (permalink / raw)
  To: Gary Thomas, meta-freescale

Hi Gary,

On 03/13/2015 03:02 PM, Gary Thomas wrote:
> On 2015-03-13 15:53, Eric Nelson wrote:
>> For dizzy branch.
>>
>> Update linux-boundary code, defconfig, and machine configurations to
>> match Boundary Devices up-stream kernels, including support for new
>> peripherals and a new Nitrogen6_VM board.
>>
>> Eric Nelson (3):
>>    linux-boundary (3.10.17): Bump SRCREV to da45c17
>>    linux-boundary (3.10.17): sync defconfig for nitrogen6x
>>    nitrogen6x: Add two new DTBs for Nitrogen6_VM board
>>
>>   conf/machine/nitrogen6x.conf                       |  1 +
>>   .../linux-boundary-3.10.17/nitrogen6x/defconfig    | 39
>> +++++++++++++++++-----
>>   recipes-kernel/linux/linux-boundary_3.10.17.bb     |  2 +-
>>   3 files changed, 33 insertions(+), 9 deletions(-)
>>
> 
> Any hope of getting 3.10.53 anytime soon?  Including video
> and camera capture?
> 

Both are present on our -pass1 branch, but we're still testing.
	https://github.com/boundarydevices/linux-imx6/tree/boundary-imx_3.10.53_1.1.0_ga-pass1

Because of changes in the LVDS driver, we'll also need an update to the
boot script as described in this commit:
	https://github.com/boundarydevices/u-boot-imx6/commit/740ce44

Regards,


Eric


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

* Re: [meta-fsl-arm-extra][PATCH 0/3] linux-boundary (3.10.17): update to latest up-stream
  2015-03-13 21:53 [meta-fsl-arm-extra][PATCH 0/3] linux-boundary (3.10.17): update to latest up-stream Eric Nelson
                   ` (5 preceding siblings ...)
  2015-03-13 22:10 ` [meta-fsl-arm-extra][PATCH V2 1/3] linux-boundary (3.10.17): Bump SRCREV to 10245a3 Eric Nelson
@ 2015-03-17 17:22 ` Eric Nelson
  2015-03-17 18:28   ` Otavio Salvador
  6 siblings, 1 reply; 18+ messages in thread
From: Eric Nelson @ 2015-03-17 17:22 UTC (permalink / raw)
  To: meta-freescale, Otavio Salvador

Hi Otavio,

On 03/13/2015 02:53 PM, Eric Nelson wrote:
> For dizzy branch.
> 
> Update linux-boundary code, defconfig, and machine configurations to
> match Boundary Devices up-stream kernels, including support for new
> peripherals and a new Nitrogen6_VM board.
> 
> Eric Nelson (3):
>   linux-boundary (3.10.17): Bump SRCREV to da45c17
>   linux-boundary (3.10.17): sync defconfig for nitrogen6x
>   nitrogen6x: Add two new DTBs for Nitrogen6_VM board
> 
>  conf/machine/nitrogen6x.conf                       |  1 +
>  .../linux-boundary-3.10.17/nitrogen6x/defconfig    | 39 +++++++++++++++++-----
>  recipes-kernel/linux/linux-boundary_3.10.17.bb     |  2 +-
>  3 files changed, 33 insertions(+), 9 deletions(-)
> 

Since I kinda pooched this patch set, would it be easier if I
re-send? Patchwork seems to have things a bit confused.

Please advise,


Eric



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

* Re: [meta-fsl-arm-extra][PATCH 0/3] linux-boundary (3.10.17): update to latest up-stream
  2015-03-17 17:22 ` [meta-fsl-arm-extra][PATCH 0/3] linux-boundary (3.10.17): update to latest up-stream Eric Nelson
@ 2015-03-17 18:28   ` Otavio Salvador
  2015-03-17 19:24     ` Eric Nelson
  0 siblings, 1 reply; 18+ messages in thread
From: Otavio Salvador @ 2015-03-17 18:28 UTC (permalink / raw)
  To: Eric Nelson; +Cc: meta-freescale

Hello Eric,

On Tue, Mar 17, 2015 at 2:22 PM, Eric Nelson
<eric.nelson@boundarydevices.com> wrote:
> On 03/13/2015 02:53 PM, Eric Nelson wrote:
>> For dizzy branch.
>>
>> Update linux-boundary code, defconfig, and machine configurations to
>> match Boundary Devices up-stream kernels, including support for new
>> peripherals and a new Nitrogen6_VM board.
>>
>> Eric Nelson (3):
>>   linux-boundary (3.10.17): Bump SRCREV to da45c17
>>   linux-boundary (3.10.17): sync defconfig for nitrogen6x
>>   nitrogen6x: Add two new DTBs for Nitrogen6_VM board
>>
>>  conf/machine/nitrogen6x.conf                       |  1 +
>>  .../linux-boundary-3.10.17/nitrogen6x/defconfig    | 39 +++++++++++++++++-----
>>  recipes-kernel/linux/linux-boundary_3.10.17.bb     |  2 +-
>>  3 files changed, 33 insertions(+), 9 deletions(-)
>>
>
> Since I kinda pooched this patch set, would it be easier if I
> re-send? Patchwork seems to have things a bit confused.

Not necessary, I handled those for dizzy and I think I got those right.

Please when doing the 3.10.53-based update sync the machine definition as well.

-- 
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] 18+ messages in thread

* Re: [meta-fsl-arm-extra][PATCH 0/3] linux-boundary (3.10.17): update to latest up-stream
  2015-03-17 18:28   ` Otavio Salvador
@ 2015-03-17 19:24     ` Eric Nelson
  0 siblings, 0 replies; 18+ messages in thread
From: Eric Nelson @ 2015-03-17 19:24 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale

On 03/17/2015 11:28 AM, Otavio Salvador wrote:
> Hello Eric,
> 
> On Tue, Mar 17, 2015 at 2:22 PM, Eric Nelson
> <eric.nelson@boundarydevices.com> wrote:
>> On 03/13/2015 02:53 PM, Eric Nelson wrote:
>>> For dizzy branch.
>>>
>>> Update linux-boundary code, defconfig, and machine configurations to
>>> match Boundary Devices up-stream kernels, including support for new
>>> peripherals and a new Nitrogen6_VM board.
>>>
>>> Eric Nelson (3):
>>>   linux-boundary (3.10.17): Bump SRCREV to da45c17
>>>   linux-boundary (3.10.17): sync defconfig for nitrogen6x
>>>   nitrogen6x: Add two new DTBs for Nitrogen6_VM board
>>>
>>>  conf/machine/nitrogen6x.conf                       |  1 +
>>>  .../linux-boundary-3.10.17/nitrogen6x/defconfig    | 39 +++++++++++++++++-----
>>>  recipes-kernel/linux/linux-boundary_3.10.17.bb     |  2 +-
>>>  3 files changed, 33 insertions(+), 9 deletions(-)
>>>
>>
>> Since I kinda pooched this patch set, would it be easier if I
>> re-send? Patchwork seems to have things a bit confused.
> 
> Not necessary, I handled those for dizzy and I think I got those right.
> 
> Please when doing the 3.10.53-based update sync the machine definition as well.
> 

Will do.

Thanks Otavio.


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

* Re: [meta-fsl-arm-extra][PATCH 0/3] linux-boundary (3.10.17): update to latest up-stream
  2015-03-13 22:17   ` Eric Nelson
@ 2015-03-26 14:18     ` Gary Thomas
  2015-03-26 14:27       ` Eric Nelson
  0 siblings, 1 reply; 18+ messages in thread
From: Gary Thomas @ 2015-03-26 14:18 UTC (permalink / raw)
  To: meta-freescale

On 2015-03-13 16:17, Eric Nelson wrote:
> Hi Gary,
>
> On 03/13/2015 03:02 PM, Gary Thomas wrote:
>> On 2015-03-13 15:53, Eric Nelson wrote:
>>> For dizzy branch.
>>>
>>> Update linux-boundary code, defconfig, and machine configurations to
>>> match Boundary Devices up-stream kernels, including support for new
>>> peripherals and a new Nitrogen6_VM board.
>>>
>>> Eric Nelson (3):
>>>     linux-boundary (3.10.17): Bump SRCREV to da45c17
>>>     linux-boundary (3.10.17): sync defconfig for nitrogen6x
>>>     nitrogen6x: Add two new DTBs for Nitrogen6_VM board
>>>
>>>    conf/machine/nitrogen6x.conf                       |  1 +
>>>    .../linux-boundary-3.10.17/nitrogen6x/defconfig    | 39
>>> +++++++++++++++++-----
>>>    recipes-kernel/linux/linux-boundary_3.10.17.bb     |  2 +-
>>>    3 files changed, 33 insertions(+), 9 deletions(-)
>>>
>>
>> Any hope of getting 3.10.53 anytime soon?  Including video
>> and camera capture?
>>
>
> Both are present on our -pass1 branch, but we're still testing.
> 	https://github.com/boundarydevices/linux-imx6/tree/boundary-imx_3.10.53_1.1.0_ga-pass1
>
> Because of changes in the LVDS driver, we'll also need an update to the
> boot script as described in this commit:
> 	https://github.com/boundarydevices/u-boot-imx6/commit/740ce44

I just noticed a new boundary-imx_3.10.53_1.1.0_ga-pass2 branch.
This tests quite well on my SabreLite (audio, video, capture)

How close is this to being ready to "publish" to Yocto?

Also, when I boot with an HDMI (TV/monitor) plugged in, I still
get audio via the 3.5mm [headphone] jack.  How can I enable it
to come out of my TV speakers?

Thanks

Note: I'm using an LCD or HDMI so I've not tried you latest boot script.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: [meta-fsl-arm-extra][PATCH 0/3] linux-boundary (3.10.17): update to latest up-stream
  2015-03-26 14:18     ` Gary Thomas
@ 2015-03-26 14:27       ` Eric Nelson
  2015-03-26 14:45         ` Gary Thomas
  0 siblings, 1 reply; 18+ messages in thread
From: Eric Nelson @ 2015-03-26 14:27 UTC (permalink / raw)
  To: Gary Thomas, meta-freescale

Hi Gary,

On 03/26/2015 07:18 AM, Gary Thomas wrote:
> On 2015-03-13 16:17, Eric Nelson wrote:
>> Hi Gary,
>>
>> On 03/13/2015 03:02 PM, Gary Thomas wrote:
>>> On 2015-03-13 15:53, Eric Nelson wrote:
>>>> For dizzy branch.
>>>>
>>>> Update linux-boundary code, defconfig, and machine configurations to
>>>> match Boundary Devices up-stream kernels, including support for new
>>>> peripherals and a new Nitrogen6_VM board.
>>>>
>>>> Eric Nelson (3):
>>>>     linux-boundary (3.10.17): Bump SRCREV to da45c17
>>>>     linux-boundary (3.10.17): sync defconfig for nitrogen6x
>>>>     nitrogen6x: Add two new DTBs for Nitrogen6_VM board
>>>>
>>>>    conf/machine/nitrogen6x.conf                       |  1 +
>>>>    .../linux-boundary-3.10.17/nitrogen6x/defconfig    | 39
>>>> +++++++++++++++++-----
>>>>    recipes-kernel/linux/linux-boundary_3.10.17.bb     |  2 +-
>>>>    3 files changed, 33 insertions(+), 9 deletions(-)
>>>>
>>>
>>> Any hope of getting 3.10.53 anytime soon?  Including video
>>> and camera capture?
>>>
>>
>> Both are present on our -pass1 branch, but we're still testing.
>>     https://github.com/boundarydevices/linux-imx6/tree/boundary-imx_3.10.53_1.1.0_ga-pass1
>>
>>
>> Because of changes in the LVDS driver, we'll also need an update to the
>> boot script as described in this commit:
>>     https://github.com/boundarydevices/u-boot-imx6/commit/740ce44
> 
> I just noticed a new boundary-imx_3.10.53_1.1.0_ga-pass2 branch.
> This tests quite well on my SabreLite (audio, video, capture)
> 
> How close is this to being ready to "publish" to Yocto?
> 

Very close. We'll probably do one more pass before publishing
perhaps early next week.

> Also, when I boot with an HDMI (TV/monitor) plugged in, I still
> get audio via the 3.5mm [headphone] jack.  How can I enable it
> to come out of my TV speakers?
> 

You can either re-configure ALSA to have HDMI (hw1:0) as the
default PCM or use parameters for various apps:
	
	http://boundarydevices.com/audio-output-select

Note that this hasn't (shouldn't have) changed in 3.10.53.

Regards,


Eric


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

* Re: [meta-fsl-arm-extra][PATCH 0/3] linux-boundary (3.10.17): update to latest up-stream
  2015-03-26 14:27       ` Eric Nelson
@ 2015-03-26 14:45         ` Gary Thomas
  2015-03-26 14:54           ` Eric Nelson
  0 siblings, 1 reply; 18+ messages in thread
From: Gary Thomas @ 2015-03-26 14:45 UTC (permalink / raw)
  To: Eric Nelson, meta-freescale

On 2015-03-26 08:27, Eric Nelson wrote:
> Hi Gary,
>
> On 03/26/2015 07:18 AM, Gary Thomas wrote:
>> On 2015-03-13 16:17, Eric Nelson wrote:
>>> Hi Gary,
>>>
>>> On 03/13/2015 03:02 PM, Gary Thomas wrote:
>>>> On 2015-03-13 15:53, Eric Nelson wrote:
>>>>> For dizzy branch.
>>>>>
>>>>> Update linux-boundary code, defconfig, and machine configurations to
>>>>> match Boundary Devices up-stream kernels, including support for new
>>>>> peripherals and a new Nitrogen6_VM board.
>>>>>
>>>>> Eric Nelson (3):
>>>>>      linux-boundary (3.10.17): Bump SRCREV to da45c17
>>>>>      linux-boundary (3.10.17): sync defconfig for nitrogen6x
>>>>>      nitrogen6x: Add two new DTBs for Nitrogen6_VM board
>>>>>
>>>>>     conf/machine/nitrogen6x.conf                       |  1 +
>>>>>     .../linux-boundary-3.10.17/nitrogen6x/defconfig    | 39
>>>>> +++++++++++++++++-----
>>>>>     recipes-kernel/linux/linux-boundary_3.10.17.bb     |  2 +-
>>>>>     3 files changed, 33 insertions(+), 9 deletions(-)
>>>>>
>>>>
>>>> Any hope of getting 3.10.53 anytime soon?  Including video
>>>> and camera capture?
>>>>
>>>
>>> Both are present on our -pass1 branch, but we're still testing.
>>>      https://github.com/boundarydevices/linux-imx6/tree/boundary-imx_3.10.53_1.1.0_ga-pass1
>>>
>>>
>>> Because of changes in the LVDS driver, we'll also need an update to the
>>> boot script as described in this commit:
>>>      https://github.com/boundarydevices/u-boot-imx6/commit/740ce44
>>
>> I just noticed a new boundary-imx_3.10.53_1.1.0_ga-pass2 branch.
>> This tests quite well on my SabreLite (audio, video, capture)
>>
>> How close is this to being ready to "publish" to Yocto?
>>
>
> Very close. We'll probably do one more pass before publishing
> perhaps early next week.

Great news, thanks.

>
>> Also, when I boot with an HDMI (TV/monitor) plugged in, I still
>> get audio via the 3.5mm [headphone] jack.  How can I enable it
>> to come out of my TV speakers?
>>
>
> You can either re-configure ALSA to have HDMI (hw1:0) as the
> default PCM or use parameters for various apps:
> 	
> 	http://boundarydevices.com/audio-output-select
>
> Note that this hasn't (shouldn't have) changed in 3.10.53.

Sadly, this part still isn't working for me.  Here's my audio setup:

root@nitrogen6x:~# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: imx6qsabrelites [imx6q-sabrelite-sgtl5000], device 0: HiFi sgtl5000-0 []
   Subdevices: 1/1
   Subdevice #0: subdevice #0
card 1: imxhdmisoc [imx-hdmi-soc], device 0: i.MX HDMI Audio Tx hdmi-hifi-0 []
   Subdevices: 1/1
   Subdevice #0: subdevice #0

When I try this command, I get great sound from my speakers.

root@nitrogen6x:~# aplay /tmp/ItalianCafe_01.wav
Playing WAVE '/tmp/ItalianCafe_01.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo

However, when I try the HDMI via this command, I get no audio:

root@nitrogen6x:~# aplay -D hw:1,0 /tmp/ItalianCafe_01.wav
Playing WAVE '/tmp/ItalianCafe_01.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo
aplay: pcm_write:1947: write error: Input/output error

Any hints what might be going wrong?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: [meta-fsl-arm-extra][PATCH 0/3] linux-boundary (3.10.17): update to latest up-stream
  2015-03-26 14:45         ` Gary Thomas
@ 2015-03-26 14:54           ` Eric Nelson
  2015-03-26 15:01             ` Gary Thomas
  0 siblings, 1 reply; 18+ messages in thread
From: Eric Nelson @ 2015-03-26 14:54 UTC (permalink / raw)
  To: Gary Thomas, meta-freescale

Hi Gary,

On 03/26/2015 07:45 AM, Gary Thomas wrote:
> On 2015-03-26 08:27, Eric Nelson wrote:
>> Hi Gary,
>>
>> <snip>
>>>
>>> How close is this to being ready to "publish" to Yocto?
>>>
>>
>> Very close. We'll probably do one more pass before publishing
>> perhaps early next week.
> 
> Great news, thanks.
> 
>>
>>> Also, when I boot with an HDMI (TV/monitor) plugged in, I still
>>> get audio via the 3.5mm [headphone] jack.  How can I enable it
>>> to come out of my TV speakers?
>>>
>>
>> You can either re-configure ALSA to have HDMI (hw1:0) as the
>> default PCM or use parameters for various apps:
>>     
>>     http://boundarydevices.com/audio-output-select
>>
>> Note that this hasn't (shouldn't have) changed in 3.10.53.
> 
> Sadly, this part still isn't working for me.  Here's my audio setup:
> 
> root@nitrogen6x:~# aplay -l
> **** List of PLAYBACK Hardware Devices ****
> card 0: imx6qsabrelites [imx6q-sabrelite-sgtl5000], device 0: HiFi
> sgtl5000-0 []
>   Subdevices: 1/1
>   Subdevice #0: subdevice #0
> card 1: imxhdmisoc [imx-hdmi-soc], device 0: i.MX HDMI Audio Tx
> hdmi-hifi-0 []
>   Subdevices: 1/1
>   Subdevice #0: subdevice #0
> 
> When I try this command, I get great sound from my speakers.
> 
> root@nitrogen6x:~# aplay /tmp/ItalianCafe_01.wav
> Playing WAVE '/tmp/ItalianCafe_01.wav' : Signed 16 bit Little Endian,
> Rate 44100 Hz, Stereo
> 
> However, when I try the HDMI via this command, I get no audio:
> 
> root@nitrogen6x:~# aplay -D hw:1,0 /tmp/ItalianCafe_01.wav
> Playing WAVE '/tmp/ItalianCafe_01.wav' : Signed 16 bit Little Endian,
> Rate 44100 Hz, Stereo
> aplay: pcm_write:1947: write error: Input/output error
> 
> Any hints what might be going wrong?
> 

I'm not sure, but this may be a mismatch between the supported
audio rates.

Here's what we're using for testing:

for f in /usr/share/sounds/alsa/*.wav ; do
    gst-launch playbin uri=file://$f audio-sink="alsasink device=hw:1,0";
done


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

* Re: [meta-fsl-arm-extra][PATCH 0/3] linux-boundary (3.10.17): update to latest up-stream
  2015-03-26 14:54           ` Eric Nelson
@ 2015-03-26 15:01             ` Gary Thomas
  2015-03-26 15:17               ` Eric Nelson
  0 siblings, 1 reply; 18+ messages in thread
From: Gary Thomas @ 2015-03-26 15:01 UTC (permalink / raw)
  To: Eric Nelson, meta-freescale

On 2015-03-26 08:54, Eric Nelson wrote:
> Hi Gary,
>
> On 03/26/2015 07:45 AM, Gary Thomas wrote:
>> On 2015-03-26 08:27, Eric Nelson wrote:
>>> Hi Gary,
>>>
>>> <snip>
>>>>
>>>> How close is this to being ready to "publish" to Yocto?
>>>>
>>>
>>> Very close. We'll probably do one more pass before publishing
>>> perhaps early next week.
>>
>> Great news, thanks.
>>
>>>
>>>> Also, when I boot with an HDMI (TV/monitor) plugged in, I still
>>>> get audio via the 3.5mm [headphone] jack.  How can I enable it
>>>> to come out of my TV speakers?
>>>>
>>>
>>> You can either re-configure ALSA to have HDMI (hw1:0) as the
>>> default PCM or use parameters for various apps:
>>>
>>>      http://boundarydevices.com/audio-output-select
>>>
>>> Note that this hasn't (shouldn't have) changed in 3.10.53.
>>
>> Sadly, this part still isn't working for me.  Here's my audio setup:
>>
>> root@nitrogen6x:~# aplay -l
>> **** List of PLAYBACK Hardware Devices ****
>> card 0: imx6qsabrelites [imx6q-sabrelite-sgtl5000], device 0: HiFi
>> sgtl5000-0 []
>>    Subdevices: 1/1
>>    Subdevice #0: subdevice #0
>> card 1: imxhdmisoc [imx-hdmi-soc], device 0: i.MX HDMI Audio Tx
>> hdmi-hifi-0 []
>>    Subdevices: 1/1
>>    Subdevice #0: subdevice #0
>>
>> When I try this command, I get great sound from my speakers.
>>
>> root@nitrogen6x:~# aplay /tmp/ItalianCafe_01.wav
>> Playing WAVE '/tmp/ItalianCafe_01.wav' : Signed 16 bit Little Endian,
>> Rate 44100 Hz, Stereo
>>
>> However, when I try the HDMI via this command, I get no audio:
>>
>> root@nitrogen6x:~# aplay -D hw:1,0 /tmp/ItalianCafe_01.wav
>> Playing WAVE '/tmp/ItalianCafe_01.wav' : Signed 16 bit Little Endian,
>> Rate 44100 Hz, Stereo
>> aplay: pcm_write:1947: write error: Input/output error
>>
>> Any hints what might be going wrong?
>>
>
> I'm not sure, but this may be a mismatch between the supported
> audio rates.
>
> Here's what we're using for testing:
>
> for f in /usr/share/sounds/alsa/*.wav ; do
>      gst-launch playbin uri=file://$f audio-sink="alsasink device=hw:1,0";
> done
>

OK, I'll try that.  What package/recipe do I need for /usr/share/sounds/alsa ?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: [meta-fsl-arm-extra][PATCH 0/3] linux-boundary (3.10.17): update to latest up-stream
  2015-03-26 15:01             ` Gary Thomas
@ 2015-03-26 15:17               ` Eric Nelson
  2015-03-26 15:23                 ` Gary Thomas
  0 siblings, 1 reply; 18+ messages in thread
From: Eric Nelson @ 2015-03-26 15:17 UTC (permalink / raw)
  To: Gary Thomas, meta-freescale

Hi Gary,

On 03/26/2015 08:01 AM, Gary Thomas wrote:
> On 2015-03-26 08:54, Eric Nelson wrote:
>> Hi Gary,
>>
>> <snip>
>>
>>
>> I'm not sure, but this may be a mismatch between the supported
>> audio rates.
>>
>> Here's what we're using for testing:
>>
>> for f in /usr/share/sounds/alsa/*.wav ; do
>>      gst-launch playbin uri=file://$f audio-sink="alsasink
>> device=hw:1,0";
>> done
>>
> 
> OK, I'll try that.  What package/recipe do I need for
> /usr/share/sounds/alsa ?
> 

alsa-utils-speakertest




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

* Re: [meta-fsl-arm-extra][PATCH 0/3] linux-boundary (3.10.17): update to latest up-stream
  2015-03-26 15:17               ` Eric Nelson
@ 2015-03-26 15:23                 ` Gary Thomas
  0 siblings, 0 replies; 18+ messages in thread
From: Gary Thomas @ 2015-03-26 15:23 UTC (permalink / raw)
  To: meta-freescale

On 2015-03-26 09:17, Eric Nelson wrote:
> Hi Gary,
>
> On 03/26/2015 08:01 AM, Gary Thomas wrote:
>> On 2015-03-26 08:54, Eric Nelson wrote:
>>> Hi Gary,
>>>
>>> <snip>
>>>
>>>
>>> I'm not sure, but this may be a mismatch between the supported
>>> audio rates.
>>>
>>> Here's what we're using for testing:
>>>
>>> for f in /usr/share/sounds/alsa/*.wav ; do
>>>       gst-launch playbin uri=file://$f audio-sink="alsasink
>>> device=hw:1,0";
>>> done
>>>
>>
>> OK, I'll try that.  What package/recipe do I need for
>> /usr/share/sounds/alsa ?
>>
>
> alsa-utils-speakertest
>

Alas, your test (above) does not work on the HDMI on my SabreLite.
It just hangs, as does mplayer :-(

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

end of thread, other threads:[~2015-03-26 15:23 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-13 21:53 [meta-fsl-arm-extra][PATCH 0/3] linux-boundary (3.10.17): update to latest up-stream Eric Nelson
2015-03-13 21:53 ` [meta-fsl-arm-extra][PATCH 1/3] linux-boundary (3.10.17): Bump SRCREV to da45c17 Eric Nelson
2015-03-13 21:53 ` [meta-fsl-arm-extra][PATCH 2/3] linux-boundary (3.10.17): sync defconfig for nitrogen6x Eric Nelson
2015-03-13 21:53 ` [meta-fsl-arm-extra][PATCH 3/3] nitrogen6x: Add two new DTBs for Nitrogen6_VM board Eric Nelson
2015-03-13 22:02 ` [meta-fsl-arm-extra][PATCH 0/3] linux-boundary (3.10.17): update to latest up-stream Gary Thomas
2015-03-13 22:17   ` Eric Nelson
2015-03-26 14:18     ` Gary Thomas
2015-03-26 14:27       ` Eric Nelson
2015-03-26 14:45         ` Gary Thomas
2015-03-26 14:54           ` Eric Nelson
2015-03-26 15:01             ` Gary Thomas
2015-03-26 15:17               ` Eric Nelson
2015-03-26 15:23                 ` Gary Thomas
2015-03-13 22:08 ` [meta-fsl-arm-extra][PATCH 3/3] nitrogen6x: Add two new DTBs for Nitrogen6_VM board Eric Nelson
2015-03-13 22:10 ` [meta-fsl-arm-extra][PATCH V2 1/3] linux-boundary (3.10.17): Bump SRCREV to 10245a3 Eric Nelson
2015-03-17 17:22 ` [meta-fsl-arm-extra][PATCH 0/3] linux-boundary (3.10.17): update to latest up-stream Eric Nelson
2015-03-17 18:28   ` Otavio Salvador
2015-03-17 19:24     ` 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.