devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7 0/2] i2c: i2c-mlxbf.c: bug fixes and new feature support
@ 2022-09-27 20:39 Asmaa Mnebhi
  0 siblings, 0 replies; only message in thread
From: Asmaa Mnebhi @ 2022-09-27 20:39 UTC (permalink / raw)
  To: Wolfram Sang, robh, linux-i2c, linux-kernel, devicetree; +Cc: Asmaa Mnebhi

Support BlueField-3 SoC in the first patch of this series and remove
the device tree support in the second patch.

What has changed from v6->v7:
- the following patches were applied to for-next so they are removed
  from this series:
  1) Support lock mechanism to avoid race condition between entities
     using the i2c bus
  2) remove IRQF_ONESHOT flag as it is no longer needed.
  3) Support multi slave functionality
- Fixed the $subject tag to "i2c: mlxbf"
- added missing check for 'ret' after allocating resources
- removed the DT binding file from the MAINTAINERS file

Asmaa Mnebhi (2):
  i2c: mlxbf: support BlueField-3 SoC
  i2c: mlxbf: remove device tree support

 .../bindings/i2c/mellanox,i2c-mlxbf.yaml      |  77 ---
 MAINTAINERS                                   |   2 +-
 drivers/i2c/busses/i2c-mlxbf.c                | 494 ++++++++++--------
 3 files changed, 281 insertions(+), 292 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/i2c/mellanox,i2c-mlxbf.yaml

-- 
2.30.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-09-27 20:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-27 20:39 [PATCH v7 0/2] i2c: i2c-mlxbf.c: bug fixes and new feature support Asmaa Mnebhi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).