linux-stable/drivers/staging/olpc_dcon
Uwe Kleine-König 28f5930b66 staging: olpc_dcon: Switch i2c driver back to use .probe()
After commit b8a1a4cd5a ("i2c: Provide a temporary .probe_new()
call-back type"), all drivers being converted to .probe_new() and then
03c835f498 ("i2c: Switch .probe() to not take an id parameter") convert
back to (the new) .probe() to be able to eventually drop .probe_new() from
struct i2c_driver.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Link: https://lore.kernel.org/r/20230524151646.486847-5-u.kleine-koenig@pengutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-05-28 10:15:27 +01:00
..
Kconfig staging: olpc_dcon: mark driver as broken 2022-06-10 09:09:47 +02:00
Makefile staging: olpc_dcon: allow simultaneous XO-1 and XO-1.5 support 2019-09-30 21:57:58 +02:00
TODO staging: olpc_dcon: allow simultaneous XO-1 and XO-1.5 support 2019-09-30 21:57:58 +02:00
olpc_dcon.c staging: olpc_dcon: Switch i2c driver back to use .probe() 2023-05-28 10:15:27 +01:00
olpc_dcon.h staging: olpc_dcon: allow simultaneous XO-1 and XO-1.5 support 2019-09-30 21:57:58 +02:00
olpc_dcon_xo_1.c
olpc_dcon_xo_1_5.c