[PATCH] ARM: cache-armv7: remove superfluous instruction

2019-10-08 Thread Ahmad Fatoum
There are two tst r11, #0xf with nothing in between them that changes r11. This a left over from the kernel code that checks for VMSA twice, once to check if the page table should be setup and once to more to flush the TLB. We do the setup in the caller already, so the tst serves no useful

[PATCH] ARM: mmu: remove no longer accurate comment

2019-10-08 Thread Ahmad Fatoum
This comment refers to the state of things prior to e3e54c644 ("ARM: mmu: Implement on-demand PTE allocation"). Since then, we no longer generate 2nd level page tables directly below. Remove it to avoid confusion. Cc: Lucas Stach Signed-off-by: Ahmad Fatoum --- arch/arm/cpu/mmu.c | 5 - 1

[PATCH 2/2] ARM: dts: imx6qdl: pfla02: Remove fec phy-supply

2019-10-08 Thread Stefan Riedmueller
There is no driver for the phyFLEX-i.MX 6 phy-supply regulator in the barebox. Use a dummy regulator instead by simply deleting the phy-supply property. Signed-off-by: Stefan Riedmueller --- arch/arm/dts/imx6qdl-phytec-pfla02.dtsi | 4 1 file changed, 4 insertions(+) diff --git

[PATCH 1/2] net: fec_imx: Fix resource rollback with regulator errors

2019-10-08 Thread Stefan Riedmueller
When the driver is not able to get or control the phy regulator memory resources are already acquired and need to be released during rollback. Signed-off-by: Stefan Riedmueller --- drivers/net/fec_imx.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git

Re: [PATCH] version_string: Add toolchain and build host info

2019-10-08 Thread Antony Pavlov
On Mon, 7 Oct 2019 22:14:41 -0700 Andrey Smirnov wrote: > On Mon, Sep 30, 2019 at 11:03 PM Antony Pavlov > wrote: > > > > On Mon, 30 Sep 2019 17:57:18 -0700 > > Andrey Smirnov wrote: > > > > Hi! > > > > > Linux kernel reports the version of toolchain it was built with as a > > > part of its