Re: [PATCH v5 1/2] drm/bridge: sil_sii8620: make remote control optional.

2019-04-16 Thread Life is hard, and then you die
Hi Andrzej, On Mon, Apr 15, 2019 at 10:58:09AM +0200, Andrzej Hajda wrote: > On 15.04.2019 10:12, Ronald Tschalär wrote: > > commit d6abe6df706c (drm/bridge: sil_sii8620: do not have a dependency > > of RC_CORE) changed the driver to select both RC_CORE and INPUT. > > However, this causes probl

Re: [PATCH v5 2/2] Input: add Apple SPI keyboard and trackpad driver.

2019-04-16 Thread Life is hard, and then you die
Hi Andy, On Mon, Apr 15, 2019 at 12:03:46PM +0300, Andy Shevchenko wrote: > On Mon, Apr 15, 2019 at 01:13:00AM -0700, Ronald Tschalär wrote: > > The keyboard and trackpad on recent MacBook's (since 8,1) and > > MacBookPro's (13,* and 14,*) are attached to an SPI controller instead > > of USB, a

Re: [PATCH v5 1/2] drm/bridge: sil_sii8620: make remote control optional.

2019-04-17 Thread Life is hard, and then you die
Hi Andrzej, On Tue, Apr 16, 2019 at 07:56:31AM +0200, Andrzej Hajda wrote: > On 16.04.2019 01:24, Life is hard, and then you die wrote: > > Hi Andrzej, > > > > On Mon, Apr 15, 2019 at 10:58:09AM +0200, Andrzej Hajda wrote: > >> On 15.04.2019 10:12, Ronal

Re: [PATCH] drm/bridge: sil_sii8620: depend on INPUT instead of selecting it.

2019-01-24 Thread Life is hard, and then you die
On Thu, Jan 24, 2019 at 12:22:00AM +0200, Laurent Pinchart wrote: > > On Wed, Jan 23, 2019 at 02:21:05PM -0800, Dmitry Torokhov wrote: > > On Thu, Jan 24, 2019 at 12:17:35AM +0200, Laurent Pinchart wrote: > > > On Wed, Jan 23, 2019 at 02:03:42PM -0800, Dmitry Torokhov wrote: > > >> On Wed, Jan 23

Re: [PATCH] drm/bridge: sil_sii8620: depend on INPUT instead of selecting it.

2019-01-24 Thread Life is hard, and then you die
Hi Laurent, On Tue, Jan 22, 2019 at 11:10:28PM +0200, Laurent Pinchart wrote: > > Thank you for the patch. > > On Tue, Jan 22, 2019 at 06:13:11AM -0800, Ronald Tschalär wrote: > > commit d6abe6df706c66d803e6dd4fe98c1b6b7f125a56 (drm/bridge: > > Commits are usually quoted using the short 12 d

Re: [PATCH v2] drm/bridge: sil_sii8620: make remote control optional.

2019-03-04 Thread Life is hard, and then you die
On Thu, Jan 24, 2019 at 05:33:55PM -0800, Ronald Tschalär wrote: > commit d6abe6df706c (drm/bridge: sil_sii8620: do not have a dependency > of RC_CORE) changed the driver to select both RC_CORE and INPUT. > However, this causes problems with other drivers, in particular an input > driver that depen

Re: [PATCH v7 1/2] drm/bridge: sil_sii8620: make remote control optional.

2019-07-02 Thread Life is hard, and then you die
On Tue, Jul 02, 2019 at 03:50:49PM +0200, Andrzej Hajda wrote: > On 19.04.2019 10:19, Ronald Tschalär wrote: > > commit d6abe6df706c (drm/bridge: sil_sii8620: do not have a dependency > > of RC_CORE) changed the driver to select both RC_CORE and INPUT. > > However, this causes problems with other

Re: [PATCH v3 1/4] drm/bridge: sil_sii8620: depend on INPUT instead of selecting it.

2019-03-28 Thread Life is hard, and then you die
Hi Andrzej, On Wed, Mar 27, 2019 at 03:13:37PM +0100, Andrzej Hajda wrote: > +cc: dri-devel > > On 27.03.2019 02:48, Ronald Tschalär wrote: > > commit d6abe6df706c66d803e6dd4fe98c1b6b7f125a56 (drm/bridge: > > sil_sii8620: do not have a dependency of RC_CORE) added a dependency on > > INPUT. Ho

Re: [PATCH v2] drm/bridge: sil_sii8620: make remote control optional.

2019-03-28 Thread Life is hard, and then you die
On Mon, Jan 28, 2019 at 11:53:38AM +0100, Andrzej Hajda wrote: > On 25.01.2019 02:33, Ronald Tschalär wrote: > > commit d6abe6df706c (drm/bridge: sil_sii8620: do not have a dependency > > of RC_CORE) changed the driver to select both RC_CORE and INPUT. > > However, this causes problems with other

Re: Re: [PATCH v3 1/4] drm/bridge: sil_sii8620: depend on INPUT instead of selecting it.

2019-03-31 Thread Life is hard, and then you die
On Thu, Mar 28, 2019 at 12:48:39PM +0100, Andrzej Hajda wrote: > On 28.03.2019 01:07, Life is hard, and then you die wrote: > > > > On Wed, Mar 27, 2019 at 03:13:37PM +0100, Andrzej Hajda wrote: > >> +cc: dri-devel [snip] > > It seems your mail client doesn'

Re: [PATCH v7 2/2] Input: add Apple SPI keyboard and trackpad driver.

2019-07-17 Thread Life is hard, and then you die
Hi Dmitry, thanks for taking a look at this! On Tue, Jul 16, 2019 at 08:47:44PM +0200, Dmitry Torokhov wrote: > Hi Ronald, > > On Fri, Apr 19, 2019 at 01:19:26AM -0700, Ronald Tschalär wrote: > > The keyboard and trackpad on recent MacBook's (since 8,1) and > > MacBookPro's (13,* and 14,*) ar

Re: [PATCH] drm: bridge: DRM_SIL_SII8620 should depend on, not select INPUT

2019-07-21 Thread Life is hard, and then you die
Hi Andrzej, On Mon, Jul 01, 2019 at 11:26:25AM +0200, Andrzej Hajda wrote: > On 01.07.2019 11:23, Andrzej Hajda wrote: > > On 01.07.2019 05:39, Randy Dunlap wrote: > >> From: Randy Dunlap > >> > >> A single driver should not enable (select) an entire subsystem, > >> such as INPUT, so change t