[PATCH 0/9] cleanup: remove legacy connector property functions

2012-10-17 Thread Laurent Pinchart
Hi Rob, Thanks for the patches. They look good to me, except for the empty commit messages and the odd alignment. For instance, I would have replaced - drm_connector_property_set_value(connector, + drm_object_property_set_value(&connector->base,

Re: [PATCH 0/9] cleanup: remove legacy connector property functions

2012-10-17 Thread Laurent Pinchart
Hi Rob, Thanks for the patches. They look good to me, except for the empty commit messages and the odd alignment. For instance, I would have replaced - drm_connector_property_set_value(connector, + drm_object_property_set_value(&connector->base,

[PATCH 0/9] cleanup: remove legacy connector property functions

2012-10-11 Thread Rob Clark
From: Rob Clark It was suggested by Laurent Pinchart to clean up the legacy connector property functions, as they are no longer needed. This patchset replaces references to and remove the connector property fxns, which have been superseded with the more general object property fxns: + drm_con

[PATCH 0/9] cleanup: remove legacy connector property functions

2012-10-11 Thread Rob Clark
From: Rob Clark It was suggested by Laurent Pinchart to clean up the legacy connector property functions, as they are no longer needed. This patchset replaces references to and remove the connector property fxns, which have been superseded with the more general object property fxns: + drm_con