All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCHv5 0/4] Add Avionic Design Meerkat/Tegra K1 support
@ 2016-09-05 13:29 Julian Scheel
  2016-09-05 13:29 ` [U-Boot] [PATCHv5 1/4] Revert "tegra: Add support for setting up a as3722 PMIC" Julian Scheel
                   ` (3 more replies)
  0 siblings, 4 replies; 28+ messages in thread
From: Julian Scheel @ 2016-09-05 13:29 UTC (permalink / raw)
  To: u-boot

Hi Tom et al,

please find the updated patch series to add support for the Avionic Design
Meerkat module and the kein baseboard.
Since v4 this patch series has been rebased to tegra next branch. There have
been some configuration additions on top of that.

We'd be happy if this could finally be merged.

Regards,
Julian

Alban Bedel (2):
  power: as3722: Allow using on any i2c bus with any address
  ARM: tegra124: Add an option to disable CoreSight

Julian Scheel (2):
  Revert "tegra: Add support for setting up a as3722 PMIC"
  Add support the Avionic Design Meerkat COM and Kein Baseboard

 arch/arm/dts/Makefile                              |   1 +
 arch/arm/dts/tegra124-kein-baseboard.dts           |  66 ++++
 arch/arm/dts/tegra124-meerkat.dtsi                 | 409 +++++++++++++++++++++
 arch/arm/mach-tegra/Kconfig                        |   4 +
 arch/arm/mach-tegra/board2.c                       |   7 -
 arch/arm/mach-tegra/cpu.c                          |   2 +
 arch/arm/mach-tegra/tegra124/Kconfig               |   9 +
 board/avionic-design/common/meerkat.c              |  57 +++
 .../avionic-design/common/pinmux-config-meerkat.h  | 233 ++++++++++++
 board/avionic-design/kein-baseboard/Kconfig        |  15 +
 board/avionic-design/kein-baseboard/MAINTAINERS    |   7 +
 board/avionic-design/kein-baseboard/Makefile       |   9 +
 board/nvidia/jetson-tk1/jetson-tk1.c               |   2 +-
 configs/kein-baseboard_defconfig                   |  42 +++
 drivers/power/as3722.c                             |   4 +-
 include/configs/kein-baseboard.h                   |  65 ++++
 include/power/as3722.h                             |   2 +-
 17 files changed, 922 insertions(+), 12 deletions(-)
 create mode 100644 arch/arm/dts/tegra124-kein-baseboard.dts
 create mode 100644 arch/arm/dts/tegra124-meerkat.dtsi
 create mode 100644 board/avionic-design/common/meerkat.c
 create mode 100644 board/avionic-design/common/pinmux-config-meerkat.h
 create mode 100644 board/avionic-design/kein-baseboard/Kconfig
 create mode 100644 board/avionic-design/kein-baseboard/MAINTAINERS
 create mode 100644 board/avionic-design/kein-baseboard/Makefile
 create mode 100644 configs/kein-baseboard_defconfig
 create mode 100644 include/configs/kein-baseboard.h

-- 
2.9.3

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

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

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-05 13:29 [U-Boot] [PATCHv5 0/4] Add Avionic Design Meerkat/Tegra K1 support Julian Scheel
2016-09-05 13:29 ` [U-Boot] [PATCHv5 1/4] Revert "tegra: Add support for setting up a as3722 PMIC" Julian Scheel
2016-09-06 16:50   ` Stephen Warren
2016-09-06 18:04     ` Julian Scheel
2016-09-06 18:49       ` Stephen Warren
2016-09-12  7:33         ` Julian Scheel
2016-09-12 17:02           ` Stephen Warren
2016-09-12 17:10             ` Julian Scheel
2016-09-12 18:25               ` Stephen Warren
2016-09-05 13:29 ` [U-Boot] [PATCHv5 2/4] power: as3722: Allow using on any i2c bus with any address Julian Scheel
2016-09-06 16:51   ` Stephen Warren
2016-09-05 13:29 ` [U-Boot] [PATCHv5 3/4] ARM: tegra124: Add an option to disable CoreSight Julian Scheel
2016-09-06 16:54   ` Stephen Warren
2016-09-06 18:06     ` Julian Scheel
2016-09-06 18:50       ` Stephen Warren
2016-09-05 13:29 ` [U-Boot] [PATCHv5 4/4] Add support the Avionic Design Meerkat COM and Kein Baseboard Julian Scheel
2016-09-06 17:15   ` Stephen Warren
2016-09-06 18:14     ` Julian Scheel
2016-09-06 18:58       ` Stephen Warren
2016-09-07  6:08         ` Julian Scheel
2016-09-07 16:10           ` Stephen Warren
2016-09-12 14:03     ` Julian Scheel
2016-09-12 16:54       ` Stephen Warren
2016-09-19 13:35         ` Julian Scheel
2016-09-20 16:07           ` Stephen Warren
2016-09-06 18:53   ` Stephen Warren
2016-09-07  6:03     ` Julian Scheel
2016-09-07 16:05       ` Stephen Warren

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.