1. 08 3月, 2011 3 次提交
    • P
      OMAP2+: powerdomain: add pwrdm_can_ever_lose_context() · 694606c4
      Paul Walmsley 提交于
      Some drivers wish to know whether the device that they control can
      ever lose context, for example, when the device's enclosing
      powerdomain loses power.  They can use this information to determine
      whether it is necessary to save and restore device context, or whether
      it can be skipped.  Implement the powerdomain portion of this by
      adding the function pwrdm_can_ever_lose_context().  This is not for
      use directly from driver code, but instead is intended to be called
      from driver-subarch integration code (i.e., arch/arm/*omap* code).
      
      Currently, the result from this function should be passed into the
      driver code via struct platform_data, but at some point this should
      be part of some common or OMAP-specific device code.
      
      While here, update file copyrights.
      Signed-off-by: NPaul Walmsley <paul@pwsan.com>
      694606c4
    • P
      OMAP2+: powerdomain: fix bank power state bitfields · 4cb49fec
      Paul Walmsley 提交于
      The bank power state bitfields in the powerdomain data are
      encoded incorrectly.  These fields are intended to be bitfields,
      representing a set of power states that the memory banks support.
      However, when only one power state was supported by a given bank,
      the field was incorrectly set to the bit shift -- not the mask.
      While here, update some file copyrights.
      
      The OMAP4 autogeneration scripts have been updated accordingly.
      Signed-off-by: NPaul Walmsley <paul@pwsan.com>
      Cc: Benoît Cousson <b-cousson@ti.com>
      Cc: Rajendra Nayak <rnayak@ti.com>
      Cc: Santosh Shilimkar <santosh.shilimkar@ti.com>
      4cb49fec
    • P
      OMAP2/3: WKUP powerdomain: mark as being always on · cad7a34b
      Paul Walmsley 提交于
      Mark the WKUP powerdomain as being always on -- at least, as long as the
      chip has power.  This will be used to enable the powerdomain code to
      determine whether a given powerdomain is ever able to power off.  While
      here, update the file copyright.
      Signed-off-by: NPaul Walmsley <paul@pwsan.com>
      
      cad7a34b
  2. 02 3月, 2011 4 次提交
  3. 01 3月, 2011 10 次提交
  4. 28 2月, 2011 6 次提交
  5. 27 2月, 2011 2 次提交
  6. 26 2月, 2011 15 次提交