From: Bjorn Andersson <bjorn.andersson@linaro.org>
To: Robert Marko <robert.marko@sartura.hr>
Cc: agross@kernel.org, linux@armlinux.org.uk, arnd@arndb.de,
linux-arm-kernel@lists.infradead.org,
linux-arm-msm@vger.kernel.org,
Christian Lamparter <chunkeey@gmail.com>,
John Crispin <john@phrozen.org>,
Luka Perkov <luka.perkov@sartura.hr>
Subject: Re: [PATCH] ARM: qcom: Add support for IPQ40xx
Date: Fri, 27 Mar 2020 15:05:45 -0700 [thread overview]
Message-ID: <20200327220545.GC5063@builder> (raw)
In-Reply-To: <CA+HBbNHEetusFNH-8Qmva=2-_HQRRJ33qfBRSudZBVW+vK0tnw@mail.gmail.com>
On Wed 25 Mar 03:25 PDT 2020, Robert Marko wrote:
> On Mon, Jan 6, 2020 at 2:57 PM Robert Marko <robert.marko@sartura.hr> wrote:
> >
> > From: Christian Lamparter <chunkeey@gmail.com>
> >
> > Add support for the Qualcomm IPQ40xx SoC in Kconfig.
> > Also add its appropriate textofs.
> Any blockers on this patch?
>
No, I must have missed it in the past. I've picked it up for 5.8.
Thanks for the reminder,
Bjorn
> Thanks
> >
> > Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
> > Signed-off-by: John Crispin <john@phrozen.org>
> > Tested-by: Robert Marko <robert.marko@sartura.hr>
> > Cc: Luka Perkov <luka.perkov@sartura.hr>
> > ---
> > arch/arm/Makefile | 1 +
> > arch/arm/mach-qcom/Kconfig | 5 +++++
> > 2 files changed, 6 insertions(+)
> >
> > diff --git a/arch/arm/Makefile b/arch/arm/Makefile
> > index db857d07114f..3db642722af0 100644
> > --- a/arch/arm/Makefile
> > +++ b/arch/arm/Makefile
> > @@ -152,6 +152,7 @@ textofs-$(CONFIG_PM_H1940) := 0x00108000
> > ifeq ($(CONFIG_ARCH_SA1100),y)
> > textofs-$(CONFIG_SA1111) := 0x00208000
> > endif
> > +textofs-$(CONFIG_ARCH_IPQ40XX) := 0x00208000
> > textofs-$(CONFIG_ARCH_MSM8X60) := 0x00208000
> > textofs-$(CONFIG_ARCH_MSM8960) := 0x00208000
> > textofs-$(CONFIG_ARCH_MESON) := 0x00208000
> > diff --git a/arch/arm/mach-qcom/Kconfig b/arch/arm/mach-qcom/Kconfig
> > index ecbf3c4eb878..1772eccb5caf 100644
> > --- a/arch/arm/mach-qcom/Kconfig
> > +++ b/arch/arm/mach-qcom/Kconfig
> > @@ -12,6 +12,11 @@ menuconfig ARCH_QCOM
> >
> > if ARCH_QCOM
> >
> > +config ARCH_IPQ40XX
> > + bool "Enable support for IPQ40XX"
> > + select CLKSRC_QCOM
> > + select HAVE_ARM_ARCH_TIMER
> > +
> > config ARCH_MSM8X60
> > bool "Enable support for MSM8X60"
> > select CLKSRC_QCOM
> > --
> > 2.24.1
> >
WARNING: multiple messages have this Message-ID (diff)
From: Bjorn Andersson <bjorn.andersson@linaro.org>
To: Robert Marko <robert.marko@sartura.hr>
Cc: Luka Perkov <luka.perkov@sartura.hr>,
arnd@arndb.de, Christian Lamparter <chunkeey@gmail.com>,
linux-arm-msm@vger.kernel.org, linux@armlinux.org.uk,
agross@kernel.org, John Crispin <john@phrozen.org>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] ARM: qcom: Add support for IPQ40xx
Date: Fri, 27 Mar 2020 15:05:45 -0700 [thread overview]
Message-ID: <20200327220545.GC5063@builder> (raw)
In-Reply-To: <CA+HBbNHEetusFNH-8Qmva=2-_HQRRJ33qfBRSudZBVW+vK0tnw@mail.gmail.com>
On Wed 25 Mar 03:25 PDT 2020, Robert Marko wrote:
> On Mon, Jan 6, 2020 at 2:57 PM Robert Marko <robert.marko@sartura.hr> wrote:
> >
> > From: Christian Lamparter <chunkeey@gmail.com>
> >
> > Add support for the Qualcomm IPQ40xx SoC in Kconfig.
> > Also add its appropriate textofs.
> Any blockers on this patch?
>
No, I must have missed it in the past. I've picked it up for 5.8.
Thanks for the reminder,
Bjorn
> Thanks
> >
> > Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
> > Signed-off-by: John Crispin <john@phrozen.org>
> > Tested-by: Robert Marko <robert.marko@sartura.hr>
> > Cc: Luka Perkov <luka.perkov@sartura.hr>
> > ---
> > arch/arm/Makefile | 1 +
> > arch/arm/mach-qcom/Kconfig | 5 +++++
> > 2 files changed, 6 insertions(+)
> >
> > diff --git a/arch/arm/Makefile b/arch/arm/Makefile
> > index db857d07114f..3db642722af0 100644
> > --- a/arch/arm/Makefile
> > +++ b/arch/arm/Makefile
> > @@ -152,6 +152,7 @@ textofs-$(CONFIG_PM_H1940) := 0x00108000
> > ifeq ($(CONFIG_ARCH_SA1100),y)
> > textofs-$(CONFIG_SA1111) := 0x00208000
> > endif
> > +textofs-$(CONFIG_ARCH_IPQ40XX) := 0x00208000
> > textofs-$(CONFIG_ARCH_MSM8X60) := 0x00208000
> > textofs-$(CONFIG_ARCH_MSM8960) := 0x00208000
> > textofs-$(CONFIG_ARCH_MESON) := 0x00208000
> > diff --git a/arch/arm/mach-qcom/Kconfig b/arch/arm/mach-qcom/Kconfig
> > index ecbf3c4eb878..1772eccb5caf 100644
> > --- a/arch/arm/mach-qcom/Kconfig
> > +++ b/arch/arm/mach-qcom/Kconfig
> > @@ -12,6 +12,11 @@ menuconfig ARCH_QCOM
> >
> > if ARCH_QCOM
> >
> > +config ARCH_IPQ40XX
> > + bool "Enable support for IPQ40XX"
> > + select CLKSRC_QCOM
> > + select HAVE_ARM_ARCH_TIMER
> > +
> > config ARCH_MSM8X60
> > bool "Enable support for MSM8X60"
> > select CLKSRC_QCOM
> > --
> > 2.24.1
> >
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2020-03-27 22:05 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-06 13:57 [PATCH] ARM: qcom: Add support for IPQ40xx Robert Marko
2020-01-06 13:57 ` Robert Marko
2020-01-25 18:47 ` Robert Marko
2020-01-25 18:47 ` Robert Marko
2020-03-25 10:25 ` Robert Marko
2020-03-25 10:25 ` Robert Marko
2020-03-27 22:05 ` Bjorn Andersson [this message]
2020-03-27 22:05 ` Bjorn Andersson
2020-03-28 9:15 ` Arnd Bergmann
2020-03-28 9:15 ` Arnd Bergmann
2020-03-29 21:17 ` Luka Perkov
2020-03-29 21:17 ` Luka Perkov
2020-03-30 22:10 ` Bjorn Andersson
2020-03-30 22:10 ` Bjorn Andersson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200327220545.GC5063@builder \
--to=bjorn.andersson@linaro.org \
--cc=agross@kernel.org \
--cc=arnd@arndb.de \
--cc=chunkeey@gmail.com \
--cc=john@phrozen.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=luka.perkov@sartura.hr \
--cc=robert.marko@sartura.hr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.