linux-stable/drivers/nfc/nfcmrvl
Uwe Kleine-König efc3001f8b nfc: Switch i2c drivers 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>
Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2023-05-22 11:41:57 +01:00
..
Kconfig nfc: Fix Kconfig indentation 2019-11-20 12:30:40 -08:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
fw_dnld.c nfc: mrvl: drop unneeded memory allocation fail messages 2021-09-13 14:38:32 +01:00
fw_dnld.h nfc: mrvl: use SPDX-License-Identifier 2021-05-31 21:31:09 -07:00
i2c.c nfc: Switch i2c drivers back to use .probe() 2023-05-22 11:41:57 +01:00
main.c nfc: mrvl: Use of_property_read_bool() for boolean properties 2023-03-16 17:43:14 +00:00
nfcmrvl.h nfc: mrvl: Use of_property_read_bool() for boolean properties 2023-03-16 17:43:14 +00:00
spi.c nfc: nfcmrvl: Fix irq_of_parse_and_map() return value 2022-06-28 21:27:53 -07:00
uart.c nfc: mrvl: Use of_property_read_bool() for boolean properties 2023-03-16 17:43:14 +00:00
usb.c nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferred 2022-06-08 10:18:10 -07:00