diff options
| author | Mark Brown <broonie@kernel.org> | 2026-01-13 15:07:09 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-01-13 15:07:09 +0300 |
| commit | f1fcc2689fd8dcb6a23fdf7a4c4c9cfda10329ef (patch) | |
| tree | cfecd3d6629c1969ff5e054b221c9abbfa9b7563 /include/linux/hrtimer.h | |
| parent | 09dc08b396c954820f119e1ab0c7d72333c18323 (diff) | |
| parent | b0fc1e7701940d12ea2c41f386aa552bc4cc3629 (diff) | |
| download | linux-f1fcc2689fd8dcb6a23fdf7a4c4c9cfda10329ef.tar.xz | |
regulator: Add TPS65185
Merge series from Andreas Kemnade <andreas@kemnade.info>:
Add a driver for the TPS65185 regulator which provides the
comparatively high voltages needed for electronic paper displays.
Datasheet for the TPS65185 is at https://www.ti.com/lit/gpn/tps65185
To simplify things, include the hwmon part directly which is only
one temperature sensor and there are no other functions besides regulators
in this chip.
Diffstat (limited to 'include/linux/hrtimer.h')
| -rw-r--r-- | include/linux/hrtimer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h index 2cf1bf65b225..0de12f14d6a4 100644 --- a/include/linux/hrtimer.h +++ b/include/linux/hrtimer.h @@ -2,7 +2,7 @@ /* * hrtimers - High-resolution kernel timers * - * Copyright(C) 2005, Thomas Gleixner <tglx@linutronix.de> + * Copyright(C) 2005, Linutronix GmbH, Thomas Gleixner <tglx@kernel.org> * Copyright(C) 2005, Red Hat, Inc., Ingo Molnar * * data type definitions, declarations, prototypes |
