Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
  1. Jun 08, 2023
  2. Jan 14, 2023
  3. Jan 03, 2023
  4. Nov 04, 2022
  5. Nov 01, 2022
  6. Aug 19, 2022
    • Markus Schneider-Pargmann's avatar
      Input: Add tps65219 interrupt driven powerbutton · 6ffa48a4
      Markus Schneider-Pargmann authored
      
      TPS65219 has different interrupts compared to other TPS6521* chips.
      TPS65219 defines two interrupts for the powerbutton one for push and one
      for release.
      
      This driver is very simple in that it maps the push interrupt to a key
      input and the release interrupt to a key release.
      
      Signed-off-by: default avatarMarkus Schneider-Pargmann <msp@baylibre.com>
      Signed-off-by: default avatarJerome Neanne <jneanne@baylibre.com>
      6ffa48a4
    • Jerome Neanne's avatar
      regulator: drivers: Add TI TPS65219 PMIC regulators support · 0bcdc6b8
      Jerome Neanne authored
      
      The regulators set consists of 3 bucks DCDCs and 4 LDOs. The output
      voltages are configurable and are meant to supply power to the
      main processor and other components.
      
      Validation:
      Visual check: cat /sys/kernel/debug/regulator/regulator_summary
      Validation: userspace-consumer and virtual-regulator required
      to test further
      
      Enable/Disable:
      cat /sys/devices/platform/userspace-consumer-VDDSHV_SD_IO_PMIC/state
      echo disabled > /sys/devices/platform/
      userspace-consumer-VDDSHV_SD_IO_PMIC/state
      echo enabled > /sys/devices/platform/
      userspace-consumer-VDDSHV_SD_IO_PMIC/state
      
      Change voltage:
      cat /sys/devices/platform/regulator-virtual-ldo1/min_microvolts
      echo 1000000 > /sys/devices/platform/regulator-virtual-ldo1/
      min_microvolts
      echo 3000000 > /sys/devices/platform/regulator-virtual-ldo1/
      max_microvolts
      
      Signed-off-by: default avatarJerome Neanne <jneanne@baylibre.com>
      0bcdc6b8
    • Jerome Neanne's avatar
      mfd: drivers: Add TI TPS65219 PMIC support · ebedc69b
      Jerome Neanne authored
      
      The TPS65219 is a power management IC PMIC designed
      to supply a wide range of SoCs
      in both portable and stationary applications.
      Any SoC can control TPS65219 over a standard I2C interface.
      
      It contains the following components:
      - Regulators.
      - Over Temperature warning and Shut down.
      - GPIOs
      - Multi Function Pins (MFP)
      
      This patch adds support for tps65219 mfd device. At this time only
      the functionalities listed below are made available:
      
      - Regulators probe and functionalities
      - warm and cold reset support
      - SW shutdown support
      
      Signed-off-by: default avatarJerome Neanne <jneanne@baylibre.com>
      ebedc69b
    • Markus Schneider-Pargmann's avatar
      MAINTAINERS: OMAP2+ support, add tps65218-pwrbutton · 01ca6d69
      Markus Schneider-Pargmann authored
      
      The entry for the pwrbutton driver seems to be missing. Add it to the
      list for OMAP2+ SUPPORT.
      
      Signed-off-by: default avatarMarkus Schneider-Pargmann <msp@baylibre.com>
      Signed-off-by: default avatarJerome Neanne <jneanne@baylibre.com>
      01ca6d69
  7. Jul 02, 2022
  8. Jun 16, 2022
  9. May 30, 2022
  10. Jan 30, 2022
  11. Jan 29, 2022
  12. Dec 14, 2021
  13. Jun 25, 2021
  14. Jun 09, 2021
  15. May 19, 2021
  16. Apr 20, 2021
  17. Mar 25, 2021
  18. Feb 19, 2021
  19. Jan 20, 2021
  20. Dec 09, 2020
  21. Dec 08, 2020
  22. Dec 07, 2020