Go to file
Ian Coolidge 42283550b5 linux-boundary (3.10.53): Bump SRCREV to 2c54f83
Condensed devicetree patches for Boundary boards.
rtc-rv4162: add alarm/interrupt support
chipidea: add extcon for otg cable
Backported serial driver patches
Added further rs485 support for serial port
Fixed ethernet bugs causing tx queue timeout conditions.

Pulled in Freescale patches:

4742c51 MLK-10199 ARM: clk-imx6q: set enet pll rate to 125Mhz
db54b55 MLK-10228 dts: imx6qdl-sabreauto: remove SDb WP pin which is not connect by default
e4c0391 MLK-10227 video: mxsfb: Correct interrupt handling
16121ef MLK-10218-1 charger: imx6_usb: change detection timeout to 500ms
c5cbaef MLK-10196-4 usb: phy: mxs: Using regulator phy-3p0
495cbba MLK-10196-3 regulator: anatop: Add non core enable/disable
f959415 MLK-10196-2 doc: anatop-regulator: add anatop-enable-bit property
491864b MLK-10196-1 ARM: imx6: change anatop 3p0 property
d1f82bb usb: udc-core: add is_selfpowered sys entry
f96b653 usb: chipidea: udc: add set_selfpowered gaget ops
f801289 usb: gadget: introduce is_selfpowered for usb_gadget
5b4dc77 MLK-10193: dts: Remove obsolete dts item csi1_v4l2_cap
f4968e7 MLK-10192: dts: Move sii902x hdmi function to imx6sx sdb lcdif1 dts
f2ed595 MLK-10135: dts: Enable sii902x hdmi driver in imx6sx sdb
e82ba8d MLK-9974: ASoC: fsl_sai: There is underrun detected in the beginning sometimes
7ad0709 MLK-10075: ARM: clk-imx6q: refine esai_ipg's parent
e5dbeab MLK-10169 GPU: fix kernel booting issue on iMX6sx SOC without GPU
6e305cb MLK-10116 tty: serial: imx: fix flush buffer issue when module clock is at 4Mhz
f083680 MLK-10044 arm: imx: Fix the pll2_bus clk tree mismatch for i.MX6SL
245bf82 MLK-10080 serial: imx: Fix imx_flush_buffer()
96391f1 MLK-10033 cpufreq: cpufreq-imx6: add cpufreq mutex for regulator enable/disable
ae2c25e MLK-10084 media: mxc vout: Correct black color filling for interleaved formats
4887683 MLK-10111 Add error checking to the SECVIO module
56b9b50 crypto: caam - fix missing dma unmap on error path
a150d28 MLK-9769-26 caam: fix RNG buffer cache alignment
0106695 crypto: caam - remove duplicated sg copy functions
85eded6 MLK-10175 arm: imx6: Skip gating QSPI2 clk when M4 is enabled
27d58f0 Need gate the QSPI2 and GPMI_IO clock during clock init
28a6e32 MLK-10028 QSPI dynamically alloc memory for AHB read
696aea4 MGS-304-2 [#1461] Do not leave garbase in outside pointer
e953bad MGS-386 [#1506] Power mutex track is buggy in gckKERNEL_Dispatch
f2930bf MLK-10054 net: fec: only restore MII bus when MAC0 PHY is not available
6732890 MGS-324 [#1472] dump GPU AQAXIStatus register for AXI BUS ERROR

Signed-off-by: Ian Coolidge <ian@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-08-17 07:31:24 -03:00
conf wandboard: Use a single machine file for Quad, Dual and Solo 2015-07-22 17:20:38 -03:00
recipes-bsp wandboard: Use a single machine file for Quad, Dual and Solo 2015-07-22 17:20:38 -03:00
recipes-core net-persistent-mac: Use the license text from common-licenses 2014-01-29 10:56:49 -02:00
recipes-kernel linux-boundary (3.10.53): Bump SRCREV to 2c54f83 2015-08-17 07:31:24 -03:00
.gitignore Initial skeleton 2012-04-27 15:20:53 -03:00
README Update README to document proper handling of patches for other branches 2015-03-19 09:35:32 -03:00

OpenEmbedded/Yocto BSP layer for Freescale's ARM based platforms

This layer provides support for Freescale's ARM based platforms for use with OpenEmbedded and/or Yocto Freescale's BSP layer.

This layer depends on:

URI: git://git.openembedded.org/openembedded-core branch: master revision: HEAD

URI: git://git.yoctoproject.org/meta-fsl-arm branch: master revision: HEAD

Contributing

To contribute to this layer you should the patches for review to the mailing list.

Mailing list:

https://lists.yoctoproject.org/listinfo/meta-freescale

Source code:

https://github.com/Freescale/meta-fsl-arm-extra

When creating a patch of the last commit, use

git format-patch -s --subject-prefix='meta-fsl-arm-extra][PATCH' -1

To send it to the community, use

git send-email --to meta-freescale@yoctoproject.org <generated patch>

Patches are normally intended for the master branch.

Patches for other branches should be sent separately so they can be tracked individually in Patchwork and should have the branch name in brackets.

For example, use this to generate a patch for branch 'dizzy':

git format-patch -s \
--subject-prefix='meta-freescale][meta-fsl-arm-extra][dizzy][PATCH' -1