On Thu, Oct 24, 2019 at 9:37 AM Tony Lindgren <tony@xxxxxxxxxxx> wrote: > > From: "Tony Lindgren" <tony@xxxxxxxxxxx> > > The following changes since commit 1819ef2e2d12d5b1a6ee54ac1c2afe35cffc677c: > > bus: ti-sysc: Use swsup quirks also for am335x musb (2019-10-21 14:15:55 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.5/ti-sysc-drop-pdata-v2-signed-take2 > > for you to fetch changes up to b08a0c577518a02ea08673f68881223a3ed35cc6: > > ARM: OMAP2+: Drop legacy platform data for am335x musb (2019-10-23 07:46:32 -0700) > > ---------------------------------------------------------------- > Drop legacy platform data for omaps for v5.5 > > This series of changes continues dropping legacy platform data for > omaps. With the proper device tree configuration in place in the dts > files for ti-sysc interconnect target module driver, we can drop the > related platform data and legacy ti,hwmods custom property. > > Most of the patches in this series drop platform data and custom dts > property one device class and one SoC at time. This way we can easily > revert one patch at a time in case of unexpected issues if the fix is > not trivial. > > For am335x musb, we need to first update the device tree to probe with > ti-sysc interconnect target module driver. And then the following > patches drop the legacy platform data. > > Note that this series depends on earlier ti-sysc related driver changes Couldn't quite tell where to land this, but I picked arm/dt mostly to avoid possible toplevel conflicts with other branches that touch device trees. Thanks! -Olof