1. 02 3月, 2011 3 次提交
    • R
      OMAP2+: omap_device/clock: Do not expect an entry in clkdev for opt_clks · da0653fe
      Rajendra Nayak 提交于
      The _add_optional_clock_alias function expects an entry
      already existing in the clkdev table in the form of
      <dev-id=NULL, con-id=role> which might not be the case
      always.
      
      Instead, just check if an entry already exists in clkdev
      in the <dev-id=dev_name, con-id=role> form, else go ahead
      and add one.
      
      Remove any assumption of an entry already existing in clkdev
      table in any form.
      
      Since this means, adding a new entry in clkdev if it does
      not already exist, and not really adding an 'alias',
      also rename the function name
      (s/_add_optional_clock_alias/_add_optional_clock_clkdev)
      to reflect this.
      Signed-off-by: NRajendra Nayak <rnayak@ti.com>
      Reported-by: NSumit Semwal <sumit.semwal@ti.com>
      Cc: Sumit Semwal <sumit.semwal@ti.com>
      Cc: Paul Walmsley <paul@pwsan.com>
      Cc: Benoit Cousson <b-cousson@ti.com>
      Cc: Kevin Hilman <khilman@ti.com>
      Cc: Partha Basak <p-basak2@ti.com>
      Signed-off-by: NPaul Walmsley <paul@pwsan.com>
      da0653fe
    • L
      Linux 2.6.38-rc7 · dd9c1549
      Linus Torvalds 提交于
      dd9c1549
    • L
      Revert "TPM: Long default timeout fix" · 8d1dc20e
      Linus Torvalds 提交于
      This reverts commit c4ff4b82.
      
      Ted Ts'o reports:
      
       "TPM is working for me so I can log into employer's network in 2.6.37.
        It broke when I tried 2.6.38-rc6, with the following relevant lines
        from my dmesg:
      
        [   11.081627] tpm_tis 00:0b: 1.2 TPM (device-id 0x0, rev-id 78)
        [   25.734114] tpm_tis 00:0b: Operation Timed out
        [   78.040949] tpm_tis 00:0b: Operation Timed out
      
        This caused me to get suspicious, especially since the _other_ TPM
        commit in 2.6.38 had already been reverted, so I tried reverting
        commit c4ff4b82: "TPM: Long default timeout fix".  With this commit
        reverted, my TPM on my Lenovo T410 is once again working."
      Requested-and-tested-by: NTheodore Ts'o <tytso@mit.edu>
      Acked-by: NRajiv Andrade <srajiv@linux.vnet.ibm.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      8d1dc20e
  2. 01 3月, 2011 10 次提交
  3. 28 2月, 2011 6 次提交
  4. 27 2月, 2011 2 次提交
  5. 26 2月, 2011 19 次提交