linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] SPEAr defconfig update
@ 2019-01-21 12:30 Linus Walleij
  2019-01-30 21:52 ` Arnd Bergmann
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2019-01-21 12:30 UTC (permalink / raw)
  To: arm-soc; +Cc: viresh kumar, shiraz hashim, Linux ARM

Hi ARM SoC maintainers,

this:
1. updates the SPEAr 3xx defconfig
2. replaces the fbdev PL11x framebuffer driver with the DRM PL11x driver
   in the defconfig

This has the ACK of the SPEAr maintainer Viresh Kumar. I don't think
there even is a SPEAr git tree so I send this from my GPIO tree. If they
have other plans, they can say so now :D

Please pull it into ARM SoC in the appropriate place, next kernel is
fine.

Yours,
Linus Walleij

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git
tags/pl111-spear-defconfig

for you to fetch changes up to 3e31d705fe0b42f2a7173c13a40ac3b88947a7d1:

  ARM: config: spear3xx: Activate PL111 DRM driver (2019-01-21 13:17:00 +0100)

----------------------------------------------------------------
This updates the SPEAr defconfig and then augments it to
use the DRM PL111 driver rather than the fbdev driver.

----------------------------------------------------------------
Linus Walleij (2):
      ARM: config: Update SPEAr 3xx defconfig
      ARM: config: spear3xx: Activate PL111 DRM driver

 arch/arm/configs/spear3xx_defconfig | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] SPEAr defconfig update
  2019-01-21 12:30 [GIT PULL] SPEAr defconfig update Linus Walleij
@ 2019-01-30 21:52 ` Arnd Bergmann
  2019-01-31  8:02   ` Linus Walleij
  0 siblings, 1 reply; 4+ messages in thread
From: Arnd Bergmann @ 2019-01-30 21:52 UTC (permalink / raw)
  To: Linus Walleij; +Cc: viresh kumar, arm-soc, shiraz hashim, Linux ARM

On Mon, Jan 21, 2019 at 1:30 PM Linus Walleij <linus.walleij@linaro.org> wrote:
>
> Hi ARM SoC maintainers,
>
> this:
> 1. updates the SPEAr 3xx defconfig
> 2. replaces the fbdev PL11x framebuffer driver with the DRM PL11x driver
>    in the defconfig
>
> This has the ACK of the SPEAr maintainer Viresh Kumar. I don't think
> there even is a SPEAr git tree so I send this from my GPIO tree. If they
> have other plans, they can say so now :D
>
> Please pull it into ARM SoC in the appropriate place, next kernel is

I have a similar comment to the nomadik update, though there
is only one non-obvious option: why do you turn on CONFIG_PREEMPT=y?

       Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] SPEAr defconfig update
  2019-01-30 21:52 ` Arnd Bergmann
@ 2019-01-31  8:02   ` Linus Walleij
  2019-01-31 10:48     ` Arnd Bergmann
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2019-01-31  8:02 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: viresh kumar, arm-soc, shiraz hashim, Linux ARM

On Wed, Jan 30, 2019 at 10:52 PM Arnd Bergmann <arnd@arndb.de> wrote:
> On Mon, Jan 21, 2019 at 1:30 PM Linus Walleij <linus.walleij@linaro.org> wrote:
> >
> > Hi ARM SoC maintainers,
> >
> > this:
> > 1. updates the SPEAr 3xx defconfig
> > 2. replaces the fbdev PL11x framebuffer driver with the DRM PL11x driver
> >    in the defconfig
> >
> > This has the ACK of the SPEAr maintainer Viresh Kumar. I don't think
> > there even is a SPEAr git tree so I send this from my GPIO tree. If they
> > have other plans, they can say so now :D
> >
> > Please pull it into ARM SoC in the appropriate place, next kernel is
>
> I have a similar comment to the nomadik update, though there
> is only one non-obvious option: why do you turn on CONFIG_PREEMPT=y?

Oh that's just something from my script, sorry.

It'd good that it comes up but I guess it should be a
separate patch.

These are not servers so any other configuration than
CONFIG_PREEMPT is probably just wrong, as is any
other setting than Tickless idle and HRTimers on.

I am thinking maybe we should actually have ARMv7 and
ARMv8 multi Kconfig simply select these things, I don't
really see why anyone would want to configure these
differently, it just seems vaguely cargoculty and overcautious.

Yours,
Linus Walleij

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] SPEAr defconfig update
  2019-01-31  8:02   ` Linus Walleij
@ 2019-01-31 10:48     ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2019-01-31 10:48 UTC (permalink / raw)
  To: Linus Walleij; +Cc: viresh kumar, arm-soc, shiraz hashim, Linux ARM

On Thu, Jan 31, 2019 at 9:03 AM Linus Walleij <linus.walleij@linaro.org> wrote:
>
> On Wed, Jan 30, 2019 at 10:52 PM Arnd Bergmann <arnd@arndb.de> wrote:
> > On Mon, Jan 21, 2019 at 1:30 PM Linus Walleij <linus.walleij@linaro.org> wrote:
> > >
> > > Hi ARM SoC maintainers,
> > >
> > > this:
> > > 1. updates the SPEAr 3xx defconfig
> > > 2. replaces the fbdev PL11x framebuffer driver with the DRM PL11x driver
> > >    in the defconfig
> > >
> > > This has the ACK of the SPEAr maintainer Viresh Kumar. I don't think
> > > there even is a SPEAr git tree so I send this from my GPIO tree. If they
> > > have other plans, they can say so now :D
> > >
> > > Please pull it into ARM SoC in the appropriate place, next kernel is
> >
> > I have a similar comment to the nomadik update, though there
> > is only one non-obvious option: why do you turn on CONFIG_PREEMPT=y?
>
> Oh that's just something from my script, sorry.
>
> It'd good that it comes up but I guess it should be a
> separate patch.
>
> These are not servers so any other configuration than
> CONFIG_PREEMPT is probably just wrong, as is any
> other setting than Tickless idle and HRTimers on.
>
> I am thinking maybe we should actually have ARMv7 and
> ARMv8 multi Kconfig simply select these things, I don't
> really see why anyone would want to configure these
> differently, it just seems vaguely cargoculty and overcautious.

Yes, I agree that turning these on is a good idea, but please
send that as a separate patch. One patch to turn it on in
all configurations you care about is fine.

      Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-01-31 10:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-21 12:30 [GIT PULL] SPEAr defconfig update Linus Walleij
2019-01-30 21:52 ` Arnd Bergmann
2019-01-31  8:02   ` Linus Walleij
2019-01-31 10:48     ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).