1. 05 Oct, 2020 2 commits
    • Tingwei Zhang's avatar
      stm class: ftrace: Change dependency to TRACING · 7b9749bd
      Tingwei Zhang authored
      We will support copying event trace to STM. Change
      STM_SOURCE_FTRACE to depend on TRACING since we will
      support multiple tracers.
      Reviewed-by: default avatarSteven Rostedt (VMware) <rostedt@goodmis.org>
      Reviewed-by: default avatarAlexander Shishkin <alexander.shishkin@linux.intel.com>
      Signed-off-by: default avatarTingwei Zhang <tingwei@codeaurora.org>
      Signed-off-by: default avatarAlexander Shishkin <alexander.shishkin@linux.intel.com>
      Link: https://lore.kernel.org/r/20201005071319.78508-2-alexander.shishkin@linux.intel.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      7b9749bd
    • Greg Kroah-Hartman's avatar
      Merge tag 'extcon-next-for-5.10-v2' of... · d3a9ff51
      Greg Kroah-Hartman authored
      Merge tag 'extcon-next-for-5.10-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-next
      
      Chanwoo writes:
      
      Detailed description for this pull request:
      
      1. Update extcon driver with minor updates:
      - Covert the devicetree binding format from txt to yaml and edit
        the bidning document for extcon-ptn5150.c.
      
      - Clean-up the code of extcon-ptn5150.c without any behavior changes.
      
      - Replace HTTP links with HTTPS ones on extcon-palmas.c and extcon-usb-gpio.c.
      
      - Return the proper error code on extcon-max14577/max77693/max77843.c.
      
      - Simplify with dev_err_probe() on extcon-palmas.c.
      
      - Use module_platform_driver to simplify the code on extcon-axp288.c.
      
      2. Update MAINTAINERS
      - Add Krzysztof Kozlowski as maintainer of NXP PTN5150A CC/extcon driver
      to provide review, feedback and testing.
      
      * tag 'extcon-next-for-5.10-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon: (25 commits)
        extcon: axp288: Use module_platform_driver to simplify the code
        extcon: ptn5150: Do not print error during probe if nothing is attached
        extcon: ptn5150: Use defines for registers
        extcon: palmas: Simplify with dev_err_probe()
        extcon: max8997: Return error code of extcon_dev_allocate()
        extcon: max77843: Return error code of extcon_dev_allocate()
        extcon: max77693: Return error code of extcon_dev_allocate()
        extcon: max14577: Return error code of extcon_dev_allocate()
        extcon: ptn5150: Set the VBUS and POLARITY property capability
        extcon: ptn5150: Switch to GENMASK() and BIT() macros
        extcon: ptn5150: Deduplicate parts of dev_err_probe()
        extcon: Replace HTTP links with HTTPS ones
        MAINTAINERS: Add entry for NXP PTN5150A CC driver
        extcon: ptn5150: Convert to .probe_new
        extcon: ptn5150: Convert to module_i2c_driver
        extcon: ptn5150: Reduce the amount of logs on deferred probe
        extcon: ptn5150: Make 'vbus-gpios' optional
        extcon: ptn5150: Check current USB mode when probing
        extcon: ptn5150: Lower the noisiness of probe
        extcon: ptn5150: Simplify getting vbus-gpios with flags
        ...
      d3a9ff51
  2. 02 Oct, 2020 38 commits