All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 00/14] Makefile: Update migration warnings
@ 2021-03-25  8:24 Simon Glass
  2021-03-25  8:24 ` [PATCH v4 01/14] Makefile: Move non-DM migration messages to the top Simon Glass
                   ` (14 more replies)
  0 siblings, 15 replies; 33+ messages in thread
From: Simon Glass @ 2021-03-25  8:24 UTC (permalink / raw)
  To: u-boot

The code that produces the migration warnings is quite tedious to
understanding and modify. This series updates it to use a common function
to handle the logic, so that the message definition is quite short and has
no duplication in it.

It is still necessary to write a message in migration.rst however.

This series came out of a patch intended to add an I2C warning.

It also renames CONFIG_DM_RESET; it does not need to be migrated since it
already uses driver model.

Changes in v4:
- Refactored the warning code to make it easier to get this right
- Add GPIO deprecation as well
- Add patches to rename DM_RESET to RESET

Changes in v3:
- s/'network'/I2C/ again

Changes in v2:
- s/'network'/I2C/

Simon Glass (14):
  Makefile: Move non-DM migration messages to the top
  Makefile: Add common code to report deprecation
  Makefile: Use common code for MMC deprecation warning
  Makefile: Use common code for USB deprecation warning
  Makefile: Use common code for MVSATA_IDE deprecation warning
  Makefile: Use common code for LIBATA deprecation warning
  Makefile: Use common code for PCI deprecation warning
  Makefile: Use common code for DM_VIDEO deprecation warning
  Makefile: Use common code for SPI_FLASH deprecation warning
  Makefile: Use common code for WDT deprecation warning
  Makefile: Use common code for DM_ETH deprecation warning
  Makefile: Drop the old SPI flash migration message
  dm: i2c: Add a migration method for I2C
  dm: gpio: Add a migration message for GPIO

 Makefile                       | 157 +++++++++++----------------------
 doc/driver-model/migration.rst |  16 ++++
 2 files changed, 67 insertions(+), 106 deletions(-)

-- 
2.31.0.291.g576ba9dcdaf-goog

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

end of thread, other threads:[~2021-03-31 22:19 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-25  8:24 [PATCH v4 00/14] Makefile: Update migration warnings Simon Glass
2021-03-25  8:24 ` [PATCH v4 01/14] Makefile: Move non-DM migration messages to the top Simon Glass
2021-03-27 17:12   ` Tom Rini
2021-03-25  8:24 ` [PATCH v4 02/14] Makefile: Add common code to report deprecation Simon Glass
2021-03-27 17:12   ` Tom Rini
2021-03-25  8:24 ` [PATCH v4 03/14] Makefile: Use common code for MMC deprecation warning Simon Glass
2021-03-27 17:12   ` Tom Rini
2021-03-25  8:24 ` [PATCH v4 04/14] Makefile: Use common code for USB " Simon Glass
2021-03-27 17:12   ` Tom Rini
2021-03-25  8:24 ` [PATCH v4 05/14] Makefile: Use common code for MVSATA_IDE " Simon Glass
2021-03-27 17:12   ` Tom Rini
2021-03-25  8:24 ` [PATCH v4 06/14] Makefile: Use common code for LIBATA " Simon Glass
2021-03-27 17:12   ` Tom Rini
2021-03-25  8:24 ` [PATCH v4 07/14] Makefile: Use common code for PCI " Simon Glass
2021-03-27 17:12   ` Tom Rini
2021-03-25  8:24 ` [PATCH v4 08/14] Makefile: Use common code for DM_VIDEO " Simon Glass
2021-03-27 17:12   ` Tom Rini
2021-03-25  8:24 ` [PATCH v4 09/14] Makefile: Use common code for SPI_FLASH " Simon Glass
2021-03-27 17:12   ` Tom Rini
2021-03-25  8:24 ` [PATCH v4 10/14] Makefile: Use common code for WDT " Simon Glass
2021-03-27 17:12   ` Tom Rini
2021-03-25  8:24 ` [PATCH v4 11/14] Makefile: Use common code for DM_ETH " Simon Glass
2021-03-27 17:12   ` Tom Rini
2021-03-25  8:24 ` [PATCH v4 12/14] Makefile: Drop the old SPI flash migration message Simon Glass
2021-03-27 17:12   ` Tom Rini
2021-03-25  8:24 ` [PATCH v4 13/14] dm: i2c: Add a migration method for I2C Simon Glass
2021-03-27 17:13   ` Tom Rini
2021-03-25  8:24 ` [PATCH v4 14/14] dm: gpio: Add a migration message for GPIO Simon Glass
2021-03-27 15:58   ` Tom Rini
2021-03-27 16:05     ` Tom Rini
2021-03-31  6:46 ` [PATCH v4 00/14] Makefile: Update migration warnings Bin Meng
2021-03-31 16:39   ` Tom Rini
2021-03-31 22:19     ` Simon Glass

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.