mbox series

[0/2] soc: loongson: Fix some issues about loongson2_guts

Message ID cover.1693534134.git.zhoubinbin@loongson.cn (mailing list archive)
Headers show
Series soc: loongson: Fix some issues about loongson2_guts | expand

Message

Binbin Zhou Sept. 1, 2023, 6:25 a.m. UTC
Hi All:

I noticed that there were some minor changes to loongson2_guts on the
mailing list earlier, but they were put on hold because they were not
cc'd to the appropriate people (Arnd & soc@kernel.org).

I'd like to try to gather them together and resubmit them.

For patch[1], I modified the patch to use generic functions and
simplify the code.

Original link:
patch[1]: https://lore.kernel.org/loongarch/20230306025308.248987-1-dzm91@hust.edu.cn/
patch[2]: https://lore.kernel.org/loongarch/a69170cb55cfc73e378b40ccf1d9c16f@208suo.com/

Thanks.

Dongliang Mu (1):
  soc: loongson: loongson2_guts: Convert to
    devm_platform_ioremap_resource()

Mingtong Bao (1):
  soc: loongson: loongson2_guts: Remove unneeded semicolon

 drivers/soc/loongson/loongson2_guts.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org Sept. 26, 2023, 9:03 p.m. UTC | #1
Hello:

This series was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:

On Fri,  1 Sep 2023 14:25:47 +0800 you wrote:
> Hi All:
> 
> I noticed that there were some minor changes to loongson2_guts on the
> mailing list earlier, but they were put on hold because they were not
> cc'd to the appropriate people (Arnd & soc@kernel.org).
> 
> I'd like to try to gather them together and resubmit them.
> 
> [...]

Here is the summary with links:
  - [1/2] soc: loongson: loongson2_guts: Convert to devm_platform_ioremap_resource()
    https://git.kernel.org/soc/soc/c/840844c26239
  - [2/2] soc: loongson: loongson2_guts: Remove unneeded semicolon
    https://git.kernel.org/soc/soc/c/e756ce123c9a

You are awesome, thank you!