Re: [PATCH 33/35] perf bench futex: Fix build on musl + clang

2017-09-08 Thread Jörg Krause
tools/perf/bench/futex-wake-parallel.c > @@ -8,6 +8,7 @@ > */ > > /* For the CLR_() macros */ > +#include > #include > > #include > diff --git a/tools/perf/bench/futex-wake.c b/tools/perf/bench/futex-wake.c > index e246b1b8388a..789490281ae3 100644 > --- a/tools/perf/bench/futex-wake.c > +++ b/tools/perf/bench/futex-wake.c > @@ -9,6 +9,7 @@ > */ > > /* For the CLR_() macros */ > +#include > #include > > #include Best regards, Jörg Krause

Re: [PATCH 33/35] perf bench futex: Fix build on musl + clang

2017-09-08 Thread Jörg Krause
utex-wake.c b/tools/perf/bench/futex-wake.c > index e246b1b8388a..789490281ae3 100644 > --- a/tools/perf/bench/futex-wake.c > +++ b/tools/perf/bench/futex-wake.c > @@ -9,6 +9,7 @@ > */ > > /* For the CLR_() macros */ > +#include > #include > > #include Best regards, Jörg Krause

Re: [alsa-devel] [PATCH v2] ASoC: mxs-saif: add mclk enable/disable ops

2017-01-07 Thread Jörg Krause
Hi Mans, On Thu, 2016-12-22 at 16:49 +, Mans Rullgard wrote: > This makes normal clk_enable/disable() calls on mxs_saif_mclk work as > expected, i.e. actually turn the mclk output on or (when safe) off. > The existing mxs_saif_get/put_mclk() functions are rewritten to use > common clk

Re: [alsa-devel] [PATCH v2] ASoC: mxs-saif: add mclk enable/disable ops

2017-01-07 Thread Jörg Krause
Hi Mans, On Thu, 2016-12-22 at 16:49 +, Mans Rullgard wrote: > This makes normal clk_enable/disable() calls on mxs_saif_mclk work as > expected, i.e. actually turn the mclk output on or (when safe) off. > The existing mxs_saif_get/put_mclk() functions are rewritten to use > common clk

Re: [PATCH] ubifs: Fix regression in ubifs_readdir()

2016-10-28 Thread Jörg Krause
Richard, On Fri, 2016-10-28 at 19:07 +0200, Richard Weinberger wrote: > Jörg, > > On 28.10.2016 18:19, Jörg Krause wrote: > > Hi, > > > > On Fri, 2016-10-28 at 11:53 +0200, Richard Weinberger wrote: > > > Commit c83ed4c9dbb35 ("ubifs: Abort readdir u

Re: [PATCH] ubifs: Fix regression in ubifs_readdir()

2016-10-28 Thread Jörg Krause
Richard, On Fri, 2016-10-28 at 19:07 +0200, Richard Weinberger wrote: > Jörg, > > On 28.10.2016 18:19, Jörg Krause wrote: > > Hi, > > > > On Fri, 2016-10-28 at 11:53 +0200, Richard Weinberger wrote: > > > Commit c83ed4c9dbb35 ("ubifs: Abort readdir u

Re: [PATCH] ubifs: Fix regression in ubifs_readdir()

2016-10-28 Thread Jörg Krause
f00 """ This is my preinit script: """ #!/bin/sh mount -t ubifs /dev/ubi1_0 /mnt/user mkdir -p /mnt/user/overlay mkdir -p /mnt/user/work # Overlay read-only rootfs and read-write user filesystem. mount -t overlay overlay -o lowerdir=/,upperdir=/mnt/user/overlay,workdir=/mnt/user/work,noatime /mnt/overlay # Move necessary mount points mount -n --move /dev /mnt/overlay/dev mount -n --move /mnt/user /mnt/overlay/mnt/user exec chroot /mnt/overlay /sbin/init """ Note, this is working on Linux 4.7. Best regards Jörg Krause

Re: [PATCH] ubifs: Fix regression in ubifs_readdir()

2016-10-28 Thread Jörg Krause
ev/ubi1_0 /mnt/user mkdir -p /mnt/user/overlay mkdir -p /mnt/user/work # Overlay read-only rootfs and read-write user filesystem. mount -t overlay overlay -o lowerdir=/,upperdir=/mnt/user/overlay,workdir=/mnt/user/work,noatime /mnt/overlay # Move necessary mount points mount -n --move /dev /mnt/overlay/dev mount -n --move /mnt/user /mnt/overlay/mnt/user exec chroot /mnt/overlay /sbin/init """ Note, this is working on Linux 4.7. Best regards Jörg Krause

Re: [PATCHv2 0/2] net: fec: Reset ethernet PHY whenever the enet_out clock is being enabled

2016-09-26 Thread Jörg Krause
idRun boards do not specify the > > enet_out > > clock in the dtb, so the PHY reset behaviour should be unaffected > > by > > this patch on those boards, since the additional fec_reset_phy() > > call is > > framed by: > > if (fep->clk_enet_out) { > > ... > > } > > > > But verifying this explicitly is of course a good idea. > > If the SolidRun boards don't do this, this doesn't mean it's safe in > general. The problem is real, isn't it? Anything new on this topic? I am facing the same issue with Linux Kernel 4.7 and the MCSC LAN8720A on an i.MX28 board. I found this patch on patchwork and it works for me. Best regard Jörg Krause

Re: [PATCHv2 0/2] net: fec: Reset ethernet PHY whenever the enet_out clock is being enabled

2016-09-26 Thread Jörg Krause
idRun boards do not specify the > > enet_out > > clock in the dtb, so the PHY reset behaviour should be unaffected > > by > > this patch on those boards, since the additional fec_reset_phy() > > call is > > framed by: > > if (fep->clk_enet_out) { > > ... > > } > > > > But verifying this explicitly is of course a good idea. > > If the SolidRun boards don't do this, this doesn't mean it's safe in > general. The problem is real, isn't it? Anything new on this topic? I am facing the same issue with Linux Kernel 4.7 and the MCSC LAN8720A on an i.MX28 board. I found this patch on patchwork and it works for me. Best regard Jörg Krause

Re: [RFC] dt: bindings: add bindings for Broadcom bcm43xx sdio devices

2014-04-10 Thread Jörg Krause
On 02/13/14 10:28, Chen-Yu Tsai wrote: > Hi, > > On Thu, Feb 13, 2014 at 5:13 PM, Tomasz Figatomasz.figa@ wrote: >> Hi Arend, >> >> >> On 10.02.2014 20:17, Arend van Spriel wrote: [...] Hi Chen-Yu, picking up this thread. > AFAIK, the pinctrl in tied to the device node, and is selected when

Re: [RFC] dt: bindings: add bindings for Broadcom bcm43xx sdio devices

2014-04-10 Thread Jörg Krause
On 02/13/14 10:28, Chen-Yu Tsai wrote: Hi, On Thu, Feb 13, 2014 at 5:13 PM, Tomasz Figalt;tomasz.figa@gt; wrote: Hi Arend, On 10.02.2014 20:17, Arend van Spriel wrote: [...] Hi Chen-Yu, picking up this thread. AFAIK, the pinctrl in tied to the device node, and is selected when the