From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 11/19] ti: common: board_detect: Allow DM I2C without CONFIG_DM_I2C_COMPAT
Date: Mon, 22 Oct 2018 12:43:40 -0400 [thread overview]
Message-ID: <20181022164340.GJ1032@bill-the-cat> (raw)
In-Reply-To: <1540217577-11651-12-git-send-email-jjhiblot@ti.com>
On Mon, Oct 22, 2018 at 04:12:49PM +0200, Jean-Jacques Hiblot wrote:
> From: Andreas Dannenberg <dannenberg@ti.com>
>
> The EEPROM reading in the board detection code is done through legacy
> I2C functions which on platforms using DM_I2C this functionality is
> provided via the CONFIG_DM_I2C_COMPAT layer. To allow newer platforms
> to use the board detection code without relying on CONFIG_DM_I2C_COMPAT
> go ahead and add an I2C handling implementation that directly uses the
> I2C DM functionality.
>
> Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
> Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20181022/0a00388e/attachment.sig>
next prev parent reply other threads:[~2018-10-22 16:43 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-22 14:12 [U-Boot] [PATCH v3 00/19] DM_I2C_COMPAT removal for all ti platforms Jean-Jacques Hiblot
2018-10-22 14:12 ` [U-Boot] [PATCH v3 01/19] cmd: Kconfig: Do not include EEPROM if DM_I2C is used without DM_I2C_COMPAT Jean-Jacques Hiblot
2018-10-22 16:43 ` Tom Rini
2018-10-25 3:30 ` Simon Glass
2018-10-22 14:12 ` [U-Boot] [PATCH v3 02/19] dm: i2c: Make i2c_get_chip_for_busnum() fail if the chip is not detected Jean-Jacques Hiblot
2018-11-03 6:07 ` Simon Glass
2018-11-05 9:38 ` Jean-Jacques Hiblot
2018-11-13 19:53 ` Simon Glass
2018-10-22 14:12 ` [U-Boot] [PATCH v3 03/19] dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROL Jean-Jacques Hiblot
2018-10-22 14:12 ` [U-Boot] [PATCH v3 04/19] configs: am335x: am57x: dra7x: Enable CONFIG_SPL_DM_SEQ_ALIAS Jean-Jacques Hiblot
2018-10-22 16:43 ` Tom Rini
2018-10-22 14:12 ` [U-Boot] [PATCH v3 05/19] i2c: omap24xx_i2c: Move away from SoC specific headers for reg offset Jean-Jacques Hiblot
2018-10-22 16:43 ` Tom Rini
2018-10-22 14:12 ` [U-Boot] [PATCH v3 06/19] i2c: omap24xx_i2c: Use platdata to probe the device Jean-Jacques Hiblot
2018-10-22 16:43 ` Tom Rini
2018-10-22 14:12 ` [U-Boot] [PATCH v3 07/19] am335x: Register the I2C controllers if DM_I2C is used Jean-Jacques Hiblot
2018-10-22 16:43 ` Tom Rini
2018-10-22 14:12 ` [U-Boot] [PATCH v3 08/19] dts: am43x: omap5: Add node for I2C in SPL Jean-Jacques Hiblot
2018-10-22 16:43 ` Tom Rini
2018-10-22 14:12 ` [U-Boot] [PATCH v3 09/19] omap: detect the board after DM is available Jean-Jacques Hiblot
2018-10-22 16:43 ` Tom Rini
2018-10-22 14:12 ` [U-Boot] [PATCH v3 10/19] power: make most tps drivers and the twl4030 driver compatible with DM_I2C Jean-Jacques Hiblot
2018-10-22 16:43 ` Tom Rini
2018-10-22 14:12 ` [U-Boot] [PATCH v3 11/19] ti: common: board_detect: Allow DM I2C without CONFIG_DM_I2C_COMPAT Jean-Jacques Hiblot
2018-10-22 16:43 ` Tom Rini [this message]
2018-10-22 14:12 ` [U-Boot] [PATCH v3 12/19] configs: am335x_pdu001: remove CONFIG_DM_I2C_COMPAT Jean-Jacques Hiblot
2018-10-22 16:43 ` Tom Rini
2018-10-22 14:12 ` [U-Boot] [PATCH v3 13/19] ti: remove usage of DM_I2C_COMPAT and don't disable DM_I2C in SPL Jean-Jacques Hiblot
2018-10-22 16:43 ` Tom Rini
2018-10-22 14:12 ` [U-Boot] [PATCH v3 14/19] am57xx: remove non-DM I2C code Jean-Jacques Hiblot
2018-10-22 16:43 ` Tom Rini
2018-10-22 14:12 ` [U-Boot] [PATCH v3 15/19] configs: dra7xx-evm: increase the size of the malloc's pool before relocation Jean-Jacques Hiblot
2018-10-22 16:43 ` Tom Rini
2018-10-22 14:12 ` [U-Boot] [PATCH v3 16/19] lib: fdtdec: Add function re-setup the fdt more effeciently Jean-Jacques Hiblot
2018-11-03 6:07 ` Simon Glass
2018-10-22 14:12 ` [U-Boot] [PATCH v3 17/19] drivers: core: Add the option SPL_DM_DEVICE_REMOVE to the Kconfig Jean-Jacques Hiblot
2018-10-22 16:44 ` Tom Rini
2018-10-25 3:30 ` Simon Glass
2018-10-22 14:12 ` [U-Boot] [PATCH v3 18/19] drivers: core: nullify gd->dm_root after dm_uninit() Jean-Jacques Hiblot
2018-10-22 14:12 ` [U-Boot] [PATCH v3 19/19] dra7: Allow selecting a new dtb after board detection Jean-Jacques Hiblot
2018-10-22 16:44 ` Tom Rini
2018-10-27 21:46 ` [U-Boot] [PATCH v3 00/19] DM_I2C_COMPAT removal for all ti platforms Adam Ford
2018-11-26 19:18 ` Adam Ford
2018-11-28 5:04 ` Heiko Schocher
2018-12-06 18:40 ` Adam Ford
2018-12-07 13:50 ` Jean-Jacques Hiblot
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=20181022164340.GJ1032@bill-the-cat \
--to=trini@konsulko.com \
--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