Re: [PATCH v2 1/3] input: sc27xx: Add support for sc2730 and sc2721

2020-12-11 Thread Dmitry Torokhov
Hi Chunyan, On Tue, Nov 17, 2020 at 11:49:47AM +0800, Chunyan Zhang wrote: > @@ -78,8 +112,15 @@ static void sc27xx_vibra_close(struct input_dev *input) > static int sc27xx_vibra_probe(struct platform_device *pdev) > { > struct vibra_info *info; > + const struct sc27xx_vibra_data

[PATCH v2 1/3] input: sc27xx: Add support for sc2730 and sc2721

2020-11-16 Thread Chunyan Zhang
From: Nemo Han Add new compatible strings and match data to support sc2730 and sc2721 which are two varieties of SC27XX family. Signed-off-by: Nemo Han Signed-off-by: Chunyan Zhang --- drivers/input/misc/sc27xx-vibra.c | 64 ++- 1 file changed, 54 insertions(+),