All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm][PATCH v3 3/3] twr-vf65gs10: update kernel to latest ts-2.13 release
@ 2014-02-26 15:27 Anthony Felice
  2014-02-26 16:14 ` Daiane Angolini
  0 siblings, 1 reply; 2+ messages in thread
From: Anthony Felice @ 2014-02-26 15:27 UTC (permalink / raw)
  To: meta-freescale

defconfig changes:
* enable global timer by default

source changes:
* fix cache collision with MQX
* Add support for UART 0,2,3 iomux defines
* usb: core: fix two problems for unsupported devices
* usb: certification: several fixes
* usb: misc: introduce OTG & EH Test Driver
* ENGR00241582 MX6 USB host: USB host certification patch
* Add missing header for __exception_irq_entry in global timer
* mtd: m25p80: set writebufsize
* Allow SW1 on TWR-VF65GS10 to be a wake-up event for TWR-VF600
* Only allow i2c driver to assign mvf_sema4 once.
* Fix typo in DSPI2 and DSPI3 base address
* fix FAST_READ for QSPI nor flash support
* add Global Timer support to fix High Resolution Timer functionality.

Signed-off-by: Anthony Felice <tony.felice@timesys.com>
---
 recipes-kernel/linux/linux-timesys-3.0.15/defconfig | 3 ++-
 recipes-kernel/linux/linux-timesys_3.0.15.bb        | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/recipes-kernel/linux/linux-timesys-3.0.15/defconfig b/recipes-kernel/linux/linux-timesys-3.0.15/defconfig
index 2d90b1e..b750bed 100644
--- a/recipes-kernel/linux/linux-timesys-3.0.15/defconfig
+++ b/recipes-kernel/linux/linux-timesys-3.0.15/defconfig
@@ -11,10 +11,11 @@ CONFIG_MODVERSIONS=y
 CONFIG_ARCH_MXC=y
 CONFIG_ARCH_MVF=y
 CONFIG_MACH_MVFA5_TWR_VF700=y
-CONFIG_MXC_USE_PIT=y
 CONFIG_DMA_ZONE_SIZE=16
 CONFIG_ARM_ERRATA_743622=y
 CONFIG_ARM_ERRATA_754322=y
+CONFIG_NO_HZ=y
+CONFIG_HIGH_RES_TIMERS=y
 CONFIG_VMSPLIT_2G=y
 CONFIG_AEABI=y
 # CONFIG_OABI_COMPAT is not set
diff --git a/recipes-kernel/linux/linux-timesys_3.0.15.bb b/recipes-kernel/linux/linux-timesys_3.0.15.bb
index 82d40ee..217feb6 100644
--- a/recipes-kernel/linux/linux-timesys_3.0.15.bb
+++ b/recipes-kernel/linux/linux-timesys_3.0.15.bb
@@ -9,8 +9,8 @@ SRC_URI = "git://github.com/Timesys/linux-timesys.git;protocol=git;branch=${SRCB
            file://0002-mvf.c-Change-console-device-name-to-match-mainline-u.patch \
 "
 
-SRCBRANCH = "3.0.15_vybrid"
-SRCREV = "dea13473ce0c106fc56af798eefc7196bb150695"
+SRCBRANCH = "3.0.15_vybrid-twr"
+SRCREV = "50c4c848d6b8743894cfcec166db475ef6140504"
 LOCALVERSION = "-3.0-mvf+yocto"
 
 COMPATIBLE_MACHINE = "(vf60)"
-- 
1.9.0



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

* Re: [meta-fsl-arm][PATCH v3 3/3] twr-vf65gs10: update kernel to latest ts-2.13 release
  2014-02-26 15:27 [meta-fsl-arm][PATCH v3 3/3] twr-vf65gs10: update kernel to latest ts-2.13 release Anthony Felice
@ 2014-02-26 16:14 ` Daiane Angolini
  0 siblings, 0 replies; 2+ messages in thread
From: Daiane Angolini @ 2014-02-26 16:14 UTC (permalink / raw)
  To: Anthony Felice; +Cc: meta-freescale

On Wed, Feb 26, 2014 at 12:27 PM, Anthony Felice
<tony.felice@timesys.com> wrote:
> defconfig changes:
> * enable global timer by default
>
> source changes:
> * fix cache collision with MQX
> * Add support for UART 0,2,3 iomux defines
> * usb: core: fix two problems for unsupported devices
> * usb: certification: several fixes
> * usb: misc: introduce OTG & EH Test Driver
> * ENGR00241582 MX6 USB host: USB host certification patch
> * Add missing header for __exception_irq_entry in global timer
> * mtd: m25p80: set writebufsize
> * Allow SW1 on TWR-VF65GS10 to be a wake-up event for TWR-VF600
> * Only allow i2c driver to assign mvf_sema4 once.
> * Fix typo in DSPI2 and DSPI3 base address
> * fix FAST_READ for QSPI nor flash support
> * add Global Timer support to fix High Resolution Timer functionality.

lovely commit log <3

reviewed-by,
Daiane
>
> Signed-off-by: Anthony Felice <tony.felice@timesys.com>
> ---
>  recipes-kernel/linux/linux-timesys-3.0.15/defconfig | 3 ++-
>  recipes-kernel/linux/linux-timesys_3.0.15.bb        | 4 ++--
>  2 files changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/recipes-kernel/linux/linux-timesys-3.0.15/defconfig b/recipes-kernel/linux/linux-timesys-3.0.15/defconfig
> index 2d90b1e..b750bed 100644
> --- a/recipes-kernel/linux/linux-timesys-3.0.15/defconfig
> +++ b/recipes-kernel/linux/linux-timesys-3.0.15/defconfig
> @@ -11,10 +11,11 @@ CONFIG_MODVERSIONS=y
>  CONFIG_ARCH_MXC=y
>  CONFIG_ARCH_MVF=y
>  CONFIG_MACH_MVFA5_TWR_VF700=y
> -CONFIG_MXC_USE_PIT=y
>  CONFIG_DMA_ZONE_SIZE=16
>  CONFIG_ARM_ERRATA_743622=y
>  CONFIG_ARM_ERRATA_754322=y
> +CONFIG_NO_HZ=y
> +CONFIG_HIGH_RES_TIMERS=y
>  CONFIG_VMSPLIT_2G=y
>  CONFIG_AEABI=y
>  # CONFIG_OABI_COMPAT is not set
> diff --git a/recipes-kernel/linux/linux-timesys_3.0.15.bb b/recipes-kernel/linux/linux-timesys_3.0.15.bb
> index 82d40ee..217feb6 100644
> --- a/recipes-kernel/linux/linux-timesys_3.0.15.bb
> +++ b/recipes-kernel/linux/linux-timesys_3.0.15.bb
> @@ -9,8 +9,8 @@ SRC_URI = "git://github.com/Timesys/linux-timesys.git;protocol=git;branch=${SRCB
>             file://0002-mvf.c-Change-console-device-name-to-match-mainline-u.patch \
>  "
>
> -SRCBRANCH = "3.0.15_vybrid"
> -SRCREV = "dea13473ce0c106fc56af798eefc7196bb150695"
> +SRCBRANCH = "3.0.15_vybrid-twr"
> +SRCREV = "50c4c848d6b8743894cfcec166db475ef6140504"
>  LOCALVERSION = "-3.0-mvf+yocto"
>
>  COMPATIBLE_MACHINE = "(vf60)"
> --
> 1.9.0
>
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


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

end of thread, other threads:[~2014-02-26 16:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-26 15:27 [meta-fsl-arm][PATCH v3 3/3] twr-vf65gs10: update kernel to latest ts-2.13 release Anthony Felice
2014-02-26 16:14 ` Daiane Angolini

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.