lkml.org 
[lkml]   [2022]   [Sep]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 11/13] Input: elan_i2c - Don't set wake_capable and wake_irq
    Date
    The i2c-core will now handle setting the wake_irq and wake capability
    for DT and ACPI systems.

    Signed-off-by: Raul E Rangel <rrangel@chromium.org>
    ---

    Changes in v2:
    - I chose not to keep the legacy code around since systems without DT or ACPI should be rare.

    drivers/input/mouse/elan_i2c_core.c | 16 ----------------
    1 file changed, 16 deletions(-)

    diff --git a/drivers/input/mouse/elan_i2c_core.c b/drivers/input/mouse/elan_i2c_core.c
    index 3947474e93d16a..b25b94aba3e88e 100644
    --- a/drivers/input/mouse/elan_i2c_core.c
    +++ b/drivers/input/mouse/elan_i2c_core.c
    @@ -1332,22 +1332,6 @@ static int elan_probe(struct i2c_client *client,
    }
    }

    - /*
    - * Systems using device tree should set up wakeup via DTS,
    - * the rest will configure device as wakeup source by default.
    - */
    - if (!dev->of_node)
    - device_init_wakeup(dev, true);
    -
    - /*
    - * The wake IRQ should be declared via device tree instead of assuming
    - * the IRQ can wake the system. This is here for legacy reasons and
    - * will be removed once the i2c-core supports querying ACPI for wake
    - * capabilities.
    - */
    - if (!dev->power.wakeirq)
    - dev_pm_set_wake_irq(dev, client->irq);
    -
    return 0;
    }

    --
    2.37.2.789.g6183377224-goog
    \
     
     \ /
      Last update: 2022-09-13 00:16    [W:4.212 / U:0.456 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site