linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
  • [parent not found: <20220522155046.260146-2-tmaimon77@gmail.com>]
  • [parent not found: <20220522155046.260146-4-tmaimon77@gmail.com>]
  • [parent not found: <20220522155046.260146-6-tmaimon77@gmail.com>]
  • [parent not found: <20220522155046.260146-10-tmaimon77@gmail.com>]
  • [parent not found: <20220522155046.260146-11-tmaimon77@gmail.com>]
  • [parent not found: <20220522155046.260146-12-tmaimon77@gmail.com>]
  • [parent not found: <20220522155046.260146-15-tmaimon77@gmail.com>]
  • [parent not found: <20220522155046.260146-16-tmaimon77@gmail.com>]
  • [parent not found: <20220522155046.260146-18-tmaimon77@gmail.com>]
  • [parent not found: <20220522155046.260146-19-tmaimon77@gmail.com>]
  • * Re: [PATCH v1 00/19] Introduce Nuvoton Arbel NPCM8XX BMC SoC
           [not found] <20220522155046.260146-1-tmaimon77@gmail.com>
                       ` (10 preceding siblings ...)
           [not found] ` <20220522155046.260146-19-tmaimon77@gmail.com>
    @ 2022-05-23  9:52 ` Arnd Bergmann
      2022-05-30 12:24   ` Andy Shevchenko
           [not found] ` <20220522155046.260146-5-tmaimon77@gmail.com>
                       ` (4 subsequent siblings)
      16 siblings, 1 reply; 36+ messages in thread
    From: Arnd Bergmann @ 2022-05-23  9:52 UTC (permalink / raw)
      To: Tomer Maimon
      Cc: Avi Fishman, Tali Perry, Joel Stanley, Patrick Venture,
    	Nancy Yuen, Benjamin Fair, Rob Herring, Krzysztof Kozlowski,
    	Michael Turquette, Stephen Boyd, Philipp Zabel, gregkh,
    	Daniel Lezcano, Thomas Gleixner, Wim Van Sebroeck, Guenter Roeck,
    	Catalin Marinas, Will Deacon, Arnd Bergmann, Olof Johansson,
    	Jiri Slaby, Shawn Guo, Bjorn Andersson, Geert Uytterhoeven,
    	Marcel Ziswiler, Vinod Koul, Biju Das, Nobuhiro Iwamatsu,
    	robert.hancock, nathan=20Neusch=C3=A4fer?=, Lubomir Rintel,
    	SoC Team, DTML, Linux Kernel Mailing List, linux-clk,
    	open list:SERIAL DRIVERS, LINUXWATCHDOG, Linux ARM
    
    On Sun, May 22, 2022 at 5:50 PM Tomer Maimon <tmaimon77@gmail.com> wrote:
    >
    > This patchset  adds initial support for the Nuvoton
    > Arbel NPCM8XX Board Management controller (BMC) SoC family.
    >
    > The Nuvoton Arbel NPCM8XX SoC is a fourth-generation BMC.
    > The NPCM8XX computing subsystem comprises a quadcore ARM
    > Cortex A35 ARM-V8 architecture.
    >
    > This patchset adds minimal architecture and drivers such as:
    > Clocksource, Clock, Reset, and WD.
    >
    > Some of the Arbel NPCM8XX peripherals are based on Poleg NPCM7XX.
    >
    > This patchset was tested on the Arbel NPCM8XX evaluation board.
    
    Thanks for your submission. Please note a few things about the process here:
    
    - The merge window is currently open, which means a lo
    
    Some of the Arbel NPCM8XX peripherals are based on Poleg NPCM7XX.
    
    This patchset was tested on the Arbel NPCM8XX evaluation board.
    
    Tomer Maimon (19):
      dt-bindings: timer: npcm: Add npcm845 compatible string
      clocksource: timer-npcm7xx: Add NPCM845 timer support
      dt-bindings: serial: 8250: Add npcm845 compatible string
      tty: serial: 8250: Add NPCM845 UART support
      dt-bindings: watchdog: npcm: Add npcm845 compatible string
      watchdog: npcm_wdt: Add NPCM845 watchdog support
      dt-binding: clk: npcm845: Add binding for Nuvoton NPCM8XX Clock
      clk: npcm8xx: add clock controller
      dt-bindings: reset: add syscon property
      reset: npcm: using syscon instead of device data
      dt-bindings: reset: npcm: Add support for NPCM8XX
      reset: npcm: Add NPCM8XX support
      dt-bindings: arm: npcm: Add maintainer
      dt-bindings: arm: npcm: Add nuvoton,npcm845 compatible string
      dt-bindings: arm: npcm: Add nuvoton,npcm845 GCR compatible string
      arm64: npcm: Add support for Nuvoton NPCM8XX BMC SoC
      arm64: dts: nuvoton: Add initial NPCM8XX device tree
      arm64: dts: nuvoton: Add initial NPCM845 EVB device tree
      arm64: defconfig: Add Nuvoton NPCM family supportt of maintainers
      won't be reviewing your patches at the moment. It may be better to wait
      for the -rc1 to be out before sending out v2
    
    - don't send your patches to soc@kernel.org unless you want me to pick
      them up into the soc tree and they have been reviewed already. The series
      is clearly still under review at the moment, and I expect it to go through
      a few revisions first.
    
    - gmail marked your emails as possible spam for me. I don't know what
      happened here, but you may want to look into this to ensure that
      everybody receives it.
    
    Some of the Arbel NPCM8XX peripherals are based on Poleg NPCM7XX.
    
    This patchset was tested on the Arbel NPCM8XX evaluation board.
    
    Tomer Maimon (19):
      dt-bindings: timer: npcm: Add npcm845 compatible string
      clocksource: timer-npcm7xx: Add NPCM845 timer support
      dt-bindings: serial: 8250: Add npcm845 compatible string
      tty: serial: 8250: Add NPCM845 UART support
      dt-bindings: watchdog: npcm: Add npcm845 compatible string
      watchdog: npcm_wdt: Add NPCM845 watchdog support
      dt-binding: clk: npcm845: Add binding for Nuvoton NPCM8XX Clock
      clk: npcm8xx: add clock controller
      dt-bindings: reset: add syscon property
      reset: npcm: using syscon instead of device data
      dt-bindings: reset: npcm: Add support for NPCM8XX
      reset: npcm: Add NPCM8XX support
      dt-bindings: arm: npcm: Add maintainer
      dt-bindings: arm: npcm: Add nuvoton,npcm845 compatible string
      dt-bindings: arm: npcm: Add nuvoton,npcm845 GCR compatible string
      arm64: npcm: Add support for Nuvoton NPCM8XX BMC SoC
      arm64: dts: nuvoton: Add initial NPCM8XX device tree
      arm64: dts: nuvoton: Add initial NPCM845 EVB device tree
      arm64: defconfig: Add Nuvoton NPCM family support
    
    - For an initial platform submission, I can merge the
      clk/clocksource/serial/reset drivers along with the platform if they
      have an Ack from the subsystem maintainers. I would normally
      not include the watchdog patch in this as it's not essential, but
      I suppose that it's fine if you only do a oneline change and it
      has an Ack. If you have other nonessential drivers that need changes,
      best submit them separately though.
    
             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] 36+ messages in thread
  • [parent not found: <20220522155046.260146-5-tmaimon77@gmail.com>]
  • [parent not found: <20220522155046.260146-13-tmaimon77@gmail.com>]
  • [parent not found: <20220522155046.260146-8-tmaimon77@gmail.com>]
  • [parent not found: <20220522155046.260146-9-tmaimon77@gmail.com>]
  • [parent not found: <20220522155046.260146-14-tmaimon77@gmail.com>]

  • end of thread, other threads:[~2022-06-02 12:59 UTC | newest]
    
    Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
    -- links below jump to the message on this page --
         [not found] <20220522155046.260146-1-tmaimon77@gmail.com>
         [not found] ` <20220522155046.260146-7-tmaimon77@gmail.com>
    2022-05-22 16:45   ` [PATCH v1 06/19] watchdog: npcm_wdt: Add NPCM845 watchdog support Guenter Roeck
         [not found] ` <20220522155046.260146-2-tmaimon77@gmail.com>
    2022-05-23  7:31   ` [PATCH v1 01/19] dt-bindings: timer: npcm: Add npcm845 compatible string Krzysztof Kozlowski
         [not found] ` <20220522155046.260146-4-tmaimon77@gmail.com>
    2022-05-23  7:32   ` [PATCH v1 03/19] dt-bindings: serial: 8250: " Krzysztof Kozlowski
         [not found] ` <20220522155046.260146-6-tmaimon77@gmail.com>
    2022-05-23  7:32   ` [PATCH v1 05/19] dt-bindings: watchdog: npcm: " Krzysztof Kozlowski
         [not found] ` <20220522155046.260146-10-tmaimon77@gmail.com>
    2022-05-23  7:39   ` [PATCH v1 09/19] dt-bindings: reset: add syscon property Krzysztof Kozlowski
         [not found]     ` <CAP6Zq1gGZguC9h4A6KL8x1QLf3MAZvvBiA2nmcK_4PS7AdNa+Q@mail.gmail.com>
    2022-05-23 13:45       ` Krzysztof Kozlowski
         [not found] ` <20220522155046.260146-11-tmaimon77@gmail.com>
    2022-05-23  8:54   ` [PATCH v1 10/19] reset: npcm: using syscon instead of device data Krzysztof Kozlowski
         [not found] ` <20220522155046.260146-12-tmaimon77@gmail.com>
    2022-05-23  9:01   ` [PATCH v1 11/19] dt-bindings: reset: npcm: Add support for NPCM8XX Krzysztof Kozlowski
         [not found]     ` <CAP6Zq1i2Wj4FCA4-eseVoJyMof5=ocFCUcitVquJqYJ4Z3JTYQ@mail.gmail.com>
    2022-05-23 14:22       ` Geert Uytterhoeven
    2022-05-23 14:26         ` Krzysztof Kozlowski
    2022-05-23 15:11           ` Geert Uytterhoeven
    2022-05-23 15:22             ` Krzysztof Kozlowski
    2022-05-23 15:24               ` Krzysztof Kozlowski
    2022-05-24  7:26               ` Tomer Maimon
    2022-05-23 14:23       ` Krzysztof Kozlowski
         [not found] ` <20220522155046.260146-15-tmaimon77@gmail.com>
    2022-05-23  9:02   ` [PATCH v1 14/19] dt-bindings: arm: npcm: Add nuvoton,npcm845 compatible string Krzysztof Kozlowski
         [not found] ` <20220522155046.260146-16-tmaimon77@gmail.com>
    2022-05-23  9:02   ` [PATCH v1 15/19] dt-bindings: arm: npcm: Add nuvoton, npcm845 GCR " Krzysztof Kozlowski
    2022-05-23  9:02   ` Krzysztof Kozlowski
         [not found] ` <20220522155046.260146-18-tmaimon77@gmail.com>
    2022-05-23  9:08   ` [PATCH v1 17/19] arm64: dts: nuvoton: Add initial NPCM8XX device tree Krzysztof Kozlowski
    2022-05-23 13:58     ` Geert Uytterhoeven
    2022-05-23 14:16       ` Krzysztof Kozlowski
         [not found] ` <20220522155046.260146-19-tmaimon77@gmail.com>
    2022-05-23  9:26   ` [PATCH v1 18/19] arm64: dts: nuvoton: Add initial NPCM845 EVB " Krzysztof Kozlowski
    2022-05-23  9:39   ` Arnd Bergmann
         [not found]     ` <CAP6Zq1j8PEQ2m7rG5YztesiOfXExCr=UMPFhD=Oe+GYDwGP95g@mail.gmail.com>
    2022-05-23 15:37       ` Krzysztof Kozlowski
    2022-05-23  9:52 ` [PATCH v1 00/19] Introduce Nuvoton Arbel NPCM8XX BMC SoC Arnd Bergmann
    2022-05-30 12:24   ` Andy Shevchenko
         [not found] ` <20220522155046.260146-5-tmaimon77@gmail.com>
    2022-05-23  9:56   ` [PATCH v1 04/19] tty: serial: 8250: Add NPCM845 UART support Arnd Bergmann
         [not found]     ` <CAP6Zq1jk=wf3VbxttrHZwS-wywMoO4upgMQH4yr2AeKwYV8G4Q@mail.gmail.com>
    2022-05-23 13:06       ` Krzysztof Kozlowski
         [not found] ` <20220522155046.260146-13-tmaimon77@gmail.com>
    2022-05-23 10:44   ` [PATCH v1 12/19] reset: npcm: Add NPCM8XX support Arnd Bergmann
         [not found] ` <20220522155046.260146-8-tmaimon77@gmail.com>
    2022-05-23  7:35   ` [PATCH v1 07/19] dt-binding: clk: npcm845: Add binding for Nuvoton NPCM8XX Clock Krzysztof Kozlowski
    2022-05-26 19:24   ` Stephen Boyd
    2022-05-30 14:39     ` Tomer Maimon
         [not found] ` <20220522155046.260146-9-tmaimon77@gmail.com>
    2022-05-23  7:07   ` [PATCH v1 08/19] clk: npcm8xx: add clock controller Ilpo Järvinen
    2022-05-26 19:36   ` Stephen Boyd
    2022-05-30 14:36     ` Tomer Maimon
         [not found] ` <20220522155046.260146-14-tmaimon77@gmail.com>
    2022-06-02 12:58   ` [PATCH v1 13/19] dt-bindings: arm: npcm: Add maintainer Rob Herring
    

    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).