[PATCH 0/3] RFC: Add a drm_aux-dev module.

2015-09-17 Thread Jani Nikula
On Wed, 16 Sep 2015, Ville Syrjälä wrote: > On Wed, Sep 16, 2015 at 01:09:54PM -0700, Daniel Vetter wrote: >> On Tue, Sep 15, 2015 at 10:03:09AM -0700, Rafael Antognolli wrote: >> > On Tue, Sep 15, 2015 at 07:46:55PM +0300, Ville Syrjälä wrote: >> > > On Tue, Sep 15, 2015 at 07:41:06PM +0300,

[PATCH 0/3] RFC: Add a drm_aux-dev module.

2015-09-17 Thread Daniel Vetter
On Thu, Sep 17, 2015 at 12:01 AM, Jani Nikula wrote: > On Wed, 16 Sep 2015, Ville Syrjälä wrote: >> On Wed, Sep 16, 2015 at 01:09:54PM -0700, Daniel Vetter wrote: >>> On Tue, Sep 15, 2015 at 10:03:09AM -0700, Rafael Antognolli wrote: >>> > On Tue, Sep 15, 2015 at 07:46:55PM +0300, Ville Syrjäl

[PATCH 0/3] RFC: Add a drm_aux-dev module.

2015-09-16 Thread Ville Syrjälä
On Wed, Sep 16, 2015 at 01:09:54PM -0700, Daniel Vetter wrote: > On Tue, Sep 15, 2015 at 10:03:09AM -0700, Rafael Antognolli wrote: > > On Tue, Sep 15, 2015 at 07:46:55PM +0300, Ville Syrjälä wrote: > > > On Tue, Sep 15, 2015 at 07:41:06PM +0300, Ville Syrjälä wrote: > > > > On Tue, Sep 15, 201

[PATCH 0/3] RFC: Add a drm_aux-dev module.

2015-09-16 Thread Rafael Antognolli
On Wed, Sep 16, 2015 at 11:47:21PM +0300, Ville Syrjälä wrote: > On Wed, Sep 16, 2015 at 01:09:54PM -0700, Daniel Vetter wrote: > > On Tue, Sep 15, 2015 at 10:03:09AM -0700, Rafael Antognolli wrote: > > > On Tue, Sep 15, 2015 at 07:46:55PM +0300, Ville Syrjälä wrote: > > > > On Tue, Sep 15, 201

[PATCH 0/3] RFC: Add a drm_aux-dev module.

2015-09-16 Thread Daniel Vetter
On Tue, Sep 15, 2015 at 10:03:09AM -0700, Rafael Antognolli wrote: > On Tue, Sep 15, 2015 at 07:46:55PM +0300, Ville Syrjälä wrote: > > On Tue, Sep 15, 2015 at 07:41:06PM +0300, Ville Syrjälä wrote: > > > On Tue, Sep 15, 2015 at 09:34:15AM -0700, Rafael Antognolli wrote: > > > > On Tue, Sep 15,

[PATCH 0/3] RFC: Add a drm_aux-dev module.

2015-09-15 Thread Ville Syrjälä
On Tue, Sep 15, 2015 at 07:41:06PM +0300, Ville Syrjälä wrote: > On Tue, Sep 15, 2015 at 09:34:15AM -0700, Rafael Antognolli wrote: > > On Tue, Sep 15, 2015 at 10:35:19AM +0300, Ville Syrjälä wrote: > > > On Mon, Sep 14, 2015 at 04:12:29PM -0700, Rafael Antognolli wrote: > > > > This is a tenta

[PATCH 0/3] RFC: Add a drm_aux-dev module.

2015-09-15 Thread Ville Syrjälä
On Tue, Sep 15, 2015 at 09:34:15AM -0700, Rafael Antognolli wrote: > On Tue, Sep 15, 2015 at 10:35:19AM +0300, Ville Syrjälä wrote: > > On Mon, Sep 14, 2015 at 04:12:29PM -0700, Rafael Antognolli wrote: > > > This is a tentative implementation of a module that allows reading/writing > > > arbitra

[PATCH 0/3] RFC: Add a drm_aux-dev module.

2015-09-15 Thread Ville Syrjälä
On Mon, Sep 14, 2015 at 04:12:29PM -0700, Rafael Antognolli wrote: > This is a tentative implementation of a module that allows reading/writing > arbitrary dpcd registers, following the suggestion from Daniel Vetter. It > assumes the drm aux helpers were used by the driver. > > I tried to follow t

[PATCH 0/3] RFC: Add a drm_aux-dev module.

2015-09-15 Thread Rafael Antognolli
On Tue, Sep 15, 2015 at 07:46:55PM +0300, Ville Syrjälä wrote: > On Tue, Sep 15, 2015 at 07:41:06PM +0300, Ville Syrjälä wrote: > > On Tue, Sep 15, 2015 at 09:34:15AM -0700, Rafael Antognolli wrote: > > > On Tue, Sep 15, 2015 at 10:35:19AM +0300, Ville Syrjälä wrote: > > > > On Mon, Sep 14, 2

[PATCH 0/3] RFC: Add a drm_aux-dev module.

2015-09-15 Thread Rafael Antognolli
On Tue, Sep 15, 2015 at 10:35:19AM +0300, Ville Syrjälä wrote: > On Mon, Sep 14, 2015 at 04:12:29PM -0700, Rafael Antognolli wrote: > > This is a tentative implementation of a module that allows reading/writing > > arbitrary dpcd registers, following the suggestion from Daniel Vetter. It > > assu

[PATCH 0/3] RFC: Add a drm_aux-dev module.

2015-09-14 Thread Rafael Antognolli
This is a tentative implementation of a module that allows reading/writing arbitrary dpcd registers, following the suggestion from Daniel Vetter. It assumes the drm aux helpers were used by the driver. I tried to follow the i2c-dev implementation as close as possible, but the only operations that