From: "Tony Lindgren" <tony@atomide.com>
The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:
Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.7/pm33xx-signed
for you to fetch changes up to 73321b5f4dafc0a0e7389174ba7eaf558291a188:
ARM: omap2plus_defconfig: Add CONFIG_ARM_CPUIDLE (2020-02-27 09:27:30 -0800)
----------------------------------------------------------------
PM changes for am335x and am437x for v5.7 merge window
A series of changes from Dave Gerlach to enable basic cpuidle support
for am335x and am437x based on generic cpuidle-arm driver.
----------------------------------------------------------------
Dave Gerlach (5):
dt-bindings: arm: cpu: Add TI AM335x and AM437x enable method
ARM: OMAP2+: pm33xx-core: Add cpuidle_ops for am335x/am437x
ARM: OMAP2+: pm33xx-core: Extend platform_data ops for cpuidle
soc: ti: pm33xx: Add base cpuidle support
ARM: omap2plus_defconfig: Add CONFIG_ARM_CPUIDLE
Documentation/devicetree/bindings/arm/cpus.yaml | 2 +
arch/arm/configs/omap2plus_defconfig | 2 +
arch/arm/mach-omap2/pm33xx-core.c | 137 ++++++++++++++++++++++--
drivers/soc/ti/pm33xx.c | 21 +++-
include/linux/platform_data/pm33xx.h | 6 +-
5 files changed, 160 insertions(+), 8 deletions(-)
From: "Tony Lindgren" <tony@atomide.com> The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9: Linux 5.6-rc1 (2020-02-09 16:08:48 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.7/pm33xx-signed for you to fetch changes up to 73321b5f4dafc0a0e7389174ba7eaf558291a188: ARM: omap2plus_defconfig: Add CONFIG_ARM_CPUIDLE (2020-02-27 09:27:30 -0800) ---------------------------------------------------------------- PM changes for am335x and am437x for v5.7 merge window A series of changes from Dave Gerlach to enable basic cpuidle support for am335x and am437x based on generic cpuidle-arm driver. ---------------------------------------------------------------- Dave Gerlach (5): dt-bindings: arm: cpu: Add TI AM335x and AM437x enable method ARM: OMAP2+: pm33xx-core: Add cpuidle_ops for am335x/am437x ARM: OMAP2+: pm33xx-core: Extend platform_data ops for cpuidle soc: ti: pm33xx: Add base cpuidle support ARM: omap2plus_defconfig: Add CONFIG_ARM_CPUIDLE Documentation/devicetree/bindings/arm/cpus.yaml | 2 + arch/arm/configs/omap2plus_defconfig | 2 + arch/arm/mach-omap2/pm33xx-core.c | 137 ++++++++++++++++++++++-- drivers/soc/ti/pm33xx.c | 21 +++- include/linux/platform_data/pm33xx.h | 6 +- 5 files changed, 160 insertions(+), 8 deletions(-)