All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] arm64: dts: hisilicon: Hip06 fix and support Hip07 D05 board
@ 2016-09-24  9:14 ` Kefeng Wang
  0 siblings, 0 replies; 34+ messages in thread
From: Kefeng Wang @ 2016-09-24  9:14 UTC (permalink / raw)
  To: Wei Xu
  Cc: Rob Herring, Mark Rutland, linux-arm-kernel, Catalin Marinas,
	Will Deacon, majun258, guohanjun, linux-kernel, Kefeng Wang

1) DTs
- Fix Hip06 ehci/ohci interrupt pin number.
- Add initial support for Hip07 D05 board.

2) PL011
- The sbsa uart is used on Hip07 SoC, the interrupt is connected to mbigen,
  but the uart probe(arch_init) is earlier than mbigen(module_init), so
  don't complain on -EPROBE_DEFER when no irq.
- Add earlycon support for SBSA UART.

Kefeng Wang (5):
  arm64: dts: hip06: Correct hardware pin number of usb node
  Documentation: arm64: Add Hisilicon Hip07 D05 dts binding
  arm64: dts: hisilicon: Add initial dts for Hip07 D05 board
  tty: amba-pl011: Don't complain on -EPROBE_DEFER when no irq
  tty: amba-pl011: Add earlycon support for SBSA UART

 .../bindings/arm/hisilicon/hisilicon.txt           |    4 +
 arch/arm64/boot/dts/hisilicon/Makefile             |    1 +
 arch/arm64/boot/dts/hisilicon/hip06.dtsi           |    4 +-
 arch/arm64/boot/dts/hisilicon/hip07-d05.dts        |   66 ++
 arch/arm64/boot/dts/hisilicon/hip07.dtsi           | 1059 ++++++++++++++++++++
 drivers/tty/serial/amba-pl011.c                    |    4 +-
 6 files changed, 1135 insertions(+), 3 deletions(-)
 create mode 100644 arch/arm64/boot/dts/hisilicon/hip07-d05.dts
 create mode 100644 arch/arm64/boot/dts/hisilicon/hip07.dtsi

-- 
1.7.12.4

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

end of thread, other threads:[~2016-11-15 16:20 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-24  9:14 [PATCH 0/5] arm64: dts: hisilicon: Hip06 fix and support Hip07 D05 board Kefeng Wang
2016-09-24  9:14 ` Kefeng Wang
2016-09-24  9:14 ` [PATCH 1/5] arm64: dts: hip06: Correct hardware pin number of usb node Kefeng Wang
2016-09-24  9:14   ` Kefeng Wang
2016-10-24  3:40   ` [PATCH] arm64: dts: hip06: Fix no reg property warning Kefeng Wang
2016-11-15 16:13     ` Wei Xu
2016-11-15 16:17   ` [PATCH 1/5] arm64: dts: hip06: Correct hardware pin number of usb node Wei Xu
2016-11-15 16:17     ` Wei Xu
2016-09-24  9:14 ` [PATCH 2/5] Documentation: arm64: Add Hisilicon Hip07 D05 dts binding Kefeng Wang
2016-09-24  9:14   ` Kefeng Wang
2016-11-15 16:17   ` Wei Xu
2016-11-15 16:17     ` Wei Xu
2016-09-24  9:14 ` [PATCH 3/5] arm64: dts: hisilicon: Add initial dts for Hip07 D05 board Kefeng Wang
2016-09-24  9:14   ` Kefeng Wang
2016-11-15 16:18   ` Wei Xu
2016-11-15 16:18     ` Wei Xu
2016-09-24  9:14 ` [PATCH 4/5] tty: amba-pl011: Don't complain on -EPROBE_DEFER when no irq Kefeng Wang
2016-09-24  9:14   ` Kefeng Wang
2016-09-24  9:14 ` [PATCH 5/5] tty: amba-pl011: Add earlycon support for SBSA UART Kefeng Wang
2016-09-24  9:14   ` Kefeng Wang
2016-09-27 10:57   ` Greg Kroah-Hartman
2016-09-27 10:57     ` Greg Kroah-Hartman
2016-09-27 13:15     ` Kefeng Wang
2016-09-27 13:15       ` Kefeng Wang
2016-10-24  3:59       ` Kefeng Wang
2016-10-24  3:59         ` Kefeng Wang
2016-10-27 15:18         ` Greg Kroah-Hartman
2016-10-27 15:18           ` Greg Kroah-Hartman
2016-10-30  8:49           ` Kefeng Wang
2016-10-30  8:49             ` Kefeng Wang
2016-10-30 13:31             ` Greg Kroah-Hartman
2016-10-30 13:31               ` Greg Kroah-Hartman
2016-10-31  2:04               ` [PATCH RESEND] " Kefeng Wang
2016-10-31  2:04                 ` Kefeng Wang

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.