Re: [PATCH 01/17] drivers: support PCIe in RISCV

2017-06-07 Thread Olof Johansson
On Wed, Jun 7, 2017 at 10:09 AM, Wesley Terpstra wrote: > > > On Jun 7, 2017 7:26 AM, "Christoph Hellwig" wrote: > > On Tue, Jun 06, 2017 at 03:59:51PM -0700, Palmer Dabbelt wrote: >> From: "Wesley W. Terpstra" >> >> There are RISC-V systems that have been mapped to Xilinx FPGAs that have >> the

[GIT PULL] ARM: SoC fixes

2017-06-06 Thread Olof Johansson
so that it can be loaded Masahiro Yamada (1): ARM: dts: versatile: use #include "..." to include local DT Murali Karicheri (1): ARM: dts: keystone-k2l: fix broken Ethernet due to disabled OSR Olof Johansson (8): Merge tag 'davinci-fixes-for-v4.12' of gi

Re: [GIT PULL] ARM: at91: fixes for 4.12

2017-06-01 Thread Olof Johansson
On Mon, May 29, 2017 at 11:23:15AM +0200, Alexandre Belloni wrote: > Arnd, Olof, > > Here are two fixes for 4.12. > > The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6: > > Linux 4.12-rc1 (2017-05-13 13:19:49 -0700) > > are available in the git repository at: > >

Re: [PATCH] ARM: dts: versatile: use #include "..." to include local DT

2017-06-01 Thread Olof Johansson
On Wed, May 24, 2017 at 02:10:10PM +0900, Masahiro Yamada wrote: > Most of DT files in ARM use #include "..." to make pre-processor > include DT in the same directory, but this is one of the exceptional > files that use #include <...> for that. > > Fix it to remove -I$(srctree)/arch/$(SRCARCH)/boo

Re: [GIT PULL] MMC fixes for v.4.12 rc3 - take 2/2

2017-06-01 Thread Olof Johansson
Hi, On Mon, May 29, 2017 at 12:22:36PM +0200, Daniel Lezcano wrote: > On Sun, May 28, 2017 at 12:26:00PM +0200, Ulf Hansson wrote: > > Hi Olof, > > > > +Daniel > > > > On 26 May 2017 at 18:24, Olof Johansson wrote: > > > Hi Ulf, > > > >

Re: [PATCH 1/1] MAINTAINERS: remove ker...@stlinux.com obsolete mailing list

2017-06-01 Thread Olof Johansson
On Mon, May 29, 2017 at 05:17:54PM +0200, patrice.chot...@st.com wrote: > From: Patrice Chotard > > The STMicroelectronics dedicated mailing list ker...@stlinux.com > is no more available, remove it to avoid bouncing mails. > > Several request to create a new mailing list has been send by Benjam

Re: [GIT PULL] MMC fixes for v.4.12 rc3 - take 2/2

2017-05-26 Thread Olof Johansson
Hi Ulf, On Fri, May 26, 2017 at 6:08 AM, Ulf Hansson wrote: > Hi Linus, > > Here are a couple of mmc and arm64-dts fixes intended for v4.12 rc3. > They are based on v4.12-rc2. > > Details are as usual found in the signed tag. Please pull this in! > > Kind regards > Ulf Hansson > > > The followin

Re: [GIT PULL] ARM: exynos: Small update for v4.12

2017-05-25 Thread Olof Johansson
On Wed, May 24, 2017 at 06:00:51PM +0200, Krzysztof Kozlowski wrote: > Hi, > > One update for current release cycle. > > > Best regards, > Krzysztof > > > The following changes since commit a351e9b9fc24e982ec2f0e76379a49826036da12: > > Linux 4.11 (2017-04-30 19:47:48 -0700) > > are availab

Re: [GIT PULL (RESEND)] ARM: uniphier: UniPhier fixes for v4.12

2017-05-25 Thread Olof Johansson
On Mon, May 22, 2017 at 11:03:49AM +0900, Masahiro Yamada wrote: > Hi Arnd, Olof, > > Last week, I thought I found a problem in my pull request, > but it turned out my misunderstanding. > > So, my pull request I sent is OK. > I am re-sending this request mail for clarification. > > Here are some

Re: [GIT PULL] ARM: SoC fixes (and a cross-arch dt-include fix)

2017-05-23 Thread Olof Johansson
On Tue, May 23, 2017 at 2:49 AM, Geert Uytterhoeven wrote: > Hi Olof, > > On Mon, May 22, 2017 at 5:11 PM, Olof Johansson wrote: >> On Mon, May 22, 2017 at 4:44 AM, Linus Walleij >> wrote: >>> On Fri, May 19, 2017 at 9:34 PM, Olof Johansson wrote: >>>>

Re: [PATCH 2/7] RISC-V: arch/riscv Makefile and Kconfigs

2017-05-22 Thread Olof Johansson
(new top-level subthread here since this is a separate topic): On Mon, May 22, 2017 at 5:41 PM, Palmer Dabbelt wrote: > diff --git a/arch/riscv/Makefile b/arch/riscv/Makefile > new file mode 100644 > index ..07ef200e0675 > --- /dev/null > +++ b/arch/riscv/Makefile > @@ -0,0 +1,64 @@

Re: [patches] Re: [PATCH 2/7] RISC-V: arch/riscv Makefile and Kconfigs

2017-05-22 Thread Olof Johansson
On Mon, May 22, 2017 at 9:49 PM, Palmer Dabbelt wrote: > On Mon, 22 May 2017 18:27:21 PDT (-0700), o...@lixom.net wrote: >> Hi, >> >> >> On Mon, May 22, 2017 at 5:41 PM, Palmer Dabbelt wrote: >>> --- >>> arch/riscv/.gitignore| 35 >>> arch/riscv/Kconfig |

Re: [PATCH 7/7] RISC-V: arch/riscv/mm

2017-05-22 Thread Olof Johansson
On Mon, May 22, 2017 at 6:28 PM, Randy Dunlap wrote: > >> diff --git a/arch/riscv/mm/fault.c b/arch/riscv/mm/fault.c >> new file mode 100644 >> index ..f02e286dd1c1 >> --- /dev/null >> +++ b/arch/riscv/mm/fault.c >> @@ -0,0 +1,279 @@ >> +/* >> + * Copyright (C) 2009 Sunplus Core Techno

Re: [PATCH 6/7] RISC-V: arch/riscv/kernel

2017-05-22 Thread Olof Johansson
On Mon, May 22, 2017 at 5:41 PM, Palmer Dabbelt wrote: > --- > arch/riscv/kernel/Makefile | 19 ++ > arch/riscv/kernel/asm-offsets.c| 113 ++ > arch/riscv/kernel/cacheinfo.c | 82 > arch/riscv/kernel/cpu.c| 81 > arch/riscv/kernel/entry.S

Re: [PATCH 2/7] RISC-V: arch/riscv Makefile and Kconfigs

2017-05-22 Thread Olof Johansson
Hi, On Mon, May 22, 2017 at 5:41 PM, Palmer Dabbelt wrote: > --- > arch/riscv/.gitignore| 35 > arch/riscv/Kconfig | 300 > +++ > arch/riscv/Makefile | 64 > arch/riscv/configs/riscv32_spike

Re: RISC-V Linux Port v1

2017-05-22 Thread Olof Johansson
Hi Palmer, On Mon, May 22, 2017 at 5:41 PM, Palmer Dabbelt wrote: > We'd like to submit for inclusion in Linux a port for the RISC-V architecture. > While it is doubtlessly not complete, we think it is far enough along to start > the upstreaming process. Our binutils and GCC ports have been acce

Re: [GIT PULL] ARM: SoC fixes (and a cross-arch dt-include fix)

2017-05-22 Thread Olof Johansson
[adding ksummit-discuss] On Mon, May 22, 2017 at 4:44 AM, Linus Walleij wrote: > On Fri, May 19, 2017 at 9:34 PM, Olof Johansson wrote: > >> - We've started telling people to avoid cross-tree shared branches if all >>they're doing is picking up one or

[GIT PULL] ARM: SoC fixes (and a cross-arch dt-include fix)

2017-05-19 Thread Olof Johansson
Keerthy (1): ARM: dts: dra7: Add power hold and power controller properties to palmas Leonard Crestez (1): ARM: dts: imx6sx-sdb: Remove OPP override Linus Walleij (1): ARM: configs: add a gemini defconfig Olof Johansson (6): Merge tag 'v4.12-rc1' into fixes

Re: [PATCH v3 00/11] Broadcom Stingray SOC Initial Support

2017-05-16 Thread Olof Johansson
Hi, On Tue, May 16, 2017 at 4:30 AM, Anup Patel wrote: > This patchset adds initial support of Broadcom Stingray SOC > by reusing existing Broadcom iProc device drivers. > > Most of the patches in this patchset are DT patches except > the Stingray clock tree support which just one patch. > > Th

Re: [PATCH] ARM: dts: Add devicetree for the Raspberry Pi 3, for arm32 (v6)

2017-05-15 Thread Olof Johansson
and 64-bit development. > > Signed-off-by: Eric Anholt Acked-by: Olof Johansson -Olof

Re: [PATCH] devicetree: Move include prefixes from arch to separate directory

2017-05-15 Thread Olof Johansson
On Mon, May 15, 2017 at 8:48 AM, Russell King - ARM Linux wrote: > On Mon, May 15, 2017 at 08:27:54AM -0700, Olof Johansson wrote: >> On Mon, May 15, 2017 at 7:47 AM, Rob Herring wrote: >> > On Mon, May 15, 2017 at 9:26 AM, Russell King - ARM Linux >> > wrote: >&

Re: [PATCH] devicetree: Move include prefixes from arch to separate directory

2017-05-15 Thread Olof Johansson
On Mon, May 15, 2017 at 8:52 AM, Rob Herring wrote: > On Mon, May 15, 2017 at 10:27 AM, Olof Johansson wrote: >> On Mon, May 15, 2017 at 7:47 AM, Rob Herring wrote: >>> On Mon, May 15, 2017 at 9:26 AM, Russell King - ARM Linux >>> wrote: >>>> On Mon

Re: [PATCH] devicetree: Move include prefixes from arch to separate directory

2017-05-15 Thread Olof Johansson
On Mon, May 15, 2017 at 7:47 AM, Rob Herring wrote: > On Mon, May 15, 2017 at 9:26 AM, Russell King - ARM Linux > wrote: >> On Mon, May 15, 2017 at 08:01:07AM -0500, Rob Herring wrote: >>> I'd prefer not to mix things in scripts/dtc that aren't the import of >>> dtc (yes, we do have a few other t

[PATCH] devicetree: Move include prefixes from arch to separate directory

2017-05-12 Thread Olof Johansson
Cc: Heiko Stuebner Cc: Rob Herring Cc: Mark Rutland Cc: Russell King Cc: Catalin Marinas Cc: Will Deacon Cc: Mikael Starvik Cc: Jesper Nilsson Cc: James Hogan Cc: Ralf Baechle Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Cc: Michael Ellerman Cc: Frank Rowand Cc: linux-arch Signed-of

Re: depmod gets stuck in symlink cycle in arch/arm/boot/dts/include

2017-05-12 Thread Olof Johansson
Yeah, the location of the include directory needs to move. I'll post a patch shortly. Russell reported it earlier but the week got busy and I lost track of it. The easiest solution here is to move the dts/include directory to somewhere else. -Olof On Fri, May 12, 2017 at 3:23 PM, Omar Sandoval

Re: [GIT PULL 0/7] ARM: SoC contents for 4.12 merge window

2017-05-09 Thread Olof Johansson
Hi, On Tue, May 9, 2017 at 10:25 AM, Linus Torvalds wrote: > On Mon, May 8, 2017 at 11:52 PM, Olof Johansson wrote: >> >> It's been a relatively quiet release cycle here. Patch count is about >> the usual (818 commits, which includes merges). Accumulated diffstat: &

[GIT PULL 2/7] ARM: SoC platform updates

2017-05-08 Thread Olof Johansson
e supervisor protect Maxime Ripard (2): ARM: sunxi: Select PM_OPP MAINTAINERS: Update the Allwinner sunXi entry Michael Heimpold (1): ARM: mxs: add support for I2SE Duckbill 2 boards Olof Johansson (8): Merge tag 'gemini-multiplat-dt' of git://git.kernel.org/.../li

[GIT PULL 7/7] ARM: 64-bit DT updates

2017-05-08 Thread Olof Johansson
Hub GPIO hog clk: meson-gxbb: Add MALI clock IDS clk: meson-gxbb: Expose GP0 dt-bindings clock id dt-bindings: clock: gxbb-clkc: Add GXL compatible variant ARM64: dts: meson-gx: Add shared CMA dma memory pool ARM64: dts: meson-gx: Add support for HDMI output Niklas Söd

[GIT PULL 4/7] ARM: SoC defconfig updates

2017-05-08 Thread Olof Johansson
ARM: exynos_defconfig: Enable DYNAMIC_DEBUG and get rid of old ext3 Leonard Crestez (1): ARM: imx_v6_v7_defconfig: Select SMSC_PHY M'boumba Cedric Madianga (1): ARM: configs: stm32: Add I2C support Olof Johansson (9): Merge tag 'stm32-defconfig-for-v4.12-1' of

[GIT PULL 3/7] ARM: Device-tree updates

2017-05-08 Thread Olof Johansson
add support for I2SE Duckbill 2 boards ARM: dts: add support for I2SE Duckbill 2 485 ARM: dts: add support for I2SE Duckbill 2 EnOcean ARM: dts: add support for I2SE Duckbill 2 SPI Nobuhiro Iwamatsu (1): ARM: dts: socfpga: sodia: enable qspi Olof Johansson (22):

[GIT PULL 6/7] ARM: SoC 64-bit changes

2017-05-08 Thread Olof Johansson
s PMU and PM domains drivers arm64: defconfig: Enable video, DRM and LPASS drivers for Exynos5433 and Exynos7 Martin Blumenstingl (1): ARM64: defconfig: enable the leds-pwm driver and default-on trigger Olof Johansson (4): Merge tag 'renesas-arm64-defconfig-for-v4.12' of

[GIT PULL 5/7] ARM: SoC driver updates

2017-05-08 Thread Olof Johansson
efines for domain index dt-bindings: imx-gpc: add i.MX6 QuadPlus compatible soc: imx: gpc: add workaround for i.MX6QP to the GPC PD driver Masahiro Yamada (1): reset: uniphier: add NAND and eMMC reset control Olof Johansson (13): Merge tag 'reset-for-4.12-1'

[GIT PULL 1/7] ARM: SoC non-urgent fixes for merge window

2017-05-08 Thread Olof Johansson
return immediately if clk is NULL ARM: mmp: let clk_disable() return immediately if clk is NULL Olof Johansson (1): Merge tag 'tegra-for-4.12-misc' of git://git.kernel.org/.../tegra/linux into next/fixes-non-critical Stephen Warren (1): MAINTAINERS: remove swarren from bcm2

[GIT PULL 0/7] ARM: SoC contents for 4.12 merge window

2017-05-08 Thread Olof Johansson
Hi Linus, It's been a relatively quiet release cycle here. Patch count is about the usual (818 commits, which includes merges). Accumulated diffstat: 683 files changed, 28234 insertions(+), 7251 deletions(-) Dirstat is also more or less as we're used to it these days. Since arm's dts structure

Re: [PATCH] MAINTAINERS: add a...@kernel.org as the list for arm64 defconfig changes

2017-05-03 Thread Olof Johansson
On Wed, May 3, 2017 at 10:33 AM, Timur Tabi wrote: > On 05/03/2017 12:26 PM, Olof Johansson wrote: >> a...@kernel.org as an email alias will break down if it starts being >> cc:d on large number of patches. Ideally we want the platform >> maintainers as filters/reviewers

Re: [PATCH] MAINTAINERS: add a...@kernel.org as the list for arm64 defconfig changes

2017-05-03 Thread Olof Johansson
Hello, On Wed, May 3, 2017 at 10:08 AM, Timur Tabi wrote: > On 05/03/2017 12:01 PM, Catalin Marinas wrote: >> On Wed, May 03, 2017 at 11:31:25AM -0500, Timur Tabi wrote: >>> > Any changes to arch/arm64/configs/defconfig must be sent to >>> > a...@kernel.org, >>> > otherwise they will not get pic

Re: [PATCH] [v2] MAINTAINERS: arm64 defconfig changes should go to a...@kernel.org

2017-05-03 Thread Olof Johansson
On Wed, May 3, 2017 at 10:17 AM, Catalin Marinas wrote: > On Wed, May 03, 2017 at 11:52:26AM -0500, Timur Tabi wrote: >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 58590cf..5d15858 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -2066,6 +2066,11 @@ S: Maintained >> F: arch/arm64

Re: [PATCH] ARM: dts: Add devicetree for the Raspberry Pi 3, for arm32 (v4)

2017-04-24 Thread Olof Johansson
Hi, On Wed, Mar 29, 2017 at 5:26 PM, Eric Anholt wrote: > Raspbian and Fedora have decided to support the Pi3 in 32-bit mode for > now, so it's useful to be able to test that mode on an upstream > kernel. It's also been useful for me to use the same board for 32-bit > and 64-bit development. > >

Re: [GIT PULL] ARM: aspeed: defconfig for 4.12

2017-04-19 Thread Olof Johansson
On Wed, Apr 12, 2017 at 12:29:10PM +0930, Joel Stanley wrote: > Hello Arnd, Olof, > > These are the Aspeed defconfig changes for 4.12. > > The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201: > > Linux 4.11-rc1 (2017-03-05 12:59:56 -0800) > > are available in the git r

Re: [GIT PULL] ARM: at91: soc for 4.12

2017-04-19 Thread Olof Johansson
On Mon, Apr 10, 2017 at 06:56:42PM +0200, Alexandre Belloni wrote: > Hi Arnd, Olof, > > This is a huge cleanup of the PM code in order to prepare support for a > new suspend mode on sama5d2. > > Note that as discussed with Arnd, the first two patches are fixes that > are already upstream since v4

Re: [GIT PULL] ARM: aspeed: devicetree for 4.12

2017-04-19 Thread Olof Johansson
On Wed, Apr 12, 2017 at 12:29:12PM +0930, Joel Stanley wrote: > Hello Arnd, Olof, > > These are the Aspeed devicetree changes for 4.12. > > The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201: > > Linux 4.11-rc1 (2017-03-05 12:59:56 -0800) > > are available in the git

Re: [PATCH V5 1/4] arm64: dts: Add basic DT to support Spreadtrum's SP9860G

2017-04-19 Thread Olof Johansson
Hi, On Wed, Apr 19, 2017 at 08:09:00PM +0800, Lyra Zhang wrote: > Hi Arnd, Olof, Could you please take this patch through arm-soc git if > there are no further comments? (The three other patches in this series > have been taken by Greg.) Thanks, Chunyan On First, something bad seems to have happe

Re: [PATCH V3] PM / OPP: Use - instead of @ for DT entries

2017-04-19 Thread Olof Johansson
Hi Viresh, On Tue, Apr 18, 2017 at 10:44:50AM +0530, Viresh Kumar wrote: > Compiling the DT file with W=1, DTC warns like follows: > > Warning (unit_address_vs_reg): Node /opp_table0/opp@10 has a > unit name, but no reg property > > Fix this by replacing '@' with '-' as the OPP nodes wil

Re: [GIT PULL 1/5] arm64: soc: exynos for v4.12

2017-04-19 Thread Olof Johansson
On Sat, Apr 08, 2017 at 04:10:04PM +0200, Krzysztof Kozlowski wrote: > > The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201: > > Linux 4.11-rc1 (2017-03-05 12:59:56 -0800) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/

Re: [GIT PULL 3/5] ARM: dts: exynos: DTS for v4.12

2017-04-19 Thread Olof Johansson
On Sat, Apr 08, 2017 at 04:10:02PM +0200, Krzysztof Kozlowski wrote: > Hi, > > I provided some of the patches as sub-tags to other maintainers who > needed it. > > > Best regards, > Krzysztof > > > Cc: Hans Verkuil > > The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d92

Re: [GIT PULL 2/5] ARM: soc: samsung: exynos for v4.12

2017-04-19 Thread Olof Johansson
On Sat, Apr 08, 2017 at 04:10:01PM +0200, Krzysztof Kozlowski wrote: > > The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201: > > Linux 4.11-rc1 (2017-03-05 12:59:56 -0800) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/

Re: [GIT PULL v2] ARM: at91: DT for 4.12

2017-04-19 Thread Olof Johansson
On Fri, Apr 14, 2017 at 10:00:50AM +0200, Alexandre Belloni wrote: > Arnd, Olof, > > As you didn't seem to have taken the previous version, I've folded a > late minute fix in Peter's patch. IF that is not OK, I'll sent the fix > later. > > The following changes since commit c1ae3cfa0e89fa1a7ecc4c

Re: [GIT PULL 5/5] ARM: defconfig: exynos for v4.12

2017-04-19 Thread Olof Johansson
On Sat, Apr 08, 2017 at 04:10:00PM +0200, Krzysztof Kozlowski wrote: > > The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201: > > Linux 4.11-rc1 (2017-03-05 12:59:56 -0800) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/

Re: [GIT PULL 4/5] arm64: dts: exynos: DTS for v4.12

2017-04-19 Thread Olof Johansson
On Sat, Apr 08, 2017 at 04:10:03PM +0200, Krzysztof Kozlowski wrote: > > The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201: > > Linux 4.11-rc1 (2017-03-05 12:59:56 -0800) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/

Re: [PATCH v2 1/6] arm64: dts: Add symlinks for cros-ec-keyboard and cros-ec-sbs

2017-04-19 Thread Olof Johansson
On Wed, Apr 19, 2017 at 10:25 PM, Heiko Stuebner wrote: > Am Mittwoch, 19. April 2017, 21:54:09 CEST schrieb Olof Johansson: >> Hi, >> >> On Tue, Feb 28, 2017 at 3:20 AM, Heiko Stuebner wrote: >> > Hi Olof, >> > >> > Am Dienstag, 21. Februar 201

Re: [GIT PULL] STi DT update for v4.12 round 1

2017-04-19 Thread Olof Johansson
On Wed, Mar 29, 2017 at 03:18:07PM +, Patrice CHOTARD wrote: > Hi Arnd, Kevin, Olof > > PLease consider this first round of STi dts update for v4.12 : > > The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201: > >Linux 4.11-rc1 (2017-03-05 12:59:56 -0800) > > are a

Re: [GIT PULL] firmware: scpi: updates for v4.12

2017-04-19 Thread Olof Johansson
On Fri, Mar 31, 2017 at 06:02:56PM +0100, Sudeep Holla wrote: > Hi ARM SoC Team, > > Please pull ! > > Regards, > Sudeep > > --- > > The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201: > > Linux 4.11-rc1 (2017-03-05 12:59:56 -0800) > > are available in the git repos

Re: [PATCH v2 1/6] arm64: dts: Add symlinks for cros-ec-keyboard and cros-ec-sbs

2017-04-19 Thread Olof Johansson
Hi, On Tue, Feb 28, 2017 at 3:20 AM, Heiko Stuebner wrote: > Hi Olof, > > Am Dienstag, 21. Februar 2017, 15:47:31 CET schrieb Olof Johansson: >> On Thu, Feb 9, 2017 at 5:05 PM, Brian Norris >> wrote: >> > From: Douglas Anderson >> > >> > We&#x

[GIT PULL] ARM: SoC fixes

2017-04-16 Thread Olof Johansson
Gerlach (1): ARM: OMAP2+: omap_device: Sync omap_device and pm_runtime after probe defer Icenowy Zheng (1): arm64: allwinner: a64: add pmu0 regs for USB PHY Olof Johansson (4): Merge tag 'reset-fixes-for-4.11-2' of git://git.pengutronix.de/git/pza/linux into fixes

Re: [GIT PULL] ARM: at91: fixes for 4.11

2017-03-21 Thread Olof Johansson
On Tue, Mar 14, 2017 at 11:52:08AM +0100, Alexandre Belloni wrote: > Arnd, Olof, > > Here are two fixes for 4.11. The revert is reverting a DT patch that > went through the USB tree but should have never been applied. > > The second patch fixes an issue were the SoC hangs when using > at91_cpuidl

Re: [PATCH 0/3] dtc updates for 4.12

2017-03-21 Thread Olof Johansson
On Tue, Mar 21, 2017 at 9:19 AM, Rob Herring wrote: > This series syncs dtc with current mainline. The primary motivation is > to pull in the new checks I've worked on. This gives lots of new > warnings which are turned off by default. > > Arm-soc folks, I've left the PCI checks enabled as they ar

Re: [GIT PULL 6/7] ARM: 64-bit DT updates for v4.11

2017-03-13 Thread Olof Johansson
Hi, On Thu, Feb 23, 2017 at 03:20:19PM -0800, Neil Armstrong wrote: > On 02/23/2017 03:10 PM, Arnd Bergmann wrote: > > The following changes since commit a121103c922847ba5010819a3f250f1f7fc84ab8: > > > > Linux 4.10-rc3 (2017-01-08 14:18:17 -0800) > > > > are available in the git repository at:

Re: [PATCH v2 1/6] arm64: dts: Add symlinks for cros-ec-keyboard and cros-ec-sbs

2017-02-21 Thread Olof Johansson
Hi, On Thu, Feb 9, 2017 at 5:05 PM, Brian Norris wrote: > From: Douglas Anderson > > We'd like to be able to use the cros-ec-keyboard.dtsi and > cros-ec-sbs.dtsi snippets for arm64 devices. Currently those files live > in the arm/boot/dts directory. > > Let's follow the convention set by commit

Re: [GIT pull] x86/timers for 4.10

2017-02-06 Thread Olof Johansson
Hi Thomas, I just now updated my build box from 4.9-rc to 4.10-rc, and picked up these changes. My machine went from doing: [0.00] tsc: Fast TSC calibration using PIT [0.060669] TSC deadline timer enabled [0.142701] TSC synchronization [CPU#0 -> CPU#1]: [0.142704] Measured 312

Re: [PATCH] clocksource: arm_arch_timer: print timer value at init time

2017-02-03 Thread Olof Johansson
On Mon, Dec 19, 2016 at 9:47 AM, Olof Johansson wrote: > This is useful to get an indication of how much time we spent in firmware. > > It's not guaranteed that the timer started at 0 on reset, so it's just > an approximation, and might very well be invalid on some syste

Re: [Patch v4 2/2] firmware: qcom: scm: Fix interrupted SCM calls

2017-01-30 Thread Olof Johansson
On Mon, Jan 30, 2017 at 2:55 AM, Will Deacon wrote: > Hi Olof, > > On Sun, Jan 29, 2017 at 04:24:51PM -0800, Olof Johansson wrote: >> On Thu, Jan 19, 2017 at 8:58 AM, Andy Gross wrote: >> > This patch adds a Qualcomm specific quirk to the arm_smccc_smc call. >> >

Re: [GIT PULL] ARM: at91: soc fixes for 4.10

2017-01-30 Thread Olof Johansson
On Mon, Jan 30, 2017 at 10:00:34PM +0100, Alexandre Belloni wrote: > Arnd, Olof, > > Here are two patches worth taking as fixes for 4.10. They change the > email addresses for Nicolas and Ludovic in MAINTAINERS so > get_maintainers can point to the correct ones. > > The following changes since co

Re: [GIT PULL 4/4] arm64: dts: exynos: for v4.11, 2nd round

2017-01-30 Thread Olof Johansson
On Mon, Jan 30, 2017 at 07:57:20PM +0200, Krzysztof Kozlowski wrote: > On Sun, Jan 29, 2017 at 09:23:29PM -0800, Olof Johansson wrote: > > Hi Krzysztof, > > > > On Sun, Jan 29, 2017 at 10:06:29PM +0200, Krzysztof Kozlowski wrote: > > > Hi, > > >

Re: [PULL v2] ARM: DTS: Fix broken GICv2 register maps

2017-01-30 Thread Olof Johansson
Hi Marc, On Mon, Jan 30, 2017 at 08:53:09AM +, Marc Zyngier wrote: > ARM-soc folks, > > Please find below the pull request for a DT fix affecting a large > number of 32bit platforms, which has been acked by a number of > platform maintainers. > > * From v1: Dropped the controvertial cortex-

Re: [GIT PULL] STi DT update for v4.11 round 2

2017-01-29 Thread Olof Johansson
On Fri, Jan 27, 2017 at 05:15:32PM +, Patrice CHOTARD wrote: > Here is the correct one > > PLease consider this second round of STi dts update for v4.11 : > > The following changes since commit 2016ead446b98c42dffd9b6c03ce813e5cb3b810: > >ARM: dts: STiH407-family: Supply Mailbox properti

Re: [GIT PULL] STi DT fix for v4.10-rcs???

2017-01-29 Thread Olof Johansson
On Fri, Jan 27, 2017 at 04:10:10PM +, Patrice CHOTARD wrote: > Hi Arnd, Olof, Kevin > > Please consider this set for inclusion into the next v4.10-rc. > > The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77: > >Linux 4.10-rc1 (2016-12-25 16:13:08 -0800) > > are a

Re: [GIT PULL 2/4] soc: samsung: exynos for v4.11, 2nd round

2017-01-29 Thread Olof Johansson
On Sun, Jan 29, 2017 at 10:06:27PM +0200, Krzysztof Kozlowski wrote: > Hi, > > On top of previous pull request (tags/samsung-drivers-soc-pmu-4.11). > > This adds support for Exynos5433 to PMU driver which is needed > by Marek's patchset: > - [PATCH v2 0/8] Pad retentions support for Exynos5433 >

Re: [GIT PULL] ARM: at91: drivers for 4.11 #2

2017-01-29 Thread Olof Johansson
On Sat, Jan 28, 2017 at 01:45:10AM +0100, Alexandre Belloni wrote: > Arnd, Olof > > The EBI was requiring more fixing than expected in preparation of the > NAND driver rework for 4.12. > > The following changes since commit ee194289502a6901cc77dc9a893bf2afd351ac5e: > > memory/atmel-ebi: Fix ns

Re: [RESEND PATCH 0/2] arm64: defconfig: enable some NAND config symbols

2017-01-29 Thread Olof Johansson
On Mon, Jan 30, 2017 at 10:55:45AM +0900, Masahiro Yamada wrote: > I am resending this series to a...@kernel.org > as requested by Olof Johansson. > > No code change since the previous post. > > > > Masahiro Yamada (2): > arm64: defconfig: enable CONFIG_MTD_BLOCK &

Re: [GIT PULL 1/4] ARM: mach/soc: exynos for v4.11, 2nd round

2017-01-29 Thread Olof Johansson
On Sun, Jan 29, 2017 at 10:06:30PM +0200, Krzysztof Kozlowski wrote: > > On top of previous pull request. > > > The following changes since commit cda1a52dab50340728e46601e6c9da9fc4beaf1f: > > ARM: s3c64xx: Constify wake_irqs (2016-12-29 15:41:44 +0200) > > are available in the git repositor

Re: [GIT PULL 4/4] arm64: dts: exynos: for v4.11, 2nd round

2017-01-29 Thread Olof Johansson
Hi Krzysztof, On Sun, Jan 29, 2017 at 10:06:29PM +0200, Krzysztof Kozlowski wrote: > Hi, > > On top of previous pull request. > > This adds proper clocks to LPASS node on Exynos5433 which is needed > by Marek's patchset: > - [PATCH v2 0/8] Pad retentions support for Exynos5433 >https://lkml

Re: [GIT PULL 3/4] ARM: dts: exynos: for v4.11, 2nd round

2017-01-29 Thread Olof Johansson
On Sun, Jan 29, 2017 at 10:06:28PM +0200, Krzysztof Kozlowski wrote: > Hi, > > On top of previous pull request. > > Best regards, > Krzysztof > > > The following changes since commit bca9085e0ae93253bc93ce218c85ac7d7e7f1831: > > ARM: dts: exynos: remove Exynos4212 support (dead code) (2017-0

Re: [GIT PULL] ARM: at91: dt for 4.11 #2

2017-01-29 Thread Olof Johansson
On Thu, Jan 26, 2017 at 05:27:54PM +0100, Alexandre Belloni wrote: > Hi, > > Two non urgent fixes for 4.11 that could hopefully be backported as far > back as possible to make kernelci (and our users) happy. > > The following changes since commit 21dd0ece34c2a07432a1cd0bbcb4815ce2b49173: > > A

Re: [PATCH 1/2] arm64: defconfig: enable CONFIG_MTD_BLOCK

2017-01-29 Thread Olof Johansson
On Thu, Jan 26, 2017 at 06:37:16PM +0900, Masahiro Yamada wrote: > Hi Arnd, Olof, > > 2016-12-21 1:04 GMT+09:00 Masahiro Yamada : > > Enable the block layer support for MTD devices. > > > > Signed-off-by: Masahiro Yamada > > Please check this series, and pick it up for ASOC if it looks good. Hi

Re: [PULL] ARM: DTS: Fix broken GICv2 register maps

2017-01-29 Thread Olof Johansson
On Wed, Jan 25, 2017 at 11:02:40AM +, Marc Zyngier wrote: > ARM-soc folks, > > Please find below the pull request for a DT fix affecting a large > number of 32bit platforms, which has been acked by a number of > platform maintainers. > > The following changes since commit 49def1853334396f948d

Re: [PATCH] arm64: defconfig: enable CONFIG_MMC_SDHCI_CADENCE

2017-01-29 Thread Olof Johansson
Hi, On Thu, Jan 26, 2017 at 06:34:21PM +0900, Masahiro Yamada wrote: > Hi Arnd, Olof, > > > 2016-12-26 11:14 GMT+09:00 Masahiro Yamada : > > Enable the Cadence SD/SDIO/eMMC controller. This is used on > > Socionext UniPhier SoC family. > > > > Signed-off-by: Masahiro Yamada > > > Can you pic

Re: [Patch v4 2/2] firmware: qcom: scm: Fix interrupted SCM calls

2017-01-29 Thread Olof Johansson
Hi, On Thu, Jan 19, 2017 at 8:58 AM, Andy Gross wrote: > This patch adds a Qualcomm specific quirk to the arm_smccc_smc call. > > On Qualcomm ARM64 platforms, the SMC call can return before it has > completed. If this occurs, the call can be restarted, but it requires > using the returned sessio

Re: [PATCH v2 1/2] dt-bindings: arm,gic: Fix binding example for a virt-capable GIC

2017-01-29 Thread Olof Johansson
On Fri, Jan 27, 2017 at 02:30:01PM -0600, Rob Herring wrote: > On Mon, Jan 23, 2017 at 03:56:13PM +, Marc Zyngier wrote: > > The joys of copy/paste: the example of a virtualization capable GIC > > in the DT binding was wrong, and propagated to dozens of platforms. > > By having a GICC region th

Re: [GIT PULL] soc: samsung: Drivers for v4.11

2017-01-29 Thread Olof Johansson
On Fri, Jan 20, 2017 at 08:13:43PM +0200, Krzysztof Kozlowski wrote: > Hi, > > Few changes in Exynos PMU driver including one that is needed by pinctrl > driver for runtime PM. We want to move forward with the RPM for our drivers > while keeping still DT ABI. > > > This tag is also for Linus Wal

Re: [GIT PULL] Immutable branch between MFD, ARM, IIO and PWM due for the v4.10 merge window

2017-01-24 Thread Olof Johansson
On Tue, Jan 24, 2017 at 12:12 AM, Lee Jones wrote: > On Mon, 23 Jan 2017, Olof Johansson wrote: >> On Mon, Jan 23, 2017 at 4:12 AM, Lee Jones wrote: >> > Arm, IIO and PWM Maintainers, >> > >> > Enjoy! >> > >> > The following changes since

Re: [GIT PULL] Immutable branch between MFD, ARM, IIO and PWM due for the v4.10 merge window

2017-01-23 Thread Olof Johansson
Hi Lee, On Mon, Jan 23, 2017 at 4:12 AM, Lee Jones wrote: > Arm, IIO and PWM Maintainers, > > Enjoy! > > The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77: > > Linux 4.10-rc1 (2016-12-25 16:13:08 -0800) > > are available in the git repository at: > > git://git.kernel

[GIT PULL] ARM: SoC fixes

2017-01-19 Thread Olof Johansson
al Simek (1): ARM64: zynqmp: Fix W=1 dtc 1.4 warnings Milo Kim (1): ARM: dts: sun8i: Support DTB build for NanoPi M1 Moritz Fischer (1): ARM64: zynqmp: Fix i2c node's compatible string Neil Armstrong (1): ARM64: dts: meson-gxbb-odroidc2: Disable SCPI DVFS Olof Johan

Re: [GIT PULL] ARM: at91: soc for 4.11

2017-01-18 Thread Olof Johansson
On Tue, Jan 17, 2017 at 09:02:01PM +0100, Alexandre Belloni wrote: > Hi Arnd, Olof > > A single cleanup for mach-at91. Maybe I'll send another pull request > later with further PM cleanup. Else, that will probably be all for 4.11 > > The following changes since commit 7ce7d89f48834cefece7804d38fc

Re: [GIT PULL] ARM: at91: drivers for 4.11

2017-01-18 Thread Olof Johansson
On Tue, Jan 17, 2017 at 09:03:03PM +0100, Alexandre Belloni wrote: > Arnd, Olof, > > This is a single fix for the atmel-ebi. > > The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77: > > Linux 4.10-rc1 (2016-12-25 16:13:08 -0800) > > are available in the git repository

Re: [GIT PULL] ARM: at91: DT for 4.11

2017-01-18 Thread Olof Johansson
On Tue, Jan 17, 2017 at 09:09:47PM +0100, Alexandre Belloni wrote: > Arnd, Olof, > > Here is the DT pull request, adding a few boards and improving > sama5d2 and sama5d4 support. > > The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77: > > Linux 4.10-rc1 (2016-12-25 16:

Re: [GIT PULL] ARM: aspeed: defconfig for 4.11

2017-01-18 Thread Olof Johansson
On Wed, Jan 18, 2017 at 09:46:50AM +1100, Joel Stanley wrote: > Hello Arnd and Olof, > > Please pull the Aspeed defconfig tree for 4.11. > > The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77: > > Linux 4.10-rc1 (2016-12-25 16:13:08 -0800) > > are available in the git

Re: [GIT PULL] ARM: at91: defconfig for 4.11

2017-01-18 Thread Olof Johansson
On Tue, Jan 17, 2017 at 09:10:55PM +0100, Alexandre Belloni wrote: > Arnd, Olof, > > A single patch, adding the drivers needed by the newly added Axentia > TSE-850 > > The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77: > > Linux 4.10-rc1 (2016-12-25 16:13:08 -0800) >

Re: [GIT PULL] ARM: aspeed: devicetree for 4.11

2017-01-18 Thread Olof Johansson
On Wed, Jan 18, 2017 at 09:50:02AM +1100, Joel Stanley wrote: > Hello Arnd and Olof, > > Please pull the Aspeed devicetree ...tree for 4.11. > > The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77: > > Linux 4.10-rc1 (2016-12-25 16:13:08 -0800) > > are available in the

Re: [GIT PULL] ARM: aspeed: soc for 4.11

2017-01-18 Thread Olof Johansson
On Wed, Jan 18, 2017 at 09:48:22AM +1100, Joel Stanley wrote: > Hello Arnd and Olof, > > Please pull the Aspeed soc tree for 4.11. > > The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77: > > Linux 4.10-rc1 (2016-12-25 16:13:08 -0800) > > are available in the git repos

Re: [GIT PULL 4/4] ARM: defconfig: exynos: Defconfig for v4.11

2017-01-16 Thread Olof Johansson
On Fri, Jan 13, 2017 at 05:20:30PM +0200, Krzysztof Kozlowski wrote: > > The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77: > > Linux 4.10-rc1 (2016-12-25 16:13:08 -0800) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/

Re: [GIT PULL 2/4] ARM: dts: exynos: DT for v4.11

2017-01-16 Thread Olof Johansson
On Fri, Jan 13, 2017 at 05:20:28PM +0200, Krzysztof Kozlowski wrote: > Hi, > > Few improvements and Exynos4412 DTSI removal. > > This pulls external dependecy from clock tree (one clock commit). > > Best regards, > Krzysztof > > > The following changes since commit 7ce7d89f48834cefece7804d38fc

Re: [GIT PULL] STi DT update for v4.11 round 1

2017-01-16 Thread Olof Johansson
On Thu, Jan 12, 2017 at 05:59:43PM +0100, Patrice Chotard wrote: > Hi Arnd, Kevin, Olof > > PLease consider this first round of STi dts update for v4.11 : > > The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77: > > Linux 4.10-rc1 (2016-12-25 16:13:08 -0800) > > are av

Re: [GIT PULL 1/4] ARM: exynos: Mach/soc for v4.11

2017-01-16 Thread Olof Johansson
On Fri, Jan 13, 2017 at 05:20:27PM +0200, Krzysztof Kozlowski wrote: > Hi, > > Mostly cleanups for v4.11. > > Best regards, > Krzysztof > > > The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77: > > Linux 4.10-rc1 (2016-12-25 16:13:08 -0800) > > are available in the

Re: [GIT PULL 3/4] arm64: dts: exynos: DT for v4.11

2017-01-16 Thread Olof Johansson
On Fri, Jan 13, 2017 at 05:20:29PM +0200, Krzysztof Kozlowski wrote: > Hi, > > Important: > 1. Unlike others, this is rebased on v4.10-rc2 because v4.10-rc1 was not >building on arm64. > 2. This contains pinctrl change (in header), acked by Linus Walleij. >Although I kept it on separate br

Re: [GIT PULL] ARM: exynos: Fixes for v4.10

2017-01-16 Thread Olof Johansson
On Fri, Jan 13, 2017 at 04:32:25PM +0200, Krzysztof Kozlowski wrote: > Hi, > > Just a couple of minor fixes for this release cycle. > > Best regards, > Krzysztof > > > The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77: > > Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)

Re: [PATCH v4] ARM64: dts: meson-gx: Add reserved memory zone and usable memory range

2017-01-16 Thread Olof Johansson
On Mon, Jan 16, 2017 at 2:39 AM, Neil Armstrong wrote: > On 01/15/2017 03:43 PM, Andreas Färber wrote: >> Am 13.01.2017 um 21:03 schrieb Kevin Hilman: >>> Neil Armstrong writes: >>> The Amlogic Meson GXBB/GXL/GXM secure monitor uses part of the memory space, this patch adds this r

Re: [PATCH] ARM, ARM64: dts: drop "arm,amba-bus" in favor of "simple-bus" part 3

2017-01-09 Thread Olof Johansson
On Wed, Dec 28, 2016 at 12:51:26AM +0900, Masahiro Yamada wrote: > Tree-wide replacement was done by commit 2ef7d5f342c1 ("ARM, ARM64: > dts: drop "arm,amba-bus" in favor of "simple-bus"), then the 2nd > round by commit 15b7cc78f095 ("arm64: dts: drop "arm,amba-bus" in > favor of "simple-bus" part

Re: [PATCH] ARM: multi_v7_defconfig: enable Qualcomm RPMCC

2017-01-09 Thread Olof Johansson
On Tue, Jan 03, 2017 at 10:52:32AM -0800, Bjorn Andersson wrote: > On Mon 02 Jan 12:35 PST 2017, Andy Gross wrote: > > > This patch enables the Qualcomm RPM based Clock Controller present on > > A-family boards. > > > > Signed-off-by: Andy Gross > > Acked-by: Bjorn Andersson Applied to next/d

Re: [PATCH 0/5] ARM: qcom_defconfig: Add configs required for IFC6410

2017-01-04 Thread Olof Johansson
Hi, On Wed, Jan 4, 2017 at 5:35 AM, Srinivas Kandagatla wrote: > This patchset adds configs required to get USB, SATA, PCIE, and tsens work on > top of mainline on APQ8064 based IFC6410 and SD-600EVAL board. Stop sending patches to a...@kernel.org. We won't apply them directly from you. You sho

[PATCH] mm/filemap: fix parameters to test_bit()

2016-12-29 Thread Olof Johansson
/filemap.o' failed Fixes: b91e1302ad9b ('mm: optimize PageWaiters bit use for unlock_page()') Signed-off-by: Olof Johansson --- mm/filemap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/filemap.c b/mm/filemap.c index 6b1d96f..d0e4d10 100644 --- a/mm/filemap.c +++ b

<    1   2   3   4   5   6   7   8   9   10   >