RE: [patch v3 1/1] i2c: add master driver for mellanox systems

2016-11-04 Thread Vadim Pasternak
...@resnulli.us; > Michael Shych > Subject: Re: [patch v3 1/1] i2c: add master driver for mellanox systems > > Hi Vadim, > > please find some more review comments below. > > On 03.11.2016 20:50, vad...@mellanox.com wrote: > > From: Vadim Pasternak > >

Re: [patch v3 1/1] i2c: add master driver for mellanox systems

2016-11-03 Thread Vladimir Zapolskiy
On 04.11.2016 00:34, Vladimir Zapolskiy wrote: >> + >> +static int mlxcpld_i2c_probe(struct platform_device *pdev) >> +{ >> +struct mlxcpld_i2c_priv *priv; >> +int err; >> + >> +priv = devm_kzalloc(&pdev->dev, sizeof(struct mlxcpld_i2c_priv), >> +GFP_KERNEL); >>

Re: [patch v3 1/1] i2c: add master driver for mellanox systems

2016-11-03 Thread Vladimir Zapolskiy
Hi Vadim, please find some more review comments below. On 03.11.2016 20:50, vad...@mellanox.com wrote: > From: Vadim Pasternak > > Device driver for Mellanox I2C controller logic, implemented in Lattice > CPLD device. > Device supports: > - Master mode > - One physical bus > - Polling mode >

[patch v3 1/1] i2c: add master driver for mellanox systems

2016-11-03 Thread vadimp
From: Vadim Pasternak Device driver for Mellanox I2C controller logic, implemented in Lattice CPLD device. Device supports: - Master mode - One physical bus - Polling mode The Kconfig currently controlling compilation of this code is: drivers/i2c/busses/Kconfig:config I2C_MLXCPLD Signed-off-