1. 29 8月, 2015 2 次提交
    • L
      Bluetooth: hci_intel: Add support for platform driver · 1ab1f239
      Loic Poulain 提交于
      A platform device can be used to provide some specific resources in
      order to manage the controller. In this first patch we retrieve the
      reset gpio which is used to power on/off the controller.
      
      The main issue is to match the current tty with the correct pdev.
      In case of ACPI, we can easily find the right tty/pdev pair because
      they are both child of the same UART port.
      
      If controller is powered-on from the driver, we need to wait for a
      HCI boot event before being able to send any command.
      Signed-off-by: NLoic Poulain <loic.poulain@intel.com>
      Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
      1ab1f239
    • L
      Bluetooth: hci_intel: Add Intel baudrate configuration support · ff289559
      Loic Poulain 提交于
      Implement the set_baudrate callback for hci_intel.
       - Controller requires a read Intel version command before updating
         its baudrate.
       - The operation consists in an async cmd since the controller does
         not respond at the same speed.
       - Wait 100ms to let the controller change its baudrate.
       - Clear RTS until we change our own UART speed
      
      Manage speed change in the setup function, we need to restore the oper
      speed once chip has booted on patched firmware.
      Signed-off-by: NLoic Poulain <loic.poulain@intel.com>
      Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
      ff289559
  2. 23 7月, 2015 4 次提交
  3. 08 4月, 2015 2 次提交
  4. 03 7月, 2009 1 次提交
  5. 14 7月, 2006 1 次提交
  6. 10 1月, 2006 1 次提交
  7. 05 9月, 2005 1 次提交
  8. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4