All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans de Goede <hdegoede@redhat.com>
To: Andy Shevchenko <andy.shevchenko@gmail.com>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>,
	Benjamin Tissoires <benjamin.tissoires@redhat.com>,
	Darren Hart <dvhart@infradead.org>,
	Andy Shevchenko <andy@infradead.org>,
	linux-input <linux-input@vger.kernel.org>,
	Platform Driver <platform-driver-x86@vger.kernel.org>
Subject: Re: [PATCH v2 2/2] platform/x86: silead_dmi: Add silead,home-button property to some tablets
Date: Fri, 27 Oct 2017 17:26:42 +0200	[thread overview]
Message-ID: <2e5b4fd2-5445-a1f6-c509-5de2bb96c491@redhat.com> (raw)
In-Reply-To: <CAHp75Vf=MPfCfj3X8ob0+LT_+MT+SW9nsNzw0Pai2OcBrdqWvA@mail.gmail.com>

Hi,

On 27-10-17 16:39, Andy Shevchenko wrote:
> On Tue, Oct 17, 2017 at 6:45 PM, Hans de Goede <hdegoede@redhat.com> wrote:
>> Add "silead,home-button" property to entries for tablets which have
>> a capacitive home button (typically a windows logo on the front).
>>
>> This new property is checked for by the new capacitive home button
>> support in the silead touchscreen driver.
>>
> 
> Acked-by: Andy Shevchenko <andy.shevchenko@gmail.com>
> 
> I suppose it's going through input subsystem as dependent patch?

Since silead_dmi tends to see several patches each cycle I don't
think that is a good idea, both patches can be merged independently.

Either patch will not do anything until the other one is merged,
having just one or the other present will not cause any problems,
so IMHO merging each patch separately is best.

It is probably a good idea to wait for an ack from RobH on the
property name before merging this though.

Regards,

Hans



> 
>> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
>> ---
>>   drivers/platform/x86/silead_dmi.c | 4 ++++
>>   1 file changed, 4 insertions(+)
>>
>> diff --git a/drivers/platform/x86/silead_dmi.c b/drivers/platform/x86/silead_dmi.c
>> index fadfce9b3f5f..ac304f2318cc 100644
>> --- a/drivers/platform/x86/silead_dmi.c
>> +++ b/drivers/platform/x86/silead_dmi.c
>> @@ -58,6 +58,7 @@ static const struct property_entry dexp_ursus_7w_props[] = {
>>          PROPERTY_ENTRY_U32("touchscreen-size-y", 630),
>>          PROPERTY_ENTRY_STRING("firmware-name", "gsl1686-dexp-ursus-7w.fw"),
>>          PROPERTY_ENTRY_U32("silead,max-fingers", 10),
>> +       PROPERTY_ENTRY_BOOL("silead,home-button"),
>>          { }
>>   };
>>
>> @@ -72,6 +73,7 @@ static const struct property_entry surftab_wintron70_st70416_6_props[] = {
>>          PROPERTY_ENTRY_STRING("firmware-name",
>>                                "gsl1686-surftab-wintron70-st70416-6.fw"),
>>          PROPERTY_ENTRY_U32("silead,max-fingers", 10),
>> +       PROPERTY_ENTRY_BOOL("silead,home-button"),
>>          { }
>>   };
>>
>> @@ -116,6 +118,7 @@ static const struct property_entry pov_mobii_wintab_p800w_props[] = {
>>          PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"),
>>          PROPERTY_ENTRY_STRING("firmware-name",
>>                                "gsl3692-pov-mobii-wintab-p800w.fw"),
>> +       PROPERTY_ENTRY_BOOL("silead,home-button"),
>>          { }
>>   };
>>
>> @@ -143,6 +146,7 @@ static const struct property_entry chuwi_hi8_pro_props[] = {
>>          PROPERTY_ENTRY_U32("touchscreen-size-y", 1148),
>>          PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"),
>>          PROPERTY_ENTRY_STRING("firmware-name", "gsl3680-chuwi-hi8-pro.fw"),
>> +       PROPERTY_ENTRY_BOOL("silead,home-button"),
>>          { }
>>   };
>>
>> --
>> 2.14.1
>>
> 
> 
> 

  reply	other threads:[~2017-10-27 15:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-17 15:45 [PATCH v2 1/2] Input: silead - Add support for capactive home button found on some x86 tablets Hans de Goede
2017-10-17 15:45 ` [PATCH v2 2/2] platform/x86: silead_dmi: Add silead,home-button property to some tablets Hans de Goede
2017-10-27 14:39   ` Andy Shevchenko
2017-10-27 15:26     ` Hans de Goede [this message]
2017-10-27 15:36       ` Andy Shevchenko
2017-11-16 14:02       ` Hans de Goede
2017-11-17 16:15         ` Andy Shevchenko
2017-10-17 20:13 ` [PATCH v2 1/2] Input: silead - Add support for capactive home button found on some x86 tablets Dmitry Torokhov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2e5b4fd2-5445-a1f6-c509-5de2bb96c491@redhat.com \
    --to=hdegoede@redhat.com \
    --cc=andy.shevchenko@gmail.com \
    --cc=andy@infradead.org \
    --cc=benjamin.tissoires@redhat.com \
    --cc=dmitry.torokhov@gmail.com \
    --cc=dvhart@infradead.org \
    --cc=linux-input@vger.kernel.org \
    --cc=platform-driver-x86@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.