Re: [PATCH 4/8] ARM: dts: imx7s: add dma support

2017-12-05 Thread Tyler Baker
On Fri, Dec 1, 2017 at 12:17 PM, Fabio Estevam wrote: > On Thu, Nov 30, 2017 at 6:14 PM, wrote: >> From: Tyler Baker >> >> Enable dma on all SPI and UART interfaces. > > You only touched SPI ports, not the UART. I'll update the commit message, thanks.

Re: [PATCH 3/8] ARM: dts: imx7d-cl-som: add nodes for usbh, and usbotg2

2017-12-05 Thread Tyler Baker
On Fri, Dec 1, 2017 at 12:13 PM, Fabio Estevam wrote: > On Thu, Nov 30, 2017 at 6:14 PM, wrote: >> From: Tyler Baker >> >> Add device tree nodes for the USB hub, and USB OTG. i2c2 on this >> platform supports low state retention power state so lets use it. >&

Re: [PATCH 1/8] ARM: dts: imx7d-sbc-iot: add initial iot gateway dts

2017-12-05 Thread Tyler Baker
On Fri, Dec 1, 2017 at 12:10 PM, Fabio Estevam wrote: > On Thu, Nov 30, 2017 at 6:14 PM, wrote: > >> +&ecspi3 { >> + fsl,spi-num-chipselects = <1>; > > Please remove this property. It is no longer used. Ack. > > >> + dvicape@39 { >> + compatible = "sil164_simple"; > >

Re: [PATCH 2/8] ARM: dts: imx7: build imx7d-sbc-iot-imx7 dtb

2017-12-05 Thread Tyler Baker
On Fri, Dec 1, 2017 at 12:11 PM, Fabio Estevam wrote: > On Thu, Nov 30, 2017 at 6:14 PM, wrote: >> From: Tyler Baker >> >> Build the imx7d-sbc-iot-imx7 device tree blob. >> >> Signed-off-by: Tyler Baker >> --- >> arch/arm/boot/dts/Makefile | 1 +

Re: [PATCH 8/8] PCIe: imx6: imx7d: add support for phy refclk source

2017-12-05 Thread Tyler Baker
On Fri, Dec 1, 2017 at 12:21 PM, Fabio Estevam wrote: > On Thu, Nov 30, 2017 at 6:14 PM, wrote: >> From: Tyler Baker >> >> In the i.MX7D the PCIe PHY can use either externel oscillator or >> internal PLL as a reference clock source. >> Add support for the PHY

Re: [PATCH 0/8] i.MX7 PCIe related device tree changes

2017-04-19 Thread Tyler Baker
-bit' where appropriate > ARM: dts: imx7s: Adjust anatop-enable-bit for 'reg_1p0d' > ARM: dts: imx7s: Add node for GPC > ARM: dts: imx7s: Mark 'gpr' compatible with i.MX6 variant > ARM: dts: imx7d-sdb: Add GPIO expander node > ARM: dts: imx7d: Add no

[tip:irq/urgent] irqchip/irq-imx-gpcv2: Fix spinlock initialization

2017-04-14 Thread tip-bot for Tyler Baker
Commit-ID: 75eb5e1e7b4edbc8e8f930de59004d21cb46961f Gitweb: http://git.kernel.org/tip/75eb5e1e7b4edbc8e8f930de59004d21cb46961f Author: Tyler Baker AuthorDate: Thu, 13 Apr 2017 15:27:31 -0700 Committer: Thomas Gleixner CommitDate: Fri, 14 Apr 2017 10:55:05 +0200 irqchip/irq-imx-gpcv2

[PATCH] irqchip/irq-imx-gpcv2: fix spinlock initialization

2017-04-13 Thread Tyler Baker
) r10: r9:410fc075 r8:8000406a r7:c0e0c958 r6:c0d5fa44 r5:c0e07918 r4:c0e7b294 Verified the fix on a imx7d-cl-som with CONFIG_IMX_GPCV2 set. Signed-off-by: Tyler Baker Reported-by: Tyler Baker Reviewed-by: Fabio Estevam --- Issue reported in this thread: https://lkml.org/lkml/2017/4/

Re: [PATCH 4/8] ARM: dts: imx7s: Add node for GPC

2017-04-13 Thread Tyler Baker
On 13 April 2017 at 13:49, Fabio Estevam wrote: > On Thu, Apr 13, 2017 at 5:13 PM, Tyler Baker wrote: > >> I've rebased this series on the next-20170413 for sanity sake, and >> realized there doesn't appear to be a way to select CONFIG_IMX_GPCV2. >> I forced i

Re: [PATCH 4/8] ARM: dts: imx7s: Add node for GPC

2017-04-13 Thread Tyler Baker
On 13 April 2017 at 12:55, Fabio Estevam wrote: > On Thu, Apr 13, 2017 at 4:24 PM, Tyler Baker wrote: > > >> Are you referring to the following patches? >> >> "dt-bindings: Add GPCv2 power gating driver" >> "soc: imx: Add GPCv2 power gating driv

Re: [PATCH 4/8] ARM: dts: imx7s: Add node for GPC

2017-04-13 Thread Tyler Baker
On 13 April 2017 at 12:18, Fabio Estevam wrote: > On Thu, Apr 13, 2017 at 4:03 PM, Tyler Baker wrote: > >> I've been testing your GPC/PCIe patch sets against v4.11-rc5 on my >> imx7d-cl-som-imx7, but hit a bit of a wall. When gpc is set as the >> interrupt-parent for

Re: [PATCH 4/8] ARM: dts: imx7s: Add node for GPC

2017-04-13 Thread Tyler Baker
Hi Andrey, On 13 April 2017 at 06:32, Andrey Smirnov wrote: > Add node for GPC and specify as a parent interrupt controller for SoC bus. > > Cc: yurov...@gmail.com > Cc: Sascha Hauer > Cc: Fabio Estevam > Cc: Rob Herring > Cc: Mark Rutland > Cc: Russell King > Cc: devicet...@vger.kernel.org

Re: [PATCH v1 15/25] PCI: generic: Free resource list close to where it's allocated

2016-06-20 Thread Tyler Baker
Hi Bjorn, On 6 June 2016 at 16:06, Bjorn Helgaas wrote: > Previously we allocated the PCI resource list in > gen_pci_parse_request_of_pci_ranges(), but if we had an error, we freed it > on error in gen_pci_init(). > > Reorder gen_pci_init() so we can take care of error path cleanup in > gen_pci_p

Re: [PATCH 4.6 000/121] 4.6.2-stable review

2016-06-06 Thread Tyler Baker
On 6 June 2016 at 06:55, Kevin Hilman wrote: > kernelci.org bot writes: > >> stable-queue boot: 73 boots: 3 failed, 68 passed with 2 offline >> (v4.6.1-121-g2276ff7d4bf9) >> >> Full Boot Summary: >> https://kernelci.org/boot/all/job/stable-queue/kernel/v4.6.1-121-g2276ff7d4bf9/ >> Full Build Su

Re: Re: [PATCH] PM / devfreq: tegra: Set freq in rate callback

2016-01-28 Thread Tyler Baker
On 27 January 2016 at 20:14, MyungJoo Ham wrote: >> Hi Thierry, >> >> On 21 January 2016 at 02:54, Thierry Reding wrote: >> > On Thu, Jan 21, 2016 at 08:52:26AM +0100, Tomeu Vizoso wrote: > [] >> >> Signed-off-by: Tomeu Vizoso >> >> Report

Re: [PATCH] PM / devfreq: tegra: Set freq in rate callback

2016-01-27 Thread Tyler Baker
gt;> This caused endless messages like this after recent changes in the core: >> >> devfreq 6000c800.actmon: Couldn't update frequency transition information. >> >> Signed-off-by: Tomeu Vizoso >> Reported-by: Tyler Baker >> --- >> drivers/devfreq/teg

Re: [PATCH] mm/memblock: use memblock_insert_region() for the empty array

2015-12-09 Thread Tyler Baker
On 4 December 2015 at 23:23, Alexander Kuleshov wrote: > We have the special case for an empty array in the memblock_add_range() > function. In the same time we have almost the same functional in the > memblock_insert_region() function. Let's use the memblock_insert_region() > instead of direct in

Re: [PATCH] clk: tegra: Fix bypassing of PLLs

2015-11-25 Thread Tyler Baker
On 25 November 2015 at 07:11, Thierry Reding wrote: > On Mon, Nov 23, 2015 at 03:18:59PM -0800, Tyler Baker wrote: >> Hi Jon, >> >> On 20 November 2015 at 07:11, Jon Hunter wrote: >> > The _clk_disable_pll() function will attempt to place a PLL into bypass &

Re: [PATCH] clk: tegra: Fix bypassing of PLLs

2015-11-23 Thread Tyler Baker
Hi Jon, On 20 November 2015 at 07:11, Jon Hunter wrote: > The _clk_disable_pll() function will attempt to place a PLL into bypass > if the TEGRA_PLL_BYPASS is specified for the PLL and then disable the PLL > by clearing the enable bit. To place the PLL into bypass, the bypass bit > needs to be se

Re: [PATCH] clk: qcom: Specify LE device endianness

2015-11-20 Thread Tyler Baker
s we access the clock controller with > big endian IO accesses even though the device is little endian. > > Specify the endianness explicitly so that the regmap core > properly byte swaps the accesses for us. > > Reported-by: Kevin Hilman > Cc: Simon Arlott > Cc: Mark Bro

Re: [Regression] Minnowboard-Max fails to boot in next-20151007+

2015-10-09 Thread Tyler Baker
On 8 October 2015 at 12:41, Tyler Baker wrote: > Hi Sonika and Daniel, > > The kernelci.org bot has been reporting complete boot failures[1] for > the minnowboard-max (x86_64_defconfig) in next-20151007. I've got > ahead an bisected[2] the boot failure, and it's blam

[Regression] Minnowboard-Max fails to boot in next-20151007+

2015-10-08 Thread Tyler Baker
Hi Sonika and Daniel, The kernelci.org bot has been reporting complete boot failures[1] for the minnowboard-max (x86_64_defconfig) in next-20151007. I've got ahead an bisected[2] the boot failure, and it's blaming the commit in -next 0b5e88dc25ee ('drm/i915: Add hot_plug hook for hdmi encoder'). I

Re: [PATCH v2 2/9] mm: move __phys_to_pfn and __pfn_to_phys to asm/generic/memory_model.h

2015-09-29 Thread Tyler Baker
On 29 September 2015 at 12:21, Nicolas Pitre wrote: > On Tue, 25 Aug 2015, Dan Williams wrote: > >> From: Christoph Hellwig >> >> Three architectures already define these, and we'll need them genericly >> soon. >> >> Signed-off-by: Christoph Hellwig >> Signed-off-by: Dan Williams >> --- >> arc

Re: [PATCH v2 2/9] mm: move __phys_to_pfn and __pfn_to_phys to asm/generic/memory_model.h

2015-09-18 Thread Tyler Baker
On 18 September 2015 at 16:59, Dan Williams wrote: > On Fri, Sep 18, 2015 at 4:42 PM, Tyler Baker wrote: >> Hi, >> >> On 25 August 2015 at 18:27, Dan Williams wrote: >>> From: Christoph Hellwig >>> >>> Three architectures already defi

Re: [PATCH v2 2/9] mm: move __phys_to_pfn and __pfn_to_phys to asm/generic/memory_model.h

2015-09-18 Thread Tyler Baker
Hi, On 25 August 2015 at 18:27, Dan Williams wrote: > From: Christoph Hellwig > > Three architectures already define these, and we'll need them genericly > soon. > > Signed-off-by: Christoph Hellwig > Signed-off-by: Dan Williams > --- > arch/arm/include/asm/memory.h |6 -- > arc

Re: [PATCH] selftests/zram: Adding zram tests

2015-07-22 Thread Tyler Baker
> + echo "$sys_path = '$ds' ($i/$dev_num)" > + done > + > + echo "zram set memory limit: OK" > +} > + > +zram_makeswap() > +{ > + echo "make swap with zram device(s)" > + local i=0 > + fo

Re: [PATCHv2 5/6] clk: sunxi: make use of of_clk_parent_fill helper function

2015-07-21 Thread Tyler Baker
Hi Dinh, On 21 July 2015 at 08:22, Dinh Nguyen wrote: > On Tue, 21 Jul 2015, Tyler Baker wrote: > >> Hi, >> >> On 17 July 2015 at 17:53, Stephen Boyd wrote: >> > On 07/06, dingu...@opensource.altera.com wrote: >> >> From: Dinh Nguyen >> &g

Re: [PATCHv2 5/6] clk: sunxi: make use of of_clk_parent_fill helper function

2015-07-21 Thread Tyler Baker
Hi, On 17 July 2015 at 17:53, Stephen Boyd wrote: > On 07/06, dingu...@opensource.altera.com wrote: >> From: Dinh Nguyen >> >> Use of_clk_parent_fill to fill in the parent clock names' array. >> >> Signed-off-by: Dinh Nguyen >> Cc: Maxime Ripard >> Cc: "Emilio López" >> --- > > Applied to clk

re: net: fec: Ensure clocks are enabled while using mdio bus

2015-07-10 Thread Tyler Baker
Hi Andrew, The kernelci.org system reported[1][2][3] new imx6 boot failures in next-20150710. I've bisected[4] these failures to 6c3e921b18ed "net: fec: Ensure clocks are enabled while using mdio bus". Reverting this commit on top of next-20150710, resolves the boot failures. I have not investigat

Re: [PATCH 2/2] selftests/breakpoints: only set TEST_PROGS when built

2015-05-14 Thread Tyler Baker
On 14 May 2015 at 08:27, Shuah Khan wrote: > On 05/14/2015 08:15 AM, Tyler Baker wrote: >> On 13 May 2015 at 14:41, Shuah Khan wrote: >>> On 05/12/2015 03:59 PM, tyler.ba...@linaro.org wrote: >>>> From: Tyler Baker >>>> >>>> Set TEST_PROGS o

Re: [PATCH 2/2] selftests/breakpoints: only set TEST_PROGS when built

2015-05-14 Thread Tyler Baker
On 13 May 2015 at 14:41, Shuah Khan wrote: > On 05/12/2015 03:59 PM, tyler.ba...@linaro.org wrote: >> From: Tyler Baker >> >> Set TEST_PROGS only when a build has occurred. >> >> Signed-off-by: Tyler Baker >> --- >> tools/testing/selftests/break

Re: [PATCH 1/2] selftests/lib.mk: fix INSTALL_RULE

2015-05-12 Thread Tyler Baker
On 12 May 2015 at 15:07, Shuah Khan wrote: > On 05/12/2015 04:04 PM, Tyler Baker wrote: >> On 12 May 2015 at 15:02, Shuah Khan wrote: >>> On 05/12/2015 03:59 PM, tyler.ba...@linaro.org wrote: >>>> From: Tyler Baker >>> >>> This is odd. Did you use

Re: [PATCH 1/2] selftests/lib.mk: fix INSTALL_RULE

2015-05-12 Thread Tyler Baker
On 12 May 2015 at 15:02, Shuah Khan wrote: > On 05/12/2015 03:59 PM, tyler.ba...@linaro.org wrote: >> From: Tyler Baker > > This is odd. Did you use git send-email to send the patches? Yes I did. > > -- Shuah >> >> This patch fixes the INSTALL_RULE to

[PATCH 1/2] selftests/lib.mk: fix INSTALL_RULE

2015-05-12 Thread tyler . baker
From: Tyler Baker This patch fixes the INSTALL_RULE to gracefully handle the case where TEST_PROGS and TEST_PROGS_EXTENDED and TEST_FILES are not set. In this case, install is called without any SOURCE arguments causing make install to fail. The proposed fix is to loop over the items in these

[PATCH 2/2] selftests/breakpoints: only set TEST_PROGS when built

2015-05-12 Thread tyler . baker
From: Tyler Baker Set TEST_PROGS only when a build has occurred. Signed-off-by: Tyler Baker --- tools/testing/selftests/breakpoints/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/testing/selftests/breakpoints/Makefile b/tools/testing/selftests

[PATCH 0/2] selftests: installation fixes

2015-05-12 Thread tyler . baker
From: Tyler Baker This is a follow up series to address a simple lib.mk installation issue[1]. Essentially, install is being called without checking that there exists test artifacts to install, which in turn causes 'make install' to fail. By creating a simple loop we can avoid if

Re: [PATCH 3.19 000/177] 3.19.7-stable review

2015-05-07 Thread Tyler Baker
On 7 May 2015 at 02:56, Boris Brezillon wrote: > Luis, Tyler, > > On Thu, 7 May 2015 09:55:53 +0100 > Luis Henriques wrote: > >> On Wed, May 06, 2015 at 10:25:17PM -0700, Tyler Baker wrote: >> > >> > Locally I've reverted c67881fc890916206e72332

Re: [PATCH 3.19 000/177] 3.19.7-stable review

2015-05-07 Thread Tyler Baker
On 7 May 2015 at 04:25, Guenter Roeck wrote: > On 05/06/2015 10:25 PM, Tyler Baker wrote: >> >> Hi Greg, >> >> On 5 May 2015 at 15:10, Greg Kroah-Hartman >> wrote: >>> >>> On Sat, May 02, 2015 at 09:00:22PM +0200, Greg Kroah-Hartman wrote: >

Re: [PATCH 3.19 000/177] 3.19.7-stable review

2015-05-06 Thread Tyler Baker
Hi Greg, On 5 May 2015 at 15:10, Greg Kroah-Hartman wrote: > On Sat, May 02, 2015 at 09:00:22PM +0200, Greg Kroah-Hartman wrote: >> This is the start of the stable review cycle for the 3.19.7 release. >> There are 177 patches in this series, all will be posted as a response >> to this one. If an

Re: [PATCH v4 0/7] selftests: fixes for installation and cross compilation

2015-05-06 Thread Tyler Baker
On 6 May 2015 at 08:23, Shuah Khan wrote: > On 05/06/2015 08:49 AM, Tyler Baker wrote: >> Hi Shuah, >> >> On 21 April 2015 at 15:49, Tyler Baker wrote: >>> This patch set fixes various issues observed when cross building and >>> installing selftests. >

Re: [PATCH v4 0/7] selftests: fixes for installation and cross compilation

2015-05-06 Thread Tyler Baker
Hi Shuah, On 21 April 2015 at 15:49, Tyler Baker wrote: > This patch set fixes various issues observed when cross building and > installing selftests. > > As I began investigating improving the test output format, I performed an > audit of the current tests to ensure all tes

Re: [PATCH v4 0/5] arm64,hi6220: Enable Hisilicon Hi6220 SoC

2015-05-05 Thread Tyler Baker
atch set: > https://github.com/96boards/documentation/wiki/UEFI > > Changes v4: > * Rebase to kernel 4.1-rc1 > * Delete "arm,cortex-a15-gic" from the gic node in dts Tested by: Tyler Baker Built and booted all v4 patches in this series ontop a v4.1-rc1 based tree. Tested w

Re: "drm/i915: Iterate through the initialized DDIs to prepare their buffers" causes x86 boot regressions in next-20150429

2015-04-29 Thread Tyler Baker
the noise. > > On Wed, 2015-04-29 at 10:31 -0700, Tyler Baker wrote: >> Hi, >> >> Today's linux-next (next-20150429) fails to boot to a minimal >> buildroot based ramdisk on my x86 i5 haswell machine with the >> following splat. >> >> [3.300154]

"drm/i915: Iterate through the initialized DDIs to prepare their buffers" causes x86 boot regressions in next-20150429

2015-04-29 Thread Tyler Baker
Hi, Today's linux-next (next-20150429) fails to boot to a minimal buildroot based ramdisk on my x86 i5 haswell machine with the following splat. [3.300154] vgaarb: device changed decodes: PCI::00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem [3.314165] BUG: unable to handle kernel

Re: n900 in 4.1-rc0

2015-04-27 Thread Tyler Baker
Hi Pavel, On 26 April 2015 at 03:20, Pavel Machek wrote: > Hi! > >> > Just tried booting 4.1-rc0 on n900 (commit >> > 34c9a0ffc75ad25b6a60f61e27c4a4b1189b8085) and it is broken. >> > >> > Any ideas? >> >> Looks like DT and legacy booting are working fine in our >> labs. [0][1] > > Interesting web

[PATCH v4 7/7] selftests/exec: do not install subdir as it is already created

2015-04-21 Thread Tyler Baker
Remove subdir from DEPS as it is already created at runtime. Without this, make install fails. Acked-by: Michael Ellerman Signed-off-by: Tyler Baker --- tools/testing/selftests/exec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/exec

[PATCH v4 6/7] selftests/x86: install tests

2015-04-21 Thread Tyler Baker
Include lib.mk and set TEST_PROGS where appropriate. Cc: Andy Lutomirski Signed-off-by: Tyler Baker --- tools/testing/selftests/x86/Makefile | 6 ++ 1 file changed, 6 insertions(+) diff --git a/tools/testing/selftests/x86/Makefile b/tools/testing/selftests/x86/Makefile index ec7b088

[PATCH v4 4/7] selftest/x86: build both bitnesses

2015-04-21 Thread Tyler Baker
Lutomirski Signed-off-by: Tyler Baker --- tools/testing/selftests/x86/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/testing/selftests/x86/Makefile b/tools/testing/selftests/x86/Makefile index ddf6356..be93945 100644 --- a/tools/testing/selftests/x86/Make

[PATCH v4 5/7] selftest/x86: have no dependency on all when cross building

2015-04-21 Thread Tyler Baker
If the CROSS_COMPILE is set remove all's dependency on all_32 and all_64. Cc: Andy Lutomirski Acked-by: Andy Lutomirski Signed-off-by: Tyler Baker --- tools/testing/selftests/x86/Makefile | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/testing/selftest

[PATCH v4 3/7] selftests/kdbus: install kdbus-test

2015-04-21 Thread Tyler Baker
Set TEST_PROGS so that kdbus-test is installed. Cc: Greg Kroah-Hartman Acked-by: Michael Ellerman Signed-off-by: Tyler Baker --- tools/testing/selftests/kdbus/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/testing/selftests/kdbus/Makefile b/tools/testing/selftests/kdbus

[PATCH v4 2/7] selftests/ftrace: install test.d

2015-04-21 Thread Tyler Baker
The ftrace test requires the directory test.d and all of it's contents to be present during execution. Use TEST_DIRS to ensure this is copied to the INSTALL_PATH. Acked-by: Michael Ellerman Signed-off-by: Tyler Baker --- tools/testing/selftests/ftrace/Makefile | 1 + 1 file chang

[PATCH v4 1/7] selftests: copy TEST_DIRS to INSTALL_PATH

2015-04-21 Thread Tyler Baker
Loop over all TEST_DIRS and recursively copy them to the INSTALL_PATH. Tests such as ftrace require a directory and all of it's contents to execute the test properly, thus these directories and files need to be copied when we perform an install. Acked-by: Michael Ellerman Signed-off-by:

[PATCH v4 0/7] selftests: fixes for installation and cross compilation

2015-04-21 Thread Tyler Baker
they have not changed. * Rebased onto next-20150420. Changes v1 -> v2: * Have no dependency on all when CROSS_COMPILE is set. (Andy Lutomirski) * Added Andy on CC for all x86 test patches. * Split up the x86 patches for better clarity. * Rebased onto next-20150415. This series is based on nex

Re: [PATCH v3 3/8] selftests/breakpoints: emit skip and omit installation when tests are not compiled

2015-04-21 Thread Tyler Baker
On 21 April 2015 at 02:41, Suzuki K. Poulose wrote: > On 21/04/15 00:14, Tyler Baker wrote: >> >> The breakpoints test should only should be executed on x86 targets, so >> lets >> emit a skip and omit the installation when ARCH != x86. >> >> Acked-by: Mi

Re: [PATCH v3 6/8] selftest/x86: have no dependency on all when cross building

2015-04-20 Thread Tyler Baker
On 20 April 2015 at 16:47, Andy Lutomirski wrote: > On Mon, Apr 20, 2015 at 4:34 PM, Tyler Baker wrote: >> On 20 April 2015 at 16:22, Andy Lutomirski wrote: >>> On Mon, Apr 20, 2015 at 4:15 PM, Tyler Baker wrote: >>>> If the CROSS_COMPILE is set remove all

Re: [PATCH v3 6/8] selftest/x86: have no dependency on all when cross building

2015-04-20 Thread Tyler Baker
On 20 April 2015 at 16:22, Andy Lutomirski wrote: > On Mon, Apr 20, 2015 at 4:15 PM, Tyler Baker wrote: >> If the CROSS_COMPILE is set remove all's dependency on all_32 and all_64. >> >> Cc: Andy Lutomirski >> Signed-off-by: Tyler Baker >> --- >&g

[PATCH v3 8/8] selftests/exec: do not install subdir as it is already created

2015-04-20 Thread Tyler Baker
Remove subdir from DEPS as it is already created at runtime. Without this, make install fails. Acked-by: Michael Ellerman Signed-off-by: Tyler Baker --- tools/testing/selftests/exec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/exec

[PATCH v3 7/8] selftest/x86: install tests

2015-04-20 Thread Tyler Baker
Include lib.mk and set TEST_PROGS where appropriate. Skip the install and test case when CROSS_COMPILE is not set. Cc: Andy Lutomirski Signed-off-by: Tyler Baker --- tools/testing/selftests/x86/Makefile | 9 + 1 file changed, 9 insertions(+) diff --git a/tools/testing/selftests/x86

[PATCH v3 6/8] selftest/x86: have no dependency on all when cross building

2015-04-20 Thread Tyler Baker
If the CROSS_COMPILE is set remove all's dependency on all_32 and all_64. Cc: Andy Lutomirski Signed-off-by: Tyler Baker --- tools/testing/selftests/x86/Makefile | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tools/testing/selftests/x86/Makefile b/tools/te

[PATCH v3 5/8] selftest/x86: build both bitnesses

2015-04-20 Thread Tyler Baker
Using uname with the processor flag option in some cases can yield 'unknown' so lets use the machine flag option as it is deterministic. Add a dependency for all_32 when building on a x86 64 bit host so that both bitnesses are built in this case. Cc: Andy Lutomirski Signed-off-by: T

[PATCH v3 4/8] selftests/kdbus: install kdbus-test

2015-04-20 Thread Tyler Baker
Set TEST_PROGS so that kdbus-test is installed. Cc: Greg Kroah-Hartman Acked-by: Michael Ellerman Signed-off-by: Tyler Baker --- tools/testing/selftests/kdbus/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/testing/selftests/kdbus/Makefile b/tools/testing/selftests/kdbus

[PATCH v3 0/8] selftests: fixes for installation and cross compilation

2015-04-20 Thread Tyler Baker
sed on next-20150420. Tyler Baker (8): selftests: copy TEST_DIRS to INSTALL_PATH selftests/ftrace: install test.d selftests/breakpoints: emit skip and omit installation when tests are not compiled selftests/kdbus: install kdbus-test selftest/x86: build both bitnesses selftest/x

[PATCH v3 2/8] selftests/ftrace: install test.d

2015-04-20 Thread Tyler Baker
The ftrace test requires the directory test.d and all of it's contents to be present during execution. Use TEST_DIRS to ensure this is copied to the INSTALL_PATH. Acked-by: Michael Ellerman Signed-off-by: Tyler Baker --- tools/testing/selftests/ftrace/Makefile | 1 + 1 file chang

[PATCH v3 1/8] selftests: copy TEST_DIRS to INSTALL_PATH

2015-04-20 Thread Tyler Baker
Loop over all TEST_DIRS and recursively copy them to the INSTALL_PATH. Tests such as ftrace require a directory and all of it's contents to execute the test properly, thus these directories and files need to be copied when we perform an install. Acked-by: Michael Ellerman Signed-off-by:

[PATCH v3 3/8] selftests/breakpoints: emit skip and omit installation when tests are not compiled

2015-04-20 Thread Tyler Baker
The breakpoints test should only should be executed on x86 targets, so lets emit a skip and omit the installation when ARCH != x86. Acked-by: Michael Ellerman Signed-off-by: Tyler Baker --- tools/testing/selftests/breakpoints/Makefile | 7 ++- 1 file changed, 6 insertions(+), 1 deletion

Re: [PATCH v2 7/8] selftest/x86: install tests

2015-04-17 Thread Tyler Baker
On 17 April 2015 at 15:28, Andy Lutomirski wrote: > On Fri, Apr 17, 2015 at 3:02 PM, Tyler Baker wrote: >> Include lib.mk and set TEST_PROGS where appropriate. Skip the install and >> test >> case when CROSS_COMPILE is not set. >> >> Cc: Andy Lutomirs

Re: [PATCH v2 5/8] selftest/x86: build both bitnesses

2015-04-17 Thread Tyler Baker
On 17 April 2015 at 15:27, Andy Lutomirski wrote: > On Fri, Apr 17, 2015 at 3:24 PM, Tyler Baker wrote: >> On 17 April 2015 at 15:06, Andy Lutomirski wrote: >>> On Fri, Apr 17, 2015 at 3:01 PM, Tyler Baker wrote: >>>> Using uname with the processor flag

Re: [PATCH v2 5/8] selftest/x86: build both bitnesses

2015-04-17 Thread Tyler Baker
On 17 April 2015 at 15:06, Andy Lutomirski wrote: > On Fri, Apr 17, 2015 at 3:01 PM, Tyler Baker wrote: >> Using uname with the processor flag option in some cases can yield 'unknown' >> so lets use the machine flag option as it is deterministic. Add a dependency >>

Re: [PATCH v2 6/8] selftest/x86: have no dependency on all when cross building

2015-04-17 Thread Tyler Baker
On 17 April 2015 at 15:08, Andy Lutomirski wrote: > On Fri, Apr 17, 2015 at 3:01 PM, Tyler Baker wrote: >> If the CROSS_COMPILE is set have no dependency on all. > > You mean "remove all's dependency on all_32 and all_64", I think. Yes I'll clean this up. >

[PATCH v2 8/8] selftests/exec: do not install subdir as it is already created

2015-04-17 Thread Tyler Baker
Remove subdir from DEPS as it is already created at runtime. Without this, make install fails. Signed-off-by: Tyler Baker --- tools/testing/selftests/exec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/exec/Makefile b/tools/testing

[PATCH v2 7/8] selftest/x86: install tests

2015-04-17 Thread Tyler Baker
Include lib.mk and set TEST_PROGS where appropriate. Skip the install and test case when CROSS_COMPILE is not set. Cc: Andy Lutomirski Signed-off-by: Tyler Baker --- tools/testing/selftests/x86/Makefile | 9 + 1 file changed, 9 insertions(+) diff --git a/tools/testing/selftests/x86

[PATCH v2 6/8] selftest/x86: have no dependency on all when cross building

2015-04-17 Thread Tyler Baker
If the CROSS_COMPILE is set have no dependency on all. Cc: Andy Lutomirski Signed-off-by: Tyler Baker --- tools/testing/selftests/x86/Makefile | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tools/testing/selftests/x86/Makefile b/tools/testing/selftests/x86/Makefile

[PATCH v2 5/8] selftest/x86: build both bitnesses

2015-04-17 Thread Tyler Baker
Using uname with the processor flag option in some cases can yield 'unknown' so lets use the machine flag option as it is deterministic. Add a dependency for all_32 when building on a x86 64 bit host so that both bitnesses are built in this case. Cc: Andy Lutomirski Signed-off-by: T

[PATCH v2 4/8] selftests/kdbus: install kdbus-test

2015-04-17 Thread Tyler Baker
Set TEST_PROGS so that kdbus-test is installed. Cc: Greg Kroah-Hartman Signed-off-by: Tyler Baker --- tools/testing/selftests/kdbus/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/testing/selftests/kdbus/Makefile b/tools/testing/selftests/kdbus/Makefile index e21bf1f

[PATCH v2 2/8] selftests/ftrace: install test.d

2015-04-17 Thread Tyler Baker
The ftrace test requires the directory test.d and all of it's contents to be present during execution. Use TEST_DIRS to ensure this is copied to the INSTALL_PATH. Signed-off-by: Tyler Baker --- tools/testing/selftests/ftrace/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/

[PATCH v2 3/8] selftests/breakpoints: emit skip and omit installation when tests are not compiled

2015-04-17 Thread Tyler Baker
The breakpoints test should only should be executed on x86 targets, so lets emit a skip and omit the installation when ARCH != x86. Signed-off-by: Tyler Baker --- tools/testing/selftests/breakpoints/Makefile | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tools/testing

[PATCH v2 0/8] selftests: fixes for installation and cross compilation

2015-04-17 Thread Tyler Baker
415. This series is based on next-20150415. Tyler Baker (8): selftests: copy TEST_DIRS to INSTALL_PATH selftests/ftrace: install test.d selftests/breakpoints: emit skip and omit installation when tests are not compiled selftests/kdbus: install kdbus-test selftest/x86: build both bitnes

[PATCH v2 1/8] selftests: copy TEST_DIRS to INSTALL_PATH

2015-04-17 Thread Tyler Baker
Loop over all TEST_DIRS and recursively copy them to the INSTALL_PATH. Tests such as ftrace require a directory and all of it's contents to execute the test properly, thus these directories and files need to be copied when we perform an install. Signed-off-by: Tyler Baker --- tools/te

Re: n900 in 4.1-rc0

2015-04-16 Thread Tyler Baker
On 16 April 2015 at 02:32, Pavel Machek wrote: > Hi! > > Just tried booting 4.1-rc0 on n900 (commit > 34c9a0ffc75ad25b6a60f61e27c4a4b1189b8085) and it is broken. > > Any ideas? Looks like DT and legacy booting are working fine in our labs. [0][1] >

Re: [PATCH 5/7] selftests/x86: fix cross build logic

2015-04-14 Thread Tyler Baker
Hi Andy, On 14 April 2015 at 17:33, Andy Lutomirski wrote: > On 04/14/2015 03:52 PM, Tyler Baker wrote: >> >> x86 tests should not be built when ARCH != x86. Reused the logic from >> breakpoints to determine when it's appropriate to build. > > > In the futur

[PATCH 6/7] selftests/x86: install tests

2015-04-14 Thread Tyler Baker
Set TEST_PROGS so that the required binaries are installed. Skip the install and test case when ARCH != x86. Signed-off-by: Tyler Baker --- tools/testing/selftests/x86/Makefile | 10 ++ 1 file changed, 10 insertions(+) diff --git a/tools/testing/selftests/x86/Makefile b/tools/testing

[PATCH 5/7] selftests/x86: fix cross build logic

2015-04-14 Thread Tyler Baker
x86 tests should not be built when ARCH != x86. Reused the logic from breakpoints to determine when it's appropriate to build. Signed-off-by: Tyler Baker --- tools/testing/selftests/x86/Makefile | 35 +++ 1 file changed, 23 insertions(+), 12 deletions(-)

[PATCH 7/7] selftests/exec: do not install subdir as it is already created

2015-04-14 Thread Tyler Baker
Remove subdir from DEPS as it is already created at runtime. Without this, make install fails. Signed-off-by: Tyler Baker --- tools/testing/selftests/exec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/exec/Makefile b/tools/testing

[PATCH 2/7] selftests/ftrace: install test.d

2015-04-14 Thread Tyler Baker
The ftrace test requires the directory test.d and all of it's contents to be present during execution. Use TEST_DIRS to ensure this is copied to the INSTALL_PATH. Signed-off-by: Tyler Baker --- tools/testing/selftests/ftrace/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/

[PATCH 1/7] selftests: copy TEST_DIRS to INSTALL_PATH

2015-04-14 Thread Tyler Baker
Loop over all TEST_DIRS and recursively copy them to the INSTALL_PATH. Tests such as ftrace require a directory and all of it's contents to execute the test properly, thus these directories and files need to be copied when we perform an install. Signed-off-by: Tyler Baker --- tools/te

[PATCH 3/7] selftests/breakpoints: emit skip and omit installation when tests are not compiled

2015-04-14 Thread Tyler Baker
The breakpoints test should only should be executed on x86 targets, so lets emit a skip and omit the installation when ARCH != x86. Signed-off-by: Tyler Baker --- tools/testing/selftests/breakpoints/Makefile | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tools/testing

[PATCH 4/7] selftests/kdbus: install kdbus-test

2015-04-14 Thread Tyler Baker
Set TEST_PROGS so that kdbus-test is installed. Cc: Greg Kroah-Hartman Signed-off-by: Tyler Baker --- tools/testing/selftests/kdbus/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/testing/selftests/kdbus/Makefile b/tools/testing/selftests/kdbus/Makefile index e21bf1f

[PATCH 0/7] selftests: fixes for installation and cross compilation

2015-04-14 Thread Tyler Baker
series by building, installing and deploying all selftests to x86, arm and arm64 targets. This series is based on next-20150414 Tyler Baker (7): selftests: copy TEST_DIRS to INSTALL_PATH selftests/ftrace: install test.d selftests/breakpoints: emit skip and omit installation when tests are

Re: [PATCH v5] ARM: smp: Only expose /sys/.../cpuX/online if hotpluggable

2015-04-11 Thread Tyler Baker
y indicate that all CPUs are hotpluggable but occasionally > we can't offline a CPU due to check_irq_vectors_for_cpu_disable() > failing to find a CPU to move vectors to. > > Cc: Mark Rutland > Cc: Nicolas Pitre > Cc: Dave Martin > Acked-by: Simon Horman [shmobile po

Re: Build regression in next-20150331

2015-04-07 Thread Tyler Baker
On 3 April 2015 at 07:24, Peter Zijlstra wrote: > On Fri, Apr 03, 2015 at 01:07:19PM +0200, Rafael J. Wysocki wrote: >> Peter, I'm assiming that you'll make sure this goes into tip/timers/core. > > I'll double check, but I think Ingo did a similar thing when he applied > your patches. Fix has bee

Re: [PATCH v4] ARM: smp: Only expose /sys/.../cpuX/online if hotpluggable

2015-04-07 Thread Tyler Baker
here > we may indicate that all CPUs are hotpluggable but occasionally > we can't offline a CPU due to check_irq_vectors_for_cpu_disable() > failing to find a CPU to move vectors to. > > Cc: Mark Rutland > Cc: Nicolas Pitre > Cc: Dave Martin > Cc: Simon Horman &

Re: [PATCH v3] ARM: smp: Only expose /sys/.../cpuX/online if hotpluggable

2015-04-06 Thread Tyler Baker
On 19 February 2015 at 14:14, Simon Horman wrote: > On Wed, Feb 18, 2015 at 03:27:57PM -0800, Stephen Boyd wrote: >> On 02/18/15 14:27, Simon Horman wrote: >> > On Fri, Feb 13, 2015 at 04:42:54PM -0800, Stephen Boyd wrote: >> >> Writes to /sys/.../cpuX/online fail if we determine the platform >> >

Re: Build regression in next-20150331

2015-04-02 Thread Tyler Baker
e *dev); > @@ -114,6 +115,7 @@ static inline void tick_set_periodic_handler(struct > clock_event_device *dev, int > dev->event_handler = tick_handle_periodic; > } > #endif /* !BROADCAST */ > +#endif /* GENERIC */ > > /* Functions related to oneshot broadcasting */ >

Re: [PATCH 1/2] kselftests: timers: Make set-timer-lat fail more gracefully for !CAP_WAKE_ALARM

2015-04-02 Thread Tyler Baker
On 2 April 2015 at 10:48, Shuah Khan wrote: > On 04/02/2015 11:17 AM, Tyler Baker wrote: >> On 2 April 2015 at 06:43, Shuah Khan wrote: >>> On 04/02/2015 04:18 AM, Prarit Bhargava wrote: >>>> >>>> >>>> On 03/26/2015 01:33 PM, Tyler Baker wrot

Re: [PATCH 0/6] selftests: improve cross compilation support

2015-04-02 Thread Tyler Baker
Hi Shuah, On 2 April 2015 at 06:53, Shuah Khan wrote: > On 04/01/2015 05:20 PM, Tyler Baker wrote: >> This patch set improves cross building functionality by resovling hard coded >> assumptions about the compiler used. With this patch set, all but mqueue, >> and kdbus cross

Re: [PATCH 1/2] kselftests: timers: Make set-timer-lat fail more gracefully for !CAP_WAKE_ALARM

2015-04-02 Thread Tyler Baker
On 2 April 2015 at 06:43, Shuah Khan wrote: > On 04/02/2015 04:18 AM, Prarit Bhargava wrote: >> >> >> On 03/26/2015 01:33 PM, Tyler Baker wrote: >>> On 26 March 2015 at 09:29, John Stultz wrote: >>>> On Thu, Mar 26, 2015 at 4:31 AM, Prarit Bhargava

[PATCH 5/6] selftest/ipc: enable cross compilation

2015-04-01 Thread Tyler Baker
Use the CC variable instead of hard coding gcc. Signed-off-by: Tyler Baker --- tools/testing/selftests/ipc/Makefile | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tools/testing/selftests/ipc/Makefile b/tools/testing/selftests/ipc/Makefile index 3b6013d..25d2e70 100644

[PATCH 6/6] selftest/mqueue: enable cross compilation

2015-04-01 Thread Tyler Baker
Use the CC variable instead of hard coding gcc. Also clean up the compiler options by creating a CFLAGS variable. Signed-off-by: Tyler Baker --- tools/testing/selftests/mqueue/Makefile | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/testing/selftests/mqueue

[PATCH 1/6] selftest/memfd: enable cross compilation

2015-04-01 Thread Tyler Baker
Use the CC variable instead of hard coding gcc. Also clean up the compiler options by creating a CFLAGS variable. Signed-off-by: Tyler Baker --- tools/testing/selftests/memfd/Makefile | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tools/testing/selftests/memfd

[PATCH 3/6] selftest/mount: enable cross compilation

2015-04-01 Thread Tyler Baker
Use the CC variable instead of hard coding gcc. Also clean up the compiler options by creating a CFLAGS variable. Signed-off-by: Tyler Baker --- tools/testing/selftests/mount/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/testing/selftests/mount/Makefile

  1   2   >