mbox series

[0/2] ARM: make DaVinci part of the ARM v5 multiplatform build

Message ID 20190226121353.19413-1-brgl@bgdev.pl (mailing list archive)
Headers show
Series ARM: make DaVinci part of the ARM v5 multiplatform build | expand

Message

Bartosz Golaszewski Feb. 26, 2019, 12:13 p.m. UTC
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

This series depends on the interrupts support overhaul and the cpufreq
fix that are queued for v5.1 and on the clocksource rework that's been
posted to LKML[1].

The first one adds necessary bits and pieces for davinci to support
multiplatform build and the second one actually adds all davinci boards
to multi_v5_defconfig.

[1] https://lkml.org/lkml/2019/2/26/363

Bartosz Golaszewski (2):
  ARM: davinci: support multiplatform build for ARM v5
  ARM: multi_v5_defconfig: make DaVinci part of the ARM v5 multiplatform
    build

 arch/arm/Kconfig                       | 21 ---------------------
 arch/arm/configs/davinci_all_defconfig |  5 +++++
 arch/arm/configs/multi_v5_defconfig    | 12 ++++++++++++
 arch/arm/mach-davinci/Kconfig          | 16 ++++++++++++----
 arch/arm/mach-davinci/Makefile         |  2 ++
 5 files changed, 31 insertions(+), 25 deletions(-)