mbox series

[i2c-next,0/3] i2c: mlxcpld: Extend driver functionality and update license

Message ID 20201210165113.6130-1-vadimp@nvidia.com
Headers show
Series i2c: mlxcpld: Extend driver functionality and update license | expand

Message

Vadim Pasternak Dec. 10, 2020, 4:51 p.m. UTC
The patch set adds new features for the Mellanox/Nvidia systems and
updates module license.

Patch #1 - changes license to SPDX-License.
Patch #2 - changes polling time.
Patch #3 - allows I2C bus frequency setting according to the platform
	   configuration.

Vadim Pasternak (3):
  i2c: mlxcpld: Update module license
  i2c: mlxcpld: Decrease polling time for performance improvement
  i2c: mlxcpld: Add support for I2C bus frequency setting

 drivers/i2c/busses/i2c-mlxcpld.c | 96 +++++++++++++++++++++++++++-------------
 1 file changed, 65 insertions(+), 31 deletions(-)

Comments

Wolfram Sang Jan. 5, 2021, 10:18 a.m. UTC | #1
On Thu, Dec 10, 2020 at 06:51:11PM +0200, Vadim Pasternak wrote:
> Update license to SPDX-License.

> 

> Signed-off-by: Vadim Pasternak <vadimp@nvidia.com>


Applied to for-next, thanks!
Wolfram Sang Jan. 5, 2021, 10:19 a.m. UTC | #2
> +	err = regmap_read(pdata->regmap, data->reg, &regval);


drivers/i2c/busses/i2c-mlxcpld.c:492:54: warning: incorrect type in argument 3 (different signedness)
drivers/i2c/busses/i2c-mlxcpld.c:492:54:    expected unsigned int *val
drivers/i2c/busses/i2c-mlxcpld.c:492:54:    got int *