1. 08 Jul, 2011 2 commits
    • Sekhar Nori's avatar
      davinci: enable forced transitions on PSC · aad70de2
      Sekhar Nori authored
      Some DaVinci modules like the SATA on DA850
      need forced module state transitions.
      
      Define a "force" flag which can be passed to
      the PSC config function to enable it to make
      forced transitions.
      
      Forced transitions shouldn't normally be attempted,
      unless the TRM explicitly specifies its usage.
      
      ChangeLog:
      v2:
      Modified to take care of the fact that
      davinci_psc_config() now takes the flags
      directly.
      Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
      aad70de2
    • Sekhar Nori's avatar
      davinci: pass clock flags to davinci_psc_config() · a51ca38b
      Sekhar Nori authored
      Enabling or disabling a PSC can take certain
      modifiers like "disable with reset", "force
      enable/disable" and "enable/disable with local
      reset" apart from the regular clock gating
      functionality.
      
      Pass a flags argument to davinci_psc_config()
      so these variations can be supported there.
      
      At this time only "disable with reset" is
      supported, but other functionality will be
      added in subsequent patches.
      Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
      a51ca38b
  2. 06 Jul, 2011 1 commit
  3. 04 Jul, 2011 7 commits
  4. 03 Jul, 2011 30 commits