devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] i2c: added driver for Mellanox BlueField SoC
@ 2019-01-30 18:01 Khalil Blaiech
  2019-01-30 18:01 ` [PATCH v3 2/2] dt-bindings: i2c: I2C binding " Khalil Blaiech
  0 siblings, 1 reply; 3+ messages in thread
From: Khalil Blaiech @ 2019-01-30 18:01 UTC (permalink / raw)
  To: Rob Herring, Wolfram Sang, Wolfram Sang, Andy Gross, David Woods
  Cc: Khalil Blaiech, linux-i2c, devicetree, arm-soc

Added I2C SMBus driver and device tree bindings documentation.

Changes since v2:

1) Device bindings documentation:

   - Omit shared resources from the controller instance.
   - Update the 'compatible' property and support the second
     generation of the Mellanox BlueField SoC.
   - Fix file format; replace spaces with tabs.

2) Device driver source:

   - Provide common register definition.
   - Update the "compatible" string and add a new entry to
     the mlx_i2c_dt_ids array.
   - Add a new entry to the mlx_i2c_acpi_ids array tosupport
     a new device _HID.
   - Update the device probe routines to derive the device
     type based on the instance property described in either
     devicetree or ACPI.
   - Define new handlers to request and release the shared
     resources. These handlers relies on the device type.

Khalil Blaiech (2):
  i2c: i2c-mlx: I2C SMBus driver for Mellanox BlueField SoC
  dt-bindings: i2c: I2C binding for Mellanox BlueField SoC

 .../devicetree/bindings/i2c/mellanox,i2c-mlxbf.txt |   71 +
 drivers/i2c/busses/Kconfig                         |   13 +
 drivers/i2c/busses/Makefile                        |    1 +
 drivers/i2c/busses/i2c-mlx.c                       | 2512 ++++++++++++++++++++
 4 files changed, 2597 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/i2c/mellanox,i2c-mlxbf.txt
 create mode 100644 drivers/i2c/busses/i2c-mlx.c

-- 
2.1.2

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

end of thread, other threads:[~2019-02-13 22:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-30 18:01 [PATCH v3 0/2] i2c: added driver for Mellanox BlueField SoC Khalil Blaiech
2019-01-30 18:01 ` [PATCH v3 2/2] dt-bindings: i2c: I2C binding " Khalil Blaiech
2019-02-13 22:23   ` Rob Herring

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).