diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-10-06 11:28:24 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-10-18 16:26:14 -0200 |
commit | d3ec47f6d2893afcf26da08ea5f21e06b48fa81c (patch) | |
tree | 57cb71fd2433373869818225b3f542a8f7e4e0f7 /recipes-kernel | |
parent | 05e8addb5070762b9bbe825c0e62773c9297a5d0 (diff) | |
download | meta-freescale-d3ec47f6d2893afcf26da08ea5f21e06b48fa81c.tar.gz |
linux-fslc-imx: Bump revision to 1af16a7
This includes the following changes:
- 1af16a7 Merge remote-tracking branch 'imx/imx_4.1.15_1.0.0_ga' into
4.1-1.0.x-imx
- da4e78f MLK-12983 dma: pxp: add sanity check in pxp_set_scaling()
- 0a0176d MLK-12980-3 video: mxsfb: free 'pseudo_palette' to avoid memory leak
- 43f5250 MLK-12980-2 video: mxsfb: change the 'fb_info' field of 'mxsfb_info'
structure
- 238e446 MLK-12980-1 video: mxsfb: refine the driver data usage logic
- 16a3712 MLK-12974 ARM: dts: imx7d: corret the pcie legacy interrupters
- fef7a86 MLK-12975-2 video: mxsfb: missing a 'break' in the case statement.
- e277a9d MLK-12975-1 video: mipi_dsi_samsung: set default bpp to 32 if not set
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-fslc-imx_4.1-1.0.x.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_4.1-1.0.x.bb b/recipes-kernel/linux/linux-fslc-imx_4.1-1.0.x.bb index 80a472dc..40d82bcd 100644 --- a/recipes-kernel/linux/linux-fslc-imx_4.1-1.0.x.bb +++ b/recipes-kernel/linux/linux-fslc-imx_4.1-1.0.x.bb | |||
@@ -11,6 +11,6 @@ include linux-fslc.inc | |||
11 | PV .= "+git${SRCPV}" | 11 | PV .= "+git${SRCPV}" |
12 | 12 | ||
13 | SRCBRANCH = "4.1-1.0.x-imx" | 13 | SRCBRANCH = "4.1-1.0.x-imx" |
14 | SRCREV = "df9f1f6ae4b3c32e53de030eb3616a6899b00741" | 14 | SRCREV = "1af16a73ab77f333898f924dd867c417a1de0b01" |
15 | 15 | ||
16 | COMPATIBLE_MACHINE = "(mx6|mx7)" | 16 | COMPATIBLE_MACHINE = "(mx6|mx7)" |