From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull from u-boot-i2c
Date: Tue, 26 Jul 2016 14:26:08 +0200 [thread overview]
Message-ID: <579756E0.1090504@denx.de> (raw)
Hello Tom,
Sorry for being a little late, but I was on vacation ...
In this pull request there is a fix for debug warnings in tools/env from Marcin.
A DM conversion and improvements series for the mvtwsi driver from Mario
and last but not least a DM series for the omap24xx driver from Mugunthan V N,
so I think this can go in though rc1 is out ...
The following changes since commit 4579720412744dd13266a3505bb38ce2da819b4f:
Prepare v2016.09-rc1 (2016-07-25 22:25:52 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-i2c.git master
for you to fetch changes up to 6e677caf8cf0cc1a2310f2e4e9f27b81c674bc95:
i2c: mvtwsi: Add documentation (2016-07-26 10:20:38 +0200)
----------------------------------------------------------------
Marcin Niestroj (1):
tools: env: Fix format warnings in debug
Mugunthan V N (14):
omap4: i2c: correct register offset for sync register
omap5/dra7: i2c: correct register offset for sync register
drivers: i2c: uclass: parse dt parameters only when CONFIG_OF_CONTROL is enable
ti_armv7_common: i2c: do not define DM_I2C for spl
drivers: i2c: omap24xx_i2c: prepare driver for DM conversion
drivers: i2c: omap24xx_i2c: adopt omap_i2c driver to driver model
defconfig: am335x_boneblack_vboot: enable i2c driver model
defconfig: am335x_evm: enable i2c driver model
defconfig: am43xx_evm: enable i2c driver model
defconfig: am43xx_hs_evm: enable i2c driver model
defconfig: dra7xx_evm: enable i2c driver model
defconfig: dra7xx_hs_evm: enable i2c driver model
defconfig: am57xx_evm: enable i2c driver model
defconfig: am57xx_hs_evm: enable i2c driver model
mario.six at gdsys.cc (13):
i2c: mvtwsi: Fix style violations
i2c: mvtwsi: Streamline code and add documentation
i2c: mvtwsi: Improve and fix comments
i2c: mvtwsi: Eliminate flags parameter
i2c: mvtwsi: Get rid of status parameter
i2c: mvtwsi: Use 'uint' instead of 'unsigned int'
i2c: mvtwsi: Add compatibility functions
i2c: mvtwsi: Factor out adap parameter
i2c: mvtwsi: Make address length variable
i2c: mvtwsi: Add compatibility to DM
i2c: mvtwsi: Handle zero-length offsets properly
i2c: mvtwsi: Make delay times frequency-dependent
i2c: mvtwsi: Add documentation
arch/arm/include/asm/arch-omap4/i2c.h | 6 +-
arch/arm/include/asm/arch-omap5/i2c.h | 6 +-
configs/am335x_boneblack_vboot_defconfig | 1 +
configs/am335x_evm_defconfig | 1 +
configs/am43xx_evm_defconfig | 1 +
configs/am43xx_hs_evm_defconfig | 1 +
configs/am57xx_evm_defconfig | 1 +
configs/am57xx_hs_evm_defconfig | 1 +
configs/dra7xx_evm_defconfig | 1 +
configs/dra7xx_hs_evm_defconfig | 1 +
drivers/i2c/Kconfig | 7 ++
drivers/i2c/i2c-uclass.c | 14 +++
drivers/i2c/mvtwsi.c | 777
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------
drivers/i2c/omap24xx_i2c.c | 407
+++++++++++++++++++++++++++++++++++++++--------------------
include/configs/ti_armv7_common.h | 16 +++
tools/env/fw_env.c | 17 +--
16 files changed, 898 insertions(+), 360 deletions(-)
buildman showed no new errors.
bye,
Heiko
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
next reply other threads:[~2016-07-26 12:26 UTC|newest]
Thread overview: 114+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-26 12:26 Heiko Schocher [this message]
2016-07-27 0:58 ` [U-Boot] Please pull from u-boot-i2c Tom Rini
-- strict thread matches above, loose matches on Subject: below --
2021-02-21 7:04 Heiko Schocher
2021-02-21 19:46 ` Tom Rini
2021-02-21 19:46 ` Tom Rini
2020-11-28 15:20 Heiko Schocher
2020-11-29 16:11 ` Tom Rini
2020-08-25 11:30 Heiko Schocher
2020-08-25 14:24 ` Tom Rini
2020-07-09 8:41 Heiko Schocher
2020-07-09 13:54 ` Tom Rini
2020-05-30 3:51 Heiko Schocher
2020-05-30 15:37 ` Tom Rini
2020-04-21 5:53 Heiko Schocher
2020-04-21 14:41 ` Tom Rini
2020-02-18 11:51 Heiko Schocher
2020-02-20 1:23 ` Tom Rini
2020-01-29 6:01 Heiko Schocher
2020-01-29 17:48 ` Tom Rini
2019-12-11 10:44 Heiko Schocher
2019-12-11 23:01 ` Tom Rini
2019-09-02 9:41 Heiko Schocher
2019-09-04 0:59 ` Tom Rini
2019-08-27 9:48 Heiko Schocher
2019-08-27 17:19 ` Tom Rini
2019-07-10 5:25 Heiko Schocher
2019-07-10 20:18 ` Tom Rini
2019-05-20 9:55 Heiko Schocher
2019-05-20 17:53 ` Tom Rini
2019-04-10 10:10 Heiko Schocher
2019-04-11 16:00 ` Tom Rini
2019-04-11 18:33 ` Heiko Schocher
2019-04-13 3:41 ` Tom Rini
2019-03-21 13:08 Heiko Schocher
2019-03-22 11:24 ` Tom Rini
2019-03-08 9:15 Heiko Schocher
2019-03-09 3:53 ` Tom Rini
2019-02-11 15:55 Heiko Schocher
2019-02-11 22:41 ` Tom Rini
2019-01-15 13:01 Heiko Schocher
2019-01-16 17:11 ` Tom Rini
2019-01-08 11:33 Heiko Schocher
2019-01-08 14:33 ` Tom Rini
2019-01-09 10:49 ` Heiko Schocher
2018-12-13 14:31 Heiko Schocher
2018-12-13 16:11 ` Tom Rini
2018-12-14 16:40 ` Stephen Warren
2018-12-17 12:53 ` Heiko Schocher
2018-12-10 10:56 Heiko Schocher
2018-12-10 15:18 ` Tom Rini
2018-10-16 5:24 Heiko Schocher
2018-10-16 11:25 ` Tom Rini
2018-10-03 11:09 Heiko Schocher
2018-10-03 15:58 ` Tom Rini
2018-09-14 9:50 Heiko Schocher
2018-09-14 17:53 ` Tom Rini
2018-07-12 14:11 Heiko Schocher
2018-07-12 21:48 ` Tom Rini
2018-06-08 13:59 Heiko Schocher
2018-06-09 4:39 ` Tom Rini
2018-03-23 19:01 Heiko Schocher
2018-03-26 19:09 ` Tom Rini
2018-02-06 12:45 Heiko Schocher
2018-02-07 2:55 ` Tom Rini
2018-01-16 9:52 Heiko Schocher
2018-01-17 1:26 ` Tom Rini
2017-12-07 12:23 Heiko Schocher
2017-12-07 20:05 ` Tom Rini
2017-10-17 14:29 Heiko Schocher
2017-10-18 19:47 ` Tom Rini
2017-10-11 9:02 Heiko Schocher
2017-10-12 22:29 ` Tom Rini
2017-09-15 5:44 Heiko Schocher
2017-09-16 2:31 ` Tom Rini
2017-08-23 8:38 Heiko Schocher
2017-08-26 20:45 ` Tom Rini
2017-08-10 10:09 Heiko Schocher
2017-08-10 20:17 ` Tom Rini
2017-06-26 8:34 Heiko Schocher
2017-06-27 17:32 ` Tom Rini
2017-05-15 9:45 Heiko Schocher
2017-05-15 23:18 ` Tom Rini
2017-05-09 13:05 Heiko Schocher
2017-05-09 23:49 ` Tom Rini
2017-03-28 7:31 Heiko Schocher
2017-04-04 19:59 ` Tom Rini
2017-01-18 8:29 Heiko Schocher
2017-01-18 23:14 ` Tom Rini
2016-12-20 5:47 Heiko Schocher
2016-12-21 2:22 ` Tom Rini
2016-12-05 15:15 Heiko Schocher
2016-12-06 0:37 ` Tom Rini
2016-10-24 16:19 Heiko Schocher
2016-10-27 22:49 ` Tom Rini
2016-09-26 11:17 Heiko Schocher
2016-09-26 15:47 ` Tom Rini
2016-09-13 6:36 Heiko Schocher
2016-09-18 15:58 ` Tom Rini
2016-08-26 6:52 Heiko Schocher
2016-08-26 14:53 ` Tom Rini
2016-05-17 12:30 Heiko Schocher
2016-05-19 12:07 ` Tom Rini
2016-04-25 8:30 Heiko Schocher
2016-04-26 0:15 ` Tom Rini
2016-03-28 9:30 Heiko Schocher
2016-03-29 22:06 ` Tom Rini
2016-01-21 6:39 Heiko Schocher
2016-01-21 16:50 ` Tom Rini
2015-12-11 5:33 Heiko Schocher
2015-12-11 12:29 ` Tom Rini
2015-11-27 4:56 Heiko Schocher
2015-11-27 13:43 ` Tom Rini
2015-10-28 8:57 Heiko Schocher
2015-10-28 20:55 ` Tom Rini
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=579756E0.1090504@denx.de \
--to=hs@denx.de \
--cc=u-boot@lists.denx.de \
/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