From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753248AbbGRAg1 (ORCPT ); Fri, 17 Jul 2015 20:36:27 -0400 Received: from mail-pd0-f172.google.com ([209.85.192.172]:35518 "EHLO mail-pd0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751901AbbGRAgZ (ORCPT ); Fri, 17 Jul 2015 20:36:25 -0400 From: Dmitry Torokhov To: linux-input@vger.kernel.org, devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org Subject: [PATCH 0/6] Input: standardize on "wakeup-source" property Date: Fri, 17 Jul 2015 17:36:15 -0700 Message-Id: <1437179781-21124-1-git-send-email-dmitry.torokhov@gmail.com> X-Mailer: git-send-email 2.4.3.573.g4eafbef MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Currently input drivers use many forms of annotating devices that should be set up as wakeup sources for the system. This patch series converts them all to use "wakeup-source" name (to match what i2c devices are using) while keeping old names as fallback to keep compatibility with existing DTSes. Maybe in the future we could move parsing of "wakeup-source" into device core. Thanks. -- Dmitry