Message ID | 8d333c2b-2aef-bd73-4489-f79fa6be84ed@denx.de |
---|---|
State | Changes Requested |
Delegated to: | Tom Rini |
Headers | show |
Series | Please pull u-boot-i2c | expand |
On Thu, Aug 08, 2024 at 10:42:47AM +0200, Heiko Schocher wrote: > Hello Tom, > > please pull from u-boot-i2c: > > The following changes since commit b7d5ce05b1b52136af09cf34541c6a91079a4b86: > > Merge branch 'master' of > https://source.denx.de/u-boot/custodians/u-boot-sunxi (2024-08-06 09:36:46 > -0600) > > are available in the Git repository at: > > https://source.denx.de/u-boot/custodians/u-boot-i2c.git tags/i2cfixes-for-v2024-10-rc3 > > for you to fetch changes up to 3d299c355912e05ba534574ac557ad0c9edd7d99: > > board: vining_2000: convert to DM_I2C (2024-08-08 05:45:11 +0200) > > ---------------------------------------------------------------- > i2c updates for v2024.10-rc3 > > - i2c: samsung: Support platforms other than EXYNOS4 and EXYNOS5 > from David > > - imx_lpi2c: cleanups and support read transfers longer than 256 bytes > from Fedor > > - pca954x: Remove pointer to GD > from Michal > > - DM_I2C conversion for some remaining boards > from Anatolij First, I would like this for -next, at this point. Second: > board: sniper: convert to DM_I2C As Paul noted, he has (and I've taken it for -next) done a series of patches to cleanup and improve the platform now, including the conversion.
Hello Tom, On 08.08.24 15:58, Tom Rini wrote: > On Thu, Aug 08, 2024 at 10:42:47AM +0200, Heiko Schocher wrote: > >> Hello Tom, >> >> please pull from u-boot-i2c: >> >> The following changes since commit b7d5ce05b1b52136af09cf34541c6a91079a4b86: >> >> Merge branch 'master' of >> https://source.denx.de/u-boot/custodians/u-boot-sunxi (2024-08-06 09:36:46 >> -0600) >> >> are available in the Git repository at: >> >> https://source.denx.de/u-boot/custodians/u-boot-i2c.git tags/i2cfixes-for-v2024-10-rc3 >> >> for you to fetch changes up to 3d299c355912e05ba534574ac557ad0c9edd7d99: >> >> board: vining_2000: convert to DM_I2C (2024-08-08 05:45:11 +0200) >> >> ---------------------------------------------------------------- >> i2c updates for v2024.10-rc3 >> >> - i2c: samsung: Support platforms other than EXYNOS4 and EXYNOS5 >> from David >> >> - imx_lpi2c: cleanups and support read transfers longer than 256 bytes >> from Fedor >> >> - pca954x: Remove pointer to GD >> from Michal >> >> - DM_I2C conversion for some remaining boards >> from Anatolij > > First, I would like this for -next, at this point. Second: > >> board: sniper: convert to DM_I2C > > As Paul noted, he has (and I've taken it for -next) done a series of > patches to cleanup and improve the platform now, including the > conversion. Seems I missed that ... sorry! So, should I drop this patch, and rebase to -next? bye, Heiko
On Thu, Aug 08, 2024 at 04:06:44PM +0200, Heiko Schocher wrote: > Hello Tom, > > On 08.08.24 15:58, Tom Rini wrote: > > On Thu, Aug 08, 2024 at 10:42:47AM +0200, Heiko Schocher wrote: > > > > > Hello Tom, > > > > > > please pull from u-boot-i2c: > > > > > > The following changes since commit b7d5ce05b1b52136af09cf34541c6a91079a4b86: > > > > > > Merge branch 'master' of > > > https://source.denx.de/u-boot/custodians/u-boot-sunxi (2024-08-06 09:36:46 > > > -0600) > > > > > > are available in the Git repository at: > > > > > > https://source.denx.de/u-boot/custodians/u-boot-i2c.git tags/i2cfixes-for-v2024-10-rc3 > > > > > > for you to fetch changes up to 3d299c355912e05ba534574ac557ad0c9edd7d99: > > > > > > board: vining_2000: convert to DM_I2C (2024-08-08 05:45:11 +0200) > > > > > > ---------------------------------------------------------------- > > > i2c updates for v2024.10-rc3 > > > > > > - i2c: samsung: Support platforms other than EXYNOS4 and EXYNOS5 > > > from David > > > > > > - imx_lpi2c: cleanups and support read transfers longer than 256 bytes > > > from Fedor > > > > > > - pca954x: Remove pointer to GD > > > from Michal > > > > > > - DM_I2C conversion for some remaining boards > > > from Anatolij > > > > First, I would like this for -next, at this point. Second: > > > > > board: sniper: convert to DM_I2C > > > > As Paul noted, he has (and I've taken it for -next) done a series of > > patches to cleanup and improve the platform now, including the > > conversion. > > Seems I missed that ... sorry! > > So, should I drop this patch, and rebase to -next? It looks like everything else was fixes? If there's fixes, make that for master, and then make the rest for -next, and I'll deal with merge issues if any after -rc3 and that gets merged to -next. Thanks.