OSDN Git Service

Merge tag 'omap-for-v4.20/ti-sysc-take2-signed' into omap-for-v4.21/dt-ti-sysc
authorTony Lindgren <tony@atomide.com>
Thu, 18 Oct 2018 17:03:40 +0000 (10:03 -0700)
committerTony Lindgren <tony@atomide.com>
Thu, 18 Oct 2018 17:03:40 +0000 (10:03 -0700)
commitcdb07cce5f54784c46aa2eb2260e4233ce9b66b5
tree729eb7fd649c88d3bdc72a6cf63fcf570dfc1bbd
parentb3378de0266989bc3215c8c714c8231d5ab27a9f
parentf5e80203dadc28176f7b5ad2ec00652dd524fb9a
Merge tag 'omap-for-v4.20/ti-sysc-take2-signed' into omap-for-v4.21/dt-ti-sysc

TI sysc driver changes for v4.20 merge window

This series gets rid of the SYSC_QUIRK_RESOURCE_PROVIDER to make device
detection happen mostly only if #define DEBUG is set. Few core devices still
need to be detected to set legacy quirks.

We also add support for booting am335x, am437x and dra7 SoCs with L4 devices
defined in device tree instead of legacy platform data.

And finally we simplify suspend with just SET_NOIRQ_SYSTEM_SLEEP_PM_OPS
and dropping the custom functions that were attempting to work around
issues that really turned out to be child device driver related issues.

Apologies for a late pull request, debugging the suspend issues took a while
and I did not want to send these changes until that got sorted out.