Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-02 | Input: hycon-hy46xx - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: hx83112b: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: hideep - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: goodix - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Reviewed-by: Hans de Goede <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: ektf2127 - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: egalax_ts - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: eeti_ts - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: edt-ft5x06 - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+3 | |
.probe_new() doesn't get the i2c_device_id * parameter, so determine that explicitly in the probe function. Signed-off-by: Uwe Kleine-König <[email protected]> Acked-by: Oliver Graute <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: cyttsp_i2c - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: cyttsp5: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: cyttsp4 - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: cy8ctmg110_ts - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: cy8ctma140 - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: chipone_icn8318 - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Reviewed-by: Hans de Goede <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: bu21029_ts - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: bu21013_ts - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: auo-pixcir-ts - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Reviewed-by: Heiko Stuebner <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: atmel_mxt_ts - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -2/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: ar1021_i2c - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: ad7879-i2c - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: rmi_smbus - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: rmi_i2c - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: synaptics_i2c - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: elan_i2c_core - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Reviewed-by: Hans de Goede <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: cyapa - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: pcf8574_keypad - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -2/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: mma8450 - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: kxtj9 - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: ibm-panel - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: drv2667 - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: drv2665 - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: drv260x - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: da7280 - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: cma3000_d0x_i2c - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: bma150 - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: atmel_captouch - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: apanel - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: adxl34x-i2c - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: ad714x-i2c - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: tm2-touchkey - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: tca8418_keypad - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: tca6416-keypad - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+3 | |
.probe_new() doesn't get the i2c_device_id * parameter, so determine that explicitly in the probe function. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: qt2160 - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: qt1070 - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: mpr121_touchkey - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: mcs_touchkey - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+3 | |
.probe_new() doesn't get the i2c_device_id * parameter, so determine that explicitly in the probe function. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: max7359_keypad - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: lm8333 - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: lm8323 - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> | |||||
2022-12-02 | Input: dlink-dir685-touchkeys - Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 | |
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> |