Loading Documentation/devicetree/bindings/input/pwm-vibrator.txt +2 −2 Original line number Diff line number Diff line Loading @@ -58,8 +58,8 @@ Example from Motorola Droid 4: vibrator { compatible = "pwm-vibrator"; pwms = <&pwm8 0 1000000000 0>, <&pwm9 0 1000000000 0>; pwms = <&pwm9 0 1000000000 0>, <&pwm8 0 1000000000 0>; pwm-names = "enable", "direction"; direction-duty-cycle-ns = <1000000000>; }; Loading Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt +4 −2 Original line number Diff line number Diff line General Touchscreen Properties: Optional properties for Touchscreens: - touchscreen-min-x : minimum x coordinate reported (0 if not set) - touchscreen-min-y : minimum y coordinate reported (0 if not set) - touchscreen-size-x : horizontal resolution of touchscreen (in pixels) (maximum x coordinate reported + 1) - touchscreen-size-y : vertical resolution of touchscreen (in pixels) (maximum y coordinate reported + 1) - touchscreen-max-pressure : maximum reported pressure (arbitrary range dependent on the controller) - touchscreen-fuzz-x : horizontal noise value of the absolute input Loading MAINTAINERS +1 −1 Original line number Diff line number Diff line Loading @@ -3953,7 +3953,7 @@ D-LINK DIR-685 TOUCHKEYS DRIVER M: Linus Walleij <linus.walleij@linaro.org> L: linux-input@vger.kernel.org S: Supported F: drivers/input/dlink-dir685-touchkeys.c F: drivers/input/keyboard/dlink-dir685-touchkeys.c DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK M: Joshua Kinard <kumba@gentoo.org> Loading drivers/input/keyboard/sun4i-lradc-keys.c +3 −3 Original line number Diff line number Diff line Loading @@ -185,19 +185,19 @@ static int sun4i_lradc_load_dt_keymap(struct device *dev, error = of_property_read_u32(pp, "channel", &channel); if (error || channel != 0) { dev_err(dev, "%s: Inval channel prop\n", pp->name); dev_err(dev, "%pOFn: Inval channel prop\n", pp); return -EINVAL; } error = of_property_read_u32(pp, "voltage", &map->voltage); if (error) { dev_err(dev, "%s: Inval voltage prop\n", pp->name); dev_err(dev, "%pOFn: Inval voltage prop\n", pp); return -EINVAL; } error = of_property_read_u32(pp, "linux,code", &map->keycode); if (error) { dev_err(dev, "%s: Inval linux,code prop\n", pp->name); dev_err(dev, "%pOFn: Inval linux,code prop\n", pp); return -EINVAL; } Loading drivers/input/misc/xen-kbdfront.c +1 −1 Original line number Diff line number Diff line Loading @@ -524,7 +524,7 @@ static void xenkbd_backend_changed(struct xenbus_device *dev, case XenbusStateClosed: if (dev->state == XenbusStateClosed) break; /* Missed the backend's CLOSING state -- fallthrough */ /* fall through - Missed the backend's CLOSING state */ case XenbusStateClosing: xenbus_frontend_closed(dev); break; Loading Loading
Documentation/devicetree/bindings/input/pwm-vibrator.txt +2 −2 Original line number Diff line number Diff line Loading @@ -58,8 +58,8 @@ Example from Motorola Droid 4: vibrator { compatible = "pwm-vibrator"; pwms = <&pwm8 0 1000000000 0>, <&pwm9 0 1000000000 0>; pwms = <&pwm9 0 1000000000 0>, <&pwm8 0 1000000000 0>; pwm-names = "enable", "direction"; direction-duty-cycle-ns = <1000000000>; }; Loading
Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt +4 −2 Original line number Diff line number Diff line General Touchscreen Properties: Optional properties for Touchscreens: - touchscreen-min-x : minimum x coordinate reported (0 if not set) - touchscreen-min-y : minimum y coordinate reported (0 if not set) - touchscreen-size-x : horizontal resolution of touchscreen (in pixels) (maximum x coordinate reported + 1) - touchscreen-size-y : vertical resolution of touchscreen (in pixels) (maximum y coordinate reported + 1) - touchscreen-max-pressure : maximum reported pressure (arbitrary range dependent on the controller) - touchscreen-fuzz-x : horizontal noise value of the absolute input Loading
MAINTAINERS +1 −1 Original line number Diff line number Diff line Loading @@ -3953,7 +3953,7 @@ D-LINK DIR-685 TOUCHKEYS DRIVER M: Linus Walleij <linus.walleij@linaro.org> L: linux-input@vger.kernel.org S: Supported F: drivers/input/dlink-dir685-touchkeys.c F: drivers/input/keyboard/dlink-dir685-touchkeys.c DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK M: Joshua Kinard <kumba@gentoo.org> Loading
drivers/input/keyboard/sun4i-lradc-keys.c +3 −3 Original line number Diff line number Diff line Loading @@ -185,19 +185,19 @@ static int sun4i_lradc_load_dt_keymap(struct device *dev, error = of_property_read_u32(pp, "channel", &channel); if (error || channel != 0) { dev_err(dev, "%s: Inval channel prop\n", pp->name); dev_err(dev, "%pOFn: Inval channel prop\n", pp); return -EINVAL; } error = of_property_read_u32(pp, "voltage", &map->voltage); if (error) { dev_err(dev, "%s: Inval voltage prop\n", pp->name); dev_err(dev, "%pOFn: Inval voltage prop\n", pp); return -EINVAL; } error = of_property_read_u32(pp, "linux,code", &map->keycode); if (error) { dev_err(dev, "%s: Inval linux,code prop\n", pp->name); dev_err(dev, "%pOFn: Inval linux,code prop\n", pp); return -EINVAL; } Loading
drivers/input/misc/xen-kbdfront.c +1 −1 Original line number Diff line number Diff line Loading @@ -524,7 +524,7 @@ static void xenkbd_backend_changed(struct xenbus_device *dev, case XenbusStateClosed: if (dev->state == XenbusStateClosed) break; /* Missed the backend's CLOSING state -- fallthrough */ /* fall through - Missed the backend's CLOSING state */ case XenbusStateClosing: xenbus_frontend_closed(dev); break; Loading