svn commit: r278769 - stable/10/sys/arm/broadcom/bcm2835

2015-02-14 Thread Luiz Otavio O Souza
Author: loos Date: Sat Feb 14 18:45:43 2015 New Revision: 278769 URL: https://svnweb.freebsd.org/changeset/base/278769 Log: MFC r276298, r276303: Remove the '#undef DEBUG' that should not be committed. Removes unused and duplicate headers. Bring the wait limit on mailbox write to

svn commit: r278778 - stable/10/sys/arm/broadcom/bcm2835

2015-02-14 Thread Luiz Otavio O Souza
Author: loos Date: Sat Feb 14 19:28:26 2015 New Revision: 278778 URL: https://svnweb.freebsd.org/changeset/base/278778 Log: MFC: r273264, r274409, r278212, r278213: Add a workaround needed to fix a bug of Arasan Host Controller where it may lose the contents of consecutive writes (that

svn commit: r278783 - stable/10/sys/dev/gpio

2015-02-14 Thread Luiz Otavio O Souza
Author: loos Date: Sat Feb 14 20:50:38 2015 New Revision: 278783 URL: https://svnweb.freebsd.org/changeset/base/278783 Log: MFC r273917, r273926: Fix the gpiobus locking by using a more sane model where it isn't necessary hold the gpiobus lock between the gpio calls.

svn commit: r278785 - stable/10/sys/dev/gpio

2015-02-14 Thread Luiz Otavio O Souza
Author: loos Date: Sat Feb 14 21:02:33 2015 New Revision: 278785 URL: https://svnweb.freebsd.org/changeset/base/278785 Log: MFC r274642, 274643: Remove unnecessary code. After r273566, the gpiobus version of bus_print_child() also works on FDT systems. Fix

svn commit: r278782 - in stable/10/sys: arm/allwinner arm/broadcom/bcm2835 arm/freescale/imx arm/freescale/vybrid arm/lpc arm/rockchip arm/samsung/exynos arm/ti arm/xilinx arm/xscale/ixp425 mips/at...

2015-02-14 Thread Luiz Otavio O Souza
Author: loos Date: Sat Feb 14 20:37:33 2015 New Revision: 278782 URL: https://svnweb.freebsd.org/changeset/base/278782 Log: MFC r273799: Make the GPIO children attach to the first unit available and not only to unit 0. This fix a bug where a GPIO controller could fail to attach its

svn commit: r278786 - in stable/10/sys: arm/allwinner arm/broadcom/bcm2835 arm/freescale/imx arm/freescale/vybrid arm/rockchip arm/samsung/exynos arm/ti arm/xscale/ixp425 dev/gpio mips/atheros mips...

2015-02-14 Thread Luiz Otavio O Souza
Author: loos Date: Sat Feb 14 21:16:19 2015 New Revision: 278786 URL: https://svnweb.freebsd.org/changeset/base/278786 Log: MFC r274670, r274671, r276168: Moves all the duplicate code to a single function. Verify for invalid modes and unwanted flags before pass the new flags to

svn commit: r278788 - in stable: 10/contrib/llvm/tools/clang/lib/Serialization 9/contrib/llvm/tools/clang/lib/Serialization

2015-02-14 Thread Dimitry Andric
Author: dim Date: Sat Feb 14 23:25:39 2015 New Revision: 278788 URL: https://svnweb.freebsd.org/changeset/base/278788 Log: Pull in r201130 from upstream clang trunk (by Ted Kremenek): Fix PCH deserialization bug with local static symbols being treated as local extern. This

svn commit: r278789 - in stable: 10/contrib/llvm/patches 9/contrib/llvm/patches

2015-02-14 Thread Dimitry Andric
Author: dim Date: Sat Feb 14 23:28:09 2015 New Revision: 278789 URL: https://svnweb.freebsd.org/changeset/base/278789 Log: Add clang patches corresponding to r278788. Added: stable/10/contrib/llvm/patches/patch-r278788-clang-r201130-pch-miscompilation.diff Changes in other areas also in

svn commit: r278747 - stable/10/usr.bin/ctlstat

2015-02-14 Thread Alexander Motin
Author: mav Date: Sat Feb 14 08:52:09 2015 New Revision: 278747 URL: https://svnweb.freebsd.org/changeset/base/278747 Log: MFC r278362: Fix couple issues in ctlstat header printing. Modified: stable/10/usr.bin/ctlstat/ctlstat.c Directory Properties: stable/10/ (props changed) Modified: