1. 23 2月, 2016 2 次提交
  2. 17 2月, 2016 1 次提交
  3. 23 1月, 2016 1 次提交
    • A
      wrappers for ->i_mutex access · 5955102c
      Al Viro 提交于
      parallel to mutex_{lock,unlock,trylock,is_locked,lock_nested},
      inode_foo(inode) being mutex_foo(&inode->i_mutex).
      
      Please, use those for access to ->i_mutex; over the coming cycle
      ->i_mutex will become rwsem, with ->lookup() done with it held
      only shared.
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      5955102c
  4. 23 12月, 2015 3 次提交
  5. 17 12月, 2015 4 次提交
  6. 15 12月, 2015 1 次提交
  7. 02 12月, 2015 1 次提交
  8. 20 11月, 2015 1 次提交
    • F
      usb: gadget: pxa27x: fix suspend callback · 391e6dcb
      Felipe Balbi 提交于
      pxa27x disconnects pullups on suspend but doesn't
      notify the gadget driver about it, so gadget driver
      can't disable the endpoints it was using.
      
      This causes problems on resume because gadget core
      will think endpoints are still enabled and just
      ignore the following usb_ep_enable().
      
      Fix this problem by calling
      gadget_driver->disconnect().
      
      Cc: <stable@vger.kernel.org> # v3.10+
      Tested-by: NRobert Jarzmik <robert.jarzmik@free.fr>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      391e6dcb
  9. 18 11月, 2015 1 次提交
    • D
      usb: gadget: atmel_usba_udc: Expose correct device speed · d134c48d
      Douglas Gilbert 提交于
      Following changes that appeared in lk 4.0.0, the gadget udc driver for
      some ARM based Atmel SoCs (e.g. at91sam9x5 and sama5d3 families)
      incorrectly deduced full-speed USB link speed even when the hardware
      had negotiated a high-speed link. The fix is to make sure that the
      UDPHS Interrupt Enable Register value does not mask the SPEED bit
      in the Interrupt Status Register.
      
      For a mass storage gadget this problem lead to failures when the host
      had a USB 3 port with the xhci_hcd driver. If the host was a USB 2
      port using the ehci_hcd driver then the mass storage gadget worked
      (but probably at a lower speed than it should have).
      Signed-off-by: NDouglas Gilbert <dgilbert@interlog.com>
      Reviewed-by: NBoris Brezillon <boris.brezillon@free-electrons.com>
      Cc: <stable@vger.kernel.org> #4.0+
      Fixes: 9870d895 ("usb: atmel_usba_udc: Mask status with enabled irqs")
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      d134c48d
  10. 19 10月, 2015 2 次提交
  11. 02 10月, 2015 13 次提交
  12. 01 10月, 2015 1 次提交
  13. 29 9月, 2015 1 次提交
  14. 27 9月, 2015 2 次提交
  15. 22 9月, 2015 6 次提交