1. 18 9月, 2010 1 次提交
  2. 26 8月, 2010 1 次提交
    • B
      amd64_edac: Do not report error overflow as a separate error · 37b7370a
      Borislav Petkov 提交于
      When the Overflow MCi_STATUS bit is set, EDAC reports the lost error
      with a "no information available" message which often puzzles users
      parsing the dmesg. This doesn't make much sense since this error has
      been lost anyway so no need for reporting it separately. Thus, report
      the overflow bit setting in the MCE dump instead. While at it, remove
      reporting of MiscV and ErrorEnable (en) which are superfluous.
      
      Now it looks like this:
      
      [ 1501.650024] MC4_STATUS: Corrected error, other errors lost: yes, CPU context corrupt: no, CECC Error
      [ 1501.666887] Northbridge Error, node 2
      Signed-off-by: NBorislav Petkov <borislav.petkov@amd.com>
      37b7370a
  3. 25 8月, 2010 1 次提交
  4. 11 8月, 2010 4 次提交
  5. 06 8月, 2010 1 次提交
  6. 04 8月, 2010 2 次提交
  7. 03 8月, 2010 7 次提交
  8. 28 7月, 2010 1 次提交
  9. 26 7月, 2010 1 次提交
  10. 21 7月, 2010 2 次提交
  11. 03 7月, 2010 2 次提交
  12. 02 7月, 2010 1 次提交
  13. 03 6月, 2010 1 次提交
  14. 28 5月, 2010 1 次提交
  15. 22 5月, 2010 1 次提交
    • G
      of: Remove duplicate fields from of_platform_driver · 4018294b
      Grant Likely 提交于
      .name, .match_table and .owner are duplicated in both of_platform_driver
      and device_driver.  This patch is a removes the extra copies from struct
      of_platform_driver and converts all users to the device_driver members.
      
      This patch is a pretty mechanical change.  The usage model doesn't change
      and if any drivers have been missed, or if anything has been fixed up
      incorrectly, then it will fail with a compile time error, and the fixup
      will be trivial.  This patch looks big and scary because it touches so
      many files, but it should be pretty safe.
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      Acked-by: NSean MacLennan <smaclennan@pikatech.com>
      4018294b
  16. 19 5月, 2010 5 次提交
  17. 18 5月, 2010 3 次提交
  18. 10 5月, 2010 5 次提交