1. 24 3月, 2021 1 次提交
  2. 24 2月, 2021 1 次提交
  3. 05 2月, 2021 1 次提交
  4. 04 2月, 2021 2 次提交
  5. 03 2月, 2021 4 次提交
  6. 26 1月, 2021 5 次提交
  7. 26 11月, 2020 1 次提交
  8. 09 11月, 2020 1 次提交
  9. 04 11月, 2020 3 次提交
  10. 28 10月, 2020 1 次提交
  11. 27 10月, 2020 4 次提交
  12. 24 9月, 2020 2 次提交
  13. 16 7月, 2020 1 次提交
  14. 10 7月, 2020 1 次提交
    • H
      platform/x86: Add new intel_atomisp2_led driver · 4b2d688f
      Hans de Goede 提交于
      Many Bay Trail and Cherry Trail devices come with a camera attached to
      Intel's Image Signal Processor. Linux currently does not have a driver for
      these, so they do not work as a camera.
      
      Some of these camera's have a status LED which is controlled through a GPIO
      in some cases, e.g. on the Asus T100TA and Asus T200TA, there is a firmware
      issue where the LED gets turned on at boot.
      
      This commit adds a Linux LED driver for the camera LED on these devices.
      This driver will turn the LED off at boot and also allows controlling the
      LED (so the user can repurpose it) through the sysfs LED interface.
      
      Which GPIO is attached to the LED is usually not described in the ACPI
      tables, so this driver contains per-system info about the GPIO inside the
      driver. This means that this driver only works on systems the driver knows
      about.
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      Signed-off-by: NAndy Shevchenko <andriy.shevchenko@linux.intel.com>
      4b2d688f
  15. 14 6月, 2020 1 次提交
    • M
      treewide: replace '---help---' in Kconfig files with 'help' · a7f7f624
      Masahiro Yamada 提交于
      Since commit 84af7a61 ("checkpatch: kconfig: prefer 'help' over
      '---help---'"), the number of '---help---' has been gradually
      decreasing, but there are still more than 2400 instances.
      
      This commit finishes the conversion. While I touched the lines,
      I also fixed the indentation.
      
      There are a variety of indentation styles found.
      
        a) 4 spaces + '---help---'
        b) 7 spaces + '---help---'
        c) 8 spaces + '---help---'
        d) 1 space + 1 tab + '---help---'
        e) 1 tab + '---help---'    (correct indentation)
        f) 1 tab + 1 space + '---help---'
        g) 1 tab + 2 spaces + '---help---'
      
      In order to convert all of them to 1 tab + 'help', I ran the
      following commend:
      
        $ find . -name 'Kconfig*' | xargs sed -i 's/^[[:space:]]*---help---/\thelp/'
      Signed-off-by: NMasahiro Yamada <masahiroy@kernel.org>
      a7f7f624
  16. 20 5月, 2020 1 次提交
  17. 06 5月, 2020 2 次提交
  18. 24 4月, 2020 4 次提交
  19. 29 3月, 2020 1 次提交
  20. 26 3月, 2020 1 次提交
  21. 20 3月, 2020 1 次提交
  22. 28 2月, 2020 1 次提交