1. 13 9月, 2016 6 次提交
  2. 12 9月, 2016 2 次提交
    • P
      usb: Kconfig: let USB_ULPI_BUS depends on USB_COMMON · 6406c3d2
      Peter Chen 提交于
      Since ulpi bus driver is located at usb/common/ulpi.c, whether it
      is compiled or not depends on CONFIG_USB_COMMON which needs either
      USB Host or USB Gadget is enabled, so even CONFIG_USB_ULPI_BUS is
      chosen, its source may still not be compiled when both USB HOST
      and USB gadget are disabled.
      
      It fixed compile error with below configurations:
      - # CONFIG_USB is not set
      - # CONFIG_USB_GADGET is not set
      - CONFIG_PHY_TUSB1210=m
      - CONFIG_USB_ULPI_BUS=m
      
      >> All errors (new ones prefixed by >>):
      >>
      >> ERROR: "ulpi_unregister_driver" [drivers/phy/phy-tusb1210.ko] undefined!
      >> ERROR: "__ulpi_register_driver" [drivers/phy/phy-tusb1210.ko] undefined!
      >> ERROR: "ulpi_write" [drivers/phy/phy-tusb1210.ko] undefined!
      
      Fixes: ad764c49 ("usb: Kconfig: move ulpi bus support out of host")
      Reported-by: Nkbuild test robot <fengguang.wu@intel.com>
      Signed-off-by: NPeter Chen <peter.chen@nxp.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      6406c3d2
    • L
      nvme: make NVME_RDMA depend on BLOCK · bd0b841f
      Linus Torvalds 提交于
      Commit aa719874 ("nvme: fabrics drivers don't need the nvme-pci
      driver") removed the dependency on BLK_DEV_NVME, but the cdoe does
      depend on the block layer (which used to be an implicit dependency
      through BLK_DEV_NVME).
      
      Otherwise you get various errors from the kbuild test robot random
      config testing when that happens to hit a configuration with BLOCK
      device support disabled.
      
      Cc: Christoph Hellwig <hch@lst.de>
      Cc: Jay Freyensee <james_p_freyensee@linux.intel.com>
      Cc: Sagi Grimberg <sagi@grimberg.me>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      bd0b841f
  3. 10 9月, 2016 4 次提交
  4. 09 9月, 2016 7 次提交
  5. 08 9月, 2016 7 次提交
  6. 07 9月, 2016 2 次提交
  7. 06 9月, 2016 4 次提交
  8. 05 9月, 2016 4 次提交
  9. 04 9月, 2016 4 次提交