linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH i2c-next v2 0/6] i2c: Incremental fixes for Mellanox BlueField I2C
@ 2020-11-03 19:54 Khalil Blaiech
  2020-11-03 19:54 ` [PATCH i2c-next v2 1/6] i2c: mlxbf: Add CONFIG_ACPI to guard ACPI function call Khalil Blaiech
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Khalil Blaiech @ 2020-11-03 19:54 UTC (permalink / raw)
  To: linux-i2c; +Cc: kblaiech, wsa+renesas

This set of fixes tends to complement the upstream effort of the
driver code and aims to address the following issues:
  - Convert the DT file to a YAML schema to be consistent with the
  latest kernel releases.
  - Fix build issues reproted by the kernel test robot.
  - Apply a couple of changes to the driver code to include bug fixes.
  - Keep the MAINTAINER info up-to-date.
---
v1->v2:
	- Address yamllint and dtschema/dt warning/errors.
	- Dual license the YAML schema by adding BSD-2-Clause.
---

Khalil Blaiech (6):
  i2c: mlxbf: Add CONFIG_ACPI to guard ACPI function call
  i2c: mlxbf: Fix resrticted cast warning of sparse
  i2c: mlxbf: Remove unecessary wrapper functions
  i2c: mlxbf: Update reference clock frequency
  i2c: mlxbf: Update author and maintainer email info
  dt-bindings: i2c: Convert DT file to YAML schema

 .../devicetree/bindings/i2c/mellanox,i2c-mlxbf.txt |  42 -----
 .../bindings/i2c/mellanox,i2c-mlxbf.yaml           |  80 ++++++++
 MAINTAINERS                                        |   3 +-
 drivers/i2c/busses/i2c-mlxbf.c                     | 204 +++++++++------------
 4 files changed, 168 insertions(+), 161 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/i2c/mellanox,i2c-mlxbf.txt
 create mode 100644 Documentation/devicetree/bindings/i2c/mellanox,i2c-mlxbf.yaml

-- 
2.1.2


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

end of thread, other threads:[~2020-11-06 14:56 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-03 19:54 [PATCH i2c-next v2 0/6] i2c: Incremental fixes for Mellanox BlueField I2C Khalil Blaiech
2020-11-03 19:54 ` [PATCH i2c-next v2 1/6] i2c: mlxbf: Add CONFIG_ACPI to guard ACPI function call Khalil Blaiech
2020-11-06 14:52   ` Wolfram Sang
2020-11-03 19:54 ` [PATCH i2c-next v2 2/6] i2c: mlxbf: Fix resrticted cast warning of sparse Khalil Blaiech
2020-11-06 14:53   ` Wolfram Sang
2020-11-03 19:54 ` [PATCH i2c-next v2 3/6] i2c: mlxbf: Remove unecessary wrapper functions Khalil Blaiech
2020-11-06 14:53   ` Wolfram Sang
2020-11-03 19:54 ` [PATCH i2c-next v2 4/6] i2c: mlxbf: Update reference clock frequency Khalil Blaiech
2020-11-06 14:53   ` Wolfram Sang
2020-11-03 19:54 ` [PATCH i2c-next v2 5/6] i2c: mlxbf: Update author and maintainer email info Khalil Blaiech
2020-11-06 14:53   ` Wolfram Sang
2020-11-03 19:56 ` [PATCH i2c-next v2 6/6] dt-bindings: i2c: Convert DT file to YAML schema Khalil Blaiech
2020-11-03 23:41   ` Khalil Blaiech
2020-11-04  2:59   ` Rob Herring
2020-11-04 13:44     ` Khalil Blaiech
2020-11-06 14:53       ` Wolfram Sang
2020-11-06 14:56         ` Khalil Blaiech
2020-11-04 19:04   ` 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).