From: "Tony Lindgren" <tony@xxxxxxxxxxx> The following changes since commit e709ed70d122e94cb426b1e1f905829eae19a009: bus: ti-sysc: Fix missing reset delay handling (2019-12-12 08:20:10 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.6/ti-sysc-signed for you to fetch changes up to 3f2c420596be57e74719bd09333d3b5efe90341d: bus: ti-sysc: Use PTR_ERR_OR_ZERO() to simplify code (2019-12-12 09:06:40 -0800) ---------------------------------------------------------------- ti-sysc driver changes for omaps for v5.6 merge window Few changes to implement quirk handling for cases where we need to block clockdomain autoidle, drop old MMU specific quirks, and simplify the return code for sysc_init_resets(). ---------------------------------------------------------------- Suman Anna (1): bus: ti-sysc: Drop MMU quirks Tony Lindgren (1): bus: ti-sysc: Implement quirk handling for CLKDM_NOAUTO zhengbin (1): bus: ti-sysc: Use PTR_ERR_OR_ZERO() to simplify code drivers/bus/ti-sysc.c | 18 +++++++++--------- include/linux/platform_data/ti-sysc.h | 1 + 2 files changed, 10 insertions(+), 9 deletions(-)