From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [PATCH v2 0/4] stm32mp: add support for STPMIC1
Date: Mon, 9 Sep 2019 11:15:38 +0200 [thread overview]
Message-ID: <20190909091542.15671-1-a.fatoum@pengutronix.de> (raw)
The STM32MP157C-DK2 has a PMIC on board. This series adds basic support
for it as well as a watchdog driver to validate it's working.
v1 -> v2:
- replaced debug() with dev_dbg()
- ceased modifying struct i2c_msg::buf and i2c_msg::len where noted
- ported over i2c_parse_fw_timings helper
All suggested by Sascha
Ahmad Fatoum (4):
i2c: port Linux i2c_parse_fw_timings
i2c: add stm32f7 I2C adapter driver
mfd: add support for STPMIC1
watchdog: add support for STPMIC1 integrated watchdog
drivers/i2c/busses/Kconfig | 5 +
drivers/i2c/busses/Makefile | 1 +
drivers/i2c/busses/i2c-stm32.c | 863 +++++++++++++++++++++++++++++++++
drivers/i2c/i2c.c | 55 +++
drivers/mfd/Kconfig | 6 +
drivers/mfd/Makefile | 1 +
drivers/mfd/stpmic1.c | 99 ++++
drivers/watchdog/Kconfig | 7 +
drivers/watchdog/Makefile | 1 +
drivers/watchdog/stpmic1_wdt.c | 223 +++++++++
include/i2c/i2c.h | 20 +
11 files changed, 1281 insertions(+)
create mode 100644 drivers/i2c/busses/i2c-stm32.c
create mode 100644 drivers/mfd/stpmic1.c
create mode 100644 drivers/watchdog/stpmic1_wdt.c
--
2.23.0
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2019-09-09 9:15 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-09 9:15 Ahmad Fatoum [this message]
2019-09-09 9:15 ` [PATCH v2 1/4] i2c: port Linux i2c_parse_fw_timings Ahmad Fatoum
2019-09-09 13:26 ` [PATCH] fixup! " Ahmad Fatoum
2019-09-09 9:15 ` [PATCH v2 2/4] i2c: add stm32f7 I2C adapter driver Ahmad Fatoum
2019-09-09 9:15 ` [PATCH v2 3/4] mfd: add support for STPMIC1 Ahmad Fatoum
2019-09-09 9:15 ` [PATCH v2 4/4] watchdog: add support for STPMIC1 integrated watchdog Ahmad Fatoum
2019-09-09 13:44 ` [PATCH v2 0/4] stm32mp: add support for STPMIC1 Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190909091542.15671-1-a.fatoum@pengutronix.de \
--to=a.fatoum@pengutronix.de \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox