1. 13 1月, 2015 1 次提交
    • S
      mpt2sas, mpt3sas: log exceeded temperature thresholds · 2d8ce8c9
      Sreekanth Reddy 提交于
      This patch will log a message when driver receives "Temperature Threshold
      exceeded" event from any temperature sensor.
      
      The message will look similar to like:
      mpt3sas0: Temperature Threshold flags a b c d exceeded for Sensor: x !!!
      mpt3sas0: Current Temp In Celsius: y
      
      where a b c d are threshold flags 0 1 2 3
      
      Change_set:
      1. Get the number of sensor count of this IOC by reading IO Unit page 8 at
         driver initialization time.
      2. Also unmask the Temperature Threshold Event at driver initialization
         time
      3. Whenever a MPI2_EVENT_TEMP_THRESHOLD event is received from the
         firmware, then print the sensor number, the maximum threshold number it
         has exceed and the current temperature of this sensor.
      Signed-off-by: NSreekanth Reddy <Sreekanth.Reddy@avagotech.com>
      Reviewed-by: NMartin K. Petersen <martin.petersen@oracle.com>
      Signed-off-by: NChristoph Hellwig <hch@lst.de>
      2d8ce8c9
  2. 04 12月, 2014 1 次提交
  3. 24 11月, 2014 3 次提交
  4. 12 11月, 2014 3 次提交
  5. 22 9月, 2014 1 次提交
  6. 17 9月, 2014 4 次提交
  7. 26 7月, 2014 3 次提交
  8. 29 5月, 2014 2 次提交
  9. 28 4月, 2014 1 次提交
  10. 03 9月, 2013 6 次提交
  11. 26 8月, 2013 1 次提交
  12. 25 6月, 2013 4 次提交
  13. 04 1月, 2013 1 次提交
    • G
      Drivers: scsi: remove __dev* attributes. · 6f039790
      Greg Kroah-Hartman 提交于
      CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
      markings need to be removed.
      
      This change removes the use of __devinit, __devexit_p, __devinitdata,
      __devinitconst, and __devexit from these drivers.
      
      Based on patches originally written by Bill Pemberton, but redone by me
      in order to handle some of the coding style issues better, by hand.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Cc: Adam Radford <linuxraid@lsi.com>
      Cc: "James E.J. Bottomley" <JBottomley@parallels.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      6f039790
  14. 24 9月, 2012 2 次提交
  15. 08 9月, 2012 1 次提交
  16. 24 8月, 2012 4 次提交
  17. 20 7月, 2012 1 次提交
  18. 10 5月, 2012 1 次提交