1. 15 2月, 2016 1 次提交
    • V
      usb: add HAS_IOMEM dependency to USB_NET2272 · 7562b75b
      Vegard Nossum 提交于
      drivers/usb/gadget/udc/net2272.c: In function ‘net2272_remove’:
      drivers/usb/gadget/udc/net2272.c:2232:2: error: implicit declaration of function ‘iounmap’ [-Werror=implicit-function-declaration]
        iounmap(dev->base_addr);
        ^
      drivers/usb/gadget/udc/net2272.c: In function ‘net2272_plat_probe’:
      drivers/usb/gadget/udc/net2272.c:2650:2: error: implicit declaration of function ‘ioremap_nocache’ [-Werror=implicit-function-declaration]
        dev->base_addr = ioremap_nocache(base, len);
        ^
      drivers/usb/gadget/udc/net2272.c:2650:17: warning: assignment makes pointer from integer without a cast [enabled by default]
        dev->base_addr = ioremap_nocache(base, len);
                       ^
      Signed-off-by: NVegard Nossum <vegard.nossum@oracle.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      7562b75b
  2. 04 2月, 2016 1 次提交
  3. 25 1月, 2016 1 次提交
  4. 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
  5. 08 1月, 2016 1 次提交
  6. 23 12月, 2015 4 次提交
  7. 21 12月, 2015 14 次提交
  8. 18 12月, 2015 2 次提交
  9. 17 12月, 2015 10 次提交
  10. 15 12月, 2015 5 次提交