All of lore.kernel.org
 help / color / mirror / Atom feed
* Please pull u-boot-i2c
@ 2023-08-15  7:53 Heiko Schocher
  2023-08-15 16:59 ` Tom Rini
  0 siblings, 1 reply; 14+ messages in thread
From: Heiko Schocher @ 2023-08-15  7:53 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot@lists.denx.de, Sam Edwards

Hello Tom,

please pull from u-boot-i2c:

The following changes since commit 832148f675e427060be074c276956962fa9b5cb6:

  Merge tag 'u-boot-rockchip-20230814' of https://source.denx.de/u-boot/custodians/u-boot-rockchip
(2023-08-14 09:11:09 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-i2c.git tags/i2c-updates-for-v2023.10-rc3

for you to fetch changes up to 250454c59b1b056d47cbb0c6d8d09a68416c9776:

  i2c: mvtwsi: reset controller if stuck in "bus error" state (2023-08-15 06:52:04 +0200)

----------------------------------------------------------------
i2c updates for v2023.10-rc3

Bugfixes:
- mvtwsi driver fix stuck "bus error" state
  from Sam

----------------------------------------------------------------
Sam Edwards (1):
      i2c: mvtwsi: reset controller if stuck in "bus error" state

 drivers/i2c/mvtwsi.c | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)


azure build is fine:

https://source.denx.de/u-boot/custodians/u-boot-i2c.git

Thanks!

bye,
Heiko
-- 
DENX Software Engineering GmbH,      Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: hs@denx.de

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Please pull u-boot-i2c
  2023-08-15  7:53 Heiko Schocher
@ 2023-08-15 16:59 ` Tom Rini
  0 siblings, 0 replies; 14+ messages in thread
From: Tom Rini @ 2023-08-15 16:59 UTC (permalink / raw)
  To: Heiko Schocher; +Cc: u-boot@lists.denx.de, Sam Edwards

[-- Attachment #1: Type: text/plain, Size: 714 bytes --]

On Tue, Aug 15, 2023 at 09:53:55AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c:
> 
> The following changes since commit 832148f675e427060be074c276956962fa9b5cb6:
> 
>   Merge tag 'u-boot-rockchip-20230814' of https://source.denx.de/u-boot/custodians/u-boot-rockchip
> (2023-08-14 09:11:09 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-i2c.git tags/i2c-updates-for-v2023.10-rc3
> 
> for you to fetch changes up to 250454c59b1b056d47cbb0c6d8d09a68416c9776:
> 
>   i2c: mvtwsi: reset controller if stuck in "bus error" state (2023-08-15 06:52:04 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Please pull u-boot-i2c
@ 2023-11-02 14:10 Heiko Schocher
  2023-11-02 14:53 ` Tom Rini
  0 siblings, 1 reply; 14+ messages in thread
From: Heiko Schocher @ 2023-11-02 14:10 UTC (permalink / raw)
  To: Tom Rini
  Cc: u-boot@lists.denx.de, Jim Liu, Heinrich Schuchardt,
	Philip Richard Oberfichtner

Hello Tom,

please pull from u-boot-i2c:

The following changes since commit d9650a48234058c645d1a07951c3d2cf129427e6:

  Merge branch '2023-10-28-assorted-platform-updates' (2023-10-28 09:23:27 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-i2c.git tags/i2cfixes-for-v2024-01-rc2

for you to fetch changes up to 5b6ee512ceb8d990e010646c4fe7b8a3633fad68:

  bootcount: Add driver model I2C driver (2023-10-31 09:09:04 +0100)

----------------------------------------------------------------
i2c updates for v2024.01-rc2

- nuvoton: support standard/fast/fast plus mode
- bootcount: remove legacy i2c driver and implement
  DM based version

Bugfixes:
- designware_i2c: adjust timing calculation
  SPL probing failed on the StarFive VisionFive 2 board
  Heinrich fixed this, by syncing timing calculation with
  linux implementation.

----------------------------------------------------------------
Heinrich Schuchardt (1):
      i2c: designware_i2c: adjust timing calculation

Jim Liu (1):
      i2c: nuvoton: remove standard mode only

Philip Richard Oberfichtner (3):
      bootcount: Remove legacy I2C driver
      i2c: Implement i2c_get_chip_by_phandle()
      bootcount: Add driver model I2C driver

 drivers/bootcount/Kconfig            |  34 +++++++++++++---------------------
 drivers/bootcount/Makefile           |   2 +-
 drivers/bootcount/bootcount_dm_i2c.c | 102
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/bootcount/bootcount_i2c.c    |  43 -------------------------------------------
 drivers/i2c/designware_i2c.c         |  19 +++++++++++++++----
 drivers/i2c/i2c-uclass.c             |  75
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/i2c/npcm_i2c.c               |   5 -----
 include/i2c.h                        |  12 ++++++++++++
 8 files changed, 218 insertions(+), 74 deletions(-)
 create mode 100644 drivers/bootcount/bootcount_dm_i2c.c
 delete mode 100644 drivers/bootcount/bootcount_i2c.c

azure build is fine:

https://dev.azure.com/hs0298/hs/_build/results?buildId=109&view=results

Thanks!

bye,
Heiko

-- 
DENX Software Engineering GmbH,      Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: hs@denx.de

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Please pull u-boot-i2c
  2023-11-02 14:10 Heiko Schocher
@ 2023-11-02 14:53 ` Tom Rini
  0 siblings, 0 replies; 14+ messages in thread
From: Tom Rini @ 2023-11-02 14:53 UTC (permalink / raw)
  To: Heiko Schocher
  Cc: u-boot@lists.denx.de, Jim Liu, Heinrich Schuchardt,
	Philip Richard Oberfichtner

[-- Attachment #1: Type: text/plain, Size: 642 bytes --]

On Thu, Nov 02, 2023 at 03:10:44PM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c:
> 
> The following changes since commit d9650a48234058c645d1a07951c3d2cf129427e6:
> 
>   Merge branch '2023-10-28-assorted-platform-updates' (2023-10-28 09:23:27 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-i2c.git tags/i2cfixes-for-v2024-01-rc2
> 
> for you to fetch changes up to 5b6ee512ceb8d990e010646c4fe7b8a3633fad68:
> 
>   bootcount: Add driver model I2C driver (2023-10-31 09:09:04 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Please pull u-boot-i2c
@ 2024-08-08  8:42 Heiko Schocher
  2024-08-08 13:58 ` Tom Rini
  0 siblings, 1 reply; 14+ messages in thread
From: Heiko Schocher @ 2024-08-08  8:42 UTC (permalink / raw)
  To: Tom Rini
  Cc: u-boot@lists.denx.de, Anatolij Gustschin, David Virag, Fedor Ross,
	Michal Simek

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

- i2c: mux: Fix error path in i2c-arb-gpio
   from Michal

----------------------------------------------------------------
Anatolij Gustschin (11):
       board: shc: convert to DM_I2C
       board: chiliboard: convert to DM_I2C
       board: cm-t43: convert to DM_I2C
       board: igep003x: convert to DM_I2C
       board: sl50: convert to DM_I2C
       board: rut: convert to DM_I2C
       board: novena: convert to DM_I2C
       board: sniper: convert to DM_I2C
       board: vf610twr: convert to DM_I2C
       board: cm_fx6: convert to DM_I2C
       board: vining_2000: convert to DM_I2C

David Virag (2):
       i2c: samsung: Drop s3c24x0 specific code.
       i2c: samsung: Support platforms other than EXYNOS4 and EXYNOS5

Fedor Ross (3):
       i2c: imx_lpi2c: Fix a typo in bus_i2c_receive
       i2c: imx_lpi2c: Replace hard-coded bus speed value with bus->speed_hz
       i2c: imx_lpi2c: Support read transfers longer than 256 bytes

Michal Simek (2):
       i2c: pca954x: Remove pointer to GD
       i2c: mux: Fix error path in i2c-arb-gpio

  arch/arm/mach-omap2/omap3/Kconfig          |   1 +
  board/bosch/shc/board.c                    |  22 +++++++++++-----------
  board/compulab/cm_fx6/cm_fx6.c             |   3 ++-
  board/compulab/cm_t43/cm_t43.c             |   2 --
  board/compulab/common/Makefile             |   8 +++++++-
  board/compulab/common/eeprom.c             |  14 +++++---------
  board/compulab/common/eeprom.h             |   2 +-
  board/kosagi/novena/novena.c               |  10 +++++-----
  board/kosagi/novena/video.c                | 140 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------------------------------------
  board/softing/vining_2000/vining_2000.c    |  25 -------------------------
  configs/am335x_igep003x_defconfig          |   2 +-
  configs/am335x_shc_defconfig               |   4 +++-
  configs/am335x_shc_ict_defconfig           |   4 +++-
  configs/am335x_shc_netboot_defconfig       |   4 +++-
  configs/am335x_shc_sdboot_defconfig        |   4 +++-
  configs/am335x_sl50_defconfig              |   2 +-
  configs/chiliboard_defconfig               |   2 +-
  configs/cm_fx6_defconfig                   |   2 +-
  configs/cm_t43_defconfig                   |   3 ++-
  configs/novena_defconfig                   |   2 +-
  configs/rut_defconfig                      |   2 +-
  configs/sniper_defconfig                   |   6 ++++--
  configs/vf610twr_defconfig                 |   2 +-
  configs/vf610twr_nand_defconfig            |   2 +-
  configs/vining_2000_defconfig              |   2 +-
  drivers/i2c/Kconfig                        |   2 +-
  drivers/i2c/exynos_hs_i2c.c                |  25 +++++++++++++++++++++----
  drivers/i2c/imx_lpi2c.c                    |  87 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------
  drivers/i2c/muxes/i2c-arb-gpio-challenge.c |  11 ++++-------
  drivers/i2c/muxes/pca954x.c                |   3 ---
  drivers/i2c/s3c24x0_i2c.c                  |  32 ++++++++++++++++++++++++--------
  drivers/i2c/s3c24x0_i2c.h                  |   2 ++
  32 files changed, 242 insertions(+), 190 deletions(-)

after sorting out some small problems

azure build is now fine:
https://dev.azure.com/hs0298/hs/_build/results?buildId=116&view=results

Thanks!

bye,
Heiko
-- 
DENX Software Engineering GmbH,      Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: hs@denx.de

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Please pull u-boot-i2c
  2024-08-08  8:42 Heiko Schocher
@ 2024-08-08 13:58 ` Tom Rini
  2024-08-08 14:06   ` Heiko Schocher
  0 siblings, 1 reply; 14+ messages in thread
From: Tom Rini @ 2024-08-08 13:58 UTC (permalink / raw)
  To: Heiko Schocher
  Cc: u-boot@lists.denx.de, Anatolij Gustschin, David Virag, Fedor Ross,
	Michal Simek

[-- Attachment #1: Type: text/plain, Size: 1302 bytes --]

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.

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Please pull u-boot-i2c
  2024-08-08 13:58 ` Tom Rini
@ 2024-08-08 14:06   ` Heiko Schocher
  2024-08-08 14:52     ` Tom Rini
  0 siblings, 1 reply; 14+ messages in thread
From: Heiko Schocher @ 2024-08-08 14:06 UTC (permalink / raw)
  To: Tom Rini
  Cc: u-boot@lists.denx.de, Anatolij Gustschin, David Virag, Fedor Ross,
	Michal Simek

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
-- 
DENX Software Engineering GmbH,      Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: hs@denx.de

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Please pull u-boot-i2c
  2024-08-08 14:06   ` Heiko Schocher
@ 2024-08-08 14:52     ` Tom Rini
  0 siblings, 0 replies; 14+ messages in thread
From: Tom Rini @ 2024-08-08 14:52 UTC (permalink / raw)
  To: Heiko Schocher
  Cc: u-boot@lists.denx.de, Anatolij Gustschin, David Virag, Fedor Ross,
	Michal Simek

[-- Attachment #1: Type: text/plain, Size: 1904 bytes --]

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.

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Please pull u-boot-i2c
@ 2024-10-21  8:27 Heiko Schocher
  2024-10-21 16:39 ` Tom Rini
  0 siblings, 1 reply; 14+ messages in thread
From: Heiko Schocher @ 2024-10-21  8:27 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot@lists.denx.de, bigunclemax, Alex Shumsky

Hello Tom,

please pull:

The following changes since commit fa0ed06a749c8e3c65d8b12a7d2d33a055a08aad:

   Merge tag 'efi-2025-01-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi (2024-10-20 
08:27:15 -0600)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-i2c.git i2c-tag-v2025.01-rc1

for you to fetch changes up to f315a4813186ca098a6c698754a06b8297d400f6:

   i2c: i2c-gpio: add support for i2c-gpio,sda-output-only (2024-10-21 06:32:40 +0200)

----------------------------------------------------------------
i2c updates for v2025.01-rc1

- Add support for the following Maxim chips using the existing PCA954x
   driver from Maxim:
   - MAX7356
   - MAX7357
   - MAX7358
   - MAX7367
   - MAX7368
   - MAX7369

- introduce "i2c-gpio,sda-output-only" functionality
   from Alex

----------------------------------------------------------------
Alex Shumsky (1):
       i2c: i2c-gpio: add support for i2c-gpio,sda-output-only

Maksim Kiselev (1):
       i2c: muxes: pca954x: Add MAX735x/MAX736x support

  doc/device-tree-bindings/i2c/i2c-gpio.txt |  2 ++
  drivers/i2c/i2c-gpio.c                    | 10 ++++++++--
  drivers/i2c/muxes/Kconfig                 |  5 +++++
  drivers/i2c/muxes/pca954x.c               | 37 +++++++++++++++++++++++++++++++++++++
  4 files changed, 52 insertions(+), 2 deletions(-)


Azure build is fine:

https://dev.azure.com/hs0298/hs/_build/results?buildId=126&view=results

Thanks!

bye,
Heiko
-- 
DENX Software Engineering GmbH,      Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: hs@denx.de

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Please pull u-boot-i2c
  2024-10-21  8:27 Heiko Schocher
@ 2024-10-21 16:39 ` Tom Rini
  0 siblings, 0 replies; 14+ messages in thread
From: Tom Rini @ 2024-10-21 16:39 UTC (permalink / raw)
  To: Heiko Schocher; +Cc: u-boot@lists.denx.de, bigunclemax, Alex Shumsky

[-- Attachment #1: Type: text/plain, Size: 672 bytes --]

On Mon, Oct 21, 2024 at 10:27:06AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull:
> 
> The following changes since commit fa0ed06a749c8e3c65d8b12a7d2d33a055a08aad:
> 
>   Merge tag 'efi-2025-01-rc1-2' of
> https://source.denx.de/u-boot/custodians/u-boot-efi (2024-10-20 08:27:15
> -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-i2c.git i2c-tag-v2025.01-rc1
> 
> for you to fetch changes up to f315a4813186ca098a6c698754a06b8297d400f6:
> 
>   i2c: i2c-gpio: add support for i2c-gpio,sda-output-only (2024-10-21 06:32:40 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Please pull u-boot-i2c
@ 2026-01-07  7:15 Heiko Schocher
  2026-01-07 21:07 ` Tom Rini
  0 siblings, 1 reply; 14+ messages in thread
From: Heiko Schocher @ 2026-01-07  7:15 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot@lists.denx.de, Kaustabh Chakraborty

Hi Tom,

The following changes since commit c344087025a4c296468a1d5aeb61078a58baa59e:

   Merge branch 'next' (2026-01-05 15:12:02 -0600)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-i2c.git tags/i2c-updates-for-2026.04-rc1

for you to fetch changes up to 2622dd613b4e18ff5d26cc66819dbd4c4ba5f6be:

   i2c: samsung: add support for Exynos7 HS-I2C (2026-01-06 11:13:50 +0100)

----------------------------------------------------------------
Updates for 2026.04-rc1

- add support for Exynos7 HS-I2C
   from Kaustabh Chakraborty

----------------------------------------------------------------
Kaustabh Chakraborty (1):
       i2c: samsung: add support for Exynos7 HS-I2C

  drivers/i2c/exynos_hs_i2c.c | 109 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------
  drivers/i2c/s3c24x0_i2c.h   |   7 +++++++
  2 files changed, 96 insertions(+), 20 deletions(-)

Azure build looks good:

https://dev.azure.com/hs0298/hs/_build/results?buildId=198&view=results

Thanks!

bye,
Heiko
-- 
Nabla Software Engineering
HRB 40522 Augsburg
Phone: +49 821 45592596
E-Mail: office@nabladev.com
Geschäftsführer : Stefano Babic

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Please pull u-boot-i2c
  2026-01-07  7:15 Heiko Schocher
@ 2026-01-07 21:07 ` Tom Rini
  0 siblings, 0 replies; 14+ messages in thread
From: Tom Rini @ 2026-01-07 21:07 UTC (permalink / raw)
  To: Heiko Schocher; +Cc: u-boot@lists.denx.de, Kaustabh Chakraborty

[-- Attachment #1: Type: text/plain, Size: 579 bytes --]

On Wed, Jan 07, 2026 at 08:15:28AM +0100, Heiko Schocher wrote:

> Hi Tom,
> 
> The following changes since commit c344087025a4c296468a1d5aeb61078a58baa59e:
> 
>   Merge branch 'next' (2026-01-05 15:12:02 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-i2c.git tags/i2c-updates-for-2026.04-rc1
> 
> for you to fetch changes up to 2622dd613b4e18ff5d26cc66819dbd4c4ba5f6be:
> 
>   i2c: samsung: add support for Exynos7 HS-I2C (2026-01-06 11:13:50 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Please pull u-boot-i2c
@ 2026-05-14 13:36 Heiko Schocher
  2026-05-14 17:55 ` Tom Rini
  0 siblings, 1 reply; 14+ messages in thread
From: Heiko Schocher @ 2026-05-14 13:36 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot@lists.denx.de, Marek Vasut

Hello Tom,

The following changes since commit 36d4c653580824b16574560b21d4401614d8b68e:

   virtio: fix return value check (2026-05-12 12:38:49 -0600)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-i2c.git tags/i2c-updates-for-2026.07-rc3

for you to fetch changes up to 0c464b6cc3ead31a5b3bfe23d38871380f3fb6fa:

   i2c: Remove legacy CONFIG_SYS_I2C_SOFT (2026-05-14 11:17:20 +0200)

----------------------------------------------------------------
updates for 2026.07-rc3

- designware_i2c: Staticize driver ops from Marek
- i2c: Remove legacy CONFIG_SYS_I2C_SOFT
-

----------------------------------------------------------------
Marek Vasut (1):
       i2c: designware_i2c: Staticize driver ops

Tom Rini (1):
       i2c: Remove legacy CONFIG_SYS_I2C_SOFT

  README                           |  92 ---------------------------------
  board/nxp/m53017evb/README       |   4 --
  board/nxp/m5373evb/README        |   4 --
  drivers/i2c/Kconfig              |  20 --------
  drivers/i2c/Makefile             |   1 -
  drivers/i2c/designware_i2c_pci.c |   2 +-
  drivers/i2c/soft_i2c.c           | 418 
-----------------------------------------------------------------------------------------------------------------------------------------------------
  7 files changed, 1 insertion(+), 540 deletions(-)


Azure build looks good:

https://dev.azure.com/hs0298/hs/_build/results?buildId=207&view=results

Thanks!

bye,
Heiko
-- 
Nabla Software Engineering
HRB 40522 Augsburg
Phone: +49 821 45592596
E-Mail: office@nabladev.com
Geschäftsführer : Stefano Babic

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Please pull u-boot-i2c
  2026-05-14 13:36 Please pull u-boot-i2c Heiko Schocher
@ 2026-05-14 17:55 ` Tom Rini
  0 siblings, 0 replies; 14+ messages in thread
From: Tom Rini @ 2026-05-14 17:55 UTC (permalink / raw)
  To: Heiko Schocher; +Cc: u-boot, Marek Vasut

On Thu, 14 May 2026 15:36:51 +0200, Heiko Schocher wrote:

> The following changes since commit 36d4c653580824b16574560b21d4401614d8b68e:
> 
>    virtio: fix return value check (2026-05-12 12:38:49 -0600)
> 
> are available in the Git repository at:
> 
>    https://source.denx.de/u-boot/custodians/u-boot-i2c.git tags/i2c-updates-for-2026.07-rc3
> 
> [...]

Merged into u-boot/master, thanks!

-- 
Tom



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2026-05-14 17:56 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-14 13:36 Please pull u-boot-i2c Heiko Schocher
2026-05-14 17:55 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2026-01-07  7:15 Heiko Schocher
2026-01-07 21:07 ` Tom Rini
2024-10-21  8:27 Heiko Schocher
2024-10-21 16:39 ` Tom Rini
2024-08-08  8:42 Heiko Schocher
2024-08-08 13:58 ` Tom Rini
2024-08-08 14:06   ` Heiko Schocher
2024-08-08 14:52     ` Tom Rini
2023-11-02 14:10 Heiko Schocher
2023-11-02 14:53 ` Tom Rini
2023-08-15  7:53 Heiko Schocher
2023-08-15 16:59 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.