1. 10 12月, 2015 1 次提交
  2. 20 11月, 2015 1 次提交
  3. 21 10月, 2015 2 次提交
  4. 01 10月, 2015 1 次提交
    • J
      Bluetooth: hci_intel: Cleanup the device probe code · 23270e16
      Jarkko Nikula 提交于
      There is some unneeded code in "hci_intel" probing. First
      acpi_match_device() call is needless as driver/platform/acpi core code has
      already done the matching before calling the probe and the driver does not
      use the returned pointer to matching _HID other than checking is it NULL.
      
      Then tree wide grep for "hci_intel" doesn't reveal that there is any code
      registering this platform device so it looks this device is always backed
      with ACPI companion so also ACPI_HANDLE() test can be removed.
      Signed-off-by: NJarkko Nikula <jarkko.nikula@linux.intel.com>
      Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
      23270e16
  5. 17 9月, 2015 12 次提交
  6. 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
  7. 23 7月, 2015 4 次提交
  8. 08 4月, 2015 2 次提交
  9. 03 7月, 2009 1 次提交
  10. 14 7月, 2006 1 次提交
  11. 10 1月, 2006 1 次提交
  12. 05 9月, 2005 1 次提交
  13. 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