mbox series

[0/3] MIPS: Clean up device_tree_init()

Message ID 1646895012-3143-1-git-send-email-yangtiezhu@loongson.cn (mailing list archive)
Headers show
Series MIPS: Clean up device_tree_init() | expand

Message

Tiezhu Yang March 10, 2022, 6:50 a.m. UTC
Tiezhu Yang (3):
  MIPS: Remove redundant check in device_tree_init()
  MIPS: Remove redundant definitions of device_tree_init()
  MIPS: Fix wrong comments in asm/prom.h

 arch/mips/ath79/setup.c          |  5 -----
 arch/mips/include/asm/prom.h     |  4 ++--
 arch/mips/kernel/prom.c          |  5 +++++
 arch/mips/lantiq/prom.c          |  5 -----
 arch/mips/loongson64/setup.c     |  8 --------
 arch/mips/mti-malta/Makefile     |  1 -
 arch/mips/mti-malta/malta-dt.c   | 15 ---------------
 arch/mips/pic32/pic32mzda/init.c |  8 --------
 arch/mips/ralink/of.c            |  5 -----
 9 files changed, 7 insertions(+), 49 deletions(-)
 delete mode 100644 arch/mips/mti-malta/malta-dt.c

Comments

Thomas Bogendoerfer March 14, 2022, 2:50 p.m. UTC | #1
On Thu, Mar 10, 2022 at 02:50:09PM +0800, Tiezhu Yang wrote:
> Tiezhu Yang (3):
>   MIPS: Remove redundant check in device_tree_init()
>   MIPS: Remove redundant definitions of device_tree_init()
>   MIPS: Fix wrong comments in asm/prom.h
> 
>  arch/mips/ath79/setup.c          |  5 -----
>  arch/mips/include/asm/prom.h     |  4 ++--
>  arch/mips/kernel/prom.c          |  5 +++++
>  arch/mips/lantiq/prom.c          |  5 -----
>  arch/mips/loongson64/setup.c     |  8 --------
>  arch/mips/mti-malta/Makefile     |  1 -
>  arch/mips/mti-malta/malta-dt.c   | 15 ---------------
>  arch/mips/pic32/pic32mzda/init.c |  8 --------
>  arch/mips/ralink/of.c            |  5 -----
>  9 files changed, 7 insertions(+), 49 deletions(-)
>  delete mode 100644 arch/mips/mti-malta/malta-dt.c

series applied to mips-next.

Thomas.