summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorMatti Vaittinen <matti.vaittinen@fi.rohmeurope.com>2019-12-11 11:46:11 +0200
committerMark Brown <broonie@kernel.org>2019-12-17 12:36:15 +0000
commit522498f8cb8c547f415a9a39fb54fd1f7e1a1eda (patch)
tree52c842f6295e3e954c3f750f21fb1cfeda3d4022 /tools/perf/scripts/python/bin
parent84a867c078136887dea64fa6e336333b657bc6a1 (diff)
downloadkernel-522498f8cb8c547f415a9a39fb54fd1f7e1a1eda.tar.gz
regulator: bd71828: Basic support for ROHM bd71828 PMIC regulators
ROHM BD71828 is a power management IC containing 7 bucks and 7 LDOs. Bucks 1,2,6 and 7 can be assigned to a regulator group controlled by run-levels. Eg. Voltages and enable/disable statuses for specific run-levels (run0 to run3) can be set via register interface and run level changes can then be done either via I2C or GPIO. This initial commit does not support assigning bucks to be controlled via run-levels but only allows them to be individually controlled. LDO5 voltage can also be controlled by GPIO2 pin and register interfaces but this driver only supports the control via register. Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> Link: https://lore.kernel.org/r/5b1c4a22c7945e97ff2a7924abfeb3239043f8eb.1576054779.git.matti.vaittinen@fi.rohmeurope.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
amp;id=b6dacf63e9fb2e7a1369843d6cef332f76fca6a3'>ACPI: Unconditionally set SCI_EN on resumeMatthew Garrett 2010-05-04x86, acpi/irq: Teach acpi_get_override_irq to take a gsi not an isa_irqEric W. Biederman 2010-05-04x86, acpi/irq: Introduce apci_isa_irq_to_gsiEric W. Biederman 2010-01-06x86, ACPI: delete acpi_boot_table_init() return valueLen Brown 2009-12-30ACPI: introduce kernel parameter acpi_sleep=sci_force_enableZhang Rui 2009-12-16Merge branch 'misc-2.6.33' into releaseLen Brown 2009-12-16ACPI: Add platform-wide _OSC support.Shaohua Li 2009-12-16ACPI: cleanup pci_root _OSC code.Shaohua Li 2009-12-16ACPI: Add a generic API for _OSC -v2Shaohua Li 2009-12-09ACPI: add const to acpi_check_resource_conflict()Jean Delvare 2009-09-19Merge branch 'misc-2.6.32' into releaseLen Brown 2009-09-19ACPI: remove unnecessary #ifdef CONFIG_DMILen Brown 2009-09-19ACPI: linux/acpi.h should not include linux/dmi.hLen Brown 2009-08-28ACPI: Handle CONFIG_ACPI=n better from linux/acpi.hFeng Tang 2009-06-24Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904'...Len Brown 2009-06-12ACPI: move declaration acpi_early_init() to acpi.hLen Brown 2009-06-12ACPI, PCI, x86: move MCFG parsing routine from ACPI to PCI fileLen Brown 2009-04-28irq: change ACPI GSI APIs to also take a device argumentYinghai Lu 2009-04-21ACPI: add /sys/firmware/acpi/interrupts/sci_not counterLen Brown 2009-04-05Merge branch 'linus' into releaseLen Brown 2009-04-03x86, ACPI: add support for x2apic ACPI extensionsSuresh Siddha