1. 23 10月, 2013 1 次提交
  2. 20 8月, 2013 5 次提交
  3. 12 6月, 2013 1 次提交
  4. 20 4月, 2013 1 次提交
  5. 06 4月, 2013 1 次提交
    • J
      MFD: rtsx_pcr: Fix probe fail path · 9d66b568
      Jiri Slaby 提交于
      When rtsx_pci_acquire_irq fails in rtsx_pci_probe, we forget to
      disable an MSI (if we enabled it). This results in this warning on the
      next attempt to load the module:
      WARNING: at drivers/pci/msi.c:834 pci_enable_msi_block+0x2a4/0x2b0()
      Hardware name: HP EliteBook 840 G1
      Modules linked in: rtsx_pci(+) ...
      Pid: 4056, comm: modprobe Tainted: G          I  3.8.0-9405-gd895cb1a-1-vanilla #1
      Call Trace:
       [<ffffffff81045c6a>] warn_slowpath_common+0x7a/0xc0
       [<ffffffff81045cc5>] warn_slowpath_null+0x15/0x20
       [<ffffffff81302544>] pci_enable_msi_block+0x2a4/0x2b0
       [<ffffffffa05e335a>] rtsx_pci_probe+0x55a/0x720 [rtsx_pci]
      ...
      
      So properly disable MSI in that case.
      Signed-off-by: NJiri Slaby <jslaby@suse.cz>
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      9d66b568
  6. 28 2月, 2013 1 次提交
  7. 14 2月, 2013 7 次提交
  8. 27 1月, 2013 3 次提交
  9. 04 1月, 2013 1 次提交
    • G
      Drivers: mfd: remove __dev* attributes. · 612b95cd
      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: Samuel Ortiz <sameo@linux.intel.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      612b95cd
  10. 16 11月, 2012 1 次提交
  11. 09 11月, 2012 1 次提交
    • S
      mfd: Explicitely include slab.h to rtsx · aec17ea1
      Samuel Ortiz 提交于
      This fixes the following build error on some architectures (parisc at least):
      
      drivers/mfd/rtsx_pcr.c: In function 'rtsx_pci_init_chip':
      drivers/mfd/rtsx_pcr.c:985:2: error: implicit declaration of function 'kcalloc'
      [-Werror=implicit-function-declaration]
      drivers/mfd/rtsx_pcr.c:985:13: warning: assignment makes pointer from integer
      without a cast [enabled by default]
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      aec17ea1
  12. 08 11月, 2012 1 次提交