From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull from u-boot-i2c
Date: Tue, 17 May 2016 14:30:28 +0200 [thread overview]
Message-ID: <573B0EE4.1050303@denx.de> (raw)
Hello Tom,
please pull from u-boot-i2c.git master
There is a compile fix from Mario, also DM support for fsl_i2c,
DM support for TI PCA954X muxes from Michal, a check for the enable
status register in the designware i2c driver from Stefan and a fix
for the mvtwsi driver, which now does not need writting a global
variable.
buildman says no errors introduced, so I think its ready for mainline ...
The following changes since commit aeaec0e682f45b9e0c62c522fafea353931f73ed:
Prepare v2016.05 (2016-05-16 10:40:32 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-i2c.git master
for you to fetch changes up to d6b7757e41d22e08f21f58d3fe9183a150582f61:
i2c: mvtwsi: Eliminate twsi_control_flags (2016-05-17 08:32:02 +0200)
----------------------------------------------------------------
Chris Packham (1):
i2c: mvtwsi: Eliminate twsi_control_flags
Michal Simek (4):
i2c: cdns: Read address from DT in ofdata_to_platdata
i2c: cdns: Moving speed setup from probe to set_bus_speed function
i2c: cdns: Support different bus speeds
i2c: muxes: Add support for TI PCA954X mux
Stefan Roese (4):
i2c: designware_i2c: Optionally check enable status register
i2c: Add entry for Designware I2C driver in Kconfig
i2c: config: Move SYS_I2C_DW to Kconfig
i2c: Select SYS_I2C_DW_ENABLE_STATUS_UNSUPPORTED for SPEAr
mario.six at gdsys.cc (9):
dm: fsl_i2c: Rename I2C register structure
dm: fsl_i2c: Use clearer parameter names
dm: fsl_i2c: Reword and clarify comment
dm: fsl_i2c: Remove unnecessary variable
dm: fsl_i2c: Rename probe method
dm: fsl_i2c: Rename methods for reading/writing data
dm: fsl_i2c: Prepare compatibility functions
dm: fsl_i2c: Factor out adap parameter
dm: fsl_i2c: Enable DM for FSL I2C
arch/m68k/include/asm/fsl_i2c.h | 2 +-
arch/powerpc/include/asm/fsl_i2c.h | 12 +++-
arch/powerpc/include/asm/immap_85xx.h | 4 +-
arch/powerpc/include/asm/immap_86xx.h | 4 +-
board/keymile/km83xx/km83xx_i2c.c | 28 +++++----
configs/axs101_defconfig | 1 +
configs/axs103_defconfig | 1 +
configs/socfpga_arria5_defconfig | 1 +
configs/socfpga_cyclone5_defconfig | 1 +
configs/socfpga_de0_nano_soc_defconfig | 1 +
configs/socfpga_mcvevk_defconfig | 1 +
configs/socfpga_sockit_defconfig | 1 +
configs/socfpga_socrates_defconfig | 1 +
configs/socfpga_sr1500_defconfig | 1 +
configs/spear300_defconfig | 1 +
configs/spear300_nand_defconfig | 1 +
configs/spear300_usbtty_defconfig | 1 +
configs/spear300_usbtty_nand_defconfig | 1 +
configs/spear310_defconfig | 1 +
configs/spear310_nand_defconfig | 1 +
configs/spear310_pnor_defconfig | 1 +
configs/spear310_usbtty_defconfig | 1 +
configs/spear310_usbtty_nand_defconfig | 1 +
configs/spear310_usbtty_pnor_defconfig | 1 +
configs/spear320_defconfig | 1 +
configs/spear320_nand_defconfig | 1 +
configs/spear320_pnor_defconfig | 1 +
configs/spear320_usbtty_defconfig | 1 +
configs/spear320_usbtty_nand_defconfig | 1 +
configs/spear320_usbtty_pnor_defconfig | 1 +
configs/spear600_defconfig | 1 +
configs/spear600_nand_defconfig | 1 +
configs/spear600_usbtty_defconfig | 1 +
configs/spear600_usbtty_nand_defconfig | 1 +
configs/x600_defconfig | 1 +
drivers/i2c/Kconfig | 25 ++++++++
drivers/i2c/designware_i2c.c | 9 +++
drivers/i2c/fsl_i2c.c | 379
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------
drivers/i2c/i2c-cdns.c | 132 ++++++++++++++++++++++++++--------------
drivers/i2c/muxes/Kconfig | 10 ++++
drivers/i2c/muxes/Makefile | 1 +
drivers/i2c/muxes/pca954x.c | 79 ++++++++++++++++++++++++
drivers/i2c/mvtwsi.c | 62 +++++++++----------
include/configs/axs101.h | 1 -
include/configs/socfpga_common.h | 1 -
include/configs/spear-common.h | 1 -
include/configs/x600.h | 1 -
47 files changed, 550 insertions(+), 231 deletions(-)
create mode 100644 drivers/i2c/muxes/pca954x.c
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-05-17 12:30 UTC|newest]
Thread overview: 114+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-17 12:30 Heiko Schocher [this message]
2016-05-19 12:07 ` [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-07-26 12:26 Heiko Schocher
2016-07-27 0:58 ` 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=573B0EE4.1050303@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