linux/drivers/fsi
Uwe Kleine-König b587cb7264 fsi: i2cr: Switch to use struct i2c_driver's .probe()
struct i2c_driver::probe_new is about to go away. Switch the driver to
use the probe callback with the same prototype.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: Eddie James <eajames@linux.ibm.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20230816171944.123705-1-u.kleine-koenig@pengutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-08-22 15:51:33 +02:00
..
Kconfig fsi: Add I2C Responder SCOM driver 2023-08-11 13:32:14 +09:30
Makefile fsi: Add I2C Responder SCOM driver 2023-08-11 13:32:14 +09:30
cf-fsi-fw.h fsi: cf-fsi-fw: Use the correct style for SPDX License Identifier 2019-06-19 19:35:51 +02:00
fsi-core.c fsi: Lock mutex for master device registration 2023-08-11 13:32:14 +09:30
fsi-master-aspeed.c fsi: aspeed: Reset master errors after CFAM reset 2023-08-09 15:43:28 +09:30
fsi-master-ast-cf.c fsi: fix some spelling mistakes in comment 2023-08-11 13:32:15 +09:30
fsi-master-gpio.c fsi: Move fsi_slave structure definition to header 2023-08-09 15:41:59 +09:30
fsi-master-hub.c fsi: Move fsi_slave structure definition to header 2023-08-09 15:41:59 +09:30
fsi-master-i2cr.c fsi: i2cr: Switch to use struct i2c_driver's .probe() 2023-08-22 15:51:33 +02:00
fsi-master-i2cr.h fsi: Add IBM I2C Responder virtual FSI master 2023-08-11 13:32:14 +09:30
fsi-master.h fsi: Move fsi_slave structure definition to header 2023-08-09 15:41:59 +09:30
fsi-occ.c fsi: Explicitly include correct DT includes 2023-08-09 15:40:11 +09:30
fsi-sbefifo.c fsi: fix some spelling mistakes in comment 2023-08-11 13:32:15 +09:30
fsi-scom.c fsi: Use of_match_table for bus matching if specified 2023-08-09 15:43:27 +09:30
fsi-slave.h fsi: Move fsi_slave structure definition to header 2023-08-09 15:41:59 +09:30
i2cr-scom.c fsi: Add I2C Responder SCOM driver 2023-08-11 13:32:14 +09:30