1. 19 1月, 2015 2 次提交
  2. 06 10月, 2014 1 次提交
  3. 31 8月, 2014 1 次提交
    • F
      libahci_platform: Staticize ahci_platform_<en/dis>able_phys() · 6bb86fef
      Fabio Estevam 提交于
      ahci_platform_enable_phys() and ahci_platform_disable_phys() are currently
      exported, but they are not used anywhere else other than libahci_platform.c.
      
      So make them static and do not export them to fix the following sparse
      warnings:
      
      drivers/ata/libahci_platform.c:52:5: warning: symbol 'ahci_platform_enable_phys' was not declared. Should it be static?
      drivers/ata/libahci_platform.c:88:6: warning: symbol 'ahci_platform_disable_phys' was not declared. Should it be static?
      Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
      Signed-off-by: NTejun Heo <tj@kernel.org>
      6bb86fef
  4. 16 8月, 2014 1 次提交
  5. 01 8月, 2014 1 次提交
  6. 31 7月, 2014 2 次提交
  7. 18 6月, 2014 2 次提交
  8. 15 5月, 2014 1 次提交
  9. 26 3月, 2014 2 次提交
  10. 15 3月, 2014 1 次提交
  11. 23 2月, 2014 11 次提交
  12. 14 2月, 2014 1 次提交
  13. 23 11月, 2013 1 次提交
  14. 15 10月, 2013 1 次提交
    • R
      ahci: imx: setup power saving methods · 8b789d89
      Richard Zhu 提交于
      In order to save power consumption as much as possible.
      
      * Disable sata phy internal pll reference clock when sysetem enter
        into suspend mode, enable it after resume.
      
      * Setup module parameter used to enable imx ahci test power down
        mode(PDDQ) or not, when there is no device detected on the port
      
      * minor modifications:
        - The format of the copyright is changed, because that the original
          one can't pass fsl internal patch reivew without the character
          '(c)'.
        - Exports ahci_platform_ops and ahci_error_handler().
      
      NOTE:
      * The hot-plug can't be supported when PDDQ mode is ever enabled.
      
      * module parameter usage how-to:
        - default: enable PDDQ mode when no device detected.
        - add "ahci-imx.hotplug=1" into kernel command line if your don't
          want to enable PDDQ mode when no device detected on the port.
      
      tj: Slightly updated description and comments.
      Signed-off-by: NRichard Zhu <r65037@freescale.com>
      Signed-off-by: NTejun Heo <tj@kernel.org>
      8b789d89
  15. 08 10月, 2013 1 次提交
  16. 18 6月, 2013 1 次提交
  17. 04 1月, 2013 1 次提交
    • G
      Drivers: ata: remove __dev* attributes. · 0ec24914
      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,
      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: Jeff Garzik <jgarzik@pobox.com>
      Cc: Viresh Kumar <viresh.linux@gmail.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      0ec24914
  18. 14 12月, 2012 1 次提交
  19. 03 12月, 2012 4 次提交
  20. 16 11月, 2012 1 次提交
  21. 13 9月, 2012 2 次提交
  22. 26 7月, 2012 1 次提交