All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] csky fixes for v5.0-rc6
@ 2019-02-11  5:08 guoren
  2019-02-11 18:28 ` Linus Torvalds
  0 siblings, 1 reply; 5+ messages in thread
From: guoren @ 2019-02-11  5:08 UTC (permalink / raw)
  To: torvalds; +Cc: arnd, linux-kernel, linux-arch, ren_guo

The following changes since commit d13937116f1e82bf508a6325111b322c30c85eb9:

  Linux 5.0-rc6 (2019-02-10 14:42:20 -0800)

are available in the git repository at:

  git@github.com:c-sky/csky-linux.git tags/csky-for-linus-5.0-rc6

for you to fetch changes up to 757dc82a87669b1967faf89c6586c20a9aea2f6b:

  csky: Fixup dead loop in show_stack (2019-02-11 10:47:27 +0800)

----------------------------------------------------------------
arch/csky patches for 5.0-rc6

Here is some fixup patches for 5.0-rc6:

Guo Ren (12):
      irqchip/csky: Support csky,dh7k SOC intc driver
      dt-bindings: csky,apb-intc: Add dh7k SOC support
      csky: Fixup _PAGE_GLOBAL bit for 610 tlb entry
      irqchip/csky: Optimize remove unnecessary loop irq handle
      irqchip/irq-csky-mpintc: Add triger type and priority
      dt-bindings: interrupt-controller: Update csky mpintc
      csky: Fixup wrong pt_regs size
      csky: coding convention: Use task_stack_page
      dt-bindings: csky,apb-intc: Add vector irq mode
      irqchip/csky: Add support-vector-irq for apb-intc
      csky: Fixup io-range page attribute for mmap("/dev/mem")
      csky: Fixup dead loop in show_stack

Signed-off-by: Guo Ren <ren_guo@c-sky.com>

----------------------------------------------------------------
Guo Ren (12):
      irqchip/csky: Support csky,dh7k SOC intc driver
      dt-bindings: csky,apb-intc: Add dh7k SOC support
      csky: Fixup _PAGE_GLOBAL bit for 610 tlb entry
      irqchip/csky: Optimize remove unnecessary loop irq handle
      irqchip/irq-csky-mpintc: Add triger type and priority
      dt-bindings: interrupt-controller: Update csky mpintc
      csky: Fixup wrong pt_regs size
      csky: coding convention: Use task_stack_page
      dt-bindings: csky,apb-intc: Add vector irq mode
      irqchip/csky: Add support-vector-irq for apb-intc
      csky: Fixup io-range page attribute for mmap("/dev/mem")
      csky: Fixup dead loop in show_stack

 .../interrupt-controller/csky,apb-intc.txt         |   4 +
 .../bindings/interrupt-controller/csky,mpintc.txt  |  21 ++-
 arch/csky/include/asm/pgtable.h                    |   9 +-
 arch/csky/include/asm/processor.h                  |   4 +-
 arch/csky/kernel/dumpstack.c                       |   4 +
 arch/csky/kernel/ptrace.c                          |   3 +-
 arch/csky/kernel/smp.c                             |   3 +-
 arch/csky/mm/ioremap.c                             |  14 ++
 drivers/irqchip/irq-csky-apb-intc.c                | 151 +++++++++++++++++----
 drivers/irqchip/irq-csky-mpintc.c                  | 113 ++++++++++++++-
 10 files changed, 279 insertions(+), 47 deletions(-)

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

* Re: [GIT PULL] csky fixes for v5.0-rc6
  2019-02-11  5:08 [GIT PULL] csky fixes for v5.0-rc6 guoren
@ 2019-02-11 18:28 ` Linus Torvalds
  2019-02-12  1:49   ` Guo Ren
  2019-02-12 14:36   ` Arnd Bergmann
  0 siblings, 2 replies; 5+ messages in thread
From: Linus Torvalds @ 2019-02-11 18:28 UTC (permalink / raw)
  To: Guo Ren; +Cc: Arnd Bergmann, Linux List Kernel Mailing, linux-arch, Guo Ren

On Sun, Feb 10, 2019 at 9:08 PM <guoren@kernel.org> wrote:
>
> arch/csky patches for 5.0-rc6

The bulk of this seems to be new hardware support code.

Please send it during the 5.1 merge window, not as fixes at post-rc6 time.

                 Linus

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

* Re: [GIT PULL] csky fixes for v5.0-rc6
  2019-02-11 18:28 ` Linus Torvalds
@ 2019-02-12  1:49   ` Guo Ren
  2019-02-12 14:36   ` Arnd Bergmann
  1 sibling, 0 replies; 5+ messages in thread
From: Guo Ren @ 2019-02-12  1:49 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Arnd Bergmann, Linux List Kernel Mailing, linux-arch, Guo Ren

On Mon, Feb 11, 2019 at 10:28:26AM -0800, Linus Torvalds wrote:
> On Sun, Feb 10, 2019 at 9:08 PM <guoren@kernel.org> wrote:
> >
> > arch/csky patches for 5.0-rc6
> 
> The bulk of this seems to be new hardware support code.
> 
> Please send it during the 5.1 merge window, not as fixes at post-rc6 time.
Ok, I'll remove:
      irqchip/csky: Support csky,dh7k SOC intc driver
      dt-bindings: csky,apb-intc: Add dh7k SOC support

Best Regards
 Guo Ren

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

* Re: [GIT PULL] csky fixes for v5.0-rc6
  2019-02-11 18:28 ` Linus Torvalds
  2019-02-12  1:49   ` Guo Ren
@ 2019-02-12 14:36   ` Arnd Bergmann
  2019-02-13  1:45     ` Guo Ren
  1 sibling, 1 reply; 5+ messages in thread
From: Arnd Bergmann @ 2019-02-12 14:36 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Guo Ren, Linux List Kernel Mailing, linux-arch, Guo Ren

On Mon, Feb 11, 2019 at 7:28 PM Linus Torvalds
<torvalds@linux-foundation.org> wrote:
>
> On Sun, Feb 10, 2019 at 9:08 PM <guoren@kernel.org> wrote:
> >
> > arch/csky patches for 5.0-rc6
>
> The bulk of this seems to be new hardware support code.
>
> Please send it during the 5.1 merge window, not as fixes at post-rc6 time.

Aside from this, I also noticed that the new code is for drivers/irqchip,
which is a separate subsystems with its own maintainers, who were
neither on Cc nor did they Ack the patches.

Generally, those should get merged through the respective subsystem
trees as listed in the linux/MAINTAINERS file.


      Arnd

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

* Re: [GIT PULL] csky fixes for v5.0-rc6
  2019-02-12 14:36   ` Arnd Bergmann
@ 2019-02-13  1:45     ` Guo Ren
  0 siblings, 0 replies; 5+ messages in thread
From: Guo Ren @ 2019-02-13  1:45 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Linus Torvalds, Linux List Kernel Mailing, linux-arch, Guo Ren

On Tue, Feb 12, 2019 at 03:36:04PM +0100, Arnd Bergmann wrote:
> On Mon, Feb 11, 2019 at 7:28 PM Linus Torvalds
> <torvalds@linux-foundation.org> wrote:
> >
> > On Sun, Feb 10, 2019 at 9:08 PM <guoren@kernel.org> wrote:
> > >
> > > arch/csky patches for 5.0-rc6
> >
> > The bulk of this seems to be new hardware support code.
> >
> > Please send it during the 5.1 merge window, not as fixes at post-rc6 time.
> 
> Aside from this, I also noticed that the new code is for drivers/irqchip,
> which is a separate subsystems with its own maintainers, who were
> neither on Cc nor did they Ack the patches.
Yes, there are:
	dt-bindings: csky,apb-intc: Add vector irq mode
	irqchip/csky: Add support-vector-irq for apb-intc
	irqchip/csky: Optimize remove unnecessary loop irq handle
	irqchip/irq-csky-mpintc: Add triger type and priority
	dt-bindings: interrupt-controller: Update csky mpintc

I just send these patches to the mail-list before, but not get Ack. I'll add
Cc in these patches and resend them to the mail list.

> 
> Generally, those should get merged through the respective subsystem
> trees as listed in the linux/MAINTAINERS file.
Ok, I'll remove them in this pull request.

Best Regards
 Guo Ren

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

end of thread, other threads:[~2019-02-13  1:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-11  5:08 [GIT PULL] csky fixes for v5.0-rc6 guoren
2019-02-11 18:28 ` Linus Torvalds
2019-02-12  1:49   ` Guo Ren
2019-02-12 14:36   ` Arnd Bergmann
2019-02-13  1:45     ` Guo Ren

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.