]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Merge tag 'omap-for-v4.17/ti-sysc-signed' of ssh://gitolite.kernel.org/pub/scm/linux...
authorArnd Bergmann <arnd@arndb.de>
Wed, 7 Mar 2018 15:26:43 +0000 (16:26 +0100)
committerArnd Bergmann <arnd@arndb.de>
Wed, 7 Mar 2018 15:26:43 +0000 (16:26 +0100)
Pull "Driver changes for ti-sysc for v4.17" from Tony Lindgren:

This series of changes enables the use device tree based sysconfig
data for ti-sysc driver. As we already have SmartReflex data configured,
we use that as the first driver to enable. To do that in a way where
SmartReflex is not probed twice, we need to prepare the SmartReflex
driver before flipping dts data on for it in the last patch of the
series.

To avoid regressions, we are checking the passed dts data against
existing platform data since we still have it available. Then after the
dts files are converted, we can simply drop the related platform data
at some point in the future.

* tag 'omap-for-v4.17/ti-sysc-signed' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
  ARM: OMAP2+: Enable ti-sysc to use device tree data for smartreflex
  PM / AVS: SmartReflex: Prepare to use device tree based probing
  ARM: OMAP2+: Try to parse earlycon from parent too
  ARM: OMAP2+: Add checks for device tree based sysconfig data
  ARM: OMAP2+: Add functions to allocate module data from device tree
  bus: ti-sysc: Handle some devices in omap_device compatible way
  bus: ti-sysc: Add support for platform data callbacks
  bus: ti-sysc: Remove unnecessary debugging statements
  bus: ti-sysc: Improve handling for no-reset-on-init and no-idle-on-init
  bus: ti-sysc: Handle stdout-path for debug console
  bus: ti-sysc: Add suspend and resume handling
  bus: ti-sysc: Add fck clock alias for children with notifier_block
  ARM: OMAP2+: Prepare to pass auxdata for smartreflex

1  2 
arch/arm/mach-omap2/omap_hwmod.c
arch/arm/mach-omap2/pdata-quirks.c
drivers/bus/ti-sysc.c

Simple merge
index e7d7fc7ddaa2ff198d17a7c4f3fc82b951dd5537,67e2fcdfe3f07afee02e5267df703fe30df742f7..6459816c2879ff9536b93f38f2cb786e0b30b780
  #include <linux/platform_data/pinctrl-single.h>
  #include <linux/platform_data/hsmmc-omap.h>
  #include <linux/platform_data/iommu-omap.h>
+ #include <linux/platform_data/ti-sysc.h>
  #include <linux/platform_data/wkup_m3.h>
 -#include <linux/platform_data/pwm_omap_dmtimer.h>
  #include <linux/platform_data/media/ir-rx51.h>
  #include <linux/platform_data/asoc-ti-mcbsp.h>
 -#include <plat/dmtimer.h>
  
  #include "common.h"
  #include "common-board-devices.h"
Simple merge