Message ID | cover.1604432921.git.kblaiech@nvidia.com |
---|---|
Headers | show |
Series | i2c: Incremental fixes for Mellanox BlueField I2C | expand |
On Tue, Nov 03, 2020 at 02:54:38PM -0500, Khalil Blaiech wrote: > The build fails with "implicit declaration of function > 'acpi_device_uid'" error. Thus, protect ACPI function calls > from being called when CONFIG_ACPI is disabled. > > Fixes: b5b5b32081cd206b ("i2c: mlxbf: I2C SMBus driver for Mellanox BlueField SoC") > Reported-by: kernel test robot <lkp@intel.com> > Reviewed-by: Leon Romanovsky <leonro@nvidia.com> > Reviewed-by: Vadim Pasternak <vadimp@nvidia.com> > Signed-off-by: Khalil Blaiech <kblaiech@nvidia.com> Applied to for-current, thanks!
On Tue, Nov 03, 2020 at 02:54:40PM -0500, Khalil Blaiech wrote: > Few wrapper functions are useless and can be inlined. So > delete mlxbf_i2c_read() and mlxbf_i2c_write() and replace > them with readl() and writel(), respectively. Also delete > mlxbf_i2c_read_data() and mlxbf_i2c_write() and replace > them with ioread32be() and iowrite32be(), respectively. > > Fixes: b5b5b32081cd206b ("i2c: mlxbf: I2C SMBus driver for Mellanox BlueField SoC") > Reviewed-by: Leon Romanovsky <leonro@nvidia.com> > Reviewed-by: Vadim Pasternak <vadimp@nvidia.com> > Signed-off-by: Khalil Blaiech <kblaiech@nvidia.com> Applied to for-current, thanks!
On Tue, Nov 03, 2020 at 02:54:42PM -0500, Khalil Blaiech wrote: > Correct the email addresses of the author and the maintainer > of the Mellanox BlueField I2C driver. > > Fixes: b5b5b32081cd206b ("i2c: mlxbf: I2C SMBus driver for Mellanox BlueField SoC") > Reviewed-by: Leon Romanovsky <leonro@nvidia.com> > Signed-off-by: Khalil Blaiech <kblaiech@nvidia.com> Applied to for-current, thanks!