All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] Add support for TI TPS65090
@ 2013-04-02  0:04 Simon Glass
  2013-04-02  0:04 ` [U-Boot] [PATCH 1/4] power: Add support for TPS65090 PMU chip Simon Glass
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Simon Glass @ 2013-04-02  0:04 UTC (permalink / raw)
  To: u-boot

This series adds support for the TPS65090 PMIC as used on the Samsung
ARM Chromebook. It is plumbed into smdk5250 for now, while we await
the exynos5-dt board being applied upstream.


Aaron Durbin (3):
  exynos5: Enable tps65090 on smdk5250
  power: Explicitly select pmic device's bus
  exynos5: support tps65090 pmic

Tom Wai-Hong Tam (1):
  power: Add support for TPS65090 PMU chip.

 board/samsung/smdk5250/smdk5250.c           |  33 +++-
 doc/device-tree-bindings/power/tps65090.txt |  21 ++
 drivers/power/pmic/Makefile                 |   1 +
 drivers/power/pmic/pmic_tps65090.c          | 296 ++++++++++++++++++++++++++++
 drivers/power/power_i2c.c                   |   4 +
 include/configs/exynos5250-dt.h             |   1 +
 include/fdtdec.h                            |   1 +
 include/power/tps65090_pmic.h               |  83 ++++++++
 lib/fdtdec.c                                |   1 +
 9 files changed, 433 insertions(+), 8 deletions(-)
 create mode 100644 doc/device-tree-bindings/power/tps65090.txt
 create mode 100644 drivers/power/pmic/pmic_tps65090.c
 create mode 100644 include/power/tps65090_pmic.h

-- 
1.8.1.3

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-01-02  6:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-02  0:04 [U-Boot] [PATCH 0/4] Add support for TI TPS65090 Simon Glass
2013-04-02  0:04 ` [U-Boot] [PATCH 1/4] power: Add support for TPS65090 PMU chip Simon Glass
2014-01-02  6:37   ` Minkyu Kang
2013-04-02  0:04 ` [U-Boot] [PATCH 2/4] exynos5: Enable tps65090 on smdk5250 Simon Glass
2013-04-02  0:04 ` [U-Boot] [PATCH 3/4] power: Explicitly select pmic device's bus Simon Glass
2013-04-02  5:18   ` Rajeshwari Birje
2013-05-11 18:55     ` Simon Glass
2013-04-02  0:04 ` [U-Boot] [PATCH 4/4] exynos5: support tps65090 pmic Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.