OSDN Git Service

Merge branch '4.15-rc1-clkctrl-mach-omap2' of https://github.com/t-kristo/linux-pm...
authorTony Lindgren <tony@atomide.com>
Mon, 11 Dec 2017 15:46:40 +0000 (07:46 -0800)
committerTony Lindgren <tony@atomide.com>
Mon, 11 Dec 2017 15:46:40 +0000 (07:46 -0800)
1  2 
arch/arm/mach-omap2/cm.h
arch/arm/mach-omap2/cm33xx.c
arch/arm/mach-omap2/cm_common.c
arch/arm/mach-omap2/cminst44xx.c

@@@ -72,8 -74,9 +74,9 @@@ int omap_cm_wait_module_idle(u8 part, s
                             u8 idlest_shift);
  int omap_cm_module_enable(u8 mode, u8 part, u16 inst, u16 clkctrl_offs);
  int omap_cm_module_disable(u8 part, u16 inst, u16 clkctrl_offs);
 -extern int cm_register(struct cm_ll_data *cld);
 -extern int cm_unregister(struct cm_ll_data *cld);
+ u32 omap_cm_xlate_clkctrl(u8 part, u16 inst, u16 clkctrl_offs);
 +extern int cm_register(const struct cm_ll_data *cld);
 +extern int cm_unregister(const struct cm_ll_data *cld);
  int omap_cm_init(void);
  int omap2_cm_base_init(void);
  
Simple merge
Simple merge
@@@ -509,10 -505,9 +505,9 @@@ struct clkdm_ops am43xx_clkdm_operation
        .clkdm_deny_idle        = omap4_clkdm_deny_idle,
        .clkdm_clk_enable       = omap4_clkdm_clk_enable,
        .clkdm_clk_disable      = omap4_clkdm_clk_disable,
-       .clkdm_xlate_address    = omap4_clkdm_xlate_address,
  };
  
 -static struct cm_ll_data omap4xxx_cm_ll_data = {
 +static const struct cm_ll_data omap4xxx_cm_ll_data = {
        .wait_module_ready      = &omap4_cminst_wait_module_ready,
        .wait_module_idle       = &omap4_cminst_wait_module_idle,
        .module_enable          = &omap4_cminst_module_enable,