Message ID | cover.1656396767.git.qinjian@cqplus1.com (mailing list archive) |
---|---|
Headers | show |
Series | Add Sunplus SP7021 SoC Support | expand |
On Tue, Jun 28, 2022 at 8:26 AM Qin Jian <qinjian@cqplus1.com> wrote: > > This patch series add Sunplus SP7021 SoC support. > > Sunplus SP7021 is an ARM Cortex A7 (4 cores) based SoC. It integrates many > peripherals (ex: UART, I2C, SPI, SDIO, eMMC, USB, SD card and etc.) into a > single chip. It is designed for industrial control. > > SP7021 consists of two chips (dies) in a package. One is called C-chip > (computing chip). It is a 4-core ARM Cortex A7 CPU. It adopts high-level > process (22 nm) for high performance computing. The other is called P- > chip (peripheral chip). It has many peripherals and an ARM A926 added > especially for real-time control. P-chip is made for customers. It adopts > low-level process (ex: 0.11 um) to reduce cost. > As far as I can tell, all review comments have been fully addressed, but I'm missing an Ack from Stephen Boyd so I can apply it through the SoC tree. Arnd
On Wed, Jul 6, 2022 at 5:01 PM Arnd Bergmann <arnd@arndb.de> wrote: > > On Tue, Jun 28, 2022 at 8:26 AM Qin Jian <qinjian@cqplus1.com> wrote: > > > > This patch series add Sunplus SP7021 SoC support. > > > > Sunplus SP7021 is an ARM Cortex A7 (4 cores) based SoC. It integrates many > > peripherals (ex: UART, I2C, SPI, SDIO, eMMC, USB, SD card and etc.) into a > > single chip. It is designed for industrial control. > > > > SP7021 consists of two chips (dies) in a package. One is called C-chip > > (computing chip). It is a 4-core ARM Cortex A7 CPU. It adopts high-level > > process (22 nm) for high performance computing. The other is called P- > > chip (peripheral chip). It has many peripherals and an ARM A926 added > > especially for real-time control. P-chip is made for customers. It adopts > > low-level process (ex: 0.11 um) to reduce cost. > > > > As far as I can tell, all review comments have been fully addressed, > but I'm missing an Ack from Stephen Boyd so I can apply it through > the SoC tree. I ended up applying the series without the clk driver now, please see https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git/commit/?h=arm/newsoc&id=7cb7b8fe63393d77 No need to resend the series any more, please just work with the clk maintainers to get that driver included through their tree. If there are any issues with the patches that I merged, it's best to send bugfix patches that can be applied on top of the branch listed above, or a pull request based on that commit. For new features to be merged in a later release, e.g. patches to add device tree nodes for other on-chip components, or additional dts files, please base them on the coming -rc1 release when that is out. Arnd