• Arnd Bergmann's avatar
    Merge tag 'omap-for-v4.17/ti-sysc-signed' of... · 3bf5c70d
    Arnd Bergmann authored
    Merge tag 'omap-for-v4.17/ti-sysc-signed' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/soc
    
    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
    3bf5c70d
pdata-quirks.c 17.9 KB