1. 24 9月, 2018 12 次提交
  2. 19 9月, 2018 1 次提交
  3. 18 9月, 2018 3 次提交
  4. 11 9月, 2018 4 次提交
  5. 25 8月, 2018 1 次提交
  6. 21 8月, 2018 1 次提交
    • J
      cmd: Add bind/unbind commands to bind a device to a driver from the command line · 49c752c9
      Jean-Jacques Hiblot 提交于
      In some cases it can be useful to be able to bind a device to a driver from
      the command line.
      The obvious example is for versatile devices such as USB gadget.
      Another use case is when the devices are not yet ready at startup and
      require some setup before the drivers are bound (ex: FPGA which bitsream is
      fetched from a mass storage or ethernet)
      
      usage example:
      
      bind usb_dev_generic 0 usb_ether
      unbind usb_dev_generic 0 usb_ether
      or
      unbind eth 1
      
      bind /ocp/omap_dwc3@48380000/usb@48390000 usb_ether
      unbind /ocp/omap_dwc3@48380000/usb@48390000
      Signed-off-by: NJean-Jacques Hiblot <jjhiblot@ti.com>
      49c752c9
  7. 11 8月, 2018 2 次提交
  8. 10 8月, 2018 1 次提交
  9. 08 8月, 2018 7 次提交
  10. 06 8月, 2018 1 次提交
  11. 04 8月, 2018 1 次提交
  12. 31 7月, 2018 1 次提交
    • T
      fs-test.sh: Update expected result output · f437fea0
      Tom Rini 提交于
      Given 0dc1bfb7 ("fs: fat: cannot write to subdirectories") we have
      changed how the FAT code works from creating the illegal file "./file"
      and instead rejecting the path.  The correct behavior would be to write
      "file" to "." but not writing an illegal file is a step in the right
      direction.  For now, update the expected output to account for the
      failure.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      f437fea0
  13. 28 7月, 2018 1 次提交
  14. 21 7月, 2018 3 次提交
  15. 20 7月, 2018 1 次提交