Hi, this patch series uses Dmitry's patch 57b8ff070f98 driver core: add devm_device_add_group() and friends each of the 12 patches replaces the sysfs_create_group() function with its managed version devm_device_add_group. Andi Andi Shyti (12): Input: ad7897 - use managed devm_device_add_group Input: ad7879 - use managed devm_device_add_group Input: ads7846 - use managed devm_device_add_group Input: atmel_mxt_ts - use managed devm_device_add_group Input: edt-ft5x06 - use managed devm_device_add_group Input: elants_i2c - use managed devm_device_add_group Input: ili210x - use managed devm_device_add_group Input: melfas_mip4 - use managed devm_device_add_group Input: raydium_i2c_ts - use managed devm_device_add_group Input: rohm_bu21023 - use managed devm_device_add_group Input: tsc200x-core - use managed devm_device_add_group Input: wdt87xx_i2c - use managed devm_device_add_group drivers/input/touchscreen/ad7877.c | 8 ++------ drivers/input/touchscreen/ad7879.c | 13 +------------ drivers/input/touchscreen/ads7846.c | 8 ++------ drivers/input/touchscreen/atmel_mxt_ts.c | 3 +-- drivers/input/touchscreen/edt-ft5x06.c | 9 ++------- drivers/input/touchscreen/elants_i2c.c | 19 +------------------ drivers/input/touchscreen/ili210x.c | 7 ++----- drivers/input/touchscreen/melfas_mip4.c | 17 +---------------- drivers/input/touchscreen/raydium_i2c_ts.c | 18 +----------------- drivers/input/touchscreen/rohm_bu21023.c | 17 +---------------- drivers/input/touchscreen/tsc200x-core.c | 8 ++------ drivers/input/touchscreen/wdt87xx_i2c.c | 4 +--- 12 files changed, 17 insertions(+), 114 deletions(-) -- 2.14.2 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html